Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Method DependencyManager.getModStamp missing
Method DependencyManager.getModStamp missing [message #203312] Mon, 29 October 2007 16:31 Go to next message
Eclipse UserFriend
Originally posted by: roland.rulecore.com

Hi all,

I've stumbled upon a problem with my Eclipse (3.2.2) installation which
seems to be related to WST. In the .log file I get the following message:

!ENTRY org.eclipse.core.jobs 4 2 2007-10-29 16:08:08.483
!MESSAGE An internal error occurred during: "Updating JSP Index".
!STACK 0
java.lang.NoSuchMethodError:
org.eclipse.wst.common.componentcore.internal.builder.Depend encyGraphManager.getModStamp()J
at
org.eclipse.jst.j2ee.componentcore.J2EEModuleVirtualComponen t.getCachedReferences(J2EEModuleVirtualComponent.java:100)
at
org.eclipse.jst.j2ee.componentcore.J2EEModuleVirtualComponen t.getReferences(J2EEModuleVirtualComponent.java:65)
at
org.eclipse.jst.common.jdt.internal.classpath.FlexibleProjec tContainer.computeClasspathEntries(FlexibleProjectContainer. java:184)
at
org.eclipse.jst.common.jdt.internal.classpath.FlexibleProjec tContainer. <init>(FlexibleProjectContainer.java:122)
at
org.eclipse.jst.j2ee.internal.web.classpath.WebAppLibrariesC ontainer. <init>(WebAppLibrariesContainer.java:48)
at
org.eclipse.jst.j2ee.internal.web.classpath.WebAppLibrariesC ontainerInitializer.initialize(WebAppLibrariesContainerIniti alizer.java:34)
at
org.eclipse.jdt.internal.core.JavaModelManager.initializeCon tainer(JavaModelManager.java:1924)
at
org.eclipse.jdt.internal.core.JavaModelManager.getClasspathC ontainer(JavaModelManager.java:1267)
at
org.eclipse.jdt.core.JavaCore.getClasspathContainer(JavaCore .java:1470)
at
org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspa th(JavaProject.java:2169)
at
org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspa th(JavaProject.java:2073)
at
org.eclipse.jdt.internal.core.JavaProject.buildStructure(Jav aProject.java:337)
at
org.eclipse.jdt.internal.core.Openable.generateInfos(Openabl e.java:229)
at
org.eclipse.jdt.internal.core.JavaElement.openWhenClosed(Jav aElement.java:505)
at
org.eclipse.jdt.internal.core.JavaElement.getElementInfo(Jav aElement.java:249)
at
org.eclipse.jdt.internal.core.JavaElement.getElementInfo(Jav aElement.java:235)
at
org.eclipse.jdt.internal.core.JavaElement.getChildren(JavaEl ement.java:190)
at
org.eclipse.jdt.internal.core.JavaProject.getPackageFragment Roots(JavaProject.java:1832)
at
org.eclipse.jst.jsp.core.internal.java.JSPTranslation.create CompilationUnit(JSPTranslation.java:436)
at
org.eclipse.jst.jsp.core.internal.java.JSPTranslation.getCom pilationUnit(JSPTranslation.java:340)
at
org.eclipse.jst.jsp.core.internal.java.JSPTranslation.getJav aPath(JSPTranslation.java:127)
at
org.eclipse.jst.jsp.core.internal.java.search.JSPSearchDocum ent.getPath(JSPSearchDocument.java:165)
at
org.eclipse.jst.jsp.core.internal.java.search.JavaSearchDocu mentDelegate. <init>(JavaSearchDocumentDelegate.java:30)
at
org.eclipse.jst.jsp.core.internal.java.search.JSPSearchSuppo rt.createSearchDocument(JSPSearchSupport.java:401)
at
org.eclipse.jst.jsp.core.internal.java.search.JSPSearchSuppo rt.addJspFile(JSPSearchSupport.java:295)
at
org.eclipse.jst.jsp.core.internal.java.search.JSPIndexManage r$ProcessFilesJob.run(JSPIndexManager.java:262)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)

