Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » VE not working (IllegalAccessException)
VE not working (IllegalAccessException) [message #611939] Thu, 02 February 2006 09:00
ccc is currently offline cccFriend
Messages: 4
Registered: July 2009
Junior Member
Hi all,

I've installed VE 1.2M1 on:

- JDK 5.0 update 6
- Eclipse-SDK-3.2M4 (file )
- EMF build 2.2.0M4 (file emf-sdo-runtime-2.2.0M4.zip)
- GEF Build 3.2M4 (file GEF-runtime-3.2M4.zip)

When I create a visual class that extends the Class Composite, the Visual
Editor windows opens without showing the Composite area in which I should
put my widgets
I noticed that if I move the mouse over the area where the Composite should
be I obtain a the following error displayed inside a tooltip:

IllegalAccessException (Class
org.eclipse.jem.internal.proxy.initparser.tree.ExpressionPro cesser cannot
access a member of class org.eclipse.swt.widgets.Composite with modifier...)

I opened the .log file and I read the following errors:

############################################################ ###################################################

!SESSION 2006-02-01
17:11:51.463 -----------------------------------------------
eclipse.buildId=I20051215-1506
java.version=1.5.0_06
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=it_IT
Command-line arguments: -os win32 -ws win32 -arch x86 -clean -consolelog

!ENTRY org.eclipse.jem.proxy 2 0 2006-02-01 17:15:37.027
!MESSAGE
+++ Warning +++: Wed Feb 01 17:15:37 CET 2006 Project
(IrriGraph2D)-Beaninfo:err>
java.lang.NoClassDefFoundError:
org/eclipse/jem/internal/proxy/vm/remote/RemoteVMApplication

!ENTRY org.eclipse.jem.proxy 2 0 2006-02-01 17:15:39.381
!MESSAGE IWAV0138E Remote VM terminated too soon. See .log file for trace of
output. For VM "Project (IrriGraph2D)-Beaninfo".
IWAV0072I Remote VM terminated before any commands can be sent. Following
are the error and output streams.
-- Error Stream --
java.lang.NoClassDefFoundError:
org/eclipse/jem/internal/proxy/vm/remote/RemoteVMApplication
Exception in thread "main"
-- Output Stream --

-- End of Stream Output --


!ENTRY org.eclipse.jem.proxy 2 0 2006-02-01 17:15:39.411
!MESSAGE No Server to retrieve a connection.

!ENTRY org.eclipse.jem.proxy 2 0 2006-02-01 17:15:39.421
!MESSAGE
+++ Warning +++: Wed Feb 01 17:15:39 CET 2006 Project
(IrriGraph2D)-Beaninfo:err>
Exception in thread "main"

!ENTRY org.eclipse.jem.beaninfo 2 0 2006-02-01 17:15:39.441
!MESSAGE IWAV0155E Introspection failed on class "java.lang.Object." msg="."
!STACK 0
java.lang.IllegalStateException: IWAV0171E Could not create a socket
connection to remote vm.
at
org.eclipse.jem.internal.proxy.remote.REMProxyFactoryRegistr y.createConnection(REMProxyFactoryRegistry.java:439)
at
org.eclipse.jem.internal.proxy.remote.REMProxyFactoryRegistr y.getFreeConnection(REMProxyFactoryRegistry.java:374)
at
org.eclipse.jem.internal.proxy.remote.REMStandardBeanTypePro xyFactory.getBeanTypeProxy(REMStandardBeanTypeProxyFactory.j ava:364)
at
org.eclipse.jem.internal.proxy.remote.REMStandardBeanTypePro xyFactory.getBeanTypeProxy(REMStandardBeanTypeProxyFactory.j ava:267)
at
org.eclipse.jem.internal.proxy.remote.awt.REMRegisterAWT.reg isterAWT(REMRegisterAWT.java:31)
at
org.eclipse.jem.internal.proxy.remote.LocalProxyLaunchDelega te.launch(LocalProxyLaunchDelegate.java:412)
at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:639)
at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:565)
at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:558)
at
org.eclipse.jem.internal.proxy.core.ProxyLaunchSupport.start Implementation(ProxyLaunchSupport.java:463)
at
org.eclipse.jem.internal.proxy.core.ProxyLaunchSupport.start Implementation(ProxyLaunchSupport.java:330)
at
org.eclipse.jem.internal.beaninfo.adapters.BeaninfoNature.cr eateRegistry(BeaninfoNature.java:474)
at
org.eclipse.jem.internal.beaninfo.adapters.CreateRegistryJob Handler.doCreateRegistry(CreateRegistryJobHandler.java:159)
at
org.eclipse.jem.internal.beaninfo.adapters.CreateRegistryJob Handler.processCreateRegistry(CreateRegistryJobHandler.java: 114)
at
org.eclipse.jem.internal.beaninfo.adapters.UICreateRegistryJ obHandler.processCreateRegistry(UICreateRegistryJobHandler.j ava:52)
at
org.eclipse.jem.internal.beaninfo.adapters.CreateRegistryJob Handler.createRegistry(CreateRegistryJobHandler.java:80)
at
org.eclipse.jem.internal.beaninfo.adapters.BeaninfoNature.ge tRegistry(BeaninfoNature.java:455)

############################################################ ###################################################


Could you help me in solving this problem?

Thank you very much in advance.
Previous Topic:Does VE support database ?
Next Topic:Does VE support database ?
Goto Forum:
  


Current Time: Thu Sep 26 05:12:04 GMT 2024

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

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

Back to the top