You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Jari Fredriksson <ja...@k2datasolutions.com> on 2006/09/15 16:40:58 UTC

ResourceBundle problem with new Axis 1.4 installation on Tomcat 5

Error message when accessing http://localhost:8084/axis

root cause
java.util.MissingResourceException: Can't find bundle for base name i18n, 
locale fi
 java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:838) java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:807) java.util.ResourceBundle.getBundle(ResourceBundle.java:551)Ok, there was no resource bundle for fi language, I prepared it.E:\work\axis-1_4\webapps\axis\WEB-INF\classes\i18n_fi.propertiesE:\work\axis-1_4\webapps\axis\WEB-INF\classes\i18n_fi_FI.properties  (too,to be sure).No joy.I edited i18nLib.jsp so that it tries for locale "en", so error messagechanged toroot causejava.util.MissingResourceException: Can't find bundle for base name i18n,locale en java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:838) java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:807) java.util.ResourceBundle.getBundle(ResourceBundle.java:551)!!!!!!!!!!!!!!!!Tried to google for it, found lots of similar cries and questions, but not asuitable answer for this.I'm running Axis 1.4 under NetBeans IDE 5.0 (jre 1.4.2_12) in Windows X
 PPro.Looks that no matter the locale, the properties are not found.Oh. I installed the Axis servlet to Tomcat by creating a war from theextracted webapp structure:jar cvf axis.war axis  (in E:\work\axis-1_4\webapps) and then deployed itthru manager. When I click "axis" in manager after deploying, it shows a"directory" having one entry: "axis". Clicking this starts the index.jsp,thus full url to axis seems to be http://localhost:8084/axis/axis (strangepath, but not the main problem now).Any helps there is I would be grateful!

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


[Rampart]Runtime Crypto?

Posted by Angel Cholchev <a....@bg.seeburger.com>.
    Hello,
Is it possible to create a runtime instance of the crypto, defined in 
the sec.properties file.
For me it is inconvenient* *to load the crypto instance and properties 
from a file. Is is possible to create my crypto by every single call 
without getting is constuctor parameters from a file,
because every time I use different aliases.
    Thanks

Angel Cholchev


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org