- 
        1. Re: JNDIView cant be foundcsaldanh Apr 11, 2008 3:27 PM (in response to gjeudy)Could you check if server//conf/jboss-service.xml has the following code uncommented: 
 <mbean code="org.jboss.naming.JNDIView"
 name="jboss:service=JNDIView"
 xmbean-dd="resource:xmdesc/JNDIView-xmbean.xml">
 <!-- The HANamingService service name -->
 jboss:service=HAJNDI
- 
        2. Re: JNDIView cant be foundgjeudy Apr 11, 2008 4:26 PM (in response to gjeudy)Actually I checked for JNDIView string in the whole file and I only found it uncommented in the following fragment: <mbean code="org.jboss.management.j2ee.LocalJBossServerDomain" name="jboss.management.local:j2eeType=J2EEDomain,name=Manager"> <attribute name="MainDeployer">jboss.system:service=MainDeployer</attribute> <attribute name="SARDeployer">jboss.system:service=ServiceDeployer</attribute> <attribute name="EARDeployer">jboss.j2ee:service=EARDeployer</attribute> <attribute name="EJBDeployer">jboss.ejb:service=EJBDeployer</attribute> <attribute name="RARDeployer">jboss.jca:service=RARDeployer</attribute> <attribute name="CMDeployer">jboss.jca:service=ConnectionFactoryDeployer</attribute> <attribute name="WARDeployer">jboss.web:service=WebServer</attribute> <attribute name="CARDeployer">jboss.j2ee:service=ClientDeployer</attribute> <attribute name="MailService">jboss:service=Mail</attribute> <attribute name="JMSService">jboss.messaging:service=ServerPeer</attribute> <attribute name="JNDIService">jboss:service=Naming</attribute> <attribute name="JTAService">jboss:service=TransactionManager</attribute> <attribute name="UserTransactionService">jboss:service=ClientUserTransaction</attribute> <attribute name="RMI_IIOPService">jboss:service=CorbaORB</attribute> </mbean> 
 What could this mean ?
- 
        3. Re: JNDIView cant be foundgjeudy Apr 11, 2008 4:35 PM (in response to gjeudy)Sorry the fragment above contains only JNDIService. I didnt find anything such as JNDIView anywhere. Should I add the fragment you posted? 
 Its quite strange that it is not present by default in my jboss 4.2.2 default installation ...
- 
        4. Re: JNDIView cant be foundcsaldanh Apr 11, 2008 5:42 PM (in response to gjeudy)hmm that's weird, I guess you could put it in. 
 Try rebuilding it :)
- 
        5. Re: JNDIView cant be foundcsaldanh Apr 11, 2008 5:43 PM (in response to gjeudy)"csaldanh" wrote: 
 hmm that's weird, I guess you could put it in.
 Try rebuilding it :)
 Ignore the rebuilding part :P
- 
        6. Re: JNDIView cant be foundjaikiran Apr 17, 2008 2:34 AM (in response to gjeudy)"gjeudy" wrote: 
 Hi,
 I have installed jboss as 4.2.2 and I cannot find the JNDIView in the jmx-console.
 How did you install JBoss? Through JEMS installer or by downloading the JBoss zip? We have a discussion going on, where we have seen that the JEMS installer (for some reason) doesn't configure the JNDIView MBean.
 
- 
        7. Re: JNDIView cant be foundgjeudy Apr 17, 2008 8:47 AM (in response to gjeudy)I have installed jboss through the JEMS installer. So that would be the issue ? 
- 
        8. Re: JNDIView cant be foundjaikiran Apr 18, 2008 12:20 AM (in response to gjeudy)Yes. JEMS installer for some reason does not configure the JNDIView MBean. I would suggest, you download the JBoss zip file. Unzip it to some location, set JAVA_HOME appropriately and start JBoss. That should get you going and you should be able to see the JNDIView. 
 
     
    