zzzprojects / sqlfiddle

http://sqlfiddle.com
MIT License
275 stars 52 forks source link

Installation problem #71

Open dirkk0 opened 10 years ago

dirkk0 commented 10 years ago

Hi,

since the website is down, I tried to install a sqlfiddle my self (thx for open sourcing it!) and - not being a java or maven expert - I ran into the following errors:

[ERROR] Failed to execute goal org.mortbay.jetty:jetty-maven-plugin:8.1.3.v20120416:run (default-cli) on project www: Failure: Address already in use -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
2013-12-05 16:16:12.462:INFO:oejsl.ELContextCleaner:javax.el.BeanELResolver purged
2013-12-05 16:16:12.462:INFO:oejsh.ContextHandler:stopped o.m.j.p.JettyWebAppContext{/,file:/home/ubuntu/sqlfiddle/src/main/webapp/},file:/home/ubuntu/sqlfiddle/src/main/webapp/

I do see the website though (including ads :-) ), but whenever I enter something nothing returns.

Thanks, Dirk

PS: I installed openjdk - could that be the/a problem?

cwill747 commented 10 years ago

This means that you're already running something on port 8080. Run the program nmap localhost

To check what process is running on 8080