Did you get the stacktrace below from a bean on a JSP (or in a servlet) or
from a standalone client?

If from a JSP or servlet, there should have been one or two stacktraces
above it in the window JBoss was running in. Also, look in
<jboss-root>/logs/server.log. These might give us more information. 


On Tue, 20 Mar 2001, [iso-8859-1] joel cordonnier wrote:

> 
> Hi!
> 
> I try to configure JBOSS-embedded Tomcat to use a
> Cloudscape database.
> 
> For my CMP beans, i use in jaws.xml the tags:
> <create-table>true</create-table>
> 
> When i deploy thw beans in InstantDB, no problem i
> have the message:
> [JAWS] Created table 'myTableName' successfully
> But when i try with Coudscape that is running on
> localhost:1098, I have NO MESSAGE !
> 
> So i try to debug, and with a simple bean-client, I
> have the error:
> 
> javax.ejb.CreateException: Could not create
> entity:java.sql.SQLException: Unable to create
> PreparedStatement!
>       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.ejb.plugins.jrmp.server.JRMPContainerInvoker_Stub.invokeHome(Unknown
> Source)
>       at
> org.jboss.ejb.plugins.jrmp.interfaces.HomeProxy.invoke(HomeProxy.java:248)
>       at $Proxy0.create(Unknown Source)
>       at
> de.hyphony.buchHandler.Client_1.main(Client_1.java:23)
> 
> 
> 
> Thanks for the help
> Joel
> 
> 
> ___________________________________________________________
> Do You Yahoo!? -- Pour dialoguer en direct avec vos amis, 
> Yahoo! Messenger : http://fr.messenger.yahoo.com
> 
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user
> 

-- 
Dan Christopherson (danch) 
nVisia Technical Architect (www.nvisia.com)

Opinions expressed are mine and do not neccessarily reflect any 
position or opinion of nVISIA.

---------------------------------------------------------------------------
If you're a capitalist and you have the best goods and they're 
free, you don't have to proselytize, you just have to wait.
-Eben Moglen


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to