You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "David McLure (JIRA)" <ji...@apache.org> on 2010/03/18 21:56:27 UTC

[jira] Created: (ODE-785) No longer able to deploy helloWorld2 example process using the deployment.html page

No longer able to deploy helloWorld2 example process using the deployment.html page
-----------------------------------------------------------------------------------

                 Key: ODE-785
                 URL: https://issues.apache.org/jira/browse/ODE-785
             Project: ODE
          Issue Type: Bug
          Components: Deployment
    Affects Versions: 2.0-beta3
            Reporter: David McLure
            Priority: Critical


This browser displays "Axis 2 Fault..." when trying to deploy the HelloWorld2 example against the latest stable build (build #253) of ODE 2.0 Beta 3.

Running the ode.war in the debugger, there is a null pointer exception during the deployment operation (see attached stack trace snippet).  

This appears to be a regression because this example used to work in ODE 2.0 beta 2

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


[jira] Updated: (ODE-785) No longer able to deploy helloWorld2 example process using the deployment.html page

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

David McLure updated ODE-785:
-----------------------------

    Attachment: Beta3HelloWorld2TestSoapErrorStack.txt
                Beta3HelloWorld2TestSoapErrorConsole.log

Update: while deploying the HelloWorld2 example manually to the processes hot deploy directory of the ODE.war seems to work, the HelloWorld soaptest no longer seems to find the process in the registry as it used to do in the earlier ODE 2.0 beta 2 snapshot.  The line of code where this fails is found in the findService() method of the org.apache.ode.axis2.hooks.ODEAxisServiceDispatcher class:

AxisService service = registry.getService(path);

(see attached console log and stack output for more information)





> No longer able to deploy helloWorld2 example process using the deployment.html page
> -----------------------------------------------------------------------------------
>
>                 Key: ODE-785
>                 URL: https://issues.apache.org/jira/browse/ODE-785
>             Project: ODE
>          Issue Type: Bug
>          Components: Deployment
>    Affects Versions: 2.0-beta3
>            Reporter: David McLure
>            Priority: Critical
>         Attachments: Beta3HelloWorld2TestSoapErrorConsole.log, Beta3HelloWorld2TestSoapErrorStack.txt, DeploymentNullPointerExDebugConsole.log, DeploymentNullPointerExStack.txt
>
>
> This browser displays "Axis 2 Fault..." when trying to deploy the HelloWorld2 example against the latest stable build (build #253) of ODE 2.0 Beta 3.
> Running the ode.war in the debugger, there is a null pointer exception during the deployment operation (see attached stack trace snippet).  
> This appears to be a regression because this example used to work in ODE 2.0 beta 2

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


[jira] Commented: (ODE-785) No longer able to deploy helloWorld2 example process using the deployment.html page

Posted by "David McLure (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ODE-785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847503#action_12847503 ] 

David McLure commented on ODE-785:
----------------------------------

To work around this issue, it seems that you can still perform a manual copy of the unzipped directory of artifacts into the processes hot deploy directory.

> No longer able to deploy helloWorld2 example process using the deployment.html page
> -----------------------------------------------------------------------------------
>
>                 Key: ODE-785
>                 URL: https://issues.apache.org/jira/browse/ODE-785
>             Project: ODE
>          Issue Type: Bug
>          Components: Deployment
>    Affects Versions: 2.0-beta3
>            Reporter: David McLure
>            Priority: Critical
>         Attachments: DeploymentNullPointerExDebugConsole.log, DeploymentNullPointerExStack.txt
>
>
> This browser displays "Axis 2 Fault..." when trying to deploy the HelloWorld2 example against the latest stable build (build #253) of ODE 2.0 Beta 3.
> Running the ode.war in the debugger, there is a null pointer exception during the deployment operation (see attached stack trace snippet).  
> This appears to be a regression because this example used to work in ODE 2.0 beta 2

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


[jira] Updated: (ODE-785) No longer able to deploy helloWorld2 example process using the deployment.html page

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

David McLure updated ODE-785:
-----------------------------

    Attachment: DeploymentNullPointerExDebugConsole.log
                DeploymentNullPointerExStack.txt

The clue is contained in the last two lines of the attached DeploymentNullPointerExDebugConsole.log :

16:51:04,813 WARN  [DeploymentWebService] Invalid incoming request detected for operation {http://www.apache.org/ode/deployapi}deploy. Package part should have no namespace but has http://www.apache.org/ode/pmapi
16:51:04,829 WARN  [DeploymentWebService] Invalid incoming request detected for operation {http://www.apache.org/ode/deployapi}deploy. <zip/> element namespace should be http://www.apache.org/ode/deployapi but was http://www.apache.org/ode/pmapi


> No longer able to deploy helloWorld2 example process using the deployment.html page
> -----------------------------------------------------------------------------------
>
>                 Key: ODE-785
>                 URL: https://issues.apache.org/jira/browse/ODE-785
>             Project: ODE
>          Issue Type: Bug
>          Components: Deployment
>    Affects Versions: 2.0-beta3
>            Reporter: David McLure
>            Priority: Critical
>         Attachments: DeploymentNullPointerExDebugConsole.log, DeploymentNullPointerExStack.txt
>
>
> This browser displays "Axis 2 Fault..." when trying to deploy the HelloWorld2 example against the latest stable build (build #253) of ODE 2.0 Beta 3.
> Running the ode.war in the debugger, there is a null pointer exception during the deployment operation (see attached stack trace snippet).  
> This appears to be a regression because this example used to work in ODE 2.0 beta 2

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


[jira] Updated: (ODE-785) No longer able to deploy helloWorld2 example process using the deployment.html page

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

David McLure updated ODE-785:
-----------------------------

    Attachment:     (was: Beta3HelloWorld2TestSoapErrorConsole.log)

> No longer able to deploy helloWorld2 example process using the deployment.html page
> -----------------------------------------------------------------------------------
>
>                 Key: ODE-785
>                 URL: https://issues.apache.org/jira/browse/ODE-785
>             Project: ODE
>          Issue Type: Bug
>          Components: Deployment
>    Affects Versions: 2.0-beta3
>            Reporter: David McLure
>            Priority: Critical
>         Attachments: DeploymentNullPointerExDebugConsole.log
>
>
> This browser displays "Axis 2 Fault..." when trying to deploy the HelloWorld2 example against the latest stable build (build #253) of ODE 2.0 Beta 3.
> Running the ode.war in the debugger, there is a null pointer exception during the deployment operation (see attached stack trace snippet).  
> This appears to be a regression because this example used to work in ODE 2.0 beta 2

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


[jira] Updated: (ODE-785) No longer able to deploy helloWorld2 example process using the deployment.html page

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

David McLure updated ODE-785:
-----------------------------

    Attachment:     (was: DeploymentNullPointerExStack.txt)

> No longer able to deploy helloWorld2 example process using the deployment.html page
> -----------------------------------------------------------------------------------
>
>                 Key: ODE-785
>                 URL: https://issues.apache.org/jira/browse/ODE-785
>             Project: ODE
>          Issue Type: Bug
>          Components: Deployment
>    Affects Versions: 2.0-beta3
>            Reporter: David McLure
>            Priority: Critical
>         Attachments: DeploymentNullPointerExDebugConsole.log
>
>
> This browser displays "Axis 2 Fault..." when trying to deploy the HelloWorld2 example against the latest stable build (build #253) of ODE 2.0 Beta 3.
> Running the ode.war in the debugger, there is a null pointer exception during the deployment operation (see attached stack trace snippet).  
> This appears to be a regression because this example used to work in ODE 2.0 beta 2

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


[jira] Updated: (ODE-785) No longer able to deploy helloWorld2 example process using the deployment.html page

Posted by "Tammo van Lessen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-785?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tammo van Lessen updated ODE-785:
---------------------------------

    Fix Version/s: 2.0-beta3
                       (was: 1.3.5)

> No longer able to deploy helloWorld2 example process using the deployment.html page
> -----------------------------------------------------------------------------------
>
>                 Key: ODE-785
>                 URL: https://issues.apache.org/jira/browse/ODE-785
>             Project: ODE
>          Issue Type: Bug
>          Components: Deployment
>    Affects Versions: 2.0-beta3
>            Reporter: David McLure
>            Priority: Critical
>             Fix For: 2.0-beta3
>
>         Attachments: DeploymentNullPointerExDebugConsole.log
>
>
> This browser displays "Axis 2 Fault..." when trying to deploy the HelloWorld2 example against the latest stable build (build #253) of ODE 2.0 Beta 3.
> Running the ode.war in the debugger, there is a null pointer exception during the deployment operation (see attached stack trace snippet).  
> This appears to be a regression because this example used to work in ODE 2.0 beta 2

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (ODE-785) No longer able to deploy helloWorld2 example process using the deployment.html page

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

David McLure updated ODE-785:
-----------------------------

    Comment: was deleted

(was: Update: while deploying the HelloWorld2 example manually to the processes hot deploy directory of the ODE.war seems to work, the HelloWorld soaptest no longer seems to find the process in the registry as it used to do in the earlier ODE 2.0 beta 2 snapshot.  The line of code where this fails is found in the findService() method of the org.apache.ode.axis2.hooks.ODEAxisServiceDispatcher class:

AxisService service = registry.getService(path);

(see attached console log and stack output for more information)



)

> No longer able to deploy helloWorld2 example process using the deployment.html page
> -----------------------------------------------------------------------------------
>
>                 Key: ODE-785
>                 URL: https://issues.apache.org/jira/browse/ODE-785
>             Project: ODE
>          Issue Type: Bug
>          Components: Deployment
>    Affects Versions: 2.0-beta3
>            Reporter: David McLure
>            Priority: Critical
>         Attachments: Beta3HelloWorld2TestSoapErrorConsole.log, Beta3HelloWorld2TestSoapErrorStack.txt, DeploymentNullPointerExDebugConsole.log, DeploymentNullPointerExStack.txt
>
>
> This browser displays "Axis 2 Fault..." when trying to deploy the HelloWorld2 example against the latest stable build (build #253) of ODE 2.0 Beta 3.
> Running the ode.war in the debugger, there is a null pointer exception during the deployment operation (see attached stack trace snippet).  
> This appears to be a regression because this example used to work in ODE 2.0 beta 2

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


[jira] Updated: (ODE-785) No longer able to deploy helloWorld2 example process using the deployment.html page

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

David McLure updated ODE-785:
-----------------------------

    Attachment:     (was: Beta3HelloWorld2TestSoapErrorStack.txt)

> No longer able to deploy helloWorld2 example process using the deployment.html page
> -----------------------------------------------------------------------------------
>
>                 Key: ODE-785
>                 URL: https://issues.apache.org/jira/browse/ODE-785
>             Project: ODE
>          Issue Type: Bug
>          Components: Deployment
>    Affects Versions: 2.0-beta3
>            Reporter: David McLure
>            Priority: Critical
>         Attachments: DeploymentNullPointerExDebugConsole.log
>
>
> This browser displays "Axis 2 Fault..." when trying to deploy the HelloWorld2 example against the latest stable build (build #253) of ODE 2.0 Beta 3.
> Running the ode.war in the debugger, there is a null pointer exception during the deployment operation (see attached stack trace snippet).  
> This appears to be a regression because this example used to work in ODE 2.0 beta 2

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


[jira] Updated: (ODE-785) No longer able to deploy helloWorld2 example process using the deployment.html page

Posted by "Tammo van Lessen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-785?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tammo van Lessen updated ODE-785:
---------------------------------

    Fix Version/s: 1.3.5

> No longer able to deploy helloWorld2 example process using the deployment.html page
> -----------------------------------------------------------------------------------
>
>                 Key: ODE-785
>                 URL: https://issues.apache.org/jira/browse/ODE-785
>             Project: ODE
>          Issue Type: Bug
>          Components: Deployment
>    Affects Versions: 2.0-beta3
>            Reporter: David McLure
>            Priority: Critical
>             Fix For: 1.3.5
>
>         Attachments: DeploymentNullPointerExDebugConsole.log
>
>
> This browser displays "Axis 2 Fault..." when trying to deploy the HelloWorld2 example against the latest stable build (build #253) of ODE 2.0 Beta 3.
> Running the ode.war in the debugger, there is a null pointer exception during the deployment operation (see attached stack trace snippet).  
> This appears to be a regression because this example used to work in ODE 2.0 beta 2

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira