[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: Konstantin Kolinko <knst.kolinko_at_gmail.com>
Date: Wed, 20 May 2009 22:38:09 +0400

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=2333787

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-05-20 20:39:10 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.