If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
SEVERE: Src and dst store id is the same: Filestore
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)
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?
Comment