1 2 Previous Next 16 Replies Latest reply on Apr 20, 2005 3:24 PM by bill.burke Go to original post
      • 15. Re:  javax.naming.NameNotFoundException EJB3.0 Preview 4
        opapo

        Haresh Patel,

        You posted:

        E:\jboss\jboss-4.0.1sp1\bin>run.bat -C all
        ===============================================================================
        .
        JBoss Bootstrap Environment
        .
        JBOSS_HOME: E:\jboss\jboss-4.0.1sp1\bin\\..
        .
        JAVA: C:\Program Files\Java\jdk1.5.0\bin\java
        .
        JAVA_OPTS: -Dprogram.name=run.bat -Xms128m -Xmx512m
        .
        CLASSPATH: C:\Program Files\Java\jdk1.5.0\lib\tools.jar;E:\jboss\jboss-4.0.1sp
        1\bin\\run.jar
        .
        ===============================================================================
        .
        22:09:55,171 INFO [Server] Starting JBoss (MX MicroKernel)...
        22:09:55,171 INFO [Server] Release ID: JBoss [Zion] 4.0.1sp1 (build: CVSTag=JBo
        ss_4_0_1_SP1 date=200502160314)
        22:09:55,171 INFO [Server] Home Dir: E:\jboss\jboss-4.0.1sp1
        22:09:55,171 INFO [Server] Home URL: file:/E:/jboss/jboss-4.0.1sp1/
        22:09:55,171 INFO [Server] Library URL: file:/E:/jboss/jboss-4.0.1sp1/lib/
        22:09:55,171 INFO [Server] Patch URL: null
        22:09:55,171 INFO [Server] Server Name: default


        I just finished solving at least part of this problem.

        I can not get the tutorial to work if I use the default server. Because you are using a capital C after the run command instead of a lowercase c the default server is running. Your changes to the all server will not take effect.

        • 16. Re:  javax.naming.NameNotFoundException EJB3.0 Preview 4
          bill.burke

          Wow! Thanks for catching that. I missed the '-C' vs. '-c' part.

          1 2 Previous Next