Error starting the parser
okta19 May 16, 2013 4:14 AMHello,
When I try to run the sample, I get the following error:
c:\Users\okta\Downloads\scribble-tools-cli-2.0.0.Final\bin>parse.bat Purchasing.spr
ERROR: Error starting file:/c:/Users/okta/Downloads/scribble-tools-cli-2.0.0.Final/bundle/org.scribble.command.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle org.scribble.com
mand [3]: Unable to resolve 3.0: missing requirement [3.0] package; (package=org.scribble.protocol.monitor) - [3.0] package; (package=org.scribble.protocol.monitor))
org.osgi.framework.BundleException: Unresolved constraint in bundle org.scribble.command [3]: Unable to resolve 3.0: missing requirement [3.0] package; (package=org.scribble.protocol.monitor) - [3.0]
package; (package=org.scribble.protocol.monitor)
at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3421)
at org.apache.felix.framework.Felix.startBundle(Felix.java:1754)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1188)
at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264)
at java.lang.Thread.run(Unknown Source)
ERROR: Error starting file:/c:/Users/okta/Downloads/scribble-tools-cli-2.0.0.Final/bundle/org.scribble.protocol.export.monitor.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle
org.scribble.protocol.export.monitor [6]: Unable to resolve 6.0: missing requirement [6.0] module; (bundle-symbolic-name=org.scribble.protocol.monitor) - [6.0] module; (bundle-symbolic-name=org.scribb
le.protocol.monitor))
org.osgi.framework.BundleException: Unresolved constraint in bundle org.scribble.protocol.export.monitor [6]: Unable to resolve 6.0: missing requirement [6.0] module; (bundle-symbolic-name=org.scribbl
e.protocol.monitor) - [6.0] module; (bundle-symbolic-name=org.scribble.protocol.monitor)
at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3421)
at org.apache.felix.framework.Felix.startBundle(Felix.java:1754)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1188)
at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264)
at java.lang.Thread.run(Unknown Source)
ERROR: Error starting file:/c:/Users/okta/Downloads/scribble-tools-cli-2.0.0.Final/bundle/org.scribble.protocol.monitor.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle org.scr
ibble.protocol.monitor [8]: Unable to resolve 8.0: missing requirement [8.0] package; (package=javax.xml.bind) - [8.0] package; (package=javax.xml.bind))
org.osgi.framework.BundleException: Unresolved constraint in bundle org.scribble.protocol.monitor [8]: Unable to resolve 8.0: missing requirement [8.0] package; (package=javax.xml.bind) - [8.0] packag
e; (package=javax.xml.bind)
at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3421)
at org.apache.felix.framework.Felix.startBundle(Felix.java:1754)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1188)
at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264)
at java.lang.Thread.run(Unknown Source)
Command not executed
I tried this on both Windows 7 and Ubunut12.04, and I get the same error.
I have jdk 1.7.0_14 x64 installed, and for the command above, the file 'Purchasing.spr' was placed in the /bin directory.
Can you tell me what is wrong?
Thanks!