Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Oomph » Error on psf import with SVN projects(Error: Updating Change Sets for SVN Workspace)
Error on psf import with SVN projects [message #1608158] Mon, 09 February 2015 10:12 Go to next message
Joachim Engelhardt is currently offline Joachim EngelhardtFriend
Messages: 53
Registered: September 2013
Member

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.

index.php/fa/20768/0/

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 Go to previous messageGo to next message
Joachim Engelhardt is currently offline Joachim EngelhardtFriend
Messages: 53
Registered: September 2013
Member

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 Go to previous messageGo to next message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6693
Registered: July 2009
Senior Member
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.


Re: Error on psf import with SVN projects [message #1608660 is a reply to message #1608642] Mon, 09 February 2015 17:17 Go to previous messageGo to next message
Joachim Engelhardt is currently offline Joachim EngelhardtFriend
Messages: 53
Registered: September 2013
Member

Hi Eike,

thank you for your answer. I have just submitted the bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=459489

When do you think does the fix comes with an update?
Re: Error on psf import with SVN projects [message #1608741 is a reply to message #1608660] Mon, 09 February 2015 18:34 Go to previous message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6693
Registered: July 2009
Senior Member
Am 09.02.2015 um 18:17 schrieb Joachim Engelhardt:
> Hi Eike,
>
> thank you for your answer. I have just submitted the bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=459489
>
> When do you think does the fix comes with an update?
It's there *now* ;-)

Cheers
/Eike

----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper


Previous Topic:How to execute Target Definition Generator?
Next Topic:Setting perspectives with Oomph?
Goto Forum:
  


Current Time: Sat Dec 14 11:23:51 GMT 2024

Powered by FUDForum. Page generated in 0.03610 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top