Closed (fixed)
Project:
Apache Solr Attachments
Version:
6.x-1.0-beta2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 May 2011 at 13:30 UTC
Updated:
6 Jun 2011 at 06:12 UTC
Jump to comment: Most recent file
Comments
Comment #1
Eaglecanada commentedproblem solved.
the variable set up in settings.php was:
'apachesolr_attachments_java' => 'C:\java\jre6\bin\java.exe',
in apachesolr_attachments,admin.inc after the line $cmd=escapeshellcmd($java .$ java_opts)....
the variable become 'C: java jre6 bin java.exe'
changed to 'apachesolr_attachments_java' => 'C:/java/jre6/bin/java.exe', it works.
post here in case someone encountered the similar problem.
Comment #2
jpmckinney commentedIndeed, Windows users must use forward slashes. Added comment to admin page.