5 Replies Latest reply on Sep 27, 2012 10:15 AM by dprakash

    JBoss and internationalization

    liemmn

      Hello all,

      We are planning to run JBoss in a Japanese environment. A few questions that spring to mind:

      1) Does JBoss work in a Japanese environment? Has it been tested?
      2) Is JBoss localized in any language other than English? Is it localizable? i.e., does JBoss use ResourceBundles to store its messages or, everything is hard-coded?
      3) If JBoss is localized, how can I invoke JBoss in a certain locale, or does it pick up the default locale of the system that it runs on?

      Thanks in advance!

        • 1. Re: JBoss and internationalization
          liemmn

          11 views and noone has tried running JBoss in a non-English environment? Has this stuff been tested for I18N?

          • 2. Re: JBoss and internationalization
            liemmn

            Bump for help!

            • 3. Re: JBoss and internationalization
              dheinecke

              We discovered while testing that if the path that you install JBoss into contains a non-latin character, that JBoss will not start. In our case, we tried installing JBoss 3.2.5 on a Japanese Windows XP machine. The installation path contained japanese characters.

              c:\program files\Symantec\ESM Reporting Database Linkƒ\ƒ|\

              When we tried to start the server, we received the following error:

              org.jboss.Main
              Failed to boot JBoss:
              java.lang.ClassNotFoundException: org.jboss.system.server.ServerImpl
              at java.net.URLClassLoader$1.run(Unknown Source)
              at java.security.AccessController.doPrivileged(Native Method)
              at java.net.URLClassLoader.findClass(Unknown Source)
              at java.lang.ClassLoader.loadClass(Unknown Source)
              at java.lang.ClassLoader.loadClass(Unknown Source)
              at org.jboss.system.server.ServerLoader.createServer(ServerLoader.java:2
              51)
              at org.jboss.system.server.ServerLoader.load(ServerLoader.java:233)
              at org.jboss.Main.boot(Main.java:142)
              at org.jboss.Main$1.run(Main.java:395)
              at java.lang.Thread.run(Unknown Source)

              We recognized this as a classpath issue so we started adding jar files to the classpath and retrying. After about 5 files added, the ClassNotFoundExceptions went away and we started getting errors about opening and reading conf files.

              When we installed JBoss to a directory path that did not contain japanese characters, it run just fine. It appears that the JBoss launcher does not like japanese characters in the installation path.

              • 4. Re: JBoss and internationalization
                dprakash

                Does jboss-5.0.0.GA starts if the installation path contains Japanese characters? If yes please specify the configuraion. Its not working for me.

                • 5. Re: JBoss and internationalization
                  dprakash

                   

                  AS 5 does not support but AS 7 does.

                   

                  Refer: https://community.jboss.org/thread/205770