Why the CaseWavemaker_Def.xml can't be opened by the DPI?

edited April 2015 in Old versions
Dear sir:
I can open each xml file but the CaseWavemaker_Def.xml. When I open the CaseWavemaker_Def.xml using the DPI, the exception occured as follow:

Found 32 bit JRE
Exception in thread "AWT-EventQueue-0" java.lang.NumberFormatException: For input string:
"1 | 2 | 6 | 7"
at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1241)
at java.lang.Float.parseFloat(Float.java:452)
at dualsphysics.XMLReader.readXMLFile(XMLReader.java:1646)
at dualsphysics.MainFrame.jMenuItemFileOpenActionPerformed(MainFrame.java:10164)
at dualsphysics.MainFrame.access$11200(MainFrame.java:53)
at dualsphysics.MainFrame$113.actionPerformed(MainFrame.java:5352)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)

at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
at javax.swing.AbstractButton.doClick(AbstractButton.java:376)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:833)
at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.ja
va:877)
at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:289)
at java.awt.Component.processMouseEvent(Component.java:6505)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3321)
at java.awt.Component.processEvent(Component.java:6270)
at java.awt.Container.processEvent(Container.java:2229)
at java.awt.Component.dispatchEventImpl(Component.java:4861)
at java.awt.Container.dispatchEventImpl(Container.java:2287)
at java.awt.Component.dispatchEvent(Component.java:4687)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4492)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422)
at java.awt.Container.dispatchEventImpl(Container.java:2273)
at java.awt.Window.dispatchEventImpl(Window.java:2719)
at java.awt.Component.dispatchEvent(Component.java:4687)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:723)
at java.awt.EventQueue.access$200(EventQueue.java:103)
at java.awt.EventQueue$3.run(EventQueue.java:682)
at java.awt.EventQueue$3.run(EventQueue.java:680)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:
76)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:
87)
at java.awt.EventQueue$4.run(EventQueue.java:696)
at java.awt.EventQueue$4.run(EventQueue.java:694)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:
76)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:693)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:24
4)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:163)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:15
1)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:147)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:139)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:97)

Can you tell me why it happened?

Comments

  • Hello,

    There are a few outstanding bugs with DPI which need to be ironed out. There will be something in the WaveMaker XML case file that I have parsed incorrectly that has unfortunately slipped through the net, this is a known bug with the parsing of the mask values.

    I am collating all of the useful bug reports that are being submitted and questions asked via the forum and will endeavour to find the time in the near future to do a re-write and release DPI 2.0. There are a number of fundamental changes needed to ensure the applications longevity that go beyond fixing simple bugs like this one, such as upgrading the version of the JOGL library used, so there is a reasonable portion of work to be done.

    In the meantime, I suspect the error is being thrown because of the line . If you open the XML file and replace this line with then it should open in DPI. Once you have made any changes you want to, simply re-edit the newly saved XML and change the back to .

    Best regards.
Sign In or Register to comment.