Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Buckminster » Not sure how to describe the bug...
Not sure how to describe the bug... [message #378562] Thu, 17 July 2008 22:41 Go to next message
Steve Jerman is currently offline Steve JermanFriend
Messages: 26
Registered: July 2009
Junior Member
So when I restart EClipse with a workspace with quite a few projects loaded.
I get a quite a few of these errors:

eclipse.buildId=I20080617-2000
java.version=1.6.0_06
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments: -product org.eclipse.sdk.ide
Command-line arguments: -product org.eclipse.sdk.ide -data
C:\workspaces\components -dev
file:C:/workspaces/gEclipseTigerstripe/.metadata/.plugins/or g.eclipse.pde.core/New_configuration/dev.properties -
os win32 -ws win32 -arch x86


Warning
Thu Jul 17 15:35:40 PDT 2008
Problem during meta-data refresh: null

java.lang.NullPointerException
at
org.eclipse.buckminster.core.ctype.AbstractComponentType.get Resolution(AbstractComponentType.java:282)
at
org.eclipse.buckminster.core.ctype.AbstractComponentType.get Resolution(AbstractComponentType.java:170)
at
org.eclipse.buckminster.core.resolver.LocalResolver.fromPath (LocalResolver.java:546)
at
org.eclipse.buckminster.core.resolver.LocalResolver.fromPath (LocalResolver.java:571)
at
org.eclipse.buckminster.core.metadata.MetadataSynchronizer.r efreshProject(MetadataSynchronizer.java:323)
at
org.eclipse.buckminster.core.metadata.MetadataSynchronizer$W orkspaceCatchUpJob.run(MetadataSynchronizer.java:265)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

Is this something of interest or can I ignore it :)

Steve
Re: Not sure how to describe the bug... [message #378563 is a reply to message #378562] Thu, 17 July 2008 22:53 Go to previous messageGo to next message
Steve Jerman is currently offline Steve JermanFriend
Messages: 26
Registered: July 2009
Junior Member
So.. I also discover that I get a similar problem when saving a file in one
of my projects (yes I know I just hit save on the editor and get the error -
and the dirty flag doesn't turn off).

eclipse.buildId=I20080617-2000
java.version=1.6.0_06
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments: -product org.eclipse.sdk.ide
Command-line arguments: -product org.eclipse.sdk.ide -data
C:\workspaces\components -dev
file:C:/workspaces/gEclipseTigerstripe/.metadata/.plugins/or g.eclipse.pde.core/New_configuration/dev.properties -
os win32 -ws win32 -arch x86


Error
Thu Jul 17 15:49:32 PDT 2008
Project refresh on Generation failed: null

java.lang.NullPointerException
at
org.eclipse.buckminster.core.ctype.AbstractComponentType.get Resolution(AbstractComponentType.java:282)
at
org.eclipse.buckminster.core.ctype.AbstractComponentType.get Resolution(AbstractComponentType.java:170)
at
org.eclipse.buckminster.core.resolver.LocalResolver.fromPath (LocalResolver.java:546)
at
org.eclipse.buckminster.core.resolver.LocalResolver.fromPath (LocalResolver.java:571)
at
org.eclipse.buckminster.core.metadata.MetadataSynchronizer.r efreshProject(MetadataSynchronizer.java:323)
at
org.eclipse.buckminster.core.metadata.MetadataSynchronizer$M etadataRefreshJob.run(MetadataSynchronizer.java:133)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Re: Not sure how to describe the bug... [message #378565 is a reply to message #378563] Fri, 18 July 2008 09:08 Go to previous messageGo to next message
Thomas Hallgren is currently offline Thomas HallgrenFriend
Messages: 3240
Registered: July 2009
Senior Member
Hi Steve,
This error seems to stem from an inability to obtain the correct
resolution builder for the project. What type of project is it and what
file is it that you save?

Regards,
Thomas Hallgren


Steve Jerman wrote:
> So.. I also discover that I get a similar problem when saving a file in one
> of my projects (yes I know I just hit save on the editor and get the error -
> and the dirty flag doesn't turn off).
>
> eclipse.buildId=I20080617-2000
> java.version=1.6.0_06
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
> Framework arguments: -product org.eclipse.sdk.ide
> Command-line arguments: -product org.eclipse.sdk.ide -data
> C:\workspaces\components -dev
> file:C:/workspaces/gEclipseTigerstripe/.metadata/.plugins/or g.eclipse.pde.core/New_configuration/dev.properties -
> os win32 -ws win32 -arch x86
>
>
> Error
> Thu Jul 17 15:49:32 PDT 2008
> Project refresh on Generation failed: null
>
> java.lang.NullPointerException
> at
> org.eclipse.buckminster.core.ctype.AbstractComponentType.get Resolution(AbstractComponentType.java:282)
> at
> org.eclipse.buckminster.core.ctype.AbstractComponentType.get Resolution(AbstractComponentType.java:170)
> at
> org.eclipse.buckminster.core.resolver.LocalResolver.fromPath (LocalResolver.java:546)
> at
> org.eclipse.buckminster.core.resolver.LocalResolver.fromPath (LocalResolver.java:571)
> at
> org.eclipse.buckminster.core.metadata.MetadataSynchronizer.r efreshProject(MetadataSynchronizer.java:323)
> at
> org.eclipse.buckminster.core.metadata.MetadataSynchronizer$M etadataRefreshJob.run(MetadataSynchronizer.java:133)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
>
>
>
>
Re: Not sure how to describe the bug... [message #378568 is a reply to message #378565] Fri, 18 July 2008 13:55 Go to previous message
Steve Jerman is currently offline Steve JermanFriend
Messages: 26
Registered: July 2009
Junior Member
Hi Thomas,

So these are all 'buckminster' projects (until we write the Tigerstripe
component type). I tried to edit two types of file, one was a
'tigerstripe.xml' file which has a custom editor. I also tried editing a
file with a standard text editor... same result.

As to what the projects are. They are effectively 'special' Java projects.
They have a Java nature and also the Tigerstripe model nature. Basically the
Tigerstripe model is stored as Java POJOs.

Few points I should make:

1) There are 80+ projects which take quite a while to build so I did wonder
whether the problem was related to that... maybe I was editing whilst the
build/resolution processes were still under way... but it still happens if I
wait ovenight :)...

2) BOM is attached.

Steve

"Thomas Hallgren" <thomas@tada.se> wrote in message
news:48805D9E.6010008@tada.se...
> Hi Steve,
> This error seems to stem from an inability to obtain the correct
> resolution builder for the project. What type of project is it and what
> file is it that you save?
>
> Regards,
> Thomas Hallgren
>
>
> Steve Jerman wrote:
>> So.. I also discover that I get a similar problem when saving a file in
>> one
>> of my projects (yes I know I just hit save on the editor and get the
>> error -
>> and the dirty flag doesn't turn off).
>>
>> eclipse.buildId=I20080617-2000
>> java.version=1.6.0_06
>> java.vendor=Sun Microsystems Inc.
>> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
>> Framework arguments: -product org.eclipse.sdk.ide
>> Command-line arguments: -product org.eclipse.sdk.ide -data
>> C:\workspaces\components -dev
>> file:C:/workspaces/gEclipseTigerstripe/.metadata/.plugins/or g.eclipse.pde.core/New_configuration/dev.properties -
>> os win32 -ws win32 -arch x86
>>
>>
>> Error
>> Thu Jul 17 15:49:32 PDT 2008
>> Project refresh on Generation failed: null
>>
>> java.lang.NullPointerException
>> at
>> org.eclipse.buckminster.core.ctype.AbstractComponentType.get Resolution(AbstractComponentType.java:282)
>> at
>> org.eclipse.buckminster.core.ctype.AbstractComponentType.get Resolution(AbstractComponentType.java:170)
>> at
>> org.eclipse.buckminster.core.resolver.LocalResolver.fromPath (LocalResolver.java:546)
>> at
>> org.eclipse.buckminster.core.resolver.LocalResolver.fromPath (LocalResolver.java:571)
>> at
>> org.eclipse.buckminster.core.metadata.MetadataSynchronizer.r efreshProject(MetadataSynchronizer.java:323)
>> at
>> org.eclipse.buckminster.core.metadata.MetadataSynchronizer$M etadataRefreshJob.run(MetadataSynchronizer.java:133)
>> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
>>
>>
>>
>>


  • Attachment: mybom.bom
    (Size: 139.39KB, Downloaded 247 times)
Previous Topic:How to materialize different versions of one component from CVS?
Next Topic:Feature Dependencies
Goto Forum:
  


Current Time: Thu Apr 25 10:11:02 GMT 2024

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

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

Back to the top