Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » How to uninstall WTP ?
How to uninstall WTP ? [message #145636] Sun, 30 October 2005 16:56 Go to next message
Thomas Dudziak is currently offline Thomas DudziakFriend
Messages: 4
Registered: July 2009
Junior Member
I've installed WTP 0.7.1 in Eclipse 3.1.1 via the update manager (over an
older version) but for some reason it is not working ok (see earlier
thread).
Now I want to clean the WTP installation, if possible from within Eclipse.
But I can nowhere find a way to uninstall WTP ?! In the product
configuration page, I can only disable WTP but not uninstall. Is there a
way from within the IDE to uninstall WTP or do I have to remove the
directories and jars in features & plugins (and hope that Eclipse does not
go bang after that) ?

regards,
Tom
Re: How to uninstall WTP ? [message #145678 is a reply to message #145636] Mon, 31 October 2005 10:07 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: asouquet.insia.org

Thomas Dudziak wrote:
> I've installed WTP 0.7.1 in Eclipse 3.1.1 via the update manager (over
> an older version) but for some reason it is not working ok (see earlier
> thread).
> Now I want to clean the WTP installation, if possible from within
> Eclipse. But I can nowhere find a way to uninstall WTP ?! In the product
> configuration page, I can only disable WTP but not uninstall. Is there a
> way from within the IDE to uninstall WTP or do I have to remove the
> directories and jars in features & plugins (and hope that Eclipse does
> not go bang after that) ?
>
> regards,
> Tom
>
Hello,

I didn't find the way to uninstall components in eclipse too (only
disabling).I think you 'll have to delete it manually.
It 's stuff which is reproached to eclipse: plugin uninstall.

