Our db passwords change on a schedule.  The BMC SLM Collector stores the db
password in daytona.war/WEB-INF/classes/bmcslm.properties using the
parameter ArDbPassword.  How does one go about changing this value after the
db password is changed?  The jboss instance was restarted without updating
the daytona configuration, now the only way I can get the jboss instance up
is to remove the daytona.war from the deploy directory.  Leaving
doytona.warso it is deployed at jboss startup never lets jboss fully
initialize because
the slmcollecter continues retrying the creation of the db session and never
exits it's init routine:

11:08:21,256 INFO  [STDOUT] 2008-02-25 11:08:21,255 [main] ERROR
com.bmc.daytona.datastore.DaoFactory  - java.sql.SQLException: ORA-01017:
invalid username/password; logon denied
11:08:21,255 ERROR [DaoFactory] java.sql.SQLException: ORA-01017: invalid
username/password; logon denied

11:08:21,266 INFO  [STDOUT] 2008-02-25 11:08:21,257 [main] ERROR
com.bmc.daytona.util.DaytonaInit  - Unable to create the SLM Collector
Connection pool.
com.bmc.daytona.datastore.api.DaytonaDaoException: Data Source not
initialized.
        at com.bmc.daytona.datastore.DaoFactory.testDataSource(Unknown
Source)
        at com.bmc.daytona.util.DaytonaInit.createConnectionPool(Unknown
Source)
        at com.bmc.daytona.util.DaytonaInit.init(Unknown Source)
        at org.apache.struts.action.ActionServlet.initModulePlugIns(
ActionServlet.java:1158)
...
11:08:21,257 ERROR [DaytonaInit] Unable to create the SLM Collector
Connection pool.
com.bmc.daytona.datastore.api.DaytonaDaoException: Data Source not
initialized.
        at com.bmc.daytona.datastore.DaoFactory.testDataSource(Unknown
Source)
        at com.bmc.daytona.util.DaytonaInit.createConnectionPool(Unknown
Source)
        at com.bmc.daytona.util.DaytonaInit.init(Unknown Source)
        at org.apache.struts.action.ActionServlet.initModulePlugIns(
ActionServlet.java:1158)
...

Just repeats and repeats.

Moving daytona.war out of the deploy directory, starting jboss, then moving
daytona to the deploy directory does not make the app available because it
never inits.

Thanks,
Axton Grams

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

Reply via email to