#728 closed defect (fixed)
./jobagent.sh start does not work
Reported by: | Jari Häkkinen | Owned by: | everyone |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | core | Version: | 2.4.0 |
Keywords: | Cc: |
Description
The response is:
Could not load configuration file jobagent.properties: jobagent.properties (No such file or directory) Usage : jobagent.sh [options] cmd options : -c <configuration file> cmd : start | stop | pause | info | register | unregister | help
Issuing ./jobagent.sh -c ../www/WEB-INF/classes/jobagent.properties start
works.
Change History (3)
comment:1 by , 17 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 by , 17 years ago
Resolution: | invalid → fixed |
---|
Note:
See TracTickets
for help on using tickets.
This is as expected. The script by default only looks in the current directory. If the jobagent.properties is located elsewhere or has a different name the path/name must be given.