Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ve-dev] Problems using visual editor


Hi Matthew,

Three things:

1) Please in the future use the news.eclipse.org - eclipse.tools.ve newsgroup for questions about the VE and problems using it. This mailing list is for the developers of VE.

2) It looks like you are using SUSE Linux. SUSE has a problem with /etc/hosts file. Because of this we can't comunicate to localhost through sockets. You need
to go to the /etc/hosts file and change the line that says:
   :::1  localhost

to not say localhost. We can only have one local host, and it must be 127.0.0.1.

3) Also, there is a mismatch of levels here, we don't work well yet on Eclipse 3.1 drivers. VE 1.0.1.1 will not work correctly on 3.1. We are going to being releasing real soon, a week maybe, a driver that does work on Eclipse 3.1. If you want to use the VE you should be at Eclipse 3.0.1

Thanks,
Rich


"Matthew Hailstone" <mhailstone@xxxxxxxxxx>
Sent by: ve-dev-admin@xxxxxxxxxxx

03/10/2005 01:08 PM

Please respond to
ve-dev

To
<ve-dev@xxxxxxxxxxx>
cc
Subject
[ve-dev] Problems using visual editor





This is my first post to the list!
 
Here is my environment:
 
x86 Linux (NLD) (SLES 9) GTK
 
eclipse - eclipse-SDK-M20050209-linux-gtk.zip
 
Eclipse Modeling Framework (EMF)
Version: 2.1.0.I200503100800
Build id: 200503100800
 
Eclipse Graphical Editing Framework
Version: 3.0
Build id: 200408311615
 
Eclipse Graphical Editing Framework Developer Resources
Version: 3.0
Build id: 200408311615
 
Eclipse Graphical Editing Framework Developer Resources
Version: 3.0
Build id: 200408311615
 
Java EMF Model
Version: 1.0.1.1
Build id: 200409191449
 
Java EMF Model SDK
Version: 1.0.1.1
Build id: 200409191449
 
Java EMF Model SDK
Version: 1.0.1.1
Build id: 200410221351
 
Visual Editor
Version: 1.0.1.1
Build id: 200502151643
 
Visual Editor SDK
Version: 1.0.1.1
Build id: 200409191449
 
Visual Editor SDK
Version: 1.0.1.1
Build id: 200410221351
 
 
I am getting the following errors when trying to create a JPanel Visual Class file:
 
IWAV0138E Remote VM terminated too soon. See .log file for trace of output. For VM "Project (ProjectName)-VM for ProjectName".
 
An internal error occurred during: "Create Remote VM for Visual Editor for Java".
java.lang.RuntimeException: IWAV0067E No Standard Bean Type Proxy Factory has been set.
org.eclipse.jem.internal.proxy.core.ProxyFactoryRegistry.getBeanTypeProxyFactory(ProxyFactoryRegistry.java:174)
org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEditorVMController$CreateRegistry.run(JavaVisualEditorVMController.java:168)
org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
 
An internal error occurred during: "Create Remote VM for Visual Editor for Java".
org.eclipse.core.runtime.CoreException: An internal error occurred during: "Create Remote VM for Visual Editor for Java".
org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEditorVMController$PerProject.getSpare(JavaVisualEditorVMController.java:262)
org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEditorVMController.getRegistry(JavaVisualEditorVMController.java:522)
org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEditorPart$Setup$CreateRegistry.run(JavaVisualEditorPart.java:1269)
org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
 
An internal error occurred during: "Create Remote VM for Visual Editor for Java".
java.lang.RuntimeException: IWAV0067E No Standard Bean Type Proxy Factory has been set.
org.eclipse.jem.internal.proxy.core.ProxyFactoryRegistry.getBeanTypeProxyFactory(ProxyFactoryRegistry.java:174)
org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEditorVMController$CreateRegistry.run(JavaVisualEditorVMController.java:168)
org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
 
Any help would be much appreciated.
 
Thanks,
 
Matthew

Back to the top