Hello!
I am using OpenSuse 12.2 and have a quite annoying problem with my Java, that I can't fix ... so here it is
I now want to run apache solr, so I just downloaded
a version from here Apache Download Mirrors then changed the directory to the unzipped directory and entered java -jar start.jar
there is such file there but the response was:
java.lang.ClassNotFoundException: org.mortbay.xml.XmlConfiguration
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
at org.mortbay.start.Main.invokeMain(Main.java:179)
at org.mortbay.start.Main.start(Main.java:534)
at org.mortbay.start.Main.start(Main.java:441)
at org.mortbay.start.Main.main(Main.java:119)
and the solr is not running ...
can someone help me get through this, please
No comments:
Post a Comment