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

Summary: Weird driver deployment error for Derby
Product: serverplugins Reporter: Petr Jiricka <pjiricka>
Component: GlassFishAssignee: Petr Hejl <phejl>
Status: RESOLVED INCOMPLETE    
Severity: normal    
Priority: P3    
Version: 7.3.1   
Hardware: PC   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:

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?