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/07/23 22:34:17 UTC

[jira] Created: (AXIS-1474) axis fault java.lang.NullPointerException when invoking service

Message:

  A new issue has been created in JIRA.

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXIS-1474
    Summary: axis fault java.lang.NullPointerException when invoking service
       Type: Bug

     Status: Unassigned
   Priority: Critical

    Project: Axis
 Components: 
             Serialization/Deserialization
   Versions:
             1.2 Beta

   Assignee: 
   Reporter: Christopher A. Brooks

    Created: Fri, 23 Jul 2004 1:33 PM
    Updated: Fri, 23 Jul 2004 1:33 PM
Environment: Tomcat 5, JDK 1.4.2, Axis 1.2b2

Description:
Axis throws a null point exception when trying to invoke the generated implementation when receiving call from a .net client.


---------------------------------------------------------------------
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-1474) axis fault java.lang.NullPointerException when invoking service

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

    Updater: Christopher A. Brooks (mailto:cab938@mail.usask.ca)
       Date: Fri, 23 Jul 2004 1:47 PM
    Comment:
Sample c# code used to call the service.  Note that the first call to the service, on line 21, succeeds (startSession() has no problems).  The second call to the service, on line 22 (listCategories()) causes the exception.  Commenting out line 21 still causes an exception on line 22.

The namespace DiscussionsTest.discussion points to the deployed service.
    Changes:
             Attachment changed to DiscussionTest.cs
    ---------------------------------------------------------------------
For a full history of the issue, see:

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

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXIS-1474
    Summary: axis fault java.lang.NullPointerException when invoking service
       Type: Bug

     Status: Unassigned
   Priority: Critical

    Project: Axis
 Components: 
             Serialization/Deserialization
   Versions:
             1.2 Beta

   Assignee: 
   Reporter: Christopher A. Brooks

    Created: Fri, 23 Jul 2004 1:33 PM
    Updated: Fri, 23 Jul 2004 1:47 PM
Environment: Tomcat 5, JDK 1.4.2, Axis 1.2b2

Description:
Axis throws a null point exception when trying to invoke the generated implementation when receiving call from a .net client.


---------------------------------------------------------------------
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] Closed: (AXIS-1474) axis fault java.lang.NullPointerException when invoking service

Posted by ax...@ws.apache.org.
Message:

   The following issue has been closed.

   Resolver: Davanum Srinivas
       Date: Mon, 26 Jul 2004 7:37 PM

closed as per christopher's request.
---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXIS-1474

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXIS-1474
    Summary: axis fault java.lang.NullPointerException when invoking service
       Type: Bug

     Status: Closed
   Priority: Critical
 Resolution: FIXED

    Project: Axis
 Components: 
             Serialization/Deserialization
   Versions:
             1.2 Beta

   Assignee: 
   Reporter: Christopher A. Brooks

    Created: Fri, 23 Jul 2004 1:33 PM
    Updated: Mon, 26 Jul 2004 7:37 PM
Environment: Tomcat 5, JDK 1.4.2, Axis 1.2b2

Description:
Axis throws a null point exception when trying to invoke the generated implementation when receiving call from a .net client.


---------------------------------------------------------------------
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-1474) axis fault java.lang.NullPointerException when invoking service

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

    Updater: Christopher A. Brooks (mailto:cab938@mail.usask.ca)
       Date: Fri, 23 Jul 2004 1:35 PM
    Comment:
The wsdl that is used to generate the implementation.  The implementation is created via WSDL2Java as per the following ant target:

		<java classname="org.apache.axis.wsdl.WSDL2Java" classpathref="axis.classpath" fork="yes">
			<arg value="-v"/>
			<arg value="-o"/>
			<arg value="${src.home}"/>
			<arg value="-s"/>
			<arg value="-S"/>
			<arg value="-true"/>
			<arg value="-a"/>
			<arg value="-Nurn:ca.usask.cs.discussion.webservice=ca.usask.cs.discussion.webservice"/>
			<arg value="${src.home}/wsdl/Discussion.wsdl"/>
		</java>

    Changes:
             Attachment changed to Discussion.wsdl
    ---------------------------------------------------------------------
For a full history of the issue, see:

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

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXIS-1474
    Summary: axis fault java.lang.NullPointerException when invoking service
       Type: Bug

     Status: Unassigned
   Priority: Critical

    Project: Axis
 Components: 
             Serialization/Deserialization
   Versions:
             1.2 Beta

   Assignee: 
   Reporter: Christopher A. Brooks

    Created: Fri, 23 Jul 2004 1:33 PM
    Updated: Fri, 23 Jul 2004 1:35 PM
Environment: Tomcat 5, JDK 1.4.2, Axis 1.2b2

Description:
Axis throws a null point exception when trying to invoke the generated implementation when receiving call from a .net client.


---------------------------------------------------------------------
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-1474) axis fault java.lang.NullPointerException when invoking service

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

    Updater: Christopher A. Brooks (mailto:cab938@mail.usask.ca)
       Date: Fri, 23 Jul 2004 1:37 PM
    Comment:
The text of the apache exception
    Changes:
             Attachment changed to exception.
    ---------------------------------------------------------------------
For a full history of the issue, see:

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

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXIS-1474
    Summary: axis fault java.lang.NullPointerException when invoking service
       Type: Bug

     Status: Unassigned
   Priority: Critical

    Project: Axis
 Components: 
             Serialization/Deserialization
   Versions:
             1.2 Beta

   Assignee: 
   Reporter: Christopher A. Brooks

    Created: Fri, 23 Jul 2004 1:33 PM
    Updated: Fri, 23 Jul 2004 1:37 PM
Environment: Tomcat 5, JDK 1.4.2, Axis 1.2b2

Description:
Axis throws a null point exception when trying to invoke the generated implementation when receiving call from a .net client.


---------------------------------------------------------------------
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-1474) axis fault java.lang.NullPointerException when invoking service

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

     Author: Christopher A. Brooks
    Created: Mon, 26 Jul 2004 3:35 PM
       Body:
This bug can be closed.  It was the result of a corrupted server-config.wsdd file being copied around by a runaway ant task.
---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/AXIS-1474?page=comments#action_36876

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXIS-1474
    Summary: axis fault java.lang.NullPointerException when invoking service
       Type: Bug

     Status: Unassigned
   Priority: Critical

    Project: Axis
 Components: 
             Serialization/Deserialization
   Versions:
             1.2 Beta

   Assignee: 
   Reporter: Christopher A. Brooks

    Created: Fri, 23 Jul 2004 1:33 PM
    Updated: Mon, 26 Jul 2004 3:35 PM
Environment: Tomcat 5, JDK 1.4.2, Axis 1.2b2

Description:
Axis throws a null point exception when trying to invoke the generated implementation when receiving call from a .net client.


---------------------------------------------------------------------
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