Google Gruppi non supporta più i nuovi post o le nuove iscrizioni Usenet. I contenuti storici continuano a essere visibili.

Servlet failed with Exception java.lang.LinkageError: Class javax/servlet/ServletConfig

0 visualizzazioni
Passa al primo messaggio da leggere

KC

da leggere,
1 mag 2001, 16:15:2601/05/01
a

Hi
I registered a web app with Weblogic 5.1 in the weblogic.properties file. I try
to run the web app from my browser typing http://localhost:7001/xxx(Webapp name)
and a jsp page. Following is the error I get. It would be helpful if some one
could point me to a fix for this problem

Tue May 01 13:56:41 CDT 2001:<I> <ServletContext-omxclient> Generated java file:
D:\weblogic\myserver\omxclient\_tmp_war\jsp_servlet\_omx\_login.java
Tue May 01 13:56:43 CDT 2001:<E> <ServletContext-omxclient> Servlet failed with
Exception
java.lang.LinkageError: Class javax/servlet/ServletConfig violates loader constr
aints
at jsp_servlet._omx._login._jspService(_login.java:59)
at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
pl.java:105)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
pl.java:123)
at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
textImpl.java:742)
at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
textImpl.java:686)
at weblogic.servlet.internal.ServletContextManager.invokeServlet(Servlet
ContextManager.java:247)
at weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.jav
a:361)
at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:261)

at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)


mreiche

da leggere,
1 mag 2001, 16:54:2901/05/01
a

I would guess that login.jsp is a very large JSP and that
the generated service method is too large for the classloader's
liking. Try making it smaller.

Mike

KC

da leggere,
1 mag 2001, 17:15:1001/05/01
a

Hi Mike
The login.jsp page just contains a javascript function and two text boxes in it.
Will try making changing it. If that is not the issue could you let me know of
any other issues.

mreiche

da leggere,
1 mag 2001, 19:10:0401/05/01
a

Sorry, I didn't look very closely - the exception is for
javax.servlet.ServletConfig - should be in weblogicaux.jar.
Is there anything wrong with it? What service pack are you
using? Could be a problem with weblogic.policy.

mike


>>java.lang.LinkageError: Class javax/servlet/ServletConfig

0 nuovi messaggi