facebook

Eclipse freeze on JSP compilation error

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 2 posts - 16 through 17 (of 17 total)
  • Author
    Posts
  • #232014 Reply

    quinnJohn58
    Member

    This is similar to an error one of our team is getting. Interestingly enough, he is using java 1.5, the rest of the team is using 1.4 and not getting the build error he gets.

    Here’s the exception (a dtd is found in the WEB-INF/lib directory and it’s expecting only archive files I believe, but why would the build work for everyone else – we’re getting our source from a common source control repository):
    [javac] error: error reading C:\ClearCase\max3336_view\ADVOB\AdvertisingManagementWEB\WebContent\WEB-INF\lib\hibernate-configuration-3.0.dtd; java.util.zip.ZipException: error in opening zip file[javac] 1 error
    Jun 30, 2005 11:57:15 AM com.genuitec.eclipse.wdt.jsp.jasper.compiler.Compiler ?
    SEVERE: Javac exception
    Compile failed; see the compiler error output for details.
    at org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:938)
    at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:758)
    at com.genuitec.eclipse.wdt.jsp.jasper.compiler.Compiler.?(Unknown Source)
    at com.genuitec.eclipse.wdt.jsp.jasper.compiler.Compiler.compile(Unknown Source)
    at com.genuitec.eclipse.wdt.jsp.jasper.compiler.Compiler.compile(Unknown Source)
    at com.genuitec.eclipse.wdt.jsp.jasper.driver.MyEclipseJspC.?(Unknown Source)
    at com.genuitec.eclipse.wdt.jsp.jasper.driver.MyEclipseJspC.parse(Unknown Source)
    at com.genuitec.eclipse.wdt.jsp.validation.JSPValidator.validate(Unknown Source)
    at com.genuitec.eclipse.wdt.jsp.validation.ValidateAction$1.run(Unknown Source)
    at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1673)
    at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1693)
    at com.genuitec.eclipse.wdt.jsp.validation.ValidateAction.validate(Unknown Source)
    at com.genuitec.eclipse.wdt.jsp.validation.ValidateAction.run(Unknown Source)
    at com.genuitec.eclipse.wdt.jsp.validation.Validator.validate(Unknown Source)
    at com.genuitec.eclipse.wdt.jsp.validation.Validator.validateIfNeeded(Unknown Source)
    at com.genuitec.eclipse.wdt.jsp.validation.Validator.validate(Unknown Source)
    at com.ibm.etools.validation.ValidatorLauncher.start(Unknown Source)
    at com.ibm.etools.validate.ValidationOperation.launchValidator(Unknown Source)
    at com.ibm.etools.validate.ValidationOperation.internalValidate(Unknown Source)
    at com.ibm.etools.validate.ValidationOperation.validate(Unknown Source)
    at com.ibm.etools.validate.ValidationOperation.run(Unknown Source)
    at com.ibm.etools.validate.ValidationBuilder.performFullBuild(Unknown Source)
    at com.ibm.etools.validate.ValidationBuilder.performFullBuild(Unknown Source)
    at com.ibm.etools.validate.ValidationBuilder.build(Unknown Source)
    at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:570)
    at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:616)
    at org.eclipse.core.runtime.Platform.run(Platform.java:747)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:159)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:251)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:204)
    at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:231)
    at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:616)
    at org.eclipse.core.runtime.Platform.run(Platform.java:747)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:234)
    at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:270)
    at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:299)
    at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:155)
    at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:212)

    #232020 Reply

    Riyad Kalla
    Member

    I’d have him install and use JDK 1.4 to run Eclipse with, there are some known issue (although only a few) with using 1.5.

Viewing 2 posts - 16 through 17 (of 17 total)
Reply To: Eclipse freeze on JSP compilation error

You must be logged in to post in the forum log in