2 Replies Latest reply on Jun 8, 2003 3:01 AM by vardaru

    No nukes on Win XP with Turkish Locale

    vardaru

      Hello,
      I just downloaded jboss-3.2.1_nukes-1.0.0alpha.zip from the site and tried to run the JBoss Nuke on my win xp laptop with turkish locale; but I got no nuke on the http://localhost:8080/, instead I got context lists. Meanwhile I realized some warnings(attached) on the JBoss console.
      When I switched the locale to english everything went ok.

      I gues the error stems from case conversion of characters, which is very typical. Especially case conversion of i, I characters leads to such a problem.

      PS. In Turkish locale "i".toUpperCase() is not equal to "I" and also "I".toLowerCase() is not equal to "i".

      Any suggestions?

      Best regards,
      Umit VARDAR

      The typical warning is as follows:
      ...
      2003-06-06 15:19:23,821 INFO [org.jboss.jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=0,context=/invoker,ServletHolder=2
      2003-06-06 15:19:23,851 WARN [org.jboss.jbossweb] WARNING:
      java.lang.IllegalArgumentException: No getter or setters found for initParameters
      at org.mortbay.util.jmx.ModelMBeanImpl.defineAttribute(ModelMBeanImpl.java:398)
      at org.mortbay.jetty.servlet.jmx.HolderMBean.defineManagedResource(HolderMBean.java:44)
      at org.mortbay.jetty.servlet.jmx.ServletHolderMBean.defineManagedResource(ServletHolderMBean.java:40)
      at org.mortbay.util.jmx.ModelMBeanImpl.setManagedResource(ModelMBeanImpl.java:273)
      at org.mortbay.util.jmx.ModelMBeanImpl.mbeanFor(ModelMBeanImpl.java:155)
      at org.mortbay.util.jmx.ModelMBeanImpl.getComponentMBeans(ModelMBeanImpl.java:1146)
      at
      ...