These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

CREST

Author
Blacksmoke16
Imperial Academy
#1 - 2016-07-09 00:56:00 UTC
Shoutout the the Devs, if you are not aware CREST is down.
Salgare
Center for Advanced Studies
Gallente Federation
#2 - 2016-07-09 02:22:26 UTC
Blacksmoke16 wrote:
Shoutout the the Devs, if you are not aware CREST is down.


ty, just home from work, wondering how the heck I broke things so bad.


funky part is it's throwing an exception deep in apache HTTPClient code for java
20:17:32.617 INFO [CccBlockingExecutor-3] c.c.c.c.CrestClient$CrestGetTask - executing, post-throttle: https://crest-tq.eveonline.com/characters/95217276/contacts/
Jul 08, 2016 8:17:47 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.SocketException) caught when processing request to {s}->https://crest-tq.eveonline.com:443: Connection reset
Jul 08, 2016 8:17:47 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://crest-tq.eveonline.com:443
Jul 08, 2016 8:17:48 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.SocketException) caught when processing request to {s}->https://crest-tq.eveonline.com:443: Connection reset
Jul 08, 2016 8:17:48 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://crest-tq.eveonline.com:443
Jul 08, 2016 8:17:49 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.SocketException) caught when processing request to {s}->https://crest-tq.eveonline.com:443: Connection reset
Jul 08, 2016 8:17:49 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://crest-tq.eveonline.com:443
com.ccc.crest.cache.SourceFailureException: Failed to obtain requested
at com.ccc.crest.cache.DataCache.getContactList(DataCache.java:166)
at com.ccc.crest.servlet.CrestController.authenticated(CrestController.java:172)
at com.ccc.tools.servlet.CoreController$FireAuthenticatedTask.call(CoreController.java:119)
at com.ccc.tools.servlet.CoreController$FireAuthenticatedTask.call(CoreController.java:1)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Time to obtain first ContactList from cache : 97655.494751 ms
Salgare
Center for Advanced Studies
Gallente Federation
#3 - 2016-07-09 02:34:38 UTC
good time to work on that fireCrestDownEvent. Highlights the need for several event states here:


  • authentication up/down/reset (I just added this)
  • crest up/down
  • xml api up/down

Salgare
Center for Advanced Studies
Gallente Federation
#4 - 2016-07-09 10:49:37 UTC
downtime restart, it's back up