Hi!

Thanks for your tip, but I've already done so. The server log does not
show any stack trace. I have the feeling that the error occurs
somewhere between the client application and the EJB within the
server.

Also, in the ejbCreate method of the affected EJB, I have a logging
statement as the first statement of the method. Not even this
statement is executed (there is no appropriate log entry in server log
file).

BTW, this error occurs during getting the remote interface of the EJB,
that is

...
Project project = projectHome.create();
...

where Project is the remote interface of the EJB and projectHome the
home interface.

Dimitri

On Sun, 07 Jul 2002 13:27:59 -0500, you wrote:

>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



-------------------------------------------------------
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