|
Previous
·
Next
|
fathertorque
|
Date: 6/20/2007 4:47 pm · Subject: undefined activity · Rating: -1
My webgui.log is getting filled by this error, displayed every 30 secs or so:
main::[[undef]] - Pass in object came back undefined for activity (csactivity000000000001) using WebGUI::Asset::Wobject::Collaboration, new, UMxLhHczF8eCcLTYfY_PxQ.
|
| Back to Top |
Rate [ | ]
|
| |
colink
|
Date: 6/22/2007 9:05 pm · Subject: Re: undefined activity · Rating: -4
Do you have a Collaboration System Asset with assetId UMxLhHczF8eCcLTYfY_PxQ ?
|
| Back to Top |
Rate [ | ]
|
| |
fathertorque
|
Date: 6/25/2007 5:48 am · Subject: Re: undefined activity · Rating: -3
Do you have a Collaboration System Asset with assetId UMxLhHczF8eCcLTYfY_PxQ ?
I have to dig into mysql to know? I tried to do a search for UMxLhHczF8eCcLTYfY_PxQ from the root manage assets page but it didn't show nothing.
|
| Back to Top |
Rate [ | ]
|
| |
martink
|
Date: 6/25/2007 6:22 am · Subject: Re: undefined activity · Rating: -3
The search won't work, but you don't have to (really) dig into mysql. Just create a SQLReport with the following query: select className from asset where assetId = 'UMxLhHczF8eCcLTYfY_PxQ' and post the result. That should answer Colins question.
|
| Back to Top |
Rate [ | ]
|
| |
fathertorque
|
Date: 6/25/2007 10:37 am · Subject: Re: undefined activity · Rating: 2
The search won't work, but you don't have to (really) dig into mysql. Just create a SQLReport with the following query: select className from asset where assetId = 'UMxLhHczF8eCcLTYfY_PxQ' and post the result. That should answer Colins question.
I created a SQL Report with your query put in the Query field (all other fields empty/default) but it doesn't show anything when I view it... When debug mode is activated I see * Debug: Query:select className from asset where assetId = 'UMxLhHczF8eCcLTYfY_PxQ'
* Debug: Processed Placeholder parameters:
|
| Back to Top |
Rate [ | ]
|
| |
martink
|
Date: 6/25/2007 11:05 am · Subject: Re: undefined activity · Rating: 3
I created a SQL Report with your query put in the Query field (all other fields empty/default) but it doesn't show anything when I view it... No worries, this just means that there is no asset with that assetId on your site.
|
| Back to Top |
Rate [ | ]
|
| |
martink
|
Date: 6/25/2007 11:19 am · Subject: Re: undefined activity · Rating: 7
What I think is going wrong is that somehow the WebGUI::Workflow::Activity::GetCsMail activity for CS 'UMxLhHczF8eCcLTYfY_PxQ' never completed after which this asset has been deleted. The workflow still tries to instantiate this CS and pass it to the activity, which of course fails because you cannot instantiate an asset that does not exist. Which is indeed what seems to happen according to the code generating the error message.
|
| Back to Top |
Rate [ | ]
|
| |
fathertorque
|
Date: 6/25/2007 1:29 pm · Subject: Re: undefined activity · Rating: 3
Thanks for the help martink.
Is there a way to get rid of that error (it's flooding the log) and any chance to get a control into webgui to prevent it in the future?
|
| Back to Top |
Rate [ | ]
|
| |
martink
|
Date: 6/25/2007 4:03 pm · Subject: Re: undefined activity · Rating: 5
As far as I know you can only get rid of it bydeleting some stuff from the database manually. What records, I do not know from heart. I might be wrong on this since I'm not that well aquainted with the Workflow system yet, however. So there might be another way (but I don't think so). A temporary solution that could work is disabling the 'Get CS Mail' workflow in the Admin Console > Workflow > edit Get CS Mail screen. Do this only if you do not use the mail-to-collaboration system feature of collaboration systems. If I'm correct that will prevent your logs from being filled. When this bug is fixed you can turn it back on.
|
| Back to Top |
Rate [ | ]
|
| |
fathertorque
|
Date: 6/26/2007 10:10 am · Subject: Re: undefined activity · Rating: -3
could this be related to this? http://www.webgui.org/bugs/tracker/spectre-should-check-that-it-has-a-valid-workflow
|
| Back to Top |
Rate [ | ]
|
| |