Funies
Funies

Reputation: 1

Deployment of custom DFS (Documentum Foundation Services) on Jboss 6

I am testing deployment of a custom DFS on JBOSS 6. However I am getting some errors when I deploy the application. The application is running fine with no error on JBOSS 5. However when I deploy the same DFS application on JBOSS 6 I am getting the following error message: "java.lang.NoClassDefFoundError" "Could not initialize class com.documentum.fc.client.DfClient". The class it is complaining about is part of the dfc.jar file which I have added to [JBOSS-Home]/server/default/lib folder.

I added all the Documentum jar files to [JBOSS-Home]/server/default/lib folder, with no luck. The same jar files are also in the ear file's lib folder.

The server was restarted after adding the jar files.

Upvotes: 0

Views: 931

Answers (1)

bq0
bq0

Reputation: 11

The cause is "Could not initialize class com.documentum.fc.client.DfClient". Either it is something wrong with your dfc.properties or the DFC is not able to create files during the DFC initializing caused maybe by wrong file permissions. During the initialization a lot of things are performed like logon to the Global Registry, creating a dfc.keystore side-by-side to the dfc.jar, registering this keystore inside the Global Registry, fetching other information from this Global Registry and storing first data into the persistent DFC cache.

Upvotes: 0

Related Questions