Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
AW: [geclipse-dev] Mail issue

> BTW, the rebuilt EPP packages are ready for test on the build site.

Ok, here are the test results of WP7:

The NPEs are gone, Candidate Host seems to be ok.

- a possible show-stopper is that I am not able to create a working GRIA
connection. I am connecting with:

iwr-geclipse.fzk.de
8442
/gria-basic-app-services/services/DataService

And the result:

eu.geclipse.core.reporting.ProblemException: Unspecified IO problem
	at
eu.geclipse.efs.gria.GriaStagerStore.fetchChildren(GriaStagerStore.java:
326)
	at
eu.geclipse.efs.gria.GriaStagerStore.childNames(GriaStagerStore.java:106
)
	at
eu.geclipse.core.filesystem.internal.filesystem.GEclipseFileStore.childN
ames(GEclipseFileStore.java:193)
	at
eu.geclipse.core.filesystem.internal.filesystem.ConnectionElement.fetchC
hildren(ConnectionElement.java:293)
	at
eu.geclipse.core.model.impl.AbstractGridContainer$ChildFetcher.run(Abstr
actGridContainer.java:119)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

This was working before! Jie has the same problem. Nevertheless this may
be related to our FZK proxy, so please others, verify that!

Furthermore I noticed the following warnings and exceptions in the log.
Non of these caused any harm, so no show-stoppers, but keep them in mind
for the next release:

1) NLS missing message: JsdlJobDescSource_Max in:
eu.geclipse.jsdl.ui.properties.messages

2) NLS missing message: JsdlJobDescSource_Min in:
eu.geclipse.jsdl.ui.properties.messages

3) NLS unused message: JsdlJobDescSource_JsdlJobDescSource_Max in:
eu.geclipse.jsdl.ui.properties.messages

4) NLS unused message: JsdlJobDescSource_JsdlJobDescSource_Min in:
eu.geclipse.jsdl.ui.properties.messages

5) java.lang.NullPointerException
at
eu.geclipse.jsdl.ui.internal.dialogs.DataStagingOutDialog$3.widgetSelect
ed(DataStagingOutDialog.java:196)
at
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:227
)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)
at org.eclipse.jface.window.Window.open(Window.java:796)
at
eu.geclipse.jsdl.ui.widgets.DataStageOutTable.editDataStagingEntry(DataS
tageOutTable.java:395)
at
eu.geclipse.jsdl.ui.widgets.DataStageOutTable$3.widgetSelected(DataStage
OutTable.java:194)
at
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:227
)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)
at org.eclipse.jface.window.Window.open(Window.java:796)
at
org.eclipse.ui.internal.actions.NewWizardShortcutAction.run(NewWizardSho
rtcutAction.java:135)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
at
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(Ac
tionContributionItem.java:546)
at
org.eclipse.jface.action.ActionContributionItem.access$2(ActionContribut
ionItem.java:490)
at
org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionCont
ributionItem.java:402)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
at
org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:
289)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:4
61)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at
org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplicat
ion.java:106)
at
org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.j
ava:169)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplicat
ion(EclipseAppLauncher.java:106)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Eclip
seAppLauncher.java:76)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:
363)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:
176)
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:508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)

6) Part already exists in page layout:
org.eclipse.ui.views.PropertySheet.

7) Referenced part does not exist yet:
eu.geclipse.terminal.views.TerminalView.

8) Invalid preference page path: Cache

That's it. Other results?

Mathias


Back to the top