You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "francisdb (JIRA)" <ji...@apache.org> on 2007/11/23 12:12:43 UTC

[jira] Created: (WICKET-1184) PageSavingThread keeps running after undeploy

PageSavingThread keeps running after undeploy
---------------------------------------------

                 Key: WICKET-1184
                 URL: https://issues.apache.org/jira/browse/WICKET-1184
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.3.0-rc1
         Environment: Glassfish v2
            Reporter: francisdb


We are deploying our wicket application to Glassfish (v2). After undeploying and deploying a few times the PageSavingThread's of each deploy keeps running. 
I'm not having this problem when deploying the phonebook example.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WICKET-1184) PageSavingThread keeps running after undeploy

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-1184.
-----------------------------------

    Resolution: Cannot Reproduce
      Assignee: Igor Vaynberg

tried to repro with latest 1.4.x and everything worked just fine

> PageSavingThread keeps running after undeploy
> ---------------------------------------------
>
>                 Key: WICKET-1184
>                 URL: https://issues.apache.org/jira/browse/WICKET-1184
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-rc1
>         Environment: Glassfish v2
>            Reporter: Francis De Brabandere
>            Assignee: Igor Vaynberg
>
> We are deploying our wicket application to Glassfish (v2). After undeploying and deploying a few times the PageSavingThread's of each deploy keeps running. 
> I'm not having this problem when deploying the phonebook example (it does not seem tot be triggering that thread)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WICKET-1184) PageSavingThread keeps running after undeploy

Posted by "Ari Suutari (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12561296#action_12561296 ] 

Ari Suutari commented on WICKET-1184:
-------------------------------------

This bites us too. It is easy to reproduce. Just install tomcat 5.5 or 6.0 and have your wicket-based application .war ready. Open browser and go to http://localhost:8080/manager/html. Find "war file to deploy", enter war path there and click deploy. 

After application has been deployed, check that it works. 

After that, find application from manager list and click "undeploy". It seems to go ok, but if you now take a look at webapps directory, you'll notice that it hasn't been removed.  Check whats left: there is at least wicket.jar, for us also wicket-extensions.jar. 

If you take a thread dump from tomcat now, you'll see that there is this thread:

[2008-01-22 12:36:15] [info] "PageSavingThread-Wicket" 
[2008-01-22 12:36:15] [info] daemon 
[2008-01-22 12:36:15] [info] prio=10 tid=0x0ae79c00 
[2008-01-22 12:36:15] [info] nid=0x1764 
[2008-01-22 12:36:15] [info] waiting on condition 
[2008-01-22 12:36:15] [info] [0x0b50f000..0x0b50fc14]
[2008-01-22 12:36:15] [info]    java.lang.Thread.State: TIMED_WAITING (sleeping)
[2008-01-22 12:36:15] [info] 	at java.lang.Thread.sleep(Native Method)
[2008-01-22 12:36:15] [info] 	at org.apache.wicket.protocol.http.pagestore.DiskPageStore$PageSavingThread.run(DiskPageStore.java:832)
[2008-01-22 12:36:15] [info] 	at java.lang.Thread.run(Unknown Source)

Obviously when WicketFilter is stopped, it should also take care that also this thread is stopped.

> PageSavingThread keeps running after undeploy
> ---------------------------------------------
>
>                 Key: WICKET-1184
>                 URL: https://issues.apache.org/jira/browse/WICKET-1184
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-rc1
>         Environment: Glassfish v2
>            Reporter: francisdb
>            Assignee: Matej Knopp
>
> We are deploying our wicket application to Glassfish (v2). After undeploying and deploying a few times the PageSavingThread's of each deploy keeps running. 
> I'm not having this problem when deploying the phonebook example (it does not seem tot be triggering that thread)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WICKET-1184) PageSavingThread keeps running after undeploy

Posted by "Matej Knopp (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12556919#action_12556919 ] 

Matej Knopp commented on WICKET-1184:
-------------------------------------

Unless I get more information on this I will have to close this as can't reproduce.

> PageSavingThread keeps running after undeploy
> ---------------------------------------------
>
>                 Key: WICKET-1184
>                 URL: https://issues.apache.org/jira/browse/WICKET-1184
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-rc1
>         Environment: Glassfish v2
>            Reporter: francisdb
>            Assignee: Matej Knopp
>
> We are deploying our wicket application to Glassfish (v2). After undeploying and deploying a few times the PageSavingThread's of each deploy keeps running. 
> I'm not having this problem when deploying the phonebook example (it does not seem tot be triggering that thread)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (WICKET-1184) PageSavingThread keeps running after undeploy

Posted by "Matej Knopp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matej Knopp closed WICKET-1184.
-------------------------------