Regards
Re: How to uninstall WTP ? [message #145687 is a reply to message #145636] Mon, 31 October 2005 12:39 Go to previous messageGo to next message
Fred Grott is currently offline Fred GrottFriend
Messages: 96
Registered: July 2009
Member
To diagnosis install problesm..

I usually check my Eclipse.log first as it usually indicates warnings such as trying to load the same plugin from 2 different locations and etc..

What warnings were showing up in your Eclipse.log about WTP?
Re: How to uninstall WTP ? [message #145744 is a reply to message #145687] Mon, 31 October 2005 21:13 Go to previous messageGo to next message
Thomas Dudziak is currently offline Thomas DudziakFriend
Messages: 4
Registered: July 2009
Junior Member
If you mean the .log file in the workspace/.metadata folder, then I get
this when I open a project that contains JSPs, and the open the web.xml
(Servlet 2.4 spec):


!ENTRY org.eclipse.core.runtime 4 2 2005-10-30 21:05:27.773
!MESSAGE An internal error occurred during: "Updating JSP Index".
!STACK 0
java.lang.NoClassDefFoundError:
org/eclipse/wst/sse/core/internal/encoding/EncodingHelper
at
org.eclipse.wst.dtd.core.internal.contentmodel.CMDocumentEnc odingHelper.updateFromEncodingHelper(CMDocumentEncodingHelpe r.java:55)
at
org.eclipse.wst.dtd.core.internal.contentmodel.CMDocumentEnc odingHelper.setEncodingInfo(CMDocumentEncodingHelper.java:31 )
at
org.eclipse.wst.dtd.core.internal.contentmodel.DTDImpl.build CMDocument(DTDImpl.java:81)
at
org.eclipse.wst.dtd.core.internal.contentmodel.CMDocumentFac toryDTD.createCMDocument(CMDocumentFactoryDTD.java:37)
at
org.eclipse.wst.xml.core.internal.contentmodel.ContentModelM anager.createCMDocument(ContentModelManager.java:56)
at
org.eclipse.wst.xml.core.internal.contentmodel.modelqueryimp l.CMDocumentManagerImpl.buildCMDocument(CMDocumentManagerImp l.java:277)
at
org.eclipse.wst.xml.core.internal.contentmodel.modelqueryimp l.CMDocumentManagerImpl.loadCMDocument(CMDocumentManagerImpl .java:240)
at
org.eclipse.wst.xml.core.internal.contentmodel.modelqueryimp l.CMDocumentManagerImpl.getCMDocument(CMDocumentManagerImpl. java:177)
at
org.eclipse.wst.html.core.internal.modelquery.XHTMLAssociati onProvider.getXHTMLCMDocument(XHTMLAssociationProvider.java: 80)
at
org.eclipse.wst.html.core.internal.modelquery.HTMLModelQuery CMProvider.getCorrespondingCMDocument(HTMLModelQueryCMProvid er.java:65)
at
org.eclipse.wst.xml.core.internal.contentmodel.modelqueryimp l.SimpleAssociationProvider.getCorrespondingCMDocument(Simpl eAssociationProvider.java:36)
at
org.eclipse.wst.xml.core.internal.contentmodel.modelqueryimp l.SimpleAssociationProvider.getCMElementDeclaration(SimpleAs sociationProvider.java:42)
at
org.eclipse.wst.xml.core.internal.contentmodel.modelqueryimp l.ModelQueryImpl.getCMElementDeclaration(ModelQueryImpl.java :116)
at
org.eclipse.jst.jsp.core.internal.modelquery.JSPModelQueryIm pl.getCMElementDeclaration(JSPModelQueryImpl.java:49)
at
org.eclipse.wst.xml.core.internal.document.ElementImpl.getDe claration(ElementImpl.java:316)
at
org.eclipse.wst.xml.core.internal.document.CMNodeUtil.getEle mentDeclaration(CMNodeUtil.java:40)
at
org.eclipse.wst.html.core.internal.document.HTMLModelParserA dapter.canContain(HTMLModelParserAdapter.java:77)
at
org.eclipse.wst.xml.core.internal.document.XMLModelParser.ca nContain(XMLModelParser.java:93)
at
org.eclipse.wst.xml.core.internal.document.XMLModelParser.in sertNode(XMLModelParser.java:1293)
at
org.eclipse.wst.xml.core.internal.document.XMLModelParser.in sertStartTag(XMLModelParser.java:1410)
at
org.eclipse.wst.xml.core.internal.document.XMLModelParser.in sertStartTag(XMLModelParser.java:1506)
at
org.eclipse.wst.xml.core.internal.document.XMLModelParser.in sertStructuredDocumentRegion(XMLModelParser.java:1516)
at
org.eclipse.wst.xml.core.internal.document.XMLModelParser.re placeStructuredDocumentRegions(XMLModelParser.java:2356)
at
org.eclipse.wst.xml.core.internal.document.DOMModelImpl.newM odel(DOMModelImpl.java:586)
at
org.eclipse.wst.xml.core.internal.document.DOMModelImpl.setS tructuredDocument(DOMModelImpl.java:863)
at
org.eclipse.wst.sse.core.internal.model.AbstractModelLoader. createModel(AbstractModelLoader.java:127)
at
org.eclipse.wst.sse.core.internal.FileBufferModelManager.get Model(FileBufferModelManager.java:556)
at
org.eclipse.wst.sse.core.internal.FileBufferModelManager.get Model(FileBufferModelManager.java:532)
at
org.eclipse.wst.sse.core.internal.model.ModelManagerImpl._co mmonGetModel(ModelManagerImpl.java:320)
at
org.eclipse.wst.sse.core.internal.model.ModelManagerImpl._co mmonGetModel(ModelManagerImpl.java:306)
at
org.eclipse.wst.sse.core.internal.model.ModelManagerImpl.get ModelForRead(ModelManagerImpl.java:1117)
at
org.eclipse.jst.jsp.core.internal.java.search.JSPSearchDocum ent.getJSPTranslation(JSPSearchDocument.java:105)
at
org.eclipse.jst.jsp.core.internal.java.search.JSPSearchDocum ent.getPath(JSPSearchDocument.java:149)
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:426)
at
org.eclipse.jst.jsp.core.internal.java.search.JSPSearchSuppo rt.addJspFile(JSPSearchSupport.java:320)
at
org.eclipse.jst.jsp.core.internal.java.search.JSPIndexManage r$ProcessFilesJob.run(JSPIndexManager.java:251)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)

