For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 3 replies, 2 voices, and was last updated 19 years, 11 months ago by
Riyad Kalla.
-
AuthorPosts
-
srikanthaithaMemberHi,
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 AithaSeptember 10, 2006 at 11:03 am #258308
Riyad KallaMemberCan 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.
September 11, 2006 at 12:38 am #258362
srikanthaithaMemberHi,
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 AithaSeptember 11, 2006 at 1:23 am #258363
Riyad KallaMemberSometimes it can help re-sync the projcet resources which is a good idea.
-
AuthorPosts
