Java error message on wellformed test or validation.

Having trouble installing Oxygen? Got a bug to report? Post it all here.
HomeGoods
Posts: 96
Joined: Wed Feb 09, 2005 8:57 am

Java error message on wellformed test or validation.

Post 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.
HomeGoods
Posts: 96
Joined: Wed Feb 09, 2005 8:57 am

Post 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. :(
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post 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
george
Site Admin
Posts: 2095
Joined: Thu Jan 09, 2003 2:58 pm

Post by george »

Hi,

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

Regards,
George
HomeGoods
Posts: 96
Joined: Wed Feb 09, 2005 8:57 am

Post by HomeGoods »

Uninstalled the previous installation and installed 6.1.1 build 2005072105.
So far, the error has not happened since then! :D
Post Reply