task typeID is not valid

I am looking in my MWS logs and getting a “Task TypeID is not Valid” - I don’t see this under Folders > System > Task > Task Definitions so I don’t know where to delete this from or how to track what is?

Help appreciated… thanks2009-02-25 15:08:00 PST (task : DEBUG) - Queue task request: {taskInfo={attributes={_taskAnalyticsEnabled=true, _callbackServiceName=wm.prt.tde:tdeCallback, _callbackData={PRT_PRIVATE_PIPELINE=[B@18bb093, ProcessInstanceID=10dfcd10039011de863fd53df318a7a9, ProcessIteration=1, ProcessStepID=PRETDE_S193, TryCount=2, LastEvents={PRTEvents=[255bad80039111de8c97830c0dfe17ec, null, LecgConflictCheckProcess/InitiateConflictCheckProcess, 1, 10dfcd10039011de863fd53df318a7a9:1, PRETDE_S193, 1, null, S178]}, LogicalServer=emedevtest, ProcessModelVersion=1, ProcessModelID=LecgConflictCheckProcess/InitiateConflictCheckProcess, AuditContext=25710a40039111de8ca4d7af013c4f31}, _ruleSet=, _taskAuditEnabled=true}, processInstanceID=10dfcd10039011de863fd53df318a7a9, processModelID=LecgConflictCheckProcess/InitiateConflictCheckProcess, processModelVersion=1, processIteration=1, auditContext=25710a40039111de8ca4d7af013c4f31, stepID=S193, stepIteration=2, name=Cleared Conflict}, user=null, taskData={conflictCheckDataPublishDoc={submittedDate=02/25/2009 15:07:40, expectedTimeFrame=, billingInstructitons=, otherOfficeLocations=, finders=[{finderPercentage=100, finderName=2849}], caseType=Arbitration, currency=, caseDescription=asdf, otherExperts=, urgencyLevel=false, clientData=[{clientDescription=xzczx, clientRoleStatus=C, clientLastName=zxczx, clientType=IND, clientRelationshipCode=CL}], personalInjuryType=, service=207, mlNumber=, industry=103, adverseParties=, preparer=mmartini, sendContractTo=, estimatedFeesHigh=, caseName=asdf, surcharge=, formAction=Submit, conflictCheckNumber=2297, caseManager=, batchId=23365, confidentialityLevel=Confidential, retainerAmount=, otherClientData=, mainOfficeLocation=83, lawFirms=, relatedLitigation=, environmentData=, estimatedFeesLow=, sector=112, primaryExpert=2758, technologyDescription=, practiceAreaCode=46, createDate=2009-02-25 14:59:53.0, urgencyReason=, billTo=, taxCode=}}, taskTypeID=E597FF30-FDCC-798E-40BE-6E91708668D6}

2009-02-25 15:08:00 PST (Framework : WARN) - [POP.017.0016] Task typeID is not valid E597FF30-FDCC-798E-40BE-6E91708668D6
com.webMethods.portal.bizPolicy.BizException: [POP.017.0016] Task typeID is not valid E597FF30-FDCC-798E-40BE-6E91708668D6
at com.webMethods.portal.bizPolicy.command.task.webservice.QueueTaskWS.handle(QueueTaskWS.java:122)
at sun.reflect.GeneratedMethodAccessor1429.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.webMethods.portal.webservices.handlers.CommandProvider.invokeMethod(CommandProvider.java:240)
at org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186)
at com.webMethods.portal.webservices.handlers.CommandProvider.processMessage(CommandProvider.java:199)
at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323)
at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:454)
at org.apache.axis.server.AxisServer.invoke(AxisServer.java:281)
at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699)
at com.webMethods.portal.webservices.servlet.PortalAxisServlet.doPost(PortalAxisServlet.java:167)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:616)
at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428)
at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:830)
at com.webMethods.portal.webservices.auth.BasicAuthFilter.doFilter(BasicAuthFilter.java:75)
at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821)
at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:471)
at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1530)
at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1482)
at com.webMethods.portal.webApplication.WmWebAppContext.handle(WmWebAppContext.java:159)
at org.mortbay.http.HttpServer.service(HttpServer.java:909)
at org.mortbay.http.HttpConnection.service(HttpConnection.java:820)
at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:986)
at org.mortbay.http.HttpConnection.handle(HttpConnection.java:837)
at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:245)
at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)

Try redeploying your task application (which defined this task it complains about) using Administration > Install Administration portlet

I already tried redeploying - what is Administration->install Admin portlet mean? is that from MWS? I didn’t see any admin portlet under administration - are you referring to administration dashboard?

Redeployment from Designer might not do it.

Login as sysadmin/manage. Then browse to Administration > Configuration > Install Administration. Then pick *.war file to install.

Thanks - that looks like it worked