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 | |
by Anonymous Monk on Feb 09, 2011 at 03:16 UTC | |
by Anonymous Monk on Feb 09, 2011 at 03:37 UTC | |
by Anonymous Monk on Feb 10, 2011 at 08:50 UTC | |
by Anonymous Monk on Feb 10, 2011 at 10:38 UTC |