Issue:
ERR FNRCE0000D - DEBUG com.filenet.api.exception.EngineRuntimeException: FNRCC0035E: CONTENT_DCA_CONTENT_ELEMENT_NOT_FOUND: Cannot find the content element {0EA5D403-AFD5-4572-BAAB-3C9378933769}.\n at com.filenet.engine.content.DatabaseContentInputStream$DatabaseReaderTask.initContentInputStream(DatabaseContentInputStream.java:514)\n
resolve:
set client jvm parameters:
-DFileNet.Content.UploadServerAffinityEnabled=false -DFileNet.Content.DownloadServerAffinityEnabled=false
Showing posts with label CE. Show all posts
Showing posts with label CE. Show all posts
Thursday, 23 January 2014
Monday, 4 November 2013
How to read CE built-in perf log?
Enable it:
1: verify
there is a file created called "perflog_config.properties" under the
folder of the CE err and trace logs, like this
".../filenet/server1"...
2: open
the file, edit "use.me=true", and also change the
"perflog.dir=<> " to a good existing directory, and save it.
Verify to see if the perflog is writing to that folder
Performance log
format:
[Audit Interval]
[Execution Count] [Avg. Duration (ms)] [Total Duration (ms)] 0 0 [Performance
Counter]
The first column in
the IBM FileNet CPE performance log is the audit interval. This is denoted by
#Audit#-X, where X is 1, 10, 60 or 240. Each reported interval also includes a
time stamp to clearly identify when the performance data was collected. The second
column represents the number of executions for that performance counter during
the audit interval. The third column represents the average duration of those
executions and the fourth column is the total duration. The fifth and sixth
columns are always zero and reserved for future needs. The final column is the
actual performance counter being reported.
This file is located under the [application server
profile]/FileNet/[server_name] directory.
ClassNotFoundException
Error:
20:09:42.535
com.ibm.rmi.pi.InterceptorManager runPreInit:176 P=781098:O=0:CT
ORBRas[default] java.lang.ClassNotFoundException:
com.ibm.ws.activity.remote.cos.ActivityServiceClientInterceptor (no security
manager: RMI class loader disabled)
at
sun.rmi.server.LoaderHandler.loadClass(LoaderHandler.java:386)
Resolve:
Djava.ext.dirs
add "%WAS_HOME%\plugins"
Failed to login
Error message :
SECJ0395E: Could not
locate the SecurityServer at host/port: Unable to determine host / port
information to validate the userid and password entered. You might need to
specify valid securityServerHost/Port in
WAS_INSTALL_ROOT/profiles/profile_name/properties/sas.client.props file.
com.ibm.websphere.security.auth.AuthenticationFailedException:
SECJ0395E: Could not locate the SecurityServer at host/port: Unable to
determine host / port information to validate the userid and password entered.
You might need to specify valid securityServerHost/Port in
WAS_INSTALL_ROOT/profiles/profile_name/properties/sas.client.props file.
CWPKI0019E: Error
parsing the SSL client configuration file
Reason :
- P8 server is not started.
- Check the file existed or not
- Check the WAS client version matches with server or not
- Check the SSL enable or not.
Subscribe to:
Posts (Atom)