[jarp-developer] [ jarp-Bugs-1285526 ] Problems with, pnml, jpeg, gif
Brought to you by:
ricardo_padilha
From: SourceForge.net <no...@so...> - 2007-06-16 09:36:53
|
Bugs item #1285526, was opened at 2005-09-09 01:50 Message generated for change (Comment added) made by philipp__ You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=118541&aid=1285526&group_id=18541 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: file export Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Problems with, pnml, jpeg, gif Initial Comment: I cannot save files in some formats. Im using WinXP java version "1.5.0_04" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_04-b05) Java HotSpot(TM) Client VM (build 1.5.0_04-b05, mixed mode, sharing) PNML are not saved, and GIF and JPEG gives a message saying "height=0 and width=0". ser...@gm... ---------------------------------------------------------------------- Comment By: Philipp Sternberg (philipp__) Date: 2007-06-16 09:36 Message: Logged In: YES user_id=1819303 Originator: NO Hi,me again (the nobody of the last comment above) I'd like to attach a jpn-file as a test case... How can I create such an attachment as a part of the follow up of this bug ??? Regards Phil ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-06-16 09:28 Message: Logged In: NO Hi folks, allright then I can confirm this bug for 1.1.13, using Debian Linux: Allright I started jarp from a shell: /opt/java/jre1.5.0_09/bin/java -verbose -jar /opt/jarp/jarp.jar Then i created a Petri Net with two places and one transition. Then i tried to save this net to pnml-format. However, no pnml is saved there simply is no file at the location you tried to save the pnml to. This are the last lines of output of the java-vm: [Loaded org.w3c.dom.events.EventTarget from /opt/java/jre1.5.0_09/lib/rt.jar] [Loaded com.sun.org.apache.xerces.internal.dom.NodeImpl from /opt/java/jre1.5.0_09/lib/rt.jar] [Loaded com.sun.org.apache.xerces.internal.dom.ChildNode from /opt/java/jre1.5.0_09/lib/rt.jar] [Loaded com.sun.org.apache.xerces.internal.dom.ParentNode from /opt/java/jre1.5.0_09/lib/rt.jar] [Loaded com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl from /opt/java/jre1.5.0_09/lib/rt.jar] [Loaded com.sun.org.apache.xerces.internal.dom.DocumentImpl from /opt/java/jre1.5.0_09/lib/rt.jar] [Loaded com.sun.org.apache.xerces.internal.util.XMLChar from /opt/java/jre1.5.0_09/lib/rt.jar] [Loaded org.w3c.dom.Element from /opt/java/jre1.5.0_09/lib/rt.jar] [Loaded com.sun.org.apache.xerces.internal.dom.ElementImpl from /opt/java/jre1.5.0_09/lib/rt.jar] [Loaded org.w3c.dom.CharacterData from /opt/java/jre1.5.0_09/lib/rt.jar] [Loaded org.w3c.dom.Comment from /opt/java/jre1.5.0_09/lib/rt.jar] [Loaded com.sun.org.apache.xerces.internal.dom.CharacterDataImpl from /opt/java/jre1.5.0_09/lib/rt.jar] [Loaded com.sun.org.apache.xerces.internal.dom.CommentImpl from /opt/java/jre1.5.0_09/lib/rt.jar] [Loaded com.sun.org.apache.xerces.internal.dom.CharacterDataImpl$1 from /opt/java/jre1.5.0_09/lib/rt.jar] [Loaded org.w3c.dom.Attr from /opt/java/jre1.5.0_09/lib/rt.jar] [Loaded com.sun.org.apache.xerces.internal.dom.AttrImpl from /opt/java/jre1.5.0_09/lib/rt.jar] [Loaded org.w3c.dom.NamedNodeMap from /opt/java/jre1.5.0_09/lib/rt.jar] [Loaded com.sun.org.apache.xerces.internal.dom.NamedNodeMapImpl from /opt/java/jre1.5.0_09/lib/rt.jar] [Loaded com.sun.org.apache.xerces.internal.dom.AttributeMap from /opt/java/jre1.5.0_09/lib/rt.jar] [Loaded org.w3c.dom.Text from /opt/java/jre1.5.0_09/lib/rt.jar] [Loaded com.sun.org.apache.xerces.internal.dom.TextImpl from /opt/java/jre1.5.0_09/lib/rt.jar] Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: org/apache/crimson/tree/XmlDocument at org.jarp.filters.PNMLStorageFormat.store(Unknown Source) at org.jarp.tools.SaveAsTool.saveFile(Unknown Source) at org.jarp.tools.SaveAsTool.execute(Unknown Source) at org.jarp.tools.AbstractJARPTool.actionPerformed(Unknown Source) at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.setPressed(Unknown Source) at javax.swing.AbstractButton.doClick(Unknown Source) at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source) at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(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) ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-03-25 07:05 Message: Logged In: NO I meet the same problem too! I am using Win2003SP1 with java version 1.5.0_04-b05. ---------------------------------------------------------------------- Comment By: Ricardo Padilha (ricardo_padilha) Date: 2005-09-09 08:31 Message: Logged In: YES user_id=137238 Problem acknowledged. Could you provide a sample Jarp file? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=118541&aid=1285526&group_id=18541 |