-
java.io.FileNotFoundException: no resource '/servlet/ (JBuilder7 and Weblogic7)
Hi!
I have been trying to make jBuilder7 Enterprise and WebLogic 7 Enterprise
work together for many days with no success.
My problem is actually identical to one issue recently posted on this user
group:
From: CMPUser (cmpuser2000@yahoo.com)
Subject: Re: JB7+WL7 :Fail to run EJB and JSP in the same project
Date: 2002-09-20 10:40:48 PST
http://groups.google.com/groups?hl=e...ps.borland.com
All I am trying to do is to use the Wizard to build a very simple Servlet.
I am following the intructions described in
the following document:
http://bdn.borland.com/article/image...bweblogic.pdf.
Once the project is created, I get the following error message when I try
to run it:
...
<Oct 13, 2002 6:42:48 PM EDT> <Notice> <WebLogicServer> <000331> <Started
WebLogic Admin
Server "myserver" for domain "mydomain" running in Development Mode>
<Oct 13, 2002 6:42:49 PM EDT> <Error> <HTTP> <101018>
<[ServletContext(id=824316,name=JBuilder_DefaultWebApp,context-path=)] Servlet
failed with ServletException javax.servlet.UnavailableException:
ServletContext(id=824316,name=JBuilder_DefaultWebApp,context-path=):
The server myserver is temporarily suspended
...
java.io.FileNotFoundException: no resource '/servlet/borland.demo.web.TestServlet'
...
Apparently WebLogic can not find the generated Servelet. Remember: all I
am trying to do is run a Servlet generated by
the JBuilder wizard. Nothing else!
In my attempt to resolve the problem I tried moving the java file within
the same directory as the .shtml file. I also
changed the Servlet section of the
.shtml from:
<servlet
codebase=""
code="borland.demo.web.TestServlet.class"
>
to
<servlet
codebase=""
code="TestServlet.class"
>
I still get an error but the error message has changed. Unfortunatelly the
exception message does not provide much
insight into the cause of the problem. All
I know is that I get an servlet.UnavailableException:
<[ServletContext(id=4211180,name=JBuilder_DefaultWebApp,context-path=)]
Servlet failed with
ServletExceptionjavax.servlet.UnavailableException:
ServletContext(id=4211180,name=JBuilder_DefaultWebApp,context-path=): The
server myserver is temporarily
suspended at
weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:307 7)
at
weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2544)
at
weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:153) at
weblogic.kernel.ExecuteThread.run(ExecuteThread.java:134)>
Could someone please help me solve this? What should I look for? How do I
go about resolving this?
I thank you in advan
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks