Announcement

Collapse
No announcement yet.

SEVERE: Src and dst store id is the same: Filestore

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • SEVERE: Src and dst store id is the same: Filestore

    I have been looking all over the place for some help on this error msg.

    SEVERE: Src and dst store id is the same: Filestore

    Any ideas?

    Thanks
    -winn

  • #2
    Hi Winn,

    please post the complete stacktrace from the logfile.

    Thanks

    Comment


    • #3
      What is the Src and Dst referring to? (source and destination)

      Mar 2, 2010 8:18:12 PM com.openexchange.admin.rmi.impl.OXContext moveContextFilestore
      SEVERE: Src and dst store id is the same: Filestore ( com.openexchange.admin.rmi.dataobjects.Filestore@2 f89a9ad
      id = 3
      url = file:///data/0/filestore
      size = 10000
      used = 0
      reserved = 7600
      maxContexts = 5000
      currentContexts = 38
      )
      com.openexchange.admin.rmi.exceptions.OXContextExc eption: Src and dst store id is the same: Filestore ( com.openexchange.admin.rmi.dataobjects.Filestore@2 f89a
      9ad
      id = 3
      url = file:///data/0/filestore
      size = 10000
      used = 0
      reserved = 7600
      maxContexts = 5000
      currentContexts = 38
      )
      at com.openexchange.admin.rmi.impl.OXContext.moveCont extFilestore(OXContext.java:667)
      at com.openexchange.admin.rmi.impl.OXContext.moveCont extFilestore(OXContext.java:624)
      at sun.reflect.GeneratedMethodAccessor213.invoke(Unkn own Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:585)
      at sun.rmi.server.UnicastServerRef.dispatch(UnicastSe rverRef.java:294)
      at sun.rmi.transport.Transport$1.run(Transport.java:1 53)
      at java.security.AccessController.doPrivileged(Native Method)
      at sun.rmi.transport.Transport.serviceCall(Transport. java:149)
      at sun.rmi.transport.tcp.TCPTransport.handleMessages( TCPTransport.java:466)
      at sun.rmi.transport.tcp.TCPTransport$ConnectionHandl er.run(TCPTransport.java:707)
      at java.lang.Thread.run(Thread.java:595)

      Comment


      • #4
        Hi,

        are you trying to move the filestorage content of a context? According to the error message, the source filestorage and the destination filestorage is equal.

        The syntax is like:
        Code:
        /opt/open-xchange/sbin/movecontextfilestore -A oxadminmaster -P secret -c 10 -f 3
        This moves context 10 from its current filestorage to the filestorage with id 3. What do you try to achieve?

        Greetings

        Comment

        Working...
        X