Return-Path: X-Original-To: apmail-perl-embperl-archive@www.apache.org Delivered-To: apmail-perl-embperl-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D403110DFC for ; Thu, 9 Jan 2014 18:16:16 +0000 (UTC) Received: (qmail 5555 invoked by uid 500); 9 Jan 2014 18:16:16 -0000 Delivered-To: apmail-perl-embperl-archive@perl.apache.org Received: (qmail 5393 invoked by uid 500); 9 Jan 2014 18:16:09 -0000 Mailing-List: contact embperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list embperl@perl.apache.org Received: (qmail 5376 invoked by uid 99); 9 Jan 2014 18:16:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jan 2014 18:16:07 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [83.236.173.99] (HELO isl.de) (83.236.173.99) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jan 2014 18:16:03 +0000 Received: from [10.128.101.3] (unknown [10.128.101.3]) by isl.de (Postfix) with ESMTP id BAC871045F; Thu, 9 Jan 2014 19:15:39 +0100 (CET) Message-ID: <52CEE74B.20806@isl.de> Date: Thu, 09 Jan 2014 19:15:39 +0100 From: Andreas Rieke User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Gerald Richter - ECOS , "embperl@perl.apache.org" CC: kt@isl.de Subject: Re: Problem with "last" label References: <52C04C84.6090200@isl.de> In-Reply-To: Content-Type: multipart/alternative; boundary="------------050303070400090700000706" X-Virus-Checked: Checked by ClamAV on apache.org --------------050303070400090700000706 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Hi Gerald, sorry, but we did not manage to configure what you have asked for in the httpd.conf (Apache 2.2). EMBPERL_DEBUG 0x7fffffff Invalid command 'EMBPERL_DEBUG', perhaps misspelled or defined by a module not included in the server configuration SetEnv EMBPERL_DEBUG 0x7fffffff PerlSetEnv EMBPERL_DEBUG 0x7fffffff No change, even after restart of apache. There is also no log file in /tmp. After searching for the keywords with Google, we also tested the following commands directly in the epl file: $application -> config -> debug (0x7fffffff); or $component -> config -> debug (0x7fffffff); However, in both cases we received "Error in Perl code: Can't call method "config" on an undefined value" What are we doing wrong? Thanks in advance and best regards, Andreas Am 08.01.2014 15:07, schrieb Gerald Richter - ECOS: > > Hi Andreas, > > sorry for the late reply. > > Can you set EMBPERL_DEBUG in the httpd.conf to 0x7fffffff (and maybe > EMBPERL_LOG) and send me the embperl.log (by default /tmp/embperl.log) > for that example file? > > Thanks & Regards > > Gerald > > *Von:*Andreas Rieke [mailto:andreas.rieke@isl.de] > *Gesendet:* Mittwoch, 1. Januar 2014 11:38 > *An:* Gerald Richter; embperl@perl.apache.org > *Betreff:* Re: Problem with "last" label > > Good morning Gerald, > > we use perl 5.16.3 on our production machines and try 5.18.1 in the > development area - we expect that the development of perl 5.16 will > stop sometime this year, and for that reason, we are already trying > the new version. > > I hope that the file which I have attached to this email will help - > it is the shortest from the 5 candidates and hopefully the most simple > one. I did not change anything within this file - according to the > apache log file the error happens in line 80. This is the complete > error log: > error.13-12.log:[Tue Dec 29 15:48:02 2013] [error] [16539]ERR: 24: > Error in Perl code: Label not found for "last l9" at > /opt/apache/htdocs/management/admin/user2accessgroup.epl line 80. > > Please let me know if I can do anything to assist finding the error; I > work with apache, perl, mod_perl and embperl for certainly 8 years > not, but I am not an embperl insider, > > Best regards, > > Andreas > > > > > Am 31.12.2013 17:01, schrieb Gerald Richter - ECOS: > > Hi Andreas, > > this looks like an Embperl problem, but I didn’t seen it before (I > am still using Perl 5.16 not Perl 5.18). > > Do you have a short test file that you can send me, so I can > reproduce the error here? > > Gerald > > *Von:*Andreas Rieke [mailto:andreas.rieke@isl.de] > *Gesendet:* Sonntag, 29. Dezember 2013 17:24 > *An:* embperl@perl.apache.org > *Betreff:* Problem with "last" label > > Hi, > > we have a strange problem with labels which only occurs when > compiling embperl with perl 5.18.1; with perl 5.16.3, everything > works well. Unfortunately, the problem seems to happen with a > certain probability; sometimes, things work well, but sometime > else, we get the following message in the apache logs and an > internal server error in the browser: > > Error in Perl code: Label not found for "last l9" at > /opt/apache/htdocs/management/admin/user2accessgroup.epl line 80. > > We are working with CentOS 5.10 on 32 and 64 bit machines. We use > apache 2.2.25 with mod_perl 2.0.8 and embperl 2.5.0_4. The error > happens only with 5 of the (certainly) 100 epl files we are > working with; I just checked the shortest file by hand, there are > no syntax errors in it. > When looking for the file and the line from the logs, there is > nothing strange at that position; the 5 files do not even contain > a "last" statement. > > Is this an embperl issue? If not, is it a mod_perl problem? > Did anybody else see a similar problem? > What can I do to get more information about it or to solve the > problem? > > Best regards, > > Andreas Rieke > > -- > Dr. Ing. Andreas Rieke > - Geschäftsführender Gesellschafter - > > > > signatur_oben > ISL Internet Sicherheitslösungen GmbH > Bergstrasse 128 > D-58095 Hagen > > Tel.: +49 (0) 2331/34956-0 > Fax.: +49 (0) 2331/34956-29 > E-Mail: andreas.rieke@isl.de > Website: www.isl.de > Website: www.arp-guard.com > signatur_unten > > > Geschäftsführer: Dr.-Ing. Andreas Rieke | Sitz: Hagen > HRB 3816 | Amtsgericht Hagen | UStID-Nr. DE 201547313 > > -- > Dr. Ing. Andreas Rieke > - Geschäftsführender Gesellschafter - > > > signatur_oben > ISL Internet Sicherheitslösungen GmbH > Bergstrasse 128 > D-58095 Hagen > > Tel.: +49 (0) 2331/34956-0 > Fax.: +49 (0) 2331/34956-29 > E-Mail: andreas.rieke@isl.de > Website: www.isl.de > Website: www.arp-guard.com > signatur_unten > > > Geschäftsführer: Dr.-Ing. Andreas Rieke | Sitz: Hagen > HRB 3816 | Amtsgericht Hagen | UStID-Nr. DE 201547313 > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail:embperl-unsubscribe@perl.apache.org > > For additional commands, e-mail:embperl-help@perl.apache.org -- Dr. Ing. Andreas Rieke - Geschäftsführender Gesellschafter - signatur_oben ISL Internet Sicherheitslösungen GmbH Bergstrasse 128 D-58095 Hagen Tel.: +49 (0) 2331/34956-0 Fax.: +49 (0) 2331/34956-29 E-Mail: andreas.rieke@isl.de Website: www.isl.de Website: www.arp-guard.com signatur_unten Geschäftsführer: Dr.-Ing. Andreas Rieke | Sitz: Hagen HRB 3816 | Amtsgericht Hagen | UStID-Nr. DE 201547313 --------------050303070400090700000706 Content-Type: multipart/related; boundary="------------010404010902060806060009" --------------010404010902060806060009 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 8bit
Hi Gerald,

