dev@glassfish.java.net

Re: heads up: significant checkin to change MBeanServer, SunoneInterceptor

From: Lloyd L Chambers <Lloyd.Chambers_at_Sun.COM>
Date: Thu, 11 Jan 2007 21:26:09 -0800

Dinesh,

It was a complex checkin in multiple parts. Give it another pass and
it will be fine. I have two fresh builds on two machines working fine.

Lloyd


On Jan 11, 2007, at 9:25 PM, Dinesh Patil wrote:

> Lloyd,
> Build is broken, can you pls lookinto this if its related to your
> change.
>
> [java] init:
> [java] [mkdir] Created dir: /space/tinderbox/smoke/
> Linux_2.4_depend/workspace/glassfish/admin-ee/admin/build
> [java] [java] compile:
> [java] [javac] Compiling 52 source files to /space/tinderbox/
> smoke/Linux_2.4_depend/workspace/glassfish/admin-ee/admin/build
> [java] [javac] /space/tinderbox/smoke/Linux_2.4_depend/
> workspace/glassfish/admin-ee/admin/src/java/com/sun/enterprise/ee/
> admin/AppServerMBeanServerBuilder.java:46: cannot find symbol
> [java] [javac] symbol : class AppServerMBeanServerBuilder
> [java] [javac] location: package
> com.sun.enterprise.admin.server.core.jmx
> [java] [javac]
> com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder {
> [java] [javac] ^
> [java] [javac] /space/tinderbox/smoke/Linux_2.4_depend/
> workspace/glassfish/admin-ee/admin/src/java/com/sun/enterprise/ee/
> admin/AppServerMBeanServerBuilder.java:60: cannot find symbol
> [java] [javac] symbol : class AppServerMBeanServerBuilder
> [java] [javac] location: package
> com.sun.enterprise.admin.server.core.jmx
> [java] [javac]
> (com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder.
> class) { [java]
> [javac] ^
> [java] [java] BUILD FAILED
> [java] [javac] /space/tinderbox/smoke/Linux_2.4_depend/
> workspace/glassfish/admin-ee/admin/src/java/com/sun/enterprise/ee/
> admin/AppServerMBeanServerBuilder.java:61: cannot find symbol
> [java] [javac] symbol : method createAppServerMBeanServer()
> [java] /space/tinderbox/smoke/Linux_2.4_depend/workspace/
> glassfish/admin-ee/build.xml:52: The following error occurred while
> executing this line:
> [java] [javac] location: class
> com.sun.enterprise.ee.admin.AppServerMBeanServerBuilder
> [java] [javac] if (!createAppServerMBeanServer
> () ) { [java] [javac] ^
> [java] /space/tinderbox/smoke/Linux_2.4_depend/workspace/
> glassfish/admin-ee/admin/build.xml:70: Compile failed; see the
> compiler error output for details.
> [java] [java] Total time: 7 seconds
> [java] [javac] /space/tinderbox/smoke/Linux_2.4_depend/
> workspace/glassfish/admin-ee/admin/src/java/com/sun/enterprise/ee/
> admin/AppServerMBeanServerBuilder.java:62: cannot find symbol
> [java] [javac] symbol : variable _logger
> [java] [javac] location: class
> com.sun.enterprise.ee.admin.AppServerMBeanServerBuilder
> [java] [javac] _logger.log(Level.FINE,
> [java] [javac] ^
> [java] [javac] /space/tinderbox/smoke/Linux_2.4_depend/
> workspace/glassfish/admin-ee/admin/src/java/com/sun/enterprise/ee/
> admin/AppServerMBeanServerBuilder.java:64: cannot find symbol
> [java] [javac] symbol : method getDefaultBuilder()
> [java] [javac] location: class
> com.sun.enterprise.ee.admin.AppServerMBeanServerBuilder
> [java] [javac] return getDefaultBuilder
> ().newMBeanServer(defaultDomain, [java]
> [javac] ^
> [java] [javac] /space/tinderbox/smoke/Linux_2.4_depend/
> workspace/glassfish/admin-ee/admin/src/java/com/sun/enterprise/ee/
> admin/AppServerMBeanServerBuilder.java:68: cannot find symbol
> [java] [javac] symbol : variable _logger
> [java] [javac] location: class
> com.sun.enterprise.ee.admin.AppServerMBeanServerBuilder
> [java] [javac] _logger.log(Level.FINEST,
> [java] [javac] ^
> [java] [javac] /space/tinderbox/smoke/Linux_2.4_depend/
> workspace/glassfish/admin-ee/admin/src/java/com/sun/enterprise/ee/
> admin/AppServerMBeanServerBuilder.java:70: cannot find symbol
> [java] [javac] symbol : method newAppServerMBeanServer
> (java.lang.String,javax.management.MBeanServerDelegate)
> [java] [javac] location: class
> com.sun.enterprise.ee.admin.AppServerMBeanServerBuilder
> [java] [javac] return newAppServerMBeanServer
> (defaultDomain, delegate); [java]
> [javac] ^
> [java] [javac] Note: Some input files use unchecked or
> unsafe operations.
> [java] [javac] Note: Recompile with -Xlint:unchecked for
> details.
> [java] [javac] 7 errors
> [java] [ERROR] Java Result: 1
>
>
> Lloyd L Chambers wrote:
>
>> I've committed a significant change involving the initialization
>> of the MBeanServer and the SunoneInterceptor. Please see the
>> following for background:
>>
>> Background:
>> http://www.glassfishwiki.org/gfwiki/attach/
>> GlassFishAdminReferences/ SunoneInterceptorChanges.html
>> Bugs:
>> https://glassfish.dev.java.net/issues/show_bug.cgi?id=1409
>>
>> The changes enable some important startup optimizations to follow.
>>
>> The change involves code as well as certain xml files. I'm
>> monitoring build status to make sure no problems occur, as this is
>> a complex checkin. Quicklook EE has been passing for nearly a
>> week with these changes, and AMX unit tests are working too.
>>
>> Please let me know if you suspect any issues.
>>
>> Lloyd Chambers
>> AppServer admin team
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
>> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>