| Summary: | Orion Build : I20131003-2230 and Hudson: orion-server #82 fail | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Szymon Brandys <Szymon.Brandys> |
| Component: | Server | Assignee: | 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
My guess it is related to bug 418230. 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. 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) (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. 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 Tests during Maven build still fail. (In reply to Szymon Brandys from comment #6) > Tests during Maven build still fail. see https://hudson.eclipse.org/orion/job/orion-server/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. (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. |