!ENTRY org.eclipse.core.runtime 4 0 2005-10-31 00:09:54.746
!MESSAGE Could not create content describer for
org.eclipse.wst.dtd.core.dtdsource. Content type has been disabled.
!STACK 0
java.lang.NoSuchMethodError:
org.eclipse.wst.sse.core.internal.encoding.IResourceCharsetD etector.getEncodingMemento()Lorg/eclipse/wst/sse/core/intern al/encoding/EncodingMemento;
at
org.eclipse.wst.dtd.core.internal.content.ContentDescriberFo rDTD.handleCalculations(ContentDescriberForDTD.java:95)
at
org.eclipse.wst.dtd.core.internal.content.ContentDescriberFo rDTD.calculateSupportedOptions(ContentDescriberForDTD.java:5 9)
at
org.eclipse.wst.dtd.core.internal.content.ContentDescriberFo rDTD.describe(ContentDescriberForDTD.java:37)
at
org.eclipse.core.internal.content.ContentType.describe(Conte ntType.java:162)
at
org.eclipse.core.internal.content.ContentType.internalGetDes criptionFor(ContentType.java:448)
at
org.eclipse.core.internal.content.ContentTypeCatalog.getDesc riptionFor(ContentTypeCatalog.java:312)
at
org.eclipse.core.internal.content.ContentTypeCatalog.getDesc riptionFor(ContentTypeCatalog.java:316)
at
org.eclipse.core.internal.content.ContentTypeMatcher.getDesc riptionFor(ContentTypeMatcher.java:87)
at
org.eclipse.core.internal.resources.ContentDescriptionManage r.readDescription(ContentDescriptionManager.java:394)
at
org.eclipse.core.internal.resources.ContentDescriptionManage r.getDescriptionFor(ContentDescriptionManager.java:333)
at
org.eclipse.core.internal.resources.File.internalGetCharset( File.java:257)
at org.eclipse.core.internal.resources.File.getCharset(File.jav a:218)
at org.eclipse.core.internal.resources.File.getCharset(File.jav a:205)
at
org.eclipse.search.internal.core.text.FileCharSequenceProvid er$FileCharSequence.initializeReader(FileCharSequenceProvide r.java:275)
at
org.eclipse.search.internal.core.text.FileCharSequenceProvid er$FileCharSequence.reset(FileCharSequenceProvider.java:268)
at
org.eclipse.search.internal.core.text.FileCharSequenceProvid er.newCharSequence(FileCharSequenceProvider.java:40)
at
org.eclipse.search.internal.core.text.TextSearchVisitor.visi t(TextSearchVisitor.java:169)
at
org.eclipse.core.internal.resources.Resource$1.visitElement( Resource.java:50)
at
org.eclipse.core.internal.watson.ElementTreeIterator.doItera tion(ElementTreeIterator.java:81)
at
org.eclipse.core.internal.watson.ElementTreeIterator.doItera tion(ElementTreeIterator.java:85)
at
org.eclipse.core.internal.watson.ElementTreeIterator.doItera tion(ElementTreeIterator.java:85)
at
org.eclipse.core.internal.watson.ElementTreeIterator.doItera tion(ElementTreeIterator.java:85)
at
org.eclipse.core.internal.watson.ElementTreeIterator.iterate (ElementTreeIterator.java:126)
at org.eclipse.core.internal.resources.Resource.accept(Resource .java:60)
at
org.eclipse.search.internal.core.text.TextSearchVisitor.proc ess(TextSearchVisitor.java:97)
at
org.eclipse.search.internal.core.text.TextSearchEngine.searc h(TextSearchEngine.java:46)
at
org.eclipse.search.internal.ui.text.FileSearchQuery.run(File SearchQuery.java:88)
at
org.eclipse.search2.internal.ui.InternalSearchUI$InternalSea rchJob.run(InternalSearchUI.java:94)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)

