Re: [JBoss-user] ERROR: Internal error getting results for field member

2002-06-07 Thread Brandon Knitter
I turned it up to trace and got for my method call that it's bombing on the below. I've noted that odd relational query, it just doesn't make sense. It's almost like the foreign-key-fields mapping is wrong. I tried taking out the section (docs say it's auto generated), but still say results. 2

Re: [JBoss-user] ERROR: Internal error getting results for field member

2002-06-07 Thread Brandon Knitter
Just noticed something. > 2002-06-06 22:05:51,823 DEBUG > [org.jboss.ejb.plugins.cmp.jdbc.JDBCFindByPrimaryKeyQuery.PlaylistBean.findByPrimaryKey] > Executing SQL: SELECT playlist_id FROM playlists WHERE playlist_id=? The above is correct SQL. > 2002-06-06 22:05:52,145 DEBUG > [org.jboss.ejb.pl

Re: [JBoss-user] ERROR: Internal error getting results for field member

2002-06-07 Thread Dain Sundstrom
Doh, It looks like we have gone to far in reducing the excessive exception reporting. You could try turing up the logging in the log4j.xml file. It has examples and good comments. If you can't figure it out, post a bug report at sourceforge and I'll take a look at it. -dain Brandon Knitte

Re: [JBoss-user] ERROR: Internal error getting results for field member

2002-06-06 Thread Brandon Knitter
I'm tailing server.log, the only thing showing up during my request is: 2002-06-06 22:05:51,731 DEBUG [org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory] Using properties: {user=ejukebox, password=xx} 2002-06-06 22:05:51,823 DEBUG [org.jboss.ejb.plugins.cmp.jdbc.JDBCFin

Re: [JBoss-user] ERROR: Internal error getting results for field member

2002-06-06 Thread Dain Sundstrom
What is the exception you are getting on the server? It should be printed into the server.log file. -dain Brandon Knitter wrote: > I did notice one other thing. When I try to get a User, I am running into a > problem there the server is saying: > > Exception in thread "main" java.rmi.Server

Re: [JBoss-user] ERROR: Internal error getting results for field member

2002-06-06 Thread Brandon Knitter
Well, that fixed my problem on the User end, but I'm still geting the same error on the Playlist end as: Exception in thread "main" java.rmi.ServerException: RemoteException occurred in server thread; nested exception is: java.rmi.ServerException: Internal error getting results for field mem

Re: [JBoss-user] ERROR: Internal error getting results for field member

2002-06-06 Thread Brandon Knitter
I did notice one other thing. When I try to get a User, I am running into a problem there the server is saying: Exception in thread "main" java.rmi.ServerException: RemoteException occurred in server thread; nested exception is: java.rmi.ServerException: Load failed Embedded Exception ERROR

[JBoss-user] ERROR: Internal error getting results for field member

2002-06-06 Thread Brandon Knitter
Well, I'm on with my learning and now running into another problem. I've been racking my head for 3 hours now and have opened up the source examples I got with the book from JBoss, and I'm just stuck. 1) Is there a way to turn on really high debugging on the server so that I can see what's going