Discussion:
Turbine 4.0.1 - IntakeTool error
Jeffery Painter
2018-07-12 13:24:39 UTC
Permalink
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-***@turbine.apache.org
For additional commands, e-mail: dev-***@turbine.apache.org
Jeffery Painter
2018-07-12 13:43:04 UTC
Permalink
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
Post by Jeffery Painter
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-***@turbine.apache.org
For additional commands, e-mail: dev-***@turbine.apache.org
Thomas Vandahl
2018-07-13 10:02:44 UTC
Permalink
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
Post by Jeffery Painter
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-***@turbine.apache.org
For additional commands, e-mail: dev-***@turbine.apache.org
Jeffery Painter
2018-07-16 16:34:38 UTC
Permalink
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
Post by Thomas Vandahl
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
Post by Jeffery Painter
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-***@turbine.apache.org
For additional commands, e-mail: dev-***@turbine.apache.org

Loading...