View Single Post
05/04/14, 07:29 AM   #1
BornDownUnder
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 59
Minion Java Exception and Connection Time Out message..

As title says, I receive this error in log, Minion works perfectly fine though in every way:

<record>
<date>2014-05-04T22:51:07</date>
<millis>1399209667972</millis>
<sequence>53</sequence>
<logger>com.zam.minion.service.InstallLaterTask</logger>
<level>SEVERE</level>
<class>com.zam.minion.service.InstallLaterTask</class>
<method>failed</method>
<thread>14</thread>
<message>java.io.EOFException: No content to map to Object due to end of input</message>
</record>
<record>
<date>2014-05-04T22:51:41</date>
<millis>1399209701973</millis>
<sequence>54</sequence>
<logger>com.zam.minion.service.AddOnDetectionService</logger>
<level>SEVERE</level>
<class>com.zam.minion.service.AddOnDetectionService$2$1</class>
<method>invalidated</method>
<thread>14</thread>
<message>org.apache.http.conn.HttpHostConnectException: Connect to api.mmoui.com:443 [api.mmoui.com/50.22.31.137] failed: Connection timed out: connect</message>
</record>

At present just reporting it as I previously stated, Minion works perfectly fine... Albeit a tad slow on bringing up addon retrieval from addons folder and Find More panes. Both panes load at the same time when it does come up, about 30-35 seconds.

Also to note, I reside in Australia so latency is probably relevant in loading time for Find More pane.

Last edited by BornDownUnder : 05/04/14 at 07:32 AM. Reason: More clarification, sorry am a tad tired as it has been a long day.
  Reply With Quote