Re: Embperl BETA 2.4.0 is available

2010-03-21 Thread Aare Vesi
Hello! On 20.03.2010 16:38, Gerald Richter - ECOS wrote: > could you please try if the following patch solves the problem? > > --- test.pl (revision 925098) > +++ test.pl (working copy) > @@ -1756,6 +1756,7 @@ > !($_ =~ /SES\:/) && > !($_ =~ /gcache started/) && >

Re: Embperl BETA 2.4.0 is available

2010-03-19 Thread Aare Vesi
Hello! On 19.03.2010 7:44, Gerald Richter - ECOS wrote: > after a very long time of I am very happy to announce the next beta release > of Embperl. > It is available for download and testing at > http://www.embperl.org/downloads/Embperl-2.4.0_2.tar.gz > It would be great if you can test it out, e

$udat session anomaly

2007-09-07 Thread Aare Vesi
Hello, I have the following problem with adding information into $udat sessions. Used to work alright but now in some parts it works and in some parts it does not. For example adding information as hash: $udat{sessioninfo} -> {subinfo} = 'test'; and in another test page representing it as [+

Re: embperl::object and html::embperlobject

2006-07-16 Thread Aare Vesi
nks, Abhishek jain Cheers, Aare Vesi - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: possible mp2 related bug under embperl 2.1.0

2006-02-01 Thread Aare Vesi
Gerald Richter wrote: Hi, Problem seems to be with $req_rec->header_in('Cookie') as header_in(), header_out() and err_header_out() are not available in mod_perl 2.0. http://apache.perl.org/docs/2.0/user/porting/compat.html#C__r_ E_gt_header_in_ or is there some bug in my coding? Could y

possible mp2 related bug under embperl 2.1.0

2006-01-31 Thread Aare Vesi
Hi, While using Embperl 2.1.0 under mod_perl 2.0.1 following error occurs: code: used under ModPerl::Registry. ### use Apache2::RequestRec; use Apache2::RequestUtil; use Embperl; $r = Apache2::RequestUtil->request; $session = Embperl::Req::SetupSession ($r); $test = $session -> {test};

showing longer error messages

2005-05-27 Thread Aare Vesi
Hi, when some bug occures in embperl page Internal Server Error 500 with error message is displayed and also logged to apache error_log. But this error message is limited to a number of lines. Is there a way to show more lines? (all of the long-long error message). ---

Re: Embperl 2 for Apache 2 on SUSE Linux 9.3

2005-05-24 Thread Aare Vesi
Kaare Rasmussen wrote: # make test If I ignore the test and just make install, it sort of works. Strange thing is that EMBPERL_APPNAME freemoney EMBPERL_OBJECT_BASE base.tepl EMBPERL_URIMATCH "\.htm.?|\.epl$" EMBPERL_SESSION_HANDLER_CLASS "no" EMBPERL_FILESMATCH "\.htm.?|\.epl$"

Re: mod_perl2 rc6 troubles patch

2005-05-08 Thread Aare Vesi
Gerald Richter wrote: The current CVS version should work with old and new (>=rc5) mod_perl versions, at least it does for me. Could you please retest with the unaltered CVS version (from yesterday). Does it pass make test for you? #210 EmbperlObject/errdoc/epoerrdoc.htm...ok #211 EmbperlObject/e

mod_perl2 rc6 troubles patch

2005-05-07 Thread Aare Vesi
Hi, While using latest mod_perl2 RC6 with latest Embperl from CVS it won't work because that modules renaming issue [http://perl.apache.org/docs/2.0/rename.html]. So I did some renaming stuff with http://people.apache.org/~geoff/fixme. And produced a little patch. Maybe someone finds that patch

Re: Embperl configuration on SUSE 9.1

2004-09-21 Thread Aare Vesi
On Mon, 2004-09-20 at 22:09, Kaare Rasmussen wrote: Hi, > Syntax error on line 11 of /usr/local/apache/conf/freemoney.conf: > Invalid command 'EMBPERL_APPNAME', perhaps mis-spelled or defined by a module > not included in the server configuration > > freemoney.conf looks like this: > > PerlMod

Apache::Server and mod_perl 1.99_15

2004-08-21 Thread Aare Vesi
Hi, While using mod_perl 1.99_15 and latest Embperl from CVS I stumbled upon following bug: mod_perl 1.99_15 does not include Apache::Server module anymore. It has been replaced with Apache::ServerRec. from mod_perl changes doc there is 'In order to be consistent with Apache::RequestRec, Apache:

xsbuilder error

2004-07-04 Thread Aare Vesi
Hi, While building Embperl from CVS with latest ExtUtils-XSBuilder-0.25 from CPAN perl xs_generate.pl gives: Can't locate object method "new_podtemplate" via package "Embperl::WrapXS" at /usr/lib/perl5/site_perl/5.8.3/ExtUtils/XSBuilder/WrapXS.pm line 1586. with ExtUtils-XSBuilder-0.23 xs_gen

Re: session disapearing [solved]

2004-01-25 Thread Aare Vesi
> While using Embperl's $udat session everything works great > but after approx. 15 requests from Apache restart > session values start disapearing and reappearing. Solved my problem. I had 2 apache servers running same application (under different ports) with different EMBPERL_APPNAME. Now with

session disapearing

2004-01-25 Thread Aare Vesi
Hi, While using Embperl's $udat session everything works great but after approx. 15 requests from Apache restart session values start disapearing and reappearing. Last time I had same kind of trouble, when PerlOptions +Parent was enabled in apache server conf and perl modules gave random errors.

Re: Can't locate object method "init" via package"Embperl::__2

2004-01-06 Thread Aare Vesi
On Mon, 2004-01-05 at 11:01, Gerald Richter wrote: > The first thing I would try is to set dbgObjectSearch in EMBPERL_DEBUG, this > gives some information about what Embperl::Object is doing in the > embperl.log file. > > Also it would be interesting if the error only occurs after a certain page

RE: Can't locate object method "init" via package"Embperl::__2

2004-01-04 Thread Aare Vesi
Hi, I'm still getting this error at random times. In Embperl code at /usr/local/lib/perl/5.8.2/Embperl/Object.pm it shows that it's used in EMBPERL_OBJECT_APP initalization. How can I debug what is failing? I added use strict; to EMBPERL_OBJECT_APP (application.pl) and everything seems fine, but

random error Can't locate object method "init" via package "Embperl::__2

2003-12-27 Thread Aare Vesi
Hi, Please help... While using Embperl (latest from CVS + mod_perl latest and perl 5.8.2) under Embperl::Object Randomically I get following error: Error in Perl code: Can't locate object method "init" via package "Embperl::__2" at /usr/local/lib/perl/5.8.2/Embperl/Object.pm line 280 when I rest

Re: Embperl 2.0cvs or 1.3.6 with Apache 2.0 and Perl 5.8.0

2003-06-18 Thread Aare Vesi
On Wed, 2003-06-18 at 11:26, Alexander Hartmaier wrote: > Hi! > > I've only perl 5.8.0 installed which comes with RedHat 9. > I also recompiled everything and uninstalled mod_perl 1.99_07 which ships with > RedHat 9...nothing works. > Last week I tried recompiling RH9 perl from rawhide but insta