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/10/11 17:17:51 UTC

[jira] Created: (AXIS-1600) old-problem existing in axis-1_2RC1

Message:

  A new issue has been created in JIRA.

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXIS-1600
    Summary: old-problem existing in axis-1_2RC1
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: Axis
 Components: 
             WSDL processing
   Versions:
             beta-2

   Assignee: 
   Reporter: henry lu

    Created: Mon, 11 Oct 2004 8:17 AM
    Updated: Mon, 11 Oct 2004 8:17 AM
Environment: Windos,java 1.4.2,tomcat5.0.25

Description:
for the inferface implementation of:

package ws.Echo;

public class EchoImpl implements ws.Echo.Echo{
    public java.lang.String echoString(java.lang.String in0) throws java.rmi.RemoteException {
        return in0;
    }

    public java.lang.String echoString_double(java.lang.String in0, java.lang.String in1) throws java.rmi.RemoteException {
        return in0+in1;
    }

}

I got following back:

10 for echoString("10"); 
10null for echoString_double("10","11");

and when restarted tomcat werver, I go t the following errors:


.0.25\webapps\axis
- IOException while loading persisted sessions: java.io.WriteAbortedException: w
riting aborted; java.io.NotSerializableException: ws.Echo.EchoImpl
java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException
: ws.Echo.EchoImpl
        at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1278)
        at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:18
45)
        at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1769)

        at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1
646)
        at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1274)
        at java.io.ObjectInputStream.readObject(ObjectInputStream.java:324)
        at org.apache.catalina.session.StandardSession.readObject(StandardSessio
n.java:1338)
        at org.apache.catalina.session.StandardSession.readObjectData(StandardSe
ssion.java:882)
        at org.apache.catalina.session.StandardManager.doLoad(StandardManager.ja

-Henry



---------------------------------------------------------------------
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] Resolved: (AXIS-1600) old-problem existing in axis-1_2RC1

Posted by "Davanum Srinivas (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS-1600?page=all ]
     
Davanum Srinivas resolved AXIS-1600:
------------------------------------

    Resolution: Cannot Reproduce

can't reproduce the problem. please upload a test case.

thanks,
dims

> old-problem existing in axis-1_2RC1
> -----------------------------------
>
>          Key: AXIS-1600
>          URL: http://issues.apache.org/jira/browse/AXIS-1600
>      Project: Axis
>         Type: Bug
>   Components: WSDL processing
>     Versions: beta-2
>  Environment: Windos,java 1.4.2,tomcat5.0.25
>     Reporter: henry lu

>
> for the inferface implementation of:
> package ws.Echo;
> public class EchoImpl implements ws.Echo.Echo{
>     public java.lang.String echoString(java.lang.String in0) throws java.rmi.RemoteException {
>         return in0;
>     }
>     public java.lang.String echoString_double(java.lang.String in0, java.lang.String in1) throws java.rmi.RemoteException {
>         return in0+in1;
>     }
> }
> I got following back:
> 10 for echoString("10"); 
> 10null for echoString_double("10","11");
> and when restarted tomcat werver, I go t the following errors:
> .0.25\webapps\axis
> - IOException while loading persisted sessions: java.io.WriteAbortedException: w
> riting aborted; java.io.NotSerializableException: ws.Echo.EchoImpl
> java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException
> : ws.Echo.EchoImpl
>         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1278)
>         at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:18
> 45)
>         at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1769)
>         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1
> 646)
>         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1274)
>         at java.io.ObjectInputStream.readObject(ObjectInputStream.java:324)
>         at org.apache.catalina.session.StandardSession.readObject(StandardSessio
> n.java:1338)
>         at org.apache.catalina.session.StandardSession.readObjectData(StandardSe
> ssion.java:882)
>         at org.apache.catalina.session.StandardManager.doLoad(StandardManager.ja
> -Henry

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira