[OFBiz] Users - thread is already associated with another transaction?

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

[OFBiz] Users - thread is already associated with another transaction?

Si Chen-2
Hi.

I'm getting a very odd error, involving a "thread is already associated
with another transaction":

2005-08-11 13:07:32,955 [            Current.java:640:ERROR] resume:
already associated with another transaction.
2005-08-11 13:07:33,023 [  ServiceDispatcher.java:381:ERROR]
2005-08-11 13:07:37,136 [        CallService.java:220:ERROR]
2005-08-11 13:07:37,182 [  ServiceDispatcher.java:342:ERROR] Service
Error [countProductQuantityOrdered]: ERROR: Could not complete the Count
Product Quantity Ordered process [problem invoking the
[countProductQuantityOrdered] service with the map named [callSubMap]
containing [{locale=en_US, productId=z137ROSL88CTW90,
userLogin=[GenericEntity:UserLogin][partyId,R116264(java.lang.String)][disabledDateTime,null()][createdTxStamp,null()][passwordHint,null()][successiveFailedLogins,null()][lastCurrencyUom,null()][lastLocale,null()][currentPassword,anonymous(java.lang.String)][lastUpdatedStamp,null()][enabled,null()][hasLoggedOut,null()][userLoginId,anonymous(java.lang.String)][lastUpdatedTxStamp,null()][createdStamp,null()],
quantity=1.0}]: Service target threw an unexpected exception (the thread
is already associated with another transaction.)]

Apparently this keeps callilng it self:
 Service target threw an unexpected exception (the thread is already
associated with another transaction.)] calling service
countProductQuantityOrdered in countProductQuantityOrdered calling
service countProductQuantityOrdered in countProductQuantityOrdered
calling service countProductQuantityOrdered in
countProductQuantityOrdered calling service countProductQuantityOrdered
in countProductQuantityOrdered

And on and on...

I'm running a 3.1 version of OFBiz (a year old!) but only started seeing
this recently.  Has anyone else seen this?  Has it been fixed more recently?

Thanks,

Si
 
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users
Reply | Threaded
Open this post in threaded view
|

Re: [OFBiz] Users - thread is already associated with another transaction?

David E. Jones

That is a bit dated, so not sure... there have been a number of  
transaction cleanups and fixes since then though.

-David


On Aug 11, 2005, at 6:05 PM, Si Chen wrote:

> Hi.
> I'm getting a very odd error, involving a "thread is already  
> associated with another transaction":
>
> 2005-08-11 13:07:32,955 [            Current.java:640:ERROR]  
> resume: already associated with another transaction.
> 2005-08-11 13:07:33,023 [  ServiceDispatcher.java:381:ERROR]
> 2005-08-11 13:07:37,136 [        CallService.java:220:ERROR]
> 2005-08-11 13:07:37,182 [  ServiceDispatcher.java:342:ERROR]  
> Service Error [countProductQuantityOrdered]: ERROR: Could not  
> complete the Count Product Quantity Ordered process [problem  
> invoking the [countProductQuantityOrdered] service with the map  
> named [callSubMap] containing [{locale=en_US,  
> productId=z137ROSL88CTW90, userLogin=[GenericEntity:UserLogin]
> [partyId,R116264(java.lang.String)][disabledDateTime,null()]
> [createdTxStamp,null()][passwordHint,null()]
> [successiveFailedLogins,null()][lastCurrencyUom,null()]
> [lastLocale,null()][currentPassword,anonymous(java.lang.String)]
> [lastUpdatedStamp,null()][enabled,null()][hasLoggedOut,null()]
> [userLoginId,anonymous(java.lang.String)][lastUpdatedTxStamp,null()]
> [createdStamp,null()], quantity=1.0}]: Service target threw an  
> unexpected exception (the thread is already associated with another  
> transaction.)]
>
> Apparently this keeps callilng it self:
> Service target threw an unexpected exception (the thread is already  
> associated with another transaction.)] calling service  
> countProductQuantityOrdered in countProductQuantityOrdered calling  
> service countProductQuantityOrdered in countProductQuantityOrdered  
> calling service countProductQuantityOrdered in  
> countProductQuantityOrdered calling service  
> countProductQuantityOrdered in countProductQuantityOrdered
>
> And on and on...
>
> I'm running a 3.1 version of OFBiz (a year old!) but only started  
> seeing this recently.  Has anyone else seen this?  Has it been  
> fixed more recently?
>
> Thanks,
>
> Si
> _______________________________________________
> Users mailing list
> [hidden email]
> http://lists.ofbiz.org/mailman/listinfo/users
>

 
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users
Reply | Threaded
Open this post in threaded view
|

Re: [OFBiz] Users - thread is already associated with another transaction?

Si Chen-2
Thanks David.  What generally causes this?  Too many hanging transactions?

Si

David E. Jones wrote:

>
> That is a bit dated, so not sure... there have been a number of  
> transaction cleanups and fixes since then though.
>
> -David
>
>
> On Aug 11, 2005, at 6:05 PM, Si Chen wrote:
>
>> Hi.
>> I'm getting a very odd error, involving a "thread is already  
>> associated with another transaction":
>>
>> 2005-08-11 13:07:32,955 [            Current.java:640:ERROR]  resume:
>> already associated with another transaction.
>> 2005-08-11 13:07:33,023 [  ServiceDispatcher.java:381:ERROR]
>> 2005-08-11 13:07:37,136 [        CallService.java:220:ERROR]
>> 2005-08-11 13:07:37,182 [  ServiceDispatcher.java:342:ERROR]  Service
>> Error [countProductQuantityOrdered]: ERROR: Could not  complete the
>> Count Product Quantity Ordered process [problem  invoking the
>> [countProductQuantityOrdered] service with the map  named
>> [callSubMap] containing [{locale=en_US,  productId=z137ROSL88CTW90,
>> userLogin=[GenericEntity:UserLogin]
>> [partyId,R116264(java.lang.String)][disabledDateTime,null()]
>> [createdTxStamp,null()][passwordHint,null()]
>> [successiveFailedLogins,null()][lastCurrencyUom,null()]
>> [lastLocale,null()][currentPassword,anonymous(java.lang.String)]
>> [lastUpdatedStamp,null()][enabled,null()][hasLoggedOut,null()]
>> [userLoginId,anonymous(java.lang.String)][lastUpdatedTxStamp,null()]
>> [createdStamp,null()], quantity=1.0}]: Service target threw an  
>> unexpected exception (the thread is already associated with another  
>> transaction.)]
>>
>> Apparently this keeps callilng it self:
>> Service target threw an unexpected exception (the thread is already  
>> associated with another transaction.)] calling service  
>> countProductQuantityOrdered in countProductQuantityOrdered calling  
>> service countProductQuantityOrdered in countProductQuantityOrdered  
>> calling service countProductQuantityOrdered in  
>> countProductQuantityOrdered calling service  
>> countProductQuantityOrdered in countProductQuantityOrdered
>>
>> And on and on...
>>
>> I'm running a 3.1 version of OFBiz (a year old!) but only started  
>> seeing this recently.  Has anyone else seen this?  Has it been  fixed
>> more recently?
>>
>> Thanks,
>>
>> Si
>> _______________________________________________
>> Users mailing list
>> [hidden email]
>> http://lists.ofbiz.org/mailman/listinfo/users
>>
>
>
> _______________________________________________
> Users mailing list
> [hidden email]
> http://lists.ofbiz.org/mailman/listinfo/users
>
 
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users