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 - User name app and password APP does not work with sample database
Summary: User name app and password APP does not work with sample database
Status: RESOLVED WORKSFORME
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.0
Hardware: PC Windows 8
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-14 18:20 UTC by ausar
Modified: 2014-04-18 06:46 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 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...