You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Antas Mishra (JIRA)" <ji...@apache.org> on 2010/12/02 15:32:11 UTC

[jira] Created: (AXIS2-4904) org.apache.axis2.AxisFault: null

org.apache.axis2.AxisFault: null
--------------------------------

                 Key: AXIS2-4904
                 URL: https://issues.apache.org/jira/browse/AXIS2-4904
             Project: Axis2
          Issue Type: Bug
          Components: Addressing
    Affects Versions: 1.5.2
         Environment: Apache Tomcat/6.0.26
            Reporter: Antas Mishra
            Priority: Critical


I have made a WS which takes username & date as parameter.

I am passing the date parameter over Browser (IE, Mozilla). But when I try to see the same in Web Service using a System.out.print(date). It gices null.

I mean here that, whatever value I pass as second parameter it takes it as null.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (AXIS2-4904) org.apache.axis2.AxisFault: null

Posted by "Tharindu Mathew (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-4904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12973558#action_12973558 ] 

Tharindu Mathew commented on AXIS2-4904:
----------------------------------------

I've tested this with a sample service, and it works (Service attached). Could you please check whether this is still reproducible with the latest trunk?

> org.apache.axis2.AxisFault: null
> --------------------------------
>
>                 Key: AXIS2-4904
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4904
>             Project: Axis2
>          Issue Type: Bug
>          Components: Addressing
>    Affects Versions: 1.5.2
>         Environment: Apache Tomcat/6.0.26
>            Reporter: Antas Mishra
>            Priority: Critical
>         Attachments: ABBReport.aar
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> I have made a WS which takes username & date as parameter.
> I am passing the date parameter over Browser (IE, Mozilla). But when I try to see the same in Web Service using a System.out.print(date). It gices null.
> I mean here that, whatever value I pass as second parameter it takes it as null.
> My URL is : http://localhost:8084/axis2/services/Report/getResult?name=XYZ&date=1291288924850. Both of them are the String values.
> When I check in getResult(String name, String date){
>         System.out.println(date);
> }
> The output value is null.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Closed: (AXIS2-4904) org.apache.axis2.AxisFault: null

Posted by "Antas Mishra (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antas Mishra closed AXIS2-4904.
-------------------------------


thanks for all your support....

> org.apache.axis2.AxisFault: null
> --------------------------------
>
>                 Key: AXIS2-4904
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4904
>             Project: Axis2
>          Issue Type: Bug
>          Components: Addressing
>    Affects Versions: 1.5.2
>         Environment: Apache Tomcat/6.0.26
>            Reporter: Antas Mishra
>            Assignee: Isuru Eranga Suriarachchi
>            Priority: Critical
>             Fix For: 1.6
>
>         Attachments: 1.2929284782280774E12.aar, ABBReport.aar
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> I have made a WS which takes username & date as parameter.
> I am passing the date parameter over Browser (IE, Mozilla). But when I try to see the same in Web Service using a System.out.print(date). It gices null.
> I mean here that, whatever value I pass as second parameter it takes it as null.
> My URL is : http://localhost:8084/axis2/services/Report/getResult?name=XYZ&date=1291288924850. Both of them are the String values.
> When I check in getResult(String name, String date){
>         System.out.println(date);
> }
> The output value is null.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Assigned: (AXIS2-4904) org.apache.axis2.AxisFault: null

Posted by "Isuru Eranga Suriarachchi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Isuru Eranga Suriarachchi reassigned AXIS2-4904:
------------------------------------------------

    Assignee: Isuru Eranga Suriarachchi

> org.apache.axis2.AxisFault: null
> --------------------------------
>
>                 Key: AXIS2-4904
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4904
>             Project: Axis2
>          Issue Type: Bug
>          Components: Addressing
>    Affects Versions: 1.5.2
>         Environment: Apache Tomcat/6.0.26
>            Reporter: Antas Mishra
>            Assignee: Isuru Eranga Suriarachchi
>            Priority: Critical
>         Attachments: 1.2929284782280774E12.aar, ABBReport.aar
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> I have made a WS which takes username & date as parameter.
> I am passing the date parameter over Browser (IE, Mozilla). But when I try to see the same in Web Service using a System.out.print(date). It gices null.
> I mean here that, whatever value I pass as second parameter it takes it as null.
> My URL is : http://localhost:8084/axis2/services/Report/getResult?name=XYZ&date=1291288924850. Both of them are the String values.
> When I check in getResult(String name, String date){
>         System.out.println(date);
> }
> The output value is null.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (AXIS2-4904) org.apache.axis2.AxisFault: null

Posted by "Antas Mishra (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antas Mishra updated AXIS2-4904:
--------------------------------

    Attachment: ABBReport.aar

