Error on psf import with SVN projects [message #1608158] |
Mon, 09 February 2015 10:12 |
|
Hello,
my setup contains a project set import task for projects on an SVN repository.
During the setup run, the task starts to execute the checkout of the first project. After the first project checkout is completed, the task waits some seconds during "Initializing plug-in models".
Then, the logger prints:
[pre]
Send Notifications: [Running...]
Check Out: [Done...]
Check Out: [Running...]
Check Out: [Prepare file system...]
Send Notifications: [Done...]
[/pre]
During this outputs an window opened, which is titled "Multiple problems have occurred" and contains a list with endless errors which are named "Updating Change Sets for SVN Workspace". The details say, that there is a java.lang.NullPointerException. Each time I close the dialog with OK, it comes up immediately and it seems, that the list of errors grows up continuously. The memory consumption of eclipse rises up until I get a memory access violation error and eclipse closes. Sometimes the windows explorer restarts as well and I get strange graphic issues.
During the errors, the log output writes still some messages:
Check Out: [C:/path/to/the.file]
Check Out: [C:/path/to/next.file]
Resources Changed: [Running...]
Resources Changed: [Done...]
Send Notifications: [Running...]
Send Notifications: [Done...]
So the task still checkouts two further files, but this takes very very long.
I also tried to import the psf-File manually using the eclipse Import wizard for Project Sets and this works without problems.
I give it up to find a solution by myself and hope, that anybody have an idea, what may cause the errors here.
Edit: The error also occurs, if the psf-file contains only one project. Than the message log shows still some messages about computing the targlet, but also with the Resources Changed and Send Notifications messages.
Thank you very much for every hint.
Regards,
Joachim
[Updated on: Mon, 09 February 2015 10:28] Report message to a moderator
|
|
|
Re: Error on psf import with SVN projects [message #1608465 is a reply to message #1608158] |
Mon, 09 February 2015 14:38 |
|
Some further information, which I found in the workspace log file:
!ENTRY org.eclipse.core.jobs 4 2 2015-02-09 15:24:03.568
!MESSAGE An internal error occurred during: "Updating Change Sets for SVN Workspace".
!STACK 0
java.lang.NullPointerException
at org.eclipse.oomph.setup.ui.wizards.ProgressPage$ProgressPageLog.message(ProgressPage.java:1139)
at org.eclipse.oomph.setup.ui.wizards.ProgressPage$ProgressPageLog.log(ProgressPage.java:1124)
at org.eclipse.oomph.setup.ui.wizards.ProgressPage$ProgressPageLog.log(ProgressPage.java:1114)
at org.eclipse.oomph.setup.ui.wizards.ProgressPage$ProgressPageLog.log(ProgressPage.java:1092)
at org.eclipse.oomph.setup.log.ProgressLogMonitor.beginTask(ProgressLogMonitor.java:45)
at org.eclipse.team.internal.core.BackgroundEventHandler.processEvents(BackgroundEventHandler.java:360)
at org.eclipse.team.internal.core.BackgroundEventHandler$1.run(BackgroundEventHandler.java:203)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
The time stamp says, that the message occurs in a loop with less than 50ms between each. There is nothing noticeable before this log message.
Thank you again for any hints.
|
|
|
Re: Error on psf import with SVN projects [message #1608642 is a reply to message #1608465] |
Mon, 09 February 2015 17:04 |
|
Hi Joachim,
Shame on me: It seems I forgot to remove a temporary debugging output that doesn't check for null when I added support
for colored log output recently ;-(
Please submit a bugzilla and I fix it immediately...
Cheers
/Eike
----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper
Am 09.02.2015 um 15:38 schrieb Joachim Engelhardt:
> Some further information, which I found in the workspace log file:
>
>
> !ENTRY org.eclipse.core.jobs 4 2 2015-02-09 15:24:03.568
> !MESSAGE An internal error occurred during: "Updating Change Sets for SVN Workspace".
> !STACK 0
> java.lang.NullPointerException
> at org.eclipse.oomph.setup.ui.wizards.ProgressPage$ProgressPageLog.message(ProgressPage.java:1139)
> at org.eclipse.oomph.setup.ui.wizards.ProgressPage$ProgressPageLog.log(ProgressPage.java:1124)
> at org.eclipse.oomph.setup.ui.wizards.ProgressPage$ProgressPageLog.log(ProgressPage.java:1114)
> at org.eclipse.oomph.setup.ui.wizards.ProgressPage$ProgressPageLog.log(ProgressPage.java:1092)
> at org.eclipse.oomph.setup.log.ProgressLogMonitor.beginTask(ProgressLogMonitor.java:45)
> at org.eclipse.team.internal.core.BackgroundEventHandler.processEvents(BackgroundEventHandler.java:360)
> at org.eclipse.team.internal.core.BackgroundEventHandler$1.run(BackgroundEventHandler.java:203)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
>
>
> The time stamp says, that the message occurs in a loop with less than 50ms between each. There is nothing noticeable
> before this log message.
>
> Thank you again for any hints.
Cheers
/Eike
----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03610 seconds