Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when domainstatus set to ON #19

Open
iversond opened this issue Jan 19, 2019 · 0 comments
Open

Error when domainstatus set to ON #19

iversond opened this issue Jan 19, 2019 · 0 comments

Comments

@iversond
Copy link

We tried turning on the domain status settings, but the application kicks out an error we we enable the option.

        at java.util.Vector.insertElementAt(Vector.java:601)
        at java.util.Vector.add(Vector.java:817)
        at edu.umn.pssa.ibmonitorservice.Monitor.populateConfigs(Monitor.java:292)
        at edu.umn.pssa.ibmonitorservice.Monitor.<init>(Monitor.java:149)
        at edu.umn.pssa.ibmonitorservice.IBMonitorSvc.monitorStartup(IBMonitorSvc.java:185)
        at edu.umn.pssa.ibmonitorservice.IBMonitorSvc.<init>(IBMonitorSvc.java:104)
        at edu.umn.pssa.ibmonitorservice.IBMonitorSvc.main(IBMonitorSvc.java:63)

Here is our configs.yaml file

---
root:
  emailUser: ibmonitor@domain.com
  emailPassword: 
  emailReplyTo: ibmonitor@domain.com
  emailHost: smtp.domain.com
  emailPort: '25'
  onCallFile: 'c:/psadmin/oncallfile'
  debugMode: 'OFF'
  dbType: Oracle
  database:
    databaseName: FDEV
    host: dbserver:1521/FDEV.domain.com
    user: SYSADM
    password: SYSADM
    dbSchema: SYSADM
    sleepTime: '5'
    defaultMonitorTime: '0'
    defaultStatusToCheck: '0,5,6'
    defaultRetryCount: '0'
    defaultNotifyTo: psadmin@domain.com
    defaultNotifyCC: ''
    defaultNotifyInterval: '60'
    downTimeStartDay: '1'
    downTimeStart: '6:00'
    downTimeEndDay: '1'
    downTimeEnd: '12:00'
    downTimeFrequency: '7'
    defaultNotifyIntervalOffHours: '720'
    startTimeOffHours: '17:00'
    endTimeOffHours: '7:00'
    domainStatus: 'ON'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant