[jboss-dev-forums] [Design of JBoss Remoting, Unified Invokers] - Re: Encryption in Remoting

anil.saldhana@jboss.com do-not-reply at jboss.com
Tue Aug 15 11:28:14 EDT 2006


If I remove the explicit cos.close()

So I now get:


  | 2006-08-15 10:27:25,619 ERROR [org.jboss.remoting.transport.socket.ServerThread] failed to process invocation.
  | java.net.SocketException: Socket closed
  | 	at java.net.SocketOutputStream.socketWrite(Unknown Source)
  | 	at java.net.SocketOutputStream.write(Unknown Source)
  | 	at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
  | 	at java.io.BufferedOutputStream.flush(Unknown Source)
  | 	at java.io.DataOutputStream.flush(Unknown Source)
  | 	at org.jboss.serial.io.JBossObjectOutputStream.flush(JBossObjectOutputStream.java:248)
  | 	at org.jboss.serial.io.JBossObjectOutputStream.close(JBossObjectOutputStream.java:261)
  | 	at javax.crypto.CipherOutputStream.close(DashoA12275)
  | 	at java.io.FilterOutputStream.close(Unknown Source)
  | 	at org.jboss.serial.io.JBossObjectOutputStream.close(JBossObjectOutputStream.java:263)
  | 	at org.jboss.remoting.marshal.encryption.EncryptingMarshaller.write(EncryptingMarshaller.java:127)
  | 	at org.jboss.remoting.transport.socket.ServerThread.versionedWrite(ServerThread.java:484)
  | 	at org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:463)
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965295#3965295

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3965295



More information about the jboss-dev-forums mailing list