Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Eclipse Process Manager (Stardust) » AtomicReference error
AtomicReference error [message #1445045] Tue, 14 October 2014 23:46 Go to next message
melissa mf is currently offline melissa mfFriend
Messages: 6
Registered: October 2014
Junior Member
Hi,

I'm trying to build stardust from source and I get this error:

  [javac] .../stardust/engine/stardust-engine-base/target/src/org/eclipse/stardust/common/config/extensions/PojoExtensionsCache.java:88: compareAndSet(T,T) in java.util.concurrent.atomic.AtomicReference<T> cannot be applied to (<nulltype>,java.lang.Object)
    [javac]             sharedInstance.compareAndSet(null, instantiatePojoExtension(instanceType));
  


I'm using:

Java 1.6.0_32
Maven 3.0.5
Ant 1.7.0

Thanks Very Happy
Re: AtomicReference error [message #1446066 is a reply to message #1445045] Thu, 16 October 2014 10:06 Go to previous messageGo to next message
Simone Seurer is currently offline Simone SeurerFriend
Messages: 10
Registered: June 2013
Junior Member
Hi,

can you please tell me which branch you are using?

Thanks, Simone
Re: AtomicReference error [message #1446184 is a reply to message #1446066] Thu, 16 October 2014 13:18 Go to previous messageGo to next message
melissa mf is currently offline melissa mfFriend
Messages: 6
Registered: October 2014
Junior Member
I'm using 1_4_4 and i've also tried v1.0.0.20130612-0325-R but its also the same.
Re: AtomicReference error [message #1446654 is a reply to message #1446184] Fri, 17 October 2014 05:36 Go to previous messageGo to next message
Sven Rottstock is currently offline Sven RottstockFriend
Messages: 29
Registered: December 2012
Junior Member
Hi Melissa,

unfortunately we have no branch which is called 1_4_4 but the tag name leads to the assumption that you mean I_4_3. Is this correct? BTW: Why are you using this old version? We're already on the 2.0.x stream which means that these version are target for Eclipse Luna. So if it is somehow possible for you, I would recommend you to switch to the I_4_4 branch. We have spend a lot of time to switch the projects from Ant/Ivy to native Maven which makes the configuration easier.

Just for the case that you cannot switch: Please could you check if you have a private.properties file in the <stardust-ceckout-dir>/build.tools/etc directory which contains at least this line:
java16.home=<path-to-your-JDK>

Of course you should replace <path-to-your-JDK> with a valid path which fits your environment.

Best Regards,
Sven
Re: AtomicReference error [message #1502785 is a reply to message #1446654] Mon, 08 December 2014 00:27 Go to previous message
Dan Cimpoesu is currently offline Dan CimpoesuFriend
Messages: 23
Registered: August 2014
Junior Member
Hi

I checked and there was no private.properties file in the <stardust-ceckout-dir>/build.tools/etc directory. I created the file and added java16.home property. However the problem did not go away.

I also noticed that ui.web.mobile is not included in git-all.sh and git-setup-repos.sh.


Regards
Dan
Previous Topic:what is the best way to log all form fields from an external mashup?
Next Topic:Oracle "OAUTH marshalling failure" calling sysconsole command
Goto Forum:
  


Current Time: Tue Mar 19 03:31:30 GMT 2024

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

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

Back to the top