View Single Post
10-17-14, 09:18 AM   #6
Dolby
PPAP
 
Dolby's Avatar
WoWInterface Admin
Join Date: Feb 2004
Posts: 2,341
The issue the log tells me is Minion is not even allowed to connect to the internet to download a font it uses. In the log one of the first thing it tries to do is download the font that is used in Minion:

[2014-10-15 22:26:41.FINE com.zam.minion.Minion start Font: null

It should look like:

[2014-10-17 00:51:56.FINE com.zam.minion.Minion start Font: Font[name=Interstate Mono, family=Interstate Mono, style=Regular, size=20.0]


The other thing that happens durning the network connection test:
Code:
[2014-10-15 22:26:42.FINE com.zam.minion.util.FeedClient checkNetworkConnections Starting network check ...
[2014-10-15 22:26:42.FINE com.zam.minion.util.FeedClient getRoutePlanner System Default Http Proxy.
[2014-10-15 22:26:42.INFO org.apache.http.impl.execchain.RetryExec execute I/O exception (java.net.SocketException) caught when processing request: Invalid argument: connect
[2014-10-15 22:26:42.INFO org.apache.http.impl.execchain.RetryExec execute I/O exception (java.net.SocketException) caught when processing request: Invalid argument: connect
[2014-10-15 22:26:42.INFO org.apache.http.impl.execchain.RetryExec execute Retrying request
[2014-10-15 22:26:42.INFO org.apache.http.impl.execchain.RetryExec execute Retrying request
[2014-10-15 22:26:42.INFO org.apache.http.impl.execchain.RetryExec execute I/O exception (java.net.SocketException) caught when processing request: Invalid argument: connect
[2014-10-15 22:26:42.INFO org.apache.http.impl.execchain.RetryExec execute I/O exception (java.net.SocketException) caught when processing request: Invalid argument: connect
[2014-10-15 22:26:42.INFO org.apache.http.impl.execchain.RetryExec execute Retrying request
[2014-10-15 22:26:42.INFO org.apache.http.impl.execchain.RetryExec execute Retrying request
[2014-10-15 22:26:42.INFO org.apache.http.impl.execchain.RetryExec execute I/O exception (java.net.SocketException) caught when processing request: Invalid argument: connect
[2014-10-15 22:26:42.INFO org.apache.http.impl.execchain.RetryExec execute I/O exception (java.net.SocketException) caught when processing request: Invalid argument: connect
[2014-10-15 22:26:42.INFO org.apache.http.impl.execchain.RetryExec execute Retrying request
[2014-10-15 22:26:42.INFO org.apache.http.impl.execchain.RetryExec execute Retrying request
[2014-10-15 22:26:42.WARNING com.zam.minion.util.FeedClient$HeadThread run IOException: Invalid argument: connect
[2014-10-15 22:26:42.WARNING com.zam.minion.util.FeedClient$HeadThread run IOException: Invalid argument: connect
Which makes it look like something is blocking Minion from connecting to the internet. I'm checking with our java programmer to make sure.

If it was a 64bit vs 32bit you wouldn't even get to the network check in Minion.

I think I found the version of Norton you're running. I'll install it on a VM later today and see if I can reproduce the problem and find a solution. http://constantguard.comcast.net/norton-security-suite/

Last edited by Dolby : 10-17-14 at 09:21 AM.
  Reply With Quote