[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Received "SVN: Internal Error" when Committing Executable into Subversion?

From: David Simons <david.simons_at_gmail.com>
Date: Wed, 20 May 2009 14:59:01 -0500

Konstantin,
Thank you for your analysis .
.
You were correct - the GNU implementation of java was the culprit. I
installed Sun Java 1.6 for Ubuntu by following these instructions:
http://www.ubuntugeek.com/how-to-install-and-setup-eclipse-with-suns-java.html
*
*and I was able to commit properly.

I also updated SVNKit to the most recent version via Eclipse's Help ->
Software Updates. This may have also helped, but it didn't solve the problem
alone.

Thanks,
David

On Wed, May 20, 2009 at 1:38 PM, Konstantin Kolinko
<knst.kolinko_at_gmail.com>wrote:

> 2009/5/20 David Simons <david.simons_at_gmail.com>:
> >
> > !ENTRY org.eclipse.core.jobs 4 2 2009-05-20 11:45:27.520
> > !MESSAGE An internal error occurred during: "SVN Commit".
> > !STACK 0
> >
> >
> > java.lang.IllegalArgumentException: length 16416 out of range; must be
> > between 0 and 16384
> > at gnu.javax.net.ssl.provider.Record.setLength(libgcj.so.81)
> > at
> > gnu.javax.net.ssl.provider.OutputSecurityParameters.encrypt(libgcj.so.81)
> >
> >
> > at gnu.javax.net.ssl.provider.SSLEngineImpl.wrap(libgcj.so.81)
> > at javax.net.ssl.SSLEngine.wrap(libgcj.so.81)
> > at
> >
> gnu.javax.net.ssl.provider.SSLSocketImpl$SocketOutputStream.write(libgcj.so.81)
> > at java.io.BufferedOutputStream.write(libgcj.so.81)
> >
> >
> > at
> >
> org.tmatesoft.svn.core.internal.util.SVNLogOutputStream.write(SVNLogOutputStream.java:65)
> > (...)
> >
>
> Looking at the stack trace:
>
> 1. "gnu.javax"
>
> GNU's reimplementation of Java is known to be broken.
>
> You should install proper Java, e.g. from Sun Microsystems.
>
> Do not know, how to do that for your operating system. Ask elsewhere.
>
>
> 2. "org.tmatesoft.svn"
>
> It means that you are using SVNKit
> http://www.tmatesoft.com/
> http://svnkit.com/
>
> Ask them.
>
> Try updating Eclipse (see menu Help > Software Updates...) to get the
> latest version of SVNKit.
>
>
> Nevertheless, the error that you are seeing is not in their, but in GNU's
> code.
>
> Best regards,
> Konstantin Kolinko
>

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2334589

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-05-20 22:00:18 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.