2 Replies Latest reply on Dec 10, 2004 7:15 AM by shorero

    Problem: no security manager: RMI class loader disabled

    shorero

      Release ID: JBoss [Zion] 4.0.0 (build: CVSTag=JBoss_4_0_0 date=200409200418)
      Java version: 1.5.0,Sun Microsystems Inc.
      Java VM: Java HotSpot(TM) Client VM 1.5.0-b64,Sun Microsystems Inc.
      OS-System: Windows XP 5.1,x86
      SP2 installed
      java & javaw are "exceptions" in the Win firewall
      JBoss running from a cmd window (not a service) via included run.bat

      When I look at JNDI with the jmx console, I see entries like the following for each of my deployed beans, in the global JNDI namespace:

      +- chetx (class: org.jnp.interfaces.NamingContext)
      | +- entity (class: org.jnp.interfaces.NamingContext)
      | | +- local (class: org.jnp.interfaces.NamingContext)
      | | | +- ConfigTableHome (proxy: $Proxy49 implements No ClassLoaders found for: com.cst.chetx.entity.ConfigTableLocalHome (no security manager: RMI class loader disabled))

      This strikes me as -- not right. When I deploy, I see messages in the log like the following:

      INFO [org.jboss.deployment.EARDeployer] Started J2EE application: file:/P:/Java/JBoss/jboss-current/server/default/deploy/CHETX-Test-App.ear
      DEBUG [org.jboss.deployment.MainDeployer] End deployment start on package: CHETX-Test-App.ear
      DEBUG [org.jboss.deployment.MainDeployer] Deployed package: file:/P:/Java/JBoss/jboss-current/server/default/deploy/CHETX-Test-App.ear
      DEBUG [org.jboss.mx.loading.UnifiedClassLoader] New jmx UCL with url null
      DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@1743be, cl=org.jboss.mx.loading.UnifiedClassLoader3@46b75b{ url=null ,addedOrder=0}
      DEBUG [org.jboss.mx.loading.UnifiedClassLoader] New jmx UCL with url null
      DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@1743be, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@4532ba{ url=null ,addedOrder=0}

      with the last two class-loader lines repeated 10s if not 100s of times.

      Anybod have a clue what's going on here?