sorry, but we did not manage to configure what you have asked for in the httpd.conf (Apache 2.2).

EMBPERL_DEBUG 0x7fffffff
Invalid command 'EMBPERL_DEBUG', perhaps misspelled or defined by a module not included in the server configuration

SetEnv EMBPERL_DEBUG 0x7fffffff
PerlSetEnv EMBPERL_DEBUG 0x7fffffff
No change, even after restart of apache. There is also no log file in /tmp.

After searching for the keywords with Google, we also tested the following commands directly in the epl file:
$application -> config -> debug (0x7fffffff);
or
$component -> config -> debug (0x7fffffff);
However, in both cases we received "Error in Perl code: Can't call method "config" on an undefined value"

What are we doing wrong?

Thanks in advance and best regards,

Andreas




Am 08.01.2014 15:07, schrieb Gerald Richter - ECOS:

Hi Andreas,

 

sorry for the late reply.

 

Can you set EMBPERL_DEBUG in the httpd.conf to 0x7fffffff (and maybe EMBPERL_LOG) and send me the embperl.log (by default /tmp/embperl.log) for that example file?

 

Thanks & Regards

 

Gerald

 

 

Von: Andreas Rieke [mailto:andreas.rieke@isl.de]
Gesendet: Mittwoch, 1. Januar 2014 11:38
An: Gerald Richter; embperl@perl.apache.org
Betreff: Re: Problem with "last" label

 

