Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

TopLink Exception

371747Sep 5 2003 — edited Sep 14 2003
Hi.

I make test program with jDeveloper & TopLink. when I run the program, I get exceptions exception below:

EXCEPTION [TOPLINK-168] (TopLink - 9.0.3 (Build 423)): oracle.toplink.exceptions.DescriptorException

EXCEPTION DESCRIPTION: Problem in creating new instance using the default constructor. The default constructor triggered an exception.

INTERNAL EXCEPTION: java.lang.reflect.InvocationTargetException

TARGET INVOCATION EXCEPTION: EXCEPTION [TOPLINK-4002] (TopLink - 9.0.3 (Build 423)): oracle.toplink.exceptions.DatabaseException

EXCEPTION DESCRIPTION: java.sql.SQLException: ORA-00020: maximum number of processes (50) exceeded

INTERNAL EXCEPTION: java.sql.SQLException: ORA-00020: maximum number of processes (50) exceeded

ERROR CODE: 20
DESCRIPTOR: Descriptor(mypackage1.Disc --> [DatabaseTable(ws2_disc)])
RUNTIME EXCEPTIONS:


Please help me to figure out what's wrong

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 12 2003
Added on Sep 5 2003
2 comments
347 views