I get ''An Error Occured'' since I picked something up?

The worst monsters in the Hearthlands warp the fabric of space and time..

Re: I get ''An Error Occured'' since I picked something up?

Postby crissame » Mon Apr 16, 2012 4:08 am

akyko wrote:
Did the error change for you at all from what you originally posted?

Also I see, Caused by: java.security.cert.CertificateExpiredException: NotAfter: Sun Apr 15 10:18:35 CST 2012

In your but some of the other being posted.


Not sure. So long as I see paginae, it's the same for me

Code: Select all
javax.media.opengl.GLException: java.lang.RuntimeException: Delayed error in resource paginae/craft/sym_metalcup (v1), from forking source backed by HTTP res source (https://www.havenandhearth.com/res/)
   at javax.media.opengl.Threading.invokeOnOpenGLThread(Threading.java:271)
   at javax.media.opengl.GLCanvas.maybeDoSingleThreadedWorkaround(GLCanvas.java:410)
   at javax.media.opengl.GLCanvas.display(GLCanvas.java:244)
   at haven.HavenPanel.uglyjoglhack(HavenPanel.java:349)
   at haven.HavenPanel.run(HavenPanel.java:378)
   at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.RuntimeException: Delayed error in resource paginae/craft/sym_metalcup (v1), from forking source backed by HTTP res source (https://www.havenandhearth.com/res/)
   at haven.Resource.checkerr(Resource.java:1058)
   at haven.Resource.layer(Resource.java:941)
   at haven.MenuGrid.cons(MenuGrid.java:75)
   at haven.MenuGrid.updlayout(MenuGrid.java:112)
   at haven.MenuGrid.draw(MenuGrid.java:150)
   at haven.Widget.draw(Widget.java:283)
   at haven.SlenHud.draw(SlenHud.java:271)
   at haven.Widget.draw(Widget.java:283)
   at haven.RootWidget.draw(RootWidget.java:61)
   at haven.UI.draw(UI.java:136)
   at haven.HavenPanel.redraw(HavenPanel.java:254)
   at haven.HavenPanel$1.display(HavenPanel.java:77)
   at com.sun.opengl.impl.GLDrawableHelper.display(GLDrawableHelper.java:78)
   at javax.media.opengl.GLCanvas$DisplayAction.run(GLCanvas.java:435)
   at com.sun.opengl.impl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:194)
   at javax.media.opengl.GLCanvas$DisplayOnEventDispatchThreadAction.run(GLCanvas.java:452)
   at java.awt.event.InvocationEvent.dispatch(Unknown Source)
   at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
   at java.awt.EventQueue.access$000(Unknown Source)
   at java.awt.EventQueue$3.run(Unknown Source)
   at java.awt.EventQueue$3.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue.dispatchEvent(Unknown Source)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.run(Unknown Source)
Caused by: haven.Resource$LoadException: Load error in resource paginae/craft/sym_metalcup(v1), from forking source backed by HTTP res source (https://www.havenandhearth.com/res/)
   at haven.Resource$Loader.handle(Resource.java:401)
   at haven.Resource$Loader.run(Resource.java:375)
   at java.lang.Thread.run(Unknown Source)
Caused by: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: timestamp check failed
   at sun.security.ssl.Alerts.getSSLException(Unknown Source)
   at sun.security.ssl.SSLSocketImpl.fatal(Unknown Source)
   at sun.security.ssl.Handshaker.fatalSE(Unknown Source)
   at sun.security.ssl.Handshaker.fatalSE(Unknown Source)
   at sun.security.ssl.ClientHandshaker.serverCertificate(Unknown Source)
   at sun.security.ssl.ClientHandshaker.processMessage(Unknown Source)
   at sun.security.ssl.Handshaker.processLoop(Unknown Source)
   at sun.security.ssl.Handshaker.process_record(Unknown Source)
   at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)
   at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source)
   at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
   at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
   at sun.net.www.protocol.https.HttpsClient.afterConnect(Unknown Source)
   at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
   at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
   at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source)
   at haven.Resource$HttpSource.get(Resource.java:330)
   at haven.Resource$TeeSource.get(Resource.java:225)
   at haven.Resource$Loader.handle(Resource.java:395)
   ... 2 more
Caused by: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: timestamp check failed
   at sun.security.validator.PKIXValidator.doValidate(Unknown Source)
   at sun.security.validator.PKIXValidator.engineValidate(Unknown Source)
   at sun.security.validator.Validator.validate(Unknown Source)
   at sun.security.ssl.X509TrustManagerImpl.validate(Unknown Source)
   at sun.security.ssl.X509TrustManagerImpl.checkTrusted(Unknown Source)
   at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(Unknown Source)
   ... 17 more
