Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-dev] Eclipse4 testing



2014-08-13 23:10 GMT+02:00 Jody Garnett <jody.garnett@xxxxxxxxx>:
Quick test as Frank captured my on IRC - tested OSX 64 bit.

1. About box shows expected version information yay!

Eclipse RCP 4.40 <-- yay!
EMF Ecore 2.10.0
EMF Common 2.10.0

2. Opened and was able to show contents of previous workspace

3. Some trouble between swapping maps, selecting in the layer view and opening the style editor

Editing in the style editor shows a "default" style, going to the XML tab results in "XML is invalid changes you have made will be lost" message.

Was able to use "simple feature" to replace this invalid XML ...

java.lang.NullPointerException
at org.locationtech.udig.style.sld.editor.StyleThemePage.getFTS(StyleThemePage.java:1550)
at org.locationtech.udig.style.sld.editor.StyleThemePage.createPaletteEditorTreeViewer(StyleThemePage.java:584)
at org.locationtech.udig.style.sld.editor.StyleThemePage.createPaletteEditorComposite(StyleThemePage.java:475)
at org.locationtech.udig.style.sld.editor.StyleThemePage.createPageContent(StyleThemePage.java:428)
at org.locationtech.udig.style.sld.editor.StyleEditorPage.createControl(StyleEditorPage.java:94)
at org.locationtech.udig.style.sld.editor.EditorNode.createPage(EditorNode.java:266)
at org.locationtech.udig.style.sld.editor.internal.EditorDialog.createPage(EditorDialog.java:1162)
So yeah not sure what to make of that, should start with a fresh workspace?

Correct, run into the same issue. A clean workspace helps, maybe we should analyse the difference between Indigo and Luna stored files in workspace

Seems an other xml parser breaks the compatibility ..
 

4. Looking at logs shows a bit of oddness

!MESSAGE An error occurred while automatically activating bundle org.locationtech.udig.libs (330).
!STACK 0
org.osgi.framework.BundleException: The activator org.locationtech.udig.libs.internal.Activator for bundle org.locationtech.udig.libs is invalid
at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundle.java:171)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:679)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:381)


Actually I haven't got any blocker exception with a clean workspace. The only one is coming from a tool bundle during early startup :

!ENTRY org.locationtech.udig.tools 4 0 2014-08-13 23:25:47.532
!MESSAGE Unable to execute early startup code for an extension
!STACK 0
java.lang.ArrayIndexOutOfBoundsException: 0
at org.locationtech.udig.tools.merge.MergeStartup.earlyStartup(MergeStartup.java:57)
at org.eclipse.ui.internal.EarlyStartupRunnable.runEarlyStartup(EarlyStartupRunnable.java:89)
at org.eclipse.ui.internal.EarlyStartupRunnable.run(EarlyStartupRunnable.java:67)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.ui.internal.Workbench$56.run(Workbench.java:2755)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

Restart with the recently created works like a charm. Application shutdown is fine too

Linux 64bit & MacOSX 64bit dmg files are up, Windows 64bit will be up within the next 30 minutes ..

@Andrea ready to test (with a new workspace)?

Who else?

- Frank

--
Jody Garnett

_______________________________________________
udig-dev mailing list
udig-dev@xxxxxxxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://locationtech.org/mailman/listinfo/udig-dev


Back to the top