JSP Compile Woes

Hi All;
          I am using WLS 5.1 sp9/10 on a RH6.2 Box. I have a WAR application, and I
          get strangeness. When sp9 is in use, one of my JSPs fails to load and I
          don't know why. The JSP works fine in DEV, but in PRD I get the stack trace
          (below). I checked everywhere (logs, stdout, stderr) for some type of
          failure. Nothing. I noticed that mailto:[email protected] was having this
          problem on 20 Sep 2001, but there are no responses. So, I tried sp10 and
          using JSP precompilation, but it appears that JSP precompilation is broken
          when I install SP10. Apparently, [email protected] was having
          this problem on 21 Aug 2001, and there are no responses.
          Wed Sep 26 10:17:48 PDT 2001:<I> <WebAppServletContext-components> Generated
          java file:
          /opt/TiVoJava/intranet/WEB-INF/_tmp_war_components/jsp_servlet/_intranet/_ne
          wsflash/_checkLoggedIn.java
          Wed Sep 26 10:17:50 PDT 2001:<E> <WebAppServletContext-components> Error
          loading servlet: jsp_servlet._intranet._newsflash._checkLoggedIn
          java.lang.ClassNotFoundException:
          jsp_servlet._intranet._newsflash._checkLoggedIn
          at
          weblogic.utils.classloaders.GenericClassLoader.reallyLoadClass(GenericClassL
          oader.java:387)
          at
          weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.
          java:183)
          at
          weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.
          java:157)
          at
          weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.jav
          a:389)
          at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:228)
          at
          weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:20
          0)
          at
          weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
          :115)
          at
          weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
          l.java:915)
          at
          weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
          l.java:879)
          at
          weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContext
          Manager.java:269)
          at
          weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:365)
          at
          weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:253)
          at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
          What to do?
          Paul Rowe
          

          checkLoggedIn.jsp is under /intranet/newsflash/. right?
          so where do you put login.jsp?
          in your login.jsp, how do you call checkLoggedIn.jsp?
          "/intranet/newsflash/checkLoggedIn.jsp" or
          "intranet/newsflash/checkLoggedIn.jsp"
          you have to be careful with your path. relative or
          absolute.
          han
          "Paul Rowe" <[email protected]> wrote:
          >Also, these JSPs run file in my DEV environment.
          >
          >"Paul Rowe" <[email protected]> wrote in message
          >news:[email protected]...
          >> I don't know how to jspc a jsp file in a WAR file. Can you tell me?
          >>
          >> "Mike Reiche" <[email protected]> wrote in message
          >> news:[email protected]...
          >> >
          >> > Can you compile the resulting Java file on the command line?
          >> >
          >> > Mike
          >> >
          >> >
          >> > "Paul Rowe" <[email protected]> wrote:
          >> > >Hi All;
          >> > >
          >> > > I am using WLS 5.1 sp9/10 on a RH6.2 Box. I have a WAR application,
          >> > >and I
          >> > >get strangeness. When sp9 is in use, one of my JSPs fails to load
          >and
          >> > >I
          >> > >don't know why. The JSP works fine in DEV, but in PRD I get the
          >stack
          >> > >trace
          >> > >(below). I checked everywhere (logs, stdout, stderr) for some type
          >of
          >> > >failure. Nothing. I noticed that mailto:[email protected] was having
          >> > >this
          >> > >problem on 20 Sep 2001, but there are no responses. So, I tried
          >sp10
          >> > >and
          >> > >using JSP precompilation, but it appears that JSP precompilation
          >is
          >> broken
          >> > >when I install SP10. Apparently, [email protected]
          >was
          >> having
          >> > >this problem on 21 Aug 2001, and there are no responses.
          >> > >
          >> > >Wed Sep 26 10:17:48 PDT 2001:<I> <WebAppServletContext-components>
          >> Generated
          >> > >java file:
          >> >
          >>
          >>/opt/TiVoJava/intranet/WEB-INF/_tmp_war_components/jsp_servlet/_intranet/_n
          >> e
          >> > >wsflash/_checkLoggedIn.java
          >> > >Wed Sep 26 10:17:50 PDT 2001:<E> <WebAppServletContext-components>
          >Error
          >> > >loading servlet: jsp_servlet._intranet._newsflash._checkLoggedIn
          >> > >java.lang.ClassNotFoundException:
          >> > >jsp_servlet._intranet._newsflash._checkLoggedIn
          >> > > at
          >> >
          >>
          >>weblogic.utils.classloaders.GenericClassLoader.reallyLoadClass(GenericClass
          >> L
          >> > >oader.java:387)
          >> > > at
          >> >
          >>
          >>weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader
          >> .
          >> > >java:183)
          >> > > at
          >> >
          >>
          >>weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader
          >
          >> .
          >> > >java:157)
          >> > > at
          >> >
          >>
          >>weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.ja
          >> v
          >> > >a:389)
          >> > > at
          >weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:228)
          >> > > at
          >> >
          >>
          >>weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:2
          >> 0
          >> > >0)
          >> > > at
          >> >
          >>
          >>weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.jav
          >> a
          >> > >:115)
          >> > > at
          >> >
          >>
          >>weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextIm
          >> p
          >> > >l.java:915)
          >> > > at
          >> >
          >>
          >>weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextIm
          >> p
          >> > >l.java:879)
          >> > > at
          >> >
          >>
          >>weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContex
          >> t
          >> > >Manager.java:269)
          >> > > at
          >> >
          >>
          >>weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:365)
          >> > > at
          >> > >weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:253)
          >> > > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
          >> > >
          >> > >
          >> > >What to do?
          >> > >
          >> > >--
          >> > >--
          >> > >Paul Rowe
          >> > >
          >> > >
          >> >
          >>
          >>
          >
          >
          

