Re: Weird sudden problem in ubuntu 13.04 (Timothy Redmond)
Timothy Redmond <[email protected]> Thu, 04 Jul 2013 11:03:29 -0700
| Newsgroups | gmane.comp.misc.ontology.protege.general |
|---|---|
| Message-ID | <[email protected]> |
This makes total sense. It sounds like the version of felix in our Protege distribution does not understand java 8 yet. It is possible that there is a version of felix that works better with java 8 but a quick google search was unenlightening. -Timothy On 07/01/2013 03:56 AM, André Luiz Tietböhl Ramos wrote: > Dear Timothy, > > Thanks for the reply. So far, I think I found out where the actual > problem was exactly. I had Java 8 installed and configured under > ubuntu 13.04. I changed that back to Java 7 and everything begun to > work again. > > andreltr@sigmatech <mailto:andreltr@sigmatech>:~$ sudo > update-alternatives --config java > There are 4 choices for the alternative java (providing /usr/bin/java). > > Selection Path Priority Status > ------------------------------------------------------------ > 0 /usr/lib/jvm/java-8-oracle/jre/bin/java 1077 auto mode > 1 /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java > 1061 manual mode > 2 /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java > 1071 manual mode > * 3 /usr/lib/jvm/java-7-oracle/jre/bin/java 1076 > manual mode > 4 /usr/lib/jvm/java-8-oracle/jre/bin/java 1077 > manual mode > > Press enter to keep the current choice[*], or type selection number: > > andreltr@sigmatech <mailto:andreltr@sigmatech>:~$ java -version > java version "1.7.0_25" > Java(TM) SE Runtime Environment (build 1.7.0_25-b15) > Java HotSpot(TM) 64-Bit Server VM (build 23.25-b01, mixed mode) > > andreltr@sigmatech:~$ javac -version > javac 1.8.0-ea > > I hope that helps anyone with a similar issue. > > Sincerely, > > Andre Luiz > > On Fri, 2013-06-28 at 15:50 -0700, > [email protected] wrote: >> Today's Topics: >> >> 1. Re: Weird sudden problem in ubuntu 13.04 (Timothy Redmond) >> >> >> ---------------------------------------------------------------------- >> >> Message: 1 >> Date: Fri, 28 Jun 2013 15:50:31 -0700 >> From: Timothy Redmond <[email protected] <mailto:[email protected]>> >> To:[email protected] <mailto:[email protected]> >> Subject: Re: [protege-discussion] Weird sudden problem in ubuntu 13.04 >> Message-ID: <[email protected] <mailto:[email protected]>> >> Content-Type: text/plain; charset="iso-8859-1"; Format="flowed" >> >> >> This is an unusual log. I am not sure exactly what went wrong here but >> my top suspects are that the run script is using a version of java that >> isn't working or that somehow the classpath is wrong. >> >> The logs are describing a sequence of cascading errors. First the >> org.protege.common bundle failed to load because it could not find the >> org.w3c.dom package. Most of the errors that follow derive from this >> error. Since the org.protege.common bundle failed to load the looks.jar >> and the log4j libraries are not available to the other plugins. This >> alone guarantees that none of the other plugins will be able to load. >> In addition this error tells me that something went wrong with the java >> xml parser so this is why you see the messages that state that the >> various XML contributions could not be parsed. >> >> There is another hint that I was lucky to notice. The javax.swing >> package is not found either (this is hidden lower down in the list of >> error messages). >> >> Both the org.w3c.dom and the javax.swing packages are part of the >> standard java libraries so they should be found by OSGi and they should >> be exported by the system bundle (bundle 0). I can think of two obvious >> reasons why these packages would be missing. First I think that there >> are some java runtime libraries that do not include the some of the >> basic expected libraries. I think that I have seen java installations >> that are missing the javax.swing package for instance. Making sure that >> you run the oracle java should guarantee that you would fix such a problem. >> >> The second problem might be that the libraries for the javax.swing and >> org.w3c.dom packages exist in your java runtime but your java runtime is >> not recognized by OSGi. This can mean that OSGi does not know what >> packages it should be exporting in the system bundle. This has happened >> in some older version of Protege where the osgi implementation did not >> properly recognize java 7. >> >> Based on this I would try the following things and then you can get back >> to us: >> >> 1. Replace the "java" in the run.sh with the full path to an oracle >> java runtime executable. >> 2. Make sure that the run.sh does not somehow customize the classpath. >> If this is an issue for you we can look into this further. I think >> that specifying the classpath as a jvm option makes the value of the >> classpath environment variable irrelevant. >> 3. Try all of this with the very latest version of Protege 4 to make >> sure that you are not running with that version of Protege that did >> not like java 7. >> >> This is a start - if none of this works we will have to keep thinking. >> >> -Timothy >> >> >> >> On 6/27/13 1:30 PM, Andr? Luiz Tietb?hl Ramos wrote: >> > Hello, >> > >> > My computer, which runs 13.04, began to show the problem below all of >> > a sudden: >> > >> > andreltr@sigmatech <mailto:andreltr@sigmatech>:/opt/Protege_4.3$ ./run.sh >> > ERROR: Bundle org.protege.common [1] Error starting >> > file:/opt/Protege_4.3/bundles/org.protege.common.jar >> > (org.osgi.framework.BundleException: Unresolved constraint in bundle >> > org.protege.common [1]: Unable to resolve 1.0: missing requirement >> > [1.0] osgi.wiring.package; >> > (&(osgi.wiring.package=org.w3c.dom)(version>=0.0.0))) >> > org.osgi.framework.BundleException: Unresolved constraint in bundle >> > org.protege.common [1]: Unable to resolve 1.0: missing requirement >> > [1.0] osgi.wiring.package; >> > (&(osgi.wiring.package=org.w3c.dom)(version>=0.0.0)) >> > at >> > org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3818) >> > at org.apache.felix.framework.Felix.startBundle(Felix.java:1868) >> > at >> > org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1191) >> > at >> > org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:295) >> > at java.lang.Thread.run(Thread.java:724) >> > ERROR: Bundle org.protege.editor.core.application [7] Error starting >> > file:/opt/Protege_4.3/bundles/org.protege.editor.core.application.jar >> > (org.osgi.framework.BundleException: Unresolved constraint in bundle >> > org.protege.editor.core.application [7]: Unable to resolve 7.0: >> > missing requirement [7.0] osgi.wiring.package; >> > (&(osgi.wiring.package=com.jgoodies.looks)(version>=2.2.1)) [caused >> > by: Unable to resolve 1.0: missing requirement [1.0] >> > osgi.wiring.package; >> > (&(osgi.wiring.package=org.w3c.dom)(version>=0.0.0))]) >> > org.osgi.framework.BundleException: Unresolved constraint in bundle >> > org.protege.editor.core.application [7]: Unable to resolve 7.0: >> > missing requirement [7.0] osgi.wiring.package; >> > (&(osgi.wiring.package=com.jgoodies.looks)(version>=2.2.1)) [caused >> > by: Unable to resolve 1.0: missing requirement [1.0] >> > osgi.wiring.package; (&(osgi.wiring.package=org.w3c.dom)(version>=0.0.0))] >> > at >> > org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3818) >> > at org.apache.felix.framework.Felix.startBundle(Felix.java:1868) >> > at >> > org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1191) >> > at >> > org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:295) >> > at java.lang.Thread.run(Thread.java:724) >> > Error: Could not parse XML contribution for >> > "org.eclipse.equinox.registry//plugin.xml". Any contributed extensions >> > and extension points will be ignored. >> > ERROR: Bundle org.protege.owl.rdf [9] Error starting >> > file:/opt/Protege_4.3/plugins/org.protege.owl.rdf.jar >> > (org.osgi.framework.BundleException: Unresolved constraint in bundle >> > org.protege.owl.rdf [9]: Unable to resolve 9.0: missing requirement >> > [9.0] osgi.wiring.package; >> > (&(osgi.wiring.package=javax.imageio)(version>=0.0.0))) >> > org.osgi.framework.BundleException: Unresolved constraint in bundle >> > org.protege.owl.rdf [9]: Unable to resolve 9.0: missing requirement >> > [9.0] osgi.wiring.package; >> > (&(osgi.wiring.package=javax.imageio)(version>=0.0.0)) >> > at >> > org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3818) >> > at org.apache.felix.framework.Felix.startBundle(Felix.java:1868) >> > at >> > org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1191) >> > at >> > org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:295) >> > at java.lang.Thread.run(Thread.java:724) >> > ERROR: Bundle org.semanticweb.owl.owlapi [10] Error starting >> > file:/opt/Protege_4.3/plugins/org.semanticweb.owl.owlapi.jar >> > (org.osgi.framework.BundleException: Unresolved constraint in bundle >> > org.semanticweb.owl.owlapi [10]: Unable to resolve 10.0: missing >> > requirement [10.0] osgi.wiring.package; >> > (&(osgi.wiring.package=javax.swing)(version>=0.0.0))) >> > org.osgi.framework.BundleException: Unresolved constraint in bundle >> > org.semanticweb.owl.owlapi [10]: Unable to resolve 10.0: missing >> > requirement [10.0] osgi.wiring.package; >> > (&(osgi.wiring.package=javax.swing)(version>=0.0.0)) >> > at >> > org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3818) >> > at org.apache.felix.framework.Felix.startBundle(Felix.java:1868) >> > at >> > org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1191) >> > at >> > org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:295) >> > at java.lang.Thread.run(Thread.java:724) >> > ERROR: Bundle org.protege.ontograf [11] Error starting >> > file:/opt/Protege_4.3/plugins/org.protege.ontograf.jar >> > (org.osgi.framework.BundleException: Unresolved constraint in bundle >> > org.protege.ontograf [11]: Unable to resolve 11.0: missing requirement >> > [11.0] osgi.wiring.package; (osgi.wiring.package=javax.imageio)) >> > org.osgi.framework.BundleException: Unresolved constraint in bundle >> > org.protege.ontograf [11]: Unable to resolve 11.0: missing requirement >> > [11.0] osgi.wiring.package; (osgi.wiring.package=javax.imageio) >> > at >> > org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3818) >> > at org.apache.felix.framework.Felix.startBundle(Felix.java:1868) >> > at >> > org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1191) >> > at >> > org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:295) >> > at java.lang.Thread.run(Thread.java:724) >> > ERROR: Bundle uk.ac.manchester.cs.owl.factplusplus [12] Error starting >> > file:/opt/Protege_4.3/plugins/uk.ac.manchester.cs.owl.factplusplus.jar >> > (org.osgi.framework.BundleException: Unresolved constraint in bundle >> > uk.ac.manchester.cs.owl.factplusplus [12]: Unable to resolve 12.0: >> > missing requirement [12.0] osgi.wiring.package; >> > (osgi.wiring.package=org.apache.log4j) [caused by: Unable to resolve >> > 1.0: missing requirement [1.0] osgi.wiring.package; >> > (&(osgi.wiring.package=org.w3c.dom)(version>=0.0.0))]) >> > org.osgi.framework.BundleException: Unresolved constraint in bundle >> > uk.ac.manchester.cs.owl.factplusplus [12]: Unable to resolve 12.0: >> > missing requirement [12.0] osgi.wiring.package; >> > (osgi.wiring.package=org.apache.log4j) [caused by: Unable to resolve >> > 1.0: missing requirement [1.0] osgi.wiring.package; >> > (&(osgi.wiring.package=org.w3c.dom)(version>=0.0.0))] >> > at >> > org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3818) >> > at org.apache.felix.framework.Felix.startBundle(Felix.java:1868) >> > at >> > org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1191) >> > at >> > org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:295) >> > at java.lang.Thread.run(Thread.java:724) >> > ERROR: Bundle org.protege.editor.owl.diff [13] Error starting >> > file:/opt/Protege_4.3/plugins/org.protege.editor.owl.diff.jar >> > (org.osgi.framework.BundleException: Unresolved constraint in bundle >> > org.protege.editor.owl.diff [13]: Unable to resolve 13.0: missing >> > requirement [13.0] osgi.wiring.package; (osgi.wiring.package=javax.swing)) >> > org.osgi.framework.BundleException: Unresolved constraint in bundle >> > org.protege.editor.owl.diff [13]: Unable to resolve 13.0: missing >> > requirement [13.0] osgi.wiring.package; (osgi.wiring.package=javax.swing) >> > at >> > org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3818) >> > at org.apache.felix.framework.Felix.startBundle(Felix.java:1868) >> > at >> > org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1191) >> > at >> > org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:295) >> > at java.lang.Thread.run(Thread.java:724) >> > ERROR: Bundle ca.uvic.cs.chisel.cajun [14] Error starting >> > file:/opt/Protege_4.3/plugins/ca.uvic.cs.chisel.cajun.jar >> > (org.osgi.framework.BundleException: Unresolved constraint in bundle >> > ca.uvic.cs.chisel.cajun [14]: Unable to resolve 14.0: missing >> > requirement [14.0] osgi.wiring.package; >> > (&(osgi.wiring.package=javax.imageio)(version>=0.0.0))) >> > org.osgi.framework.BundleException: Unresolved constraint in bundle >> > ca.uvic.cs.chisel.cajun [14]: Unable to resolve 14.0: missing >> > requirement [14.0] osgi.wiring.package; >> > (&(osgi.wiring.package=javax.imageio)(version>=0.0.0)) >> > at >> > org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3818) >> > at org.apache.felix.framework.Felix.startBundle(Felix.java:1868) >> > at >> > org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1191) >> > at >> > org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:295) >> > at java.lang.Thread.run(Thread.java:724) >> > ERROR: Bundle org.protege.owl.diff [15] Error starting >> > file:/opt/Protege_4.3/plugins/org.protege.owl.diff.jar >> > (org.osgi.framework.BundleException: Unresolved constraint in bundle >> > org.protege.owl.diff [15]: Unable to resolve 15.0: missing requirement >> > [15.0] osgi.wiring.package; (osgi.wiring.package=org.apache.log4j) >> > [caused by: Unable to resolve 1.0: missing requirement [1.0] >> > osgi.wiring.package; >> > (&(osgi.wiring.package=org.w3c.dom)(version>=0.0.0))]) >> > org.osgi.framework.BundleException: Unresolved constraint in bundle >> > org.protege.owl.diff [15]: Unable to resolve 15.0: missing requirement >> > [15.0] osgi.wiring.package; (osgi.wiring.package=org.apache.log4j) >> > [caused by: Unable to resolve 1.0: missing requirement [1.0] >> > osgi.wiring.package; (&(osgi.wiring.package=org.w3c.dom)(version>=0.0.0))] >> > at >> > org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3818) >> > at org.apache.felix.framework.Felix.startBundle(Felix.java:1868) >> > at >> > org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1191) >> > at >> > org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:295) >> > at java.lang.Thread.run(Thread.java:724) >> > ERROR: Bundle org.protege.editor.owl.rdf [16] Error starting >> > file:/opt/Protege_4.3/plugins/org.protege.editor.owl.rdf.jar >> > (org.osgi.framework.BundleException: Unresolved constraint in bundle >> > org.protege.editor.owl.rdf [16]: Unable to resolve 16.0: missing >> > requirement [16.0] osgi.wiring.package; >> > (&(osgi.wiring.package=javax.swing)(version>=0.0.0))) >> > org.osgi.framework.BundleException: Unresolved constraint in bundle >> > org.protege.editor.owl.rdf [16]: Unable to resolve 16.0: missing >> > requirement [16.0] osgi.wiring.package; >> > (&(osgi.wiring.package=javax.swing)(version>=0.0.0)) >> > at >> > org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3818) >> > at org.apache.felix.framework.Felix.startBundle(Felix.java:1868) >> > at >> > org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1191) >> > at >> > org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:295) >> > at java.lang.Thread.run(Thread.java:724) >> > ERROR: Bundle org.protege.editor.owl [17] Error starting >> > file:/opt/Protege_4.3/plugins/org.protege.editor.owl.jar >> > (org.osgi.framework.BundleException: Unresolved constraint in bundle >> > org.protege.editor.owl [17]: Unable to resolve 17.0: missing >> > requirement [17.0] osgi.wiring.package; >> > (&(osgi.wiring.package=com.clarkparsia.owlapi.explanation)(version>=3.2.4)) >> > [caused by: Unable to resolve 10.0: missing requirement [10.0] >> > osgi.wiring.package; >> > (&(osgi.wiring.package=javax.swing)(version>=0.0.0))]) >> > org.osgi.framework.BundleException: Unresolved constraint in bundle >> > org.protege.editor.owl [17]: Unable to resolve 17.0: missing >> > requirement [17.0] osgi.wiring.package; >> > (&(osgi.wiring.package=com.clarkparsia.owlapi.explanation)(version>=3.2.4)) >> > [caused by: Unable to resolve 10.0: missing requirement [10.0] >> > osgi.wiring.package; (&(osgi.wiring.package=javax.swing)(version>=0.0.0))] >> > at >> > org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3818) >> > at org.apache.felix.framework.Felix.startBundle(Felix.java:1868) >> > at >> > org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1191) >> > at >> > org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:295) >> > at java.lang.Thread.run(Thread.java:724) >> > ERROR: Bundle org.coode.dlquery [18] Error starting >> > file:/opt/Protege_4.3/plugins/org.coode.dlquery.jar >> > (org.osgi.framework.BundleException: Unresolved constraint in bundle >> > org.coode.dlquery [18]: Unable to resolve 18.0: missing requirement >> > [18.0] osgi.wiring.package; (osgi.wiring.package=org.apache.log4j) >> > [caused by: Unable to resolve 1.0: missing requirement [1.0] >> > osgi.wiring.package; >> > (&(osgi.wiring.package=org.w3c.dom)(version>=0.0.0))]) >> > org.osgi.framework.BundleException: Unresolved constraint in bundle >> > org.coode.dlquery [18]: Unable to resolve 18.0: missing requirement >> > [18.0] osgi.wiring.package; (osgi.wiring.package=org.apache.log4j) >> > [caused by: Unable to resolve 1.0: missing requirement [1.0] >> > osgi.wiring.package; (&(osgi.wiring.package=org.w3c.dom)(version>=0.0.0))] >> > at >> > org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3818) >> > at org.apache.felix.framework.Felix.startBundle(Felix.java:1868) >> > at >> > org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1191) >> > at >> > org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:295) >> > at java.lang.Thread.run(Thread.java:724) >> > ERROR: Bundle org.coode.owlviz [19] Error starting >> > file:/opt/Protege_4.3/plugins/org.coode.owlviz.jar >> > (org.osgi.framework.BundleException: Unresolved constraint in bundle >> > org.coode.owlviz [19]: Unable to resolve 19.0: missing requirement >> > [19.0] osgi.wiring.package; (osgi.wiring.package=javax.swing)) >> > org.osgi.framework.BundleException: Unresolved constraint in bundle >> > org.coode.owlviz [19]: Unable to resolve 19.0: missing requirement >> > [19.0] osgi.wiring.package; (osgi.wiring.package=javax.swing) >> > at >> > org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3818) >> > at org.apache.felix.framework.Felix.startBundle(Felix.java:1868) >> > at >> > org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1191) >> > at >> > org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:295) >> > at java.lang.Thread.run(Thread.java:724) >> > ERROR: Bundle uk.ac.manchester.cs.owl.explanation [20] Error starting >> > file:/opt/Protege_4.3/plugins/org.protege.explanation.jar >> > (org.osgi.framework.BundleException: Unresolved constraint in bundle >> > uk.ac.manchester.cs.owl.explanation [20]: Unable to resolve 20.0: >> > missing requirement [20.0] osgi.wiring.package; >> > (osgi.wiring.package=org.apache.log4j) [caused by: Unable to resolve >> > 1.0: missing requirement [1.0] osgi.wiring.package; >> > (&(osgi.wiring.package=org.w3c.dom)(version>=0.0.0))]) >> > org.osgi.framework.BundleException: Unresolved constraint in bundle >> > uk.ac.manchester.cs.owl.explanation [20]: Unable to resolve 20.0: >> > missing requirement [20.0] osgi.wiring.package; >> > (osgi.wiring.package=org.apache.log4j) [caused by: Unable to resolve >> > 1.0: missing requirement [1.0] osgi.wiring.package; >> > (&(osgi.wiring.package=org.w3c.dom)(version>=0.0.0))] >> > at >> > org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3818) >> > at org.apache.felix.framework.Felix.startBundle(Felix.java:1868) >> > at >> > org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1191) >> > at >> > org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:295) >> > at java.lang.Thread.run(Thread.java:724) >> > ERROR: Bundle org.protege.editor.owl.codegeneration [21] Error >> > starting >> > file:/opt/Protege_4.3/plugins/org.protege.editor.owl.codegeneration.jar (org.osgi.framework.BundleException: >> > Unresolved constraint in bundle org.protege.editor.owl.codegeneration >> > [21]: Unable to resolve 21.0: missing requirement [21.0] >> > osgi.wiring.package; (osgi.wiring.package=javax.swing)) >> > org.osgi.framework.BundleException: Unresolved constraint in bundle >> > org.protege.editor.owl.codegeneration [21]: Unable to resolve 21.0: >> > missing requirement [21.0] osgi.wiring.package; >> > (osgi.wiring.package=javax.swing) >> > at >> > org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3818) >> > at org.apache.felix.framework.Felix.startBundle(Felix.java:1868) >> > at >> > org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1191) >> > at >> > org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:295) >> > at java.lang.Thread.run(Thread.java:724) >> > ERROR: Bundle org.semanticweb.HermiT [22] Error starting >> > file:/opt/Protege_4.3/plugins/org.semanticweb.HermiT.jar >> > (org.osgi.framework.BundleException: Unresolved constraint in bundle >> > org.semanticweb.HermiT [22]: Unable to resolve 22.0: missing >> > requirement [22.0] osgi.wiring.bundle; >> > (&(osgi.wiring.bundle=org.protege.editor.core.application)(bundle-version>=4.1.0)) >> > [caused by: Unable to resolve 7.0: missing requirement [7.0] >> > osgi.wiring.package; >> > (&(osgi.wiring.package=com.jgoodies.looks)(version>=2.2.1)) [caused >> > by: Unable to resolve 1.0: missing requirement [1.0] >> > osgi.wiring.package; >> > (&(osgi.wiring.package=org.w3c.dom)(version>=0.0.0))]]) >> > org.osgi.framework.BundleException: Unresolved constraint in bundle >> > org.semanticweb.HermiT [22]: Unable to resolve 22.0: missing >> > requirement [22.0] osgi.wiring.bundle; >> > (&(osgi.wiring.bundle=org.protege.editor.core.application)(bundle-version>=4.1.0)) >> > [caused by: Unable to resolve 7.0: missing requirement [7.0] >> > osgi.wiring.package; >> > (&(osgi.wiring.package=com.jgoodies.looks)(version>=2.2.1)) [caused >> > by: Unable to resolve 1.0: missing requirement [1.0] >> > osgi.wiring.package; >> > (&(osgi.wiring.package=org.w3c.dom)(version>=0.0.0))]] >> > at >> > org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3818) >> > at org.apache.felix.framework.Felix.startBundle(Felix.java:1868) >> > at >> > org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1191) >> > at >> > org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:295) >> > at java.lang.Thread.run(Thread.java:724) >> > ... >> > >> > After this it hung up. Below is the part of my .bashrc that I think >> > may be relevant, >> > >> > PATH=$PATH:/opt/gams:/opt/cmucl/bin:/opt/MagicDraw_UML/bin:/opt/CPNTools:/opt/Protege:/opt/bin:/opt/android-sdk:/opt/android-sdk/tools:/opt/android-sdk/platform-tools:/opt/smlnj:/opt/smlnj/bin:/opt/smlnj/lib >> > export PATH >> > CLASSPATH=$CLASSPATH:/usr/local/lib/postgres/postgresql-8.4-703.jdbc4.jar:/opt/jade/lib/jade.jar:/opt/jade/lib/commons-codec/commons-codec-1.3.jar:/opt/jade/:/opt/jade/lib/:/opt/jade/lib/jadeTools.jar:/opt/jade/lib/Base64.jar:/opt/jade/lib/http.jar:/opt/Protege_4.1/plugins/beangenerator_4.1.jar:/opt/Protege_4.2_beta/plugins/beangenerator.jar:/opt/JSDAI_Standalone/JSDAI:/opt/JSDAI_Standalone/JSDAI/lib:/opt/jena/lib:/opt/jess:/opt/jess/jess.jar >> > export CLASSPATH >> > export JAVA_HOME=/usr/lib/jvm/java-7-oracle >> > export JAVA=$JAVA_HOME:$JAVA >> > export PATH=$PATH:$JAVA_HOME/bin >> > >> > Any help greatly appreciated. >> > >> > >> > -- >> > Andr? Luiz Tietb?hl Ramos >> > >> > >> > >> > _______________________________________________ >> > protege-discussion mailing list >> >[email protected] <mailto:[email protected]> >> >https://mailman.stanford.edu/mailman/listinfo/protege-discussion >> > >> > Instructions for unsubscribing:http://protege.stanford.edu/doc/faq.html#01a.03 >> >> -------------- next part -------------- >> An HTML attachment was scrubbed... >> URL: <http://mailman.stanford.edu/pipermail/protege-discussion/attachments/20130628/c0601249/attachment.html> >> >> ------------------------------ >> >> _______________________________________________ >> protege-discussion mailing list >> [email protected] <mailto:[email protected]> >> https://mailman.stanford.edu/mailman/listinfo/protege-discussion >> >> >> End of protege-discussion Digest, Vol 83, Issue 26 >> ************************************************** > > -- > André Luiz Tietböhl Ramos > http://www.feng.pucrs.br/~andreltr <http://www.feng.pucrs.br/%7Eandreltr> > > /"Não se mede o valor de um homem pelas suas roupas ou pelos bens que > possui. O verdadeiro valor de um homem é seu caráter, suas idéias e a > nobreza de seus ideais."/ > /Charles Chaplin/ > > /"The best way to cheer yourself up is to try to cheer someone else up."/ > /Mark Twain/ > > /I want a feeling worth paying for before I say goodbye.../ > /Matt Johnson/ > > > > > _______________________________________________ > protege-discussion mailing list > [email protected] > https://mailman.stanford.edu/mailman/listinfo/protege-discussion > > Instructions for unsubscribing: http://protege.stanford.edu/doc/faq.html#01a.03 _______________________________________________ protege-discussion mailing list [email protected] https://mailman.stanford.edu/mailman/listinfo/protege-discussion Instructions for unsubscribing: http://protege.stanford.edu/doc/faq.html#01a.03