ERROR: Null DispatchContext

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

ERROR: Null DispatchContext

masionas
Hi,

From time to time I get this error with no evident consistency. Somehow dispatch context gets lost. Usually it is cured by application restart. Does anyone experience anything similar? it is 13.07 version.

Thanks.
Reply | Threaded
Open this post in threaded view
|

Re: ERROR: Null DispatchContext

BJ Freeman-2
sounds like your running out of space for ofbiz.what are the ofbiz startup parameter, you are using
 


     On Saturday, August 22, 2015 7:19 AM, masionas <[hidden email]> wrote:
   

 Hi,

From time to time I get this error with no evident consistency. Somehow
dispatch context gets lost. Usually it is cured by application restart. Does
anyone experience anything similar? it is 13.07 version.

Thanks.



--
View this message in context: http://ofbiz.135035.n4.nabble.com/ERROR-Null-DispatchContext-tp4671492.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


   
Reply | Threaded
Open this post in threaded view
|

Re: ERROR: Null DispatchContext

masionas
Hi BJ,

Could you please elaborate a bit on it ? I have looked in start.properties and don't see anything regulating space?
Reply | Threaded
Open this post in threaded view
|

Re: ERROR: Null DispatchContext

BJ Freeman-2
ofbiz has two standard start scripts:startofbiz.bat for windows rem set MEMIF=-Xms128M -Xmx512M -XX:MaxPermSize=128m
andstartofbiz.bat for linuxMEMIF="-Xms128M -Xmx512M -XX:MaxPermSize=128m"you can read up on these in java

 


     On Tuesday, August 25, 2015 4:01 AM, masionas <[hidden email]> wrote:
   

 Hi BJ,

Could you please elaborate a bit on it ? I have looked in start.properties
and don't see anything regulating space?



--
View this message in context: http://ofbiz.135035.n4.nabble.com/ERROR-Null-DispatchContext-tp4671492p4671558.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Reply | Threaded
Open this post in threaded view
|

Re: ERROR: Null DispatchContext

BJ Freeman-2
oops  startofbiz.sh for linux


     On Tuesday, August 25, 2015 12:30 PM, BJ Freeman <[hidden email]> wrote:
   

 ofbiz has two standard start scripts:startofbiz.bat for windows rem set MEMIF=-Xms128M -Xmx512M -XX:MaxPermSize=128m
andstartofbiz.bat for linuxMEMIF="-Xms128M -Xmx512M -XX:MaxPermSize=128m"you can read up on these in java

 


     On Tuesday, August 25, 2015 4:01 AM, masionas <[hidden email]> wrote:
   

 Hi BJ,

Could you please elaborate a bit on it ? I have looked in start.properties
and don't see anything regulating space?



--
View this message in context: http://ofbiz.135035.n4.nabble.com/ERROR-Null-DispatchContext-tp4671492p4671558.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


   

Reply | Threaded
Open this post in threaded view
|

Re: ERROR: Null DispatchContext

masionas
I suppose it would show Out of memory message in that case. However system is functioning just have a problem in services with dispatch context.

Thanks anyway for looking into this BJ.
Reply | Threaded
Open this post in threaded view
|

Re: ERROR: Null DispatchContext

BJ Freeman-2
when i tracked down a similar problem increasing the memory, solved it.btw i got no out of memory error back then



     On Thursday, August 27, 2015 5:35 AM, masionas <[hidden email]> wrote:
   

 I suppose it would show Out of memory message in that case. However system is
functioning just have a problem in services with dispatch context.

Thanks anyway for looking into this BJ.



--
View this message in context: http://ofbiz.135035.n4.nabble.com/ERROR-Null-DispatchContext-tp4671492p4671618.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


   
Reply | Threaded
Open this post in threaded view
|

Re: ERROR: Null DispatchContext

masionas
I see. Thanks BJ.