!ENTRY org.eclipse.core.runtime 4 2 2005-10-31 00:09:54.967
!MESSAGE An internal error occurred during: "File Search".
!STACK 0
java.lang.NoSuchMethodError:
org.eclipse.wst.sse.core.internal.encoding.IResourceCharsetD etector.getEncodingMemento()Lorg/eclipse/wst/sse/core/intern al/encoding/EncodingMemento;
at
org.eclipse.wst.dtd.core.internal.content.ContentDescriberFo rDTD.handleCalculations(ContentDescriberForDTD.java:95)
at
org.eclipse.wst.dtd.core.internal.content.ContentDescriberFo rDTD.calculateSupportedOptions(ContentDescriberForDTD.java:5 9)
at
org.eclipse.wst.dtd.core.internal.content.ContentDescriberFo rDTD.describe(ContentDescriberForDTD.java:37)
at
org.eclipse.core.internal.content.ContentType.describe(Conte ntType.java:162)
at
org.eclipse.core.internal.content.ContentType.internalGetDes criptionFor(ContentType.java:448)
at
org.eclipse.core.internal.content.ContentTypeCatalog.getDesc riptionFor(ContentTypeCatalog.java:312)
at
org.eclipse.core.internal.content.ContentTypeCatalog.getDesc riptionFor(ContentTypeCatalog.java:316)
at
org.eclipse.core.internal.content.ContentTypeMatcher.getDesc riptionFor(ContentTypeMatcher.java:87)
at
org.eclipse.core.internal.resources.ContentDescriptionManage r.readDescription(ContentDescriptionManager.java:394)
at
org.eclipse.core.internal.resources.ContentDescriptionManage r.getDescriptionFor(ContentDescriptionManager.java:333)
at
org.eclipse.core.internal.resources.File.internalGetCharset( File.java:257)
at org.eclipse.core.internal.resources.File.getCharset(File.jav a:218)
at org.eclipse.core.internal.resources.File.getCharset(File.jav a:205)
at
org.eclipse.search.internal.core.text.FileCharSequenceProvid er$FileCharSequence.initializeReader(FileCharSequenceProvide r.java:275)
at
org.eclipse.search.internal.core.text.FileCharSequenceProvid er$FileCharSequence.reset(FileCharSequenceProvider.java:268)
at
org.eclipse.search.internal.core.text.FileCharSequenceProvid er.newCharSequence(FileCharSequenceProvider.java:40)
at
org.eclipse.search.internal.core.text.TextSearchVisitor.visi t(TextSearchVisitor.java:169)
at
org.eclipse.core.internal.resources.Resource$1.visitElement( Resource.java:50)
at
org.eclipse.core.internal.watson.ElementTreeIterator.doItera tion(ElementTreeIterator.java:81)
at
org.eclipse.core.internal.watson.ElementTreeIterator.doItera tion(ElementTreeIterator.java:85)
at
org.eclipse.core.internal.watson.ElementTreeIterator.doItera tion(ElementTreeIterator.java:85)
at
org.eclipse.core.internal.watson.ElementTreeIterator.doItera tion(ElementTreeIterator.java:85)
at
org.eclipse.core.internal.watson.ElementTreeIterator.iterate (ElementTreeIterator.java:126)
at org.eclipse.core.internal.resources.Resource.accept(Resource .java:60)
at
org.eclipse.search.internal.core.text.TextSearchVisitor.proc ess(TextSearchVisitor.java:97)
at
org.eclipse.search.internal.core.text.TextSearchEngine.searc h(TextSearchEngine.java:46)
at
org.eclipse.search.internal.ui.text.FileSearchQuery.run(File SearchQuery.java:88)
at
org.eclipse.search2.internal.ui.InternalSearchUI$InternalSea rchJob.run(InternalSearchUI.java:94)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)

!ENTRY org.eclipse.core.runtime 4 2 2005-10-31 22:11:55.967
!MESSAGE An internal error occurred during: "Loading referenced grammars".
!STACK 0
java.lang.NoSuchMethodError:
org.eclipse.wst.common.uriresolver.internal.provisional.URIR esolver.resolvePhysicalLocation(Ljava/lang/String;Ljava/lang /String;Ljava/lang/String;)Ljava/lang/String;
at
org.eclipse.wst.xml.core.internal.modelquery.XMLModelQueryAs sociationProvider.resolveGrammarURI(XMLModelQueryAssociation Provider.java:50)
at
org.eclipse.wst.xml.core.internal.contentmodel.modelqueryimp l.XMLAssociationProvider.resolveGrammarURI(XMLAssociationPro vider.java:160)
at
org.eclipse.wst.xml.core.internal.contentmodel.modelqueryimp l.CMDocumentManagerImpl.lookupOrCreateResolvedURI(CMDocument ManagerImpl.java:113)
at
org.eclipse.wst.xml.core.internal.contentmodel.modelqueryimp l.CMDocumentManagerImpl.addCMDocumentReference(CMDocumentMan agerImpl.java:186)
at
org.eclipse.wst.xml.core.internal.contentmodel.modelqueryimp l.CMDocumentLoader.handleGrammar(CMDocumentLoader.java:105)
at
org.eclipse.wst.xml.core.internal.contentmodel.modelqueryimp l.CMDocumentLoader$CMDocumentLoadingNamespaceTable.addElemen t(CMDocumentLoader.java:180)
at
org.eclipse.wst.xml.core.internal.contentmodel.modelqueryimp l.CMDocumentLoader.loadCMDocuments(CMDocumentLoader.java:74)
at
org.eclipse.wst.xml.core.internal.contentmodel.modelqueryimp l.InferredGrammarBuildingCMDocumentLoader.loadCMDocuments(In ferredGrammarBuildingCMDocumentLoader.java:56)
at
org.eclipse.wst.xml.ui.internal.DOMObserver.invokeCMDocument Load(DOMObserver.java:177)
at
org.eclipse.wst.xml.ui.internal.DOMObserver$TimerJob.run(DOM Observer.java:139)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)

