Thanks for your answer Tomas.
Charles
Thomas TERMIN wrote:
OK Charles you don't need to try my suggestion. I get the same error as
you and couldn't solve it.
I guess we have to wait for Guillaume! ;-)
Thomas
Thomas TERMIN wrote:
Hello Charles,
I'm not that experienced with maven but perhaps you could delete your
local repository (~/.m2/repository) and try it again.
Cheers,
Thomas
Charles Souillard wrote:
I tried with the current svn of 2006/10/06 and I get the following
exception when trying to launch jetty in sm-web-console :
/serviceMix/trunk/servicemix-web-console$ mvn -e jetty:run
+ Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'jetty'.
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] The plugin 'org.apache.maven.plugins:maven-jetty-plugin' does not
exist or no valid version could be found
[INFO]
------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: The plugin
'org.apache.maven.plugins:maven-jetty-plugin' does not exist or no valid
version could be found
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(DefaultLifecycleExecutor.java:1281)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.getMojoDescriptor(DefaultLifecycleExecutor.java:1517)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.segmentTaskListByAggregationNeeds(DefaultLifecycleExecutor.java:381)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:135)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:256)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at
org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at
org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by:
org.apache.maven.plugin.version.PluginVersionNotFoundException: The
plugin 'org.apache.maven.plugins:maven-jetty-plugin' does not exist or
no valid version could be found
at
org.apache.maven.plugin.version.DefaultPluginVersionManager.resolvePluginVersion(DefaultPluginVersionManager.java:225)
at
org.apache.maven.plugin.version.DefaultPluginVersionManager.resolvePluginVersion(DefaultPluginVersionManager.java:87)
at
org.apache.maven.plugin.DefaultPluginManager.verifyPlugin(DefaultPluginManager.java:158)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(DefaultLifecycleExecutor.java:1252)
... 14 more
[INFO]
------------------------------------------------------------------------
[INFO] Total time: < 1 second
[INFO] Finished at: Mon Nov 06 09:04:42 CET 2006
[INFO] Final Memory: 1M/2M
[INFO]
------------------------------------------------------------------------
Have you got an idea ?
Thanks
Charles
Charles Souillard wrote:
Hi Guillaume, Thomas,
I have the same problem as Tomas :
HTTP ERROR: 500
/index.jsp(1,1) PWC6180: Unable to initialize TldLocationsCache
RequestURI=/servicemix-web-console/index.jsp
I will try with the current snapshot
Charles
Guillaume Nodet wrote:
So I guess you have finally succeeded ?
All feedback welcome .
On 11/3/06, Thomas TERMIN <[EMAIL PROTECTED]> wrote:
Charles Souillard wrote:
Hi all,
I have followed the doc to sompile and launch jetty.
But now, how can I access to the sm-web-console ?
This is probably a stupid question but I am familiar with tomcat
and not
with jetty...
Thanks
Charles
http://localhost:8080/servicemix-web-console/
Does it work for you?
Thomas