tracker issue : CF-3562775

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

POSSIBLE Java 7 issue regarding CFCOLLECTION in CF9.0.1 Standard & Enterprise

| View in Tracker

Status/Resolution/Reason: Closed/Withdrawn/

Reporter/Name(from Bugbase): Jack Drysdale Jr / Jack Drysdale Jr (Jack Drysdale Jr)

Created: 05/17/2013

Components: Text Search

Versions: 9.0.1

Failure Type: Unspecified

Found In Build/Fixed In Build: 9.0.1 /

Priority/Frequency: Trivial / All users will encounter

Locale/System: English / Win 2008 Server

Vote Count: 0

Problem Description:  CFCOLLECTION action="create" error, possibly related to Java 7 (we don't have any Java 6 systems to test; error started around the time we "upgraded").

Steps to Reproduce:  Run a .cfm file that has <cfcollection action="create">

Actual Result:CFTRY/CFCATCH will CFDUMP: access denied ("java.io.FilePermission" "X:\www\JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\cfusion\collections\collectionXYZ" "read") 

Expected Result:  Expected to create collection, if it doesn't exist, or map to collection, if it does already exist.

Any Workarounds:  Haven't found one, yet.

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3562775

External Customer Info:
External Company:  
External Customer Name: WolfShade
External Customer Email:  
External Test Config: Windows Server 2008, CF9.0.1 Standard & Enterprise

Attachments:

Comments:

This issue exists on my dev machine (standard), and one of the production servers (enterprise). Has not been tested on any other systems.
Comment by External U.
15349 | May 17, 2013 03:31:02 PM GMT
I'm using Windows Server 2008 (64bit) w/ 9,0,1,274733 (update level hf901-00009.jar) and using Java 7.0.1__15 and was able to successfully create a collection using the following code: <cfcollection action="CREATE" collection="CollectionTest" path="C:\cfusion\Verity\Collections\" categories="yes">
Comment by External U.
15350 | May 21, 2013 12:17:29 PM GMT
@WolfShade Can you please check on the config that Jamo test on . -Viny (Comment added from ex-user id:vnigam)
Comment by Adobe D.
15351 | July 04, 2013 03:35:37 AM GMT
Unfortunately, I am no longer employed at the location where I experienced this error. I can say, however, that one difference between mine and Jamo's test is that I was attempting to create a Solr collection, not a Verity collection (I apologize for not including that information when I created this report.) I think the environment I was in is identical to Jamo's, including the update level (9.0.1).
Comment by External U.
15352 | July 07, 2013 05:27:28 PM GMT
from the info in the bug description, this looks like a permission issue. Users running into this should run the Solr/search service with a account that has full privileges to to the location where the collections are being created. If any user, is running into this despite taking the measure noted above, please feel free to revert. closing this.
Comment by Piyush K.
15353 | December 03, 2014 06:16:24 AM GMT