This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 236344 - Weird driver deployment error for Derby
Summary: Weird driver deployment error for Derby
Status: RESOLVED INCOMPLETE
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 7.3.1
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-25 01:48 UTC by Petr Jiricka
Modified: 2015-09-09 15:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Jiricka 2013-09-25 01:48:01 UTC
In the GlassFish log I see a weird error:

  [EL Severe]: ejb: 2013-09-24 17:39:24.19--ServerSession(1734483449)--Thread(Thread[http-listener-1(2),5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.5.0.v20130507-3faac2b): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: No suitable driver found for jdbc:derby://localhost:1527/chessserver;create=true
Error Code: 0]]

How can this happen? Derby driver is included in GlassFish, so why can GlassFish not find it?
Comment 1 Petr Hejl 2015-09-09 15:12:46 UTC
What are the steps to reproduce? Is this anyhow related to NetBeans?