Has anybody encountered this problem before?
I get the following error when I try to invoke Inline::Java from Apache.
"JVM taking more than 15 seconds to start, or died before Perl could
connect. Increase config STARTUP_DELAY if necessary. at
/usr/local/lib/perl5/site_perl/5.8.6/Inline/Java.pm line 4"
It works fine under command line. Apache has write permissions to the
"DIRECTORY" specified in Inline (it is creating a config file and 2
directories here).
This is my use Inline statement:
use Inline (
Java => 'STUDY',
STUDY => ['org.apache.lucene.patent.SearchDB'],
AUTOSTUDY => 1,
DIRECTORY => '/tmp/',
CLASSPATH => '/usr/lucene/',
EXTRA_JAVA_ARGS => '-Xmx256m',
);