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 72210 - java.io.CharConversionException
Summary: java.io.CharConversionException
Status: RESOLVED DUPLICATE of bug 70496
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: Other Linux
: P2 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-03 13:04 UTC by takisd
Modified: 2006-06-05 11:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
log file (158.73 KB, text/plain)
2006-02-03 13:19 UTC, takisd
Details

Note You need to log in before you can comment on or make changes to this bug.
Description takisd 2006-02-03 13:04:49 UTC
nb5 dumped as i expanded the database tree node. the error dialog popped up with
the java.io.CharConversionException:

java.io.CharConversionException: null
	at org.openide.xml.XMLUtil.toAttributeValue(XMLUtil.java:464)
	at
org.netbeans.modules.db.explorer.DatabaseConnectionConvertor$AtomicWriter.write(DatabaseConnectionConvertor.java:311)
	at
org.netbeans.modules.db.explorer.DatabaseConnectionConvertor$AtomicWriter.run(DatabaseConnectionConvertor.java:284)
	at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:96)
	at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:450)
	at
org.netbeans.modules.db.explorer.DatabaseConnectionConvertor.create(DatabaseConnectionConvertor.java:183)
	at
org.netbeans.modules.db.explorer.DatabaseConnectionConvertor.importOldConnections(DatabaseConnectionConvertor.java:199)
	at
org.netbeans.modules.db.explorer.ConnectionList.getDefault(ConnectionList.java:54)
	at
org.netbeans.modules.db.explorer.infos.RootNodeInfo.initChildren(RootNodeInfo.java:40)
	at
org.netbeans.modules.db.explorer.infos.DatabaseNodeInfo.getChildren(DatabaseNodeInfo.java:639)
	at
org.netbeans.modules.db.explorer.DatabaseNodeChildren$3.run(DatabaseNodeChildren.java:86)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:493)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:926)
Comment 1 takisd 2006-02-03 13:19:22 UTC
Created attachment 28734 [details]
log file
Comment 2 Andrei Badea 2006-02-03 13:48:11 UTC

*** This issue has been marked as a duplicate of 70496 ***