我也看到了IBM的这篇文章,详细情况如下:
有可能与版本有关系,你可以到IBM官方网站下载最新的CQ7.0或7.0.1版本。
也可以在原来的基础上试试IBM的Workaround,不过要提前做好相关的备份。
Problem
This technote addresses the error that an internal error has occurredwhile processing the request. In the 2003.06.13 and 2004.06.14 versionsof IBM® Rational® ClearQuest® Web, when using databases with hooks in aschema, this error can occur. It is not possible to continue to work inthe ClearQuest Web after this has occurred and a reboot of the servermight be required.
Cause
Additional error information - the requestmanager.log reports the following types of errors:
Wed Feb 11 14:20:53 EST 2004, Thread:Thread-17, Level:SEVERE,Logger:com.rational.clearquest.cqweb.requestmgr.rmLogger,Class:com.rational.clearquest.cqweb.requestmgr.RmEntityHandler,Method:commit(), 22014:: Defect test00108548, unable to commit
Wed Feb 11 14:20:53 EST 2004, Thread:Thread-17, Level:SEVERE,Logger:com.rational.clearquest.cqweb.requestmgr.rmLogger,Class:com.rational.clearquest.cqweb.requestmgr.RmEntityHandler,Method:processRequest(), com.rational.clearquest.cqjni.CQException:Caught a CQException at the JNI Boundary:
Solution
This issue was a defect in the ClearQuest Web, and was resolved in the2003.06.15 Service Release 5 (SR5) version. See the link in RelatedInformation for additional information on Service Release 5. There is a workaround for this issue in versions 2003.06.13 and 2003.06.14 versions of ClearQuest Web.
NOTE: This solution contains information about modifyingthe system registry. Before making any modifications to the Microsoft®Registry Editor, it is strongly recommended that you make a backup ofthe existing registry. For more information describing how to back upthe registry, refer to the Microsoft Knowledge Base article 256986
http://support.microsoft.com/kb/256986.
* On a Microsoft® Windows® operating systems, the resolution is to add a registry key to set a behavior flag in ClearQuest:
o Save these three lines to a text file called temp.reg: (The 2nd line is blank).
o Double-click on the file to merge it into the Registry. (Alternately, can right-mouse click the file itself and select Merge from the menu).
Note: "Windows Registry Editor Version 5.00" can also be used in place of"REGEDIT4", however that parameter does not work with all versions of Windows.
复制内容到剪贴板
代码:
REGEDIT4
[HKEY_USERS\.DEFAULT\Software\Rational Software\ClearQuest\Diagnostic]"Behavior"="DB_CONN_MUTEX=2"* On UNIX, edit the start_cqrm.sh script in the //opt/rational/clearquest/cqweb/cqserver directory, adding these 2 lines:
复制内容到剪贴板
代码:
CQ_DIAG_BEHAVIOR="DB_CONN_MUTEX=2"
export CQ_DIAG_BEHAVIORRestart the Request Manager for these changes to take effect.
Registry Editing
Note:This solution contains information about modifying the system registry.Before making any modifications to the Microsoft® Registry Editor, itis strongly recommended that you make a backup of the existingregistry. For more information describing how to back up the registry,refer to the Microsoft Knowledge Base article 256986
http://support.microsoft.com/kb/256986.
[
本帖最后由 yunshan 于 2007-12-7 12:49 编辑 ]