0 Replies Latest reply on Aug 22, 2002 8:21 AM by jussi_po

    java.io.StreamCorruptedException: Type code out of range, is

    jussi_po

      I'm trying to call create method from ejbHome and I got this error message. In my jsp page all works fine but when I'm trying to call from applet this error message comes.

      What's wrong??!?!?

      :::: MESSAGE ::::
      java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
      java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
      java.io.StreamCorruptedException: Type code out of range, is 46

      at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Unknown Source)

      at sun.rmi.transport.StreamRemoteCall.executeCall(Unknown Source)

      at sun.rmi.server.UnicastRef.invoke(Unknown Source)

      at org.jboss.invocation.jrmp.server.JRMPInvoker_Stub.invoke(Unknown Source)

      at org.jboss.invocation.jrmp.interfaces.JRMPInvokerProxy.invoke(JRMPInvokerProxy.java:128)

      at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:108)

      at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:73)

      at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:76)

      at org.jboss.proxy.ejb.HomeInterceptor.invoke(HomeInterceptor.java:185)

      at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:76)

      at $Proxy0.create(Unknown Source)

      at m.txt.control.ControlPanel.initEjbs(ControlPanel.java:366)

      at m.txt.control.ControlPanel.(ControlPanel.java:73)

      at m.txt.control.SensureApplet.jbInit(SensureApplet.java:83)

      at m.txt.control.SensureApplet.init(SensureApplet.java:65)

      at sun.applet.AppletPanel.run(Unknown Source)

      at java.lang.Thread.run(Unknown Source)

      Caused by: java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
      java.io.StreamCorruptedException: Type code out of range, is 46

      Caused by: java.io.StreamCorruptedException: Type code out of range, is 46


      -jussi