!ENTRY org.eclipse.core.runtime 4 2 2005-10-31 22:11:57.669
!MESSAGE An internal error occurred during: "loading
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd".
!STACK 0
java.lang.NoSuchMethodError:
org.eclipse.wst.common.uriresolver.internal.provisional.URIR esolver.resolvePhysicalLocation(Ljava/lang/String;Ljava/lang /String;Ljava/lang/String;)Ljava/lang/String;
at
org.eclipse.wst.xsd.contentmodel.internal.util.XSDSchemaLoca torImpl.locateSchema(XSDSchemaLocatorImpl.java:52)
at
org.eclipse.xsd.impl.XSDSchemaDirectiveImpl.locateSchema(XSD SchemaDirectiveImpl.java:436)
at
org.eclipse.xsd.impl.XSDSchemaDirectiveImpl.resolve(XSDSchem aDirectiveImpl.java:386)
at org.eclipse.xsd.impl.XSDIncludeImpl.patch(XSDIncludeImpl.jav a:308)
at
org.eclipse.xsd.impl.XSDConcreteComponentImpl.patch(XSDConcr eteComponentImpl.java:526)
at org.eclipse.xsd.impl.XSDSchemaImpl.patch(XSDSchemaImpl.java: 1493)
at
org.eclipse.xsd.impl.XSDSchemaImpl.changeAttribute(XSDSchema Impl.java:2314)
at
org.eclipse.xsd.impl.XSDConcreteComponentImpl.eNotify(XSDCon creteComponentImpl.java:1219)
at
org.eclipse.xsd.impl.XSDSchemaImpl.setSchemaLocation(XSDSche maImpl.java:825)
at org.eclipse.xsd.util.XSDResourceImpl.doLoad(XSDResourceImpl. java:489)
at
org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(Resour ceImpl.java:977)
at
org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(Resour ceImpl.java:832)
at
org.eclipse.wst.xsd.contentmodel.internal.XSDImpl.buildXSDMo del(XSDImpl.java:205)
at
org.eclipse.wst.xsd.contentmodel.internal.XSDImpl.buildCMDoc ument(XSDImpl.java:169)
at
org.eclipse.wst.xsd.contentmodel.internal.CMDocumentFactoryX SD.createCMDocument(CMDocumentFactoryXSD.java:37)
at
org.eclipse.wst.xml.core.internal.contentmodel.ContentModelM anager.createCMDocument(ContentModelManager.java:56)
at
org.eclipse.wst.xml.core.internal.contentmodel.modelqueryimp l.CMDocumentManagerImpl.buildCMDocument(CMDocumentManagerImp l.java:277)
at
org.eclipse.wst.xml.core.internal.contentmodel.modelqueryimp l.CMDocumentManagerImpl$AsyncBuildOperation.run(CMDocumentMa nagerImpl.java:262)
at
org.eclipse.wst.xml.core.internal.contentmodel.modelqueryimp l.CMDocumentManagerImpl$1.run(CMDocumentManagerImpl.java:228 )
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)
Re: How to uninstall WTP ? [message #145764 is a reply to message #145636] Tue, 01 November 2005 03:43 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4435
Registered: July 2009
Senior Member

Thomas Dudziak wrote:
> I've installed WTP 0.7.1 in Eclipse 3.1.1 via the update manager (over
> an older version)
....
That's probably the source of your woes. Some builds prior to 0.7.1
identify themselves with version numbers higher than 0.7 and that
can easily confuse the Update Manager. If you see any
org.eclipse.wst* and org.eclipse.jst* plugins versioned at 1.0, it's
best to physically remove them.

The best thing to do, though, would be to start over with a clean
installation of 3.1.1.


--
- Nitin


_
Nitin Dahyabhai
Eclipse Web Tools Platform
Re: How to uninstall WTP ? [message #145781 is a reply to message #145764] Tue, 01 November 2005 11:17 Go to previous message
Thomas Dudziak is currently offline Thomas DudziakFriend
Messages: 4
Registered: July 2009
Junior Member
Nitin Dahyabhai wrote:

> Thomas Dudziak wrote:
>> I've installed WTP 0.7.1 in Eclipse 3.1.1 via the update manager (over
>> an older version)
> ....
> That's probably the source of your woes. Some builds prior to 0.7.1
> identify themselves with version numbers higher than 0.7 and that
> can easily confuse the Update Manager. If you see any
> org.eclipse.wst* and org.eclipse.jst* plugins versioned at 1.0, it's
> best to physically remove them.

> The best thing to do, though, would be to start over with a clean
> installation of 3.1.1.

That's what I feared because it will give quite some work (there are other
plugins and features, not to mention configuration). IMO it would be quite
useful to have an uninstall feature for WTP, esp. as it is not 1.0 yet.
Previous Topic:make changes to jsp while debugging
Next Topic:Launch Web Services Explorer - Error
Goto Forum:
  


Current Time: Thu Apr 25 14:28:24 GMT 2024

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

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

Back to the top