[jboss-user] [Installation, Configuration & DEPLOYMENT] - mvn Jboss:deploy plugin issue

gyan_kush do-not-reply at jboss.com
Mon Sep 29 18:54:36 EDT 2008


I get a server response as http 500 error code while executing mvn jboss:deploy .
The output of mnv -e is pasted below.Pls advise
[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Mojo error occurred: Server returned HTTP response code: 500 for URL: http://209.135.157.212:8080/
jmx-console/HtmlAdaptor?action=invokeOpByName&name=jboss.system:service%3DMainDeployer&methodName=deploy&argType=java.net.URL&arg0=file:C:\mysystems-app\c
ollaboration\trunk\mysystems-earapp\target/mysystems-earapp-1.0.ear
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:583)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:512)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:482)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:330)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:291)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:287)
        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:597)
        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.MojoExecutionException: Mojo error occurred: Server returned HTTP response code: 500 for URL: http://209.135.157.212:80
80/jmx-console/HtmlAdaptor?action=invokeOpByName&name=jboss.system:service%3DMainDeployer&methodName=deploy&argType=java.net.URL&arg0=file:C:\mysystems-ap
p\collaboration\trunk\mysystems-earapp\target/mysystems-earapp-1.0.ear
        at org.codehaus.mojo.jboss.AbstractDeployerMojo.doURL(AbstractDeployerMojo.java:101)
        at org.codehaus.mojo.jboss.DeployMojo.execute(DeployMojo.java:40)
        at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:451)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:558)
        ... 16 more
Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://209.135.157.212:8080/jmx-console/HtmlAdaptor?action=invokeOpByName
&name=jboss.system:service%3DMainDeployer&methodName=deploy&argType=java.net.URL&arg0=file:C:\mysystems-app\collaboration\trunk\mysystems-earapp\target/my
systems-earapp-1.0.ear
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1241)
        at org.codehaus.mojo.jboss.AbstractDeployerMojo.doURL(AbstractDeployerMojo.java:96)
        ... 19 more

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179455#4179455

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4179455



More information about the jboss-user mailing list