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 "Federica Ciotti (JIRA)" <ji...@apache.org> on 2007/03/08 18:22:24 UTC

[jira] Created: (AXIS2-2302) java.lang.RuntimeException: Can not serialize OM Element Envelope

java.lang.RuntimeException: Can not serialize OM Element Envelope
-----------------------------------------------------------------

                 Key: AXIS2-2302
                 URL: https://issues.apache.org/jira/browse/AXIS2-2302
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: databinding
    Affects Versions: 1.1.1
         Environment: Linux Fedora fc5, tomcat 6.0.7, java1.5.0_11, Axis2 1.1.1
            Reporter: Federica Ciotti


Generated stub class from wsdl with xmlbeans, I'm able to call the get_authToken method and
I get "Can not serialize OM Element Envelope" exception when the object returned by the save_business calling is a not empty object.

I tried to run this method on the server side, calling the skeleton method directly and everything is fine...

     [java] Mar 8, 2007 6:10:17 PM org.apache.axis2.deployment.DeploymentEngine doDeploy
     [java] INFO: Deploying module : addressing-1.1.1
     [java] Publish client - Client class generated with xmlbeans
     [java] authToken:E3B38370-CD97-11DB-BC6F-D4E858BD4935
     [java] 2.0
     [java] jUDDI.org
     [java] Mar 8, 2007 6:10:18 PM org.apache.axis2.deployment.DeploymentEngine doDeploy
     [java] INFO: Deploying module : addressing-1.1.1
     [java] org.apache.axis2.AxisFault: java.lang.RuntimeException: Can not serialize OM Element Envelope
     [java]     at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:271)
     [java]     at org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisOperation.java:202)
     [java]     at uddi_org.publication_v2.PublishSoapServiceStub.save_business(PublishSoapServiceStub.java:1836)
     [java]     at uddi_org.uddi_client.PublishClient.saveBusiness(PublishClient.java:130)
     [java]     at uddi_org.uddi_client.PublishClient.main(PublishClient.java:44)



-- 
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-2302) java.lang.RuntimeException: Can not serialize OM Element Envelope

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

Davanum Srinivas resolved AXIS2-2302.
-------------------------------------

    Resolution: Incomplete

> java.lang.RuntimeException: Can not serialize OM Element Envelope
> -----------------------------------------------------------------
>
>                 Key: AXIS2-2302
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2302
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: databinding
>    Affects Versions: 1.1.1
>         Environment: Linux Fedora fc5, tomcat 6.0.7, java1.5.0_11, Axis2 1.1.1
>            Reporter: Federica Ciotti
>            Assignee: Amila Chinthaka Suriarachchi
>            Priority: Blocker
>             Fix For: 1.3
>
>         Attachments: PublishClient.java
>
>
> Generated stub class from wsdl with xmlbeans, I'm able to call the get_authToken method and
> I get "Can not serialize OM Element Envelope" exception when the object returned by the save_business calling is a not empty object.
> I tried to run this method on the server side, calling the skeleton method directly and everything is fine...
>      [java] Mar 8, 2007 6:10:17 PM org.apache.axis2.deployment.DeploymentEngine doDeploy
>      [java] INFO: Deploying module : addressing-1.1.1
>      [java] Publish client - Client class generated with xmlbeans
>      [java] authToken:E3B38370-CD97-11DB-BC6F-D4E858BD4935
>      [java] 2.0
>      [java] jUDDI.org
>      [java] Mar 8, 2007 6:10:18 PM org.apache.axis2.deployment.DeploymentEngine doDeploy
>      [java] INFO: Deploying module : addressing-1.1.1
>      [java] org.apache.axis2.AxisFault: java.lang.RuntimeException: Can not serialize OM Element Envelope
>      [java]     at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:271)
>      [java]     at org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisOperation.java:202)
>      [java]     at uddi_org.publication_v2.PublishSoapServiceStub.save_business(PublishSoapServiceStub.java:1836)
>      [java]     at uddi_org.uddi_client.PublishClient.saveBusiness(PublishClient.java:130)
>      [java]     at uddi_org.uddi_client.PublishClient.main(PublishClient.java:44)

-- 
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] Commented: (AXIS2-2302) java.lang.RuntimeException: Can not serialize OM Element Envelope

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

Davanum Srinivas commented on AXIS2-2302:
-----------------------------------------

Please upload the wsdl and we will reopen the bug.

thanks,
dims

