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 Natanasabai C <na...@gmail.com> on 2012/02/24 12:36:43 UTC

Issue with rampart 1.6.1

Hi,

I am trying to build a secured webservices using axis2 1.6.1 and rampart
1.6.1.
I am getting the following exception at the time of executing the WSDL2Java
commands.

WSDL2Java.bat -uri
http://localhost:8080/axis2/services/SecureService?wsdl-p
tutorial.rampart.client
Using AXIS2_HOME:   V:\Ecomm\axis2-1.6.1
Using JAVA_HOME:    V:\Ecomm\JDK_1_5_0_14
Retrieving document at '
http://localhost:8080/axis2/services/SecureService?wsdl'.
log4j:WARN No appenders could be found for logger
(org.apache.axis2.description.
WSDL11ToAllAxisServicesBuilder).
log4j:WARN Please initialize the log4j system properly.
Exception in thread "main"
org.apache.axis2.wsdl.codegen.CodeGenerationException:
java.lang.RuntimeException: Malformed uri: SigOnly
        at
org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:293)

        at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35)
        at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24)
Caused by: java.lang.RuntimeException: Malformed uri: SigOnly
        at
org.apache.neethi.PolicyReference.getRemoteReferencedPolicy(PolicyReference.java:155)

        at
org.apache.neethi.PolicyReference.normalize(PolicyReference.java:110)
        at
org.apache.axis2.util.PolicyUtil.getMergedPolicy(PolicyUtil.java:238)
        at
org.apache.axis2.description.PolicyInclude.getPolicy(PolicyInclude.java:255)

        at
org.apache.axis2.description.PolicyInclude.calculateEffectivePolicy(PolicyInclude.java:240)

        at
org.apache.axis2.description.PolicyInclude.getEffectivePolicy(PolicyInclude.java:277)

        at
org.apache.axis2.description.PolicyInclude.calculateEffectivePolicy(PolicyInclude.java:224)

        at
org.apache.axis2.description.PolicyInclude.getEffectivePolicy(PolicyInclude.java:277)

        at
org.apache.axis2.wsdl.codegen.extension.PolicyEvaluator.engage(PolicyEvaluator.java:137)

        at
org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:246)



Howver if I perform the same WSDL2Java command with axis2 1.6.0 and rampart
1.6.0 I am not getting any exceptions.
Please let me know if this is a known issue in rampart 1.6.1.

When I searched over internet I found out the mail archive.
http://mail-archives.apache.org/mod_mbox/axis-java-user/201202.mbox/browser
Is this issue related to the one which I mentioned above?

Please respond as early as possible.

Thanks,
Natanasabai.

Re: Issue with rampart 1.6.1

Posted by Ruchith Fernando <ru...@gmail.com>.
Hi Natanasabai,

I'm not sure what you have done here, because I the rampart-trunk
generates artifacts named *-1.7-SNAPSHOT*. Anyway I believe you should
be able to use Rampart 1.6.1 with along with axis2 trunk (i.e. a bin
distro built using a checkout of the Axis2 trunk) to verify that the
original issue you posted is resolved.

Thanks,
Ruchith

