Look in the server.log file on the server for the server side 
stacktrace; it may help.

-dain

Dimitri PISSARENKO wrote:
> Hello!
> 
> I've a BMP entity bean, and when I try to create a new instance of
> this bean (that is, a new record in the database by calling the create
> method of the home interface), I get the following exception:
> 
> javax.ejb.CreateException: General error
>       at
> 
>sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:245)
>       at
> sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:220)
>       at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:122)
>       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
> ebjtest.TestProjectBean.testBeanCreation(TestProjectBean.java:66)
>       at ebjtest.TestProjectBean.run(TestProjectBean.java:47)
>       at ebjtest.TestProjectBean.main(TestProjectBean.java:42)
> 
> Has someone got this error before? HOw could the problem be solved?
> 
> Thanks in advance
> 
> Dimitri Pissarenko
> 
> 
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> We have stuff for geeks like you.
> http://thinkgeek.com/sf
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
We have stuff for geeks like you.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to