Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hi all.

I'm trying to migrate a web site from one server to another. I have confirmed that Java is installed in both servers and I installed Inline.pm module in the new server as well. When I go to my URL, I get the error "Failed to autogenerate /config. " It points to the code below.

use Inline ( Java => 'STUDY', STUDY => [ "java.util.HashMap", "java.util.Hashtable", ... "java.lang.Exception"], CLASSPATH => ' (absolute path to the jar files) DIRECTORY => '(PATH)/_Inline', SHARED_JVM => 0 ) ;

It's working from the old server which is why I believe this has something to do with the environment. I couldn't find anything regarding this so any hint will be very much appreciated. Thank you in advance.

Replies are listed 'Best First'.
Re: Failed to autogenerate /config.
by Anonymous Monk on Feb 08, 2011 at 07:49 UTC
    upgrade
      Thanks. I upgraded from Inline.pm version 0.44 to 0.47 but still getting the same error. Any more ideas?