Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EclipseLink » HSQLDB 2 and Internal Exception: Error Code -5501
HSQLDB 2 and Internal Exception: Error Code -5501 [message #637363] Fri, 05 November 2010 08:52
Karsten Wutzke is currently offline Karsten WutzkeFriend
Messages: 124
Registered: July 2009
Senior Member
Hello,

for anybody having trouble getting

Internal Exception: java.sql.SQLException: user lacks privilege or object not found: XXXXXXXXXX Error Code: -5501

with EclipseLink 2.1.1 and HSQLDB 2.0.0

like here:
http://www.jpab.org/Collection/Space/Many.html
or here
http://sourceforge.net/tracker/index.php?func=detail&aid =3044285&group_id=23316&atid=378131

I was able to get rid of this by using

conn = DriverManager.getConnection("jdbc:hsqldb:mem:persons", "sa", "");

instead of

conn = DriverManager.getConnection("jdbc:hsqldb:mem:persons?user=sa&password= ");

HTH anybody
Karsten
Previous Topic:Get exception when calling getIdClassAttributes in child class
Next Topic:ClassLoader Problem
Goto Forum:
  


Current Time: Thu Apr 25 20:17:13 GMT 2024

Powered by FUDForum. Page generated in 0.03140 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top