Technote (FAQ)
Question
During an issue with the IBM FileNet Content Engine (CE) Configuration Manager (CMUI) tool, you need to enable finer debugging to pinpoint any potential issues not being presented in the standard error logs.
Cause
The CMUI tool does not enable finer debugging by default.
Answer
Run CMUI with debug option to generate an error stack. To do so, copy configmgr.ini from <CE_install_dir>tools/configure to <CE_install_dir>/_cejvm/jre/bin
and modify the file contents:
From:
-vm
<CE_install_dir>/ContentEngine/_cejvm/jre/bin
gui
-vmargs
-Djava.compiler=none
-Djava.util.logging.config.file=/opt/IBM/FileNet/ContentEngine/tools/configure/configuration/cmlogging.properties
To:
-vm
<CE_install_dir>/ContentEngine/_cejvm/jre/bin
gui
-debug
-vmargs
-Djava.compiler=none
-Djava.util.logging.config.file=/<CE_install_dir>/ContentEngine/tools/configure/configuration/cmlogging.properties
The finer logging will appear in the <USERHOME>/configmgr_workspace path.
Rate this page:
Copyright and trademark information
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.