• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JDK 1.7 is not compiling jws file into class file

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have written a jws file and placed it in tomcat6 axis. While calling this jws file from the browser (http://localhost:8080/axis/example.jws) , the class file was created in the folder jwsclasses which is generated by AxisServlet.
Recently i upgraded my java version from 1.6 to 1.7 and tomcat6 to tomcat7. After that the class files were not created automatically. The following error is coming, when we tried to access that jws file from the browser.

Sorry, something seems to have gone wrong... here are the details:

Fault - Error while compiling: /usr/local/tomcat/apache-tomcat-7.0.26/webapps/axis/WEB-INF/jwsClasses/Example.java

AxisFault
faultCode: {http://xml.apache.org/axis/}Server.compileError
faultSubcode:
faultString: Error while compiling: /usr/local/tomcat/apache-tomcat-7.0.26/webapps/axis/WEB-INF/jwsClasses/Example.java
faultActor:
faultNode:
faultDetail:
{}Errors:Error compiling /usr/local/tomcat/apache-tomcat-7.0.26/webapps/axis/WEB-INF/jwsClasses/Example.java:
Line 1, column -1: cannot access java.io.BufferedReader
Line 0, column 0:
1 error

It would be great, if any valid suggestions for solving this problem. thanks in advance.
 
reply
    Bookmark Topic Watch Topic
  • New Topic