Sergey Klimov created JCR-4130:
----------------------------------

             Summary: Can't add a file
                 Key: JCR-4130
                 URL: https://issues.apache.org/jira/browse/JCR-4130
             Project: Jackrabbit Content Repository
          Issue Type: Bug
    Affects Versions: 2.12.7
            Reporter: Sergey Klimov
         Attachments: bad.jpg

When I'm trying to add the attached file into my storage using WebDav or RMI I 
get the following exception. If I add the other files it works just fine, the 
problem is with that specific file. 

Configuration standalone.

Error:PutNode (RepositoryException)
Could not add record
javax.jcr.RepositoryException: Could not add record
   at 
org.apache.jackrabbit.rmi.server.ServerObject.getRepositoryException(ServerObject.java:145)
   at 
org.apache.jackrabbit.rmi.server.ServerNode.setProperty(ServerNode.java:289)
   at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
   at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
   at java.lang.reflect.Method.invoke(Method.java:611)
   at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:320)
   at sun.rmi.transport.Transport$2.run(Transport.java:196)
   at java.security.AccessController.doPrivileged(AccessController.java:448)
   at sun.rmi.transport.Transport.serviceCall(Transport.java:192)
   at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:559)
   at 
sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:820)
   at 
sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.access$400(TCPTransport.java:611)
   at 
sun.rmi.transport.tcp.TCPTransport$ConnectionHandler$1.run(TCPTransport.java:676)
   at 
sun.rmi.transport.tcp.TCPTransport$ConnectionHandler$1.run(TCPTransport.java:673)
   at java.security.AccessController.doPrivileged(AccessController.java:384)
   at 
sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:673)
   at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
   at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
   at java.lang.Thread.run(Thread.java:767)
   at 
sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:287)
   at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:264)
   at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:173)
   at org.apache.jackrabbit.rmi.server.ServerNode_Stub.setProperty(Unknown 
Source)
   at 
org.apache.jackrabbit.rmi.client.ClientNode.setProperty(ClientNode.java:129)
   at 
org.apache.jackrabbit.rmi.client.ClientNode.setProperty(ClientNode.java:188)
   at QbisRepository.PutNode(QbisRepository.java:287)
   at QbisRepository.Put(QbisRepository.java:497)
   at qbisjcrproxy.PutDocumentIntoStorage(qbisjcrproxy.java:12)
   at qbisjcrproxy.main(qbisjcrproxy.java:112)




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to