I remember from using windows that you could delete some of these jars but not
others. give it a go, let us know which ones you can't delete.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104727#4104727
Reply to the post :
http://www.jboss.com/index.html?mo
i can delete everything but the jars in
\lib
.war\WEB-INF\lib
==> seems to be the classloader that 'locks' the jars ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104724#4104724
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=postin
The way to check the culprit is to see what doesn't get removed properly. I
can't check as I don't have access to windows.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104719#4104719
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&
i develop on windows and the response "complain to MS" is all to simple, i
don't have any file locking issues with other apps
don't want to point to jboss or jboss seam, could also be a jvm related bug ...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=410460
WinXP, JBoss-4.2.2, Seam-2.0.0
Let me acknowledge the same problem. After the app has been once "exploded"
into JBoss deploy dir it cannot be removed apparently because some jars are
locked up. This is especially annoying when the app hasn't deployed properly,
and needs re-deplyment, which in t
Complain to MS - this isn't a problem on Linux or Mac
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081219#4081219
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4081219
___
j
i'm having the same issues on my vista machine with jdk1.5. the same effect
with jrocket 5.
i'm very interested in a solution to speed up my development cycle
koen
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081192#4081192
Reply to the post :
http://ww
repeated unexplode used to work, but when adding more jar files in the war
directory it does not help.
I found other advice recomending setting tomcat context variables
(antiJarLocking) - but I have not been able to make that work.
Will try some alternatives before - uh -- I don't know - giving
It already looks like:
|
|
|
|
|
|
|
|
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4015251#4015251
This is not unusual. Sometimes the JVM holds a hard ref to some jars, which
prevents the unexplode target from completing fully.
It should not be a problem in most cases, since usually those jars dont change.
In the rare case where it is a prob, just type "seam unexplode" twice on the
commandli
This occurs more on windows, I've never seen it on linux. It might be worth
altering the build so that the deletes always complete:
|
|
|
|
|
| etc.
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4015244#40152
And this is the typical result of doing a "clean":
|
| Buildfile: C:\Projects\cssite\build.xml
|
| clean:
|
| unexplode:
| [delete] Deleting directory
C:\Dev\jboss-4.0.5.GA\server\default\deploy\cssite.ear
| [delete] Unable to delete file
C:\Dev\jboss-4.0.5.GA\serv
After switching to using ICEFaces I get these type of errors constantly.
The reason is that something is holding on to the jars in the the war directory.
Is there something I can do to make sure JBoss (and/or Tomcat) lets go of
references so I can redeploy my changed project.
I am using a defaul
On the console - I sometimes get this:
17:56:16,875 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
--- Incompletely deployed packages ---
[EMAIL PROTECTED] {
url=file:/C:/Dev/jboss-4.0.5.GA/server/default/deploy/cssite.ear/ }
deployer: [EMAIL PROTECTED]
status: null
state: FAI
3d and 4th attempt produced the same result.
Then it worked.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4010903#4010903
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010903
__
Second attempt
unexplode:
[delete] Deleting 52 files from
C:\Dev\jboss-4.0.5.GA\server\default\deploy\cssite.ear
[delete] Deleting:
C:\Dev\jboss-4.0.5.GA\server\default\deploy\cssite-dev-ds.xml
[delete] Deleting directory
C:\Dev\jboss-4.0.5.GA\server\default\deploy\cssite.ear
16 matches
Mail list logo