5 Replies Latest reply on Jan 4, 2005 2:12 AM by acoliver

    Jboss holts @ orb <---- URGENT

      Hi All,

      I am trying to find out why when I start the jboss under linux 2.6AS it halts at

      14:56:40,982 INFO [Server] Starting JBoss (MX MicroKernel)...
      14:56:40,984 INFO [Server] Release ID: JBoss [Zion] 4.0.1RC1 (build: CVSTag=JBoss_4_0_1_RC1 date=200411041143)
      14:56:40,987 INFO [Server] Home Dir: /home/arash/jboss41
      14:56:40,987 INFO [Server] Home URL: file:/home/arash/jboss41/
      14:56:40,987 INFO [Server] Library URL: file:/home/arash/jboss41/lib/
      14:56:40,989 INFO [Server] Patch URL: null
      14:56:40,990 INFO [Server] Server Name: default
      14:56:40,990 INFO [Server] Server Home Dir: /home/arash/jboss41/server/default
      14:56:40,991 INFO [Server] Server Home URL: file:/home/arash/jboss41/server/default/
      14:56:40,991 INFO [Server] Server Data Dir: /home/arash/jboss41/server/default/data
      14:56:40,991 INFO [Server] Server Temp Dir: /home/arash/jboss41/server/default/tmp
      14:56:40,992 INFO [Server] Server Config URL: file:/home/arash/jboss41/server/default/conf/
      14:56:40,992 INFO [Server] Server Library URL: file:/home/arash/jboss41/server/default/lib/
      14:56:40,993 INFO [Server] Root Deployment Filename: jboss-service.xml
      14:56:41,000 INFO [Server] Starting General Purpose Architecture (GPA)...
      14:56:41,612 INFO [ServerInfo] Java version: 1.4.2_04,Sun Microsystems Inc.
      14:56:41,612 INFO [ServerInfo] Java VM: Java HotSpot(TM) Server VM 1.4.2_04-b05,Sun Microsystems Inc.
      14:56:41,613 INFO [ServerInfo] OS-System: Linux 2.4.9-e.3smp,i386
      14:56:42,110 INFO [Server] Core system initialized
      14:56:46,092 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:log4j.xml
      14:56:46,217 INFO [WebService] Using RMI server codebase: http://smtp.stnc.com.cn:8083/
      14:56:46,513 INFO [NamingService] Started jndi bootstrap jnpPort=1099, rmiPort=1098, backlog=50, bindAddress=/0.0.0.0, Client SocketFactory=null, Server SocketFactory=org.jboss.net.sockets.DefaultSocketFactory@ad093076
      14:56:53,224 INFO [Embedded] Catalina naming disabled
      14:56:54,133 INFO [Http11Protocol] Initializing Coyote HTTP/1.1 on http-0.0.0.0-8080
      14:56:54,191 INFO [Catalina] Initialization processed in 851 ms
      14:56:54,192 INFO [StandardService] Starting service jboss.web
      14:56:54,261 INFO [StandardEngine] Starting Servlet Engine: Apache Tomcat/5.0.28
      14:56:54,291 INFO [StandardHost] XML validation disabled
      14:56:54,317 INFO [Catalina] Server startup in 126 ms
      14:56:54,566 INFO [TomcatDeployer] deploy, ctxPath=/ebxmlrr, warUrl=file:/home/arash/jboss41/server/default/deploy/ebxmlrr-service.sar/ebxmlrr.war/
      14:56:55,624 INFO [STDOUT] Initialized REST
      14:56:55,737 INFO [SAAJServlet] init
      14:56:56,285 INFO [SAAJServlet] init
      14:56:56,695 INFO [TomcatDeployer] deploy, ctxPath=/ws4ee, warUrl=file:/home/arash/jboss41/server/default/tmp/deploy/tmp44361jboss-ws4ee-exp.war/
      14:56:56,960 INFO [TomcatDeployer] deploy, ctxPath=/, warUrl=file:/home/arash/jboss41/server/default/deploy/jbossweb-tomcat50.sar/ROOT.war/
      14:56:58,401 INFO [STDOUT] [ jacorb.home unset! Will use '.' ]
      14:56:58,402 INFO [STDOUT] [ File ./jacorb.properties for configuration jacorb not found ]
      14:56:58,942 INFO [interceptors] InterceptorManager started with 2 SIs, 2 CIs and 4 IORIs
      14:56:59,231 INFO [orb] ORB run
      14:56:59,552 INFO [CorbaNamingService] Naming: [IOR:000000000000002B49444C3A6F6D672E6F72672F436F734E616D696E672F4E616D696E67436F6E746578744578743A312E3000000000000200000000000000E8000102000000000C3230332E39352E312E3335000DC80000000000114A426F73732F4E616D696E672F726F6F74000000000000060000000000000008000000004A414300000000010000001C0000000000010001000000010501000100010109000000010501000100000014000000080000001A00000DC90000002100000050000000000000000100000000000000240000001E0000007E00000000000000010000000C3230332E39352E312E3335000DC90000000000000000000000000000000000000000000000000000000000000000002000000004000000000000001F000000040000000300000001000000440000000000000003000000010000001C000000000001000100000001050100010001010900000001050100010000002000000004000000000000001F0000000400000003]
      


      Any solutions? I am in Emergency.

      Cheers,

      Arash

        • 1. i18n of nukes. What is the way to go?
          acoliver

          I'm currently working on a dutch translation of the nukes core and I have a few questions.

          I wanted to make de different display names in the modules part of the main menu i18n sensitive. This kan be done by changing the display name in the jboss-service.xml to a label in the Resource.properties.

          Example from the user module:

           <attribute name="Configuration">
           <module>
           <operation
           name="edituser"
           display-name="{user._CHANGEYOURINFO}"
           description="Change your informations"
           image="info.gif"
           hint=""/>
           <operation
           name="memberlist"
           display-name="{user.MemberList}"
           decription="See all members of your comunity"
           image=""
           hint=""/>
           <operation
           name="logout"
           display-name="{core._LOGOUTEXIT}"
           description="Exit Nuke"
           image="exit.gif"
           hint=""/>
           </module>
          

          Is this method advisable, should this be done in this way or will there be another system to deal with i18n of module names? (All the above display names have a $ in front, but nukes translates thes I just noticed in the preview)

          While traversing the Resource properties I also noticed some other things. There are still many hardcoded strings in the java classes and the module.html (also some wrong labels. For instance the websitename label in the 'your not old enough, sorry' screen). Althoug for many of them there is an equivalent in the resources. In that case I just replaced the text with the label. For some there isn't a label so I added them to the resources. Since I found missing references I was wondering if you where still using them or that they are simply there because they where there in the php version and aren't maintained.

          There isn't yet a standerd for names. Sometimes it is prefixed with an underscore. Some are uppercase with or without underscores as word separators and others are in camelcase. Since I'm adding a lot of labels I wanted to know which one will be the to be prefered style. Maybe I will even convert some old propertie names.

          And finaly. The whole nukes resources is greatly aimed at Locale.US. Since I am going to use nukes in a strictly dutch enviroment I want to use only dutch. I can change the US reverence to an nl (dutch) Local in CoreModule.java but an imho more logical aproach would be a Local-less standard Resource.properties. This way the default language doesn't depend on a certain localisation. During the deploymend fase of the build project the prefered Resources can be copied to the default. Maybe I'm talking noncens, but that is the way I do it in a struts project of mine. The gain of this aproach is that, if there is no match of the local's of nukes and the prefered local's of the visitor, a default resource chosen at deploy time is used in stead of the US one.

          I'm working with the nightly builds.



          • 2. Re: Jboss holts @ orb <---- URGENT
            acoliver

            The quick solution is: are you really using corba? If not: remove it.

            • 3. Re: Jboss holts @ orb <---- URGENT

              How do I remove it?

              • 4. Re: Jboss holts @ orb <---- URGENT
                acoliver

                rm server/all/deploy/iiop-service.xml should do the trick.

                • 5. Re: Jboss holts @ orb <---- URGENT

                  it worked, thanks.


                  It worked thanks.


                  It worked thanks