> java.lang.RuntimeException: Can not serialize OM Element Envelope
> -----------------------------------------------------------------
>
>                 Key: AXIS2-2302
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2302
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: databinding
>    Affects Versions: 1.1.1
>         Environment: Linux Fedora fc5, tomcat 6.0.7, java1.5.0_11, Axis2 1.1.1
>            Reporter: Federica Ciotti
>            Assignee: Amila Chinthaka Suriarachchi
>            Priority: Blocker
>             Fix For: 1.3
>
>         Attachments: PublishClient.java
>
>
> Generated stub class from wsdl with xmlbeans, I'm able to call the get_authToken method and
> I get "Can not serialize OM Element Envelope" exception when the object returned by the save_business calling is a not empty object.
> I tried to run this method on the server side, calling the skeleton method directly and everything is fine...
>      [java] Mar 8, 2007 6:10:17 PM org.apache.axis2.deployment.DeploymentEngine doDeploy
>      [java] INFO: Deploying module : addressing-1.1.1
>      [java] Publish client - Client class generated with xmlbeans
>      [java] authToken:E3B38370-CD97-11DB-BC6F-D4E858BD4935
>      [java] 2.0
>      [java] jUDDI.org
>      [java] Mar 8, 2007 6:10:18 PM org.apache.axis2.deployment.DeploymentEngine doDeploy
>      [java] INFO: Deploying module : addressing-1.1.1
>      [java] org.apache.axis2.AxisFault: java.lang.RuntimeException: Can not serialize OM Element Envelope
>      [java]     at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:271)
>      [java]     at org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisOperation.java:202)
>      [java]     at uddi_org.publication_v2.PublishSoapServiceStub.save_business(PublishSoapServiceStub.java:1836)
>      [java]     at uddi_org.uddi_client.PublishClient.saveBusiness(PublishClient.java:130)
>      [java]     at uddi_org.uddi_client.PublishClient.main(PublishClient.java:44)

-- 
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-2302) java.lang.RuntimeException: Can not serialize OM Element Envelope

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

Federica Ciotti updated AXIS2-2302:
-----------------------------------

    Attachment: PublishClient.java

> java.lang.RuntimeException: Can not serialize OM Element Envelope
> -----------------------------------------------------------------
>
>                 Key: AXIS2-2302
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2302
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: databinding
>    Affects Versions: 1.1.1
>         Environment: Linux Fedora fc5, tomcat 6.0.7, java1.5.0_11, Axis2 1.1.1
>            Reporter: Federica Ciotti
>         Attachments: PublishClient.java
>
>
> Generated stub class from wsdl with xmlbeans, I'm able to call the get_authToken method and
> I get "Can not serialize OM Element Envelope" exception when the object returned by the save_business calling is a not empty object.
> I tried to run this method on the server side, calling the skeleton method directly and everything is fine...
>      [java] Mar 8, 2007 6:10:17 PM org.apache.axis2.deployment.DeploymentEngine doDeploy
>      [java] INFO: Deploying module : addressing-1.1.1
>      [java] Publish client - Client class generated with xmlbeans
>      [java] authToken:E3B38370-CD97-11DB-BC6F-D4E858BD4935
>      [java] 2.0
>      [java] jUDDI.org
>      [java] Mar 8, 2007 6:10:18 PM org.apache.axis2.deployment.DeploymentEngine doDeploy
>      [java] INFO: Deploying module : addressing-1.1.1
>      [java] org.apache.axis2.AxisFault: java.lang.RuntimeException: Can not serialize OM Element Envelope
>      [java]     at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:271)
>      [java]     at org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisOperation.java:202)
>      [java]     at uddi_org.publication_v2.PublishSoapServiceStub.save_business(PublishSoapServiceStub.java:1836)
>      [java]     at uddi_org.uddi_client.PublishClient.saveBusiness(PublishClient.java:130)
>      [java]     at uddi_org.uddi_client.PublishClient.main(PublishClient.java:44)

-- 
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] Commented: (AXIS2-2302) java.lang.RuntimeException: Can not serialize OM Element Envelope

Posted by "Amila Chinthaka Suriarachchi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-2302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12505348 ] 

Amila Chinthaka Suriarachchi commented on AXIS2-2302:
-----------------------------------------------------

can you please attach your wsdl and tell me the steps you followed to generate this exception. So that I can re produce the bug.

> java.lang.RuntimeException: Can not serialize OM Element Envelope
> -----------------------------------------------------------------
>
>                 Key: AXIS2-2302
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2302
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: databinding
>    Affects Versions: 1.1.1
>         Environment: Linux Fedora fc5, tomcat 6.0.7, java1.5.0_11, Axis2 1.1.1
>            Reporter: Federica Ciotti
>            Assignee: Amila Chinthaka Suriarachchi
>            Priority: Blocker
>         Attachments: PublishClient.java
>
>
> Generated stub class from wsdl with xmlbeans, I'm able to call the get_authToken method and
> I get "Can not serialize OM Element Envelope" exception when the object returned by the save_business calling is a not empty object.
> I tried to run this method on the server side, calling the skeleton method directly and everything is fine...
>      [java] Mar 8, 2007 6:10:17 PM org.apache.axis2.deployment.DeploymentEngine doDeploy
>      [java] INFO: Deploying module : addressing-1.1.1
>      [java] Publish client - Client class generated with xmlbeans
>      [java] authToken:E3B38370-CD97-11DB-BC6F-D4E858BD4935
>      [java] 2.0
>      [java] jUDDI.org
>      [java] Mar 8, 2007 6:10:18 PM org.apache.axis2.deployment.DeploymentEngine doDeploy
>      [java] INFO: Deploying module : addressing-1.1.1
>      [java] org.apache.axis2.AxisFault: java.lang.RuntimeException: Can not serialize OM Element Envelope
>      [java]     at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:271)
>      [java]     at org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisOperation.java:202)
>      [java]     at uddi_org.publication_v2.PublishSoapServiceStub.save_business(PublishSoapServiceStub.java:1836)
>      [java]     at uddi_org.uddi_client.PublishClient.saveBusiness(PublishClient.java:130)
>      [java]     at uddi_org.uddi_client.PublishClient.main(PublishClient.java:44)

