Solution: rebuild this index
ALTER INDEX RESUME_PK REBUILD
After I executed this rebuild action, it turned out to be normal.
Reference
[1] http://www.mydigitallife.info/2006/01/28/ora-01502-oracle-index-in-unusable-state/
ALTER INDEX RESUME_PK REBUILD
Problems running dot: exit code=-1, command='dot', arguments='"classcom_1_1htc_1_1hr_1_1tree_1_1_department_table_bean_50f82c9386b01669779a1524b380b355_cgraph.dot" -Tpng -o "classcom_1_1htc_1_1hr_1_1tree_1_1_department_table_bean_50f82c9386b01669779a1524b380b355_cgraph.png"'
java.lang.IllegalArgumentException: NamedQuery of name: jobDutyJobTitle.findByJobDuty not found. at oracle.toplink.essentials.internal.ejb.cmp3.base.EJBQueryImpl.getDatabaseQuery(EJBQueryImpl.java:422) at oracle.toplink.essentials.internal.ejb.cmp3.base.EJBQueryImpl.setAsSQLReadQuery(EJBQueryImpl.java:136) at oracle.toplink.essentials.internal.ejb.cmp3.base.EJBQueryImpl.getResultList(EJBQueryImpl.java:464) at com.htc.hr.dao.JobDutyJobTitleDAO.findByJobDuty(JobDutyJobTitleDAO.java:41) at com.htc.hr.controller.JobDutyController.showJobDutyJobTitle(JobDutyController.java:47)
1 2 3 4 5 6 7 | java.lang.IllegalStateException: ExtensionsFilter not correctly configured. JSF mapping missing. JSF pages not covered. Please see: http://myfaces.apache.org/tomahawk/extensionsFilter.html at org.apache.myfaces.renderkit.html.util.AddResourceFactory.throwExtensionsFilterMissing(AddResourceFactory.java:389) at org.apache.myfaces.renderkit.html.util.AddResourceFactory.checkEnvironment(AddResourceFactory.java:349) at org.apache.myfaces.renderkit.html.util.AddResourceFactory.getInstance(AddResourceFactory.java:279) at org.apache.myfaces.custom.navmenu.jscookmenu.HtmlJSCookMenuRenderer.addResourcesToHeader(HtmlJSCookMenuRenderer.java:404) at org.apache.myfaces.custom.navmenu.jscookmenu.HtmlJSCookMenuRenderer.encodeBegin(HtmlJSCookMenuRenderer.java:363) at javax.faces.component.UIComponentBase.encodeBegin(UIComponentBase.java:788) |
http://junyuo.googlepages.com/Subclipse-TheSubversionPluginForEcli.rar
1. Go to Site tag and click Utils
2. Go to Queue Manager page
3. Choose failed queue, ex. WfUserWorkQueue
4. pickup one queue entry which had been marked as server, and select 'show' option in dropdown list
5. check error message, ex. wt.workflow.robots.WfInternalMethod:135596
6. used sql statement to figure out which object cause this failed queue.
select t2.businessobjreference, t2.name from WfInternalMethod t1, wfprocess t2 where t1.ida2a2 = 135596 and t1.ida3parentprocessref = t2.ida2a2
7. we can get information from step6.
businessobjreference is VR:wt.doc.WTDocument:136558
name is TPV - Release Workflow_0000000046 - Electronic Component Sample Request Operation Quide A
8. go to search page: apply 0000000046 to number to be our search criteria,
then we can check the related workflow to check what's wrong
1 2 3 4 | <context-param> <param-name>ConfigFile</param-name> <param-value>D:/ptc/Windchill/partslink/conf/main.properties</param-value> </context-param> |
1 2 3 | <property name="wt.org.services.userPasswordChangeEnabled" overridable="true" targetfile="codebase/wt.properties" value="true"> |
reference: http://forum.java.sun.com/thread.jspa?threadID=567821&forumID=17
<body onload="test()">
<script>
String.prototype.trim = function() { return this.replace(/^\s+|\s+$/, ''); };
function test() {
var str = " a ";
alert("Original string: '" + str + "'");
str = str.trim();
alert("Incompletely stripped string: '" + str + "'");
}
</script>
<body onload="test()">
<script>
String.prototype.trim = function() { return this.replace(/^\s+|\s+$/, ''); };
function test() {
var str = " a ";
alert("Original string: '" + str + "'");
str = str.trim();
alert("Incompletely stripped string: '" + str + "'");
}
</script>
public void setCharset(java.lang.String newCharset)http://jakarta.apache.org/commons/email/api-release/org/apache/commons/mail/Email.html#setCharset(java.lang.String)
public void setContent(java.lang.Object aObject,http://jakarta.apache.org/commons/email/api-release/org/apache/commons/mail/Email.html#setContent(java.lang.Object,%20java.lang.String)
java.lang.String aContentType)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 | <ie:unit> <ie:webject name="CheckOut-Objects" type="ACT"> <ie:param name="INSTANCE" data="windchill"/> <ie:param name="AUTHORIZATION" data="${@server[]authorization[0]}"/> <ie:param name="OBJECT_REF" data="<%=objRef%>"/> <ie:param name="GROUP_OUT" data="checkoutDoc"/> </ie:webject> <% Group checkoutDoc = getGroup("checkoutDoc");; String newOid = (String)checkoutDoc.getAttributeValue(0, "obid"); System.out.println("Checkout Document ends... Update begin, new id"); System.out.println(newOid); %> <ie:failure> <%System.out.println("no document had been CheckOut");%> </ie:failure> <ie:success> <% System.out.println (getGroup("checkoutDoc").getElementCount() + " document(s) had been CheckOut"); %> </ie:success> </ie:unit> <ie:unit> <ie:webject name="Update-Objects" type="ACT"> <ie:param name="INSTANCE" data="windchill"/> <ie:param name="GROUP_OUT" data="updateDoc"/> <ie:param name="ATTRIBUTE" data="IBA|Revise_By_Drawing"/> <ie:param name="OBJECT_REF" data="<%=newOid%>"/> <ie:param name="TYPE" data="wt.doc.WTDocument"/> <ie:param name="FIELD" data="IBA|Revise_By_Drawing='N'"/> <ie:param name="AUTHORIZATION" data="${@server[]authorization[0]}"/> </ie:webject> <ie:failure> <%System.out.println("no document had been update");%> </ie:failure> <ie:success> <% System.out.println (getGroup("updateDoc").getElementCount() + " document(s) had been updated"); %> </ie:success> </ie:unit> <ie:unit> <ie:webject name="CheckIn-Objects" type="ACT"> <ie:param name="INSTANCE" data="com.ptc.vm-ase.Windchill"/> <ie:param name="ATTRIBUTE" data="IBA|Revise_By_Drawing"/> <ie:param name="GROUP_OUT" data="checkInDoc"/> <ie:param name="AUTHORIZATION" data="${@server[]authorization[0]}"/> <ie:param name="TYPE" data="wt.doc.WTDocument"/> <ie:param name="OBJECT_REF" data="<%=newOid%>"/> </ie:webject> <ie:failure> <%System.out.println("no document had been checked-in");%> </ie:failure> <ie:success> <% System.out.println (getGroup("checkInDoc").getElementCount() + " document(s) had been checked-in"); %> </ie:success> </ie:unit> |
<Windchill_HOME>\tasks\codebase\com\infoengine\compiledTasks
<init-param>
<param-name>development</param-name>
<param-value>true</param-value>
</init-param>