
|
If you were logged in you would be able to see more operations.
|
|
|
RHQ Project
Created: 27/Jun/08 10:47 AM
Updated: 15/Dec/08 10:02 AM
|
|
| Component/s: |
Plugins
|
| Affects Version/s: |
1.0.1
|
| Fix Version/s: |
None
|
|
|
Environment:
|
linux, httpd 2.0.55
|
|
Issue Links:
|
Relation
|
|
This issue Relates To:
|
|
RHQ-842
NPE when httpd path not given
|
|
|
|
|
|
|
|
| Resolution Date: |
28/Nov/08 01:27 PM
|
| Date of First Response: |
15/Sep/08 07:41 AM
|
| VCS Revision: |
2,131
|
|
The Control Script Path property states:
"the path to the Apache control script - if the path is not absolute, it will be resolved relative to the server root directory; if unset, default will be 'bin/apachectl' on UNIX or the Apache executable on Windows"
But, executing an operation requiring the property value results in a failure with:
java.lang.IllegalStateException: Script (/home/test_jon/httpd-2.0.55/bin/apache2ctl) specified via 'controlScriptPath' connection property does not exist.
Workaround : Manually set the property value and update the connection properties.
|
|
Description
|
The Control Script Path property states:
"the path to the Apache control script - if the path is not absolute, it will be resolved relative to the server root directory; if unset, default will be 'bin/apachectl' on UNIX or the Apache executable on Windows"
But, executing an operation requiring the property value results in a failure with:
java.lang.IllegalStateException: Script (/home/test_jon/httpd-2.0.55/bin/apache2ctl) specified via 'controlScriptPath' connection property does not exist.
Workaround : Manually set the property value and update the connection properties. |
Show » |
|