can someone please tell me if they have experienced JiBX behaving differently on some setups of Windows XP?  I cannot figure out why my app works fine on some machines but messes up on others.  I've had the user do a stack trace on the machines with the error, and JiBX is definitely the cause, it's not an I/O error.  The problem is that this doesn't happen on any of the tens of machines that I've tried my app on.

Here is the stack trace (a general Exception when marshalling):

2006-10-18 09:27:50.843

java.lang.NullPointerException
    at xxx.xxx.xxx.datatypes.ProdQ.JiBX_eAppBinding_2_marshal_2_0(ProdQ.java)
    at xxx.xxx.xxx.ManufacturingInfo.JiBX_eAppBinding_2_marshal_2_0(ManufacturingInfo.java)
    at xxx.xxx.xxx.Chemical.JiBX_eAppBinding_2_marshal_2_0(Chemical.java)
    at xxx.xxx.xxx.JiBX_eAppBinding_2xxxical_access.marshal ()
    at xxx.xxx.xxx.JiBX_MungeAdapter.JiBX_eAppBinding_2_marshal_1_0()
    at xxx.xxx.xxx.AppObj.JiBX_eAppBinding_2_marshal_2_0(AppObj.java)
    at xxx.xxx.xxx.JiBX_eAppBinding_2AppObj_access.marshal()
    at xxx.xxx.xxx.AppObj.marshal(AppObj.java)
    at org.jibx.runtime.impl.MarshallingContext.marshalRoot(Unknown Source)
    at org.jibx.runtime.impl.MarshallingContext.marshalDocument(Unknown Source)
    at xxx.xxx.xxx.AppObj.saveAs (AppObj.java:194)
    at xxx.xxx.xxx.AppObj.save(AppObj.java:178)
    at xxx.xxx.model.MainController.save(MainController.java:248)
    at xxx.xxx.model.MainController.save(MainController.java:197)
    at xxx.xxx.eApp$callOnExitListener.windowClosing (eApp.java:175)
    at java.awt.AWTEventMulticaster.windowClosing(Unknown Source)
    at java.awt.Window.processWindowEvent(Unknown Source)
    at javax.swing.JFrame.processWindowEvent(Unknown Source)
    at java.awt.Window.processEvent (Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Window.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent (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)

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
jibx-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to