Trouble upgrading from tomcat 3.1 to 4.1

Hi,
I have this jsp application running fine with Tomcat 3.1 under W2K and i'm now having trouble having them run on Tomcat 4.1 on the same PC.
Basically i just renamed the Tomcat 3.1 directory, installed Tomcat 4.1, modified the server.xml file to let it know my application context. which means i did not change any environment variables.
I get this message when trying to run my application:
org.apache.jasper.JasperException: Impossible de compiler la classe pour JSP
E:\tomcat\work\localhost\MPREPORT\Bcplogon$jsp.java:5: Class or interface declaration expected.
import javax.servlet.*;
^
E:\tomcat\work\localhost\MPREPORT\Bcplogon$jsp.java:11: Superclass org.apache.jsp.HttpJspBase of class org.apache.jsp.Bcplogon$jsp not found.
public class Bcplogon$jsp extends HttpJspBase {
^
2 errors
Any hints welcome.
Christophe

yes the samples are running OK. I just don't see why i have compile problems since i did not modify the Classpath and JDK setup.
Also this 'import javax.servlet.*;' that can be seen in the error message: i use some import in my code, but not this one. Could that lead to some explanations ?

Similar Messages

  • Upgraded from Tomcat 3.3.1 to Tomcat 4.0.4 receiving Stack

