Home > Back-end >  Jdk1.8 springboot webservice interface and abnormal project called a third party
Jdk1.8 springboot webservice interface and abnormal project called a third party

Time:02-21

The Exception in the thread "main" Java. Lang. NoSuchMethodError: org.apache.ws.com mons. Schema. XmlSchemaComplexType. GetAttributes () Lorg/apache/ws/Commons/schema/XmlSchemaObjectCollection;
The at org. Codehaus. Client. Wsdl11. Parser. WSDLServiceBuilder. HasAttributes (WSDLServiceBuilder. Java: 662)
The at org. Codehaus. Client. Wsdl11. Parser. WSDLServiceBuilder. IsWrapped (WSDLServiceBuilder. Java: 582)
The at org. Codehaus. Client. Wsdl11. Parser. WSDLServiceBuilder. Visit (WSDLServiceBuilder. Java: 392)
The at org. Codehaus. Client. Wsdl11. Parser. WSDLServiceBuilder. Build (WSDLServiceBuilder. Java: 195)
At org. Codehaus. Client. Client. Client. InitFromDefinition (264). The client Java:
At org. Codehaus. Client. Client. Client. & lt; Init> (Client. Java: 236)
At org. Codehaus. Client. Client. Client. & lt; Init> (Client. Java: 246)
At com. Sgai. MCP. Meuns. Controller. GetOADealFile. Main (88) GetOADealFile. Java:

This exception myself on the Internet a lot of jars conflict, I also try to rule out or not,


Bosses look what problem

CodePudding user response:

Bosses look the anomaly above is what circumstance?

CodePudding user response:

Java. Lang. NoSuchMethodError: org.apache.ws.com mons. Schema. XmlSchemaComplexType. GetAttributes ()
Is to call XmlSchemaComplexType. GetAttributes () found that there is no this method, it is possible that the jar package conflict, there are other jar package covers the class
May also be outer code lead wrong bags?
  • Related