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 155695 - Auto-start of Java DB doesn't work any more
Summary: Auto-start of Java DB doesn't work any more
Status: RESOLVED WORKSFORME
Alias: None
Product: db
Classification: Unclassified
Component: Derby (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Rob Englander
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2008-12-17 18:51 UTC by David Vancouvering
Modified: 2009-02-19 20:38 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 David Vancouvering 2008-12-17 18:51:28 UTC
- Open Drivers node
- Choose "Connect Using" on Java DB network driver
- Specify localhost, 1527, sample, app, app
- Enter OK

Instead of the server starting up, you get "Unable to add connection.  Cannot establish a connection to
jdbc:derby://localhost:1527/sample using ..."

I suspect this is a regression from Rob's checkins.
Comment 1 Rob Englander 2008-12-17 19:00:45 UTC
That would be my first guess too.  I can take a look.
Comment 2 Rob Englander 2008-12-17 19:06:34 UTC
I'll take this John.  I'm sure I caused it.
Comment 3 David Vancouvering 2008-12-17 22:54:52 UTC
Did a fresh pull and build and now it works for me.