Sun Java System Instant Messaging - Remote server not reachable

Hi I am using JWchat with httpbind on SUN IMThe set up looks fine, but when I try login from jwchat return error 404 remote server not reachable.regards,Om
[183 byte] By [meomkara] at [2007-11-26 23:19:31]
# 1

Is this an error that jwchat is telling you ?

Did it manage to reach the gateway ? (access logs on webserver).

Was httpbind deployed properly ?

You could try hitting the default url through a browser - http(s)://host(:port)/httpbind/httpbind.

It should not return a 'not found' 404 error.

Regards,

Mridul

MridulMa at 2007-7-10 14:22:18 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Instant Messaging...
# 2

It throws HTTP 500 - Internal servererror

also the xmppd.log file shows this error

[04 Apr 2007 15:31:47,019] ERROR xmppd [org.netbeans.lib.collab.util.Worker 0] Session [ null] is not authenticated/bound

[04 Apr 2007 15:31:47,026] INFO xmppd [org.netbeans.lib.collab.util.Worker 0]

org.jabberstudio.jso.StreamException:

at net.outer_planes.jso.AbstractStream.firePacketTransferredEvent(AbstractStream.java:692)

at net.outer_planes.jso.AbstractStream.send(AbstractStream.java:1133)

at com.iplanet.im.server.ConnectedStreamEndPoint.sendStreamError(ConnectedStreamEndPoint.java:674)

at com.iplanet.im.server.BaseStreamEndPoint.sendStreamError(BaseStreamEndPoint.java:241)

at com.iplanet.im.server.BaseStreamEndPoint.sendStreamError(BaseStreamEndPoint.java:211)

at com.iplanet.im.server.ConnectionHandlerImpl.validateHostedPacket(ConnectionHandlerImpl.java:173)

at com.iplanet.im.server.ClientConnectionHandler.validate(ClientConnectionHandler.java:230)

at com.iplanet.im.server.ConnectedStreamEndPoint.validate(ConnectedStreamEndPoint.java:884)

at com.iplanet.im.server.PresenceHandler.update(PresenceHandler.java:67)

at com.iplanet.im.server.ClientPacketDispatcher.handleLocalDomain(ClientPacketDispatcher.java:340)

at com.iplanet.im.server.ClientPacketDispatcher.handle(ClientPacketDispatcher.java:188)

at com.iplanet.im.server.ConnectionHandlerImpl.handleInboundPacket(ConnectionHandlerImpl.java:132)

at com.iplanet.im.server.ConnectionHandlerImpl.handleInboundPacket(ConnectionHandlerImpl.java:117)

at com.iplanet.im.server.ConnectionHandlerImpl.packetTransferred(ConnectionHandlerImpl.java:101)

at net.outer_planes.jso.AbstractStream.firePacketTransferredEvent(AbstractStream.java:685)

at net.outer_planes.jso.AbstractStream$1.addExtendedData(AbstractStream.java:116)

at net.outer_planes.jso.AbstractStream$Input.process(AbstractStream.java:199)

at net.outer_planes.jso.AbstractStream.process(AbstractStream.java:1171)

at com.iplanet.im.server.ConnectedStreamEndPoint.process(ConnectedStreamEndPoint.java:318)

at com.iplanet.im.server.ConnectedStreamEndPoint.run(ConnectedStreamEndPoint.java:273)

at org.netbeans.lib.collab.util.Worker.run(Worker.java:222)

at java.lang.Thread.run(Thread.java:595)

meomkara at 2007-7-10 14:22:18 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Instant Messaging...
# 3
You are using R5 update 1 ? :-)QA has not yet validated and certified that ... And I did fix a few issues recently (as recent as couple of days back).These might be resolved in the latest builds.Regards,Mridul
MridulMa at 2007-7-10 14:22:18 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Instant Messaging...
# 4
No, its on the old version
meomkara at 2007-7-10 14:22:18 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Instant Messaging...