Hi,

I've been having stale servlet problems, i.e. the war I deployed a couple 
of days ago executes and new deploys are ignored. Reboot JBoss did not
fix it, re-installing JBoss did.

The war was unpacked into jboss, .../tmp/deploy/ but its classes were not loaded.

The startup console log has the following warning lines.

09:28:26,843 WARN  [EmbeddedTomcatService] Unable to invoke setDelegate on class 
loader:[EMAIL PROTECTED]
09:28:28,406 WARN  [EmbeddedTomcatService] Unable to invoke setDelegate on class 
loader:[EMAIL PROTECTED]
09:28:30,515 WARN  [Heartbeat] Heartbeat disabled
09:28:34,609 WARN  [EmbeddedTomcatService] Unable to invoke setDelegate on class 
loader:[EMAIL PROTECTED]
09:28:35,703 WARN  [EmbeddedTomcatService] Unable to invoke setDelegate on class 
loader:[EMAIL PROTECTED]
09:28:36,625 WARN  [EmbeddedTomcatService] Unable to invoke setDelegate on class 
loader:[EMAIL PROTECTED]
09:28:38,234 WARN  [EmbeddedTomcatService] Unable to invoke setDelegate on class 
loader:[EMAIL PROTECTED]

The warnings are associated with Tomcat, where my problems show up. 

1. What do these lines mean, and how do I get them to go away?
 
2. Although re-install solved the above major problem of stale code
    blocking out new code, I still have to restart jboss for a deploy to 
    take effect. Is this normal, or is there a way to hot-deploy, 
    without re-booting JBoss ?

Bill.

===============================
FYI, I deploy by copying a war file into default/deploy/,
and my environment is as follows:

10:03:02,062 INFO  [ServerInfo] Java version: 1.4.2_02,Sun Microsystems Inc.
10:03:02,062 INFO  [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.4.2_02-b03,Sun 
Microsystems Inc.
10:03:02,062 INFO  [ServerInfo] OS-System: Windows XP 5.1,x86
===============================

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823403#3823403

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3823403


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to