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 "Bartosz Wagner (JIRA)" <ji...@apache.org> on 2008/02/11 10:20:07 UTC

[jira] Created: (AXIS2-3502) Nullpointer exception when BuilderUtils can not resolve a Builder

Nullpointer exception when BuilderUtils can not resolve a Builder
-----------------------------------------------------------------

                 Key: AXIS2-3502
                 URL: https://issues.apache.org/jira/browse/AXIS2-3502
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: transports
            Reporter: Bartosz Wagner
             Fix For: 1.3


My client side stub communicates with an other system which returns an HTTP/Error 500. There it throws a null pointer exception.

The issue is in line 155 of the TransportUtils class. There the getClass method is invoked on a NULL object, when no Builder can be resolved in line 153.

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Resolved: (AXIS2-3502) Nullpointer exception when BuilderUtils can not resolve a Builder

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

Deepal Jayasinghe resolved AXIS2-3502.
--------------------------------------

    Resolution: Fixed

As I can see the issue if fixed in current SVN ,
please check with nightly builds and reopen the issue , if you still have the problem

Thanks
Deepal

> Nullpointer exception when BuilderUtils can not resolve a Builder
> -----------------------------------------------------------------
>
>                 Key: AXIS2-3502
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3502
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: transports
>            Reporter: Bartosz Wagner
>             Fix For: 1.3
>
>
> My client side stub communicates with an other system which returns an HTTP/Error 500. There it throws a null pointer exception.
> The issue is in line 155 of the TransportUtils class. There the getClass method is invoked on a NULL object, when no Builder can be resolved in line 153.

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org