Can't access JSP after deployment

I deployed my BC4J app to OC4J, and was able to access my main.html. But I got the following error when trying to access my JSP pages from main page:
500 Internal Server Error
OracleJSP:
JSP Error:
Request URI:/PracticeWorkspace-DataJSP-context-root/GiftCertificatesView_Browse.jsp
Exception:
java.lang.NoClassDefFoundError: oracle/jbo/common/ampool/ApplicationPoolException
     at java.lang.Class.getMethods0(Native Method)
     at java.lang.Class.getMethods(Unknown Source)
     at oracle.jsp.parse.JspBeanInfo.determineSetPropertyOverloading(JspBeanInfo.java:371)
     at oracle.jsp.parse.JspBeanInfo.getSetProperty(JspBeanInfo.java:681)
     at oracle.jsp.parse.JspBeanDictionary.getSetPropertyInfo(JspBeanDictionary.java:191)
     at oracle.jsp.parse.JspRTTag.getSetProperties(JspRTTag.java:739)
     at oracle.jsp.parse.JspRTTag.validateTagParse(JspRTTag.java:404)
     at oracle.jsp.parse.JspParseTag.parse(JspParseTag.java:887)
     at oracle.jsp.parse.OpenJspTagHandler.parse(OpenJspTagHandler.java:585)
     at oracle.jsp.parse.JspParseTag.parseNextTag(JspParseTag.java:661)
     at oracle.jsp.parse.JspParseTagFile.parse(JspParseTagFile.java:172)
     at oracle.jsp.parse.OracleJsp2Java.transform(OracleJsp2Java.java:118)
     at oracle.jsp.runtimev2.JspPageCompiler.attemptCompilePage(JspPageCompiler.java:331)
     at oracle.jsp.runtimev2.JspPageCompiler.compilePage(JspPageCompiler.java:204)
     at oracle.jsp.runtimev2.JspPageInfo.compileAndLoad(JspPageInfo.java:361)
     at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:483)
     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:257)
     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:423)
     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:346)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:691)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:276)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:737)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:247)
     at com.evermind.util.ThreadPoolThread.run(ThreadPoolThread.java:64)
Deployment log:
Beginning to deploy to Oracle9i Application Server...
Wrote WAR file to D:\JDev\MyWork\PracticeWorkspace\DataJSP\src\DataJSP_jpr_War.war
Wrote web EAR file to D:\JDev\MyWork\PracticeWorkspace\DataJSP\src\DataJSP_jpr_War.ear
Invoking Oracle9iAS admin tool...
D:\JDev\jdk1.3\jre\bin\javaw.exe -jar D:\OC4J\j2ee\home\admin.jar ormi://1057198A admin **** -deploy -file D:\JDev\MyWork\PracticeWorkspace\DataJSP\src\DataJSP_jpr_War.ear -deploymentName PracticeWorkspace-DataJSP-app
Auto-unpacking D:\OC4J\j2ee\home\applications\DataJSP_jpr_War.ear... done.
Auto-unpacking D:\OC4J\j2ee\home\applications\DataJSP_jpr_War\DataJSP_jpr_War.war... done.
Copying default deployment descriptor from archive at D:\OC4J\j2ee\home\applications\DataJSP_jpr_War/META-INF/orion-application.xml to deployment directory D:\OC4J\j2ee\home\application-deployments\PracticeWorkspace-DataJSP-app...
Auto-deploying PracticeWorkspace-DataJSP-app (New server version detected)...
Exit status of Oracle9iAS admin tool (-deploy): 0
D:\JDev\jdk1.3\jre\bin\javaw.exe -jar D:\OC4J\j2ee\home\admin.jar ormi://1057198A admin **** -bindWebApp PracticeWorkspace-DataJSP-app DataJSP_jpr_War http-web-site /PracticeWorkspace-DataJSP-context-root
Exit status of Oracle9iAS admin tool (-bindWebApp): 0
---- Deployment finished. ---- Jun 26, 2002 12:40:59 PM
URL I used to access my main page:
http://137.20.189.130:8888/PracticeWorkspace-DataJSP-context-root/main.html
Please help.

Juan,
Please ignore my previous email.
I got it work after I tried "Loading BC4J Runtime Libraries to OC4J". But...
I have problem starting one browse JSP page. I created two browse JSP pages, and they are almost identical expect for referencing to different Oracle tables. Surprisingly one works fine while the one doesn't work and kills OC4J when I click to open. The error is the normal IE "The page cannot be displayed". It shows the page title for a second, and then gives the error and stops OC4J.
Do you have any ideas? Thanks.
Dan