> PageSavingThread keeps running after undeploy
> ---------------------------------------------
>
>                 Key: WICKET-1184
>                 URL: https://issues.apache.org/jira/browse/WICKET-1184
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-rc1
>         Environment: Glassfish v2
>            Reporter: francisdb
>            Assignee: Matej Knopp
>
> We are deploying our wicket application to Glassfish (v2). After undeploying and deploying a few times the PageSavingThread's of each deploy keeps running. 
> I'm not having this problem when deploying the phonebook example (it does not seem tot be triggering that thread)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Reopened: (WICKET-1184) PageSavingThread keeps running after undeploy

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg reopened WICKET-1184:
-----------------------------------


> PageSavingThread keeps running after undeploy
> ---------------------------------------------
>
>                 Key: WICKET-1184
>                 URL: https://issues.apache.org/jira/browse/WICKET-1184
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-rc1
>         Environment: Glassfish v2
>            Reporter: Francis De Brabandere
>            Assignee: Frank Bille Jensen
>             Fix For: 1.3.1
>
>
> We are deploying our wicket application to Glassfish (v2). After undeploying and deploying a few times the PageSavingThread's of each deploy keeps running. 
> I'm not having this problem when deploying the phonebook example (it does not seem tot be triggering that thread)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WICKET-1184) PageSavingThread keeps running after undeploy

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg updated WICKET-1184:
----------------------------------

    Fix Version/s:     (was: 1.3.1)

> PageSavingThread keeps running after undeploy
> ---------------------------------------------
>
>                 Key: WICKET-1184
>                 URL: https://issues.apache.org/jira/browse/WICKET-1184
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-rc1
>         Environment: Glassfish v2
>            Reporter: Francis De Brabandere
>
> We are deploying our wicket application to Glassfish (v2). After undeploying and deploying a few times the PageSavingThread's of each deploy keeps running. 
> I'm not having this problem when deploying the phonebook example (it does not seem tot be triggering that thread)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WICKET-1184) PageSavingThread keeps running after undeploy

Posted by "Matej Knopp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matej Knopp resolved WICKET-1184.
---------------------------------

    Resolution: Cannot Reproduce

> PageSavingThread keeps running after undeploy
> ---------------------------------------------
>
>                 Key: WICKET-1184
>                 URL: https://issues.apache.org/jira/browse/WICKET-1184
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-rc1
>         Environment: Glassfish v2
>            Reporter: francisdb
>            Assignee: Matej Knopp
>
> We are deploying our wicket application to Glassfish (v2). After undeploying and deploying a few times the PageSavingThread's of each deploy keeps running. 
> I'm not having this problem when deploying the phonebook example (it does not seem tot be triggering that thread)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WICKET-1184) PageSavingThread keeps running after undeploy

Posted by "francisdb (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

francisdb updated WICKET-1184:
------------------------------

    Description: 
We are deploying our wicket application to Glassfish (v2). After undeploying and deploying a few times the PageSavingThread's of each deploy keeps running. 
I'm not having this problem when deploying the phonebook example (it does not seem tot be triggering that thread)

  was:
We are deploying our wicket application to Glassfish (v2). After undeploying and deploying a few times the PageSavingThread's of each deploy keeps running. 
I'm not having this problem when deploying the phonebook example.


> PageSavingThread keeps running after undeploy
> ---------------------------------------------
>
>                 Key: WICKET-1184
>                 URL: https://issues.apache.org/jira/browse/WICKET-1184
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-rc1
>         Environment: Glassfish v2
>            Reporter: francisdb
>
> We are deploying our wicket application to Glassfish (v2). After undeploying and deploying a few times the PageSavingThread's of each deploy keeps running. 
> I'm not having this problem when deploying the phonebook example (it does not seem tot be triggering that thread)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (WICKET-1184) PageSavingThread keeps running after undeploy

Posted by "Matej Knopp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matej Knopp reassigned WICKET-1184:
-----------------------------------

    Assignee: Matej Knopp

> PageSavingThread keeps running after undeploy
> ---------------------------------------------
>
>                 Key: WICKET-1184
>                 URL: https://issues.apache.org/jira/browse/WICKET-1184
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-rc1
>         Environment: Glassfish v2
>            Reporter: francisdb
>            Assignee: Matej Knopp
>
> We are deploying our wicket application to Glassfish (v2). After undeploying and deploying a few times the PageSavingThread's of each deploy keeps running. 
> I'm not having this problem when deploying the phonebook example (it does not seem tot be triggering that thread)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WICKET-1184) PageSavingThread keeps running after undeploy

Posted by "Khlystov Alexandr (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12680182#action_12680182 ] 

Khlystov Alexandr commented on WICKET-1184:
-------------------------------------------

problem is still not fixed, I use wicket 1.3.5, and Tomcat 6.0 as application server.

