0 Replies Latest reply on Dec 12, 2005 8:25 PM by miltgrin

    moving from 4.0.2 to 4.0.3

    miltgrin

      I downloaded the new version of Jboss (4.0.3) and moved my war directories over the the 4.0.2 version. I made changes to the xml files to correspond with the WAR files. The major change is the use of postgresql as my DB. When I start up the server, I eventually get the following error. What have I done wrong. I don't have any users.properties or roles.properties in the previous version and if I need them I'm not sue what goes in them.

      17:14:19,703 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
      17:14:19,781 ERROR [UsersRolesLoginModule] Failed to load users/passwords/role files
      java.io.IOException: No properties file: users.properties or defaults: defaultUsers.properties found
      at org.jboss.security.auth.spi.Util.loadProperties(Util.java:268)