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 ax...@ws.apache.org on 2004/10/01 05:32:32 UTC

[jira] Created: (AXIS-1581) NullPointerException - null reqMsg in Call.java

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXIS-1581

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXIS-1581
    Summary: NullPointerException - null reqMsg in Call.java
       Type: Bug

     Status: Unassigned
   Priority: Critical

    Project: Axis
 Components: 
             Basic Architecture
   Versions:
             1.2 Beta

   Assignee: 
   Reporter: Peter Smith

    Created: Thu, 30 Sep 2004 8:31 PM
    Updated: Thu, 30 Sep 2004 8:31 PM
Environment: Win2000 svr
Axis-1_2beta3

Description:
Running Junit functional-tests. 

WhiteMesaSoap12AddTestSvcTestCase part testXMLP2 gives NullPointerException in Call.java

Statement 
boolean isStream = ((SOAPPart)reqMsg.getSOAPPart()).isBodyStream();
references 'reqMsg' without testing for null.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXIS-1581) NullPointerException - null reqMsg in Call.java

Posted by ax...@ws.apache.org.
The following comment has been added to this issue:

     Author: Jayachandra Sekhara Rao Sunkara
    Created: Thu, 7 Oct 2004 7:13 AM
       Body:
Hi Peter!
Errors in WhiteMesa... appear to have sprout up because of WhiteMesa server not hosting the said service. 
Browse jira bug 1465 <http://nagoya.apache.org/jira/browse/AXIS-1465> for additional discussion in this regard

Thanks,
Jayachandra
---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/AXIS-1581?page=comments#action_53811

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXIS-1581

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXIS-1581
    Summary: NullPointerException - null reqMsg in Call.java
       Type: Bug

     Status: Unassigned
   Priority: Critical

    Project: Axis
 Components: 
             Basic Architecture
   Versions:
             1.2 Beta

   Assignee: 
   Reporter: Peter Smith

    Created: Thu, 30 Sep 2004 8:31 PM
    Updated: Thu, 7 Oct 2004 7:13 AM
Environment: Win2000 svr
Axis-1_2beta3

Description:
Running Junit functional-tests. 

WhiteMesaSoap12AddTestSvcTestCase part testXMLP2 gives NullPointerException in Call.java

Statement 
boolean isStream = ((SOAPPart)reqMsg.getSOAPPart()).isBodyStream();
references 'reqMsg' without testing for null.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXIS-1581) NullPointerException - null reqMsg in Call.java

Posted by ax...@ws.apache.org.
The following comment has been added to this issue:

     Author: Jayachandra Sekhara Rao Sunkara
    Created: Thu, 7 Oct 2004 7:21 AM
       Body:
sorry!
that was a wrong information. On axis-user mailing list some discussion happened. And the said conclusion was arrived at. If you are the same Peter from Fujitsu you might be aware of it anyway.
---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/AXIS-1581?page=comments#action_53812

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXIS-1581

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXIS-1581
    Summary: NullPointerException - null reqMsg in Call.java
       Type: Bug

     Status: Unassigned
   Priority: Critical

    Project: Axis
 Components: 
             Basic Architecture
   Versions:
             1.2 Beta

   Assignee: 
   Reporter: Peter Smith

    Created: Thu, 30 Sep 2004 8:31 PM
    Updated: Thu, 7 Oct 2004 7:21 AM
Environment: Win2000 svr
Axis-1_2beta3

Description:
Running Junit functional-tests. 

WhiteMesaSoap12AddTestSvcTestCase part testXMLP2 gives NullPointerException in Call.java

Statement 
boolean isStream = ((SOAPPart)reqMsg.getSOAPPart()).isBodyStream();
references 'reqMsg' without testing for null.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXIS-1581) NullPointerException - null reqMsg in Call.java

Posted by ax...@ws.apache.org.
The following comment has been added to this issue:

     Author: Jayachandra Sekhara Rao Sunkara
    Created: Mon, 4 Oct 2004 2:04 AM
       Body:
