Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[xtext-dev] Xtext distro

Hi guys,

although not all components on which we depend have their M6 released yet, I started updating the build model, and while testing I found out that we do have a *serious* problem. It seems like P2 has introduced a nasty NPE in M6. No matter which version of EMF I am trying to fetch (in this example, I fetch the old version but the same happens with EMF 2.5.0M6), I get:

     [exec] install.feature:
[exec] [exec] !SESSION 2009-03-17 00:48:09.963 -----------------------------------------------
     [exec]      [exec] eclipse.buildId=I20090313-0100
     [exec]      [exec] java.version=1.5.0_16
     [exec]      [exec] java.vendor=Sun Microsystems Inc.
[exec] [exec] BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE [exec] [exec] Framework arguments: -application org.eclipse.equinox.p2.director.app.application -installIU org.eclipse.emf.sdk.feature.group -version 2.5.0.v200903101800 -profileProperties org.eclipse.update.install.features=true -metadataRepository http://download.eclipse.org/modeling/emf/updates/interim/ -artifactRepository http://download.eclipse.org/modeling/emf/updates/interim/ [exec] [exec] Command-line arguments: -os win32 -ws win32 -arch x86 -application org.eclipse.equinox.p2.director.app.application -consoleLog -installIU org.eclipse.emf.sdk.feature.group -version 2.5.0.v200903101800 -profileProperties org.eclipse.update.install.features=true -metadataRepository http://download.eclipse.org/modeling/emf/updates/interim/ -artifactRepository http://download.eclipse.org/modeling/emf/updates/interim/
     [exec]      [exec]
     [exec]      [exec] !ENTRY org.eclipse.osgi 4 0 2009-03-17 00:48:20.589
     [exec]      [exec] !MESSAGE Application error
     [exec]      [exec] !STACK 1
     [exec]      [exec] java.lang.NullPointerException
[exec] [exec] at org.eclipse.equinox.internal.p2.director.app.Application.updateRoamingProperties(Application.java:534) [exec] [exec] at org.eclipse.equinox.internal.p2.director.app.Application.run(Application.java:403) [exec] [exec] at org.eclipse.equinox.internal.p2.director.app.Application.start(Application.java:509) [exec] [exec] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
...

What to do now?

Regards,
Patrick

--
Patrick Schönbach
Software Architect

PGP public key available. Key ID: 0B7DDE39
Or email to pgp@xxxxxxxxxxxxx with subject 'pschoenb'.
Fingerprint: BE80 0E7E B68E CE99 623C  902D 62A6 806A 0B7D DE39

web: http://www.itemis.de
mail: schoenbach@xxxxxxxxx
xing: https://www.xing.com/profile/Patrick_Schoenbach

itemis AG
Schauenburgerstraße 116
24118 Kiel
Germany

Rechtlicher Hinweis:
Amtsgericht Dortmund, HRB 20621
Vorstand: Wolfgang Neuhaus, Jens Wagener, Dr. Georg Pietrek
Aufsichtsrat: Dr. Burkhard Igel(Vors.), Stephan Grollmann, Michael Neuhaus


Back to the top