facebook

Resource Exception

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #258116 Reply

    Hi,
    I’m trying to build a webapplication using myeclipse and i got the following exception in jsp files.

    Exception during execution:
    Resource /MyApp/.myeclipse/.bje_tmp/framework$/_hnav_bar$002ejsp$.java does not exist. – org.eclipse.core.internal.resources.ResourceException: Resource /MyApp/.myeclipse/.bje_tmp/framework$/_hnav_bar$002ejsp$.java does not exist.
    at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:310)
    at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:178)
    at org.eclipse.core.internal.resources.File.getContents(File.java:255)
    at org.eclipse.core.internal.resources.File.getContents(File.java:246)
    at de.bb.bje.eclipse.IncrementalJspBuilder.compile(Unknown Source)
    at de.bb.bje.eclipse.IncrementalJspBuilder.visit(Unknown Source)
    at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:68)
    at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:77)
    at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:77)
    at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:77)
    at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:49)
    at de.bb.bje.eclipse.IncrementalJspBuilder.?(Unknown Source)
    at de.bb.bje.eclipse.IncrementalJspBuilder.build(Unknown Source)
    at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:564)
    at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:615)
    at org.eclipse.core.runtime.Platform.run(Platform.java:747)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:157)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:249)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:202)
    at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:229)
    at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:615)
    at org.eclipse.core.runtime.Platform.run(Platform.java:747)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:232)
    at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:274)
    at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:297)
    at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:155)
    at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:212)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)

    The above exception arised in a jsp file named hnav_bar.jsp.
    I’ve have a number of JSP files with the same exception.What could be the problem?
    Is it the inability to convert the jsp file into servlet ?or something else?.

    Thanks,
    Srikanth Aitha

    #258308

    Riyad Kalla
    Member

    Can you please post all the information we request in the [URL=http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-393.html]Posting Guidelines[/URL] thread at the top of this forum? That will give us some context so that we can determine if this is an installation issue, a configuration problem, or a bug. Thanks.

    #258362

    Hi,
    I’m using MyEclipse 3.08Beta version(trial).
    Regarding the problem quoted above,I got the above exception when I imported the jsp files into the workspace through IDE.But after that i used the option of “Recompile All JSP’s” and now the exception is not occuring.Is it necessary to recompile all the JSP’s after importing?

    Thanks,
    Srikanth Aitha

    #258363

    Riyad Kalla
    Member

    Sometimes it can help re-sync the projcet resources which is a good idea.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Resource Exception

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