ConcourseSuite Support

Support
Corporate
PUBLIC PROFILE

Back to topics

Discuss Development

Task Update

You need to be logged in to post messages

This question is unanswered

Task Update

7/24/2008 11:58 AM EDT

I got this error when updating a task. Any ideas?

  • Requested action: ProcessPacket
  • Thu Jul 24 17:50:15 CEST 2008

ProcessPacket->Reading XML from request
XML: <?xml version="1.0" encoding="UTF-8" standalone="no"?><app><authentication><id>10.1.8.115</id><username>marco.ghezzi</username>

f5888d0bb58d611107e11f7cbc41c97a

<systemId>4</systemId><lastAnchor/><nextAnchor/></authentication><transaction id="1"><meta><property>id</property><property>description</property><property>duedate</property><property>entered</property><property>modified</property><property>categoryId</property><property>complete</property><property>completeDate</property><property>dueDateTimeZone</property><property>enabled</property><property>enteredBy</property><property>estimatedLOE</property><property>estimatedLOEType</property><property>modifiedBy</property><property>notes</property><property>owner</property><property>priority</property><property>reminderId</property><property>sharing</property><property>ticketTaskCategoryId</property><property>trashedDate</property><property>type</property></meta><task action="update" shareKey="true"><id><![CDATA[6></id><description><![CDATA[This is a simple Task></description><duedate><![CDATA[24/07/2008 17:50:15.109></duedate><entered><![CDATA[24/07/2008 17:44:35.000></entered><modified><![CDATA[24/07/2008 17:44:35.000></modified><categoryId><![CDATA[-1></categoryId><complete><![CDATA[false></complete><completeDate/><dueDateTimeZone><![CDATA[Europe/Berlin></dueDateTimeZone><enabled><![CDATA[true></enabled><enteredBy><![CDATA[1></enteredBy><estimatedLOE><![CDATA[-1.0></estimatedLOE><estimatedLOEType><![CDATA[1></estimatedLOEType><modifiedBy><![CDATA[1></modifiedBy><notes/><owner><![CDATA[1></owner><priority><![CDATA[1></priority><reminderId><![CDATA[-1></reminderId><sharing><![CDATA[-1></sharing><ticketTaskCategoryId><![CDATA[-1></ticketTaskCategoryId><trashedDate><![CDATA[24/07/2008 17:50:15.109></trashedDate><type><![CDATA[1></type></task></transaction></app>]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]

ProcessPacket-> Parsing data
XMLUtils-> setId(10.1.8.115)
XMLUtils-> setUsername(marco.ghezzi)
XMLUtils-> setCode(f5888d0bb58d611107e11f7cbc41c97a)
XMLUtils-> setSystemId(4)
XMLUtils-> setLastAnchor(null)
XMLUtils-> setNextAnchor(null)
AuthenticationItem-> GateKeeper: jdbc:mysql://127.0.0.1:3306/centric_crm
AuthenticationItem-> ServerName: 10.1.8.115
AuthenticationItem-> SiteCode: cfs
AuthenticationItem-> Driver: com.mysql.jdbc.Driver
AuthenticationItem-> Database: centric_crm
ClientType-> WAP String: null
ClientType-> Header String: java/1.6.0_04
ClientType-> Browser Id: ns
ClientType-> Browser Version: 4.0
ClientType-> Browser O/S: win
ClientType-> Referer: null
XMLUtils-> setProperty(id)
XMLUtils-> setProperty(description)
XMLUtils-> setProperty(duedate)
XMLUtils-> setProperty(entered)
XMLUtils-> setProperty(modified)
XMLUtils-> setProperty(categoryId)
XMLUtils-> setProperty(complete)
XMLUtils-> setProperty(completeDate)
XMLUtils-> setProperty(dueDateTimeZone)
XMLUtils-> setProperty(enabled)
XMLUtils-> setProperty(enteredBy)
XMLUtils-> setProperty(estimatedLOE)
XMLUtils-> setProperty(estimatedLOEType)
XMLUtils-> setProperty(modifiedBy)
XMLUtils-> setProperty(notes)
XMLUtils-> setProperty(owner)
XMLUtils-> setProperty(priority)
XMLUtils-> setProperty(reminderId)
XMLUtils-> setProperty(sharing)
XMLUtils-> setProperty(ticketTaskCategoryId)
XMLUtils-> setProperty(trashedDate)
XMLUtils-> setProperty(type)
Transaction-> Meta data found
XMLUtils-> setId(6)
XMLUtils-> setDescription(This is a simple Task)
XMLUtils-> setDuedate(24/07/2008 17:50:15.109) **IGNORED
XMLUtils-> setEntered(24/07/2008 17:44:35.000)
XMLUtils-> setModified(24/07/2008 17:44:35.000)
XMLUtils-> setCategoryId(-1)
XMLUtils-> setComplete(false)
XMLUtils-> setCompleteDate(null)
XMLUtils-> setDueDateTimeZone(Europe/Berlin)
XMLUtils-> setEnabled(true) **IGNORED
XMLUtils-> setEnteredBy(1)
XMLUtils-> setEstimatedLOE(-1.0)
XMLUtils-> setEstimatedLOEType(1)
XMLUtils-> setModifiedBy(1)
XMLUtils-> setNotes(null)
XMLUtils-> setOwner(1)
XMLUtils-> setPriority(1)
XMLUtils-> setReminderId(-1)
XMLUtils-> setSharing(-1)
XMLUtils-> setTicketTaskCategoryId(-1)
XMLUtils-> setTrashedDate(24/07/2008 17:50:15.109) **IGNORED
XMLUtils-> setType(1)
Transaction-> Adding transaction item
ObjectValidator-> Checking object: org.aspcfs.modules.tasks.base.Task
ObjectHookList-> Hook thread start
java.sql.SQLException: Can't call commit when autocommit=true
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:914)
at com.mysql.jdbc.Connection.commit(Connection.java:2273)
at org.aspcfs.modules.service.base.Transaction.execute(Unknown Source)
at org.aspcfs.modules.service.actions.ProcessPacket.executeCommandDefault(Unknown Source)
at sun.reflect.GeneratedMethodAccessor283.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.darkhorseventures.framework.servlets.ControllerServlet.service(Unknown Source)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
at java.lang.Thread.run(Thread.java:595)
java.sql.SQLException: Can't call rollback when autocommit=true
at org.aspcfs.modules.service.actions.ProcessPacket.executeCommandDefault(Unknown Source)
at sun.reflect.GeneratedMethodAccessor283.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.darkhorseventures.framework.servlets.ControllerServlet.service(Unknown Source)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
at java.lang.Thread.run(Thread.java:595)
ProcessPacket-> Processing StatusMessages for output: 1
ProcessPacket-> Total Records: 0
> Looking up resource: PacketOK
Resource-> PacketOK
ControllerServlet-> Resource: /service/system_process_packet.jsp
WorkflowManager-> Executing Business Process
WorkflowManager-> Business Process Start: 1
WorkflowManager-> Executing: org.aspcfs.modules.tasks.components.LoadTaskDetails ? true
WorkflowManager-> Executing: org.aspcfs.modules.tasks.components.QueryTaskHasLinkedContact ? false
WorkflowManager-> Executing: org.aspcfs.modules.tasks.components.QueryPreviousTaskHadLinkContact ? false
WorkflowManager-> Business Process End