You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jackrabbit.apache.org by babu <ba...@gmail.com> on 2012/11/29 23:54:47 UTC

File storing fails for size over 64KB on tomcat

Hello Friends,
My jackrabbit is deployed as repository.war on tomcat 6. I am using the URL
http://localhost:8080/repository/rmi to connect to repository. It fails to
store file over size 64KB.

Here is the exception I get:
org.apache.jackrabbit.rmi.client.RemoteRepositoryException:
java.rmi.MarshalException: error marshalling arguments; nested exception is: 
	java.net.SocketException: Software caused connection abort: socket write
error
	at
org.apache.jackrabbit.rmi.client.ClientNode.setProperty(ClientNode.java:134)
	at javax.jcr.Node$setProperty.call(Unknown Source)


I tried with version 2.1.2 and 2.4.3.

But, when I run the stand alone jackrabbit server, I can store files upto
size 350MB (or more). 

Any idea why it's behaving like that?

Thanks in advance.
Tridib



--
View this message in context: http://jackrabbit.510166.n4.nabble.com/File-storing-fails-for-size-over-64KB-on-tomcat-tp4657096.html
Sent from the Jackrabbit - Users mailing list archive at Nabble.com.