-- 
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-2302) java.lang.RuntimeException: Can not serialize OM Element Envelope

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

Deepal Jayasinghe updated AXIS2-2302:
-------------------------------------

    Priority: Blocker  (was: Major)

> java.lang.RuntimeException: Can not serialize OM Element Envelope
> -----------------------------------------------------------------
>
>                 Key: AXIS2-2302
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2302
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: databinding
>    Affects Versions: 1.1.1
>         Environment: Linux Fedora fc5, tomcat 6.0.7, java1.5.0_11, Axis2 1.1.1
>            Reporter: Federica Ciotti
>            Assignee: Amila Chinthaka Suriarachchi
>            Priority: Blocker
>         Attachments: PublishClient.java
>
>
> Generated stub class from wsdl with xmlbeans, I'm able to call the get_authToken method and
> I get "Can not serialize OM Element Envelope" exception when the object returned by the save_business calling is a not empty object.
> I tried to run this method on the server side, calling the skeleton method directly and everything is fine...
>      [java] Mar 8, 2007 6:10:17 PM org.apache.axis2.deployment.DeploymentEngine doDeploy
>      [java] INFO: Deploying module : addressing-1.1.1
>      [java] Publish client - Client class generated with xmlbeans
>      [java] authToken:E3B38370-CD97-11DB-BC6F-D4E858BD4935
>      [java] 2.0
>      [java] jUDDI.org
>      [java] Mar 8, 2007 6:10:18 PM org.apache.axis2.deployment.DeploymentEngine doDeploy
>      [java] INFO: Deploying module : addressing-1.1.1
>      [java] org.apache.axis2.AxisFault: java.lang.RuntimeException: Can not serialize OM Element Envelope
>      [java]     at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:271)
>      [java]     at org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisOperation.java:202)
>      [java]     at uddi_org.publication_v2.PublishSoapServiceStub.save_business(PublishSoapServiceStub.java:1836)
>      [java]     at uddi_org.uddi_client.PublishClient.saveBusiness(PublishClient.java:130)
>      [java]     at uddi_org.uddi_client.PublishClient.main(PublishClient.java:44)

-- 
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] Assigned: (AXIS2-2302) java.lang.RuntimeException: Can not serialize OM Element Envelope

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

Deepal Jayasinghe reassigned AXIS2-2302:
----------------------------------------

    Assignee: Amila Chinthaka Suriarachchi

> java.lang.RuntimeException: Can not serialize OM Element Envelope
> -----------------------------------------------------------------
>
>                 Key: AXIS2-2302
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2302
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: databinding
>    Affects Versions: 1.1.1
>         Environment: Linux Fedora fc5, tomcat 6.0.7, java1.5.0_11, Axis2 1.1.1
>            Reporter: Federica Ciotti
>         Assigned To: Amila Chinthaka Suriarachchi
>         Attachments: PublishClient.java
>
>
> Generated stub class from wsdl with xmlbeans, I'm able to call the get_authToken method and
> I get "Can not serialize OM Element Envelope" exception when the object returned by the save_business calling is a not empty object.
> I tried to run this method on the server side, calling the skeleton method directly and everything is fine...
>      [java] Mar 8, 2007 6:10:17 PM org.apache.axis2.deployment.DeploymentEngine doDeploy
>      [java] INFO: Deploying module : addressing-1.1.1
>      [java] Publish client - Client class generated with xmlbeans
>      [java] authToken:E3B38370-CD97-11DB-BC6F-D4E858BD4935
>      [java] 2.0
>      [java] jUDDI.org
>      [java] Mar 8, 2007 6:10:18 PM org.apache.axis2.deployment.DeploymentEngine doDeploy
>      [java] INFO: Deploying module : addressing-1.1.1
>      [java] org.apache.axis2.AxisFault: java.lang.RuntimeException: Can not serialize OM Element Envelope
>      [java]     at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:271)
>      [java]     at org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisOperation.java:202)
>      [java]     at uddi_org.publication_v2.PublishSoapServiceStub.save_business(PublishSoapServiceStub.java:1836)
>      [java]     at uddi_org.uddi_client.PublishClient.saveBusiness(PublishClient.java:130)
>      [java]     at uddi_org.uddi_client.PublishClient.main(PublishClient.java:44)

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