Hi,

these are the last lines of my server.log.  No stacktrace.

================= ERROR =====================

2002-07-03 15:52:41,388 DEBUG
[org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreEntityCommand.guestbook/Sequence]
Create: Rows affected = 1
2002-07-03 15:52:41,397 INFO  [STDOUT] ++++ After NEXT SEQUENCE NUMBER ++++
2002-07-03 15:52:41,401 DEBUG
[org.jboss.ejb.plugins.cmp.jdbc.JDBCCreateEntityCommand.guestbook/gbEntry]
Create: pk=[.190.]
2002-07-03 15:52:41,402 DEBUG
[org.jboss.ejb.plugins.cmp.jdbc.JDBCCreateEntityCommand.guestbook/gbEntry]
Executing SQL: SELECT COUNT(*) FROM g
bEntries WHERE entry_id=?
2002-07-03 15:52:41,405 DEBUG
[org.jboss.ejb.plugins.cmp.jdbc.JDBCCreateEntityCommand.guestbook/gbEntry]
Executing SQL: INSERT INTO gbEntries
(entry_id, author_id, entry_name, entry_email, entry_url, entry_subject,
entry_text, entry_date, entry_views) VALUES (?, ?, ?, ?, ?, ?, ?, ?,
?)
2002-07-03 15:52:41,408 DEBUG
[org.jboss.ejb.plugins.cmp.jdbc.JDBCCreateEntityCommand.guestbook/gbEntry]
Create: Rows affected = 1
2002-07-03 15:52:41,448 INFO  [STDOUT] java.rmi.ServerException: null
Embedded Exception
null; nested exception is:
        javax.ejb.EJBException: null
Embedded Exception
null
2002-07-03 15:58:08,137 DEBUG
[org.jboss.resource.connectionmanager.IdleRemover] run: IdleRemover
notifying pools, interval: 450000
2002-07-03 16:05:38,147 DEBUG
[org.jboss.resource.connectionmanager.IdleRemover] run: IdleRemover
notifying pools, interval: 450000
2
==========================================================

Thanks,

Michael


----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 03, 2002 4:13 PM
Subject: Re: [JBoss-user] java.rmi.ServerException: null


> Not to me either. Therefore I made a patch, but Scott Stark refused to
apply it. He said that it was passible to get a better stacktrace by
changing log4j.xml, but would unfortunately not set that as default :-(
>
>
> On Wed, Jul 03, 2002 at 03:02:09PM +0200, Michael Delamere wrote:
> > thanks,
> >
> > unforunately the error message doesn´t tell me very much :-) !
> >
> > Regards,
> >
> > Michael
> >
> >
> > ----- Original Message -----
> > From: <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Wednesday, July 03, 2002 2:21 PM
> > Subject: Re: [JBoss-user] java.rmi.ServerException: null
> >
> >
> > > It is a runtime exception (like nullpointer, indexoutofbounds etc)
> > happening in your bean.
> > >
> > > On Wed, Jul 03, 2002 at 01:48:13PM +0200, Michael Delamere wrote:
> > > > Hi,
> > > >
> > > > When accessing my entity bean via my stateless session bean I get
the
> > > > following error:
> > > >
> > > > =============================================
> > > > 13:50:23,113 INFO  [STDOUT] java.rmi.ServerException: null
> > > > Embedded Exception
> > > > null; nested exception is:
> > > >         javax.ejb.EJBException: null
> > > > Embedded Exception
> > > > null
> > > >
> > > > =============================================
> > > >
> > > > Is this a common error that others have experienced or will I have
to
> > dig
> > > > deeper?
> > > >
> > > > Thanks,
> > > >
> > > > Michael
> > > >
> > > >
> > > >
> > > > -------------------------------------------------------
> > > > This sf.net email is sponsored by:ThinkGeek
> > > > No, I will not fix your computer.
> > > > http://thinkgeek.com/sf
> > > > _______________________________________________
> > > > JBoss-user mailing list
> > > > [EMAIL PROTECTED]
> > > > https://lists.sourceforge.net/lists/listinfo/jboss-user
> > >
> > > --
> > > MVH
> > > Marius Kotsbak
> > > Boost communications AS
> > >
> > >
> > > -------------------------------------------------------
> > > This sf.net email is sponsored by:ThinkGeek
> > > No, I will not fix your computer.
> > > 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
> > No, I will not fix your computer.
> > http://thinkgeek.com/sf
> > _______________________________________________
> > JBoss-user mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/jboss-user
>
> --
> MVH
> Marius Kotsbak
> Boost communications AS
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> No, I will not fix your computer.
> 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
No, I will not fix your computer.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to