Troubleshooting the ccmDomainTool
Review possible issues that might occur when you run the ccmDomain tool and ways to work around the problem. These errors can appear in the command prompt window or the log file for debugging problems. There is also a logging capability to the ccmDomainTool. If you have ongoing troubleshooting issues, send the ccmDomainTool.log to HCL support
Problem | Solution |
---|---|
Cannot find JVM when running createGCD.sh/bat or createObjectStore.bat/sh Problem: Error prompt on the command line "java is not recognized as an internal or external command." |
|
./createGCD.sh: Permission denied |
Ensure you have been granted execution access to the file under
<IC_HOME>/addons/ccm/ccmDomainTool for example, |
Problem: In case you encounter the following error: Creating Object Store ... Exception in thread "main" com.filenet.api.exception.EngineRuntimeException: FNRCE0075E: E_TRANSACTION_FAILURE: A transaction problem has occurred. Message was: ; nested exception is: javax.transaction.TransactionRolledbackException: Transaction is ended due to timeout errorStack={ at com.filenet.engine.ejb.EJBUtil.determineException(EJBUtil.java:116) at com.filenet.engine.ejb.EngineBean.executeChanges(EngineBean.java:824) |
You can modify the transaction timeout as follows:
|
Fail to run createGCD.sh/bat. |
Refer to the following correct createGCD outprint. If you fail on the step "Creating Domain and GCD ...", you can rerun the tool after fixing the error in the message. If you fail on the step "Setting Server Cache ...", you can perform the configuration through
manual steps, or run the DBWizard to drop the CCM database. The createGCD.sh/bat
cannot be rerun directly in this situation, because the GCD has been
created. *********************************************************** Directory service provider name : Virtual Member Manager Domain name : ICDomain Content Platform Engine webservice : FileNetP8WSI File Storage Area root path : /opt/IBM/Connections/data/shared/ccm Object store admin user : wpsadmin Object store display name : ICObjectStore Object store name : ICObjectStore JNDI data source : FNOSDS JNDI XA data source : FNOSDSXA Domain admin user : wpsadmin Possible Content Platform Engine Connection URI: http://localhost:9081/wsi/FNCEWS40MTOM *********************************************************** Geting connection to the Content Platform Engine URI : http://localhost:9081/wsi/FNCEWS40MTOM ... log4j:WARN No appenders could be found for logger (filenet_error.api.com.filenet.apiimpl.util.ConfigValueLookup). log4j:WARN Please initialize the log4j system properly. http://localhost:9081/wsi/FNCEWS40MTOM http://localhost:9081/wsi/FNCEWS40MTOM ... |
Fail to run createObjectStore.sh/bat |
Refer to following correct createObjectStore outprint, if you fail on step "Creating Object Store ...", you can rerun the tool after fixing the error in the message. If you fail on other steps in createObjectStore, you can perform the configuration through manual
steps or run the DBWizard to drop CCM database. The createObjectStore.sh/bat
cannot be rerun directly in this situation, because the Object Store has been created. For more
information, see Recreating
the FileNet domain and object
store. [root@localhost ccmDomainTool]# ./createObjectStore.sh createOS Loading the Connections Content Manager info ... http://localhost:9081/wsi/FNCEWS40MTOM *********************************************************** Directory service provider name : Virtual Member Manager Domain name : ICDomain Content Platform Engine webservice : FileNetP8WSI File Storage Area root path : /opt/IBM/Connections/data/shared/ccm Object store admin user : wpsadmin Object store display name : ICObjectStore Object store name : ICObjectStore JNDI data source : FNOSDS JNDI XA data source : FNOSDSXA Domain admin user : wpsadmin Please enter domain admin user password : wpsadmin Possible Content Platform Engine Connection URI: http://localhost:9081/wsi/FNCEWS40MTOM *********************************************************** Geting connection to the Content Platform Engine URI : http://localhost:9081/wsi/FNCEWS40MTOM ... log4j:WARN No appenders could be found for logger (filenet_error.api.com.filenet.apiimpl.util.ConfigValueLookup). log4j:WARN Please initialize the log4j system properly. Creating Object Store ... Set File Storage Area ... {EABF468D-CB36-4CBF-AC50-332D92EFE0B8} ... |