Good morning Gerald,

we use perl 5.16.3 on our production machines and try 5.18.1 in the development area - we expect that the development of perl 5.16 will stop sometime this year, and for that reason, we are already trying the new version.

I hope that the file which I have attached to this email will help - it is the shortest from the 5 candidates and hopefully the most simple one. I did not change anything within this file - according to the apache log file the error happens in line 80. This is the complete error log:
error.13-12.log:[Tue Dec 29 15:48:02 2013] [error] [16539]ERR:  24:  Error in Perl code: Label not found for "last l9" at /opt/apache/htdocs/management/admin/user2accessgroup.epl line 80.

Please let me know if I can do anything to assist finding the error; I work with apache, perl, mod_perl and embperl for certainly 8 years not, but I am not an embperl insider,

Best regards,

Andreas




Am 31.12.2013 17:01, schrieb Gerald Richter - ECOS:

Hi Andreas,

 

this looks like an Embperl problem, but I didn’t seen it before (I am still using Perl 5.16 not Perl 5.18).

 

Do you have a short test file that you can send me, so I can reproduce the error here?

 

Gerald

 

 

Von: Andreas Rieke [mailto:andreas.rieke@isl.de]
Gesendet: Sonntag, 29. Dezember 2013 17:24
An: embperl@perl.apache.org
Betreff: Problem with "last" label

 

Hi,

we have a strange problem with labels which only occurs when compiling embperl with perl 5.18.1; with perl 5.16.3, everything works well. Unfortunately, the problem seems to happen with a certain probability; sometimes, things work well, but sometime else, we get the following message in the apache logs and an internal server error in the browser:

Error in Perl code: Label not found for "last l9" at /opt/apache/htdocs/management/admin/user2accessgroup.epl line 80.

We are working with CentOS 5.10 on 32 and 64 bit machines. We use apache 2.2.25 with mod_perl 2.0.8 and embperl 2.5.0_4. The error happens only with 5 of the (certainly) 100 epl files we are working with; I just checked the shortest file by hand, there are no syntax errors in it.
When looking for the file and the line from the logs, there is nothing strange at that position; the 5 files do not even contain a "last" statement.

Is this an embperl issue? If not, is it a mod_perl problem?
Did anybody else see a similar problem?
What can I do to get more information about it or to solve the problem?

Best regards,

Andreas Rieke

--
Dr. Ing. Andreas Rieke
- Geschäftsführender Gesellschafter -



signatur_oben
   ISL Internet Sicherheitslösungen GmbH
   Bergstrasse 128
   D-58095 Hagen

   Tel.: +49 (0) 2331/34956-0
   Fax.: +49 (0) 2331/34956-29
   E-Mail: andreas.rieke@isl.de
   Website: www.isl.de
   Website: www.arp-guard.com

signatur_unten


Geschäftsführer: Dr.-Ing. Andreas Rieke | Sitz: Hagen
HRB 3816 | Amtsgericht Hagen | UStID-Nr. DE 201547313

 

 

--
Dr. Ing. Andreas Rieke
- Geschäftsführender Gesellschafter -


signatur_oben
   ISL Internet Sicherheitslösungen GmbH
   Bergstrasse 128
   D-58095 Hagen

   Tel.: +49 (0) 2331/34956-0
   Fax.: +49 (0) 2331/34956-29
   E-Mail: andreas.rieke@isl.de
   Website: www.isl.de
   Website: www.arp-guard.com

signatur_unten


Geschäftsführer: Dr.-Ing. Andreas Rieke | Sitz: Hagen
HRB 3816 | Amtsgericht Hagen | UStID-Nr. DE 201547313

 



---------------------------------------------------------------------

To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org

For additional commands, e-mail: embperl-help@perl.apache.org


--
Dr. Ing. Andreas Rieke
- Geschäftsführender Gesellschafter -

signatur_oben
   ISL Internet Sicherheitslösungen GmbH
   Bergstrasse 128
   D-58095 Hagen

   Tel.: +49 (0) 2331/34956-0
   Fax.: +49 (0) 2331/34956-29
   E-Mail: andreas.rieke@isl.de
   Website: www.isl.de

   Website: www.arp-guard.com

signatur_unten


Geschäftsführer: Dr.-Ing. Andreas Rieke | Sitz: Hagen
HRB 3816 | Amtsgericht Hagen | UStID-Nr. DE 201547313

 

