Getting error in JSP at compile time:

Hello,
I am getting this error in JSP at compile time, have no idea whatd going wrong here..!! Everything in the code looks good.
Please help..!! The error is:
Error 500: Unable to compile class for JSP /opt/WebSphere/AppServer/temp/jasi80corpgeNode/HRAppServer/Billinginterface/BillingInterfaceWEB.war/_select_5F_course.java:188: Type expected. } catch (Throwable t) { ^ 1 error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                

Everything looks good, but then you can never spot your own mistakes :-)
There are a couple of things.
1 - curly brackets in scriptlets. Make sure they are all opened and closed correctly.
2 - Custom tags (JSTL and the like) need to be closed. If it is a simple tag, have you forgotten the slash before the closing angle bracket? ie is it <c:out value="hello"> when it should be <c:out value="hello"/>
Take a look at the generated java code at /opt/WebSphere/AppServer/temp/jasi80corpgeNode/HRAppServer/Billinginterface/BillingInterfaceWEB.war/_select_5F_course.java, line 188
See if you can make any sense out of the java file generated from the jsp
If you want any more specific help than this, please post some jsp code :-)
If you don't want to do that, I would recommend commenting all the code out with <%-- --%>
get it to compile, and then uncomment a bit at a time
Good luck,
evnafets

