[JBoss JIRA] Created: (JBAS-4389) nestedjarXXXX.temp files remain in the User's Temp directory on Windows after AS shutdown.
by Mark Spritzler (JIRA)
nestedjarXXXX.temp files remain in the User's Temp directory on Windows after AS shutdown.
------------------------------------------------------------------------------------------
Key: JBAS-4389
URL: http://jira.jboss.com/jira/browse/JBAS-4389
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: JBossAS-5.0.0.Beta2
Reporter: Mark Spritzler
When you startup the App Server some temp jar files are created in "C:\Documents and Settings\Username\Local Settings\Temp" directory. After you shutdown the App Server, a lot of them are deleted, but not all of them. After restarting the server many times those files that remain are all still there, causing your hard drive to run out of space. I had had 15 gigs used up by these remaining files.
Here are the statistics of restarting the server about 4 times after cleaning everything out of the Temp folder before the first startup.
Start
386 Files
73.5 MB
Shutdown
224 Files
33.7 Megabytes
Second start
546 Files
97.6 MB
Second Shutdown
576 Files
86.9 MB
Third start
// This tells me I didn't refresh(F5) Windows Explorer to get all the new files.
576 Files
86.9 MB
Third Shutdown
1024 Files
154 MB
Fourth start
1410 Files
228 MB
Fourth Shutdown
1280 Files
193 MB
Format of files remaining in temp
nestedjarNNNN.temp
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 10 months
[JBoss JIRA] Created: (JBAS-3996) Web Console AppletBrowser hangs browser because of missing Logger
by teej TJ (JIRA)
Web Console AppletBrowser hangs browser because of missing Logger
-----------------------------------------------------------------
Key: JBAS-3996
URL: http://jira.jboss.com/jira/browse/JBAS-3996
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Web Console
Affects Versions: JBossAS-5.0.0.Beta1
Environment: Ubuntu Edgy Eft 6.10 Linux 2.6.17-10-generic #2 SMP Tue Dec 5 22:28:26 UTC 2006 i686 GNU/Linux
Firefox 2.0.0.1
Sun Java 1.5.0_08
Reporter: teej TJ
Assigned To: Darran Lofthouse
Firefox hangs and has to be killed when the JBoss Web Console link is followed on the JBoss Management service (http://localhost:8080/).
The hang is caused by a NoClassDefFoundError exception whilst attempting to load AppletBrowser in applet.jar. This appears to be another instance of the use of Logger where it has been removed (as in the shutdown.sh script bugs JBAS-3560).
org.jboss.console.remote.Util:
private static org.jboss.logging.Logger log = org.jboss.logging.Logger.getLogger(Util.class);
--- Java Console Report ---
basic: Loading applet ...
basic: Initializing applet ...
basic: Starting applet ...
network: Connecting http://10.254.251.2:8080/web-console/applet.jar with proxy=DIRECT
network: Connecting http://10.254.251.2:8080/web-console/applet.jar with cookie "JSESSIONID=239D5221F10892A8D9A66F83680E589C"
basic: Loading http://10.254.251.2:8080/web-console/applet.jar from cache
basic: No certificate info, this is unsigned JAR file.
http://10.254.251.2:8080/web-console/Invoker
network: Connecting http://10.254.251.2:8080/web-console/org/jboss/logging/Logger.class with proxy=DIRECT
network: Connecting http://10.254.251.2:8080/web-console/org/jboss/logging/Logger.class with cookie "JSESSIONID=239D5221F10892A8D9A66F83680E589C"
java.lang.NoClassDefFoundError: org/jboss/logging/Logger
at org.jboss.console.remote.Util.<clinit>(Util.java:33)
at org.jboss.console.remote.AppletRemoteMBeanInvoker.invoke(AppletRemoteMBeanInvoker.java:64)
at org.jboss.console.navtree.ConsoleTreeModel.loadTree(ConsoleTreeModel.java:118)
at org.jboss.console.navtree.ConsoleTreeModel.<init>(ConsoleTreeModel.java:73)
at org.jboss.console.navtree.AdminTreeBrowser.<init>(AdminTreeBrowser.java:77)
at org.jboss.console.navtree.AppletBrowser.start(AppletBrowser.java:65)
at sun.applet.AppletPanel.run(AppletPanel.java:418)
at java.lang.Thread.run(Thread.java:595)
basic: Exception: java.lang.NoClassDefFoundError: org/jboss/logging/Logger
java.lang.NoClassDefFoundError: org/jboss/logging/Logger
at org.jboss.console.remote.Util.<clinit>(Util.java:33)
at org.jboss.console.remote.AppletRemoteMBeanInvoker.invoke(AppletRemoteMBeanInvoker.java:64)
at org.jboss.console.navtree.ConsoleTreeModel.loadTree(ConsoleTreeModel.java:118)
at org.jboss.console.navtree.ConsoleTreeModel.<init>(ConsoleTreeModel.java:73)
at org.jboss.console.navtree.AdminTreeBrowser.<init>(AdminTreeBrowser.java:77)
at org.jboss.console.navtree.AppletBrowser.start(AppletBrowser.java:65)
at sun.applet.AppletPanel.run(AppletPanel.java:418)
at java.lang.Thread.run(Thread.java:595)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 10 months