Tomcat7 not compiling JSP's after upgrade

Hi
Since last updates my Tomcat7 stopped compiling new or updated JSP files with this 500 server error message:
HTTP Status 500 - java.lang.NoClassDefFoundError: Could not initialize class org.eclipse.jdt.internal.compiler.parser.Parser
type Exception report
message java.lang.NoClassDefFoundError: Could not initialize class org.eclipse.jdt.internal.compiler.parser.Parser
description The server encountered an internal error that prevented it from fulfilling this request.
exception
javax.servlet.ServletException: java.lang.NoClassDefFoundError: Could not initialize class org.eclipse.jdt.internal.compiler.parser.Parser
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:343)
javax.servlet.http.HttpServlet.service(HttpServlet.java:728)
root cause
java.lang.NoClassDefFoundError: Could not initialize class org.eclipse.jdt.internal.compiler.parser.Parser
org.eclipse.jdt.internal.compiler.Compiler.initializeParser(Unknown Source)
org.eclipse.jdt.internal.compiler.Compiler.<init>(Unknown Source)
org.eclipse.jdt.internal.compiler.Compiler.<init>(Unknown Source)
org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:453)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:378)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:353)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:340)
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:646)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:357)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:390)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:334)
javax.servlet.http.HttpServlet.service(HttpServlet.java:728)
note The full stack trace of the root cause is available in the Apache Tomcat/7.0.34 logs.
I already tried to install the JDK7 from Oracle and changed the TOMCAT_JAVA_HOME but the problem persists.
Is there any issue with the last package upgrade?
I read that sometime ago someone had a similar problem and had to install Tomcat7 from Apache.
I really prefer to stay with the pacman release so it will be easier to start|stop|restart with systemctl.
System Arch Linux x86_64 fully updated.
Kind regards,
Carlos

Yes, me too.
Today I've tried to start Tomcat 7 (after a series of regular system upgrades) - got the same error. Perhaps Carlos, you are right, the root cause lie in the "eclipse-ecj" package. I have the last version installed (4.2.1-1).
And yes, that it - people had already reported about this issue, see: https://bugs.archlinux.org/task/33151
They've picked out that rolling back to the version 3.7.1-1 solves this issue.

Similar Messages

  • Scheduled jobs do not run as expected after upgrading to 10.2.0.3 or 4

    FYI, we've had a ticket open for several days because our scheduled jobs (dbms_scheduler) would no longer run as scheduled after an upgrade to 10.2.0.4 on HPUX, couldn't find the solution by searching in metalink, nor did I find it here or using Google - obviously I wasn't searching correctly. There is a note id that references a set of steps that appears to have resolved our problem. I am putting this note out here so that if you encountered the same difficulty you may come across this note earlier in your troubleshooting efforts rather than later. The full title of the note is: 'Scheduled jobs do not run as expected after upgrading to either 10.2.0.3 or 10.2.0.4'. The Doc ID is: 731678.1.

    Thanks - our ticket should be getting closed out on it (our dba will be updating it), the scheduler has been running reliably since we took the steps in the doc mentioned.

  • My other mail boxes are not visible in mail after upgrading to Mountain Lion

    my other mail boxes are not visible in mail after upgrading to Mountain Lion

    In the mailbox panel move your cursor slowly down the right hand side . Should reveal show and hide.

  • Photo library does not sync in iOS4 after upgrade in 3GS

    Hi all,
    Photo library does not sync in iOS4 after upgrade in 3GS.
    Anyone having such problems?

    Just did. Uncheck sync photo check box and sync. Then check sync photo check box and sync. Solved.

  • Firefox will not connect to internet after upgrade. The window pops up but shows "connecting " in tab. And then it sit there. Close it down and then try to reopen it and get message " Firefox already running, Exit program or shut down computer" ???

    Firefox will not connect to internet after upgrade. The window pops up but shows "connecting " in tab. And then it sit there. Close it down and then try to reopen it and get message " Firefox already running, Exit program or shut down computer" ?????????????????

    1st problem see http://kb.mozillazine.org/Firewalls
    2nd problem, to close Firefox properly use File > Exit
    :not with the [x] in upper right corner which close window
    :see http://kb.mozillazine.org/Firefox_hangs#Hang_at_exit
    :if restarting use "Restartless Restart" extension as mentioned there.
    <br><small>Please mark "Solved" one answer that will best help others with a similar problem -- hope this was it.</small>

  • App updates not running on ipad2 after upgrade to iOS 5 - anybody know or a solution or have same problem?

    App updates not running on ipad2 after upgrade to iOS 5 - anybody know or a solution or have same problem?

    Operator error! The mute button was on.

  • Yosemite does not recognize HP printer after upgrade.  I can print from my iPhone, but not my 13" Macbook Air (2013)Yosemite does not recognize HP printer after upgrade.  I can print from my iPhone, but not my 13" Macbook Air (2013)

    Yosemite does not recognize HP printer after upgrade.  I can print from my iPhone, but not my 13" Macbook Air (2013)
    Are others having the same problems?

    Try this. Worked for me.
    - turn off your router
    - turn off you Mac's after removing all available printers
    - turn off all iDevices
    - do a factory reset of your printer remove all cables min. 30 sec.
    - turn on your router first
    - ran the network set up wizard
    - give your printer also a new name like "DeskJet 2015"
       Something which you don't have used before.
    - turn on your Mac's and add your printer
    - turn on your iDevices at least.
    Should work after these steps.
    It worked for me including all iDevices.
    iOS and Yosemite

  • Appc does not compile JSPs under WEB-INF

    Hi,
              We are using WLS 8.1 and I noticed that appc does not compile jsps that are
              under WEB-INF. Is this expected? If the jsps are outside of WEB-INF then
              appc works fine...
              Thanks!
              John
              

    Although the client is not allowed to directly access jsps under WEB-INF, it
              is perfectly acceptable (and often recommended) to use a front controller to
              forward to jsps. Often these jsps are "hidden" in the WEB-INF directory so
              that they can't be accessed directly by the client. This pattern works fine
              under 8.1 except that appc won't precompile the jsps under WEB-INF (the
              container does compile the jsps when they are called). I believe this is a
              bug... If jsps are allowed in WEB-INF then appc should compile them...
              John
              "Stjepan Brbot" <stjepan.brbot@@zg.hinet.hr> wrote in message
              news:[email protected]...
              > Yes, this is expected! Web container, or better to say it's web component,
              > does not serve content of WEB-INF directory directly mening you cannot
              > access jsp inside WEB-INF like
              http://host:port/WebApp/WEB-INF/something.jsp
              > hence there's no need for compiling JSP's in it! The content of WEB-INF
              > directory can be accessed only via internal links so it is mostly used for
              > referencing taglibs. JSPs, HTMLs, images and all other file type that has
              to
              > be accessible directly by client web-server (not container internally)
              > should be in application directory or one of it's subdirectories.
              >
              > "John Hampton" <[email protected]> wrote in message
              > news:[email protected]...
              > > Hi,
              > >
              > > We are using WLS 8.1 and I noticed that appc does not compile jsps that
              > are
              > > under WEB-INF. Is this expected? If the jsps are outside of WEB-INF
              then
              > > appc works fine...
              > >
              > > Thanks!
              > > John
              > >
              > >
              >
              

  • HP Compaq CQ60-215dx: sound will not switch to headphones after upgrade to Win Vista 64bit Ultimate

    HP Compaq CQ60-215dx: sound will not switch to headphones after upgrade to Win Vista 64bit Ultimate
    what can I do?

    Uninstall the current audio driver and install it again.
    other option is trying driver from microsoft update.
    Pavilion DV2922TX, XP-SP3 32bit, Intel T5750 2.0Ghz, Nvidia Geforce 8400M GS with 128MB, 4GB 667 DDR2, 250GB HDD

  • Iphone 4 not recognised by laptop after upgrading Itunes, the itunes symbol and a usb cord has appeared on my Iphone 4 screen. Frustrated isn't the word.

    iphone 4 not recognised by laptop after upgrading Itunes, the itunes symbol and a usb cord has appeared on my Iphone 4 screen. Frustrated isn't the word.
    After installing latest version of Itunes, I connected my Iphone via USB and selcted yes to upgrade my Iphone, towards the end of the upgrade a notification popped up indicating that the upgrade had failed. Since then my Iphone just isn't responding, I've tried reinstalling Itunes, turning off Norton Security.
    Any help would be greatly appreciated.

    Thank you Carolyn,
    I've been through all those and apart from anything else, itunes is not seeing my phone, I therefore cannot restore the phone.
    Have tried deleting and reinstalling itunes in case something was missing there, though the fact the problem is on both my mac and my windows machine seems to me to suggest a phone problem..
    Is it possible that the latest IOS update which I did a week or so ago was not completed correctly? If so could this cause the problem? And how can I correct it?
    Many thanks

  • Web Query (.iqy) not working in Excel after upgrade to 11.1.1.6

    After upgrade 11.1.1.5 to 11.1.1.6, the Web Query (.iqy) does not work. After open the .iqy file in Excel, entered the user and password, it only pulls in "PK" in one cell, instead of the expected analysis report. This was working in 11.1.1.5 before upgrade.
    Does anyone know how to correct this issue? Is this a bug in 11.1.1.6, or required some new configuration settings?
    Thanks in advance.
    DX

    A bug has been registered.
    Bug 14040587 - OBIEE 11.1.1.6: OPENING WEB QUERY (.IQY) FILE IN EXCEL SHOWS JUNK CHARACTERS.

  • Ricoh mp c3001 not printing in color after upgrading to yosemite

    After upgrading to Yosemite, not able to print in color to a Ricoh MP C3001 on the network.

    In the Print dialog, select the Color Matching tab and then select Vendor Matching.

  • ICal Events on my mac not showing in reminders after upgrading to mountain lion

    after upgrading to mountin lion, all calenders on my mac are not showing in the reminders app, only calenders on icloud. The irony is all calenders created on my mac have been reclassified on iCloud. This was done automatically during the last upgrade and I chose to have my calenders on iCloud, so now they are listed twice in the iCal, however, there seems to be a difference between entries. For instance if I turn off the work calender on my mac, different things are removed than if I turn of the work calender on iCloud - i don't understand how or why this happens. In Reminders those very same calenders that are listed as iCloud on the iCal are listed as "on my mac" in the Reminder app and do not show anything. The only calenders on the Reminders app that appear under "iCloud" are the ones that I created on my iPhone. All these calenders are showing the correct entries.
    SO far not terribly impressed with Mountian Lion. I am also annoyed that it seems that I can no longer view all my entries from calender tasks at the same time like I used to be able to with Lion. This was very useful. It is now terribly inconvenient to have to check each calender and list in turn (I have nine) to be reminded, unlike in Lion with the list just to the side of iCal.
    Any help with the above problem?

    In the mailbox panel move your cursor slowly down the right hand side . Should reveal show and hide.

  • Yahoo Calendars entries created on Yahoo do not sync on iphone after upgrad

    After upgrading to IOS4, any previous or new calendar entries that have been created on the web in Yahoo calendars do not appear on the iphone. However, if you create a new yahoo calendar entry on the iphone then it appears without any problem in yahoo calendars (and also is removed if you delete from the iphone).
    The calendar is turned on correctly in Mail, Contacts, Calendars for the Yahoo accounts I have and I have even deleted and re-created the accounts on the iphone to see if that makes a difference and it does not.
    Prior to the upgrade to iOS4, the yahoo calendars all worked fine.
    Any ideas

    To fix yahoo calendars then do the following:-
    To reset, go to Settings, Mail, Contacts, Calendar. In this menu, go to "Calendars" options which is near the bottom. In the Sync categories change the setting from "*All Events*" to "*Events 6 Months Back*". Go to the calendar app and it should now Sync all of your Yahoo calendars. Go back to settings and change Sync settings back to "All Events" and they should all still appear.
    Also, for each yahoo account, go into them and make sure that Calendars is set to on.

  • QT10.1 will not open .wmv file after upgrade to 10.7.4

    Hi Qt 10.1 will no longer open .wmv files after upgrading to 10.7.4.  I have the latest version of flip for mac.  They will opwn in QT7 pro but does anybody have a fix for this problem at all?  Thanks in advance. 

    I'm having the same issue, but do not find a 3ivx codec in the mentioned QT folder.  I do, however, have these codecs listed in that folder:
    AppleGVAHW.component
    ApplePiletVideo.component
    AppleProResDecoder.component
    AppleVAH264HW.component
    QuartzComposer.component
    QuickTime3GPP.component
    QuickTimeComponents.component
    QuickTimeFireWireDV.component
    QuickTimeH264.component
    QuickTimeIIDCDigitizer.component
    QuickTimeImporters.component
    QuickTimeMPEG.component
    QuickTimeMPEG2.component
    QuickTimeMPEG4.component
    QuickTimeStreaming.component
    QuickTimeUSBVDCDigitizer.component
    QuickTimeVR.component
    Could ANY of these be causing my wmv files (or my Flip4Mac) to be corrupt and unable to work?  I appreciate any insight you may have.

Maybe you are looking for

  • How to change number of compilar  Warning ?

    We are in the process of upgrading our application from JDK 1.4 to 1.5 version . As part of this process we are using Generics and other new future. When we compile our project in Eclispe using ANT it gives only 50 Warning. is there any way i can see

  • Can't open tool under dropdown menu in InDesign

    I have several InDesign projects that were working fine yesterday. Today, I am unable to access the tool bar on any of them. There is no checkmark by the tool category in the toolbox after I click on it. The toolbar opens in Adobe Illustrator. How do

  • Going from Ipod to Itunes - is it impossible???

    My computer recently crashed and I lost everything! The really important stuff was backed up but the only copy of my music is on my ipod! Is there anyway to copy this music from my ipod back to itunes? Please please help. You can email me at [email p

  • Deploying a processflow

    Has anyone ran into this problem when trying to deploy a processflow? RPE-01008 Recovery of this request is in progress. In the /owb/log oracle.wh.runtime.platform.adapter.InfrastructureException: RPE-01003: An infrastructure condition prevented the

  • Specific sales order not showing in VKM1

    I have this sales order that is not showing in VKM1 even the credit status in not approved just wondering because there is other sales order with the sames credit account and credit status which show in VKM1. So there are two sales order with credit