Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing jetty? add it to dependencies in the readme? #10

Closed
dreww opened this issue Jun 25, 2011 · 2 comments
Closed

missing jetty? add it to dependencies in the readme? #10

dreww opened this issue Jun 25, 2011 · 2 comments

Comments

@dreww
Copy link

dreww commented Jun 25, 2011

using the line given in the readme to start the server e.g.

java -Dsolr.solr.home=/home/path/to/echoprint-server/solr/solr/solr/ -Djava.awt.headless=true -jar start.jar

Gives me: Unable to access jarfile start.jar

Changing the line to

java -Dsolr.solr.home=/home/path/to/echoprint-server/solr/solr/solr/ -Djava.awt.headless=true -jar solr/solr/start.jar

results in this exception:

java.lang.ClassNotFoundException: org.mortbay.xml.XmlConfiguration
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    at org.mortbay.start.Main.invokeMain(Main.java:166)
    at org.mortbay.start.Main.start(Main.java:497)
    at org.mortbay.start.Main.main(Main.java:115)

This seems to indicate that Jetty is not in my classpath. I can't find any evidence that it is contained within the echoprint-server repo, so it seems like at least it should be added to the list of dependencies in the readme

@bwhitman
Copy link
Contributor

cd to the folder that has start.jar in it and run it like the readme says.

@alastair
Copy link
Contributor

I've added an extra note to the readme to make it clear to cd: fd4b853

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants