[
https://issues.apache.org/jira/browse/STORM-308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13997528#comment-13997528
]
ASF GitHub Bot commented on STORM-308:
--------------------------------------
Github user d2r commented on the pull request:
https://github.com/apache/incubator-storm/pull/102#issuecomment-43078106
Starting nimbus fails, probably because the path set for `JAVA_HOME` is not
found:
```
c:\Users\derekd\Desktop\storm-inst\apache-storm-0.9.2-incubating-SNAPSHOT>bin\st
orm.cmd nimbus
The system cannot find the path specified.
Error: JAVA_HOME is incorrectly set.
'-client' is not recognized as an internal or external command,
operable program or batch file.
```
Current `JAVA_HOME` has a space:
```
c:\Users\derekd\Desktop\storm-inst\apache-storm-0.9.2-incubating-SNAPSHOT>echo %
JAVA_HOME%
c:\Program Files\Java\jdk1.7.0_55
```
`JAVA_HOME` exists and is the correct path:
```
c:\Users\derekd\Desktop\storm-inst\apache-storm-0.9.2-incubating-SNAPSHOT>dir "%
JAVA_HOME%"
Volume in drive C has no label.
Volume Serial Number is
Directory of c:\Program Files\Java\jdk1.7.0_55
04/29/2014 08:43 PM <DIR> .
04/29/2014 08:43 PM <DIR> ..
04/29/2014 08:42 PM <DIR> bin
03/17/2014 09:09 PM 3,409 COPYRIGHT
04/29/2014 08:42 PM <DIR> db
04/29/2014 08:42 PM <DIR> include
04/29/2014 08:42 PM <DIR> jre
04/29/2014 08:42 PM <DIR> lib
04/29/2014 08:42 PM 41 LICENSE
04/29/2014 08:42 PM 123 README.html
04/29/2014 08:42 PM 507 release
03/17/2014 09:09 PM 20,738,566 src.zip
04/29/2014 08:42 PM 125,105 THIRDPARTYLICENSEREADME-JAVAFX.txt
04/29/2014 08:42 PM 176,976 THIRDPARTYLICENSEREADME.txt
```
I suspected it is because of the space, but it could be some other problem.
> Storm Windows: Add support for config_value to
> {supervisor,nimbus,ui,drpc,logviewer} childopts
> ----------------------------------------------------------------------------------------------
>
> Key: STORM-308
> URL: https://issues.apache.org/jira/browse/STORM-308
> Project: Apache Storm (Incubating)
> Issue Type: New Feature
> Environment: Windows
> Reporter: Padma Priya Chitturi
> Attachments: storm-308.patch, storm-config-308.patch
>
>
> Added fixes that would read config_values from storm.yaml for childopts
--
This message was sent by Atlassian JIRA
(v6.2#6252)