Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 418655

Summary: Orion Build : I20131003-2230 and Hudson: orion-server #82 fail
Product: [ECD] Orion Reporter: Szymon Brandys <Szymon.Brandys>
Component: ServerAssignee: Anthony Hunter <ahunter.eclipse>
Status: RESOLVED FIXED QA Contact:
Severity: major    
Priority: P3 CC: john.arthorne, ken_walker, simon_kaegi
Version: unspecified   
Target Milestone: 4.0 RC2   
Hardware: PC   
OS: All   
Whiteboard:
Bug Depends on:    
Bug Blocks: 419084    

Description Szymon Brandys CLA 2013-10-04 04:54:45 EDT
PDE Build failed with unresolved dependencies (org.eclipse.orion.server.useradmin.simple) and most of tests in Hudson build (that resolved dependencies) failed.
Comment 1 Szymon Brandys CLA 2013-10-04 04:55:47 EDT
My guess it is related to bug 418230.
Comment 2 Anthony Hunter CLA 2013-10-04 09:54:22 EDT
I will build locally, I added org.eclipse.orion.server.useradmin.simple to the top level pom.xml and the bundle has the correct pom.xml contents.
Comment 3 John Arthorne CLA 2013-10-04 10:21:11 EDT
So the PDE failure is likely caused by missing map file entry. The hudson failures look like a problem in the code. Anthony did you intend that we would actually have switched to the new service at this point?

java.lang.NullPointerException
	at org.eclipse.orion.internal.server.useradmin.simple.SimpleUserProfileNode.get(SimpleUserProfileNode.java:134)
	at org.eclipse.orion.internal.server.useradmin.simple.SimpleUserCredentialsService.createUser(SimpleUserCredentialsService.java:131)
	at org.eclipse.orion.server.tests.AbstractServerTest.createUser(AbstractServerTest.java:86)
	at org.eclipse.orion.server.tests.AbstractServerTest.setUpAuthorization(AbstractServerTest.java:50)
Comment 4 Anthony Hunter CLA 2013-10-04 10:38:25 EDT
(In reply to John Arthorne from comment #3)
> java.lang.NullPointerException
> 	at
> org.eclipse.orion.internal.server.useradmin.simple.SimpleUserProfileNode.
> get(SimpleUserProfileNode.java:134)

This is a result of Bug 418621 , this service should not have been activated.
Comment 5 John Arthorne CLA 2013-10-04 13:47:49 EDT
Builds are back to normal. Fixed by Anthony with this commit:

http://git.eclipse.org/c/orion/org.eclipse.orion.server.git/commit/?id=74f62b95b82706abe0a1332e0011f86278177282
Comment 6 Szymon Brandys CLA 2013-10-09 12:14:25 EDT
Tests during Maven build still fail.
Comment 7 Szymon Brandys CLA 2013-10-09 12:15:51 EDT
(In reply to Szymon Brandys from comment #6)
> Tests during Maven build still fail.

see https://hudson.eclipse.org/orion/job/orion-server/8/
Comment 8 Anthony Hunter CLA 2013-10-09 16:51:01 EDT
(In reply to Szymon Brandys from comment #7)
> (In reply to Szymon Brandys from comment #6)
> > Tests during Maven build still fail.
> 
> see https://hudson.eclipse.org/orion/job/orion-server/8/

Not the same issue, I have raised Bug 419084.
Comment 9 Szymon Brandys CLA 2013-10-10 03:34:48 EDT
(In reply to Anthony Hunter from comment #8)
> (In reply to Szymon Brandys from comment #7)
> > (In reply to Szymon Brandys from comment #6)
> > > Tests during Maven build still fail.
> > 
> > see https://hudson.eclipse.org/orion/job/orion-server/8/
> 
> Not the same issue, I have raised Bug 419084.

The problem with Tycho build described in comment 0 is exactly the same as the one that happened in https://hudson.eclipse.org/orion/job/orion-server/8/. We can raise new bugs for it, but still has to be fixed in 4.0 ASAP.