Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
AW: [rap-dev] problem

Hi,

how did you install it? Actually the RAP download is just a target, so I wonder if you just meant that you switched the target or that you actually installed (extracted) the plugins/feature into your existing eclipse installation. Extraction into an existing installation is not recommended since this could cause problems to your installation.

Unfortunately I've not seen such a problem before, so I don't have a clue what's going wrong with your startup. Could you please type ss into your console so that we can have a look at the bundle activation trace to see whether all bundles were activated?

Ciao
Frank 

-----Ursprüngliche Nachricht-----
Von: rap-dev-bounces@xxxxxxxxxxx [mailto:rap-dev-bounces@xxxxxxxxxxx] Im Auftrag von Salih Olcay
Gesendet: Mittwoch, 12. September 2007 12:38
An: rap-dev@xxxxxxxxxxx
Betreff: [rap-dev] problem

Hi,
I've download rap and install it in eclipse. Later I try to run the demo. Demo is running in Eclipse but when I try to access primer from browser I take the error below.
I try to find solution of this but there is nothing in the web.

Any idea.

Thanks.

org.eclipse.rwt.internal.lifecycle.LifeCycleAdapterException: Failed to obtain life cycle adapter for class 'org.eclipse.swt.widgets.MenuItem'.
	at org.eclipse.rwt.internal.lifecycle.LifeCycleAdapterFactory.getWidgetLCA(Unknown
Source)
	at org.eclipse.rwt.internal.lifecycle.LifeCycleAdapterFactory.getAdapter(Unknown
Source)
	at org.eclipse.rwt.internal.AdapterManagerImpl.doGetAdapter(Unknown Source)
	at org.eclipse.rwt.internal.AdapterManagerImpl.getAdapter(Unknown Source)
	at org.eclipse.swt.widgets.Widget.getAdapter(Unknown Source)
	at org.eclipse.rwt.lifecycle.WidgetUtil.getLCA(Unknown Source)
	at org.eclipse.swt.internal.widgets.displaykit.DisplayLCA$RenderVisitor.render(Unknown
Source)
	at org.eclipse.swt.internal.widgets.displaykit.DisplayLCA$RenderVisitor.doVisit(Unknown
Source)
	at org.eclipse.swt.internal.widgets.WidgetTreeVisitor$AllWidgetTreeVisitor.visit(Unknown
Source)
	at org.eclipse.swt.internal.widgets.WidgetTreeVisitor.accept(Unknown Source)
	at org.eclipse.swt.internal.widgets.WidgetTreeVisitor.handleItems(Unknown
Source)
	at org.eclipse.swt.internal.widgets.WidgetTreeVisitor.accept(Unknown Source)
	at org.eclipse.swt.internal.widgets.WidgetTreeVisitor.handleMenus(Unknown
Source)
	at org.eclipse.swt.internal.widgets.WidgetTreeVisitor.accept(Unknown Source)
	at org.eclipse.swt.internal.widgets.displaykit.DisplayLCA.render(Unknown
Source)
	at org.eclipse.rwt.internal.lifecycle.Render.execute(Unknown Source)
	at org.eclipse.rwt.internal.lifecycle.RWTLifeCycle.executePhase(Unknown Source)
	at org.eclipse.rwt.internal.lifecycle.RWTLifeCycle.execute(Unknown Source)
	at org.eclipse.rwt.internal.service.LifeCycleServiceHandler$1.run(Unknown
Source)
	at org.eclipse.rwt.internal.service.LifeCycleServiceHandler.internalService(Unknown
Source)
	at org.eclipse.rwt.internal.service.LifeCycleServiceHandler.access$1(Unknown
Source)
	at org.eclipse.rwt.internal.service.LifeCycleServiceHandler$LifeCycleSerivceHandlerSync.doService(Unknown
Source)
	at org.eclipse.rwt.internal.lifecycle.RWTLifeCycleSerivceHandlerSync.access$2(Unknown
Source)
	at org.eclipse.rwt.internal.lifecycle.RWTLifeCycleSerivceHandlerSync$1.run(Unknown
Source)
	at java.lang.Thread.run(Thread.java:595)
_______________________________________________
rap-dev mailing list
rap-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/rap-dev


Back to the top