You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by Jeffery Painter <je...@jivecast.com> on 2018/07/12 13:24:39 UTC

Turbine 4.0.1 - IntakeTool error

Hi guys,

I just finished migrating my users over to my software two days ago 
based on Turbine 4.0.1

I need to turn up the logging to debug, but I am starting to see the 
"hanging" issue again where you go to the login page and the browser 
keeps spinning waiting for a response from Turbine.

Here is what I am seeing in turbine.log

2018-07-11 19:20:01,126 [ajp-nio-8009-exec-22] INFO 
org.apache.turbine.Turbine - Turbine: first Request successful
2018-07-11 19:20:01,326 [ajp-nio-8009-exec-22] ERROR 
org.apache.turbine.services.intake.IntakeTool - Tried to release unknown 
group Login
2018-07-11 21:40:01,903 [ajp-nio-8009-exec-27] ERROR 
org.apache.turbine.services.intake.IntakeTool - Tried to release unknown 
group Login
2018-07-11 22:00:02,028 [ajp-nio-8009-exec-30] ERROR 
org.apache.turbine.services.intake.IntakeTool - Tried to release unknown 
group Login
2018-07-11 22:20:01,172 [ajp-nio-8009-exec-24] ERROR 
org.apache.turbine.services.intake.IntakeTool - Tried to release unknown 
group Login
2018-07-12 05:20:01,140 [ajp-nio-8009-exec-26] ERROR 
org.apache.turbine.services.intake.IntakeTool - Tried to release unknown 
group Login

No other indication of problems. I will take a look at the IntakeTool 
and see what is going on.  Anyone else experiencing this issue?  And 
yes, I did check that caching is enabled in the TR.props for production 
mode :-)


Thanks!
Jeff



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@turbine.apache.org
For additional commands, e-mail: dev-help@turbine.apache.org


Re: Turbine 4.0.1 - IntakeTool error

Posted by Jeffery Painter <je...@jivecast.com>.
I realized that I am only using intake for the login form, so I may just 
remove it for now and see if the "hanging" issue goes away - I can 
manage validation on usernames/passwords easily enough in the login 
action.  I did verify that I have the same Login group defined in my 
intake.xml file as the sample app we are generating from the turbine 
webapp archetype.  I plan to remove it all together from my production 
version, let the app run a couple days more to see if this issue is what 
is causing the app to hang or not and report back. I will also increase 
my logging level for now to debug to see if anything else pops out.

I can't reproduce the bug in my IDE so may be difficult to nail down 
unless you have some ideas on how to attack this problem.

--
Jeff


On 07/12/2018 09:24 AM, Jeffery Painter wrote:
>
> Hi guys,
>
> I just finished migrating my users over to my software two days ago 
> based on Turbine 4.0.1
>
> I need to turn up the logging to debug, but I am starting to see the 
> "hanging" issue again where you go to the login page and the browser 
> keeps spinning waiting for a response from Turbine.
>
> Here is what I am seeing in turbine.log
>
> 2018-07-11 19:20:01,126 [ajp-nio-8009-exec-22] INFO 
> org.apache.turbine.Turbine - Turbine: first Request successful
> 2018-07-11 19:20:01,326 [ajp-nio-8009-exec-22] ERROR 
> org.apache.turbine.services.intake.IntakeTool - Tried to release 
> unknown group Login
> 2018-07-11 21:40:01,903 [ajp-nio-8009-exec-27] ERROR 
> org.apache.turbine.services.intake.IntakeTool - Tried to release 
> unknown group Login
> 2018-07-11 22:00:02,028 [ajp-nio-8009-exec-30] ERROR 
> org.apache.turbine.services.intake.IntakeTool - Tried to release 
> unknown group Login
> 2018-07-11 22:20:01,172 [ajp-nio-8009-exec-24] ERROR 
> org.apache.turbine.services.intake.IntakeTool - Tried to release 
> unknown group Login
> 2018-07-12 05:20:01,140 [ajp-nio-8009-exec-26] ERROR 
> org.apache.turbine.services.intake.IntakeTool - Tried to release 
> unknown group Login
>
> No other indication of problems. I will take a look at the IntakeTool 
> and see what is going on.  Anyone else experiencing this issue?  And 
> yes, I did check that caching is enabled in the TR.props for 
> production mode :-)
>
>
> Thanks!
> Jeff
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@turbine.apache.org
> For additional commands, e-mail: dev-help@turbine.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@turbine.apache.org
For additional commands, e-mail: dev-help@turbine.apache.org


Re: Turbine 4.0.1 - IntakeTool error

Posted by Jeffery Painter <je...@jivecast.com>.
Hi Thomas,