Similar Messages

  • Re: [iPlanet-JATO] sp3 jsp compiler problem

    Weiguo,
    First, Matt is correct, the regular expression tool is perfect for general text
    substitution situations, and as a completely independent tool its use is not
    restricted to migration situations (or file types for that matter).
    Second, I sympathize with the unfortunate trouble you are experiencing due to
    Jasper's (perhaps more strict) compilation, but in what way did the iMT
    automated translation contribute to these inconsistencies that you cited?
    1. Changed the case of the tag attribute to be the same as what's
    defined in tld.
    example: changed OnClick to onClick
    The iMT does not generate any OnClick or onClick clauses per se. In a
    translation situation, the only way "OnClick" would have been introduced was if
    it had been part of the pre-existing project's "extraHTML" (which was written
    by the original customer and just passed through unchanged by the iMT) or if it
    was added manually by the post-migration developer.
    2. Removed attributes which are not defined in tld.
    example: escape attribute only defined in three tags
    but in some pages, it's used although it's not defined as an
    attribute
    of certain tags. The jasper compiler doesn't like it.Can you give soem examples? Is there a definite pattern? Again, this might be
    similar to the OnClick situation described above?
    3. In an end tag, there can't be any space.
    example: </content > doesn't work. </content> works.
    Again, the content tag would never have been generated by the iMT. There was no
    equivalent in the NetDynamics world, so any content tags in your code must have
    been introduced by your developers manually. Its a shame that jasper is so
    particular, but the iMT could not help you out here even if we wanted to. The
    constants that are used by the iMT are defined in
    com.iplanet.moko.jsp.convert.JspConversionConstants. From what I can see, the
    only situation of a closing tag with any space in it is
    public static final String CLOSE_EMPTY_ELEMENT = " />";
    But that should not cause the type of problem you are referring to.
    Mike
    ----- Original Message -----
    From: Matthew Stevens
    Sent: Thursday, September 06, 2001 10:16 AM
    Subject: RE: [iPlanet-JATO] sp3 jsp compiler problem
    Weiguo,
    Others will chime in for sure...I would highly recommend the Regex Tool from
    the iMT 1.1.1 for tackling this type of problem. Mike, Todd and myself have
    posted to the group (even recently) on directions and advantages of creating
    your own RULES (rules file) in XML for arbitary batch processing of source.
    matt
    -----Original Message-----
    From: weiguo.wang@b...
    [mailto:<a href="/group/SunONE-JATO/post?protectID=125056020108194190033029175101192165174144234026000079108238073194105057099246073154180137239239223019162">weiguo.wang@b...</a>]
    Sent: Thursday, September 06, 2001 12:25 PM
    Subject: [iPlanet-JATO] sp3 jsp compiler problem
    Matt/Mike/Todd,
    We are trying to migrate to sp3 right now, but have had a lot of
    issues with the new jasper compiler.
    The following workaround has been employed to solve the issues:
    1. Changed the case of the tag attribute to be the same as what's
    defined in tld.
    example: changed OnClick to onClick
    2. Removed attributes which are not defined in tld.
    example: escape attribute only defined in three tags
    but in some pages, it's used although it's not defined as an
    attribute
    of certain tags. The jasper compiler doesn't like it.
    3. In an end tag, there can't be any space.
    example: </content > doesn't work. </content> works.
    As I see it, we have two options to go about solving this problem:
    1. Write a script which will iterate through all the jsp files and
    call jspc on them. Fix the errors manually when jspc fails. Jspc will
    flag the line number where an error occurs.
    2. Write a utility which scans the jsp files and fix the errors when
    they are encountered. We should define what's an error and how to
    correct it. It's best if we combine this with solution 1 since we
    might miss an error condition.
    Actually, there might be another option, which is seeking help from
    you guys since you have better understanding of JATO and iAS. Can you
    do anything to help us?
    We would be happy to hear your thoughts.
    At last, I would like to suggest modifying the moko tool so that
    these rules are enforced and the generated JSPs work with the new
    compiler. This is for the benefit of any new migration projects.
    Thanks a lot.
    Weiguo
    [email protected]
    Choose from 1000s of job listings!
    [email protected]
    [Non-text portions of this message have been removed]

    Thanks a lot Matt and Mike for your prompt replies.
    I agree completely that iMT doesn't introduce the inconsistencies.
    About the three cases I mentioned, the third one happens only in
    manually created JSPs. So it has nothing to do with iMT. The first
    two are mainly due to the existing HTML code, as you rightly pointed
    out.
    The reason I made the suggestion is since we know that case 1 and 2
    won't pass the japser compiler in sp3, we have to do something about
    it. The best place to do this, in my mind, is iMT. Of course, there
    might be some twists that make it impossible or difficult to do this
    kind of case manipulation or attribute discard.
    Weiguo
    --- In iPlanet-JATO@y..., "Mike Frisino" <Michael.Frisino@S...> wrote:
    Weiguo,
    First, Matt is correct, the regular expression tool is perfect for general text substitution situations, and as a completely independent
    tool its use is not restricted to migration situations (or file types
    for that matter).
    >
    Second, I sympathize with the unfortunate trouble you are experiencing due to Jasper's (perhaps more strict) compilation, but
    in what way did the iMT automated translation contribute to these
    inconsistencies that you cited?
    >
    1. Changed the case of the tag attribute to be the same as what's
    defined in tld.
    example: changed OnClick to onClick
    The iMT does not generate any OnClick or onClick clauses per se. In a translation situation, the only way "OnClick" would have been
    introduced was if it had been part of the pre-existing
    project's "extraHTML" (which was written by the original customer and
    just passed through unchanged by the iMT) or if it was added manually
    by the post-migration developer.
    >
    2. Removed attributes which are not defined in tld.
    example: escape attribute only defined in three tags
    but in some pages, it's used although it's not defined as an
    attribute
    of certain tags. The jasper compiler doesn't like it.Can you give soem examples? Is there a definite pattern? Again, this might be similar to the OnClick situation described above?
    >
    >
    3. In an end tag, there can't be any space.
    example: </content > doesn't work. </content> works.
    Again, the content tag would never have been generated by the iMT. There was no equivalent in the NetDynamics world, so any content tags
    in your code must have been introduced by your developers manually.
    Its a shame that jasper is so particular, but the iMT could not help
    you out here even if we wanted to. The constants that are used by the
    iMT are defined in
    com.iplanet.moko.jsp.convert.JspConversionConstants. From what I can
    see, the only situation of a closing tag with any space in it is
    public static final String CLOSE_EMPTY_ELEMENT = " />";
    But that should not cause the type of problem you are referring to.
    Mike
    ----- Original Message -----
    From: Matthew Stevens
    Sent: Thursday, September 06, 2001 10:16 AM
    Subject: RE: [iPlanet-JATO] sp3 jsp compiler problem
    Weiguo,
    Others will chime in for sure...I would highly recommend the Regex Tool from
    the iMT 1.1.1 for tackling this type of problem. Mike, Todd and myself have
    posted to the group (even recently) on directions and advantages of creating
    your own RULES (rules file) in XML for arbitary batch processing of source.
    >
    matt
    -----Original Message-----
    From: weiguo.wang@b...
    [mailto:<a href="/group/SunONE-JATO/post?protectID=125056020108194190033029175101192165174048139046">weiguo.wang@b...</a>]
    Sent: Thursday, September 06, 2001 12:25 PM
    Subject: [iPlanet-JATO] sp3 jsp compiler problem
    Matt/Mike/Todd,
    We are trying to migrate to sp3 right now, but have had a lot of
    issues with the new jasper compiler.
    The following workaround has been employed to solve the issues:
    1. Changed the case of the tag attribute to be the same as
    what's
    defined in tld.
    example: changed OnClick to onClick
    2. Removed attributes which are not defined in tld.
    example: escape attribute only defined in three tags
    but in some pages, it's used although it's not defined as an
    attribute
    of certain tags. The jasper compiler doesn't like it.
    3. In an end tag, there can't be any space.
    example: </content > doesn't work. </content> works.
    As I see it, we have two options to go about solving this problem:
    >>
    1. Write a script which will iterate through all the jsp files and
    call jspc on them. Fix the errors manually when jspc fails. Jspc will
    flag the line number where an error occurs.
    2. Write a utility which scans the jsp files and fix the errors when
    they are encountered. We should define what's an error and how to
    correct it. It's best if we combine this with solution 1 since we
    might miss an error condition.
    Actually, there might be another option, which is seeking help from
    you guys since you have better understanding of JATO and iAS. Can you
    do anything to help us?
    We would be happy to hear your thoughts.
    At last, I would like to suggest modifying the moko tool so that
    these rules are enforced and the generated JSPs work with the new
    compiler. This is for the benefit of any new migration projects.
    Thanks a lot.
    Weiguo
    [email protected]
    Choose from 1000s of job listings!
    [email protected]
    Service.
    >
    >
    >
    [Non-text portions of this message have been removed]

  • JSP compilation error, IOException, can not output (Urgent)

              Hi,
              I met the error that Weblogic can compile the jsp to a temporary java file but can
              not compile the temporary java file to class file, it said java.io.IOException, anybody
              can tell why?
              Thanks a millon!
              

              Your system does not have enough swap space to run the JSP compiler.
              Add swap space.
              Mike
              "dai shui" <[email protected]> wrote:
              >
              >Hi,
              >I met the error that Weblogic can compile the jsp to a
              >temporary java file but can
              >not compile the temporary java file to class file, it
              >said java.io.IOException, anybody
              >can tell why?
              >
              >Thanks a millon!
              

  • JSP compiler reading the web.xml file?

    Hi,
              I am trying to use the weblogic JSP compiler (weblogic.jspc) to
              pre-compile some JSP that use custom tags. Does the compiler
              read the web.xml file if there is one? In particular the taglib
              elements in that file so that the compiler understands the
              <%@ taglib ... %> directive.
              In the JSP I try to compile I use this statement to declare a taglib:
              <%@ taglib uri="xyz/xyz-taglib" prefix="xyz" %>
              and in my web.xml I have:
              <taglib>
              <taglib-uri>xyz/xyz-taglib</taglib-uri>
              <taglib-location>/WEB-INF/tlds/xyz.tld</taglib-location>
              </taglib>
              When I try to compile the JSP I get the following error:
              Could not parse embedded JSP code: weblogic.utils.ParsingException: nested
              IOException: java.io.IOException: cannot resolve 'xyz/xyz-taglib' into a
              valid tag library.
              Any ideas how I can resolve this?
              In advance thank you for any help.
              Florian
              

    open it in a text editor and modify it.
    %

  • JSP compilation errors in weblogic 6.1

              I'm getting these JSP compilation errors in weblogic 6.1 on Solaris. Please help.
              Full compiler error(s):
              error: Invalid class file format:
              ^
              /opt/projects/redherring/beahome/wlserver6.1/config/mydomain/applica
              tions/.wlnotdelete/WEB-INF/_tmp_war_myserver_myserver_redherring/jsp_servlet/_w
              eb/_jsp/_event/__eventForm.java:34: Class
              com.ford.redherring.model.PropertiesAttributesModel not found in import.
              import com.ford.redherring.model.PropertiesAttributesModel; <file://[>
              /web/jsp/event/eventForm.jsp; Line: 64]
              ^
              /opt/projects/redherring/beahome/wlserver6.1/config/mydomain/applica
              tions/.wlnotdelete/WEB-INF/_tmp_war_myserver_myserver_redherring/jsp_servlet/_w
              eb/_jsp/_event/__eventForm.java:38: Class com.ford.redherring.util.DialogHeader
              not found in import.
              import com.ford.redherring.util.DialogHeader; <file://[> /web/jsp/event/eventForm.jsp;
              Line: 68]
              ^
              /opt/projects/redherring/beahome/wlserver6.1/config/mydomain/applica
              tions/.wlnotdelete/WEB-INF/_tmp_war_myserver_myserver_redherring/jsp_servlet/_w
              eb/_jsp/_event/__eventForm.java:39: Class com.ford.redherring.util.DialogFooter
              not found in import.
              import com.ford.redherring.util.DialogFooter; <file://[> /web/jsp/event/eventForm.jsp;
              Line: 69]
              ^
              /opt/projects/redherring/beahome/wlserver6.1/config/mydomain/applica
              tions/.wlnotdelete/WEB-INF/_tmp_war_myserver_myserver_redherring/jsp_servlet/_w
              eb/_jsp/_event/__eventForm.java:40: Class com.ford.redherring.model.DDContainer
              not found in import.
              import com.ford.redherring.model.DDContainer; <file://[> /web/jsp/event/eventForm.jsp;
              Line: 70]
              ^
              /opt/projects/redherring/beahome/wlserver6.1/config/mydomain/applica
              tions/.wlnotdelete/WEB-INF/_tmp_war_myserver_myserver_redherring/jsp_servlet/_w
              eb/_jsp/_event/__eventForm.java:41: Class
              com.ford.redherring.model.DDValidationModel not found in import.
              import com.ford.redherring.model.DDValidationModel; <file://[>
              /web/jsp/event/eventForm.jsp; Line: 71]
              

    This appears to be a CLASSPATH problem (you are missing references to
              'com.ford.redherring.model.*' and 'com.ford.redherring.util.*'). The
              CLASSPATH may be set in the server startup script. Hope this helps.
              Wade.
              "Katri Alur" <[email protected]> wrote in message news:<[email protected]>...
              > I'm getting these JSP compilation errors in weblogic 6.1 on Solaris. Please help.
              >
              > ----------------------------------------------------------------------------
              > ----
              > Full compiler error(s):
              > error: Invalid class file format:
              >
              >
              > ^
              > /opt/projects/redherring/beahome/wlserver6.1/config/mydomain/applica
              > tions/.wlnotdelete/WEB-INF/_tmp_war_myserver_myserver_redherring/jsp_servlet/_w
              > eb/_jsp/_event/__eventForm.java:34: Class
              > com.ford.redherring.model.PropertiesAttributesModel not found in import.
              > import com.ford.redherring.model.PropertiesAttributesModel; <file://[>
              > /web/jsp/event/eventForm.jsp; Line: 64]
              > ^
              > /opt/projects/redherring/beahome/wlserver6.1/config/mydomain/applica
              > tions/.wlnotdelete/WEB-INF/_tmp_war_myserver_myserver_redherring/jsp_servlet/_w
              > eb/_jsp/_event/__eventForm.java:38: Class com.ford.redherring.util.DialogHeader
              > not found in import.
              > import com.ford.redherring.util.DialogHeader; <file://[> /web/jsp/event/eventForm.jsp;
              > Line: 68]
              > ^
              > /opt/projects/redherring/beahome/wlserver6.1/config/mydomain/applica
              > tions/.wlnotdelete/WEB-INF/_tmp_war_myserver_myserver_redherring/jsp_servlet/_w
              > eb/_jsp/_event/__eventForm.java:39: Class com.ford.redherring.util.DialogFooter
              > not found in import.
              > import com.ford.redherring.util.DialogFooter; <file://[> /web/jsp/event/eventForm.jsp;
              > Line: 69]
              > ^
              > /opt/projects/redherring/beahome/wlserver6.1/config/mydomain/applica
              > tions/.wlnotdelete/WEB-INF/_tmp_war_myserver_myserver_redherring/jsp_servlet/_w
              > eb/_jsp/_event/__eventForm.java:40: Class com.ford.redherring.model.DDContainer
              > not found in import.
              > import com.ford.redherring.model.DDContainer; <file://[> /web/jsp/event/eventForm.jsp;
              > Line: 70]
              > ^
              > /opt/projects/redherring/beahome/wlserver6.1/config/mydomain/applica
              > tions/.wlnotdelete/WEB-INF/_tmp_war_myserver_myserver_redherring/jsp_servlet/_w
              > eb/_jsp/_event/__eventForm.java:41: Class
              > com.ford.redherring.model.DDValidationModel not found in import.
              > import com.ford.redherring.model.DDValidationModel; <file://[>
              > /web/jsp/event/eventForm.jsp; Line: 71]
              

  • EAR and long CLASSPATH at JSP compilation time

              Hi all,
              we have an EAR-packaged application with over 260 jars (mainly
              EJB) that is deployed to a managed server WL6.1SP3(AIX). Then
              we hit a JSP page of this app. and Weblogic generates the
              adecuate .java file that is passed as an argument to a forked
              process for the javac compiler with a CLASSPATH that is more
              than 22KB!! of length because of the EAR classloader schema
              (it must include all the jars of the EJB level).
              The problem is that the EAR deployment in WL6.1 generates a fixed and very long
              path for every jar that it is composed of:
              $WL_HOME/./config/DOMAIN/applications/.wl_notdelete_EARNAME
              /wlap#####/ejbjarname.jar
              and the invoke of the compiler fails with argument too long.
              We can control the EJB jar name, EARNAME, WL_HOME
              and DOMAIN to shorten the CLASSPATH, but that is not enough
              giving that the fixed part of the PATH is very long, for example:
              with DOMAIN=DOM1, WL_HOME=W, ejbjar name=EJB1, EARNAME=EAR1
              you get:
              /w/./config/DOM1/applications/.wl_notdelete_EAR1/wlap#####/EJB1.jar: that is
              68 chars * 260 jars = more than 17KB only with the
              EJB part of the CLASSPATH (plus the standard SYSTEM CLASSPATH
              and WARS CLASSPATH.)
              As workarounds we can:
              1.- Use an "pseudo exploded" EAR with EJBREMOTE and EJBHOME in clientclasses path
              with every jar and war by their own. Not very
              clean and we've lost the benefits of EAR deployment.
              2.- Consolidate a bunch of EJB in every jar. More administrative
              tasks (common xml descriptors:ejb-jar.xml,...) and less isolation
              between developer teams.
              3.- Consolidate at functionality level (source) a bunch of EJB
              in a few one. :(
              4.- Precompile every JSP outside of WEBLOGIC and generate
              the corresponding class and entries at web.xml and weblogic.xml
              5.- ...?
              or maybe:
              6.- configure this very long directory of deployment
              to a shorter deployer choosen and use relative paths.
              Is this possible? :)
              PacoG.
              

    You may try to use JSP compiler class. Please specify 'compilerclass'
              option in weblogic.xml. This option specifies name of a Java compiler
              that is executed in WebLogic Servers's virtual machine. (Used in place of
              an executable compiler such as javac or sj.)
              Please see
              http://e-docs.bea.com/wls/docs61/webapp/weblogic_xml.html#jsp-descriptor.
              Paco Garcia wrote:
              > oops!
              >
              > >$WL_HOME/./config/DOMAIN/applications/.wl_notdelete_EARNAME
              > >/wlap#####/ejbjarname.jar
              >
              > >with DOMAIN=DOM1, WL_HOME=W, ejbjar name=EJB1, EARNAME=EAR1
              > >you get:
              > >/w/./config/DOM1/applications/.wl_notdelete_EAR1/wlap#####/EJB1.jar:
              >
              > please read SERVERNAME instead of EARNAME
              >
              > PacoG.
              Regards,
              Ann
              Developer Relations Engineer
              BEA Support
              

  • JSP compilation: code too large on SP14

    Hello,
    I developed EP application based on JSPDynPage on SP13 with big jsp file. This application was running on SP13 without problem.
    Later, we upgraded to SP14 and application logged exception: "code too large" when compiling jsp.
    I tried to devide the big jsp to several jsp, but problems remains the same.
    I searched SDN. I tried set jsp.bigmode.delimit.size to 10000, 20000 and 1. Nothing helps.
    I followed OSS Note:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/bc-jas/~form/handler{5f4150503d3030323030363832353030303030303031393732265f4556454e543d444953504c4159265f4e4e554d3d383230323832}
    Best regards,
    Josef Motl

    Hi Detlev,
    the OSS number is 820282. But I was unable to wiew this message on http://service.sap.com. So below I put snapshot of this message.
    Regards,
    Josef
    Portal JSP compiler fails when code generated is too long
    SAP Note Number: 820282
    Symptom
    In a few cases, the compilation of jsp files fails (if their size is very large) because the generated Java code exceeds the 65K limitation (per method) of SUN JVM or the system crashes when it tries to load a class file that was not correctly constructed (method size > 65K).
    Other terms
    JSP, Portal, too long, compilation, compiler, over size, try
    Reason and Prerequisites
    SUN JVM and othes do not support a method which has more than 65K of byte code.
    Solution
    The fix is available in +SP2 PL 31 and +EP6 SP11 Patch 2.
    Once you have installed the fix, you need to edit the file irj\root\WEB-INF\portal\system\properties\prtCentral.properties.bak.
    Check if the property "jsp.bigmode.delimit.size" is present. Otherwise add the line "jsp.bigmode.delimit.size=10000", rename the file to "prtCentral.properties" and restart the server.
    The number is the limit size in bytes when the big jsp mode is enabled (you should therefore change the Java template generated from the jsp file to a size larger than the limit)
    In rear cases where JSP files are including sources prior to their compilation you should set the parameter to a lower value. In the extreme case you can use jsp.bigmode.delimit.size=1 and enable the big mode jsp optimization for all files.
    To deactive the big jsp mode, set jsp.bigmode.delimit.size=-1
    Header Data
    Release Status         Released for Customer
    Released on            21.07.2005
    Priority               Correction with medium priority
    Category               Advance development
    Primary Component      BC-JAS-PIN-PRT Portal Runtime

  • Oracle Application Server : JSP compilation

    Hi everybody
    i use Oracle IAS and i have some troubles to configure it ...
    My webapp takes a long long time when i access the first time to a page.
    I know it's because of the JSP compilation.
    I have to decrease this first time access.
    I've tried with the ojspc command in order to modify my war ...
    After the command, i've seen the new jar library added on my war, but after a new deployment, it takes the same time. In the application-deployment folder, only the jsp accessed was added ...
    How can i say to oracle ias to put in the application-deployment folder all of the JSPs files ??
    Does ojspc a good way to do so ? Or do i need to modify a web.xml file ???
    Thanks & Regards

    Hi All,
    For all those concerned, I managed to download and install Oracle Database Server Version 10.1.0.4 Patch 4 for Windows server 2003 SP1 from Metalink. Please refer to document IDs. 161549.1 and 161546.1 for details on Patch 4488360.
    The supplied documentation states that this patch contains all prevois patches hence it should contain the patch 2, i.e. 10.1.0.4.2 patches.
    I have not checked the availability of this patch for other platforms.
    Feedback:
    I have installed successfully the patch on my Oracle 10g EE instance 10.1.0.4. Please read documentation for the requirements! (hint: in my case the DLL's used by Oracle services in the BIN folder were still in use even after the services were stopped!, I had to re-boot the server to free them).
    Then installed the OAS repository using the repca wizard (hint: run the prereq. scripts before installation to detect any configuration requirements)
    After I installed OAS infrastructure with Internet directory.
    Then installed Portal & Wireless successfully.
    Best regards,
    Jesmond

  • Javelin JSP compilation error

    Hello Everyone,
    I've a some JSP's that work some times and fail sometime with
    <head>
    <title>Javelin JSP compilation error</title>
    </head>
    <body>
    <b>Compilation of JSP File '/jsp/temp/Index.jsp' <font color=#FF0000>failed</font>:</b><HR>
    <pre>
    I tried restarting the server, removing .wlnotdelete and couple of other things.
    Why the JSP is compiled everytime(even if the server is not restarted) and Why a good looking no error JSP failis loading everytime.
    Can anyone please help.
    ~ALAPATI

    I'm using bea weblogic 8.1 SP5.
    Java - jrockit81sp5_142_08
    <head>
    <title>Javelin JSP compilation error</title>
    </head>
    <body>
    <b>Compilation of JSP File '/jsp/output/Index.jsp' <font color=#FF0000>failed</font>:</b><HR>
    <pre>
    Errors found in <PATH TO THE FILE>/Index.jsp:
    Error at line 397 column 55:
    Description: Type <MyClass> contains no field with this name.
    Error at line 399 column 13:
    Description: Type <Another Class> contains no methods with this name.
    Found 2 error(s) and 0 warning(s).
    </pre>
    </body></html>
    >
    weblogic.servlet.jsp.CompilationException: Failed to compile JSP /jsp/output/Index.jsp<html>
    <head>
    <title>Javelin JSP compilation error</title>
    </head>
    <body>
    <b>Compilation of JSP File '/jsp/output/Index.jsp' <font color=#FF0000>failed</font>:</b><HR>
    <pre>
    Errors found in <PATH TO FILE>/Index.jsp:
    Error at line 397 column 55:
    Description: Type <MyClass> contains no field with this name.
    Error at line 399 column 13:
    Description: Type <Another Class> contains no methods with this name.
    Found 2 error(s) and 0 warning(s).
    </pre>
    </body></html>
    at weblogic.servlet.jsp.WlwJspStub.compilePage(WlwJspStub.java:208)
    at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:246)
    at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:196)
    at weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:598)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:406)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:526)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at com.bea.p13n.servlets.PortalServletFilter.doFilter(PortalServletFilter.java:293)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at com.bea.wlw.netui.pageflow.PageFlowJspFilter.doFilter(PageFlowJspFilter.java:265)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6987)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3892)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2766)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    2 errors javelin complaining is because of this.
    1) I'm trying to access MyClass.SHOW_ME_TEXT
    2) I'm trying to create an object of AnotherClass by new AnotherClass();
    Please let me know if you want more details.

  • [JSP compiler] How to change it

    Hi, I get an error when compiling a HUGE JSP page!!! Code is too large for try block!
    So, I just want to change the compiler ...
    I'm using the 10.1.3.1.0 and each time, I get that error:
    OracleJSP : oracle.jsp.provider.JspCompileException:
    I have try to use "javaccmd" param-init but it is deprecated (you can find it here: http://download-east.oracle.com/docs/cd/B32110_01/web.1013/b28951.pdf ).
    So I'm stuck, I get borring, nothing work... OC4J WON'T work!!! All others work.
    How can I change the JSP compiler please, it's the LAST THING I MUST DONE FOR SCHOOL!
    What must I use instead of "javaccmd" param-init ?
    Thanks very very very much...

    Here is the debug output... :
    OracleJSP : oracle.jsp.provider.JspCompileException:
    Erreurs de compilation :D:\oc4j_extended_101310\j2ee\home\application-deployments\next\config\persistence\_pages\\_config.java
    [parsing started D:\oc4j_extended_101310\j2ee\home\application-deployments\next\config\persistence\_pages\\_config.java]
    [parsing completed 641ms]
    [search path for source files: [C:\Java\jdk1.5.0_11\jre\lib\rt.jar, C:\Java\jdk1.5.0_11\jre\lib\jsse.jar, C:\Java\jdk1.5.0_11\jre\lib\jce.jar, C:\Java\jdk1.5.0_11\jre\lib\charsets.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\activation.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\clibwrapper_jiio.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\dnsns.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\jai_codec.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\jai_core.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\jai_imageio.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\jaxb-api.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\jaxb-impl.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\jaxb1-impl.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\jaxb-xjc.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\jsr173_api.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\localedata.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\mlibwrapper_jai.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\sunjce_provider.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\sunpkcs11.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\which4j.jar, D:\oc4j_extended_101310\j2ee\home\oc4j-api.jar, D:\oc4j_extended_101310\j2ee\home\lib\oc4j-unsupported-api.jar, D:\oc4j_extended_101310\j2ee\home\lib\activation.jar, D:\oc4j_extended_101310\j2ee\home\lib\mail.jar, D:\oc4j_extended_101310\j2ee\home\lib\persistence.jar, D:\oc4j_extended_101310\j2ee\home\lib\ejb30.jar, D:\oc4j_extended_101310\j2ee\home\lib\ejb.jar, D:\oc4j_extended_101310\j2ee\home\lib\javax77.jar, D:\oc4j_extended_101310\j2ee\home\lib\javax88.jar, D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar, D:\oc4j_extended_101310\j2ee\home\lib\jms.jar, D:\oc4j_extended_101310\j2ee\home\lib\jta.jar, D:\oc4j_extended_101310\j2ee\home\lib\jacc-api.jar, D:\oc4j_extended_101310\j2ee\home\lib\connector.jar, D:\oc4j_extended_101310\j2ee\home\lib\jmx_remote_api.jar, D:\oc4j_extended_101310\j2ee\home\lib\jax-qname-namespace.jar, D:\oc4j_extended_101310\webservices\lib\jaxr-api.jar, D:\oc4j_extended_101310\webservices\lib\jaxrpc-api.jar, D:\oc4j_extended_101310\webservices\lib\saaj-api.jar, D:\oc4j_extended_101310\webservices\lib\jws-api.jar, D:\oc4j_extended_101310\j2ee\home\lib\oc4j-internal.jar, D:\oc4j_extended_101310\j2ee\home\lib\oems-jms-oc4j.jar, D:\oc4j_extended_101310\j2ee\home\lib\oems-jms-client.jar, D:\oc4j_extended_101310\j2ee\home\lib\oems-jms-server.jar, D:\oc4j_extended_101310\j2ee\home\lib\oc4j-schemas.jar, D:\oc4j_extended_101310\j2ee\home\lib\ojsp.jar, D:\oc4j_extended_101310\j2ee\home\lib\oc4j_orb.jar, D:\oc4j_extended_101310\j2ee\home\lib\iiop_support.jar, D:\oc4j_extended_101310\j2ee\home\lib\orbbase.jar, D:\oc4j_extended_101310\j2ee\home\iiop_gen_bin.jar, D:\oc4j_extended_101310\j2ee\home\lib\jmxcluster.jar, D:\oc4j_extended_101310\j2ee\home\jaccprovider.jar, D:\oc4j_extended_101310\j2ee\home\jacc-spi.jar, D:\oc4j_extended_101310\j2ee\home\jazncore.jar, D:\oc4j_extended_101310\j2ee\home\..\..\jlib\oraclepki.jar, D:\oc4j_extended_101310\j2ee\home\..\..\jlib\ojpse.jar, D:\oc4j_extended_101310\j2ee\home\..\..\jlib\ldapjclnt10.jar, D:\oc4j_extended_101310\j2ee\home\..\..\jlib\jssl-1_1.jar, D:\oc4j_extended_101310\j2ee\home\..\..\jlib\javax-ssl-1_1.jar, D:\oc4j_extended_101310\j2ee\home\..\..\lib\xmlparserv2.jar, D:\oc4j_extended_101310\j2ee\home\..\..\diagnostics\lib\ojdl.jar, D:\oc4j_extended_101310\j2ee\home\..\..\lib\dms.jar, D:\oc4j_extended_101310\javavm\lib\jasper.zip, D:\oc4j_extended_101310\j2ee\home\lib\adminclient.jar, D:\oc4j_extended_101310\opmn\lib\optic.jar, D:\oc4j_extended_101310\j2ee\home\jazn.jar, D:\oc4j_extended_101310\jlib\ldapjclnt10.jar, D:\oc4j_extended_101310\jlib\jssl-1_1.jar, D:\oc4j_extended_101310\jlib\javax-ssl-1_1.jar, D:\oc4j_extended_101310\webservices\lib\wsserver.jar, D:\oc4j_extended_101310\webservices\lib\wsif.jar, D:\oc4j_extended_101310\webservices\lib\orawsmetadata.jar, D:\oc4j_extended_101310\webservices\lib\orajaxr.jar, D:\oc4j_extended_101310\webservices\lib\.\jaxr-api.jar, D:\oc4j_extended_101310\webservices\lib\.\orasaaj.jar, D:\oc4j_extended_101310\toplink\jlib\toplink-oc4j.jar, D:\oc4j_extended_101310\toplink\jlib\antlr.jar, D:\oc4j_extended_101310\diagnostics\lib\ojdl2.jar, D:\oc4j_extended_101310\diagnostics\lib\ojdl.jar, D:\oc4j_extended_101310\xqs\lib\xqs-api.jar, D:\oc4j_extended_101310\xqs\lib\xds.jar, D:\oc4j_extended_101310\j2ee\home\lib\pcl.jar, D:\oc4j_extended_101310\webservices\lib\JMXSoapAdapterShared.jar, D:\oc4j_extended_101310\lib\dmsapp.jar, D:\oc4j_extended_101310\j2ee\home\applications\admin_ejb.jar, D:\oc4j_extended_101310\j2ee\home\lib\scheduler.jar, D:\oc4j_extended_101310\j2ee\home\connectors\datasources\datasources\datasources.jar, D:\oc4j_extended_101310\j2ee\home\connectors\OracleASjms\OracleASjms\gjra.jar, D:\oc4j_extended_101310\j2ee\home\applications\jmsrouter-ejb.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\design.model.ejb3.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\oranext.ejb3.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\enext.webtools.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next.corbatools.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next.framework.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next.generic.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next.idl.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next.interfaces.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next.mail.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next.tools.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next7.featureBridge.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next7.jaxb.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next7.model.generator.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next7.model.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next7.model.widget.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next7.tools.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next7.wmt.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\oracleDriver.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\oranext.ecw.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\oranext.feature.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\oranext.kernel.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\oranext.nis.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\ose.componentModel.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\wms.capabilities.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\catalog.ejb3.jar, D:\oc4j_extended_101310\lib\dms.jar, D:\oc4j_extended_101310\jdbc\lib\ojdbc14dms.jar, D:\oc4j_extended_101310\opmn\lib\ons.jar, D:\oc4j_extended_101310\jdbc\lib\ocrs12.jar, D:\oc4j_extended_101310\rdbms\jlib\aqapi.jar, D:\oc4j_extended_101310\j2ee\home\lib\ojms-provider.jar, D:\oc4j_extended_101310\jdbc\lib\orai18n.jar, D:\oc4j_extended_101310\lib\xmlparserv2.jar, D:\oc4j_extended_101310\lib\xml.jar, D:\oc4j_extended_101310\lib\xmlmesg.jar, D:\oc4j_extended_101310\lib\xsu12.jar, D:\oc4j_extended_101310\lib\xquery.jar, D:\oc4j_extended_101310\jlib\osdt_core.jar, D:\oc4j_extended_101310\jlib\osdt_cert.jar, D:\oc4j_extended_101310\jlib\osdt_xmlsec.jar, D:\oc4j_extended_101310\jlib\osdt_wss.jar, D:\oc4j_extended_101310\jlib\osdt_saml.jar, D:\oc4j_extended_101310\jlib\ojpse.jar, D:\oc4j_extended_101310\jlib\oraclepki.jar, D:\oc4j_extended_101310\toplink\jlib\toplink.jar, D:\oc4j_extended_101310\toplink\jlib\toplink-essentials.jar, D:\oc4j_extended_101310\webservices\lib\wsclient.jar, D:\oc4j_extended_101310\webservices\lib\orasaaj.jar, D:\oc4j_extended_101310\webservices\lib\xsdlib.jar, D:\oc4j_extended_101310\webservices\lib\relaxngDatatype.jar, D:\oc4j_extended_101310\webservices\lib\mdds.jar, D:\oc4j_extended_101310\javacache\lib\cache.jar, D:\oc4j_extended_101310\javacache\lib\..\..\lib\xmlparserv2.jar, D:\oc4j_extended_101310\javacache\lib\..\..\diagnostics\lib\ojdl.jar, D:\oc4j_extended_101310\webservices\lib\soap.jar, D:\oc4j_extended_101310\sqlj\lib\runtime12.jar, D:\oc4j_extended_101310\sqlj\lib\translator.jar, D:\oc4j_extended_101310\webservices\lib\orawsdl.jar, D:\oc4j_extended_101310\j2ee\home\applib, D:\oc4j_extended_101310\j2ee\home\applib\jai_codec.jar, D:\oc4j_extended_101310\j2ee\home\applib\activation.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-awt-util.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-bridge.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-css.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-dom.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-ext.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-extension.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-gui-util.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-gvt.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-parser.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-script.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-svg-dom.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-svggen.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-swing.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-transcoder.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-util.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-xml.jar, D:\oc4j_extended_101310\j2ee\home\applib\Acme.jar, D:\oc4j_extended_101310\j2ee\home\applib\jai_core.jar, D:\oc4j_extended_101310\j2ee\home\applib\jai_imageio.jar, D:\oc4j_extended_101310\j2ee\home\applib\jaxb1-impl.jar, D:\oc4j_extended_101310\j2ee\home\applib\jaxb-api.jar, D:\oc4j_extended_101310\j2ee\home\applib\jaxb-impl.jar, D:\oc4j_extended_101310\j2ee\home\applib\jaxb-xjc.jar, D:\oc4j_extended_101310\j2ee\home\applib\jsr173_api.jar, D:\oc4j_extended_101310\j2ee\home\applib\jdbcora10fixed.jar, D:\oc4j_extended_101310\j2ee\home\applib\JdbcOraWrapper.jar, D:\oc4j_extended_101310\j2ee\home\applib\mjdfotf.jar, D:\oc4j_extended_101310\j2ee\home\applib\pdf-transcoder.jar, D:\oc4j_extended_101310\j2ee\home\applib\sdoapifixed.jar, D:\oc4j_extended_101310\j2ee\home\jsp\lib\taglib, D:\oc4j_extended_101310\j2ee\home\jsp\lib\taglib\ojsputil.jar, D:\oc4j_extended_101310\lib\dsv2.jar, D:\oc4j_extended_101310\j2ee\home\lib\http_client.jar, D:\oc4j_extended_101310\j2ee\home\lib\jgroups-core.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\classes, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\aclibico-castrated.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\commons-beanutils.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\commons-collections.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\commons-digester.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\commons-fileupload.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\commons-lang.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\commons-logging.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\commons-math-1.0.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\commons-validator.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\design.apic2next.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\design.importPlugIn.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\designSource.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\ini4j-compat.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\ini4j.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\jaas.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\jakarta-oro.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\java_cup_10k.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\jstl.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\jta-spec1_0_1.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\mail.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\menu.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\relaxngDatatype.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\resolver.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\retroweaver-rt-1.2.1.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\standard.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\struts-legacy.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\struts.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\xmlsec.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\xsdlib.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Acme.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\antlr.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\sdoapifixed.jar]]
    [search path for class files: [C:\Java\jdk1.5.0_11\jre\lib\rt.jar, C:\Java\jdk1.5.0_11\jre\lib\jsse.jar, C:\Java\jdk1.5.0_11\jre\lib\jce.jar, C:\Java\jdk1.5.0_11\jre\lib\charsets.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\activation.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\clibwrapper_jiio.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\dnsns.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\jai_codec.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\jai_core.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\jai_imageio.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\jaxb-api.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\jaxb-impl.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\jaxb-xjc.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\jaxb1-impl.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\jsr173_api.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\localedata.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\mlibwrapper_jai.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\sunjce_provider.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\sunpkcs11.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\which4j.jar, D:\oc4j_extended_101310\j2ee\home\oc4j-api.jar, D:\oc4j_extended_101310\j2ee\home\lib\oc4j-unsupported-api.jar, D:\oc4j_extended_101310\j2ee\home\lib\activation.jar, D:\oc4j_extended_101310\j2ee\home\lib\mail.jar, D:\oc4j_extended_101310\j2ee\home\lib\persistence.jar, D:\oc4j_extended_101310\j2ee\home\lib\ejb30.jar, D:\oc4j_extended_101310\j2ee\home\lib\ejb.jar, D:\oc4j_extended_101310\j2ee\home\lib\javax77.jar, D:\oc4j_extended_101310\j2ee\home\lib\javax88.jar, D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar, D:\oc4j_extended_101310\j2ee\home\lib\jms.jar, D:\oc4j_extended_101310\j2ee\home\lib\jta.jar, D:\oc4j_extended_101310\j2ee\home\lib\jacc-api.jar, D:\oc4j_extended_101310\j2ee\home\lib\connector.jar, D:\oc4j_extended_101310\j2ee\home\lib\jmx_remote_api.jar, D:\oc4j_extended_101310\j2ee\home\lib\jax-qname-namespace.jar, D:\oc4j_extended_101310\webservices\lib\jaxr-api.jar, D:\oc4j_extended_101310\webservices\lib\jaxrpc-api.jar, D:\oc4j_extended_101310\webservices\lib\saaj-api.jar, D:\oc4j_extended_101310\webservices\lib\jws-api.jar, D:\oc4j_extended_101310\j2ee\home\lib\oc4j-internal.jar, D:\oc4j_extended_101310\j2ee\home\lib\oems-jms-oc4j.jar, D:\oc4j_extended_101310\j2ee\home\lib\oems-jms-client.jar, D:\oc4j_extended_101310\j2ee\home\lib\oems-jms-server.jar, D:\oc4j_extended_101310\j2ee\home\lib\oc4j-schemas.jar, D:\oc4j_extended_101310\j2ee\home\lib\ojsp.jar, D:\oc4j_extended_101310\j2ee\home\lib\oc4j_orb.jar, D:\oc4j_extended_101310\j2ee\home\lib\iiop_support.jar, D:\oc4j_extended_101310\j2ee\home\lib\orbbase.jar, D:\oc4j_extended_101310\j2ee\home\iiop_gen_bin.jar, D:\oc4j_extended_101310\j2ee\home\lib\jmxcluster.jar, D:\oc4j_extended_101310\j2ee\home\jaccprovider.jar, D:\oc4j_extended_101310\j2ee\home\jacc-spi.jar, D:\oc4j_extended_101310\j2ee\home\jazncore.jar, D:\oc4j_extended_101310\j2ee\home\..\..\jlib\oraclepki.jar, D:\oc4j_extended_101310\j2ee\home\..\..\jlib\ojpse.jar, D:\oc4j_extended_101310\j2ee\home\..\..\jlib\ldapjclnt10.jar, D:\oc4j_extended_101310\j2ee\home\..\..\jlib\jssl-1_1.jar, D:\oc4j_extended_101310\j2ee\home\..\..\jlib\javax-ssl-1_1.jar, D:\oc4j_extended_101310\j2ee\home\..\..\lib\xmlparserv2.jar, D:\oc4j_extended_101310\j2ee\home\..\..\diagnostics\lib\ojdl.jar, D:\oc4j_extended_101310\j2ee\home\..\..\lib\dms.jar, D:\oc4j_extended_101310\javavm\lib\jasper.zip, D:\oc4j_extended_101310\j2ee\home\lib\adminclient.jar, D:\oc4j_extended_101310\opmn\lib\optic.jar, D:\oc4j_extended_101310\j2ee\home\jazn.jar, D:\oc4j_extended_101310\jlib\ldapjclnt10.jar, D:\oc4j_extended_101310\jlib\jssl-1_1.jar, D:\oc4j_extended_101310\jlib\javax-ssl-1_1.jar, D:\oc4j_extended_101310\webservices\lib\wsserver.jar, D:\oc4j_extended_101310\webservices\lib\wsif.jar, D:\oc4j_extended_101310\webservices\lib\orawsmetadata.jar, D:\oc4j_extended_101310\webservices\lib\orajaxr.jar, D:\oc4j_extended_101310\webservices\lib\.\jaxr-api.jar, D:\oc4j_extended_101310\webservices\lib\.\orasaaj.jar, D:\oc4j_extended_101310\toplink\jlib\toplink-oc4j.jar, D:\oc4j_extended_101310\toplink\jlib\antlr.jar, D:\oc4j_extended_101310\diagnostics\lib\ojdl2.jar, D:\oc4j_extended_101310\diagnostics\lib\ojdl.jar, D:\oc4j_extended_101310\xqs\lib\xqs-api.jar, D:\oc4j_extended_101310\xqs\lib\xds.jar, D:\oc4j_extended_101310\j2ee\home\lib\pcl.jar, D:\oc4j_extended_101310\webservices\lib\JMXSoapAdapterShared.jar, D:\oc4j_extended_101310\lib\dmsapp.jar, D:\oc4j_extended_101310\j2ee\home\applications\admin_ejb.jar, D:\oc4j_extended_101310\j2ee\home\lib\scheduler.jar, D:\oc4j_extended_101310\j2ee\home\connectors\datasources\datasources\datasources.jar, D:\oc4j_extended_101310\j2ee\home\connectors\OracleASjms\OracleASjms\gjra.jar, D:\oc4j_extended_101310\j2ee\home\applications\jmsrouter-ejb.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\design.model.ejb3.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\oranext.ejb3.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\enext.webtools.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next.corbatools.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next.framework.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next.generic.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next.idl.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next.interfaces.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next.mail.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next.tools.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next7.featureBridge.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next7.jaxb.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next7.model.generator.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next7.model.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next7.model.widget.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next7.tools.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next7.wmt.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\oracleDriver.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\oranext.ecw.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\oranext.feature.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\oranext.kernel.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\oranext.nis.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\ose.componentModel.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\wms.capabilities.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\catalog.ejb3.jar, D:\oc4j_extended_101310\lib\dms.jar, D:\oc4j_extended_101310\jdbc\lib\ojdbc14dms.jar, D:\oc4j_extended_101310\opmn\lib\ons.jar, D:\oc4j_extended_101310\jdbc\lib\ocrs12.jar, D:\oc4j_extended_101310\rdbms\jlib\aqapi.jar, D:\oc4j_extended_101310\j2ee\home\lib\ojms-provider.jar, D:\oc4j_extended_101310\jdbc\lib\orai18n.jar, D:\oc4j_extended_101310\lib\xmlparserv2.jar, D:\oc4j_extended_101310\lib\xml.jar, D:\oc4j_extended_101310\lib\xmlmesg.jar, D:\oc4j_extended_101310\lib\xsu12.jar, D:\oc4j_extended_101310\lib\xquery.jar, D:\oc4j_extended_101310\jlib\osdt_core.jar, D:\oc4j_extended_101310\jlib\osdt_cert.jar, D:\oc4j_extended_101310\jlib\osdt_xmlsec.jar, D:\oc4j_extended_101310\jlib\osdt_wss.jar, D:\oc4j_extended_101310\jlib\osdt_saml.jar, D:\oc4j_extended_101310\jlib\ojpse.jar, D:\oc4j_extended_101310\jlib\oraclepki.jar, D:\oc4j_extended_101310\toplink\jlib\toplink.jar, D:\oc4j_extended_101310\toplink\jlib\toplink-essentials.jar, D:\oc4j_extended_101310\webservices\lib\wsclient.jar, D:\oc4j_extended_101310\webservices\lib\orasaaj.jar, D:\oc4j_extended_101310\webservices\lib\xsdlib.jar, D:\oc4j_extended_101310\webservices\lib\relaxngDatatype.jar, D:\oc4j_extended_101310\webservices\lib\mdds.jar, D:\oc4j_extended_101310\javacache\lib\cache.jar, D:\oc4j_extended_101310\javacache\lib\..\..\lib\xmlparserv2.jar, D:\oc4j_extended_101310\javacache\lib\..\..\diagnostics\lib\ojdl.jar, D:\oc4j_extended_101310\webservices\lib\soap.jar, D:\oc4j_extended_101310\sqlj\lib\runtime12.jar, D:\oc4j_extended_101310\sqlj\lib\translator.jar, D:\oc4j_extended_101310\webservices\lib\orawsdl.jar, D:\oc4j_extended_101310\j2ee\home\applib, D:\oc4j_extended_101310\j2ee\home\applib\jai_codec.jar, D:\oc4j_extended_101310\j2ee\home\applib\activation.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-awt-util.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-bridge.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-css.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-dom.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-ext.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-extension.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-gui-util.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-gvt.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-parser.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-script.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-svg-dom.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-svggen.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-swing.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-transcoder.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-util.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-xml.jar, D:\oc4j_extended_101310\j2ee\home\applib\Acme.jar, D:\oc4j_extended_101310\j2ee\home\applib\jai_core.jar, D:\oc4j_extended_101310\j2ee\home\applib\jai_imageio.jar, D:\oc4j_extended_101310\j2ee\home\applib\jaxb1-impl.jar, D:\oc4j_extended_101310\j2ee\home\applib\jaxb-api.jar, D:\oc4j_extended_101310\j2ee\home\applib\jaxb-impl.jar, D:\oc4j_extended_101310\j2ee\home\applib\jaxb-xjc.jar, D:\oc4j_extended_101310\j2ee\home\applib\jsr173_api.jar, D:\oc4j_extended_101310\j2ee\home\applib\jdbcora10fixed.jar, D:\oc4j_extended_101310\j2ee\home\applib\JdbcOraWrapper.jar, D:\oc4j_extended_101310\j2ee\home\applib\mjdfotf.jar, D:\oc4j_extended_101310\j2ee\home\applib\pdf-transcoder.jar, D:\oc4j_extended_101310\j2ee\home\applib\sdoapifixed.jar, D:\oc4j_extended_101310\j2ee\home\jsp\lib\taglib, D:\oc4j_extended_101310\j2ee\home\jsp\lib\taglib\ojsputil.jar, D:\oc4j_extended_101310\lib\dsv2.jar, D:\oc4j_extended_101310\j2ee\home\lib\http_client.jar, D:\oc4j_extended_101310\j2ee\home\lib\jgroups-core.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\classes, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\aclibico-castrated.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\commons-beanutils.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\commons-collections.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\commons-digester.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\commons-fileupload.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\commons-lang.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\commons-logging.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\commons-math-1.0.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\commons-validator.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\design.apic2next.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\design.importPlugIn.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\designSource.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\ini4j-compat.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\ini4j.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\jaas.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\jakarta-oro.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\java_cup_10k.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\jstl.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\jta-spec1_0_1.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\mail.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\menu.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\relaxngDatatype.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\resolver.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\retroweaver-rt-1.2.1.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\standard.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\struts-legacy.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\struts.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\xmlsec.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\xsdlib.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Acme.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\antlr.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\sdoapifixed.jar]]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\oc4j-internal.jar(com/orionserver/http/OrionHttpJspPage.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/jsp/HttpJspPage.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/jsp/JspPage.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/Servlet.class)]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/lang/Object.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/http/HttpServletRequest.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/http/HttpServletResponse.class)]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/io/IOException.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/ServletException.class)]
    [checking _config]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/lang/Error.class)]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/lang/Exception.class)]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/lang/Throwable.class)]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/lang/RuntimeException.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/ServletResponse.class)]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/lang/String.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/jsp/PageContext.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/jsp/JspWriter.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/jsp/JspFactory.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/ServletRequest.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/http/HttpSession.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/jsp/JspContext.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/ServletContext.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/ServletConfig.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/jsp/el/VariableResolver.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\ojsp.jar(oracle/jsp/el/OracleVariableResolverImpl.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\oc4j-internal.jar(com/evermind/server/http/JspCommonExtraWriter.class)]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/io/Writer.class)]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/lang/Appendable.class)]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/io/Closeable.class)]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/io/Flushable.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\standard.jar(org/apache/taglibs/standard/tag/rt/core/SetTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\ojsp.jar(oracle/jsp/runtime/OracleJspRuntime.class)]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/lang/Class.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/jsp/tagext/Tag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\standard.jar(org/apache/taglibs/standard/tag/common/core/SetSupport.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/jsp/tagext/BodyTagSupport.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/jsp/tagext/TagSupport.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/jsp/tagext/IterationTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/FormTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/PanelTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/LabelledTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/LayoutTagSupport.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/tab/TabsTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/BodyLayoutTagSupport.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/tab/TabTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/GridLayoutTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/MessageTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/ImageTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/ActionTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/BaseHandlerTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\struts.jar(org/apache/struts/taglib/html/BaseHandlerTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/field/TextFieldTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/field/AbstractFieldTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/field/AbstractLayoutFieldTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/field/AbstractModeFieldTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/EmptyTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/field/CheckboxTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/field/SelectTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/field/OptionsTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/ColumnTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/LinkTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\struts.jar(org/apache/struts/taglib/bean/MessageTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/CellTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\standard.jar(org/apache/taglibs/standard/tag/rt/core/IfTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\jstl.jar(javax/servlet/jsp/jstl/core/ConditionalTagSupport.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\standard.jar(org/apache/taglibs/standard/tag/common/core/ChooseTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\standard.jar(org/apache/taglibs/standard/tag/rt/core/WhenTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\standard.jar(org/apache/taglibs/standard/tag/common/core/WhenTagSupport.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\standard.jar(org/apache/taglibs/standard/tag/common/core/OtherwiseTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/RowTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/SubmitTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/field/TextareaFieldTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/jsp/tagext/BodyTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/jsp/tagext/JspTag.class)]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/io/Serializable.class)]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/lang/Boolean.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\ojsp.jar(oracle/jsp/jml/JmlFPNumber.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\ojsp.jar(oracle/jsp/jml/JmlNumber.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/jsp/SkipPageException.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/jsp/JspException.class)]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/lang/System.class)]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/io/PrintStream.class)]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/io/FilterOutputStream.class)]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/io/OutputStream.class)]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/io/UnsupportedEncodingException.class)]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/lang/InstantiationException.class)]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/lang/IllegalAccessException.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/jsp/el/ELException.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/jsp/JspTagException.class)]
    D:\oc4j_extended_101310\j2ee\home\application-deployments\next\config\persistence\_pages\\_config.java:9941: code too large for try statement
    catch (Throwable e) {
    ^
    D:\oc4j_extended_101310\j2ee\home\application-deployments\next\config\persistence\_pages\\_config.java:9946: code too large for try statement
    catch (Exception clearException) {
    ^
    D:\oc4j_extended_101310\j2ee\home\application-deployments\next\config\persistence\_pages\\_config.java:40: code too large for try statement
    try {
    ^
    D:\oc4j_extended_101310\j2ee\home\application-deployments\next\config\persistence\_pages\\_config.java:18: code too large
    public void _jspService(HttpServletRequest request, HttpServletResponse response) throws java.io.IOException, ServletException {
    ^
    [total 9424ms]
    4 errors

  • Jsp compile exception in WL 8.1

              Hi all
              i was trying to deploy the external war(jstl.war from www.manning.com) file in
              my weblogic server .
              I just copied the *.war file into C:\TestDrive\MyDomain\mydomain\application
              directory and restarted the weblogic server.
              i got following error.
              Compilation of 'C:\TestDrive\MyDomain\mydomain\.\myserver\.wlnotdelete\extract\myserver__appsdir_jstlbook_war_jstlbook\jsp_servlet\__index.java'
              failed:
              C:\TestDrive\MyDomain\mydomain\.\myserver\.wlnotdelete\extract\myserver__appsdir_jstlbook_war_jstlbook\jsp_servlet\__index.java:142:
              'try' without 'catch' or 'finally'
              probably occurred due to an error in /index.jsp line 3:
              <c:import url="header.jsp"/>
              C:\TestDrive\MyDomain\mydomain\.\myserver\.wlnotdelete\extract\myserver__appsdir_jstlbook_war_jstlbook\jsp_servlet\__index.java:132:
              'try' without 'catch' or 'finally'
              (No more information available, probably caused by another error)
              C:\TestDrive\MyDomain\mydomain\.\myserver\.wlnotdelete\extract\myserver__appsdir_jstlbook_war_jstlbook\jsp_servlet\__index.java:178:
              '}' expected
              (No more information available, probably caused by another error)
              Full compiler error(s):
              C:\TestDrive\MyDomain\mydomain\.\myserver\.wlnotdelete\extract\myserver__appsdir_jstlbook_war_jstlbook\jsp_servlet\__index.java:142:
              'try' without 'catch' or 'finally'
              try { // TryCatchFinally begin //[ /index.jsp; Line: 3]
              ^
              C:\TestDrive\MyDomain\mydomain\.\myserver\.wlnotdelete\extract\myserver__appsdir_jstlbook_war_jstlbook\jsp_servlet\__index.java:132:
              'try' without 'catch' or 'finally'
              try { // error page try block
              ^
              C:\TestDrive\MyDomain\mydomain\.\myserver\.wlnotdelete\extract\myserver__appsdir_jstlbook_war_jstlbook\jsp_servlet\__index.java:178:
              '}' expected
              ^
              3 errors
              Thu Sep 25 15:59:58 GMT+05:30 2003
              Same file when i deployed in Tomcat4.1 was working fine i.e. copying the *.war
              into <tomcathome>/webapps directory. I got index page without touching the code!
              Is there any extra settings has to be done for running jsp's from war files in
              WL?
              THanks in advance
              Manjunath
              

    manjunath wrote:
              > further to my previous mail here's the log
              >
              > weblogic.servlet.jsp.CompilationException: Compilation of C:\TestDrive\MyDomain\mydomain\.\myserver\.wlnotdelete\extract\myserver__appsdir_jstlbook_war_jstlbook\jsp_servlet\__index.java
              > failed.
              >      at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java:446)
              >      at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:220)
              >      at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:172)
              >      at weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:504)
              >      at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:349)
              >      at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:431)
              >      at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
              >      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6310)
              >      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
              >      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
              >      at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3622)
              >      at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2569)
              >      at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
              >      at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
              > Caused by: java.io.IOException: Compiler failed executable.exec
              >      at weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(CompilerInvoker.java:470)
              >      at weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:329)
              >      at weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:337)
              >      at weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:322)
              >      at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java:419)
              >      ... 13 more
              >
              > Here's my weblogic.xml file
              >
              > <!DOCTYPE weblogic-web-app PUBLIC "-//BEA Systems, Inc.//DTD Web Application 8.1//EN"
              > "http://www.bea.com/servers/wls810/dtd/weblogic810-web-jar.dtd">
              > <weblogic-web-app>
              > <jsp-descriptor>
              > <jsp-param>
              > <param-name>
              > compileFlags
              > </param-name>
              > <param-value>
              > -g
              > </param-value>
              > </jsp-param>
              >
              >           
              > <jsp-param>
              > <param-name>
              > keepgenerated
              > </param-name>
              > <param-value>
              > true
              > </param-value>
              > </jsp-param>
              >      
              >
              > </jsp-descriptor>
              > </weblogic-web-app>
              >
              > In this URL http://e-docs.bea.com/wls/docs81/jsp/reference.html#57794 there's
              > option to use -webapp for jsp compiler. How to implement same in weblogic.xml
              > <jsp-descriptor> file?
              >
              > Thanks
              >
              > "Manjunath B" <[email protected]> wrote:
              >
              >>Hi all
              >>
              >>i was trying to deploy the external war(jstl.war from www.manning.com)
              >>file in
              >>my weblogic server .
              >>
              >>I just copied the *.war file into C:\TestDrive\MyDomain\mydomain\application
              >>directory and restarted the weblogic server.
              >>
              >>i got following error.
              >>
              >>**********************************************************
              >>Compilation of 'C:\TestDrive\MyDomain\mydomain\.\myserver\.wlnotdelete\extract\myserver__appsdir_jstlbook_war_jstlbook\jsp_servlet\__index.java'
              >>failed:
              >>--------------------------------------------------------------------------------
              >>C:\TestDrive\MyDomain\mydomain\.\myserver\.wlnotdelete\extract\myserver__appsdir_jstlbook_war_jstlbook\jsp_servlet\__index.java:142:
              >>'try' without 'catch' or 'finally'
              >>probably occurred due to an error in /index.jsp line 3:
              >><c:import url="header.jsp"/>
              >>
              >>C:\TestDrive\MyDomain\mydomain\.\myserver\.wlnotdelete\extract\myserver__appsdir_jstlbook_war_jstlbook\jsp_servlet\__index.java:132:
              >>'try' without 'catch' or 'finally'
              >>(No more information available, probably caused by another error)
              >>
              >>C:\TestDrive\MyDomain\mydomain\.\myserver\.wlnotdelete\extract\myserver__appsdir_jstlbook_war_jstlbook\jsp_servlet\__index.java:178:
              >>'}' expected
              >>(No more information available, probably caused by another error)
              >>
              >>
              >>--------------------------------------------------------------------------------
              >>Full compiler error(s):
              >>C:\TestDrive\MyDomain\mydomain\.\myserver\.wlnotdelete\extract\myserver__appsdir_jstlbook_war_jstlbook\jsp_servlet\__index.java:142:
              >>'try' without 'catch' or 'finally'
              >> try { // TryCatchFinally begin //[ /index.jsp; Line: 3]
              >> ^
              >>C:\TestDrive\MyDomain\mydomain\.\myserver\.wlnotdelete\extract\myserver__appsdir_jstlbook_war_jstlbook\jsp_servlet\__index.java:132:
              >>'try' without 'catch' or 'finally'
              >> try { // error page try block
              >> ^
              >>C:\TestDrive\MyDomain\mydomain\.\myserver\.wlnotdelete\extract\myserver__appsdir_jstlbook_war_jstlbook\jsp_servlet\__index.java:178:
              >>'}' expected
              >> }
              >> ^
              >>3 errors
              >>
              >>
              >>--------------------------------------------------------------------------------
              >>Thu Sep 25 15:59:58 GMT+05:30 2003
              >>*******************************************************************
              >>
              >>
              >>Same file when i deployed in Tomcat4.1 was working fine i.e. copying
              >>the *.war
              >>into <tomcathome>/webapps directory. I got index page without touching
              >>the code!
              >>
              >>Is there any extra settings has to be done for running jsp's from war
              >>files in
              >>WL?
              >>
              >>THanks in advance
              >>
              >>Manjunath
              >>
              >
              >
              Please contact customer support [email protected] and request a patch for
              CR112789. AT_END tags do not work correctly in 81sp1
              

  • JSP compile warnings

    Folks !
    I have been getting this nuisance warning for ages and I though it was time to get rid of them. Compiling any JSP in JDeveloper I get:
    Warning: package name _jsp.xxxx does not match source file name xxxx
    What is it ?
    Also, anyway to suppress Java compiler warnings so I can look at errors only ?
    thanks a lot,
    -Sanjay

    I have the same problem (many warnings....), but it hasn't cause any problem while running.
    I thing this is becasuse I use uppercase letters inside names of directories.
    Example:
    - my page: public_html/BP/Aplikace.jsp
    - compiled to .java: classes\.jsps\_BP\_Aplikace.java
    - third line of Aplikace.java: package bp;
    So there is the problem: "_BP" (name of directory) versus "_bp" (name of package)!!!
    I thing this is a bug.
    If I am right, I have question for JDevTeam - will it be fixed?

  • Debug mode for Oracle JSP compiler?

    I deploy a web application in an EAR file to Oracle 9iAS 9.0.3 through Oracle Enterprise Manager. Now during the deployment of the EAR file I get an error:
    404 Not Found
    OracleJSP: java.io.FileNotFoundException:
    Set the init-param debug_mode to "true" to see the complete exception message.
    But I already added this parameter manually to the "oracle.jsp.runtimev2.JspServlet" in "global-web-application.xml" (as suggested by http://otn.oracle.com/tech/java/oc4j/doc_library/902/jsp/getstart.htm#1005625). Also, when I check out the "JSP Container Attributes" in the "Administration" settings of my OC4J, "Debug Mode:" is set to "Yes" as well.
    So how do I need to configure my OC4J to print the full JSP compilation error message?

    Please try Oracle9iAS Release 2 Containers for J2EE - Logging and Debugging at http://otn.oracle.com/tech/java/oc4j/htdocs/oc4j-logging-debugging-technote.html.
    Hope that helps.

  • JSP compiler Error

    Hi,
    we are running a EP 7.0 on SP 13. I have copied the standard theme, and now I am trying to  customize it. But if I click on the "Navigation Panel" Link I get the following:
    Portal Runtime Error
    An exception occurred while processing your request
    Exception id: 03:54_15/11/07_0013_926913750
    See the details for the exception ID in the log file.
    No I had a look in j2ee/cluster/server/0/log/systeme/server.log:
    Version: 1.5
    Guid: 00144F2A247C006A0000002900002CB300043EF89D0DF800
    Time: 2007 11 15 15:36:54:592
    SourceName: /System/Server
    Application: sap.com/irj
    Location: com.sap.portal.prt.runtime.servlet_jsp
    User: Administrator
    Session: 337
    Transaction:
    DSRComponent: P01AS1_P01_926913750
    DSRUser: Administrator
    DSRTransaction: 18ac4290938811dcb5f300144f2a247c
    ThreadName: SAPEngine_Application_Thread[impl:3]_14
    GroupId:
    GroupLevel: 0
    GroupIndent: 0
    Severity: Error
    Relatives: /System/Server
    MsgType: Plain
    MsgCode:
    ResourceBundle:
    Text: >>> JSPCompiler >>> ERROR in Compiling :JSPFileInfo :1525783928
    JSP File : /NWDI/P01/usr_sap/P01/JC92/j2ee/cluster/server0/apps/sap.com/irj/servlet_jsp/irj/root/web-inf/portal/portalapps/com.sap.portal.ur.preview/jsp/previews/prtl/tln.jsp
    Class Name: sapportalsjsptln
    Java File : /NWDI/P01/usr_sap/P01/JC92/j2ee/cluster/server0/apps/sap.com/irj/servlet_jsp/irj/root/web-inf/portal/portalapps/com.sap.portal.ur.preview/work/jsp/previews/prtl/_sapportalsjsp_tln.java
    Package Name : jsp.previews.prtl
    Class File : /NWDI/P01/usr_sap/P01/JC92/j2ee/cluster/server0/apps/sap.com/irj/servlet_jsp/irj/root/web-inf/portal/portalapps/com.sap.portal.ur.preview/work/jsp/previews/prtl/_sapportalsjsp_tln.class
    Is out dated : false [email protected]e35d7
    My problem is that I can not find the reason for this. OK I have an error with the JSP Compiler, but where can I find what error I have?

    Hi!
    I found the reason in another trace file. The problem was no less memory.
    After we fixed this problem. Everything worked again.
    Best,
    Stephan

  • JSP Compiler

              Originally I post it to weblogic.developer.interst. But I guess this may be a better space to post the JSP related question. Sorry for the double post
              Hi, there,
              I tried to use the weblogic.jspc to compile my JSP files for debug purpose. However, it doesn't give me detailed information.
              For example, for JSP file test.jsp:
              <%
              out.println(5) // miss ; at the end
              %>
              If I use browser to access it, it will give the error information, like:
              Compilation of ../public_html/jsp_servlet/_test.java' failed:
              /weblogic/appserver/public_html/jsp_servlet/_test.java:74: Invalid type expression.
              probably occurred due to an error in /test.jsp line 2:
              out.println("4")
              /weblogic/appserver/public_html/jsp_servlet/_test.java:76: Invalid declaration.
              (No more information available, probably caused by another error)
              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~`
              But if I use weblogic.jspc to compile it, it only tells you:
              Exec failed .. exiting
              That message is not helpful at all. I tried to use verbose option, it gave me more garbage information, like:
              [jspc] parsing /usr/export/docroot/test.jsp:
              [jspc] parsed test.jsp in 603 ms.
              [jspc] generated java file /usr/export/docroot/test.java, invoking java compiler:
              Exec failed .. exiting
              Then what's the use of that JSP compiler? Is there anyway to get the same error inforamtion on the web page?
              Thanks
              

              This was fixed around service pack 6 in WL 5.1.
              mike
              Rob Woollen <[email protected]> wrote:
              >It looks like it cannot find javac (or whatever java compiler you
              >specified) in the path.
              >
              >-- Rob
              >
              >Lan wrote:
              >>
              >> Originally I post it to weblogic.developer.interst. But I guess this may be a better space to post the JSP related question. Sorry for the double post
              >>
              >> Hi, there,
              >>
              >> I tried to use the weblogic.jspc to compile my JSP files for debug purpose. However, it doesn't give me detailed information.
              >>
              >> For example, for JSP file test.jsp:
              >> <%
              >> out.println(5) // miss ; at the end
              >> %>
              >>
              >> If I use browser to access it, it will give the error information, like:
              >> Compilation of ../public_html/jsp_servlet/_test.java' failed:
              >>
              >> --------------------------------------------------------------------------------
              >>
              >> /weblogic/appserver/public_html/jsp_servlet/_test.java:74: Invalid type expression.
              >> probably occurred due to an error in /test.jsp line 2:
              >> out.println("4")
              >>
              >> /weblogic/appserver/public_html/jsp_servlet/_test.java:76: Invalid declaration.
              >> (No more information available, probably caused by another error)
              >> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~`
              >>
              >> But if I use weblogic.jspc to compile it, it only tells you:
              >>
              >> Exec failed .. exiting
              >>
              >> That message is not helpful at all. I tried to use verbose option, it gave me more garbage information, like:
              >>
              >> [jspc] parsing /usr/export/docroot/test.jsp:
              >> [jspc] parsed test.jsp in 603 ms.
              >> [jspc] generated java file /usr/export/docroot/test.java, invoking java compiler:
              >> Exec failed .. exiting
              >>
              >> Then what's the use of that JSP compiler? Is there anyway to get the same error inforamtion on the web page?
              >>
              >> Thanks
              

Maybe you are looking for

  • How to know open item or closed item

    Hi Folks I have developed a report on FI . iam displaying open items( BSIK) and closed item (BSAK) in one file. my question is there any filed available in BSIK or BSAK to user know whether that transaction is open or closed? becasue iam displaying a

  • Double click event in ALV Display

    Hi   I am using Reuse_alv_grid_display for dis[playing ALV. Now I want to handle double click event on a perticular Single column. Pls provide code.

  • Multi Modul - Menu Extension

    I'm working on a multi modul scout application as described in https://www.eclipse.org/forums/index.php/t/243162/ Actually I'm facing a problem with Menu Extensions. Lets assume we have a "Masterdata modul" which treats for example customers. Within

  • Converting to tif

    Hi, I need to submit to a client tif files between 45.5-52MB. I have photos shot in NEF RAW and are about 15 MB before converting to tif in LR. When exporting and converting, the color space is set to sRGB, 8 bit, Resolution 300, and I have not selec

  • TaskResponse object problem

    Hello.. I've got a big problem when Im trying to set a taskresponse XML document to a task... Here's the code ctx = new InitialContext(processList); Object ref = ctx.lookup("RemoteWorklistManagerBean"); RemoteWorklistManagerHome home = (RemoteWorklis