Page 1 of 1

Java error message on wellformed test or validation.

Posted: Fri Jul 22, 2005 1:38 pm
by HomeGoods
After upgrading from 6.0 to 6.1, Java error message pops up whenever wellformed test or vaildation is performed. It hadn't happened on 6.0.
Anyone having the same problem?

Steps to reproduce:

1. Launch oXygen.
2. [File] - [New]. Select [XML Document] and click [OK].
3. Uncheck [Use a DTD, XML Schema, Relax NG or NRL schema] and click [OK].
4. A new XML document is created. It has just one line. (<?xml version=... >)
5. [Document] - [XML Document] - [Check document form].

--> The error happens.

> [ AWT-EventQueue-0 ] - java.lang.NullPointerException
> java.lang.NullPointerException
> at sun.applet.AppletAudioClip.<init>(Unknown Source)
> at java.applet.Applet.newAudioClip(Unknown Source)
> at ro.sync.exml.D.P.D.<init>(Unknown Source)
> at ro.sync.exml.D.P.D.A(Unknown Source)
> at ro.sync.exml.D.P.A.A(Unknown Source)
> at ro.sync.exml.D.P.C.A(Unknown Source)
> at ro.sync.exml.D.P.C.B(Unknown Source)
> at ro.sync.exml.D.U$8.run(Unknown Source)
> at ro.sync.ui.C$1.run(Unknown Source)
> at java.awt.event.InvocationEvent.dispatch(Unknown Source)
> at java.awt.EventQueue.dispatchEvent(Unknown Source)
> at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
> at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
> at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
> at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
> at java.awt.EventDispatchThread.run(Unknown Source)

On Windows 2000 SP4 + J2SE 5.0 Update 4.

Posted: Tue Jul 26, 2005 11:50 am
by HomeGoods
The error message box has a check box "Do not show the dialog again."
But actually it doesn't work. Even after checking it and closing the dialog, the same error message box pops up on the next wellformed test or validation. :(

Posted: Tue Jul 26, 2005 6:13 pm
by sorin_ristache
Hello,

I can't reproduce it on WIndows XP SP 2 with J2SE 5.0 Update 4. Can you send the content of the directory [home.dir]/com.oxygenxml to support at oxygenxml dot com ? You can find the value of home.dir in Help - About - System properties.

Best regards,
Sorin

Posted: Wed Jul 27, 2005 10:23 am
by george
Hi,

I suggest trying also with oXygen 6.1.1 (build 2005072105):
http://www.oxygenxml.com/download.html

Regards,
George

Posted: Wed Jul 27, 2005 1:47 pm
by HomeGoods
Uninstalled the previous installation and installed 6.1.1 build 2005072105.
So far, the error has not happened since then! :D