It's all about the answers!

Ask a question

null pointer exception when attempting to load workspace


Brian Gillan (3215330) | asked Aug 26 '08, 7:02 p.m.
We have a production server running RTC v1.0 GA release. One of our
users is attempting to load a workspace. Using a client on another
machine, the load completes fine. But on their laptop, an error occurs
indicating "Problem occurred: Loading repository items (Time of error:
....) Reason: java.lang.NullPointerException". The following stacktrace
is from the .log file. Any clues as to why thi soccuring?

Thanks, Brian


!ENTRY org.eclipse.core.jobs 4 2 2008-08-21 15:50:52.217
!MESSAGE An internal error occurred during: "Loading
repository items".
!STACK 0
java.lang.NullPointerException
at
com.ibm.team.filesystem.client.internal.load.MergeLoadMutator.execute(MergeLoadMutator.java:413)
at
com.ibm.team.filesystem.client.internal.operations.FileSystemOperation.run(FileSystemOperation.java:89)
at
com.ibm.team.filesystem.client.internal.operations.LoadOperation.load(LoadOperation.java:726)
at
com.ibm.team.filesystem.client.internal.operations.LoadOperation.doLoad(LoadOperation.java:433)
at
com.ibm.team.filesystem.rcp.core.internal.operations.EclipseWorkspaceMergeLoadOperation.access$1EclipseWorkspaceMergeLoadOperation.java:1)
at
com.ibm.team.filesystem.rcp.core.internal.operations.EclipseWorkspaceMergeLoadOperation$1.run(EclipseWorkspaceMergeLoadOperation.java:95)
at
org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1800)
at
org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1782)
at
com.ibm.team.filesystem.rcp.core.internal.operations.EclipseWorkspaceMergeLoadOperation.execute(EclipseWorkspaceMergeLoadOperation.java:117)
at
com.ibm.team.filesystem.client.internal.operations.FileSystemOperation.run(FileSystemOperation.java:89)
at
com.ibm.team.filesystem.ui.teamplace.actions.CheckoutSelectedAction$3.filesystemRun(CheckoutSelectedAction.java:203)
at
com.ibm.team.filesystem.ui.operations.FileSystemUIOperation.repositoryRun(FileSystemUIOperation.java:43)
at
com.ibm.team.repository.rcp.ui.operations.RepositoryOperation.run(RepositoryOperation.java:42)
at
com.ibm.team.repository.rcp.ui.operations.JobRunner.run(JobRunner.java:205)
at
com.ibm.team.repository.rcp.ui.operations.JobRunner$1.run(JobRunner.java:62)
at
org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

One answer



permanent link
Darin Swanson (3161) | answered Aug 26 '08, 7:21 p.m.
Doing a search within the bug tracking found the following:
https://jazz.net/jazz/web/projects/Jazz%20Project#action=com.ibm.team.workitem.viewWorkItem&id=54254

Seems to be a similar issue that does not appear to have a resolution.
I would suggest that you add any details you can to the bug report to
restart the conversation on the problem.

HTH
Darins
Jazz Process Team

"Brian Gillan" <bgillan> wrote in message
news:g9221p$bnd$1@localhost.localdomain...
We have a production server running RTC v1.0 GA release. One of our users
is attempting to load a workspace. Using a client on another machine, the
load completes fine. But on their laptop, an error occurs indicating
"Problem occurred: Loading repository items (Time of error: ...) Reason:
java.lang.NullPointerException". The following stacktrace is from the .log
file. Any clues as to why thi soccuring?

Thanks, Brian


!ENTRY org.eclipse.core.jobs 4 2 2008-08-21 15:50:52.217
!MESSAGE An internal error occurred during: "Loading
repository items".
!STACK 0
java.lang.NullPointerException
at
com.ibm.team.filesystem.client.internal.load.MergeLoadMutator.execute(MergeLoadMutator.java:413)
at
com.ibm.team.filesystem.client.internal.operations.FileSystemOperation.run(FileSystemOperation.java:89)
at
com.ibm.team.filesystem.client.internal.operations.LoadOperation.load(LoadOperation.java:726)
at
com.ibm.team.filesystem.client.internal.operations.LoadOperation.doLoad(LoadOperation.java:433)
at
com.ibm.team.filesystem.rcp.core.internal.operations.EclipseWorkspaceMergeLoadOperation.access$1EclipseWorkspaceMergeLoadOperation.java:1)
at
com.ibm.team.filesystem.rcp.core.internal.operations.EclipseWorkspaceMergeLoadOperation$1.run(EclipseWorkspaceMergeLoadOperation.java:95)
at
org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1800)
at
org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1782)
at
com.ibm.team.filesystem.rcp.core.internal.operations.EclipseWorkspaceMergeLoadOperation.execute(EclipseWorkspaceMergeLoadOperation.java:117)
at
com.ibm.team.filesystem.client.internal.operations.FileSystemOperation.run(FileSystemOperation.java:89)
at
com.ibm.team.filesystem.ui.teamplace.actions.CheckoutSelectedAction$3.filesystemRun(CheckoutSelectedAction.java:203)
at
com.ibm.team.filesystem.ui.operations.FileSystemUIOperation.repositoryRun(FileSystemUIOperation.java:43)
at
com.ibm.team.repository.rcp.ui.operations.RepositoryOperation.run(RepositoryOperation.java:42)
at
com.ibm.team.repository.rcp.ui.operations.JobRunner.run(JobRunner.java:205)
at
com.ibm.team.repository.rcp.ui.operations.JobRunner$1.run(JobRunner.java:62)
at
org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

Your answer


Register or to post your answer.