Bug 377654 - Failure on Annotate with SVNKit 1.7.4 connector [ID-YHSC0]
Summary: Failure on Annotate with SVNKit 1.7.4 connector [ID-YHSC0]
Status: RESOLVED FIXED
Alias: None
Product: Subversive
Classification: Technology
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Alexander Gurov CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 378049 378771 379141 380250 384367 384477 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-04-25 11:34 EDT by Malte Finsterwalder CLA
Modified: 2012-07-13 07:26 EDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Malte Finsterwalder CLA 2012-04-25 11:34:25 EDT
Version:	0.7.9.I20120417-1700

SVN Client:	org.eclipse.team.svn.connector.svnkit17 2.3.0.I20120413-1700 SVN/1.7.4 SVNKit/1.7.4 (http://svnkit.com/) t20120412_2022

JVM Properties:
{java.runtime.name=Java(TM) SE Runtime Environment, java.runtime.version=1.6.0_23-b05, java.vendor=Sun Microsystems Inc., line.separator= , java.class.version=50.0, os.name=Linux, os.arch=amd64, user.country=DE, os.version=2.6.32-41-generic, eclipse.commands=-os linux -ws gtk -arch x86_64 -showsplash -launcher /home/mfinsterwalder/bin/springsource/sts-2.9.1.RELEASE/STS -name STS --launcher.library /home/mfinsterwalder/bin/springsource/sts-2.9.1.RELEASE//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.100.v20110505/eclipse_1407.so -startup /home/mfinsterwalder/bin/springsource/sts-2.9.1.RELEASE//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar --launcher.overrideVmargs -product com.springsource.sts.ide -Xverify:none -vm /opt/jdk1.6.0_23_b05/jre/lib/amd64/server/libjvm.so , java.version=1.6.0_23, osgi.framework.version=3.7.2.v20120110-1415, file.separator=/, java.vm.info=mixed mode, path.separator=:, user.timezone=Europe/Berlin, user.language=de, java.vm.name=Java HotSpot(TM) 64-Bit Server VM, file.encoding=UTF-8}

java.lang.NullPointerException
java.lang.NullPointerException
	at org.polarion.team.svn.connector.svnkit.ConversionUtility$7.singleLine(ConversionUtility.java:609)
	at org.tmatesoft.svn.core.javahl17.SVNClientImpl$12.receive(SVNClientImpl.java:2308)
	at org.tmatesoft.svn.core.javahl17.SVNClientImpl$12.receive(SVNClientImpl.java:1)
	at org.tmatesoft.svn.core.wc2.SvnReceivingOperation.receive(SvnReceivingOperation.java:78)
	at org.tmatesoft.svn.core.internal.wc2.remote.SvnRemoteAnnotate.handleLine(SvnRemoteAnnotate.java:135)
	at org.tmatesoft.svn.core.SVNAnnotationGenerator.reportAnnotations(SVNAnnotationGenerator.java:451)
	at org.tmatesoft.svn.core.internal.wc2.remote.SvnRemoteAnnotate.run(SvnRemoteAnnotate.java:122)
	at org.tmatesoft.svn.core.internal.wc2.remote.SvnRemoteAnnotate.run(SvnRemoteAnnotate.java:1)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:20)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1221)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:292)
	at org.tmatesoft.svn.core.javahl17.SVNClientImpl.blame(SVNClientImpl.java:1271)
	at org.polarion.team.svn.connector.svnkit.SVNKitConnector.annotate(SVNKitConnector.java:1962)
	at org.eclipse.team.svn.core.extension.factory.ThreadNameModifier.annotate(ThreadNameModifier.java:78)
	at org.eclipse.team.svn.core.operation.remote.GetResourceAnnotationOperation.runImpl(GetResourceAnnotationOperation.java:95)
	at org.eclipse.team.svn.core.operation.AbstractActionOperation.run(AbstractActionOperation.java:81)
	at org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doTask(ProgressMonitorUtility.java:104)
	at org.eclipse.team.svn.core.operation.CompositeOperation.runImpl(CompositeOperation.java:95)
	at org.eclipse.team.svn.core.operation.AbstractActionOperation.run(AbstractActionOperation.java:81)
	at org.eclipse.team.svn.core.operation.LoggedOperation.run(LoggedOperation.java:39)
	at org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doTask(ProgressMonitorUtility.java:104)
	at org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doTaskExternal(ProgressMonitorUtility.java:90)
	at org.eclipse.team.svn.ui.utility.DefaultCancellableOperationWrapper.run(DefaultCancellableOperationWrapper.java:55)
	at org.eclipse.team.svn.ui.utility.SVNTeamOperationWrapper.run(SVNTeamOperationWrapper.java:35)
	at org.eclipse.team.internal.ui.actions.JobRunnableContext.run(JobRunnableContext.java:144)
	at org.eclipse.team.internal.ui.actions.JobRunnableContext$ResourceJob.runInWorkspace(JobRunnableContext.java:72)
	at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Comment 1 Alexander Gurov CLA 2012-04-26 14:12:43 EDT
Fixed.
Comment 2 Malte Finsterwalder CLA 2012-04-27 04:27:33 EDT
When will this fix be released?
Comment 3 Alexander Gurov CLA 2012-05-11 05:35:51 EDT
*** Bug 379141 has been marked as a duplicate of this bug. ***
Comment 4 Alexander Gurov CLA 2012-05-11 05:38:25 EDT
*** Bug 378771 has been marked as a duplicate of this bug. ***
Comment 5 Alexander Gurov CLA 2012-05-11 05:41:26 EDT
(In reply to comment #2)
> When will this fix be released?

The build with the fix will be released at May 22.
Comment 6 Alexander Gurov CLA 2012-05-11 05:44:35 EDT
*** Bug 378049 has been marked as a duplicate of this bug. ***
Comment 7 Alexander Gurov CLA 2012-05-26 00:39:24 EDT
*** Bug 380250 has been marked as a duplicate of this bug. ***
Comment 8 Alexander Gurov CLA 2012-07-13 07:25:59 EDT
*** Bug 384477 has been marked as a duplicate of this bug. ***
Comment 9 Alexander Gurov CLA 2012-07-13 07:26:30 EDT
*** Bug 384367 has been marked as a duplicate of this bug. ***