Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] org.eclipse.ecf.example.clients & IllegalMonitorStateException

<stuff deleted>

I don't have any idea. Is there more to the stack trace or other info in the log?

Scott


I report the complete strack trace for the SSL issue :

javax.net.ssl.SSLException: Received fatal alert: internal_error
at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:190) at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:136) at com.sun.net.ssl.internal.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:1682) at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:932) at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1112) at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1139) at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1123) at org.jivesoftware.smack.XMPPConnection.proceedTLSReceived(XMPPConnection.java:1121) at org.jivesoftware.smack.PacketReader.parsePackets(PacketReader.java:327) at org.jivesoftware.smack.PacketReader.access$0(PacketReader.java:280)
    at org.jivesoftware.smack.PacketReader$1.run(PacketReader.java:63)
java.lang.IllegalStateException: Not connected to server.
at org.jivesoftware.smack.XMPPConnection.sendPacket(XMPPConnection.java:699) at org.jivesoftware.smack.NonSASLAuthentication.authenticate(NonSASLAuthentication.java:54) at org.jivesoftware.smack.SASLAuthentication.authenticate(SASLAuthentication.java:214) at org.jivesoftware.smack.XMPPConnection.login(XMPPConnection.java:426) at org.jivesoftware.smack.XMPPConnection.login(XMPPConnection.java:389) at org.eclipse.ecf.internal.provider.xmpp.smack.ECFConnection.connect(ECFConnection.java:210) at org.eclipse.ecf.provider.generic.ClientSOContainer.connect(ClientSOContainer.java:146) at org.eclipse.ecf.provider.xmpp.XMPPContainer.connect(XMPPContainer.java:170) at org.eclipse.ecf.example.clients.XMPPChatClient.doConnect(XMPPChatClient.java:119) at org.eclipse.ecf.example.clients.applications.ChatRobotApplication.runRobot(ChatRobotApplication.java:77) at org.eclipse.ecf.example.clients.applications.ChatRobotApplication.start(ChatRobotApplication.java:51) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1287)

Very strange. This is apparently some SSL implementation internal error (i.e. within the JRE code). I can't reproduce this myself. What version of Eclipse and the JRE/JDK are you using?

Also...what version of ECF (and specifically the jive smack API are you using?

Thanks,

Scott



Back to the top