Service failure data

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Service failure data

Ritesh Trivedi
Hi,

Seems like everytime service fails, entries are made into Runtime_data, job_sandbox and other related tables. Is there a way to prevent that? what would be the side effect?

What is happening now is, because of the data in these tables, see errors on the console several times. So it seems like the job is retried several times.
Reply | Threaded
Open this post in threaded view
|

Re: Service failure data

Ashish Vijaywargiya
Ritesh,

Can you please describe your problem in more details ?

--
Ashish

On Tue, May 20, 2008 at 6:52 PM, Ritz123 <[hidden email]> wrote:

>
> Hi,
>
> Seems like everytime service fails, entries are made into Runtime_data,
> job_sandbox and other related tables. Is there a way to prevent that? what
> would be the side effect?
>
> What is happening now is, because of the data in these tables, see errors
> on
> the console several times. So it seems like the job is retried several
> times.
> --
> View this message in context:
> http://www.nabble.com/Service-failure-data-tp17352711p17352711.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Service failure data

BJ Freeman
In reply to this post by Ritesh Trivedi
could you specify a service and add some logs.
does this happen on the demo site?

Ritz123 sent the following on 5/20/2008 3:52 PM:
> Hi,
>
> Seems like everytime service fails, entries are made into Runtime_data,
> job_sandbox and other related tables. Is there a way to prevent that? what
> would be the side effect?
>
> What is happening now is, because of the data in these tables, see errors on
> the console several times. So it seems like the job is retried several
> times.

Reply | Threaded
Open this post in threaded view
|

Re: Service failure data

Ritesh Trivedi
In reply to this post by Ashish Vijaywargiya
This happened to me while using NotificationServices through sendGenericNotificationEmail service (as part of CustomerEvents.xml#createCustomer call). As part of user registration, got an exception in the try catch block for template not found and because of this the entries were made into the tables I mentioned.

May be its not true for all services - just the NotificationService.
 

Ashish Vijaywargiya-4 wrote
Ritesh,

Can you please describe your problem in more details ?

--
Ashish

On Tue, May 20, 2008 at 6:52 PM, Ritz123 <ritesh.trivedi@gmail.com> wrote:

>
> Hi,
>
> Seems like everytime service fails, entries are made into Runtime_data,
> job_sandbox and other related tables. Is there a way to prevent that? what
> would be the side effect?
>
> What is happening now is, because of the data in these tables, see errors
> on
> the console several times. So it seems like the job is retried several
> times.
> --
> View this message in context:
> http://www.nabble.com/Service-failure-data-tp17352711p17352711.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
>