Caused by: java.security.cert.CertPathValidatorException: timestamp check failed
   at sun.security.provider.certpath.PKIXMasterCertPathValidator.validate(Unknown Source)
   at sun.security.provider.certpath.PKIXCertPathValidator.doValidate(Unknown Source)
   at sun.security.provider.certpath.PKIXCertPathValidator.engineValidate(Unknown Source)
   at java.security.cert.CertPathValidator.validate(Unknown Source)
   ... 23 more
Caused by: java.security.cert.CertificateExpiredException: NotAfter: Sun Apr 15 10:18:35 CST 2012
   at sun.security.x509.CertificateValidity.valid(Unknown Source)
   at sun.security.x509.X509CertImpl.checkValidity(Unknown Source)
   at sun.security.provider.certpath.BasicChecker.verifyTimestamp(Unknown Source)
   at sun.security.provider.certpath.BasicChecker.check(Unknown Source)
   ... 27 more

Image Rabbit Ribbit Parity Bit Rabbit
User avatar
crissame
 
Posts: 24
Joined: Fri Dec 30, 2011 5:55 pm
Location: Asia

Re: I get ''An Error Occured'' since I picked something up?

Postby OcarinaEsmer » Mon Apr 16, 2012 5:05 am

Im getting the same stupid java error thing pop up now everytime I log in my character. WHICH is SO lame cuz I just started playing this game for a day too and then it up and decides to break :x So retarded! Why is it that some 314 people are still able to play the game but the rest of us are having a crappy time not even getting it to work?? -.-
OcarinaEsmer
 
Posts: 4
Joined: Sun Apr 15, 2012 2:16 pm

Re: I get ''An Error Occured'' since I picked something up?

Postby crissame » Mon Apr 16, 2012 5:31 am

OcarinaEsmer wrote:Im getting the same stupid java error thing pop up now everytime I log in my character. WHICH is SO lame cuz I just started playing this game for a day too and then it up and decides to break :x So retarded! Why is it that some 314 people are still able to play the game but the rest of us are having a crappy time not even getting it to work?? -.-

They have the data they need while we don't.
And yes it's annoying. :evil:
Image Rabbit Ribbit Parity Bit Rabbit
User avatar
crissame
 
Posts: 24
Joined: Fri Dec 30, 2011 5:55 pm
Location: Asia

Re: I get ''An Error Occured'' since I picked something up?

Postby Luaan » Mon Apr 16, 2012 10:18 am

It seems their SSL certificate has expired. You can still download the files manually, but for some reason, it does not seem to help me. Enders client seems to be able to ignore the issue, though (either it ignores the expiration or it downloads using HTTP instead of HTTPS, not sure). Other than that, we have to wait for a certificate/client update.
Luaan
 
Posts: 6
Joined: Thu Apr 05, 2012 12:10 pm

Re: I get ''An Error Occured'' since I picked something up?

Postby roborooskie » Mon Apr 16, 2012 9:47 pm

Hmm day 2...still not working... Omfg any longer and I have to get back to real live and do something useful :o Please repair te game :S I still dont see why 400+ heartlings are online...
roborooskie
 
Posts: 22
Joined: Tue Jul 05, 2011 7:48 pm

Re: I get ''An Error Occured'' since I picked something up?

Postby babyofjustice » Tue Apr 17, 2012 2:39 am

I finally caught one of them damn emerald dragon flies and my game now crashes (Haven Error) anytime i open inventory. I even started a new guy went and caught another one and same thing happend.
babyofjustice
 
Posts: 1
Joined: Tue Mar 27, 2012 5:25 pm

Re: I get ''An Error Occured'' since I picked something up?

Postby lordgoof » Tue Apr 17, 2012 5:55 am

Using enders client worked for me. Now just need the server to be back up.
lordgoof
 
Posts: 14
Joined: Thu Jul 15, 2010 6:57 am

Re: I get ''An Error Occured'' since I picked something up?

Postby GenghisKhan44 » Tue Apr 17, 2012 11:27 am

For those of us whose computers suck so bad we can't use Ender's, please go to the the main thread:
viewtopic.php?f=4&t=27132
"...the dungeon and shackles are already at my threshold to show me here and now my eternal disgrace. Only you can work the miracle to make life possible for a soul so imperiled by doubt, O Atoner for all, exalted beyond saying." - St. Gregory of Narek, Book of Lamentations, Prayer 1.

You are much loved! Love in return!
User avatar
GenghisKhan44
 
Posts: 969
Joined: Sat Feb 18, 2012 4:56 pm

Previous

Return to Bugs

Who is online

Users browsing this forum: Claude [Bot] and 6 guests