Can't deploy : No source code is available for type javax.servlet.http.HttpServlet

185 views
Skip to first unread message

Baptiste Lafontaine

unread,
Dec 7, 2011, 5:09:25 PM12/7/11
to google-a...@googlegroups.com
Hello,

I have a little projet that is composed of a single Servlet.

It's working fine on localhost, but when I want to deploy I get the following errors : 
   Validating newly compiled units
      Ignored 1 unit with compilation errors in first pass.
Compile with -strict or with -logLevel set to TRACE or DEBUG to see all errors.
   Finding entry point classes
      [ERROR] Errors in 'file:/C:/Users/magnetik/git/semola-rdf/org.magnetik/src/org/magnetik/semola/client/RDFServlet.java'
         [ERROR] Line 13: No source code is available for type javax.servlet.http.HttpServlet; did you forget to inherit a required module?
         [ERROR] Line 16: No source code is available for type javax.servlet.http.HttpServletRequest; did you forget to inherit a required module?
         [ERROR] Line 16: No source code is available for type javax.servlet.http.HttpServletResponse; did you forget to inherit a required module?
         [ERROR] Line 25: No source code is available for type com.hp.hpl.jena.rdf.model.Model; did you forget to inherit a required module?
         [ERROR] Line 25: No source code is available for type com.hp.hpl.jena.rdf.model.ModelFactory; did you forget to inherit a required module?
         [ERROR] Line 37: No source code is available for type java.io.ByteArrayInputStream; did you forget to inherit a required module?
      [ERROR] Unable to find type 'org.magnetik.semola.client.RDFServlet'
         [ERROR] Hint: Previous compiler errors may have made this type unavailable
         [ERROR] Hint: Check the inheritance chain from your module; it may not be inheriting a required module or a module may not be adding its source path entries properly




Here are the files :
src/org/magnetik/semola/client/RDFServlet.java : http://pastebin.com/mARFWJ1d
src/org/magnetik/semola/Org_magnetik.gwt.xml : http://pastebin.com/Vei545K2

Ask me if you need any additional informations.

Thanks
Reply all
Reply to author
Forward
0 new messages