Bug 22147 - running the client on windows causes NullPoijava.lang.NullPointerException in the server
Summary: running the client on windows causes NullPoijava.lang.NullPointerException in...
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Stellation (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Jonathan Gossage CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-04 02:51 EDT by Florin Iucha CLA
Modified: 2005-08-31 16:38 EDT (History)
1 user (show)

See Also:


Attachments
log file with the server exception (24.46 KB, text/plain)
2002-08-04 02:52 EDT, Florin Iucha CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Florin Iucha CLA 2002-08-04 02:51:41 EDT
I am trying to get the unit tests running on Windows 2000 with SUN JDK 1.4.0_01.

I am running only the connect test and the server crashes with the following
traceback:

java.lang.NullPointerException
        at
org.eclipse.stellation.repos.UpdateManager.updateBranchHead(UpdateManager.java:231)
        at
org.eclipse.stellation.repos.LocalHandle.realUpdateBranchHead(LocalHandle.java:1263)
        at
org.eclipse.stellation.repos.LocalHandle.updateBranchHead(LocalHandle.java:1244)
        at
org.eclipse.stellation.repos.messaging.server.UpdateHandler.performCommand(UpdateHandler.java:168)
        at
org.eclipse.stellation.repos.messaging.server.CommandService$SimpleCommandHandler.handleCommand(CommandService.java:143)
        at
org.eclipse.stellation.repos.messaging.server.CommandService$CommandMessageHandler.handleMessage(CommandService.java:95)
        at
org.eclipse.stellation.comm.messaging.Engine.localDeliverMessage(Engine.java:658)
        at
org.eclipse.stellation.comm.messaging.Engine.runDeliveryThread(Engine.java:577)
        at org.eclipse.stellation.comm.messaging.Engine.access$0(Engine.java)
        at
org.eclipse.stellation.comm.messaging.Engine$DeliveryThread.run(Engine.java:563)

I am really puzzled as of why the "update branch head" is called.
Comment 1 Florin Iucha CLA 2002-08-04 02:52:35 EDT
Created attachment 1790 [details]
log file with the server exception
Comment 2 Dave Shields CLA 2002-12-19 10:55:20 EST
reassign to Jonathan, so he can check this out as part of Windows port.
Comment 3 Jonathan Gossage CLA 2003-04-16 21:17:44 EDT
I believe this has been fixed by Dave Shields before he left the project. Is 
it OK to close it?