--------------010404010902060806060009 Content-Type: image/gif Content-Transfer-Encoding: base64 Content-ID: R0lGODlh/wAsANUAABA0WyhIdWZ8q6m2ylZunDtYhtfc6Bc6ZbnD2ODk6jBScnOGtV10pISV vPP092N6lHuOrcDK0yNEZ5Ghsubp8Etlldzh7O/y9UFdjJyqwV16lEhkhm6CsczT4kZhkZWl uoGUqLC8yVJsh2p/oLK908rS3XiLtXyOuZKixHKHn42dvx9BbX+Sq0JffZakyKGvvlBqmdDX 38LK36iz0VFwi4mjtZStvqvBz36Ruj1bfpinxy5NezZUf7bL1////wMpUCH/C1hNUCBEYXRh WE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQi Pz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUg WE1QIENvcmUgNS4wLWMwNjEgNjQuMTQwOTQ5LCAyMDEwLzEyLzA3LTEwOjU3OjAxICAgICAg ICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjIt cmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4 bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8v bnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2Jl LmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9i ZSBQaG90b3Nob3AgQ1M1LjEgTWFjaW50b3NoIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlk OjdGMkQxMjdDREE0ODExRTE4MkQ3RTQ4Q0NCQkZFMUQyIiB4bXBNTTpEb2N1bWVudElEPSJ4 bXAuZGlkOjdGMkQxMjdEREE0ODExRTE4MkQ3RTQ4Q0NCQkZFMUQyIj4gPHhtcE1NOkRlcml2 ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MkU3OEUxNjFEQTQ4MTFFMTgyRDdF NDhDQ0JCRkUxRDIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MkU3OEUxNjJEQTQ4MTFF MTgyRDdFNDhDQ0JCRkUxRDIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94 OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno 5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOy sbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18 e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdG RURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQ Dw4NDAsKCQgHBgUEAwIBAAAh+QQAAAAAACwAAAAA/wAsAAAG/0CfcEgsGo/IpHLJbDqf0Kh0 Sq1ahb+sdsvter/gsHhMLpvP6LR6zW673/C4fE6v2+/4vH7P7/v/gIGCg4SFhoeIiYqLjI2O j5CRkpOUlZaXmJmam5ydnp+goaKjpKV4IACmqqtjEgkSrLGys7S1P7C2uaISPgq6v58twMPE xcZ9EhG4x8xuDyDLWyIRESEpKwAH2isrA9QZDwUFGB4eDAgCBOrr6hAhMT4RCAzsIxkQBDAw FR8j4jw7AgZgEWGDtgMAUv2YQM2aQi0tqEV4kSJaM0YAhKTwAsJHiAg+YmxbEWCHDwodKPhQ AYMAAwYCOCyYSXPmDB8XZCCQcaHmAv8XPhAs4CBAgI8B+zxg+KcyBDdtCX9ESAACXgQuHSeC vCDioqMHPhIk4OgjywcfIg5wK+kjQ4EKFCy0fMkBwQmfP31YuIt3JlChRI0iraBUXAofDhw8 RZiKWpYQZbd01KLgwoWHXhPFiNHRF9bIZ1uoJWnSLYYYFOYyMEGhAd4OPlz39Rt0aNGjSZcW IOEAgo9rUBtf/fEispbJWg53zZyIV0UfL7p0BHF2wEi2bn0jUB2zrwUKNU+44Esb8O3BhT1A 5+EAwYrgUqkWn/B5SwsfIJgnmuAjVYwL0gkRwwjZjMbWEBbk4xJMOHhnQU1AuQBhbYHhRthS DfhAQACQ8QD/H0ghPRCgffjph4hYIIAA0nLHeeTDBgWuZVIHKjzgQQWqmbASXhb4QF6EE5rH gYWF9fjBBwj4wMKHEfznmWTG/QAWiyYOcl8MEnn02QEJXJDDdaWNcyN3KPR1Uwc0AUnTCT7I YBsKK+VGgA8GlGCnAwkwKcEFCWD2A3I/ANCln1UCUtxDkGE2GQ8XxCCBgWGSg+OC3XmHEwII GOCDhDVR4MAMKOiQgAMM5JaBDxXsEEAAxYkWlWMixPPZAyJMcAFahRZyQXRaxLpRi1mMcBSk bYk56UsmWCAbXiT0qFcHy86kgrN0npDPhRQYANCqGwz76nAd0deiEAm8YJEXEqQi+4EwPzy5 xgEKxCvvvPTWa++9+Oar7778uosIAKiIAkILKaTQgjDDraFBDww37PDDEEcs8cQUV2zxxQzn WkZ+HLUQwkMJoyGBDRiXbPLJKGOMUcCYTACCAl21oNDACnDWmBoLp6zzzjxfzEgy504SwkIP tCDun+ymEF3IZIzc89NQQ60xGfTl9wLHSKcCwNBMi5Fz1GCHbXIjQU/isogTLPOAAs8EHEKK ZWtxQA1i1203xT/7wK4mCmDdBg033C344Bn/3AmhacxN+OJ3T+0H4IxHLrbjeyRzxeWYZ44E 5XmkcKvmoIduBed2bC366ahDQTodInye+uuwGxEEADs= --------------010404010902060806060009 Content-Type: image/gif Content-Transfer-Encoding: base64 Content-ID: R0lGODlh/wArANUAAIGUp9rl68DK00JffIGUqBM2WzJRcSNEZpGhsrC8yGJ5knGHnaGvvdDX 3lJsh+Dk6e/y9A4zWDtceqvBz8DJ04mjtWiEnH2RpWJ6kiVHaRk9YaC3xnKHnZStvn6YrXOO pDBScrbL1////wMpUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAA AAD/ACsAAAb/QJFwSCwaj8ikcslsOp/QqHRKrVqv2Kx2y+16v+CweEwum8/otDUBaLvf8Lh8 Tq/b7/i8fq/ufyEYI4KDhIWGh4iJiouMjY6PkCN+k1oUB5GYmZqbnJuUn1QQHJ2kpaanj6Cq Tw0GqK+wsZ0BtLW2t7i5uru8vb6/wLgXssTFxokhycrLzM3Oz9DR0tPU1csdGcfa28TW3t/g 4eLKFhHc5+il4+vs7d4bIOny85ju9vf3H+b0/P3I+AADWpsgwZ/Bg4MEKlzYzMM+hBD5MZwo kGDEixIpanRXQQPGjyBDihxJsqTJkyhTqlzJsqXLlzBlHVAwosACAgNGEDC0s5gC/wI0Dbgi JCDnoqKICjhAhNSB0gLHHBAgcImpUUE9dcbENEDAiAQLBrgSYYisoQab0A5awGBATqGFkB69 WkjpCLVEczp1WqyAgLBiE8kVZFbS1khdR0CASrjsCAUKEjAogECEAAMHGCRwhcABAsiSoQ4I XfmyoARLBUEe4SBBAr8LBPRUIHuEAbYG/tZ+XNsAgtIGHAhgMAIpbQaXhBP3Wtw2280jMidY TXvnbc1DRzCgSQgBgcvfXenuWbjw4UaJFTRY0LgQ2e8j2Bq+e6AA2r86vbI9IKCAgQTzCWJA AwhANVVrNRW303QKIBBfWA9AVRuDDi4QlldmLSbhAAga8P+AYgVAZRZZAyzm4QgPiAdUhWGZ +KEgEAhyQGAiiCWCUB8K4CAD7FkmgADmnbdIYjUhAGCQhk01QmJkGQDBjxB0lZOSXS3wwI9k IalAjFMlcBVSXTYggJhEgklAAmKSiSFWAixVlJeCgNfmfCQydyNzYY5ZlJ2DxLgkA2vSWVxO owWIpJCIEAljgIO8txOTNeE1qE6Ptulgo4eAR8Bng5jZ2SBlTrlpaksGWlOKRXGK4iUFpDhi qYS1Koh3nwpCZGE82hroq3N6Ziii6HmVwJk9TsVdkpXehcABZyppJqw6AqVsVbQCONUBBDpo JrZTucXctg10mxiBmREQYVHcgqWsnbmUSfbhrSMYiUC43OIEryB+MUAAoIIaNpy5l5QHLCP+ 1TRAVW4FZmt0rLpSwABQzQiVARE3LKBRDzO25FAHIOwKxQzb6vBQIHcsck0OQyyxbYwdLCPE thZc8JIyHqBqYDPTZfBQRvVs25Itgzrw0P5MZaTGRCc9sFtKN+3001BHLfXUVFdt9dVYZ631 1lx37fXXYIct9tjbrGL22WinrfbabLft9ttwx11GEAA7 --------------010404010902060806060009 Content-Type: image/gif; name="sig_oben.gif" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="sig_oben.gif" R0lGODlh/wAsANUAABA0WyhIdWZ8q6m2ylZunDtYhtfc6Bc6ZbnD2ODk6jBScnOGtV10pISV vPP092N6lHuOrcDK0yNEZ5Ghsubp8Etlldzh7O/y9UFdjJyqwV16lEhkhm6CsczT4kZhkZWl uoGUqLC8yVJsh2p/oLK908rS3XiLtXyOuZKixHKHn42dvx9BbX+Sq0JffZakyKGvvlBqmdDX 38LK36iz0VFwi4mjtZStvqvBz36Ruj1bfpinxy5NezZUf7bL1////wMpUCH/C1hNUCBEYXRh WE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQi Pz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUg WE1QIENvcmUgNS4wLWMwNjEgNjQuMTQwOTQ5LCAyMDEwLzEyLzA3LTEwOjU3OjAxICAgICAg ICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjIt cmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4 bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8v bnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2Jl LmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9i ZSBQaG90b3Nob3AgQ1M1LjEgTWFjaW50b3NoIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlk OjdGMkQxMjdDREE0ODExRTE4MkQ3RTQ4Q0NCQkZFMUQyIiB4bXBNTTpEb2N1bWVudElEPSJ4 bXAuZGlkOjdGMkQxMjdEREE0ODExRTE4MkQ3RTQ4Q0NCQkZFMUQyIj4gPHhtcE1NOkRlcml2 ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MkU3OEUxNjFEQTQ4MTFFMTgyRDdF NDhDQ0JCRkUxRDIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MkU3OEUxNjJEQTQ4MTFF MTgyRDdFNDhDQ0JCRkUxRDIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94 OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno 5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOy sbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18 e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdG RURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQ Dw4NDAsKCQgHBgUEAwIBAAAh+QQAAAAAACwAAAAA/wAsAAAG/0CfcEgsGo/IpHLJbDqf0Kh0 Sq1ahb+sdsvter/gsHhMLpvP6LR6zW673/C4fE6v2+/4vH7P7/v/gIGCg4SFhoeIiYqLjI2O j5CRkpOUlZaXmJmam5ydnp+goaKjpKV4IACmqqtjEgkSrLGys7S1P7C2uaISPgq6v58twMPE xcZ9EhG4x8xuDyDLWyIRESEpKwAH2isrA9QZDwUFGB4eDAgCBOrr6hAhMT4RCAzsIxkQBDAw FR8j4jw7AgZgEWGDtgMAUv2YQM2aQi0tqEV4kSJaM0YAhKTwAsJHiAg+YmxbEWCHDwodKPhQ AYMAAwYCOCyYSXPmDB8XZCCQcaHmAv8XPhAs4CBAgI8B+zxg+KcyBDdtCX9ESAACXgQuHSeC vCDioqMHPhIk4OgjywcfIg5wK+kjQ4EKFCy0fMkBwQmfP31YuIt3JlChRI0iraBUXAofDhw8 RZiKWpYQZbd01KLgwoWHXhPFiNHRF9bIZ1uoJWnSLYYYFOYyMEGhAd4OPlz39Rt0aNGjSZcW IOEAgo9rUBtf/fEispbJWg53zZyIV0UfL7p0BHF2wEi2bn0jUB2zrwUKNU+44Esb8O3BhT1A 5+EAwYrgUqkWn/B5SwsfIJgnmuAjVYwL0gkRwwjZjMbWEBbk4xJMOHhnQU1AuQBhbYHhRthS DfhAQACQ8QD/H0ghPRCgffjph4hYIIAA0nLHeeTDBgWuZVIHKjzgQQWqmbASXhb4QF6EE5rH gYWF9fjBBwj4wMKHEfznmWTG/QAWiyYOcl8MEnn02QEJXJDDdaWNcyN3KPR1Uwc0AUnTCT7I YBsKK+VGgA8GlGCnAwkwKcEFCWD2A3I/ANCln1UCUtxDkGE2GQ8XxCCBgWGSg+OC3XmHEwII GOCDhDVR4MAMKOiQgAMM5JaBDxXsEEAAxYkWlWMixPPZAyJMcAFahRZyQXRaxLpRi1mMcBSk bYk56UsmWCAbXiT0qFcHy86kgrN0npDPhRQYANCqGwz76nAd0deiEAm8YJEXEqQi+4EwPzy5 xgEKxCvvvPTWa++9+Oar7778uosIAKiIAkILKaTQgjDDraFBDww37PDDEEcs8cQUV2zxxQzn WkZ+HLUQwkMJoyGBDRiXbPLJKGOMUcCYTACCAl21oNDACnDWmBoLp6zzzjxfzEgy504SwkIP tCDun+ymEF3IZIzc89NQQ60xGfTl9wLHSKcCwNBMi5Fz1GCHbXIjQU/isogTLPOAAs8EHEKK ZWtxQA1i1203xT/7wK4mCmDdBg033C344Bn/3AmhacxN+OJ3T+0H4IxHLrbjeyRzxeWYZ44E 5XmkcKvmoIduBed2bC366ahDQTodInye+uuwGxEEADs= --------------010404010902060806060009 Content-Type: image/gif; name="sig_unten.gif" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="sig_unten.gif" R0lGODlh/wArANUAAIGUp9rl68DK00JffIGUqBM2WzJRcSNEZpGhsrC8yGJ5knGHnaGvvdDX 3lJsh+Dk6e/y9A4zWDtceqvBz8DJ04mjtWiEnH2RpWJ6kiVHaRk9YaC3xnKHnZStvn6YrXOO pDBScrbL1////wMpUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAA AAD/ACsAAAb/QJFwSCwaj8ikcslsOp/QqHRKrVqv2Kx2y+16v+CweEwum8/otDUBaLvf8Lh8 Tq/b7/i8fq/ufyEYI4KDhIWGh4iJiouMjY6PkCN+k1oUB5GYmZqbnJuUn1QQHJ2kpaanj6Cq Tw0GqK+wsZ0BtLW2t7i5uru8vb6/wLgXssTFxokhycrLzM3Oz9DR0tPU1csdGcfa28TW3t/g 4eLKFhHc5+il4+vs7d4bIOny85ju9vf3H+b0/P3I+AADWpsgwZ/Bg4MEKlzYzMM+hBD5MZwo kGDEixIpanRXQQPGjyBDihxJsqTJkyhTqlzJsqXLlzBlHVAwosACAgNGEDC0s5gC/wI0Dbgi JCDnoqKICjhAhNSB0gLHHBAgcImpUUE9dcbENEDAiAQLBrgSYYisoQab0A5awGBATqGFkB69 WkjpCLVEczp1WqyAgLBiE8kVZFbS1khdR0CASrjsCAUKEjAogECEAAMHGCRwhcABAsiSoQ4I XfmyoARLBUEe4SBBAr8LBPRUIHuEAbYG/tZ+XNsAgtIGHAhgMAIpbQaXhBP3Wtw2280jMidY TXvnbc1DRzCgSQgBgcvfXenuWbjw4UaJFTRY0LgQ2e8j2Bq+e6AA2r86vbI9IKCAgQTzCWJA AwhANVVrNRW303QKIBBfWA9AVRuDDi4QlldmLSbhAAga8P+AYgVAZRZZAyzm4QgPiAdUhWGZ +KEgEAhyQGAiiCWCUB8K4CAD7FkmgADmnbdIYjUhAGCQhk01QmJkGQDBjxB0lZOSXS3wwI9k IalAjFMlcBVSXTYggJhEgklAAmKSiSFWAixVlJeCgNfmfCQydyNzYY5ZlJ2DxLgkA2vSWVxO owWIpJCIEAljgIO8txOTNeE1qE6Ptulgo4eAR8Bng5jZ2SBlTrlpaksGWlOKRXGK4iUFpDhi qYS1Koh3nwpCZGE82hroq3N6Ziii6HmVwJk9TsVdkpXehcABZyppJqw6AqVsVbQCONUBBDpo JrZTucXctg10mxiBmREQYVHcgqWsnbmUSfbhrSMYiUC43OIEryB+MUAAoIIaNpy5l5QHLCP+ 1TRAVW4FZmt0rLpSwABQzQiVARE3LKBRDzO25FAHIOwKxQzb6vBQIHcsck0OQyyxbYwdLCPE thZc8JIyHqBqYDPTZfBQRvVs25Itgzrw0P5MZaTGRCc9sFtKN+3001BHLfXUVFdt9dVYZ631 1lx37fXXYIct9tjbrGL22WinrfbabLft9ttwx11GEAA7 --------------010404010902060806060009-- --------------050303070400090700000706--