Mario Giammarco
unread,Mar 16, 2012, 7:21:07 PM3/16/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to hawtdi...@googlegroups.com
Hello,
I am using hawtdispatch indirectly because I am using stompjms.
If I use tcp transport of stompjms all goes well.
If I use ssl transport I got this:
java.lang.NullPointerException
at org.fusesource.hawtdispatch.transport.SslTransport.transportFlush(SslTransport.java:193)
at org.fusesource.hawtdispatch.transport.SslTransport.handshake(SslTransport.java:303)
at org.fusesource.hawtdispatch.transport.SslTransport.onConnected(SslTransport.java:155)
at org.fusesource.hawtdispatch.transport.TcpTransport$2.run(TcpTransport.java:403)
at org.fusesource.hawtdispatch.internal.NioDispatchSource$3.run(NioDispatchSource.java:226)
at org.fusesource.hawtdispatch.internal.SerialDispatchQueue.run(SerialDispatchQueue.java:83)
at org.fusesource.hawtdispatch.internal.pool.SimpleThread.run(SimpleThread.java:61)
I do not understand why the byteBuffer is null, infact nobody sets it.
What can I do?
Thanks,
Mario