On Mon, Feb 27, 2012 at 9:39 PM, Natanasabai C <na...@gmail.com> wrote:
> Hi Ruchith,
>
> I am getting the below exception if I try to build the rampart code from the
> trunk.
> Please help me in this.
>
> C:\study\rampart>ant
> Buildfile: build.xml
>
> clean:
>
> init:
>     [mkdir] Created dir: C:\study\rampart\dist
>
> bin-dist:
>     [mkdir] Created dir: C:\study\rampart\dist\bin\rampart-SNAPSHOT
>      [copy] Copying 6 files to C:\study\rampart\dist\bin\rampart-SNAPSHOT
>      [echo] Copying mars in to modules
>
> BUILD FAILED
> C:\study\rampart\build.xml:71: Warning: Could not find file
> C:\study\rampart\modules\rampart-mar\target\rampart-SNAPSHOT.mar to copy.
>
> Total time: 0 seconds
>
> Thanks,
> Natanasabai.
>
> On Fri, Feb 24, 2012 at 9:52 PM, Ruchith Fernando
> <ru...@gmail.com> wrote:
>>
>> Hi Natanasabai,
>>
>> This is a known issue and is fixed in Axis2 trunk.
>>
>> Thanks,
>> Ruchith
>>
>> On Fri, Feb 24, 2012 at 6:36 AM, Natanasabai C <na...@gmail.com> wrote:
>> > Hi,
>> >
>> > I am trying to build a secured webservices using axis2 1.6.1 and rampart
>> > 1.6.1.
>> > I am getting the following exception at the time of executing the
>> > WSDL2Java
>> > commands.
>> >
>> > WSDL2Java.bat -uri
>> > http://localhost:8080/axis2/services/SecureService?wsdl
>> > -p tutorial.rampart.client
>> > Using AXIS2_HOME:   V:\Ecomm\axis2-1.6.1
>> > Using JAVA_HOME:    V:\Ecomm\JDK_1_5_0_14
>> > Retrieving document at
>> > 'http://localhost:8080/axis2/services/SecureService?wsdl'.
>> > log4j:WARN No appenders could be found for logger
>> > (org.apache.axis2.description.
>> > WSDL11ToAllAxisServicesBuilder).
>> > log4j:WARN Please initialize the log4j system properly.
>> > Exception in thread "main"
>> > org.apache.axis2.wsdl.codegen.CodeGenerationException:
>> > java.lang.RuntimeException: Malformed uri: SigOnly
>> >         at
>> >
>> > org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:293)
>> >         at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35)
>> >         at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24)
>> > Caused by: java.lang.RuntimeException: Malformed uri: SigOnly
>> >         at
>> >
>> > org.apache.neethi.PolicyReference.getRemoteReferencedPolicy(PolicyReference.java:155)
>> >         at
>> > org.apache.neethi.PolicyReference.normalize(PolicyReference.java:110)
>> >         at
>> > org.apache.axis2.util.PolicyUtil.getMergedPolicy(PolicyUtil.java:238)
>> >         at
>> >
>> > org.apache.axis2.description.PolicyInclude.getPolicy(PolicyInclude.java:255)
>> >         at
>> >
>> > org.apache.axis2.description.PolicyInclude.calculateEffectivePolicy(PolicyInclude.java:240)
>> >         at
>> >
>> > org.apache.axis2.description.PolicyInclude.getEffectivePolicy(PolicyInclude.java:277)
>> >         at
>> >
>> > org.apache.axis2.description.PolicyInclude.calculateEffectivePolicy(PolicyInclude.java:224)
>> >         at
>> >
>> > org.apache.axis2.description.PolicyInclude.getEffectivePolicy(PolicyInclude.java:277)
>> >         at
>> >
>> > org.apache.axis2.wsdl.codegen.extension.PolicyEvaluator.engage(PolicyEvaluator.java:137)
>> >         at
>> >
>> > org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:246)
>> >
>> >
>> > Howver if I perform the same WSDL2Java command with axis2 1.6.0 and
>> > rampart
>> > 1.6.0 I am not getting any exceptions.
>> > Please let me know if this is a known issue in rampart 1.6.1.
>> >
>> > When I searched over internet I found out the mail archive.
>> >
>> > http://mail-archives.apache.org/mod_mbox/axis-java-user/201202.mbox/browser
>> > Is this issue related to the one which I mentioned above?
>> >
>> > Please respond as early as possible.
>> >
>> > Thanks,
>> > Natanasabai.
>>
>>
>>
>> --
>> http://ruchith.org
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
>> For additional commands, e-mail: java-user-help@axis.apache.org
>>
>



-- 
http://ruchith.org

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


Re: Issue with rampart 1.6.1

Posted by Natanasabai C <na...@gmail.com>.
Hi Ruchith,

I am getting the below exception if I try to build the rampart code from
the trunk.
Please help me in this.

C:\study\rampart>ant
Buildfile: build.xml

clean:

init:
    [mkdir] Created dir: C:\study\rampart\dist

bin-dist:
    [mkdir] Created dir: C:\study\rampart\dist\bin\rampart-SNAPSHOT
     [copy] Copying 6 files to C:\study\rampart\dist\bin\rampart-SNAPSHOT
     [echo] Copying mars in to modules

BUILD FAILED
C:\study\rampart\build.xml:71: Warning: Could not find file
C:\study\rampart\modules\rampart-mar\target\rampart-SNAPSHOT.mar to copy.

Total time: 0 seconds

Thanks,
Natanasabai.

On Fri, Feb 24, 2012 at 9:52 PM, Ruchith Fernando <
ruchith.fernando@gmail.com> wrote:

