Hi Experts,
I am getting following errors while restarting dctm java method server.
1.)
SEVERE: IOException while loading persisted sessions: java.io.EOFException
java.io.EOFException
at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2237)
at java.io.ObjectInputStream$BlockDataInputStream.readShort
(ObjectInputStream.java:2703)
2.)
[2009-12-15 17:18:00,664|WARN |Thread-0
|com.documentum.fc.client.impl.bof.classmgmt.ModuleManager|connect|367 ]
[DFC_BOF_COULDNT_CONNECT_TO_REGISTRY] Unable to connect to module registry, docbase name
devrep username dm_bof_registry.
DfAuthenticationException:: THREAD: Thread-0; MSG: [DM_SESSION_E_AUTH_FAIL]error:
"Authentication failed for user dm_bof_registry with docbase devrep."; ERRORCODE: 100;
NEXT: null
3.)
[2009-12-15 17:18:00,696|WARN |Thread-0
|com.documentum.fc.client.security.internal.RegistrationMgr|register|39 ]
[DFC_SECURITY_GR_PUBLICATION_FAILED] Publication of DFC instance with global registry failed
DfException:: THREAD: Thread-0; MSG: [DFC_BOF_GLOBAL_REGISTRY_UNAVAILABLE] Unable to connect
to the global registry no session; ERRORCODE: ff; NEXT: null
at
com.documentum.fc.client.security.impl.DfcIdentityPublisher.<init>(DfcIdentityPublisher.java:
55)
i am able to complie and run custom java methods successfully.
Can you plz guide me to resolve this.
Thanks in advance.