View Single Post
04/08/16, 09:24 AM   #48
baldylox
Join Date: Apr 2014
Posts: 5
out of the blue today i started being unable to connect. no changes on my pc (that im aware of). i added the change to the .xml as a test. minion shows in my task manager, but never actually opens.

Code:
Apr 08, 2016 10:18:55 AM com.zam.minion.Minion logSystemInformation
INFO: os.name=Windows 7
Apr 08, 2016 10:18:55 AM com.zam.minion.Minion logSystemInformation
INFO: os.version=6.1
Apr 08, 2016 10:18:55 AM com.zam.minion.Minion logSystemInformation
INFO: os.arch=amd64
Apr 08, 2016 10:18:55 AM com.zam.minion.Minion logSystemInformation
INFO: java.runtime.version=1.8.0_31-b13
Apr 08, 2016 10:18:55 AM com.zam.minion.Minion logSystemInformation
INFO: java.class.path=C:\Users\baldylox\AppData\Local\Minion\app\Minion-jfx.jar;lib/httpclient-4.3.1.jar;lib/httpcore-4.3.jar;lib/commons-logging-1.1.3.jar;lib/commons-codec-1.6.jar;lib/commons-configuration-1.10.jar;lib/commons-lang-2.6.jar;lib/commons-jxpath-1.3.jar;lib/commons-collections-3.2.1.jar;lib/jackson-mapper-asl-1.9.13.jar;lib/jackson-core-asl-1.9.13.jar;lib/junrar-0.7.jar;lib/commons-logging-api-1.1.jar;lib/commons-vfs2-2.0.jar;lib/maven-scm-api-1.4.jar;lib/plexus-utils-1.5.6.jar;lib/maven-scm-provider-svnexe-1.4.jar;lib/maven-scm-provider-svn-commons-1.4.jar;lib/regexp-1.3.jar;lib/kefirbb-1.1-SNAPSHOT.jar;lib/commons-io-2.4.jar;lib/guice-4.0-beta4.jar;lib/javax.inject-1.jar;lib/aopalliance-1.0.jar;lib/guava-16.0.1.jar;lib/guice-assistedinject-4.0-beta4.jar;lib/guice-multibindings-4.0-beta4.jar;lib/jsr305-2.0.3.jar;lib/junique-1.0.4.jar;lib/jregex-1.2_01.jar;
Apr 08, 2016 10:18:55 AM com.zam.minion.Minion logSystemInformation
INFO: java.library.path=C:\Users\baldylox\AppData\Local\Minion\app\
Apr 08, 2016 10:18:55 AM com.zam.minion.Minion logSystemInformation
INFO: user.language=en
Apr 08, 2016 10:18:55 AM com.zam.minion.Minion logSystemInformation
INFO: user.home=C:\Users\baldylox
Apr 08, 2016 10:18:56 AM com.zam.minion.controller.MinionController initWindowControls
FINE: Controls initialized.
Apr 08, 2016 10:18:56 AM com.zam.minion.util.FeedClient checkNetworkConnections
FINE: Starting network check ...
Apr 08, 2016 10:18:56 AM com.zam.minion.util.FeedClient getRoutePlanner
FINE: System Default Http Proxy.
Apr 08, 2016 10:18:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.SocketException) caught when processing request: Permission denied: connect
Apr 08, 2016 10:18:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request
Apr 08, 2016 10:18:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.SocketException) caught when processing request: Permission denied: connect
Apr 08, 2016 10:18:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request
Apr 08, 2016 10:18:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.SocketException) caught when processing request: Permission denied: connect
Apr 08, 2016 10:18:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request
Apr 08, 2016 10:18:56 AM com.zam.minion.util.FeedClient$HeadThread run
WARNING: IOException: Permission denied: connect
Apr 08, 2016 10:18:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.SocketException) caught when processing request: Permission denied: connect
Apr 08, 2016 10:18:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request
Apr 08, 2016 10:18:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.SocketException) caught when processing request: Permission denied: connect
Apr 08, 2016 10:18:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request
Apr 08, 2016 10:18:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.SocketException) caught when processing request: Permission denied: connect
Apr 08, 2016 10:18:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request
Apr 08, 2016 10:18:56 AM com.zam.minion.util.FeedClient$HeadThread run
WARNING: IOException: Permission denied: connect
  Reply With Quote