> Hi Natanasabai,
>
> This is a known issue and is fixed in Axis2 trunk.
>
> Thanks,
> Ruchith
>
> On Fri, Feb 24, 2012 at 6:36 AM, Natanasabai C <na...@gmail.com> wrote:
> > Hi,
> >
> > I am trying to build a secured webservices using axis2 1.6.1 and rampart
> > 1.6.1.
> > I am getting the following exception at the time of executing the
> WSDL2Java
> > commands.
> >
> > WSDL2Java.bat -uri
> http://localhost:8080/axis2/services/SecureService?wsdl
> > -p tutorial.rampart.client
> > Using AXIS2_HOME:   V:\Ecomm\axis2-1.6.1
> > Using JAVA_HOME:    V:\Ecomm\JDK_1_5_0_14
> > Retrieving document at
> > 'http://localhost:8080/axis2/services/SecureService?wsdl'.
> > log4j:WARN No appenders could be found for logger
> > (org.apache.axis2.description.
> > WSDL11ToAllAxisServicesBuilder).
> > log4j:WARN Please initialize the log4j system properly.
> > Exception in thread "main"
> > org.apache.axis2.wsdl.codegen.CodeGenerationException:
> > java.lang.RuntimeException: Malformed uri: SigOnly
> >         at
> >
> org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:293)
> >         at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35)
> >         at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24)
> > Caused by: java.lang.RuntimeException: Malformed uri: SigOnly
> >         at
> >
> org.apache.neethi.PolicyReference.getRemoteReferencedPolicy(PolicyReference.java:155)
> >         at
> > org.apache.neethi.PolicyReference.normalize(PolicyReference.java:110)
> >         at
> > org.apache.axis2.util.PolicyUtil.getMergedPolicy(PolicyUtil.java:238)
> >         at
> >
> org.apache.axis2.description.PolicyInclude.getPolicy(PolicyInclude.java:255)
> >         at
> >
> org.apache.axis2.description.PolicyInclude.calculateEffectivePolicy(PolicyInclude.java:240)
> >         at
> >
> org.apache.axis2.description.PolicyInclude.getEffectivePolicy(PolicyInclude.java:277)
> >         at
> >
> org.apache.axis2.description.PolicyInclude.calculateEffectivePolicy(PolicyInclude.java:224)
> >         at
> >
> org.apache.axis2.description.PolicyInclude.getEffectivePolicy(PolicyInclude.java:277)
> >         at
> >
> org.apache.axis2.wsdl.codegen.extension.PolicyEvaluator.engage(PolicyEvaluator.java:137)
> >         at
> >
> org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:246)
> >
> >
> > Howver if I perform the same WSDL2Java command with axis2 1.6.0 and
> rampart
> > 1.6.0 I am not getting any exceptions.
> > Please let me know if this is a known issue in rampart 1.6.1.
> >
> > When I searched over internet I found out the mail archive.
> >
> http://mail-archives.apache.org/mod_mbox/axis-java-user/201202.mbox/browser
> > Is this issue related to the one which I mentioned above?
> >
> > Please respond as early as possible.
> >
> > Thanks,
> > Natanasabai.
>
>
>
> --
> http://ruchith.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
> For additional commands, e-mail: java-user-help@axis.apache.org
>
>

Re: Issue with rampart 1.6.1

Posted by Ruchith Fernando <ru...@gmail.com>.
Hi Natanasabai,

This is a known issue and is fixed in Axis2 trunk.

Thanks,
Ruchith

On Fri, Feb 24, 2012 at 6:36 AM, Natanasabai C <na...@gmail.com> wrote:
> Hi,
>
> I am trying to build a secured webservices using axis2 1.6.1 and rampart
> 1.6.1.
> I am getting the following exception at the time of executing the WSDL2Java
> commands.
>
> WSDL2Java.bat -uri http://localhost:8080/axis2/services/SecureService?wsdl
> -p tutorial.rampart.client
> Using AXIS2_HOME:   V:\Ecomm\axis2-1.6.1
> Using JAVA_HOME:    V:\Ecomm\JDK_1_5_0_14
> Retrieving document at
> 'http://localhost:8080/axis2/services/SecureService?wsdl'.
> log4j:WARN No appenders could be found for logger
> (org.apache.axis2.description.
> WSDL11ToAllAxisServicesBuilder).
> log4j:WARN Please initialize the log4j system properly.
> Exception in thread "main"
> org.apache.axis2.wsdl.codegen.CodeGenerationException:
> java.lang.RuntimeException: Malformed uri: SigOnly
>         at
> org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:293)
>         at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35)
>         at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24)
> Caused by: java.lang.RuntimeException: Malformed uri: SigOnly
>         at
> org.apache.neethi.PolicyReference.getRemoteReferencedPolicy(PolicyReference.java:155)
>         at
> org.apache.neethi.PolicyReference.normalize(PolicyReference.java:110)
>         at
> org.apache.axis2.util.PolicyUtil.getMergedPolicy(PolicyUtil.java:238)
>         at
> org.apache.axis2.description.PolicyInclude.getPolicy(PolicyInclude.java:255)
>         at
> org.apache.axis2.description.PolicyInclude.calculateEffectivePolicy(PolicyInclude.java:240)
>         at
> org.apache.axis2.description.PolicyInclude.getEffectivePolicy(PolicyInclude.java:277)
>         at
> org.apache.axis2.description.PolicyInclude.calculateEffectivePolicy(PolicyInclude.java:224)
>         at
> org.apache.axis2.description.PolicyInclude.getEffectivePolicy(PolicyInclude.java:277)
>         at
> org.apache.axis2.wsdl.codegen.extension.PolicyEvaluator.engage(PolicyEvaluator.java:137)
>         at
> org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:246)
>
>
> Howver if I perform the same WSDL2Java command with axis2 1.6.0 and rampart
> 1.6.0 I am not getting any exceptions.
> Please let me know if this is a known issue in rampart 1.6.1.
>
> When I searched over internet I found out the mail archive.
> http://mail-archives.apache.org/mod_mbox/axis-java-user/201202.mbox/browser
> Is this issue related to the one which I mentioned above?
>
> Please respond as early as possible.
>
> Thanks,
> Natanasabai.



-- 
http://ruchith.org

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