I have searched through all .jar files in my Eclipse plugin directories
and have found an implementation of the missing method in three
locations; one belongs to the installation of MyEclipse 5.5 (presently
active) and the two others are from the installation of WST 1.5.4
(presently active) and 1.5.5 (not active as it would break my current
configuration). The thing is that I don't understand why it complains
about this missing function when it seems to me that it should be there
as the above mentioned plugins are activated.

I'm not an expert on Eclipse and all the details related to features,
plugins and the intricacies contained within -- maybe anyone has a clue
how I can fix this problem without performing an installation from
scratch? Maybe you need more information to help me out with this one
but I'll be happy to give you any extra information needed (logs,
detailed configuration etc).

Thanks in advance,
Roland
Re: Method DependencyManager.getModStamp missing [message #203321 is a reply to message #203312] Mon, 29 October 2007 16:58 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: kosta.bea.com

I would suggest that you seek support for this issue on Genuitec's
MyEclipse forums. This might be a compatibility issue between MyEclipse
and WTP installs that you have.

- Konstantin



Roland Olsson wrote:
> Hi all,
>
> I've stumbled upon a problem with my Eclipse (3.2.2) installation which
> seems to be related to WST. In the .log file I get the following message:
>
> !ENTRY org.eclipse.core.jobs 4 2 2007-10-29 16:08:08.483
> !MESSAGE An internal error occurred during: "Updating JSP Index".
> !STACK 0
> java.lang.NoSuchMethodError:
> org.eclipse.wst.common.componentcore.internal.builder.Depend encyGraphManager.getModStamp()J
>
> at
> org.eclipse.jst.j2ee.componentcore.J2EEModuleVirtualComponen t.getCachedReferences(J2EEModuleVirtualComponent.java:100)
>
> at
> org.eclipse.jst.j2ee.componentcore.J2EEModuleVirtualComponen t.getReferences(J2EEModuleVirtualComponent.java:65)
>
> at
> org.eclipse.jst.common.jdt.internal.classpath.FlexibleProjec tContainer.computeClasspathEntries(FlexibleProjectContainer. java:184)
>
> at
> org.eclipse.jst.common.jdt.internal.classpath.FlexibleProjec tContainer. <init>(FlexibleProjectContainer.java:122)
>
> at
> org.eclipse.jst.j2ee.internal.web.classpath.WebAppLibrariesC ontainer. <init>(WebAppLibrariesContainer.java:48)
>
> at
> org.eclipse.jst.j2ee.internal.web.classpath.WebAppLibrariesC ontainerInitializer.initialize(WebAppLibrariesContainerIniti alizer.java:34)
>
> at
> org.eclipse.jdt.internal.core.JavaModelManager.initializeCon tainer(JavaModelManager.java:1924)
>
> at
> org.eclipse.jdt.internal.core.JavaModelManager.getClasspathC ontainer(JavaModelManager.java:1267)
>
> at
> org.eclipse.jdt.core.JavaCore.getClasspathContainer(JavaCore .java:1470)
> at
> org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspa th(JavaProject.java:2169)
>
> at
> org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspa th(JavaProject.java:2073)
>
> at
> org.eclipse.jdt.internal.core.JavaProject.buildStructure(Jav aProject.java:337)
>
> at
> org.eclipse.jdt.internal.core.Openable.generateInfos(Openabl e.java:229)
> at
> org.eclipse.jdt.internal.core.JavaElement.openWhenClosed(Jav aElement.java:505)
>
> at
> org.eclipse.jdt.internal.core.JavaElement.getElementInfo(Jav aElement.java:249)
>
> at
> org.eclipse.jdt.internal.core.JavaElement.getElementInfo(Jav aElement.java:235)
>
> at
> org.eclipse.jdt.internal.core.JavaElement.getChildren(JavaEl ement.java:190)
> at
> org.eclipse.jdt.internal.core.JavaProject.getPackageFragment Roots(JavaProject.java:1832)
>
> at
> org.eclipse.jst.jsp.core.internal.java.JSPTranslation.create CompilationUnit(JSPTranslation.java:436)
>
> at
> org.eclipse.jst.jsp.core.internal.java.JSPTranslation.getCom pilationUnit(JSPTranslation.java:340)
>
> at
> org.eclipse.jst.jsp.core.internal.java.JSPTranslation.getJav aPath(JSPTranslation.java:127)
>
> at
> org.eclipse.jst.jsp.core.internal.java.search.JSPSearchDocum ent.getPath(JSPSearchDocument.java:165)
>
> at
> org.eclipse.jst.jsp.core.internal.java.search.JavaSearchDocu mentDelegate. <init>(JavaSearchDocumentDelegate.java:30)
>
> at
> org.eclipse.jst.jsp.core.internal.java.search.JSPSearchSuppo rt.createSearchDocument(JSPSearchSupport.java:401)
>
> at
> org.eclipse.jst.jsp.core.internal.java.search.JSPSearchSuppo rt.addJspFile(JSPSearchSupport.java:295)
>
> at
> org.eclipse.jst.jsp.core.internal.java.search.JSPIndexManage r$ProcessFilesJob.run(JSPIndexManager.java:262)
>
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
>
> I have searched through all .jar files in my Eclipse plugin directories
> and have found an implementation of the missing method in three
> locations; one belongs to the installation of MyEclipse 5.5 (presently
> active) and the two others are from the installation of WST 1.5.4
> (presently active) and 1.5.5 (not active as it would break my current
> configuration). The thing is that I don't understand why it complains
> about this missing function when it seems to me that it should be there
> as the above mentioned plugins are activated.
>
> I'm not an expert on Eclipse and all the details related to features,
> plugins and the intricacies contained within -- maybe anyone has a clue
> how I can fix this problem without performing an installation from
> scratch? Maybe you need more information to help me out with this one
> but I'll be happy to give you any extra information needed (logs,
> detailed configuration etc).
>
> Thanks in advance,
> Roland
Re: Method DependencyManager.getModStamp missing [message #203330 is a reply to message #203321] Mon, 29 October 2007 17:28 Go to previous message
Eclipse UserFriend
Originally posted by: roland.rulecore.com

Thanks, I'll make a posting there as well.

/roland.

Konstantin Komissarchik wrote:
> I would suggest that you seek support for this issue on Genuitec's
> MyEclipse forums. This might be a compatibility issue between MyEclipse
> and WTP installs that you have.
>
> - Konstantin
>
>
>
> Roland Olsson wrote:
>> Hi all,
>>
>> I've stumbled upon a problem with my Eclipse (3.2.2) installation
>> which seems to be related to WST. In the .log file I get the following
>> message:
>>
>> !ENTRY org.eclipse.core.jobs 4 2 2007-10-29 16:08:08.483
>> !MESSAGE An internal error occurred during: "Updating JSP Index".
>> !STACK 0
>> java.lang.NoSuchMethodError:
>> org.eclipse.wst.common.componentcore.internal.builder.Depend encyGraphManager.getModStamp()J
>>
>> at
>> org.eclipse.jst.j2ee.componentcore.J2EEModuleVirtualComponen t.getCachedReferences(J2EEModuleVirtualComponent.java:100)
>>
>> at
>> org.eclipse.jst.j2ee.componentcore.J2EEModuleVirtualComponen t.getReferences(J2EEModuleVirtualComponent.java:65)
>>
>> at
>> org.eclipse.jst.common.jdt.internal.classpath.FlexibleProjec tContainer.computeClasspathEntries(FlexibleProjectContainer. java:184)
>>
>> at
>> org.eclipse.jst.common.jdt.internal.classpath.FlexibleProjec tContainer. <init>(FlexibleProjectContainer.java:122)
>>
>> at
>> org.eclipse.jst.j2ee.internal.web.classpath.WebAppLibrariesC ontainer. <init>(WebAppLibrariesContainer.java:48)
>>
>> at
>> org.eclipse.jst.j2ee.internal.web.classpath.WebAppLibrariesC ontainerInitializer.initialize(WebAppLibrariesContainerIniti alizer.java:34)
>>
>> at
>> org.eclipse.jdt.internal.core.JavaModelManager.initializeCon tainer(JavaModelManager.java:1924)
>>
>> at
>> org.eclipse.jdt.internal.core.JavaModelManager.getClasspathC ontainer(JavaModelManager.java:1267)
>>
>> at
>> org.eclipse.jdt.core.JavaCore.getClasspathContainer(JavaCore .java:1470)
>> at
>> org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspa th(JavaProject.java:2169)
>>
>> at
>> org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspa th(JavaProject.java:2073)
>>
>> at
>> org.eclipse.jdt.internal.core.JavaProject.buildStructure(Jav aProject.java:337)
>>
>> at
>> org.eclipse.jdt.internal.core.Openable.generateInfos(Openabl e.java:229)
>> at
>> org.eclipse.jdt.internal.core.JavaElement.openWhenClosed(Jav aElement.java:505)
>>
>> at
>> org.eclipse.jdt.internal.core.JavaElement.getElementInfo(Jav aElement.java:249)
>>
>> at
>> org.eclipse.jdt.internal.core.JavaElement.getElementInfo(Jav aElement.java:235)
>>
>> at
>> org.eclipse.jdt.internal.core.JavaElement.getChildren(JavaEl ement.java:190)
>>
>> at
>> org.eclipse.jdt.internal.core.JavaProject.getPackageFragment Roots(JavaProject.java:1832)
>>
>> at
>> org.eclipse.jst.jsp.core.internal.java.JSPTranslation.create CompilationUnit(JSPTranslation.java:436)
>>
>> at
>> org.eclipse.jst.jsp.core.internal.java.JSPTranslation.getCom pilationUnit(JSPTranslation.java:340)
>>
>> at
>> org.eclipse.jst.jsp.core.internal.java.JSPTranslation.getJav aPath(JSPTranslation.java:127)
>>
>> at
>> org.eclipse.jst.jsp.core.internal.java.search.JSPSearchDocum ent.getPath(JSPSearchDocument.java:165)
>>
>> at
>> org.eclipse.jst.jsp.core.internal.java.search.JavaSearchDocu mentDelegate. <init>(JavaSearchDocumentDelegate.java:30)
>>
>> at
>> org.eclipse.jst.jsp.core.internal.java.search.JSPSearchSuppo rt.createSearchDocument(JSPSearchSupport.java:401)
>>
>> at
>> org.eclipse.jst.jsp.core.internal.java.search.JSPSearchSuppo rt.addJspFile(JSPSearchSupport.java:295)
>>
>> at
>> org.eclipse.jst.jsp.core.internal.java.search.JSPIndexManage r$ProcessFilesJob.run(JSPIndexManager.java:262)
>>
>> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
>>
>> I have searched through all .jar files in my Eclipse plugin
>> directories and have found an implementation of the missing method in
>> three locations; one belongs to the installation of MyEclipse 5.5
>> (presently active) and the two others are from the installation of WST
>> 1.5.4 (presently active) and 1.5.5 (not active as it would break my
>> current configuration). The thing is that I don't understand why it
>> complains about this missing function when it seems to me that it
>> should be there as the above mentioned plugins are activated.
>>
>> I'm not an expert on Eclipse and all the details related to features,
>> plugins and the intricacies contained within -- maybe anyone has a
>> clue how I can fix this problem without performing an installation
>> from scratch? Maybe you need more information to help me out with this
>> one but I'll be happy to give you any extra information needed (logs,
>> detailed configuration etc).
>>
>> Thanks in advance,
>> Roland
Previous Topic:webservice
Next Topic:Way to change web root on dynamic web project
Goto Forum:
  


Current Time: Sat Apr 20 07:12:10 GMT 2024

Powered by FUDForum. Page generated in 0.03091 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top