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 "Charitha Kankanamge (JIRA)" <ji...@apache.org> on 2007/06/04 11:31:35 UTC

[jira] Created: (AXIS2-2763) ?wsdl throws org.apache.axis2.dataretrieval.DataRetrievalException for the attached service

?wsdl throws org.apache.axis2.dataretrieval.DataRetrievalException for the attached service
-------------------------------------------------------------------------------------------

                 Key: AXIS2-2763
                 URL: https://issues.apache.org/jira/browse/AXIS2-2763
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: wsdl
    Affects Versions: 1.2
         Environment: winxp, jdk15
            Reporter: Charitha Kankanamge


I'm getting org.apache.axis2.dataretrieval.DataRetrievalException when ?wsdl is issued for the attached service archive. 

INFO: getData request failed for dialect, http://schemas.xmlsoap.org/wsdl/
org.apache.axis2.dataretrieval.DataRetrievalException
        at org.apache.axis2.dataretrieval.WSDLDataLocator.outputInlineForm(WSDLDataLocator.java:136)
        at org.apache.axis2.dataretrieval.WSDLDataLocator.getData(WSDLDataLocator.java:71)
        at org.apache.axis2.dataretrieval.AxisDataLocatorImpl.getData(AxisDataLocatorImpl.java:77)
        at org.apache.axis2.description.AxisService.getData(AxisService.java:2143)
        at org.apache.axis2.description.AxisService.getWSDL(AxisService.java:1007)
        at org.apache.axis2.description.AxisService.printWSDL(AxisService.java:857)
        at org.apache.axis2.transport.http.HTTPWorker.service(HTTPWorker.java:121)
        at org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:275)
        at org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:184)
        at org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:74)
        at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665)
        at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690)
        at java.lang.Thread.run(Thread.java:595)
Caused by: java.lang.NullPointerException
        at org.apache.axis2.util.WSDLSerializationUtil.getPrefix(WSDLSerializationUtil.java:54)
        at org.apache.axis2.description.AxisService2OM.generateOM(AxisService2OM.java:136)
        at org.apache.axis2.dataretrieval.WSDLDataLocator.outputInlineForm(WSDLDataLocator.java:132)

Steps to reproduce:
=================
1. Deploy the attached service
2. Enter ?wsdl (http://localhost:8080/axis2/services/newechoService?wsdl)

-- 
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] Updated: (AXIS2-2763) ?wsdl throws org.apache.axis2.dataretrieval.DataRetrievalException for the attached service

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

Charitha Kankanamge updated AXIS2-2763:
---------------------------------------

    Attachment: newechoService.aar

Attached service archive

> ?wsdl throws org.apache.axis2.dataretrieval.DataRetrievalException for the attached service
> -------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-2763
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2763
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: wsdl
>    Affects Versions: 1.2
>         Environment: winxp, jdk15
>            Reporter: Charitha Kankanamge
>         Attachments: newechoService.aar
>
>
> I'm getting org.apache.axis2.dataretrieval.DataRetrievalException when ?wsdl is issued for the attached service archive. 
> INFO: getData request failed for dialect, http://schemas.xmlsoap.org/wsdl/
> org.apache.axis2.dataretrieval.DataRetrievalException
>         at org.apache.axis2.dataretrieval.WSDLDataLocator.outputInlineForm(WSDLDataLocator.java:136)
>         at org.apache.axis2.dataretrieval.WSDLDataLocator.getData(WSDLDataLocator.java:71)
>         at org.apache.axis2.dataretrieval.AxisDataLocatorImpl.getData(AxisDataLocatorImpl.java:77)
>         at org.apache.axis2.description.AxisService.getData(AxisService.java:2143)
>         at org.apache.axis2.description.AxisService.getWSDL(AxisService.java:1007)
>         at org.apache.axis2.description.AxisService.printWSDL(AxisService.java:857)
>         at org.apache.axis2.transport.http.HTTPWorker.service(HTTPWorker.java:121)
>         at org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:275)
>         at org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:184)
>         at org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:74)
>         at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665)
>         at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690)
>         at java.lang.Thread.run(Thread.java:595)
> Caused by: java.lang.NullPointerException
>         at org.apache.axis2.util.WSDLSerializationUtil.getPrefix(WSDLSerializationUtil.java:54)
>         at org.apache.axis2.description.AxisService2OM.generateOM(AxisService2OM.java:136)
>         at org.apache.axis2.dataretrieval.WSDLDataLocator.outputInlineForm(WSDLDataLocator.java:132)
> Steps to reproduce:
> =================
> 1. Deploy the attached service
> 2. Enter ?wsdl (http://localhost:8080/axis2/services/newechoService?wsdl)

-- 
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-2763) ?wsdl throws org.apache.axis2.dataretrieval.DataRetrievalException for the attached service

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