Similar Messages

  • Getting Servlet Exception while accessing servlets after deployment

    Hi,
    Iam getting a Servlet Exception while accessing servlets after deploying into weblogic 8.1
    Error 500--Internal Server Error
    javax.servlet.ServletException: [HTTP:101249][ServletContext(id=9599010,name=MyWeb,context-path=)]: Servlet class LoginServlet for servlet LoginServlet could not be loaded because the requested class was not found in the classpath F:\bea\weblogic81\samples\domains\examples\MyWeb\WEB-INF\classes;F:\bea\weblogic81\samples\domains\examples\.\examplesServer\.wlnotdelete\extract\examplesServer_MyWeb_MyWeb.
    java.lang.UnsupportedClassVersionError: LoginServlet (Unsupported major.minor version 49.0).
         at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:834)
         at weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:535)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:373)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6718)
         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:3764)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2644)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    My Folder Structureis like this,
    F:\bea\weblogic81\samples\domains\examples\MyWeb
    MyWeb is the projectName
    F:\bea\weblogic81\samples\domains\examples\MyWeb\WEB-INF
    Inside WEB-INF, i have web.xml and weblogic.xml, and classes directory with servlet classes.
    Any help will be appreciated.
    Thanx in advance.
    Regards
    Ram

    Hi,
    Thanks for the reply.
    Yes you are correct, i compiled using jdk1.5.
    but my servlet code will not compile in jdk1.4 version since i used advanced vaector classes in that.
    Is there any settings like script file that need to be changed so that i can point to my jdk1.5 compiler rather than the default one pointed by weblogic.
    Thanks in advance
    Ram

  • Can not access BIOS after update BIOS

    Can not access BIOS after update X220 BIOS to version 1.19
    Type: 4290-R32
    BIOS: 1.19
    http://download.lenovo.com/ibmdl/pub/pc/pccbbs/mobiles/8duj09uc.txt
    http://download.lenovo.com/ibmdl/pub/pc/pccbbs/mobiles/8duj09uc.iso
    Ask google and try anyway but not work
    - Press ThinkVantage, Press F1, Press Fn+F1
    - Power off, unplug AC, unplug battery, wait 15 miniute, try all again
    - Try to update BIOS again

    That is really weird.
    When you are in Windows, can you test and see if the F1 key is working? If it is working. Shut down the laptop then boot it back up. At the Thinkpad screen, keep spamming the F1 key and see if you are able to boot into BIOS.
    //JameZ
    Check out the Community Knowledge Base for hints and tips.
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"!
    X240 | 8GB RAM | 512GB Samsung SSD

  • How can I access JSP variables from a JavaScript function in a JSP page?

    Respected sir
    How can I access JSP variables from a JavaScript function in a JSP page?
    Thanx

    You may be get some help from the code below.
    <%
        String str="str";
    %>
    <script>
        function accessVar(){
           var varStr='<%=str%>';
           alert(varStr);// here will diplay 'str'
    </script>

  • TS4268 can't access imessage after downloading latest update on ipod touch

    can't access imessage after downloading latest update on ipod touch-----I click on SIGN IN.   The next page is typing in email address.  click NEXT.    VERIFYING.    It takes me back to sign in page.     What is wrong?          The user if and password are correct so that is not the problem.

    iOS: Troubleshooting Messages
    iOS: Troubleshooting FaceTime and iMessage activation
                                 FaceTime, Game Center, Messages: Troubleshooting sign in issues

  • Can't access firefox after using it as primary browser for a few years?

    I've been using Firefox for a few years with AOL dial-up access. I just switched to Comcast and after a few days I lost my connection to Firefox. The icons are there but the program won't come up. The first few days I could just use the Firefox icon to access my internet connection and then it just quit. Also was having some problems with Facebook via Firefox (kept getting error messages) just before this happened/ Please help. I can't access all my saved bookended addresses.

    There are some malware infections that make it hard to run programs (EXE) files. Hopefully you do not have one of those.
    Could you check whether it is a problem with your shortcut by starting Firefox a different way:
    Start menu > Run, type or paste the following and then press the Enter key or click Go:
    firefox.exe

  • Can't access Facebook after IOS 7.1.1. Update

    I can't access Facebook on my Ipad via Safari after the 7.1.1. IOS update. I only get a blank page. I can access Facebook via a FB app, so it's not Facebook. I have restarted the Ipad ,cleared cookies and  the history to no avail.  What is wrong? This has never happened before.

    Google has gotten more security conscience.  Do you want others to read your email?  VPN is a good thing.
    When you try to access google without the vpn on, do you get an email from google saying that they have rejected your connection attempt from a client.   There is a google parameter to allow email from an unsecure client.  Google will send you an email telling you how to make the change, when they reject your email client.  It's a hidden parameter.
    A lot of folks have gotten hacked recently in the US, so companies are implementing more security.
    Robert

  • Can't access photoshop after trial

    I subscribed after the trial ended, but I can't access the paid version.  Any ideas on what I'm doing wrong?

    Refer to this:
    Sign in or activation errors
    Mylenium

  • Can't access calendar after 8.1 update

    I have an HTC Windows Phone 8x and I finally got the 8.1 update we've all been waiting for. Unfortunately, now I can't access my calendar. Normally I have a Live tile that lets me access it, but that tile disappeared. I figured there must be some "new and improved" way to access my calendar, but after reading up on the 8.1 update, I have no clue. I tried deleting my Exchange email account and re-adding it, thinking it will now sync the calendar and make it appear on my phone, but that didn't work. And the phone doesn't let me delete my Windows Live email account (which is the other calendar that I can normally sync to my phone). I have gone through every menu option on my phone to see if there's something I'm missing, but there are zero options related to calendar. Supposedly, when you set up your email accounts, the calendars should just sync automatically. And that IS what happened prior to 8.1. So what's going on? Anyone else having this problem?

        We want to get your phone back to normal! If the application has disappeared there may have been a corruption during the upgrade. I would suggest a factory reset be completed at this point: http://www.verizonwireless.com/support/knowledge-base-66350/
    Thank you,
    YaleK_VZW
    Follow us on Twitter @VZWsupport

  • I can't access wifi after updating my ipad

    After updating my ipad to the latest ios version I can't access my wifi....

    You are required to provide credit card details to download apps be it free or paid.
    Nothing will be deducted from your credit card if the app is free.
    There will be a authorizing hold of US$1.00 to verify your account information. It will be credited back to your account later.

  • Can't access IPhoto after upgrade to Yosemite

    I just upgraded from Snow Leopard to Yosemite and can't access iPhoto.  I've tried to install the upgrade, but it just sits there saying Installing, but nothing is working.  Tried the IPhoto Upgrader without success.  It says that it was not necessary for me to use the upgrader.  Help!  I need access to all of my pics!

    Use Launchpad to cancel the download and try again.

  • All of a sudden, all I get is a 1" x 1.5" box in the middle of the screen that says Firefox, and Yahoo beneath that. I have deleted and reinstalled, same thing. Help, I can't access Firefox after many years.

    Besides the word Firefox is a reddish square. Clicking on either the word or the box makes it disappear down to the bottom try. I am at a loss. I've always used Firefox without any problems, now I can't access it. I deleted and reinstalled 4 times this morning. Help

    Hi,
    Please see [https://support.mozilla.org/en-US/kb/Toolbar%20keeps%20resetting?redirectlocale=en-US&redirectslug=Firefox+window+is+too+large+or+opens+off+screen this].

  • HT201365 Can't access phone after activation lock triggered

    I flew to Puerto Rico, where my carriers coverage map said all was good, my phone worked for the first hour, then got a strange "Activation Required" screen, and couldn't access anything on my device. When I tried to activate it using my iCloud account/pass it kept failing saying that the activation server couldn't be reached.
    Fast forward to right now, I am back in CA, and am still getting the same error and can't access or use anything on my phone. I tried restoring from iTunes, but it says I can't until I turn off Find My Phone from the device itself. This is obviously a problem, bc I can't access the device. This may in fact be the worst user experience I have had yet with any Apple product.
    Any ideas?

    Have you checked that
    Settings > USB storage is Enabled, and
    Settings > Media storage > Share using USB are enabled (there may be more than one of these, one for internal storage and one for SD card)?

  • Can't access Adobe After Effects CC - being asked for serial number

    Hi there,
    I've just spent an hour on a very slow customer chat box, and then it cut off.
    The guy gave me one suggestion: delete the database file from AppData > Local > Adobe > OOBE
    It didn't work.
    So, I'm not sure what to do. I can't access my product as it keeps asking for a serial number, but I'm on CC so I don't have one, as far as I know.
    Very frustrating.
    I appreciate any help you could provide.

    Hi TrickNick35 & Nerioo,
    Please follow the steps mentioned in the Kb Article mentioned below .
    CC Asking for Serial # http://helpx.adobe.com/creative-cloud/kb/ccm-prompt-serial-number.html
    Cheers,
    Kartikay Sharma

  • Can't access web after install

    Installed on new SLES11 box. Livetime says it's running, but I can't access at http://<ip> or http://<ip>:8700.
    When I installed SLES, I used the defaults for server type (Print). Show I add/change to Web/LAMP?
    Or is it something else?
    thanks

    Lindsey,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://forums.novell.com/

Maybe you are looking for