Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

EMC documentum configuration error

Avatar

Level 7

Hi,

I am trying to configure the EMC documentum. But when i configure from adminui using superadmin login/password getting error that "could not find the EMC documentum connector". please see the screen shot below.

Also i am not able to start below services (find screen shot also)

1.EMCDocumentumContentRepositoryConnector

2.EMCDocumentumRepositoryProvider.

Please let me the cause of error.

emc Connector.JPG

emc Connector Service.JPG

Regards

Sunil Gupta

1 Accepted Solution

Avatar

Correct answer by
Former Community Member

Only Documentum versions 6.0 and 6.5 are certified with ADEP. Documentum version 6.7 SP1 is certified with Adobe LiveCycle ES3 release.

Is this a development setup? If yes, i would recommend you to use Adobe LiveCycle ES3. For configuring documentum 6.7 SP1 with LiveCycle ES3 follow the link

http://help.adobe.com/en_US/livecycle/10.0/InstallWebSphere/WS1a95df6a070ac5e3533917eb12fb665b6bc-7f... .

View solution in original post

47 Replies

Avatar

Level 2

I am having the same issue and but I have errors like " noclassdeffounderror: ...fc.client.DfClient".

Just wonder on the the host where ALC server is installed, we need to install Documentum DFC, any other components from EMC is needed?

Thanks,

Sam

Avatar

Level 8

Yes you do need to install dfc, refer to the installation guide as it shows what is needed to be installed and configured

Avatar

Level 2

I know and I had DFC installed. I wonder why I still get errors such as:

DSCRuntimeException: ... NoClassDefFoundError: Could not initialize class com.documentum.fc.client.DfClient.

I have two services components:

EMCDocumentumContentRepositoryConnector:1.0

and

EMCDocumentumRepositoryProvider:1.0 stopped.

Avatar

Level 8

Typically when I see this error it's because the  adobe-component-ext.properties isn't found or isn't configured properly

Avatar

Level 2

I have it under jboss/bin. The only thing different is that I installed the DFC over E: drive not the C: drive as typically installed. I know it's a class loading issue.

Avatar

Former Community Member

can you please post contents of your adobe-component-ext.properties file. I think you might be using "\" in the path names. try replacing them with "/".

Avatar

Level 2

Hi pgakhar,

I am not able to reply from my email. Could you please tell me an email I can send the properties and log file? Or please make a comment here. I am using "/" and I am really puzzled.

Thanks,

Sam

Avatar

Former Community Member

You can use advanced editor for attaching files.

screenshot.jpg

Avatar

Former Community Member

Sams1884,

Please provide the application server logs and the contents of adobe-component-ext.properties file.

The contents of the adobe-component-ext.properties for documentum 6.7SP1 should be like the below (in one single line):-

com.adobe.livecycle.ConnectorforEMCDocumentum.ext=C:/Program Files/Documentum/Shared/dfc.jar,C:/Program Files/Documentum/Shared/aspectjrt.jar,C:/Program Files/Documentum/Shared/jaxb-api.jar,C:/Program Files/Documentum/Shared/configservice-impl.jar,C:/Program Files/Documentum/Shared/configservice-api.jar,C:/Program Files/Documentum/Shared/log4j.jar,C:/Program Files/Documentum/Shared/commons-codec-1.3.jar,C:/Program Files/Documentum/Shared/commons-lang-2.4.jar

Please also check the spellings of the file name. It should be exactly "adobe-component-ext.properties".

In one of your messages above, you said that you have two services for documentum. You should be able to see the below services in LiveCycle adminui. If not, you have some faulty installation, please run the LCM again.

screenshot.jpg

Avatar

Level 2

pgakhar <http://forums.adobe.com/people/pgakhar>,

Here are the two. Thanks a lot for your help.

Sam

Avatar

Former Community Member

No attachment or link. Please attach again.

Avatar

Level 2

pgakhar <http://forums.adobe.com/people/pgakhar>,

Here are the two. Thanks a lot for your help.

Sam

Avatar

Former Community Member

For attaching the files, please use the browser and open http://forums.adobe.com/message/4482229#4482229 . Then click reply at the bottom and click on Use advanced editor. Hope you are not still replying from your mail box?

Avatar

Level 2

Using advanced editor, I am not able to attach anything other than image or video. Please tell me how.

Sam

6-11-2012 8-45-23 AM.png

Avatar

Former Community Member

screenshot.jpg

Use the browse button in the red oval.

i am attaching my adobe-component-ext.properties file using it. Let's see whether you get it or not.

Avatar

Level 2

I just attached a couple of screen shots.

Thanks,

Sam

6-11-2012 9-00-56 AM.png6-11-2012 8-59-17 AM.png

Avatar

Level 2

No. I don't have it. Is it because I am only a community member, or because of my browser? I posted two images. My property file is the same as yours as I checked.

Thanks,

Sam

Please Can anybody show me how to upload any files in or how to copy and paste?

Thanks a lot.

Avatar

Former Community Member

If you are unable to upload the log files. please copy the text in the message itself.

Avatar

Former Community Member

Users cannot upload files to our forums. you should use acrobat.com or yousendit.com or drop box or something like that to share files.

Avatar

Former Community Member

Please try the standalone java code attached (TestDocumentum.java) from the machine on which LiveCycle server is installed. If this works then we'll have to look into it and if this doesn't work then there is something wrong with your DFC client jars or documentum server.

Prerequisites:-

    1.) you should have jdk1.6 or higher installed on your machine. Set environment variables JAVA_HOME=c:\java\jdk1.6.0 and PATH=%PATH%;%JAVA_HOME%\bin

    2.) DFC for Documentum 6.7 SP1 should be installed on your machine.

Follow the below steps to run the file TestDocumentum.java:-

1.) Update the below lines in the file TestDocumentum.java according to your installation:

    private static String USERNAME = "sp_admin";

    private static String PASSWORD = "P@ssw0rd";

    private static String DOCBASE = "Docbase1";

2.) Run the below commands:-

    javac -classpath E:\Documentum\config;"E:\Program Files\Documentum\Shared\dfc.jar";. TestDocumentum.java

    java -classpath E:\Documentum\config;"E:\Program Files\Documentum\Shared\dfc.jar";. TestDocumentum

If you receive the same error "Could not initialize class com.documentum.fc.client.DfClient" then, most probably your client jars are corrupt. Otherwise please contact enterprise support.

Avatar

Level 2

Thanks pgakhar,

I reinstalled the DFC and I code-tested myself and also using your code.

Sam

6-14-2012 9-02-13 AM.png

The following has evaluated to null or missing: ==> liqladmin("SELECT id, value FROM metrics WHERE id = 'net_accepted_solutions' and user.id = '${acceptedAnswer.author.id}'").data.items [in template "analytics-container" at line 83, column 41] ---- Tip: It's the step after the last dot that caused this error, not those before it. ---- Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: #assign answerAuthorNetSolutions = li... [in template "analytics-container" at line 83, column 5] ----