FO: Manager [localhost#/ivos]; session state send at 12/12/08
>>>>>>> 12:34
>>>>>>> AM
>>>>>>> received in 110 ms.
>>>>>>> Tomcat Log:
>>>>>>>
>>>>>>> INFO: Register mana
hi Jaspal, the problem seems to be in the com.valleyoak package.
The main thread is stuck at
at com.valleyoak.model.Payment.(Payment.java:136)
(at com.valleyoak.util.IVosTableInfo.findColumnTables(IVosTableInfo.java:161)) - last line
the cluster thread is stuck at
at java.lang.Class.fo
mbership.MemberImpl[tcp://{10, 88, 8,
>>>>> 28}:4002,{10, 88, 8, 28},4002, alive=123501,id={27 -68 111 -64 -49
>>>>> -117
>>>>> 68
>>>>> 38 -98 -27 -49 39 -22 6 -88 -38 }, payload={}, command={}, domain={},
>>>>> ].
>>>
en received
>>>> within
>>>> 60
>>>> seconds.
>>>>
>>>> Dec 12, 2008 12:34:53 AM org.apache.catalina.ha.session.DeltaManager
>>>> waitForSendAllSessions
>>>>
>>>> INFO: Manager [localhost#/ivos]; sessio
Could you take more than one thread dump, take 3, wait 5 seconds between
each.
As you can see, the startup thread is still executing your application
code com.valleyoak.util.IVosTableInfo, this is the thread that starts up
tomcat
Filip
main thread - the one starting tomcat
"main" prio=6 tid=
12:34 AM
>> received in 110 ms.
>>
>>
>
>
> -------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@t
When this happens, simply take a thread dump, and we can see why it is
hanging
Unix:
kill -3
jstack -l
Windows
Ctrl+Break in the console
jstack -l
Filip
jsandhu2204 wrote:
Problem1 : While starting tomcat6, sometimes it starts other times it simply
hangs on the following message:
INFO:
AM org.apache.catalina.ha.session.DeltaManager
waitForSendAllSessions
INFO: Manager [localhost#/ivos]; session state send at 12/12/08 12:34 AM
received in 110 ms.
--
View this message in context:
http://www.nabble.com/Tomcat-6-does-not-start-in-a-cluster.--It-simply-hangs...-Any-Idea