[Interchange-bugs] [Bug 145] Changed - Incapable of using modules that extend perl functionality

bugzilla-daemon@localhost.akopia.com bugzilla-daemon@localhost.akopia.com
Wed, 14 Mar 2001 20:29:20 -0500


http://developer.akopia.com/bugs/show_bug.cgi?id=145

*** shadow/145	Tue Mar 13 08:51:31 2001
--- shadow/145.tmp.22895	Wed Mar 14 20:29:20 2001
***************
*** 3,10 ****
  Version: 4.6.1
  Platform: PC
  OS/Version: Linux
! Status: RESOLVED   
! Resolution: WORKSFORME
  Severity: major
  Priority: P1
  Component: Core
--- 3,10 ----
  Version: 4.6.1
  Platform: PC
  OS/Version: Linux
! Status: REOPENED   
! Resolution: 
  Severity: major
  Priority: P1
  Component: Core
***************
*** 92,94 ****
--- 92,125 ----
  on Safe.pm and embedded Perl/UserTag.
  
  This tag needs to go in interchange.cfg.
+ 
+ ------- Additional Comments From timmers_cassidy@yahoo.com  2001-03-14 20:29 -------
+ I tried removing the user tag from catalog.cfg and adding it to interchange.cfg 
+ with the same result.  The only error reported is:
+ - - - [14/March/2001:20:10:14 -0500] - - hammered PID 15471 running 302 seconds
+ - - - [14/March/2001:20:13:50 -0500] - - hammered PID 15486 running 300 seconds
+ 
+ I forgot to also mention that occassionally I would get this message (to the 
+ standard output - i.e. command line) while the server would attempt to load the 
+ aboutus.html page:
+ Continuing in UNIX MODE ONLY 
+ 
+ This message is still being displayed (sometimes during the restart of the 
+ interchange server).
+ 
+ Aside from that, no useful debug information is being produced.  Here is the 
+ code I am using in the user tag:
+ 
+ UserTag java_code Routine   <<EOF
+ sub {
+     use Jvm;
+     new Jvm();
+     my $vec = new Jvm("java.util.Vector", "()V");
+ 
+     return "testy testy";
+ 
+ }
+ EOF
+ 
+ Thanks,
+ Tim Cassidy