Details
Description
I am unable to start the jboss container. Could someone please help.
I had added following to the project.properties file
cargo.containers=jboss
cargo.container.jboss.containerId=jboss3x
cargo.container.jboss.home=c:/MIDCJ2EEDS/jboss
cargo.container.jboss.config.type=standalone
cargo.container.jboss.config.dir=c:/MIDCJ2EEDS/jboss/server/default/conf
cargo.container.jboss.config.standalone.servlet.port=8080
cargo.container.jboss.config.standalone.logging=high
the error log is -
C:\MIDCJ2EEDS\workspace\BankApplication>maven -e cargo:start
__ __
| \/ | __ Apache_ ___ | |||||
| \/ | / ` \ V / -) ' \ ~ intelligent projects ~ | |||||
| _ | _,_ | _/___ | _ | _ | v. 1.0.2 |
|---|
Plugin cache will be regenerated
org.apache.maven.MavenException: Error reading plugin script
at org.apache.maven.plugin.JellyScriptHousing.parse(JellyScriptHousing.j
ava:181)
at org.apache.maven.plugin.PluginManager.loadUncachedPlugins(PluginManag
er.java:239)
at org.apache.maven.plugin.PluginManager.initialize(PluginManager.java:3
04)
at org.apache.maven.MavenSession.initializePluginManager(MavenSession.ja
va:204)
at org.apache.maven.MavenSession.initialize(MavenSession.java:171)
at org.apache.maven.cli.App.doMain(App.java:475)
at org.apache.maven.cli.App.main(App.java:1239)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.werken.forehead.Forehead.run(Forehead.java:551)
at com.werken.forehead.Forehead.main(Forehead.java:581)
— Nested Exception —
java.io.FileNotFoundException: C:\Documents and Settings\pmishra\.maven\cache\ca
rgo-maven-plugin-0.7\plugin.jelly (The system cannot find the file specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at org.apache.maven.plugin.JellyScriptHousing.parse(JellyScriptHousing.j
ava:177)
at org.apache.maven.plugin.PluginManager.loadUncachedPlugins(PluginManag
er.java:239)
at org.apache.maven.plugin.PluginManager.initialize(PluginManager.java:3
04)
at org.apache.maven.MavenSession.initializePluginManager(MavenSession.ja
va:204)
at org.apache.maven.MavenSession.initialize(MavenSession.java:171)
at org.apache.maven.cli.App.doMain(App.java:475)
at org.apache.maven.cli.App.main(App.java:1239)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.werken.forehead.Forehead.run(Forehead.java:551)
at com.werken.forehead.Forehead.main(Forehead.java:581)
If you require additional info, please advice.
Hi Kumar,
This is strange. It looks as if the plugin is not correctly installed:
> java.io.FileNotFoundException: C:\Documents and Settings\pmishra\.maven\cache\cargo-maven-plugin-0.7\plugin.jelly (The system cannot find the file specified)
This seems to indicate that the plugin.jelly files cannot be found. Could you check it's there.
Also could you run with the debug flag (-X ) and attach the result?
Thanks
PS: I think using the cargo mailing list would be better to discuss this. This is not yet a confirmed bug. it could simply be an error on your setup