I setup a second virtual machine with Intake enabled. The production 
machine has been up and running for 4 days without the hanging issue 
again with Intake service disabled.  I will check the intake version 
again tomorrow and, if it freezes up, I will see if I can get more 
logging info out of it.


-
Jeff


On 07/13/2018 06:02 AM, Thomas Vandahl wrote:
> Hi Jeffery,
>
> Could you please add the exception to the log statement in IntakeTool:465-466 and retry? It looks like there’s no Intake data.
>
> Bye, Thomas
>
> -- tv
>
>> Am 12.07.2018 um 15:24 schrieb Jeffery Painter <je...@jivecast.com>:
>>
>>
>> Hi guys,
>>
>> I just finished migrating my users over to my software two days ago based on Turbine 4.0.1
>>
>> I need to turn up the logging to debug, but I am starting to see the "hanging" issue again where you go to the login page and the browser keeps spinning waiting for a response from Turbine.
>>
>> Here is what I am seeing in turbine.log
>>
>> 2018-07-11 19:20:01,126 [ajp-nio-8009-exec-22] INFO org.apache.turbine.Turbine - Turbine: first Request successful
>> 2018-07-11 19:20:01,326 [ajp-nio-8009-exec-22] ERROR org.apache.turbine.services.intake.IntakeTool - Tried to release unknown group Login
>> 2018-07-11 21:40:01,903 [ajp-nio-8009-exec-27] ERROR org.apache.turbine.services.intake.IntakeTool - Tried to release unknown group Login
>> 2018-07-11 22:00:02,028 [ajp-nio-8009-exec-30] ERROR org.apache.turbine.services.intake.IntakeTool - Tried to release unknown group Login
>> 2018-07-11 22:20:01,172 [ajp-nio-8009-exec-24] ERROR org.apache.turbine.services.intake.IntakeTool - Tried to release unknown group Login
>> 2018-07-12 05:20:01,140 [ajp-nio-8009-exec-26] ERROR org.apache.turbine.services.intake.IntakeTool - Tried to release unknown group Login
>>
>> No other indication of problems. I will take a look at the IntakeTool and see what is going on.  Anyone else experiencing this issue?  And yes, I did check that caching is enabled in the TR.props for production mode :-)
>>
>>
>> Thanks!
>> Jeff
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@turbine.apache.org
>> For additional commands, e-mail: dev-help@turbine.apache.org
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@turbine.apache.org
> For additional commands, e-mail: dev-help@turbine.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@turbine.apache.org
For additional commands, e-mail: dev-help@turbine.apache.org


Re: Turbine 4.0.1 - IntakeTool error

Posted by Thomas Vandahl <tv...@apache.org>.
Hi Jeffery,

Could you please add the exception to the log statement in IntakeTool:465-466 and retry? It looks like there’s no Intake data. 

Bye, Thomas 

-- tv

> Am 12.07.2018 um 15:24 schrieb Jeffery Painter <je...@jivecast.com>:
> 
> 
> Hi guys,
> 
> I just finished migrating my users over to my software two days ago based on Turbine 4.0.1
> 
> I need to turn up the logging to debug, but I am starting to see the "hanging" issue again where you go to the login page and the browser keeps spinning waiting for a response from Turbine.
> 
> Here is what I am seeing in turbine.log
> 
> 2018-07-11 19:20:01,126 [ajp-nio-8009-exec-22] INFO org.apache.turbine.Turbine - Turbine: first Request successful
> 2018-07-11 19:20:01,326 [ajp-nio-8009-exec-22] ERROR org.apache.turbine.services.intake.IntakeTool - Tried to release unknown group Login
> 2018-07-11 21:40:01,903 [ajp-nio-8009-exec-27] ERROR org.apache.turbine.services.intake.IntakeTool - Tried to release unknown group Login
> 2018-07-11 22:00:02,028 [ajp-nio-8009-exec-30] ERROR org.apache.turbine.services.intake.IntakeTool - Tried to release unknown group Login
> 2018-07-11 22:20:01,172 [ajp-nio-8009-exec-24] ERROR org.apache.turbine.services.intake.IntakeTool - Tried to release unknown group Login
> 2018-07-12 05:20:01,140 [ajp-nio-8009-exec-26] ERROR org.apache.turbine.services.intake.IntakeTool - Tried to release unknown group Login
> 
> No other indication of problems. I will take a look at the IntakeTool and see what is going on.  Anyone else experiencing this issue?  And yes, I did check that caching is enabled in the TR.props for production mode :-)
> 
> 
> Thanks!
> Jeff
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@turbine.apache.org
> For additional commands, e-mail: dev-help@turbine.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@turbine.apache.org
For additional commands, e-mail: dev-help@turbine.apache.org