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 243829

Summary: User name app and password APP does not work with sample database
Product: db Reporter: ausar
Component: CodeAssignee: Libor Fischmeistr <lfischmeistr>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: PC   
OS: Windows 8   
Issue Type: DEFECT Exception Reporter:

Description ausar 2014-04-14 18:20:05 UTC
SQL Error: java.sql.SQLNonTransientConnectionException: Connection authentication failure occurred.  Reason: userid or password invalid. 40000 08004

 String data = "jdbc:derby://localhost:1527/sample";
       
           Connection conn = DriverManager.getConnection(
               data, "app", "APP");
Comment 1 Libor Fischmeistr 2014-04-18 06:46:06 UTC
Hello, thank you for the report.

Please attach the IDE log (http://wiki.netbeans.org/FaqLogMessagesFile)

Try to change the password from APP to app...