Similar Messages

  • Getting Error in Portal while booking Time Sheet......

    Hi All,
    I am Getting Error in Portal when Booking Time sheet in Record working time Link. Getting below Error.
    "Enter activity type only in conjunction with cost center"...I have entered data in KP26.
    But for the same employee if i am booking the Efforts through R/3 (CAT2 Transaction) not getting the error. Successfully able to release the efforts it is storing in CATSDB.
    PLease advice on this.
    Regards,
    Srinivas...

    Hi Srinivas,
    Please make sure that CATS data entry fields are marked as "input only".
    Regards,
    Dilek

  • Changed AppleID p-word and now can't login to icloud on mac mini. I use correct password and I get spinning grey wheel. I know it's the correct password cause any other p-word gets error message. Also, my time capsule is blinking amber.

    Changed AppleID p-word and now can't login to icloud on mac mini. I use correct password and I get spinning grey wheel. I know it's the correct password cause any other p-word gets error message. Also, my time capsule is blinking amber. I've reset my password a few times and it doesn't help. Also have shut down completely and unplugged everything to no avail.

    Hey jamesarm97 & diegofoto,
    On August 21st, some users may have been unable to access iCloud services for a short period of time. Apple worked quickly to resolve these issues, however you two may have experienced them. To check the current status of these systems please see:
    Apple - Support - System Status
    http://www.apple.com/support/systemstatus/
    If either of you are still experiencing issues, you may want to troubleshoot with the following articles:
    iCloud: Troubleshooting web browser issues with iCloud.com
    http://support.apple.com/kb/TS4050
    iCloud: Account troubleshooting
    http://support.apple.com/kb/TS3988
    Thanks,
    Matt M.

  • Error in JSP Page Compilation

    Hi...I found following error during my jsp page compilation...I am using Tomcat Server 4.1.18 as a server.
    org.apache.jasper.JasperException: Unable to compile class for JSP
    An error occurred at line: -1 in the jsp file: null
    Generated servlet error:
    [javac] Since fork is true, ignoring compiler setting.
    [javac] Compiling 1 source file
    [javac] Since fork is true, ignoring compiler setting.
    [javac] C:\Tomcat-4.1.24\work\Standalone\localhost\webdav\new\ValidateUser_jsp.java:43: cannot resolve symbol
    [javac] symbol : class LoginManager
    [javac] location: class org.apache.jsp.ValidateUser_jsp
    [javac] LoginManager loginManager = null;
    [javac] ^
    [javac] C:\Tomcat-4.1.24\work\Standalone\localhost\webdav\new\ValidateUser_jsp.java:45: cannot resolve symbol
    [javac] symbol : class LoginManager
    [javac] location: class org.apache.jsp.ValidateUser_jsp
    [javac] loginManager = (LoginManager) pageContext.getAttribute("loginManager", PageContext.APPLICATION_SCOPE);
    [javac] ^
    [javac] C:\Tomcat-4.1.24\work\Standalone\localhost\webdav\new\ValidateUser_jsp.java:48: cannot resolve symbol
    [javac] symbol : class LoginManager
    [javac] location: class org.apache.jsp.ValidateUser_jsp
    [javac] loginManager = (LoginManager) java.beans.Beans.instantiate(this.getClass().getClassLoader(), "LoginManager");
    [javac] ^
    [javac] C:\Tomcat-4.1.24\work\Standalone\localhost\webdav\new\ValidateUser_jsp.java:58: cannot resolve symbol
    [javac] symbol : class UserCredentials
    [javac] location: class org.apache.jsp.ValidateUser_jsp
    [javac] UserCredentials credentials = null;
    [javac] ^
    [javac] C:\Tomcat-4.1.24\work\Standalone\localhost\webdav\new\ValidateUser_jsp.java:60: cannot resolve symbol
    [javac] symbol : class UserCredentials
    [javac] location: class org.apache.jsp.ValidateUser_jsp
    [javac] credentials = (UserCredentials) pageContext.getAttribute("credentials", PageContext.SESSION_SCOPE);
    [javac] ^
    [javac] C:\Tomcat-4.1.24\work\Standalone\localhost\webdav\new\ValidateUser_jsp.java:63: cannot resolve symbol
    [javac] symbol : class UserCredentials
    [javac] location: class org.apache.jsp.ValidateUser_jsp
    [javac] credentials = (UserCredentials) java.beans.Beans.instantiate(this.getClass().getClassLoader(), "UserCredentials");
    [javac] ^
    [javac] 6 errors
         at org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:130)
         at org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:293)
         at org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:353)
         at org.apache.jasper.compiler.Compiler.compile(Compiler.java:370)
         at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:473)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:190)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2415)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:594)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:392)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:565)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:619)
         at java.lang.Thread.run(Thread.java:534)

    This is my jsp file..i have also kept all my class files in respective folder..still i have this error...i have kept my class files into /WEB-INF/
    -classes
    com
    chintan
    webapps folder
    <%@ page language="java" %>
    <%@ page import="com.chintan.webapps.LoginManager" %>
    <%@ page import="com.chintan.webapps.UserCredentials" %>
    <jsp:useBean id="loginManager" class="com.chintan.webapps.LoginManager" scope="application" />
    <jsp:useBean id="credentials" class="com.chintan.webapps.UserCredentials" scope="session" />
    <jsp:setProperty name="credentials" property="*" />
    <html>
    <head>
    <title>
    User Validation JSP Page
    </title>
    </head>
    <body>
    <%! String nextPage; %>
    <%
    if(loginManager.login(credentials)){
    nextPage = "Mainmenu.jsp";
    }else if(loginManager.isLoggedIn(credentials)){
    nextPage = "Duplicate.jsp";
    }else{
    nextPage = "loginFailure.jsp";
    out.println(nextPage);
    %>
    <jsp:forward page="<%= nextPage %>" />
    </body>
    </html>

  • Downloaded 1.1.2. & all I get -Error Message: Device Out Of Time?

    Well, ever since I downloaded to 1.1.2., I have nothing but problems! Can not sync my iPhone! Getting error message: "Unable to sync your iPhone - Device ran out of time." I tried "restored" and got a new dock - still no luck.
    Someone please help!
    alowheo

    I believe your PB has USB 1.1 ports and if so, there have been some problems reported with this iPhone update and/or with the recent iTunes update by those with USB 1.1 ports which isn't officially supported by Apple for the iPhone regardless.
    Have you called AppleCare?

  • Getting error when trying to compile a servlet

    hai every one ,
    when i placed my servlet in the classes directory of the tomcat server and trying to compile it i am getting the following error
    javac :invalid flag:C:Program
    usage:javac <options><source files>
    where possible options include
    -g Generate all debugging info
    -g:none Generate no debugging info
    -g:(lines, vars ,source) Generate only some debugging info
    -nowarn Generate no warnigs
    etc
    i have specified the classpath of the application in the environment variables

    " Hi friend,
    Wat you can do is ???
    you gonna change your classpath to %tomcathome%=C: or D: or etc/Programfiles/Apache Tomcat 4.0/lib/etc/servlet.jar.
    or else try locating servlet.jar file in the tomcat folder and place that in
    C:\j2sdk1.4.0_01\lib folder and try compiling your code.
    I guess it will work.
    Regards,
    RAHUL"
    NO, if that was the problem it would have said
    package javax.servlet dosen't exist

  • Getting Error in jsp code

    Hi,
    I modify a jsp in which we have to remove the lov of a field according to the responsibility. but its giving some error. that i am not able to see. so can you please tell me whats the problem in this code.
    <td nowrap align="right" class="prompt" width="25%">
    <%
                        if(!qotRdOnly)
    %>
    <label for="qotPmtTerms">
    <%
    %>
    <%=qotRegionMgrObj.getPrompt("QOT_PAYMENT_TERMS")%>
    <%
    if(!qotRdOnly)
    %>
    </label>
    <%
    %>
    </td>
    <td><img alt="" height=8 src="/OA_MEDIA/jtfutrpx.gif" width=12></td>
    <%
    if(qotRdOnly)
    %>
    <td class="datareadonly" >
    <%=RequestCtx.htmlSecurityProcess(qotPmtTerms)%>
    <%
    else
    %>
    <td>
    <%
                             if(!QotUtil.isNull(qotPmtTerms))
    QotLookup qpmt = QotLookup.load(QotLookup.PAYMENT_TERM,QotUtil.stringToBigDecimal(qotPmtTerms));
    qotPmtTerms = qpmt!=null?qpmt.getName():"";
    %>
    <%@ page import="java.math.BigDecimal"%>
    <%@ page import="java.sql.Statement"%>
    <%@ page import="java.sql.ResultSet"%>
    <%@ page import= "java.lang.*"%>               
    <%@ page import ="java.sql.*" %>
    <%               
                             BigDecimal respId = RequestCtx.getResponsibilityId();
                             BigDecimal appId = RequestCtx.getApplicationId();
                             out.println("value for respId"+respId);
                             out.println("value for appId"+appId);
                             //int dbRespId = 0;
                             //ArrayList arraylist = new ArrayList();
                             int tempVal = 0;
                             OracleConnection con = null;          
                             Statement st = null;
                             ResultSet rs = null;
                             try
                                  con = (OracleConnection) TransactionScope.getConnection();
                                  out.println("value for connection object :--"+con);
                                  String sql = "Select INSTR(UPPER(responsibility_name),UPPER('Finance Override' )) A "
                                                      + "from fnd_responsibility_tl "
                                                      + "where application_id= " + appId
                                                      + " and responsibility_id= " + respId;
                                       out.println("Value of query in page :--"+sql);
                                       st = con.createStatement();
                                       rs = st.executeQuery(sql);
                                       out.println("Value of rs "+rs);
                                       out.println("Value of Temp is "+tempVal);
                                  while (rs.next())
                                       tempVal = rs.getInt(1);
                                       out.println("Value of Temp is "+tempVal);
                             catch(Exception e)
                                  e.printStackTrace();
                                  out.println("Exception :--"+e);
                             finally
                                  if (conn != null)
                                       TransactionScope.releaseConnection(conn);
                                       out.println("connection is null");
                             if(tempVal > 0)
    %>               
                                  <td width="25%">
                                  <select id="qotPmtTerms" name="qotPmtTerms">
                                  <option value=""> </option>
    <%
                                  RequestCtx.log("qotSCocPmtDet.jsp","here in Payment Terms");
                                  QotLookup[] qlpmt = QotLookup.list(QotLookup.PAYMENT_TERM);
                                  int qlpmt_length = qlpmt!=null?qlpmt.length:0;
                                  for(int i=0; i<qlpmt_length; i++)
                                  payment_term_name = qlpmt.getName();
                                  payment_term_code = qlpmt[i].getKey().toString();
    %>
                                  <option
    <%
                                  if (payment_term_code.equals(qotPmtTerms))
                                       %> selected <%
    %>
                                  VALUE="<%=payment_term_code%>">
                                  <%= RequestCtx.htmlEncode(payment_term_name)%>
                                  </option>
    <%
                                  } //end of length > 0
    %>
                                  </select>                              
    <%
                             else
    %>               
                                  <input class=formObjReadOnly type="text" id="qotPmtTerms" name="qotPmtTerms" size = "25" maxlength = "50" onFocus=this.blur(); readOnly = readOnly value="<%=RequestCtx.htmlEncode(qotPmtTerms)%>">
    <%                    
    %>
    </td>
    Thanks,

    Hi
    Could you add the error information, is a bit difficult to help with out it.
    Regards
    Alex

  • Getting (error code -6584) when starting time machine

    Hello, I have an early 2011 mbp running Lion. I tried this morning to start time machine and got the error described above. I have access to my time capsule but the program will not start. This is the first time I start time machine since installing lion.
    What could be wrong?
    thanks in advance

    To fix the error code -6584 you would need to verify and repair your Time Machine Backup.
    Go to System Preferences > Time Machine.
    Hold down the Option key on your keyboard and click the Time Machine menulet and then selecting "Verify Backups".

  • HT3728 I keep getting error code 6584 on my time capsule - should I do a hard reset?

    any help???

    This error has to do with the backup requiring a verification.
    A hard reset is ok, but I doubt it will fix the problem.
    Look at the info for verify in Pondini.
    See A5 http://pondini.org/TM/Troubleshooting.html
    There is also a long thread looking at this particular error.
    https://discussions.apple.com/thread/3123920?tstart=0

  • Unable to publish in Swf format. Get error message: 'Swf compilation failed. Note: Please verify if any of the actionscript keywords is used as user variable name'. Anyone know how to fix?

    Unable to publish in Swf format. Get error message reads: 'Swf compilation failed. Note: Please verify if any of the actionscript keywords is used as user variable name'. Anyone know how to fix?

    Hi There,
    Can you tell me the Operating System and Captivate version you are using?
    Also can you confirm if you are getting this issue will this one project or all the projects? Try to copy paste this project on a new blank project and then try to publish.
    Regards,
    Mayank

  • Getting Error in Master Repo creation in ODI 10.1.3.5

    Hi All,
    I am creating Master repo with MS SQL Server 2000 and using two approches but getting error.
    In first approch -
    I am using Driver --->>> com.microsoft.sqlserver.jdbc.SQLServerDriver and
    URL---->>> jdbc:sqlserver://localhost:1433;selectMethod=cursor;database=Master_ODI;integratedSecurity=false
    Master repo starts but in between getting error "*connection closed*" and some time "*Not delete permission for user on SNP_LICENSE.*
    Second Approch -
    Using Driver -->> sun.jdbc.odbc.JdbcOdbcDriver
    Url-->> jdbc:odbc: <DSN name with master database in SQl Server>
    in this approch I am able to create Mater repo but in topology I am not able to see Master repo in Repository window.
    Please help me out if Iam doing somthing wrong or missed some steps.
    Regards,
    Vibhav

    Just follow the below steps to create master repository in MS SQL Server, you can find these steps in odi installation folder.
    Creating Repository Storage Spaces
    Create a database db_snpm to host the Master repository and a database db_snpw to host the work repository. Create two logins snpm and snpw which have these databases by default.
    Use Enterprise Manager to create the two databases db_snpm and db_snpw (allow about 40 Mb for Data and 20 Mb for Log for each of them)
    Use Query Analyzer or I-SQL to launch the following commands:
    CREATE LOGIN <mylogin>
            WITH PASSWORD = '<mypass>',
            DEFAULT_DATABASE = <defaultbase>,
            DEFAULT_LANGUAGE = us_english;
    USE <defautbase>;
    CREATE USER dbo FOR LOGIN <mylogin>;
    GO
    Where: <mylogin> corresponds to snpm or snpw <mypass> corresponds to a password for these logins <defaultbase> corresponds to db_snpm and db_snpw respectively
    Creating the Master Repository
    Creating the master repository consists of creating the tables and the automatic importing of definitions for the different technologies.
    To create the master repository:
    In the Start Menu , select Programs > Oracle Data Integrator > Repository Management > Master Repository Creation , or Launch bin/repcreate.bat or bin/repcreate.sh.
    Complete the fields:
    Driver : the driver used to access the technology which will host the repository. For more information, refer to the section JDBC URL Sample.
    URL : The complete path for the data server to host the repository. For more information, refer to the section JDBC URL Sample.
    User : The user id / login of the owner of the tables (previously created under the name snpm).
    Password : This user's password.
    ID : A specific ID for the new repository, rather than the default 0. This will affect imports and exports between repositories.
    Technologies : From the list, select the technology your repository will be based on.
    Language: Select the language of your master repository.
    Validate by OK.
    Creating the dictionary begins. You can follow the procedure on your console. To test your master repository, refer to the section Connecting to the master repository.

  • I KEEP GETTING ERROR -3 WHEN INSTALLING THEN ERROR -2093 WHEN I TRY TO RUN

    I KEEP GETTING ERROR -3 WHEN INSTALLING QUICK TIME, AND THEN WHEN I TRY TO RUN ITUNES I GET ERROR -2093. PLEASE HELP!! I HAVE DELETED AND REINSTALLED THIS MORE THAN 5 TIMES ALREADY! I HAVE AN ACER COMPUTER WITH WINDOWS XP. IF YOU CAN HELP ME PLEASE REPLY OR WRITE ME AT [email protected]

    Hi DaFudgeWizzad57392483,
    Please refer to the threads below where this issue has been addressed:
    1. Installing Creative Cloud-Error 205
    2. Creative Cloud Error 205
    3. Creative Cloud App, installation error code 205
    Regards,
    Sheena

  • Error messages when I compile a Visual C++ 2010 project that includes the Atlcomcli.h file

    Hello,
    I am getting error messages when I compile a Visual C++ 2010 project that includes the Atlcomcli.h file.
    The error messages are:
    Error    1    error C2338: CVarTypeInfo< char > cannot be compiled with /J or _CHAR_UNSIGNED flag enabled    c:\program files\microsoft visual studio 10.0\vc\atlmfc\include\atlcomcli.h
    Search and found link to download hotfix KB982517. But no download available.
    https://connect.microsoft.com/VisualStudio/feedback/details/613888/i-would-like-to-receive-hotfix-kb982517-or-make-this-available-in-the-downloads-section
    Please help me to resolve this issue.
    Thanks,
    Gagan

    I would have to ask: why are you using _CHAR_UNSIGNED? Is this really necessary? I have to admit that the fact that by default char in C++ is signed is an annoying fact, but most of us have just gotten used to it.
    Have you tried the workaround
    #pragma push_macro("ATLSTATIC_ASSERT")
    #undef ATLSTATIC_ASSERT
    #define ATLSTATIC_ASSERT(x,y)
    #include <atlcomcli.h>
    #undef ATLSTATIC_ASSERT
    #pragma pop_macro("ATLSTATIC_ASSERT")
    that is described in the link
    https://support.microsoft.com/kb/982517?wa=wsignin1.0
    David Wilkinson | Visual C++ MVP

  • Getting compile time errors during gwt application compilation

    Hi,
    I am getting below compile errors while running ant script for my GWT application.
    javac:
    [javac] Compiling 32 source files to D:\Projects\workspace\MckSurvey\war\WEB-INF\classes
    [javac] D:\Projects\workspace\MckSurvey\src\com\spinsci\survey\client\model\QuestionBean.java:38: type parameters of <X>X cannot be determined; no unique maximal instance exists for type variable X with upper bounds int,java.lang.Object
    [javac]           return get("questionId");
    [javac] ^
    I am using JDK 1.6 and ANT 1.7 s/w.
    below is the target which is used in the build file:
    <javac srcdir="src" includes="**" encoding="utf-8"
    destdir="war/WEB-INF/classes"
    nowarn="true"
    debug="true" debuglevel="lines,vars,source"
         includeDestClasses="false"
         source="1.5" target="1.5"      
              >
    <classpath refid="project.class.path"/>
    <compilerarg value="-Xlint:-unchecked"/>
    </javac>
    Please suggest me accordingly to overcome this generics compile time errors.
    Regards,
    Sunder.

    dannyyates wrote:
    There are/have been numerous examples of differences in spec interpretation between Eclipse (ecj) and the Sun compiler. I generally find that Eclipse is more accurate in it's interpretation than Sun! :-)
    I would suggest raising this on an appropriate Eclipse forum. The guys there are normally very good at digging into the issue and explaining why they think they are right or else admitting that they've got it wrong.I totally agree on both accounts. I myself have seen at least two compiler bugs and asked both the Sun guys and the Eclipse guys (through their respective bug tracking systems) and both have been resolved (in both cases ecj was actually right, but I wouldn't dare drawing any conclusions from that ;-)).

  • "Error: out of memory" compiling JSP´s

    Our web application contains about 5000 JSP´s and 900 java files and every time I want to make the project I get the message "Error: out of memory" compiling the JSP´s despite already using the JVM option -Xmx850M to enlarge the heap size. It is not possible to use any higher value than 850M because this results in following error message launching JDeveloper.
    D:\jdevj2ee1013\jdev\bin>jdev.exe
    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    The computer I use for development has 2GB of memory and JDeveloper is the only application running, therfor there must be enough memory available.
    If I deactivate "Make Project before running" I´m able to launch the application and debug JSP´s, but every time a page is called it´s recompiled, even if it has not changed, which costs a lot of time.
    Is it possible to disable the JSP translation in the development process and only translate and compile the JSP´s at request time in the embeded OC4J and make sure that this happens only once if the JSP has not changed?

    I have solved the problem. I removed the transition, "Light Slice" from PulpFx. It was giving me trouble earlier. I don't know why, or if it's fixable and able to be used in the future, but I can render 100% after that effect is removed from the footage/sequence.

Maybe you are looking for