[jboss-jira] [JBoss JIRA] Commented: (JBAS-7818) RMIAdaptor replacement based on JSR160

Scott Marlow (JIRA) jira-events at lists.jboss.org
Fri Mar 19 15:42:38 EDT 2010


    [ https://jira.jboss.org/jira/browse/JBAS-7818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12520959#action_12520959 ] 

Scott Marlow commented on JBAS-7818:
------------------------------------

I tried enabling the sun remote jmx connector but got the "Failed to initalize plugin: org.jboss.logging.logmanager.LoggerPluginImpl at 359ecd80..." problem mentioned on http://community.jboss.org/wiki/UseJDK5JConsole

As recommend, I added to run.conf:

 JAVA_OPTS="$JAVA_OPTS -Djava.util.logging.manager=org.jboss.logmanager.LogManager"
 JAVA_ARGS="$JAVA_OPTS -Dorg.jboss.logging.Logger.pluginClass=org.jboss.logging.logmanager.LoggerPluginImpl"
 JBOSS_CLASSPATH="lib/jboss-logmanager.jar"

But, that seems to cause an initial ten second pause before the AS boot echos the "INFO  [HornetQServerImpl] live server is starting.." message.

Then, right after the "[remoting] JBoss Remoting version 3.1.0.Beta2" console message, I see the "[service] Removing bootstrap log handlers" message.  The AS server seems to pause at that point.  The last messages on the console are:

"
14:33:32,432 INFO  [remoting] JBoss Remoting version 3.1.0.Beta2
14:33:32,562 INFO  [service] Removing bootstrap log handlers
"

If I run without the above run.conf changes, I see a normal boot sequence:

"
14:37:07,974 INFO  [remoting] JBoss Remoting version 3.1.0.Beta2
14:37:08,083 INFO  [TomcatDeployment] deploy, ctxPath=/
14:37:08,165 INFO  [service] Removing bootstrap log handlers
14:37:08,205 INFO  [org.jboss.system.server.profileservice.ProfileServiceBootstrap] Loading profile: ProfileKey at 1c5ab93[domain=default, server=default, name=default]
14:37:08,215 INFO  [org.apache.coyote.http11.Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8080
14:37:08,229 INFO  [org.apache.coyote.ajp.AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
14:37:08,229 INFO  [org.jboss.bootstrap.impl.base.server.AbstractServer] JBossAS [6.0.0.SNAPSHOT "Neo"] Started in 18s:284ms
"



> RMIAdaptor replacement based on JSR160
> --------------------------------------
>
>                 Key: JBAS-7818
>                 URL: https://jira.jboss.org/jira/browse/JBAS-7818
>             Project: JBoss Application Server
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>          Components: JMX
>            Reporter: Scott M Stark
>            Assignee: Scott Marlow
>             Fix For: JBossAS-6.0.0.M3
>
>
> A replacement for the proprietary RMIAdaptor is needed that supports authentication, authorization and SSL.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list