Avatar of prsubject
prsubject
Flag for India asked on

Failure while Precompiling JSPs: weblogic.servlet.jsp.CompilationException weblogic 11

My JSP's are not compiling. I am in a tight situation. Desperately need help. Someone please help.
Java EEApplication ServersJSP

Avatar of undefined
Last Comment
Gurvinder Pal Singh

8/22/2022 - Mon
Gurvinder Pal Singh

what is compilation error that it throws?
prsubject

ASKER
<Nov 15, 2010 11:45:41 AM EST> <Warning> <HTTP> <BEA-101212> <CustomerConnectWLS10:CustomerConnect Failure while Precompiling JSPs: weblogic.servlet.jsp.CompilationException: accountrequest.jsp:3:18: The type org.apache.commons.logging.Log cannot be resolved. It is indirectly referenced from required .class files
<%@ page import="com.genevarx.framework.servlets.PresentationServlet" %>
prsubject

ASKER
It is weblogic 11
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck
prsubject

ASKER
It was working on friday evening. Now tomorrow I need to show the results.
ASKER CERTIFIED SOLUTION
Gurvinder Pal Singh

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
prsubject

ASKER
I am using weblogic
prsubject

ASKER
Log4j is in the build path of all the modules. I have totally 10 modules.
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
SOLUTION
Gurvinder Pal Singh

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
prsubject

ASKER
In that case how would I compile the JSP's
Gurvinder Pal Singh

it would be compiled first time they will be requested by any client
prsubject

ASKER
I am finding n number of weblogic.xml The following three are in the server folder. I am pasting their locations. Please tell me which one you want me to update. I feel the one in bold applies. Let me open and see.

C:\bea\wlserver_10.3\server\lib\consoleapp\webapp\WEB-INF\weblogic.xml

C:\bea\wlserver_10.3\server\lib\consoleapp\consolehelp\WEB-INF\weblogic.xml

C:\bea\wlserver_10.3\server\lib\consoleapp\help\WEB-INF\weblogic.xml
All of life is about relationships, and EE has made a viirtual community a real community. It lifts everyone's boat
William Peck
prsubject

ASKER
The jsp descriptor says. Do you want me to comment this whole thing and replace with the one below given in the url

  <jsp-descriptor>
    <keepgenerated>false</keepgenerated>
    <page-check-seconds>-1</page-check-seconds>
    <verbose>true</verbose>
    <debug>true</debug>
  </jsp-descriptor>

<jsp-descriptor>
      <jsp-param>
            <param-name>precompile</param-name>
            <param-value>false</param-value>
      </jsp-param>

      <jsp-param>
            <param-name>pageCheckSeconds</param-name>
            <param-value>30</param-value>
      </jsp-param>
</jsp-descriptor>
Gurvinder Pal Singh

not sure, try with the one given in url first.