Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » RCP Testing Tool » Null Pointer Exception(Content Assist null pointer exception error showing within my proc function)
Null Pointer Exception [message #1460338] Mon, 03 November 2014 13:08 Go to next message
Dasari Sudha is currently offline Dasari SudhaFriend
Messages: 4
Registered: October 2014
Junior Member
Follwing is the error log:-

Content Assist" did not complete normally. Please see the log for more information.
java.lang.NullPointerException

!ENTRY org.eclipse.ui.workbench 4 0 2014-11-03 18:25:48.013
!MESSAGE An unexpected exception was thrown.
!STACK 0
java.lang.NullPointerException
at org.eclipse.rcptt.core.ecl.parser.model.LocalContainer.fromScript(LocalContainer.java:60)
at org.eclipse.rcptt.core.ecl.model.Q7ElementContainer.setOffset(Q7ElementContainer.java:92)
at org.eclipse.rcptt.ui.editors.ecl.MarkAllOccurencesJob.run(MarkAllOccurencesJob.java:80)
at org.eclipse.rcptt.ui.editors.ecl.EclEditor.updateOccurrenceAnnotations(EclEditor.java:249)
at org.eclipse.rcptt.ui.editors.ecl.EclEditor.access$2(EclEditor.java:231)
at org.eclipse.rcptt.ui.editors.ecl.EclEditor$2.selectionChanged(EclEditor.java:268)
at org.eclipse.ui.internal.AbstractSelectionService.firePostSelection(AbstractSelectionService.java:179)
at org.eclipse.ui.internal.AbstractSelectionService$2.selectionChanged(AbstractSelectionService.java:71)
at org.eclipse.ui.part.MultiPageSelectionProvider$1.run(MultiPageSelectionProvider.java:110)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.ui.part.MultiPageSelectionProvider.fireEventChange(MultiPageSelectionProvider.java:108)
at org.eclipse.ui.part.MultiPageSelectionProvider.firePostSelectionChanged(MultiPageSelectionProvider.java:102)
at org.eclipse.ui.part.MultiPageEditorSite.handlePostSelectionChanged(MultiPageEditorSite.java:428)
at org.eclipse.ui.part.MultiPageEditorSite$3.selectionChanged(MultiPageEditorSite.java:340)
at org.eclipse.jface.text.TextViewer.firePostSelectionChanged(TextViewer.java:2749)
at org.eclipse.jface.text.TextViewer.firePostSelectionChanged(TextViewer.java:2697)
at org.eclipse.jface.text.TextViewer$5.run(TextViewer.java:2676)
at org.eclipse.swt.widgets.Display.runTimer(Display.java:4266)
at org.eclipse.swt.widgets.Display.messageProc(Display.java:3353)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2531)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3752)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
Re: Null Pointer Exception [message #1460370 is a reply to message #1460338] Mon, 03 November 2014 13:51 Go to previous messageGo to next message
Ulyana Skorokhodova is currently offline Ulyana SkorokhodovaFriend
Messages: 280
Registered: July 2014
Senior Member
Hi Dasari,

Thank you for reporting this issue, we'll investigate it shortly.

Yours sincerely,
Ulyana.
Re: Null Pointer Exception [message #1463169 is a reply to message #1460338] Thu, 06 November 2014 09:26 Go to previous message
Olga Yurchuk is currently offline Olga YurchukFriend
Messages: 245
Registered: September 2014
Senior Member

Hello Dasari,

Could you please send the whole ECL script opened when the error happens.
Which line it happens on?


Yours sincerely,
Olga.
Previous Topic:[SOLVED]How get a message box for a click on a button?
Next Topic:[SOLVED]How add org.eclipse.rcptt.ecl.example.view to rcptt?
Goto Forum:
  


Current Time: Thu Apr 25 09:43:45 GMT 2024

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

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

Back to the top