    I moved my war file into my new Tomcat 4.0.4 webapps directory since I
    need to upgrade in order to use some 'other' tags and I'm receiving
    the following stacktrace when I try to hit the first page in my
    application....
    Any ideas as to why this is occurring?
    StackTrace Below:
    Application Error
    javax.servlet.ServletException: Invalid request - request handler
    "VoyagerLogin"
    not found
    at
    com.iplanet.jato.ApplicationServletBase.onRequestHandlerNotFound(Appl
    icationServletBase.java:1153)
    at
    com.iplanet.jato.ApplicationServletBase.fireRequestHandlerNotFoundEve
    nt(ApplicationServletBase.java:977)
    at
    com.iplanet.jato.ApplicationServletBase.getViewBeanInstance(Applicati
    onServletBase.java:717)
    at
    com.iplanet.jato.ApplicationServletBase.processRequest(ApplicationSer
    vletBase.java:429)
    at
    com.iplanet.jato.ApplicationServletBase.doPost(ApplicationServletBase
    .java:312)
    at
    com.iplanet.jato.ApplicationServletBase.doGet(ApplicationServletBase.
    java:282)
    at
    javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at
    javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
    icationFilterChain.java:247)
    at
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
    ilterChain.java:193)
    at
    org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
    alve.java:243)
    at
    org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline
    .java:566)
    at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
    a:472)
    at
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
    at
    org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
    alve.java:190)
    at
    org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline
    .java:566)
    at
    org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve
    .java:246)
    at
    org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline
    .java:564)
    at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
    a:472)
    at
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
    at
    org.apache.catalina.core.StandardContext.invoke(StandardContext.java:
    2347)
    at
    org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
    ava:180)
    at
    org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline
    .java:566)
    at
    org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatche
    rValve.java:170)
    at
    org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline
    .java:564)
    at
    org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
    ava:170)
    at
    org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline
    .java:564)
    at
    org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:
    468)
    at
    org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline
    .java:564)
    at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
    a:472)
    at
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
    at
    org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
    ve.java:174)
    at
    org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline
    .java:566)
    at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
    a:472)
    at
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
    at
    org.apache.catalina.connector.http.HttpProcessor.process(HttpProcesso
    r.java:1027)
    at
    org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.ja
    va:1125)
    at java.lang.Thread.run(Thread.java:536)

    There's definitely something wrong with my application directory or
    the .war file because I can run the JatoSample and the JatoTutorial
    applications fine from within Tomcat-4.0.4.....
    --- In SunONE-JATO@y..., "Craig V. Conover" <craig.conover@s...>
    wrote:
    Send me the war file with source. I'll see if I can run it on mymachine
    or figure out what the issue is.
    send to: craig.conover@s...
    craig
    chubbykidd wrote:
    Total disaster. My application will not work. I've closed all
    instances of Netscape and even logged off the SunRay I'm working on
    and I still get the same error. I then took your advice and
    downloaded
    Resin and installed it. Now when I hit the following URL...
    http://localhost:8080/Voyager/voyagermodule/VoyagerLogin I receivean
    'Application Error' page which states "Invalid request - request
    handler VoyagerLogin not found"
    I don't know what to do, I'm running out of possiblities...
    Help :-/
    --- In SunONE-JATO@y..., "Craig V. Conover" <craig.conover@s...>
    wrote:
    This will happen if the browser was already running, but you say
    you
    closed your browsers first. Make sure all instances of the browser
    are
    closed. For IE, when you launch one IE instance from another
    (Ctrl-N),
    they share the same process space.
    For Netscape, all instances always share the same process space.
    This
    includes the Mail client, so be sure all of them have been closed.
    I might suggest test running in Resin from Caucho (www.caucho.com)
    to
    make sure it's not a Tomcat bug or setup/install issue. Resin
    installs
    with just an unzip, and drop the war file in the webapps dir, and
    start
    the server.
    c
    chubbykidd wrote:
    I deleted my jakarta-tomcat-3.3.1 directory and now I'm getting a
    different error when I try to hit the first page in my
    application:
    >>>>
    The URL of my app is:
    http://localhost:8080/Voyager/voyagermodule/VoyagerLogin
    StackTrace below.... I've restarted tomcat after this stack was
    thrown
    and I've also closed my browsers and started over and I keep
    getting
    the same outcome....
    javax.servlet.ServletException: This session has timed out
    at
    com.iplanet.jato.ApplicationServletBase.onSessionTimeout(ApplicationServletBas\
    e.java:1075)
    >>>
    >>>
    at
    com.iplanet.jato.ApplicationServletBase.fireSessionTimeoutEvent(ApplicationSer\
    vletBase.java:941)
    >>>
    >>>
    at
    com.iplanet.jato.ApplicationServletBase.fireSessionEvents(ApplicationServletBa\
    se.java:649)
    >>>
    >>>
    at
    com.iplanet.jato.ApplicationServletBase.processRequest(ApplicationServletBase.\
    java:427)
    >>>
    >>>
    at
    com.iplanet.jato.ApplicationServletBase.doPost(ApplicationServletBase.java:312\
    >>>
    >>>
    at
    com.iplanet.jato.ApplicationServletBase.doGet(ApplicationServletBase.java:282)
    at
    javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at
    javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFi\
    lterChain.java:247)
    >>>
    >>>
    at
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChai\
    n.java:193)
    >>>
    >>>
    at
    org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java\
    :243)
    >>>
    >>>
    at
    org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566\
    >>>
    >>>
    at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
    at
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
    at
    org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java\
    :190)
    >>>
    >>>
    at
    org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566\
    >>>
    >>>
    at
    org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246\
    >>>
    >>>
    at
    org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564\
    >>>
    >>>
    at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
    at
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
    at
    org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2347)
    at
    org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
    at
    org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566\
    >>>
    >>>
    at
    org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.ja\
    va:170)
    >>>
    >>>
    at
    org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564\
    >>>
    >>>
    at
    org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170)
    at
    org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564\
    >>>
    >>>
    at
    org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:468)
    at
    org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564\
    >>>
    >>>
    at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
    at
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
    at
    org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:1\
    74)
    >>>
    >>>
    at
    org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566\
    >>>
    >>>
    at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
    at
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
    at
    org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:10\
    27)
    >>>
    >>>
    at
    org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1125)
    at java.lang.Thread.run(Thread.java:536)
    [85] wb138834@s...:
    --- In SunONE-JATO@y..., Todd Fast <Todd.Fast@S...> wrote:
    This error means the page/ViewBean you requested was not found.
    What is the
    URL you are using? Also make sure everything is compiled.
    Todd
    ----- Original Message -----
    From: "chubbykidd" <bacon33@o...>
    Sent: Thursday, August 29, 2002 11:13 AM
    Subject: [SunONE-JATO] Upgraded from Tomcat 3.3.1 to Tomcat
    4.0.4
    >>>>>
    >>>>>
    >>>>>
    >>>>>
    receiving
    Stack
    I moved my war file into my new Tomcat 4.0.4 webapps directory
    since I
    need to upgrade in order to use some 'other' tags and I'm
    receiving
    the following stacktrace when I try to hit the first page in my
    application....
    Any ideas as to why this is occurring?
    StackTrace Below:
    Application Error
    javax.servlet.ServletException: Invalid request - request
    handler
    "VoyagerLogin"
    not found
    at
    com.iplanet.jato.ApplicationServletBase.onRequestHandlerNotFound(Appl
    icationServletBase.java:1153)
    at
    com.iplanet.jato.ApplicationServletBase.fireRequestHandlerNotFoundEve
    nt(ApplicationServletBase.java:977)
    at
    com.iplanet.jato.ApplicationServletBase.getViewBeanInstance(Applicati
    onServletBase.java:717)
    at
    com.iplanet.jato.ApplicationServletBase.processRequest(ApplicationSer
    vletBase.java:429)
    at
    com.iplanet.jato.ApplicationServletBase.doPost(ApplicationServletBase
    .java:312)
    at
    com.iplanet.jato.ApplicationServletBase.doGet(ApplicationServletBase.
    java:282)
    at
    javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at
    javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
    icationFilterChain.java:247)
    at
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
    ilterChain.java:193)
    at
    org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
    alve.java:243)
    at
    org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline
    .java:566)
    at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
    a:472)
    at
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
    at
    org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
    alve.java:190)
    at
    org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline
    .java:566)
    at
    org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve
    .java:246)
    at
    org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline
    .java:564)
    at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
    a:472)
    at
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
    at
    org.apache.catalina.core.StandardContext.invoke(StandardContext.java:
    2347)
    at
    org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
    ava:180)
    at
    org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline
    .java:566)
    at
    org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatche
    rValve.java:170)
    at
    org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline
    .java:564)
    at
    org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
    ava:170)
    at
    org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline
    .java:564)
    at
    org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:
    468)
    at
    org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline
    .java:564)
    at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
    a:472)
    at
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
    at
    org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
    ve.java:174)
    at
    org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline
    .java:566)
    at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
    a:472)
    at
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
    at
    org.apache.catalina.connector.http.HttpProcessor.process(HttpProcesso
    r.java:1027)
    at
    org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.ja
    va:1125)
    at java.lang.Thread.run(Thread.java:536)
    To download the latest version of JATO, please visit:
    http://www.sun.com/software/download/developer/5102.html
    For more information about JATO, please visit:
    http://developer.iplanet.com/tech/appserver/framework/index.jsp
    To download the latest version of JATO, please visit:
    http://www.sun.com/software/download/developer/5102.html
    For more information about JATO, please visit:
    http://developer.iplanet.com/tech/appserver/framework/index.jsp
    To download the latest version of JATO, please visit:
    http://www.sun.com/software/download/developer/5102.html
    For more information about JATO, please visit:
    http://developer.iplanet.com/tech/appserver/framework/index.jsp

  • Trouble upgrading from PSE 3.0 to PSE 8.0

    I'm getting an unusable format of my ver 8.0 when upgrading from ver 3.0. My 3.0 PHOTO browser is OK but my 3.0 FILE browser is a mess because I moved many files by "getting" pictures and "deleting from catalog" rather than using the FILE browser in Editor. Does ver 8.0 look at the PHOTO browser or the FILE browser when installing. If this is the problem, is there a way to re-initialize or update the ver 3.0 file browser before I install ver 8.0. I'm using Windows XP SP3. I'll appreciate any help. I'm stuck.

    I have used Windows Explorer to managemy directories and files for some time. Last night while trying to get a handle on what was happening I found two troubling things. First, adding or deleting categories and sub-categories in PSE 3 Organizer does not add or delete them in the Editor File Browser. Not having used the File Editor for some time I never discovered this. I'm sure that somewhere, early on in my use of PSE 3, I found information that lead me to believed that the two browsers held the same information.
    The second thing has also escaped me for some time because I ignored the File Browser. There was a second copy of the Documents folder and the My Pictures folder in the File Browser. These were relics from a long time ago when I had placed shortcuts to both the Documents folder and the My Pictures folder on my desktop because it made it easier to access them. As I grew more familiar with using the program I realized that a shortcut to Windows Explorer was all I needed. So, I sent both the Documents and Pictures shortcuts to the Recycle bin. That, of course, as I found with Categories and Sub-categories, did not remove the short cuts from the File Browser. I was not aware that the shortcuts were still in the File Browser. All of this simply means that when I tried to upgrade to PSE 8 it was confused. When I removed PSE 8 after the bad install things got more scrambled.
    I have removed the second copies of Documents and Pictures and am now starting on the, I'm afraid, long process of getting my files in order. It's clear to me why the two browsers didn't agree. Thanks for your help. I appreciate it.

  • Trouble upgrading from 10.3.8 to 10.4.8 on an eMAC

    I just upgraded my OS from 10.3.8 to 10.4.8 and now suddenly my computer is having trouble waking up after sitting for a few minutes. I have to reboot it to get it to wake up. Also the computer will not respond to the "SLEEP" command under the Apple icon. I wondered if there is a firmware update needed but I searched for eMAC firmware updates and came up empty. Any ideas?
    Thanks,
    Jim

    Hi lynnwoodhs;
    May I welcome you to the Apple Discussion Forums.
    Could you please provide us with more details like how much RAM do you have and how much free disk space.
    Allan

  • NB upgrade - from tomcat to glassfish

    I upgraded NetBeans from 5.5b to 6.1. There is no longer a bundled tomcat, instead there is glassfish.
    My old web projects (written against tomcat) build correctly but they no longer run under glassfish. I get a 404 when I try to access them. I do not know glassfish well enough to troubleshoot via gf log messages whey they are not running under gf.
    Should these old tomcat projects run orrectly in glassfish or do i have to configure a file like web.xml in order to get them to run under glassfsh?

    duffymo wrote:
    qt4x11 wrote:
    I upgraded NetBeans from 5.5b to 6.1. There is no longer a bundled tomcat, instead there is glassfish.
    My old web projects (written against tomcat) build correctly but they no longer run under glassfish. I get a 404 when I try to access them. I do not know glassfish well enough to troubleshoot via gf log messages whey they are not running under gf.404 suggests that you just have a deployment or URL issue. What URL do you use to invoke the web app? Do you package it in a WAR file? Tomcat's default port is 8080; what port is Glassfish listening to for HTTP requests?
    I hit 'run main project' - the main project builds, then glassfish is started, and a browser window starts up with the web app.
    I am new to glassfish - I checked Services/Servers/GlassfishV2/Properties - it says
    Location: localhost:8484
    is that the port you are asking about?
    duffymo wrote:
    qt4x11 wrote:
    Should these old tomcat projects run orrectly in glassfish or do i have to configure a file like web.xml in order to get them to run under glassfsh?%

  • Having trouble upgrading from Tiger 10.4.11 to Snow Leopard 10.6.3.

    I'm having a problem upgrading my operating system to SL 10.6.3. When I insert the install disc my iMac just rejects the disc without mounting it. My hard drive is not cluttered with applications because I mainly just surf the web. The several times I was able to get the install disc to mount, when I try to install the disc just ejects. I'm having the same problem with the Tiger 10.4 install disc when I try to restart in 10.4 so I can run disc utilities disc repair it ejects even holding down the c key. Any thoughts or ideas would be appreciated. jwgpp

    Hi, not positive, but it sounds like maybe the Optical drive is flaky, but a lomg shot...
    I think you should get Applejack...
    http://www.macupdate.com/info.php/id/15667/applejack
    After installing, reboot holding down CMD+s, (+s), then when the DOS like prompt shows, type in...
    applejack AUTO
    Then let it do all 5 of it's things.
    At least it'll eliminate some questions if it doesn't fix it.
    The 6 things it does are...
    Correct any Disk problems.
    Repair Permissions.
    Clear out Cache Files.
    Repair/check several plist files.
    Dump the VM files for a fresh start.
    Trash old Log files.
    First reboot will be slower, sometimes 2 or 3 restarts will be required for full benefit... my guess is files relying upon other files relying upon other files!
    Disconnect the USB cable from any Uninterpretable Power Supply so the system doesn't shut down in the middle of the process.

  • Trouble upgrading from Tiger to Snow Leopard

    I have a 5 yr old MacBook Pro running Tiger, bought Snow Leopard ($29), was told I could upgrade but I'm not getting proper install screen (the one where you have to check off the "I agree" button, then install, etc).  This is what happens... I pop in the install DVD, a window pops up where I have three options:  1) install Mac OS X, 2) Optional Installs, 3) Instructions.  I double click on "Install Mac OS X", and get another screen with a big "X" that says "Click the button below to restart your computer and begin the installation process", with a "restart" button at the bottom.  When I click "restart", I get an authentication pop up asking me to type in my password.  When I do this, the computer restarts. As the computer restarts, just as it gets to the blue "apple" screen, it spits out the disk. 
    Tried restarting holding down the "C" key, nothing happened. 
    I've got lots of room and all the requirements, checked all that before I bought it. 
    Calling Apple was no help, they said it might be the disk (checked it with "first aid", it's fine) so they're sending me a new one but I doubt it'll make a difference.  I was told it was against their policy to help me through the process as I should have bought Leopard, however if that was still an option I would have bought Leopard first, then Snow Leopard, but I can't get Leopard anymore... don't want to wipe the HD as I no longer have the Install disks that it originally came with. 
    Any help would be appreciated!!  I'm no great techie so "dumb it down" for me...

    Disk - Disc... lol, knew I'd mess something up
    I checked the disc by inserting it into the drive, then going to Utilities > Disk Utility and selecting the Installation DVD disc and then "first aid" to check if it was a bad disc, but it says it's ok.  There were no scratches or anything on the shiny side of the disc and it was a sealed package bought right from the Mac online store. 
    When I go to Utilities > Disk Utilities and select my HD, I get options to "Verify Disk Permissions", "Repair Disk Permissions", and "Verify Disk", but "Repair Disk" button is not selectable... don't know if this means something?
    My MBP has 1 GB RAM, and 2.16 GHz Intel Core 2 Duo processor so not the one with "issues" from what I see... I would not have bought SL if I didn't meet requirements. 
    It wasn't my intention to skip Leopard and go right to SL from Tiger... she was running fine up until a few months ago when I noticed I could only update iTunes and other applications up to a point and now I can't update anything anymore because I need 10.5 or higher.  When I looked into buy Leopard, it was no longer available (nor was the "boxed set" others were recommending).  So now it seems I'm SOL... unless I get it off ebay and I'm not 100% sure buying software from ebay is a great idea.
    I've been scouring the forums and sites for answers as to why I'm not even given the appropriate Install prompt screen... no one seems to know the answer to that... At this point, I may just have to suck it up and bring it into a repair shop and pay 10x the price just to fix my baby...

  • Upgrade from tomcat to OC4J 10.1.3 jsp parser exception in tag lib

    i have problem in oc4j jsp parser
    but it work ok on tomcat as tomcat using jasper-compiler.jar
    when run on oc4j it give me the exception
    OracleJSP: oracle.jsp.parse.JspParseException: /jsp/layouts/elec/pageheading.jsp: Line # 3, <aa:h1 wrapped="true" labelKey="${heading1BundleKey}"/>
    Error: Errors parsing tag :h1 oracle.jsp.parse.JspParseException: /jsp/layouts/elec/pageheading.jsp: Line # 3, <aa:h1 wrapped="true" labelKey="${heading1BundleKey}"/>
    Error: oracle.jsp.provider.JspCompileException: <H3>Errors compiling:E:\oc4j\j2ee\home\application-deployments\default\sc40\persistence\_tagfiles\_oracle\_jsp\_tag\_aacom\_h1_2e_tag.java</H3><TABLE BORDER=1 WIDTH=100%><TR><TH ALIGN=CENTER>Line #</TH><TH ALIGN=CENTER>Error</TH></TR><TR><TD WIDTH=7% VALIGN=TOP><P ALIGN=CENTER>191</TD><TD> non-static variable _jspFragWriter cannot be referenced from a static context
    _jspFragWriter = null;
    -------------------------------------------------------->>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    and i have problem in web.xml
    as i using jsp servlet in jasper-compiler.jar in tomcat package
    <servlet>
    <servlet-name>jsp</servlet-name>
    <servlet-class>org.apache.jasper.servlet.JspServlet</servlet-class>
    <init-param>
    ------------------------------------>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    i try to use this package in oc4j but i can not
    i put this servlet in global-web-application.xml instead of
    <servlet>
         <servlet-name>jsp</servlet-name>
    <servlet-class>oracle.jsp.runtimev2.JspServlet</servlet-class>
    ------------------>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    to make oc4j depend on tomcat parser it give me
    classnotfound mean that (oc4j can not found package) this printed in global-application.log
    i make
    <library path="E:/oc4j/j2ee/home/applib/jasper-compiler.jar"/>
    and still have problem
    any 1 have idea using tomcat parser in oc4j
    or have idea solve this problem
    thanx
    Message was edited by:
    [email protected]
    Message was edited by:
    [email protected]
    Message was edited by:
    [email protected]
    Message was edited by:
    [email protected]

    OC4J 10.1.3 does support JSP 2.0, as well as custom tag libraries (including JSTL 1.1).
    There are two approaches to configuring a custom tag library for use in JSPs served by OC4J:
    1) Package the JSTL or custom tag library with your application:
    i. include the necessary JAR file in your web app's /WEB-INF/lib folder
    ii. include the relevant Tag Library Descriptor (TLD) file(s) in your web app's /WEB-INF folder
    iii. for each TLD, add a <tag-lib> element to web.xml referencing the TLD file's location and taglib URI
    2) Place the JSTL or custom tag library in an Application Server instance-level directory ($ORACLE_HOME/j2ee/home/jsp/lib/taglib) to make them available to multiple applications (in all OC4Js installed in the Oracle Home)
    For example, if you'd like to use the JSTL 1.1 Core and Internationalization Tag Libraries, do one of the following:
    1) Package the JSTL or custom tag library with your application:
    i. Obtain an implementation of JSTL (e.g. Jakarta Taglibs) and include the standard.jar and jstl.jar files in your web module's /WEB-INF/lib directory
    ii. From the JSTL implementation you're using, also copy the c.tld and fmt.tld Tag Library Descriptors to your web module's /WEB-INF/lib directory
    iii. Add the following elements to your web module's web.xml file:
    <jsp-config>
    <taglib>
    <taglib-uri>http://java.sun.com/jsp/jstl/core</taglib-uri>
    <taglib-location>/WEB-INF/c.tld</taglib-location>
    </taglib>
    <taglib>
    <taglib-uri>http://java.sun.com/jsp/jstl/fmt</taglib-uri>
    <taglib-location>/WEB-INF/fmt.tld</taglib-location>
    </taglib>
    </jsp-config>
    OR
    2) Copy the standard.jar and jstl.jar libraries from the JSTL implementation you're using to $ORACLE_HOME/j2ee/home/jsp/lib/taglib

  • I'm having trouble upgrading from Snow Leopard to Mountain Lion on MacBook Pro

    I'm having issues trying to upgrade to Mountain Lion on my MacBook Pro. I'm running the latest version of Snow Leopard but everytime I try to buy the app in the apple store to upgrade to Mountain Lion it alerts me that my system is not compatibale. I don't' understand I read all the requirements and I meet all of them. My MacBook Pro is from mid to late 2007, I have 3G's of RAM, I have an Intel Duo Core 2, I'm running the latest Snow Leopard.
    Anyone else encounter this problem? Any suggestions?
    Thanks 

  • Trouble Upgrading from Express Nine to Apple Studio

    I purchased Logic Studio recently, to upgrade my logic express nine. I get to the stage in downloading where it asks for my product serial number...I type in the apple studio serial number and it accepts it and asks for my previous logic programs' serial which is logic express nine..I type in the serial exatcly as its stated in the back and it says its invalid...I've typed it multiple times and had people check it and there are no errors...What Should I Do? I dont even know who to call from apple support, i spent a chunk of change on this program and its sitting there doing nothing...Please Help

    I dont even know who to call from apple support
    You call and ask for Logic Studio support,they'll transfer you to the appropriate department.make sure you have the Support ID handy..it's on one of the booklets inside the Logic Studio box.
    Here is a list > [International Tech Support Numbers|http://www.apple.com/support/contact/phone_contacts.html]
    A

  • Trouble upgrading from iPhoto '09 version 8.1.2 to latest version

    Currently, I am using iphoto '09 version 8.1.2 and want to SAFELY upgrade to the latest version of iPhoto (and I have already upgraded to Lion). I've heard about a lot of lost data when doing this!  I started by trying to install version 9.0.1 it won't load on my hard drive saying that I need to install version 9.0 first.  I thought about just going ahead with iPhoto '11 but I'm confused and don't want to risk losing data.  Any suggstions?

    Make a back up before upgrading anything.
    Somewhat confusing but iPhoto 11 and iPhoto v9 are the same thing. 11 is the marketing name for version 9 of iPhoto - like 09 is the marketing name of version 8 of iPhoto.
    To upgrade to iPhoto 11 (v9) you need to purchase it. You can do this on the App Store.
    Regards
    TD

  • Having trouble upgrading from LR 5.5, build 968504 to Lightroom 5.6

    I have the non-creative cloud, purchased version of LR 5.5, and I am receiving an alert that an update to 5.6 is available.  I have downloaded the update several times, and have tried to run it, but it gives the option of "Repair" or "Uninstall".  When I choose repair, it seems to go through an update routine, but it does not actually update the version to 5.6.  Instead, it remains at 5.5, and I continue to get the "Update" alert.  Any thoughts?

    It sounds like you’re running the 5.5 installer over and over, or already have LR 5.6 installed but maybe the shortcut you’re using is still to 5.5?
    In any case, you can download the LR 5.6 update directly from this page:  ttp://www.adobe.com/downloads/updates

  • Error message when trying to upgrade from 10.3.9 to Tiger 10.4.5

    Hope somebody can help. I'm fairly recent to macs as have always built and used pcs. Am having trouble upgrading from current pantherOS to Tiger. Bought emac with upgrade disc provided by seller. Disc was gray labelled emac. Installation went fine and everything was proceeding to point it finished writing files, configuring installation, and running installer scripts and then it quit with message: error installing software. Try reinstalling.
    Tried reinstallation and same thing occurred. then Tried complete erase and new installation. Same error message.
    Came to discussion group searching for something I might be doing wrong. Decided maybe disc was wrong even though it specified emac which is what I am using. Bought generic install disc that would install on any G3/4/5 with minimum specs per hardware which system met.Installation proceeded as it was going to install same as emac disc. This is normal full install disc for generic installation.
    All installations screens came up and installation proceeded to same point as before and then quit with same message: error installing software/ Try reinstalling.
    Have removed ram to original 256MB and tried. No luck. I am using external DVD for installation of DVD and wonder if this is problem but in the forums external DVD seems to work alright. Can reinstall old Panther OS without any problem
    Ran hardware test and everything checked okay.
    Should I just forget about upgrading and use 10.3.9 but would really like to know what is wrong. thanks. Rick

    Welcome to Apple Discussions!
    See my FAQ:
    http://www.macmaps.com/upgradefaq.html
    and then consider the instructions here to Archive and Install:
    http://docs.info.apple.com/article.html?artnum=301270

  • Problems upgrading from 10.2.8 to 10.3.9

    I'm having trouble upgrading from 10.2.8 to 10.3.9.. The first install CD won't boot, I get a grey screen and no "blue OS X sign" it just stays grey.. And here is briefly the history of what happened to get me to this point..
    This problem is on an iMac (summer 2000, the one with a slot loader). We (my wife's Mac) got it used and it was running OS 9.0.4 (She) wanted to run 10 and picked up 10.1 on ebay and installed it.. No problems there as 10.1 came with a boatload of system CDs including Classic 9.2.2.
    Then, after awhile and seeing 10.1 was too old for various software on peripherial devices.. I had some Jag 10.2 CDs lying around and we installed that and did a 10.2.8 upgrade.. Now it's time to install 10.3.9 and when it wouldn't install, a friend told us it was a firmware update problem.. Okay I went to the firmware update page for this iMac model and read the instructions.. But one caveat was in order to install a firmware update on an iMac which came with OS 9.0.4 at least 9.1 has to be installed to complete the update.
    Here's the tricky part , and it may sound really weird, but please bare with me; my wife had originally partitioned the 10GB HDD into 3 partitions and 9.2.2 was on one of them.. Sofar so good. I installed 10.2 and then an upgrade to 10.2.8. Then recently she told me that she had DELETED 9.2.2 and intended to install 10.3 on that partition and run 10.2 on the other one.... so she repartitioned the HD into 2 partitions.. with 10.2 on disk 1 and leaving disk 2 completely empty.. So, whew, when we tried to upgrade to 10.3 and nothing happened I thought this may be the cause of the problem.. A missing system.
    I tried in vain to reinstall 9 from the original CDs (by holding down the "C" key) and when I tried to install it the finder coudn't find a volume to install it on. All there was on the screen was the CD icon..
    Maybe I should've done the firmware upgrade before we installed 10.1.. But I didn't know I had to.. So, in anycase, it's now next to impossible to GO BACK to the starting line and reinstall 9.0.4 and do a reworking of the upgrades to 9.1 and 9.2 so I can properly do the firmware update and finally go the distance and install 10.3.9!
    Is everyone confused yet? If not any helpful advice to get me out of this mess would be helpful.
    Rob

    cornellius your post was *Very Helpful.
    I have the installation CDs for 9.0.4, 9.2.2, 10.1 and 10.2..
    I booted from the 9 CD and went to Disk Set Up and "initialised" the HD which placed a HD icon on the desktop. That resulted in a restoration of 9.0.4.. But I can't download the update, my DSL modem won't work with OS 9 minimum is 10.2. A little thing I forgot. Then I installed 9.2 since you can only do online firmware updates from 9.1 or higher.. I assume higher means 9.2.2.
    I read on this support's firmware update page that if you boot from OS X (10.1 or 10.2?) and go to the menu and Disk Utilities on the installer CD you can get firmware updates there.. I booted from 10.1 and could not see how to do that. But, as you suggested, I can "Erase Disk" and "Install OS 9 Drivers," i.e., "Classic" (check box) and go from there.. I can do this with 10.2 as well.. Same procedure same result.. 10.2 will be installed with 9.2.2 running in the background.
    But whether the firmware updates happen I'm not sure. As I stated above, this iMac had gone through two OS X upgrades, 10.1 then 10.2 and as I said somehow the Classic partition, 9.2.2, was deleted making it impossible to start up from OS 9. But I know once Classic is reinstalled with 10.2, I can do the firmware update.. and eventually install Panther.. Panther is a minimum requirement for iSale and, increasingly, other Mac software and the wife bought iSale to organize her ebay auctions.. so Panther it is.
    Well this sounds like a hurry and wait or wake up and go to sleep situation.. Larry, Moe and Curly couldn't do a better job than I'm doing..
    Thanks for your help,
    Rob

  • Would like to upgrade to Dragon Naturally Speaking 11 from DNS 6 (which would also entail a necessary upgrade from Windows 2000 to 7) but understand after all this expense and trouble, DNS upgrade may not be compatible with Firefox 6?

    Question
    Would like to upgrade to Dragon Naturally Speaking 11 from DNS 6 (which would also entail a necessary upgrade from Windows 2000 to 7) but understand after all this expense and trouble, DNS upgrade may not be compatible with Firefox 6?
    Main priority is voice activation upgrade. Ideas about how to proceed appreciated!

    AFAIK, it's been over three years since a WinXP laptop or desktop PC has been sold; I specifically bought a laptop in June 2008 because it was being clearanced by that retail chain to meet Microsoft's deadline, and got it real cheap. It was tagged for the store manager to purchase, but he let me have it because I exceeded his expectations for the services I performed for his store and thought I deserved it. Anything that wasn't made for Vista-compatibility will be very iffy with Win7, IMO - so that basically rules out anything that was made before like Oct or Nov 2007.
    Unless another DNS 11 user happens to see this thread and can verify whether it works in Firefox 6.0 or not, I don't what to recommend except for you doing a web search to see what other DNS / Firefox users have to say about compatibility.

Maybe you are looking for

  • SMS Provider Locations Do Not Match - Problem installing SCCM 2012 R2 CU4

    I have an SCCM 2012R2 CU1 site that has been upgraded from SCCM 2012 non-SP1, so I have gone from 2012 to 2012SP1 through CU5 and then to R2 and then to CU1. Over the course of the life of this site, which has more than 10k clients and 10 Site System

  • I Pod touch Will not Update Software

    HI, I got an I Pod Touch Model MC540LL (Dont know what Generation it is), Ive tried several times to update software from 4.3.3 to the new 5.0.1? Is that possible? When I try updating using Itunes, the downloading stops and tells me (server reset) I

  • Error while trying to restore ipad from icloud backup "Connection Error - server error apple id couldnt be created"

    after updating to ios 6.1.2 ipad2 ended up in restore mode, i have restored it and now i need this morning's the backup that's only on icloud but after i login (succesfully) and acept terms & condition popups an error "Connection Error - server error

  • Executing procedure with collection TYPE as IN param

    Hi , I am using Oracle Version 10.2.0.4.0. I have created a TYPE AE_SEQ_TAB1 IS TABLE OF number; This is my SP header: PROCEDURE test_data ip_table_nm IN VARCHAR2, ip_ae_seq_no IN      AE_SEQ_TAB1, op_error_cd OUT VARCHAR2, op_error_desc OUT VARCHAR2

  • ILife06 - Fonts missing

    Bought iLife06 today, I loaded it on my G4 laptop but when I started it, everytime I chose a template, I got a missing fonts message. (I restarted my computer and used verify disk permissions on Disk Utility) But same problem. I loaded it on my old P