Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » CTabFolder - exception argument cannot be null(CTabFolder - exception argument cannot be null)
CTabFolder - exception argument cannot be null [message #695363] Mon, 11 July 2011 15:21 Go to next message
Graham Missing name is currently offline Graham Missing nameFriend
Messages: 20
Registered: July 2010
Junior Member
Just wondering if anyone has come across this situation.

I'm using IE 6.2SP3 on Windows XPSP3 with RAP 1.3.1 running standalone with Jetty.

Occasionally we see the following exception occur:
java.lang.IllegalArgumentException: Argument cannot be null
at org.eclipse.swt.SWT.error(SWT.java:3185)
at org.eclipse.swt.SWT.error(SWT.java:3119)
at org.eclipse.swt.SWT.error(SWT.java:3090)
at org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.java:378)
at org.eclipse.swt.internal.custom.ctabfolderkit.CTabFolderLCA$1.run(CTabFolderLCA.java:160)
at org.eclipse.rwt.lifecycle.ProcessActionRunner.executeNext(ProcessActionRunner.java:57)
at org.eclipse.swt.widgets.Display.runPendingMessages(Display.java:1098)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1090)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2390)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2351)
at org.eclipse.ui.internal.Workbench.access$5(Workbench.java:2206)
at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:424)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.jface.internal.databinding.realmadapter.RealmAdapter.run(RealmAdapter.java:44)
at org.eclipse.rap.ui.internal.RealmAdapterHook.runWithDefault(RealmAdapterHook.java:48)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:427)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:157)
at com.scotiabank.ebss.common.cm.Application.createUI(Application.java:70)
at org.eclipse.rwt.internal.lifecycle.EntryPointManager.createUI(EntryPointManager.java:92)
at org.eclipse.rwt.internal.lifecycle.RWTLifeCycle.createUI(RWTLifeCycle.java:245)
at org.eclipse.rwt.internal.lifecycle.RWTLifeCycle$UIThreadController.run(RWTLifeCycle.java:114)
at java.lang.Thread.run(Thread.java:811)
at org.eclipse.rwt.internal.lifecycle.UIThread.run(UIThread.java:102)


It seems to happen if a user is clicking tab items faster than they can be rendered.

Any ideas?
Re: CTabFolder - exception argument cannot be null [message #695420 is a reply to message #695363] Mon, 11 July 2011 17:20 Go to previous message
Ivan Furnadjiev is currently offline Ivan FurnadjievFriend
Messages: 2426
Registered: July 2009
Location: Sofia, Bulgaria
Senior Member
Hi Graham,
could you test your application with 1.4 release? If the bug still
persist, please file a bugzilla with a snippet to reproduce it.
Thanks,
Ivan

On 7/11/2011 6:21 PM, Graham wrote:
> Just wondering if anyone has come across this situation.
>
> I'm using IE 6.2SP3 on Windows XPSP3 with RAP 1.3.1 running standalone
> with Jetty.
>
> Occasionally we see the following exception occur:
> java.lang.IllegalArgumentException: Argument cannot be null
> at org.eclipse.swt.SWT.error(SWT.java:3185)
> at org.eclipse.swt.SWT.error(SWT.java:3119)
> at org.eclipse.swt.SWT.error(SWT.java:3090)
> at
> org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.java:378)
> at
> org.eclipse.swt.internal.custom.ctabfolderkit.CTabFolderLCA$1.run(CTabFolderLCA.java:160)
> at
> org.eclipse.rwt.lifecycle.ProcessActionRunner.executeNext(ProcessActionRunner.java:57)
> at
> org.eclipse.swt.widgets.Display.runPendingMessages(Display.java:1098)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1090)
> at
> org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2390)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2351)
> at org.eclipse.ui.internal.Workbench.access$5(Workbench.java:2206)
> at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:424)
> at
> org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at
> org.eclipse.jface.internal.databinding.realmadapter.RealmAdapter.run(RealmAdapter.java:44)
> at
> org.eclipse.rap.ui.internal.RealmAdapterHook.runWithDefault(RealmAdapterHook.java:48)
> at
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:427)
> at
> org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:157)
> at
> com.scotiabank.ebss.common.cm.Application.createUI(Application.java:70)
> at
> org.eclipse.rwt.internal.lifecycle.EntryPointManager.createUI(EntryPointManager.java:92)
> at
> org.eclipse.rwt.internal.lifecycle.RWTLifeCycle.createUI(RWTLifeCycle.java:245)
> at
> org.eclipse.rwt.internal.lifecycle.RWTLifeCycle$UIThreadController.run(RWTLifeCycle.java:114)
> at java.lang.Thread.run(Thread.java:811)
> at org.eclipse.rwt.internal.lifecycle.UIThread.run(UIThread.java:102)
>
>
> It seems to happen if a user is clicking tab items faster than they
> can be rendered.
> Any ideas?
Previous Topic:Javascript error on first access
Next Topic:Corruption of Startup Javascript
Goto Forum:
  


Current Time: Thu Apr 25 10:05:26 GMT 2024

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

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

Back to the top