This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 135974 - java.lang.ClassNotFoundException: On stopping server from profile mode
Summary: java.lang.ClassNotFoundException: On stopping server from profile mode
Status: RESOLVED DUPLICATE of bug 106300
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 6.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-28 10:40 UTC by dpkumar
Modified: 2008-06-21 00:30 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dpkumar 2008-05-28 10:40:15 UTC
NB Build:NetBeans IDE Dev Build (200805221203)
Sailfin build:sailfin installer 1.0-b34(https://sailfin.dev.java.net/downloads/downloads.html#promoted_primary_builds)
JDK Build:jdk1.6.0_03

Steps to reproduce:
1.Install NB and sailfin 1.0 installer
2.Start the IDE and Register Sailfin 1.0 server.
3.Start the server in profile mode.
4.Stop or restart the server.

On stopping or Restarting the server getting File Not Found Exception.

Could not load Logmanager "com.sun.enterprise.server.logging.ServerLogManager"
java.lang.ClassNotFoundException: com.sun.enterprise.server.logging.ServerLogManager
        at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
        at java.util.logging.LogManager$1.run(LogManager.java:166)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.util.logging.LogManager.<clinit>(LogManager.java:156)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:169)
        at com.sun.jmx.trace.Trace.initDestination(Trace.java:46)
        at com.sun.jmx.trace.Trace.<clinit>(Trace.java:25)
        at javax.management.MBeanServerFactory.debug(MBeanServerFactory.java:524)
        at javax.management.MBeanServerFactory.checkMBeanServerBuilder(MBeanServerFactory.java:483)
        at javax.management.MBeanServerFactory.getNewMBeanServerBuilder(MBeanServerFactory.java:511)
        at javax.management.MBeanServerFactory.newMBeanServer(MBeanServerFactory.java:298)
        at javax.management.MBeanServerFactory.createMBeanServer(MBeanServerFactory.java:213)
        at javax.management.MBeanServerFactory.createMBeanServer(MBeanServerFactory.java:174)
        at sun.management.ManagementFactory.createPlatformMBeanServer(ManagementFactory.java:302)
        at java.lang.management.ManagementFactory.getPlatformMBeanServer(ManagementFactory.java:504)
        at org.netbeans.lib.profiler.server.system.HeapDump.initialize16(HeapDump.java:102)
        at org.netbeans.lib.profiler.server.system.HeapDump.initialize(HeapDump.java:78)
        at org.netbeans.lib.profiler.server.ProfilerInterface.initProfilerInterface(ProfilerInterface.java:464)
        at org.netbeans.lib.profiler.server.ProfilerServer.initSupportingFunctionality(ProfilerServer.java:973)
        at org.netbeans.lib.profiler.server.ProfilerServer.doActivate(ProfilerServer.java:904)
        at org.netbeans.lib.profiler.server.ProfilerServer.activate(ProfilerServer.java:512)
Failed to load MBeanServerBuilder class com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder:
java.lang.ClassNotFoundException: com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder
Comment 1 Vince Kraemer 2008-06-21 00:30:19 UTC

*** This issue has been marked as a duplicate of 106300 ***