Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ve-dev] Visual Editor Empty Palette


It seems that something is wrong with you model cache.

Try the following:

     Close all editors.
      Project->Clean all projects.

Close all the projects

ReOpen the projects,

Try to open again,


------------
Dr. Gili Mendel
IBM
Software Development
RTP Raleigh, NC
(919)543 6408, tie: 441 6408



"Eelco Kurvers" <eelco.kurvers@xxxxxxxxx>
Sent by: ve-dev-bounces@xxxxxxxxxxx

05/03/2006 09:17 AM

Please respond to
Discussions people developing code for the Visual Editor project <ve-dev@xxxxxxxxxxx>

To
"Discussions people developing code for the Visual Editor project" <ve-dev@xxxxxxxxxxx>
cc
Subject
Re: [ve-dev] Visual Editor Empty Palette





One of the entries in the .metadate\.log is:

!ENTRY org.eclipse.ve.java.core 4 0 2006-05-03 12:12:41.511
!MESSAGE Exception thrown.
!STACK 0
java.lang.NullPointerException
   at org.eclipse.ve.internal.java.codegen.java.rules.DefaultVisitorFactoryRule.retrieveFromCache (DefaultVisitorFactoryRule.java:83)
   at org.eclipse.ve.internal.java.codegen.java.rules.DefaultVisitorFactoryRule.getTypeVisitor(DefaultVisitorFactoryRule.java:109)
   at org.eclipse.ve.internal.java.codegen.java.JavaBeanModelBuilder.visitType (JavaBeanModelBuilder.java:508)
   at org.eclipse.ve.internal.java.codegen.java.JavaBeanModelBuilder.build(JavaBeanModelBuilder.java:417)
   at org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslator.reverseParse (JavaSourceTranslator.java:832)
   at org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslator.decodeDocument(JavaSourceTranslator.java:914)
   at org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslator.loadModel (JavaSourceTranslator.java:575)
   at org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEditorPart$Setup.run(JavaVisualEditorPart.java:1881)

It's the same message everytime. Thanks in advance.

Regards,
Eelco Kurvers

On 5/3/06, Dr Gili Mendel <gmendel@xxxxxxxxxx> wrote:

What's in  the .metadata\.log file in the workspace say?



------------
Dr. Gili Mendel
IBM
Software Development
RTP Raleigh, NC
(919)543 6408, tie: 441 6408



"Eelco Kurvers" <eelco.kurvers@xxxxxxxxx>
Sent by:
ve-dev-bounces@xxxxxxxxxxx

05/03/2006 05:39 AM

Please respond to
Discussions people developing code for the Visual Editor project <
ve-dev@xxxxxxxxxxx>


To
ve-dev@xxxxxxxxxxx
cc
Subject
[ve-dev] Visual Editor Empty Palette







Hi all.

I'm having trouble installing the Visual Editor. At first I wasn't able to get any component in the palette. Now after doing a clean install of Eclipse twice on this Windows XP machine (Version 3.1.1 and Version 3.1.2), I get another error.

It says "Error trying to set new file into editor. Reason:
java.lang.NullPointerException.It
comes right up at the moment I've made a Visual Class. Any ideas how to solve this problem?


I have no other plug-ins installed that are not default in a clean Eclipse install. I've read the install part in the FAQ and have also tried to install it by simply downloading the zip files. That was when I didn't get any of the components on the palette. I've also tried searching for a solution in the mailing list archive, but couldn't find one.

Thanks in advance.

Regards,

Eelco Kurvers_______________________________________________
ve-dev mailing list

ve-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ve-dev


_______________________________________________
ve-dev mailing list

ve-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ve-dev





--
---
"I don't know half of you half as well as I should like; and I like less than half of you half as well as you deserve." - J.R.R. Tolkien
--
_______________________________________________
ve-dev mailing list
ve-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ve-dev


Back to the top