> PageSavingThread keeps running after undeploy
> ---------------------------------------------
>
>                 Key: WICKET-1184
>                 URL: https://issues.apache.org/jira/browse/WICKET-1184
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-rc1
>         Environment: Glassfish v2
>            Reporter: Francis De Brabandere
>            Assignee: Frank Bille Jensen
>             Fix For: 1.3.1
>
>
> We are deploying our wicket application to Glassfish (v2). After undeploying and deploying a few times the PageSavingThread's of each deploy keeps running. 
> I'm not having this problem when deploying the phonebook example (it does not seem tot be triggering that thread)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (WICKET-1184) PageSavingThread keeps running after undeploy

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg reassigned WICKET-1184:
-------------------------------------

    Assignee:     (was: Frank Bille Jensen)

> PageSavingThread keeps running after undeploy
> ---------------------------------------------
>
>                 Key: WICKET-1184
>                 URL: https://issues.apache.org/jira/browse/WICKET-1184
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-rc1
>         Environment: Glassfish v2
>            Reporter: Francis De Brabandere
>             Fix For: 1.3.1
>
>
> We are deploying our wicket application to Glassfish (v2). After undeploying and deploying a few times the PageSavingThread's of each deploy keeps running. 
> I'm not having this problem when deploying the phonebook example (it does not seem tot be triggering that thread)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WICKET-1184) PageSavingThread keeps running after undeploy

Posted by "francisdb (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12556924#action_12556924 ] 

francisdb commented on WICKET-1184:
-----------------------------------

I won't be able to get more info on this bug as I'm working for a different company now... Since nobody else is watching this bug I suggest you close it.

> PageSavingThread keeps running after undeploy
> ---------------------------------------------
>
>                 Key: WICKET-1184
>                 URL: https://issues.apache.org/jira/browse/WICKET-1184
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-rc1
>         Environment: Glassfish v2
>            Reporter: francisdb
>            Assignee: Matej Knopp
>
> We are deploying our wicket application to Glassfish (v2). After undeploying and deploying a few times the PageSavingThread's of each deploy keeps running. 
> I'm not having this problem when deploying the phonebook example (it does not seem tot be triggering that thread)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Reopened: (WICKET-1184) PageSavingThread keeps running after undeploy

Posted by "Frank Bille Jensen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Frank Bille Jensen reopened WICKET-1184:
----------------------------------------

      Assignee: Frank Bille Jensen  (was: Matej Knopp)

I think it's because the pagesaving thread has been marked for stopping but has not yes stopped before the main threads ends.

> PageSavingThread keeps running after undeploy
> ---------------------------------------------
>
>                 Key: WICKET-1184
>                 URL: https://issues.apache.org/jira/browse/WICKET-1184
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-rc1
>         Environment: Glassfish v2
>            Reporter: francisdb
>            Assignee: Frank Bille Jensen
>
> We are deploying our wicket application to Glassfish (v2). After undeploying and deploying a few times the PageSavingThread's of each deploy keeps running. 
> I'm not having this problem when deploying the phonebook example (it does not seem tot be triggering that thread)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WICKET-1184) PageSavingThread keeps running after undeploy

Posted by "Frank Bille Jensen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Frank Bille Jensen resolved WICKET-1184.
----------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3.1

Fixed this in current trunk. Can you please check if it fixes your problem?

> PageSavingThread keeps running after undeploy
> ---------------------------------------------
>
>                 Key: WICKET-1184
>                 URL: https://issues.apache.org/jira/browse/WICKET-1184
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-rc1
>         Environment: Glassfish v2
>            Reporter: francisdb
>            Assignee: Frank Bille Jensen
>             Fix For: 1.3.1
>
>
> We are deploying our wicket application to Glassfish (v2). After undeploying and deploying a few times the PageSavingThread's of each deploy keeps running. 
> I'm not having this problem when deploying the phonebook example (it does not seem tot be triggering that thread)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WICKET-1184) PageSavingThread keeps running after undeploy

Posted by "Ari Suutari (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12561610#action_12561610 ] 

Ari Suutari commented on WICKET-1184:
-------------------------------------

I took a look at the change at DiskPageStore.java you made and it looks about just the same I was going to suggest.
I'm currently using wicket 1.3 release so I didn't really test this - is there going to be a maintenance release
for 1.3 ?

> PageSavingThread keeps running after undeploy
> ---------------------------------------------
>
>                 Key: WICKET-1184
>                 URL: https://issues.apache.org/jira/browse/WICKET-1184
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-rc1
>         Environment: Glassfish v2
>            Reporter: francisdb
>            Assignee: Frank Bille Jensen
>             Fix For: 1.3.1
>
>
> We are deploying our wicket application to Glassfish (v2). After undeploying and deploying a few times the PageSavingThread's of each deploy keeps running. 
> I'm not having this problem when deploying the phonebook example (it does not seem tot be triggering that thread)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.