RE: Getting Security exception when using Java in Perl

2003-12-17 Thread Patrick LeBoutillier
agnus-internal/cgi" > > [17/Dec/2003:10:31:33] info (24092): list reports: sn->client= > ip="10.236.161.74" > > [17/Dec/2003:10:31:33] failure (24092): ExecuteApplogicRequest > reports: IsXXXRequest failed. STOP > > > > Regards, > FAIZAL

RE: Getting Security exception when using Java in Perl

2003-12-17 Thread Faizal, Abdul Razack (Cognizant)
Title: Getting Security exception when using Java in Perl Hi Ken – We added the  use CGI::Carp qw(fatalsToBrowser); statement in the first line of the code and accessed the cgi program and we got the following error message in the browser     Server Error This server has

RE: Getting Security exception when using Java in Perl

2003-12-17 Thread Faizal, Abdul Razack (Cognizant)
Title: Getting Security exception when using Java in Perl Ken – When we add SHARED_JVM => 1, in our code we got the html page but it did not bring any results from the database.   The error log has the following ---   [17/Dec/2003:10:31:33] info (24092): list reports:

RE: Getting Security exception when using Java in Perl

2003-12-16 Thread Williams, Ken
seeing the real error message. -Ken -Original Message- From: Faizal, Abdul Razack (Cognizant) [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 16, 2003 6:11 AM To: [EMAIL PROTECTED] Subject: Getting Security exception when using Java in Perl Importance: High Hi - We have writ

Getting Security exception when using Java in Perl

2003-12-16 Thread Faizal, Abdul Razack (Cognizant)
Title: Getting Security exception when using Java in Perl Hi – We have written a java code which connects to an Oracle database to query it to get the results. We implemented this code in Perl using Inline 0.44 version. When we invoke it with Perl in command prompt it is fine we got