Hi Peter!
Could you be more elaborate as to what you were doing on your side when you encountered this NPE. That would help us reproduce the bug. Were you just trying to run all the provided functional-tests or were you trying to set something up, in which case try to give a brief description of what you were trying to do (verbal description or code snippets etc).
We solicit your help in resolving this bug.

Thanks
Jayachandra
---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/AXIS-1581?page=comments#action_53654

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXIS-1581

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXIS-1581
    Summary: NullPointerException - null reqMsg in Call.java
       Type: Bug

     Status: Unassigned
   Priority: Critical

    Project: Axis
 Components: 
             Basic Architecture
   Versions:
             1.2 Beta

   Assignee: 
   Reporter: Peter Smith

    Created: Thu, 30 Sep 2004 8:31 PM
    Updated: Mon, 4 Oct 2004 2:04 AM
Environment: Win2000 svr
Axis-1_2beta3

Description:
Running Junit functional-tests. 

WhiteMesaSoap12AddTestSvcTestCase part testXMLP2 gives NullPointerException in Call.java

Statement 
boolean isStream = ((SOAPPart)reqMsg.getSOAPPart()).isBodyStream();
references 'reqMsg' without testing for null.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXIS-1581) NullPointerException - null reqMsg in Call.java

Posted by ax...@ws.apache.org.
The following comment has been added to this issue:

     Author: Peter Smith
    Created: Mon, 4 Oct 2004 3:56 PM
       Body:
Just running ant functional-tests

Possibly proxy related in some way (??) as I had other problems accessing  other remote sites used by some test cases.  See SUBJECT: 'axis-1_2beta3 - "functional-test" failures' in the axis-user mailing list for details.

Cheers,
Peter.
---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/AXIS-1581?page=comments#action_53692

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXIS-1581

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXIS-1581
    Summary: NullPointerException - null reqMsg in Call.java
       Type: Bug

     Status: Unassigned
   Priority: Critical

    Project: Axis
 Components: 
             Basic Architecture
   Versions:
             1.2 Beta

   Assignee: 
   Reporter: Peter Smith

    Created: Thu, 30 Sep 2004 8:31 PM
    Updated: Mon, 4 Oct 2004 3:56 PM
Environment: Win2000 svr
Axis-1_2beta3

Description:
Running Junit functional-tests. 

WhiteMesaSoap12AddTestSvcTestCase part testXMLP2 gives NullPointerException in Call.java

Statement 
boolean isStream = ((SOAPPart)reqMsg.getSOAPPart()).isBodyStream();
references 'reqMsg' without testing for null.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Updated: (AXIS-1581) NullPointerException - null reqMsg in Call.java

Posted by ax...@ws.apache.org.
The following issue has been updated:

    Updater: Peter Smith (mailto:peters@fast.fujitsu.com.au)
       Date: Mon, 4 Oct 2004 4:39 PM
    Comment:
FYI, Attached test report generated by ant -f buildTest.xml create-test-report shows this NPE and other problems I am experiencing with the WhiteMesa... tests.
Thanks,
Peter.
    Changes:
             Attachment changed to reports.zip
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://issues.apache.org/jira/browse/AXIS-1581?page=history

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXIS-1581

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXIS-1581
    Summary: NullPointerException - null reqMsg in Call.java
       Type: Bug

     Status: Unassigned
   Priority: Critical

    Project: Axis
 Components: 
             Basic Architecture
   Versions:
             1.2 Beta

   Assignee: 
   Reporter: Peter Smith

    Created: Thu, 30 Sep 2004 8:31 PM
    Updated: Mon, 4 Oct 2004 4:39 PM
Environment: Win2000 svr
Axis-1_2beta3

Description:
Running Junit functional-tests. 

WhiteMesaSoap12AddTestSvcTestCase part testXMLP2 gives NullPointerException in Call.java

Statement 
boolean isStream = ((SOAPPart)reqMsg.getSOAPPart()).isBodyStream();
references 'reqMsg' without testing for null.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira