« Return to Thread: Deploy war with cargo maven plugin

Re: Deploy war with cargo maven plugin

by niamande :: Rate this Message:

Reply to Author | View in Thread

Hello,

I'll no try Jonas for the moment. I've installed the Cargo Remote Deployer for Jetty and i've got another error  (i've configured my access with good role):

HTTP ERROR 500

Problem accessing /cargo-jetty-deployer/deploy. Reason:

    INTERNAL_SERVER_ERROR

Caused by:

java.lang.NullPointerException
        at java.net.URI$Parser.parse(Unknown Source)
        at java.net.URI.(Unknown Source)
        at org.codehaus.cargo.deployer.jetty.DeployerServlet.deploy(DeployerServlet.java:356)
        at org.codehaus.cargo.deployer.jetty.DeployerServlet.doGet(DeployerServlet.java:121)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
        at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:502)
        at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:380)
        at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
        at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
        at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
        at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:417)
        at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230)
        at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
        at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
        at org.mortbay.jetty.Server.handle(Server.java:324)
        at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:535)
        at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:865)
        at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:539)
        at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
        at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
        at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409)
        at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:520)



danesa wrote:
niamande a écrit :
> Thanks. Have you an URL of this deployer war ?
>
>
>  
Hi,

Check here:

 http://cargo.codehaus.org/JOnAS+5.x

you can see that the Remote deployer feature is provided.

The question is, are you willing to use JOnAS/Jetty ?


JOnAS Application Server <http://jonas.ow2.org>

Regards,
Adriana Danes
> Matt Wringe wrote:
>  

>>>>
>>>>        
>> ---------------------------------------------------------------------
>> To unsubscribe from this list, please visit:
>>
>>     http://xircles.codehaus.org/manage_email
>>
>>
>>
>>
>>    
>
>  


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email

 « Return to Thread: Deploy war with cargo maven plugin