zhyh1105 / run-jetty-run

Automatically exported from code.google.com/p/run-jetty-run
0 stars 0 forks source link

NoSuchMethodError: org.mortbay.jetty.Server.addConnector #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. try to start trivial webabb

What is the expected output? What do you see instead?

Exception in thread "main" java.lang.NoSuchMethodError:
org.mortbay.jetty.Server.addConnector(Lorg/mortbay/jetty/Connector;)V
    at runjettyrun.Bootstrap.main(Bootstrap.java:63)

What version of the product are you using? On what operating system?

1.0.1, eclipse 3.3.1.1

Please provide any additional information below.

Original issue reported on code.google.com by vova...@gmail.com on 12 Mar 2008 at 3:05

GoogleCodeExporter commented 9 years ago
It was project classpath error (jetty5 and jetty6 in same classpath). Please, 
close
this bug

Original comment by vova...@gmail.com on 18 Mar 2008 at 3:55

GoogleCodeExporter commented 9 years ago

Original comment by James.Sy...@gmail.com on 4 May 2009 at 12:44