tracker issue : CF-3339690

select a category, or use search below
(searches all categories and all time range)
Title:

Starting Solr on RHEL 6 64 bit

| View in Tracker

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:

http://forums.adobe.com/message/4741992
Comment by External U.
17765 | October 01, 2012 11:39:56 PM GMT
I'm also seeing this on Ubuntu 12.04 32/64 bit.
Vote by External U.
17769 | January 25, 2013 08:32:20 AM GMT
The coldfusion collections screen in the admin says “Unable to retrieve collections from the Search Services. Ensure that you have installed ColdFusion Search Service and it is running.” One of our team members followed the fix that is listed in the bugbase, and then re-ran the cfjetty script which worked.
Vote by External U.
17770 | January 25, 2013 08:49:39 AM GMT
I work with Nathan Mische and have seen this issue as well.
Vote by External U.
17771 | January 25, 2013 09:52:56 AM GMT
KP, since this bug has been there since CF 9 and there is a very easy work around for it, lets blog about and take this bug for CF 11.
Comment by Rupesh K.
17766 | June 03, 2013 06:58:45 AM GMT
verified this on CF10 with update 10 (build 284825). "./cfjetty start" does not work with the default installation settings. no information was logged in the start.log file <cfhome>/cfusion/jetty/logs It works only after the script is manually edited and RUNTIME_USER="nobody" is changed to RUNTIME_USER="root".
Comment by Piyush K.
17767 | June 03, 2013 08:32:56 AM GMT
This is fixed in the next release of CF.
Comment by Piyush K.
17768 | December 31, 2013 03:38:29 AM GMT