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 209757 - org.netbeans.lib.ddl.DDLException: Incapaz de executar comando: use `login` Communications link failure The last packet successfully received from the server was 142.264.817 milliseconds ago. The la
Summary: org.netbeans.lib.ddl.DDLException: Incapaz de executar comando: use `login` C...
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-19 19:53 UTC by richpine
Modified: 2012-05-25 14:10 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 159393


Attachments
stacktrace (817 bytes, text/plain)
2012-03-19 19:54 UTC, richpine
Details

Note You need to log in before you can comment on or make changes to this bug.
Description richpine 2012-03-19 19:53:54 UTC
Build: NetBeans IDE 7.1 RC2 (Build 201111302200)
VM: Java HotSpot(TM) Client VM, 20.2-b06, Java(TM) SE Runtime Environment, 1.6.0_27-b07
OS: Windows Vista

User Comments:
GUEST: setting default catalog

GUEST: Set a database in MySQL connection as Default Catalog.

GUEST: trying to connect to mysql database service




Stacktrace: 
org.netbeans.lib.ddl.DDLException: Incapaz de executar comando:
use `login`
Communications link failure

The last packet successfully received from the server was 142.264.817 milliseconds ago.  The last packet sent successfully to the server was 145 milliseconds ago.
   at org.netbeans.lib.ddl.impl.AbstractCommand.execute(AbstractCommand.java:244)
   at org.netbeans.modules.db.explorer.node.DDLHelper.setDefaultDatabase(DDLHelper.java:57)
   at org.netbeans.modules.db.explorer.DatabaseConnection.setDefaultCatalog(DatabaseConnection.java:579)
   at org.netbeans.modules.db.explorer.action.MakeDefaultCatalogAction$1.run(MakeDefaultCatalogAction.java:95)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1411)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1991)
Comment 1 richpine 2012-03-19 19:54:00 UTC
Created attachment 116885 [details]
stacktrace
Comment 2 Jaroslav Havlin 2012-05-25 14:10:49 UTC
http://hg.netbeans.org/core-main/rev/9883322bca4b
Problem caused by broken connection to database server.
Exception handling changed.