RE: difference in behavior between script and perlapp exe
by Allan Clarke other posts by this author
Jun 8 2009 2:59PM messages near this date
difference in behavior between script and perlapp exe
|
RE: difference in behavior between script and perlapp exe
By using the -debug option on PerlApp, I was able to see a better error
indication of what was going on:
500 Internal Server Error at /PerlApp/cmServer.pl line 118
at /PerlApp/SOAP/Lite.pm line 3483
SOAP::Lite::__ANON__[/PerlApp/SOAP/Lite.pm:3483]('CMAsAServer=HASH(0x1c7
70e0)', 'Can\'t locate SOAP/Lite/Deserializer/XMLSchema2001.pm in
@INC...') call
ed at /PerlApp/SOAP/Lite.pm line 3671
SOAP::Lite::call('CMAsAServer=HASH(0x1c770e0)', 'ScheduleXML',
'SOAP::Da
ta=HASH(0x1e1f6b8)') called at /PerlApp/cmServer.pl line 118
cmServer::ScheduleXML('CMAsAServer=HASH(0x1c770e0)',
'ARRAY(0x1361910)')
called at cmServerConsole.pl line 612
As you can see, it is the usual "missing module" issue, which I resolved
by explicitly adding the module.
Sorry to bother everyone.
Allan
Thread:
Allan Clarke
Allan Clarke
Allan Clarke
|