You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Alberto Patino <pa...@gmail.com> on 2007/08/14 03:06:07 UTC

[RAMPART] Unable to load rampart-1.2-mar in Axis2-1.3

Hello!

I'm trying to run the Rampart 1.2 samples with Axis3 but I got a
service deployment error, if I run the samples with Axis 1.2 there is
no problem.

Also, I tried to download rampart-1.3 module but the link is broken



INFO: Deploying web application archive axis2.war
[INFO] Deploying module: addressing-1.3
[INFO] Deploying module: script-1.3
[INFO] Deploying module: ping-1.3
[INFO] Deploying module: soapmonitor-1.3
[INFO] Deploying module: metadataExchange-1.3
[INFO] script module activated
[INFO] Deploying Web service: version-1.3.aar
Aug 13, 2007 4:46:59 PM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Aug 13, 2007 4:46:59 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Aug 13, 2007 4:46:59 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/234  config=null
Aug 13, 2007 4:46:59 PM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
Aug 13, 2007 4:46:59 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 6984 ms
org.apache.axis2.deployment.DeploymentException: The rampart module is
not valid or has not been deployed.
 at org.apache.axis2.deployment.repository.util.ArchiveReader.processServiceGroup(ArchiveReader.java:144)
        at org.apache.axis2.deployment.ServiceDeployer.deploy(ServiceDeployer.java:78)
        at org.apache.axis2.deployment.repository.util.DeploymentFileData.deploy(DeploymentFileData.java:137)
        at org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:571)
        at org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList.java:141)
        at org.apache.axis2.deployment.RepositoryListener.update(RepositoryListener.java:318)
        at org.apache.axis2.deployment.RepositoryListener.checkServices(RepositoryListener.java:220)
        at org.apache.axis2.deployment.RepositoryListener.startListener(RepositoryListener.java:312)
        at org.apache.axis2.deployment.scheduler.SchedulerTask.checkRepository(SchedulerTask.java:64)
        at org.apache.axis2.deployment.scheduler.SchedulerTask.run(SchedulerTask.java:71)
        at org.apache.axis2.deployment.scheduler.Scheduler$SchedulerTimerTask.run(Scheduler.java:83)
        at java.util.TimerThread.mainLoop(Timer.java:512)
        at java.util.TimerThread.run(Timer.java:462)


Do I need to wait for the rampart 1.3 release?


Thanks

-- 
Don't be evil!!!

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: [RAMPART] Unable to load rampart-1.2-mar in Axis2-1.3

Posted by Ruchith Fernando <ru...@gmail.com>.
Please try the rampart-1.29.mar available in Rampart-1.3-RC1 ...
IMPORTANT - rampart-1.29.mar is not an official release!

Thanks,
Ruchith

On 8/14/07, Alberto Patino <pa...@gmail.com> wrote:
> Hello!
>
> I'm trying to run the Rampart 1.2 samples with Axis3 but I got a
> service deployment error, if I run the samples with Axis 1.2 there is
> no problem.
>
> Also, I tried to download rampart-1.3 module but the link is broken
>
>
>
> INFO: Deploying web application archive axis2.war
> [INFO] Deploying module: addressing-1.3
> [INFO] Deploying module: script-1.3
> [INFO] Deploying module: ping-1.3
> [INFO] Deploying module: soapmonitor-1.3
> [INFO] Deploying module: metadataExchange-1.3
> [INFO] script module activated
> [INFO] Deploying Web service: version-1.3.aar
> Aug 13, 2007 4:46:59 PM org.apache.coyote.http11.Http11BaseProtocol start
> INFO: Starting Coyote HTTP/1.1 on http-8080
> Aug 13, 2007 4:46:59 PM org.apache.jk.common.ChannelSocket init
> INFO: JK: ajp13 listening on /0.0.0.0:8009
> Aug 13, 2007 4:46:59 PM org.apache.jk.server.JkMain start
> INFO: Jk running ID=0 time=0/234  config=null
> Aug 13, 2007 4:46:59 PM org.apache.catalina.storeconfig.StoreLoader load
> INFO: Find registry server-registry.xml at classpath resource
> Aug 13, 2007 4:46:59 PM org.apache.catalina.startup.Catalina start
> INFO: Server startup in 6984 ms
> org.apache.axis2.deployment.DeploymentException: The rampart module is
> not valid or has not been deployed.
>  at org.apache.axis2.deployment.repository.util.ArchiveReader.processServiceGroup(ArchiveReader.java:144)
>         at org.apache.axis2.deployment.ServiceDeployer.deploy(ServiceDeployer.java:78)
>         at org.apache.axis2.deployment.repository.util.DeploymentFileData.deploy(DeploymentFileData.java:137)
>         at org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:571)
>         at org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList.java:141)
>         at org.apache.axis2.deployment.RepositoryListener.update(RepositoryListener.java:318)
>         at org.apache.axis2.deployment.RepositoryListener.checkServices(RepositoryListener.java:220)
>         at org.apache.axis2.deployment.RepositoryListener.startListener(RepositoryListener.java:312)
>         at org.apache.axis2.deployment.scheduler.SchedulerTask.checkRepository(SchedulerTask.java:64)
>         at org.apache.axis2.deployment.scheduler.SchedulerTask.run(SchedulerTask.java:71)
>         at org.apache.axis2.deployment.scheduler.Scheduler$SchedulerTimerTask.run(Scheduler.java:83)
>         at java.util.TimerThread.mainLoop(Timer.java:512)
>         at java.util.TimerThread.run(Timer.java:462)
>
>
> Do I need to wait for the rampart 1.3 release?
>
>
> Thanks
>
> --
> Don't be evil!!!
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>


-- 
www.ruchith.org
www.wso2.org

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org