Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [stellation-res] Question about Merging NPE

Hello,

It looks like the same problem can be seen when using the remote
messaging protocol with the Stellation server rather than the direct
client communication with the database.  The server throws an NPE in a
slightly different place, but it looks again like it can't find a
parent set for the main.0 branch/revision and doesn't handle that
case.  This isn't too surprising -- whether it's done through a local
client or a server, the operations to merge are the same.

I've enclosed the exception stack trace below.

Jeffrey


java.lang.NullPointerException
	at org.eclipse.stellation.repos.LocalHandle.nearestCommonAncestor(LocalHandle.java:1788)
	at org.eclipse.stellation.repos.messaging.server.NearestAncestorHandler.performCommand(NearestAncestorHandler.java:95)
	at org.eclipse.stellation.repos.messaging.server.CommandService$SimpleCommandHandler.handleCommand(CommandService.java:144)
	at org.eclipse.stellation.repos.messaging.server.CommandService$CommandMessageHandler.handleMessage(CommandService.java:94)
	at org.eclipse.stellation.comm.messaging.Engine.localDeliverMessage(Engine.java:680)
	at org.eclipse.stellation.comm.messaging.Engine.runDeliveryThread(Engine.java:594)
	at org.eclipse.stellation.comm.messaging.Engine.access$000(Engine.java:121)
	at org.eclipse.stellation.comm.messaging.Engine$DeliveryThread.run(Engine.java:580)



Back to the top