We do load things out of those jars yes. and we try to close as much as we
can.
But because of some implementations (like the classloader or jar url
connection)
there are things that are kept open.

and when that happens under windows you can't delete it.
in tomcat you have settings for that i don't know about that app server.

I also don't get why we have so much trouble with that. There must be others

that also open and read things out of those jars...

johan

On 11/30/06, Nathan Green <[EMAIL PROTECTED]> wrote:

You mean this (web.xml)?

    <servlet-class>wicket.protocol.http.WicketServlet</servlet-class>
    <init-param>
      <param-name>configuration</param-name>
      <param-value>deployment</param-value>
    </init-param>

Nope, still does it.  I've tried several variations, none have worked.


On 11/30/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
> try this while the wicket app is running in deployment mode. the error
might
> have something to do with open file handle issues.
>
> -igor
>
>
>
> On 11/29/06, Nathan Green <[EMAIL PROTECTED]> wrote:
> >
> > When un/re-deploying a web app that uses Wicket, I get the following
> > error messages:
> >
> > UTIL6040: Error attempting to delete
> >
>
C:\sun\domains\domain1\applications\j2ee-modules\VendingMachine\WEB-INF\lib\wicket-
1.2.3.jar
> > UTIL6041: Performing gc to try to force file closures
> > UTIL6043: Attempt to delete
> >
>
C:\sun\domains\domain1\applications\j2ee-modules\VendingMachine\WEB-INF\lib\wicket-
1.2.3.jar
> > failed after 4 retries
> > UTIL6048: Attempt to delete
> >
>
C:\sun\domains\domain1\applications\j2ee-modules\VendingMachine\WEB-INF\lib\wicket-
1.2.3.jar
> > failed; now marked for delete-on-exit
> > UTIL6040: Error attempting to delete
> >
>
C:\sun\domains\domain1\applications\j2ee-modules\VendingMachine\WEB-INF\lib\wicket-
> extensions-1.2.3.jar
> > UTIL6041: Performing gc to try to force file closures
> > UTIL6043: Attempt to delete
> >
>
C:\sun\domains\domain1\applications\j2ee-modules\VendingMachine\WEB-INF\lib\wicket-
extensions-1.2.3.jar
> > failed after 4 retries
> > UTIL6048: Attempt to delete
> >
>
C:\sun\domains\domain1\applications\j2ee-modules\VendingMachine\WEB-INF\lib\wicket-
extensions-1.2.3.jar
> > failed; now marked for delete-on-exit
> >
> > I only experience this with Wicket.  I have servlet- and
> > tapestry-based apps that do not have a problem undeploying or
> > redeploying.  It's mildly annoying to have to restart the app server
> > when testing, but it's going to be bad trying to upgrade a production
> > server.  I searched through Jira and couldn't find an answer.
> >
> > Platform:
> > Sun Java System Application Server Platform Edition 9.0_01 (build b14)
> > JDK 1.5.0_09
> > Windows XP SP2
> >
> >
>
-------------------------------------------------------------------------
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance to
share
> your
> > opinions on IT & business topics through brief surveys - and earn cash
> >
>
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> > _______________________________________________
> > Wicket-user mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> >
>
>
>
-------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
your
> opinions on IT & business topics through brief surveys - and earn cash
>
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>
> _______________________________________________
> Wicket-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>
>

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to