Davanum Srinivas resolved AXIS2-2763.
-------------------------------------

    Resolution: Fixed

Charitha,

Did you see the log in the console?
INFO: The Service newechoService does not specify a Service Class

it means that there is a problem with your services.xml. in this specific instance,  you have

	<parameter name="serviceClass">newechoService</parameter>

please change it to

	<parameter name="ServiceClass">newechoService</parameter>

thanks,
dims

> ?wsdl throws org.apache.axis2.dataretrieval.DataRetrievalException for the attached service
> -------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-2763
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2763
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: wsdl
>    Affects Versions: 1.2
>         Environment: winxp, jdk15
>            Reporter: Charitha Kankanamge
>         Attachments: newechoService.aar
>
>
> I'm getting org.apache.axis2.dataretrieval.DataRetrievalException when ?wsdl is issued for the attached service archive. 
> INFO: getData request failed for dialect, http://schemas.xmlsoap.org/wsdl/
> org.apache.axis2.dataretrieval.DataRetrievalException
>         at org.apache.axis2.dataretrieval.WSDLDataLocator.outputInlineForm(WSDLDataLocator.java:136)
>         at org.apache.axis2.dataretrieval.WSDLDataLocator.getData(WSDLDataLocator.java:71)
>         at org.apache.axis2.dataretrieval.AxisDataLocatorImpl.getData(AxisDataLocatorImpl.java:77)
>         at org.apache.axis2.description.AxisService.getData(AxisService.java:2143)
>         at org.apache.axis2.description.AxisService.getWSDL(AxisService.java:1007)
>         at org.apache.axis2.description.AxisService.printWSDL(AxisService.java:857)
>         at org.apache.axis2.transport.http.HTTPWorker.service(HTTPWorker.java:121)
>         at org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:275)
>         at org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:184)
>         at org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:74)
>         at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665)
>         at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690)
>         at java.lang.Thread.run(Thread.java:595)
> Caused by: java.lang.NullPointerException
>         at org.apache.axis2.util.WSDLSerializationUtil.getPrefix(WSDLSerializationUtil.java:54)
>         at org.apache.axis2.description.AxisService2OM.generateOM(AxisService2OM.java:136)
>         at org.apache.axis2.dataretrieval.WSDLDataLocator.outputInlineForm(WSDLDataLocator.java:132)
> Steps to reproduce:
> =================
> 1. Deploy the attached service
> 2. Enter ?wsdl (http://localhost:8080/axis2/services/newechoService?wsdl)

-- 
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] Closed: (AXIS2-2763) ?wsdl throws org.apache.axis2.dataretrieval.DataRetrievalException for the attached service

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

Charitha Kankanamge closed AXIS2-2763.
--------------------------------------


Closed the bug. Sorry for the mistake

regards
Charitha 

> ?wsdl throws org.apache.axis2.dataretrieval.DataRetrievalException for the attached service
> -------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-2763
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2763
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: wsdl
>    Affects Versions: 1.2
>         Environment: winxp, jdk15
>            Reporter: Charitha Kankanamge
>         Attachments: newechoService.aar
>
>
> I'm getting org.apache.axis2.dataretrieval.DataRetrievalException when ?wsdl is issued for the attached service archive. 
> INFO: getData request failed for dialect, http://schemas.xmlsoap.org/wsdl/
> org.apache.axis2.dataretrieval.DataRetrievalException
>         at org.apache.axis2.dataretrieval.WSDLDataLocator.outputInlineForm(WSDLDataLocator.java:136)
>         at org.apache.axis2.dataretrieval.WSDLDataLocator.getData(WSDLDataLocator.java:71)
>         at org.apache.axis2.dataretrieval.AxisDataLocatorImpl.getData(AxisDataLocatorImpl.java:77)
>         at org.apache.axis2.description.AxisService.getData(AxisService.java:2143)
>         at org.apache.axis2.description.AxisService.getWSDL(AxisService.java:1007)
>         at org.apache.axis2.description.AxisService.printWSDL(AxisService.java:857)
>         at org.apache.axis2.transport.http.HTTPWorker.service(HTTPWorker.java:121)
>         at org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:275)
>         at org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:184)
>         at org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:74)
>         at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665)
>         at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690)
>         at java.lang.Thread.run(Thread.java:595)
> Caused by: java.lang.NullPointerException
>         at org.apache.axis2.util.WSDLSerializationUtil.getPrefix(WSDLSerializationUtil.java:54)
>         at org.apache.axis2.description.AxisService2OM.generateOM(AxisService2OM.java:136)
>         at org.apache.axis2.dataretrieval.WSDLDataLocator.outputInlineForm(WSDLDataLocator.java:132)
> Steps to reproduce:
> =================
> 1. Deploy the attached service
> 2. Enter ?wsdl (http://localhost:8080/axis2/services/newechoService?wsdl)

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