I have sucessfully deployed the titan.jar for example EX04_01 (also checked that table ie cabinEJB is getting created in Oracle database ie Oracle 8i lite) but the following error when i run the client for ex04_1
and jboss crashes -
Buildfile: build.xml
prepare:
compile:
ejbjar:
run.client_41a:
[java] java.rmi.UnmarshalException: Error unmarshaling return head
d exception is:
[java] java.net.SocketException: Connection reset by peer: JVM
socket input stream read
[java] java.net.SocketException: Connection reset by peer: JVM_rec
et input stream read
[java] at java.net.SocketInputStream.socketRead(Native Method)
[java] at java.net.SocketInputStream.read(SocketInputStream.ja
[java] at java.io.BufferedInputStream.fill(BufferedInputStream
)
[java] at java.io.BufferedInputStream.read(BufferedInputStream
)
[java] at java.io.DataInputStream.readByte(DataInputStream.jav
[java] at sun.rmi.transport.StreamRemoteCall.executeCall(Strea
ll.java:186)
[java] at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:122
[java] at org.jboss.invocation.jrmp.server.JRMPInvoker_Stub.in
own Source)
[java] at org.jboss.invocation.jrmp.interfaces.JRMPInvokerProx
JRMPInvokerProxy.java:140)
[java] at org.jboss.invocation.InvokerInterceptor.invoke(Invok
ptor.java:108)
[java] at org.jboss.proxy.TransactionInterceptor.invoke(Transa
rceptor.java:77)
[java] at org.jboss.proxy.SecurityInterceptor.invoke(SecurityI
r.java:80)
[java] at org.jboss.proxy.ejb.HomeInterceptor.invoke(HomeInter
va:198)
[java] at org.jboss.proxy.ClientContainer.invoke(ClientContain
6)
[java] at $Proxy0.create(Unknown Source)
[java] at com.titan.clients.Client_1.main(Client_1.java:22)
Would appreciate any help on this. Thanks in advance for any inputs on this.