Menu

#1 Null Pointer exception

v1.0 (example)
closed-wont-fix
nobody
None
5
2007-01-23
2007-01-17
Anonymous
No

Hi,

After installing this on Windows XP, when I run this application and try to add new connection to DB2 database, I get following error:

java.lang.NullPointerException
at org.apache.xalan.serialize.SerializerToXML.writeAttrString(Unknown Source)
at org.apache.xalan.serialize.SerializerToXML.processAttribute(Unknown Source)
at org.apache.xalan.serialize.SerializerToXML.startElement(Unknown Source)
at org.apache.xalan.transformer.TransformerIdentityImpl.startElement(Unknown Source)
at org.apache.xml.utils.TreeWalker.startNode(Unknown Source)
at org.apache.xml.utils.TreeWalker.traverse(Unknown Source)
at org.apache.xalan.transformer.TransformerIdentityImpl.transform(Unknown Source)
at dbedit.Config.saveConfig(Config.java:142)
at dbedit.Config.saveDatabases(Config.java:89)
at dbedit.actions.ConnectAction.performThreaded(ConnectAction.java:54)
at dbedit.actions.CustomAction$1.execute(CustomAction.java:44)
at dbedit.ThreadedAction.run(ThreadedAction.java:35)
at java.lang.Thread.run(Unknown Source)

Now, I do not find anywhere org.apache.xalan structure.

Do I need to have apache server running on the machine?

Pelase help...

Discussion

  • Jef Van Den Ouweland

    • status: open --> closed-wont-fix
     
  • Jef Van Den Ouweland

    Logged In: YES
    user_id=1636895
    Originator: NO

    This is cause by a bug in JRE 1.4.2_03.
    In later versions of 1.4.2 this is fixed.
    Please upgrade to JRE 5.0/6.0 because the next release of DBEdit requires at least JRE 5.0 to be installed.