7 Replies Latest reply on Mar 15, 2004 8:53 PM by lifangning

    JBoss & linux

    coucourde

      Is JBoss working well with Linux ?

        • 1. Re: JBoss & linux
          cake

          Yes! It works great on my RH7.2 and Windows XP machines.

          • 2. Re: JBoss & linux
            lepekhine

            Did you change JBoss configuration files?
            I use JBoss 3.0.0 and RH7.1
            A lot of ports (8083, 1099 etc) are busy
            in Linux and startup failed.
            Could you tell me what JBoss version you use?
            Alexander

            • 3. Re: JBoss & linux
              prabhakar

              I use jboss 3.2 on gentoo (2.4.19) with jdk1.4.0. Seems to work fine. Didn't make any changes to the shipped version of jboss.

              -prabhakar

              • 4. Re: JBoss & linux
                jmspaggi

                I'm using jboss 3.2 on Debian, but I not able to run it fine.

                It's ok when starting standard mode, but I'm getting an exception when starting on "all" mode. So, I want this last mode because I need cluster.

                Here is the exception, if someone have an idea ...
                20:51:52,522 INFO [DefaultPartition] Initializing
                20:51:52,780 ERROR [ClusterPartition] Starting failed
                ChannelException: java.net.BindException: Cannot assign requested address


                JMS.

                • 5. Re: JBoss & linux
                  clajoie

                  We run JBoss 3.2.1 and 3.2.3 in production here on Debian Linux with JDK 1.4.2. Works fine for us. I didn't have to do anything special to get it to bind to certain ports or addresses. The config files that we use that control that are out of the box configs taken from the "all" config. We have modified other configs but for different reasons.

                  As a side note moving to kernel 2.6 should give some decent performance gains to all Java apps, including JBoss. Initial testing here seems to confirm this.

                  • 6. Re: JBoss & linux
                    wdrai

                    We use JBoss 3.2.1 in production on Red Hat 9 with Sun JDK 1.4.2 and it works perfectly.

                    The posix threads package supported by RH9 and this JDK really improve the performance.

                    Has someone tried jboss with Jrockit 1.4.2 on linux ?

                    • 7. Re: JBoss & linux
                      lifangning

                      I run JBoss 3.2.3 on Redhat Linux 7.3 with JDK1.4.2, but I can not access EJBs with JNDI from another computer:
                      Object ref = jndiContext.lookup ("XXXBean");
                      Exception:
                      javax.naming.CommunicationException [Root exception is java.rmi.ConnectException: Connection refused to host: 127.0.0.1;