java.lang.NoClassDefFoundError:com / sun / tools / javac / Main SOAP UI

时间:2015-07-16 14:07:00

标签: java web-services

我正在尝试通过SOAP UI使用Web服务,我收到此错误:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
   <soapenv:Body>
      <soapenv:Fault>
         <faultcode>soapenv:Server</faultcode>
         <faultstring>java.lang.NoClassDefFoundError: com/sun/tools/javac/Main</faultstring>
         <detail/>
      </soapenv:Fault>
   </soapenv:Body>
</soapenv:Envelope>

我在本地tomcat上运行webservices。 Tomcat 7运行Java 1.6。这些服务是用Java 1.6编译的。网络服务似乎在线,我能够找到列出可用服务的网址。但是,当我运行我的肥皂请求时,我得到上面的错误。该请求有效。任何人都知道这里发生了什么?

1 个答案:

答案 0 :(得分:0)

根据错误:您的服务器缺少课程com.sun.tools.javac.Main