Skip to main content



      Home
Home » Language IDEs » ServerTools (WTP) » HTML editor does not open
HTML editor does not open [message #117247] Thu, 07 July 2005 04:43 Go to next message
Eclipse UserFriend
Hello !
I have just installed the WTP M5 and tried working with it. I have
installed the pre-requists, and when I the first thing I have tried doing
was opening an HTML document.
For some reason I do not get the editor, but rather :
"Unable to create this part due to an internal error. Reason for the
failure: Editor could not be initialized."

and then :
"java.lang.NoClassDefFoundError:
org/eclipse/wst/common/uriresolver/internal/provisional/URIR esolver
at
org.eclipse.wst.html.core.internal.encoding.HTMLModelLoader. getAdapterFactories(HTMLModelLoader.java:73)
at
org.eclipse.wst.sse.core.internal.model.AbstractModelLoader. createModel(AbstractModelLoader.java:114)
at
org.eclipse.wst.sse.core.internal.FileBufferModelManager.get Model(FileBufferModelManager.java:470)
....
"

What am I doing wrong ?

Thank you !

Elad
Re: HTML editor does not open [message #117258 is a reply to message #117247] Thu, 07 July 2005 04:52 Go to previous messageGo to next message
Eclipse UserFriend
On Thu, 07 Jul 2005 04:43:31 -0400, Elad Messing <elad.messing@gmail.com> wrote:

> What am I doing wrong ?
>

Did you happen to install both WTP zip and the WST zip? If so, only one is needed and something seems to go wrong when people install both (should work, we're not sure what gets 'overlayed' incorrectly).

That's the only thing that comes to mind. It does appear something "went wrong" with the install.

You might also check all plugins ended up in the right directory ... under <eclipse_install_dir>\eclipse\plugins
Re: HTML editor does not open [message #117284 is a reply to message #117258] Thu, 07 July 2005 05:11 Go to previous messageGo to next message
Eclipse UserFriend
Thank you for your reply, David.

I have installed only the wtp-1.0M5.zip.
What I have done is to extract it , and also the
emf-sdo-xsd-SDK-I200506230200.zip
GEF-SDK-3.1RC4.zip
JEM-SDK-I20050623.zip

to the same directory, and than just copied over my Existing Eclipse 3.1
directory. So i guess all the plugins went to the same directory...

I have also checked the JS editor now, and got no window as well.
In the log I am getting this :
"
!MESSAGE
org/eclipse/wst/sse/ui/internal/provisional/extensions/ISour ceEditingTextTools
!STACK 0
java.lang.NoClassDefFoundError:
org/eclipse/wst/sse/ui/internal/provisional/extensions/ISour ceEditingTextTools
at
org.eclipse.wst.javascript.ui.internal.editor.JSMultiPageEdi torPart.addSourcePage(JSMultiPageEditorPart.java:62)
at
org.eclipse.wst.javascript.ui.internal.editor.JSMultiPageEdi torPart.createPages(JSMultiPageEditorPart.java:77)
at
org.eclipse.ui.part.MultiPageEditorPart.createPartControl(Mu ltiPageEditorPart.java:241)
at
org.eclipse.ui.internal.EditorReference.createPartHelper(Edi torReference.java:585)
...
"

What would you recommand me to try now ?

Elad
Re: HTML editor does not open [message #117297 is a reply to message #117284] Thu, 07 July 2005 05:22 Go to previous messageGo to next message
Eclipse UserFriend
On Thu, 07 Jul 2005 05:11:49 -0400, Elad Messing <elad.messing@gmail.com> wrote:

> So i guess all the
> plugins went to the same directory...

First, I'd recommend to check ... there should only be one 'eclipse' directory and one 'plugins' directory.

If there is ony one, you might try starting eclipse (just once) with the -clean option.

If that doesn't work, I'd try re-install all in a fresh directory somewhere.
If that doesn't work, I'd recommend you re-download, maybe something was only partial?
Re: HTML editor does not open [message #117361 is a reply to message #117297] Thu, 07 July 2005 08:18 Go to previous messageGo to next message
Eclipse UserFriend
Hello again
Well - I did a fresh installation and than everything works.
Than I started adding each plug-in - one by one.

It seems that the Hibernate Tools plugin is causing all the trouble.
More specifically - the directories "org.eclipse.wst.xml.*" which are
bundeled in the Hibernate tools "plugins" directory.

Does you already know about this problem ? Havnt seen it in the Eclipse
documanted nor with the Hibernate plugin documantation.. Is it a known bug
?
Re: HTML editor does not open [message #117469 is a reply to message #117361] Thu, 07 July 2005 10:41 Go to previous messageGo to next message
Eclipse UserFriend
On Thu, 07 Jul 2005 08:18:41 -0400, Elad Messing <elad.messing@gmail.com> wrote:

> Hello again
> Well - I did a fresh installation and than everything works.
> Than I started adding each plug-in - one by one.
>
> It seems that the Hibernate Tools plugin is causing all the trouble.
> More specifically - the directories "org.eclipse.wst.xml.*" which are
> bundeled in the Hibernate tools "plugins" directory.
>
> Does you already know about this problem ? Havnt seen it in the Eclipse
> documanted nor with the Hibernate plugin documantation.. Is it a known bug
> ?
>
>
!!!! Its a surpise to me ... where does the hibernate tools come from?
Seems clearly they should not be re-distributing and are probably only doing
so as a temporary measure to have a fixed version of the xml stuff. (If they are
actually modifing the code and redistributing, its even worse, but I suspect
again, their plan is only temporary). I'd open a bug on them (and CC me :)

Thanks for much for digging in and helping find the source of the problem.
Re: HTML editor does not open [message #117495 is a reply to message #117469] Thu, 07 July 2005 11:07 Go to previous message
Eclipse UserFriend
Originally posted by: dombat.gmail.com

Regards, Cordialement,

Dominique Batard
MDSP Project - Functional Integration
Phone : 33 (0)1 14 53 27
Tie : 765327
mailto: dominique@ixemel.net
David Williams a écrit :
> On Thu, 07 Jul 2005 08:18:41 -0400, Elad Messing
> <elad.messing@gmail.com> wrote:
>
>> Hello again
>> Well - I did a fresh installation and than everything works.
>> Than I started adding each plug-in - one by one.
>>
>> It seems that the Hibernate Tools plugin is causing all the trouble.
>> More specifically - the directories "org.eclipse.wst.xml.*" which are
>> bundeled in the Hibernate tools "plugins" directory.
>>
>> Does you already know about this problem ? Havnt seen it in the Eclipse
>> documanted nor with the Hibernate plugin documantation.. Is it a known
>> bug
>> ?
>>
>>
> !!!! Its a surpise to me ... where does the hibernate tools come from?
> Seems clearly they should not be re-distributing and are probably only
> doing
> so as a temporary measure to have a fixed version of the xml stuff. (If
> they are
> actually modifing the code and redistributing, its even worse, but I
> suspect
> again, their plan is only temporary). I'd open a bug on them (and CC me :)
>
> Thanks for much for digging in and helping find the source of the problem.

Hi
I've got the same trouble with hibernate tools. I've solved it by
selecting and only extracting the org.hibernate.eclipse.* stuff.

Dom
Previous Topic:XMLBuddy and M5
Next Topic:Adding project natures for flexile project
Goto Forum:
  


Current Time: Wed Apr 23 01:50:28 EDT 2025

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

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

Back to the top