Status/Resolution/Reason: Closed/Withdrawn/Duplicate
Reporter/Name(from Bugbase): Simon Janssens / Simon Janssens (raZorTTZ)
Created: 10/01/2012
Components: Installation/Config
Versions: 10.0
Failure Type:
Found In Build/Fixed In Build: Final / 283750
Priority/Frequency: Major / All users will encounter
Locale/System: English / Linux RH Enterprise 6
Vote Count: 3
Duplicate ID: CF-3123145
Problem Description: Attempting to start teh Solr service fails
Steps to Reproduce: Execute the /opt/coldfusion10/cfusion/jetty/cfjetty script
Actual Result: Service wouldn't start and couldn't create collections in the CF Administrator
Expected Result: Solr service to start
Any Workarounds:
If I edit the /opt/coldfusion10/cfusion/jetty/cfjetty script and wrap the command that is being sent through /sbin/runuser with double quotes, the script executes and the service starts.
Around line 77 for my particular change (I went through and updated other references so I could stop and restart later)
Before:
SOLRSTART='cd $SOLR;$SUCMD $SOLR_JVM/bin/java $JVMARGS -jar start.jar >> $SOLR/logs/start.log 2>&1'
After
SOLRSTART='cd $SOLR;$SUCMD "$SOLR_JVM/bin/java $JVMARGS -jar start.jar >> $SOLR/logs/start.log 2>&1"'
Now I can get into the ColdFusion Collections section of the ColdFusion Administrator.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3339690
Deployment Phase: Release Candidate
External Customer Info:
External Company:
External Customer Name: raZorTTZ
External Customer Email:
External Test Config: My Hardware and Environment details:
RHEL 6 64 bit
ColdFusion 10
Attachments:
Comments: