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 bu...@apache.org on 2003/01/02 20:28:29 UTC

DO NOT REPLY [Bug 15765] New: - re: Incorrect error message thrown. Complaint of lack of method syncronization

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15765>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15765

re: Incorrect error message thrown. Complaint of lack of method syncronization

           Summary: re: Incorrect error message thrown. Complaint of lack of
                    method syncronization
           Product: Axis
           Version: current (nightly)
          Platform: Sun
               URL: http://alina.acomp.usf.edu:8080/axis/services/AxisLMSSer
                    ver?WSDL
        OS/Version: Solaris
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: WSDL processing
        AssignedTo: axis-dev@xml.apache.org
        ReportedBy: james@usf.edu


Hello,
  I built my jar files from the CVS source this morning, and now have this 
error, which I am assuming is a bug.
AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
 faultSubcode: 
 faultString: org.apache.axis.InternalException: java.lang.Exception: The 
OperationDesc for deassignItem was not synchronized to a method of 
edu.usf.acomp.axis.AxisLMSServerSoapBindingImpl.
 faultActor: null
 faultNode: null
 faultDetail: 
	{http://xml.apache.org/axis/}stackTrace: 
org.apache.axis.InternalException: java.lang.Exception: The OperationDesc for 
deassignItem was not synchronized to a method of 
edu.usf.acomp.axis.AxisLMSServerSoapBindingImpl.
	at org.apache.axis.description.ServiceDesc.syncOperationToClass
(ServiceDesc.java:723)
	at org.apache.axis.description.ServiceDesc.getSyncedOperationsForName
(ServiceDesc.java:977)
	at 
org.apache.axis.description.ServiceDesc.loadServiceDescByIntrospectionRecursive
(ServiceDesc.java:853)
	at 
org.apache.axis.description.ServiceDesc.loadServiceDescByIntrospection
(ServiceDesc.java:820)
	at 
org.apache.axis.description.ServiceDesc.loadServiceDescByIntrospection
(ServiceDesc.java:770)
	at org.apache.axis.description.ServiceDesc.getOperations
(ServiceDesc.java:380)
	at org.apache.axis.wsdl.fromJava.Emitter.writePortType(Emitter.java:791)
	at org.apache.axis.wsdl.fromJava.Emitter.getWSDL(Emitter.java:383)
	at org.apache.axis.wsdl.fromJava.Emitter.emit(Emitter.java:262)
	at org.apache.axis.providers.java.JavaProvider.generateWSDL
(JavaProvider.java:475)
.
.
.


  I will attach the wsdl file that was used, and the implementation file. This 
may have been caused by fixing bug 13146.