This is the AAR file generated in "webapps\axis2\WEB-INF\services" directory

> org.apache.axis2.AxisFault: null
> --------------------------------
>
>                 Key: AXIS2-4904
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4904
>             Project: Axis2
>          Issue Type: Bug
>          Components: Addressing
>    Affects Versions: 1.5.2
>         Environment: Apache Tomcat/6.0.26
>            Reporter: Antas Mishra
>            Priority: Critical
>         Attachments: ABBReport.aar
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> I have made a WS which takes username & date as parameter.
> I am passing the date parameter over Browser (IE, Mozilla). But when I try to see the same in Web Service using a System.out.print(date). It gices null.
> I mean here that, whatever value I pass as second parameter it takes it as null.
> My URL is : http://localhost:8084/axis2/services/Report/getResult?name=XYZ&date=1291288924850. Both of them are the String values.
> When I check in getResult(String name, String date){
>         System.out.println(date);
> }
> The output value is null.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Issue Comment Edited: (AXIS2-4904) org.apache.axis2.AxisFault: null

Posted by "Antas Mishra (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-4904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12966403#action_12966403 ] 

Antas Mishra edited comment on AXIS2-4904 at 12/2/10 11:24 PM:
---------------------------------------------------------------

Dear Andreas Veithen,

This is the AAR file generated in "webapps\axis2\WEB-INF\services" directory.

Sorry, but I was unable to understand the first instruction.

      was (Author: antas512):
    This is the AAR file generated in "webapps\axis2\WEB-INF\services" directory
  
> org.apache.axis2.AxisFault: null
> --------------------------------
>
>                 Key: AXIS2-4904
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4904
>             Project: Axis2
>          Issue Type: Bug
>          Components: Addressing
>    Affects Versions: 1.5.2
>         Environment: Apache Tomcat/6.0.26
>            Reporter: Antas Mishra
>            Priority: Critical
>         Attachments: ABBReport.aar
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> I have made a WS which takes username & date as parameter.
> I am passing the date parameter over Browser (IE, Mozilla). But when I try to see the same in Web Service using a System.out.print(date). It gices null.
> I mean here that, whatever value I pass as second parameter it takes it as null.
> My URL is : http://localhost:8084/axis2/services/Report/getResult?name=XYZ&date=1291288924850. Both of them are the String values.
> When I check in getResult(String name, String date){
>         System.out.println(date);
> }
> The output value is null.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Resolved: (AXIS2-4904) org.apache.axis2.AxisFault: null

Posted by "Isuru Eranga Suriarachchi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Isuru Eranga Suriarachchi resolved AXIS2-4904.
----------------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.6

This issue doesn't exist in Axis2 Trunk. Tested using Tharindu's service which accepts two parameters.

Thanks,
~Isuru

> org.apache.axis2.AxisFault: null
> --------------------------------
>
>                 Key: AXIS2-4904
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4904
>             Project: Axis2
>          Issue Type: Bug
>          Components: Addressing
>    Affects Versions: 1.5.2
>         Environment: Apache Tomcat/6.0.26
>            Reporter: Antas Mishra
>            Assignee: Isuru Eranga Suriarachchi
>            Priority: Critical
>             Fix For: 1.6
>
>         Attachments: 1.2929284782280774E12.aar, ABBReport.aar
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> I have made a WS which takes username & date as parameter.
> I am passing the date parameter over Browser (IE, Mozilla). But when I try to see the same in Web Service using a System.out.print(date). It gices null.
> I mean here that, whatever value I pass as second parameter it takes it as null.
> My URL is : http://localhost:8084/axis2/services/Report/getResult?name=XYZ&date=1291288924850. Both of them are the String values.
> When I check in getResult(String name, String date){
>         System.out.println(date);
> }
> The output value is null.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (AXIS2-4904) org.apache.axis2.AxisFault: null

Posted by "Andreas Veithen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-4904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12966306#action_12966306 ] 

Andreas Veithen commented on AXIS2-4904:
----------------------------------------

Can you please do the following:
1. Test this with a nightly build from the trunk (not the 1.5 branch) to check whether this is a known issue that has been fixed in the meantime.
2. Provide a minimal AAR or WAR that allows to reproduce the issue?

> org.apache.axis2.AxisFault: null
> --------------------------------
>
>                 Key: AXIS2-4904
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4904
>             Project: Axis2
>          Issue Type: Bug
>          Components: Addressing
>    Affects Versions: 1.5.2
>         Environment: Apache Tomcat/6.0.26
>            Reporter: Antas Mishra
>            Priority: Critical
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> I have made a WS which takes username & date as parameter.
> I am passing the date parameter over Browser (IE, Mozilla). But when I try to see the same in Web Service using a System.out.print(date). It gices null.
> I mean here that, whatever value I pass as second parameter it takes it as null.
> My URL is : http://localhost:8084/axis2/services/Report/getResult?name=XYZ&date=1291288924850. Both of them are the String values.
> When I check in getResult(String name, String date){
>         System.out.println(date);
> }
> The output value is null.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (AXIS2-4904) org.apache.axis2.AxisFault: null

Posted by "Andreas Veithen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-4904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12966810#action_12966810 ] 

Andreas Veithen commented on AXIS2-4904:
----------------------------------------

For item 1, please have a look at the FAQ: http://axis.apache.org/axis2/java/core/faq.html#a1
For item 2, "minimal" means that it can be executed by anybody. However the AAR you provided can't be deployed because it requires SAP libraries.

> org.apache.axis2.AxisFault: null
> --------------------------------
>
>                 Key: AXIS2-4904
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4904
>             Project: Axis2
>          Issue Type: Bug
>          Components: Addressing
>    Affects Versions: 1.5.2
>         Environment: Apache Tomcat/6.0.26
>            Reporter: Antas Mishra
>            Priority: Critical
>         Attachments: ABBReport.aar
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> I have made a WS which takes username & date as parameter.
> I am passing the date parameter over Browser (IE, Mozilla). But when I try to see the same in Web Service using a System.out.print(date). It gices null.
> I mean here that, whatever value I pass as second parameter it takes it as null.
> My URL is : http://localhost:8084/axis2/services/Report/getResult?name=XYZ&date=1291288924850. Both of them are the String values.
> When I check in getResult(String name, String date){
>         System.out.println(date);
> }
> The output value is null.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (AXIS2-4904) org.apache.axis2.AxisFault: null

Posted by "Antas Mishra (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antas Mishra updated AXIS2-4904:
--------------------------------

    Description: 
I have made a WS which takes username & date as parameter.

I am passing the date parameter over Browser (IE, Mozilla). But when I try to see the same in Web Service using a System.out.print(date). It gices null.

I mean here that, whatever value I pass as second parameter it takes it as null.

My URL is : http://localhost:8084/axis2/services/Report/getResult?name=XYZ&date=1291288924850. Both of them are the String values.

When I check in getResult(String name, String date){
        System.out.println(date);
}

The output value is null.

  was:
I have made a WS which takes username & date as parameter.

I am passing the date parameter over Browser (IE, Mozilla). But when I try to see the same in Web Service using a System.out.print(date). It gices null.

I mean here that, whatever value I pass as second parameter it takes it as null.


> org.apache.axis2.AxisFault: null
> --------------------------------
>
>                 Key: AXIS2-4904
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4904
>             Project: Axis2
>          Issue Type: Bug
>          Components: Addressing
>    Affects Versions: 1.5.2
>         Environment: Apache Tomcat/6.0.26
>            Reporter: Antas Mishra
>            Priority: Critical
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> I have made a WS which takes username & date as parameter.
> I am passing the date parameter over Browser (IE, Mozilla). But when I try to see the same in Web Service using a System.out.print(date). It gices null.
> I mean here that, whatever value I pass as second parameter it takes it as null.
> My URL is : http://localhost:8084/axis2/services/Report/getResult?name=XYZ&date=1291288924850. Both of them are the String values.
> When I check in getResult(String name, String date){
>         System.out.println(date);
> }
> The output value is null.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (AXIS2-4904) org.apache.axis2.AxisFault: null

Posted by "Tharindu Mathew (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tharindu Mathew updated AXIS2-4904:
-----------------------------------

    Attachment: 1.2929284782280774E12.aar

The results are shown on console with this Service, with <Service-Location>/Test/getResult?name=XYZ&date=1291288924850

> org.apache.axis2.AxisFault: null
> --------------------------------
>
>                 Key: AXIS2-4904
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4904
>             Project: Axis2
>          Issue Type: Bug
>          Components: Addressing
>    Affects Versions: 1.5.2
>         Environment: Apache Tomcat/6.0.26
>            Reporter: Antas Mishra
>            Priority: Critical
>         Attachments: 1.2929284782280774E12.aar, ABBReport.aar
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> I have made a WS which takes username & date as parameter.
> I am passing the date parameter over Browser (IE, Mozilla). But when I try to see the same in Web Service using a System.out.print(date). It gices null.
> I mean here that, whatever value I pass as second parameter it takes it as null.
> My URL is : http://localhost:8084/axis2/services/Report/getResult?name=XYZ&date=1291288924850. Both of them are the String values.
> When I check in getResult(String name, String date){
>         System.out.println(date);
> }
> The output value is null.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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