imap2soap fatal error

View: New views
4 Messages — Rating Filter:   Alert me  

imap2soap fatal error

by Marc Miller-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Can anyone tell me what's failing here?  I'm not sure where to look in fixing
this.

My cron job is reporting this error back to me:
Subroutine LWP::UserAgent::redirect_ok redefined at
/home/ojwowod/perl/usr/lib/perl5/site_perl/5.8.8/SOAP/Transport/HTTP.pm line
41.
Subroutine LWP::Protocol::collect redefined at
/home/ojwowod/perl/usr/lib/perl5/site_perl/5.8.8/SOAP/Transport/HTTP.pm line
59.
imap2soap: Fatal: During the SOAP initialization

All required Pearl Modules installed on shared hosting
Drupal 5.7
CiviCRM 2.0
PHP 5.2.4
____________________________________________________________
You received this message as a subscriber on the list:
     civicrm-mail@...
To be removed from the list, send any message to:
     civicrm-mail-unsubscribe@...

For all list information and functions, see:
     http://lists.civicrm.org/lists/info/civicrm-mail

Re: imap2soap fatal error

by Piotr Szotkowski-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

marc524@...:

> Can anyone tell me what's failing here?
> I'm not sure where to look in fixing this.

> My cron job is reporting this error back to me:
> Subroutine LWP::UserAgent::redirect_ok redefined at /home/ojwowod/perl/usr/lib/perl5/site_perl/5.8.8/SOAP/Transport/HTTP.pm line 41.
> Subroutine LWP::Protocol::collect redefined at /home/ojwowod/perl/usr/lib/perl5/site_perl/5.8.8/SOAP/Transport/HTTP.pm line 59.

I’m not a Perl coder, but to my eyes it looks like the
SOAP::Transport::HTTP module tries to redefine two subroutines
from other packages – i.e., it’s not as much an imap2soap error
as a Perl package install misconfiguration. :|

Can you check the versions of the mentioned packages
(LWP::UserAgent, LWP::Protocol and SOAP::Transport::HTTP)?

-- Piotr Szotkowski
--
SCO is the thief who puts a gun to his own head and says,
'give me your money or I'll shoot.'   -- Bruce Perens, /.


____________________________________________________________
You received this message as a subscriber on the list:
     civicrm-mail@...
To be removed from the list, send any message to:
     civicrm-mail-unsubscribe@...

For all list information and functions, see:
     http://lists.civicrm.org/lists/info/civicrm-mail

attachment0 (198 bytes) Download Attachment

Parent Message unknown Fwd: imap2soap fatal error

by Marc Miller-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks for the response.
SOAP::Lite 0.71 is installed which includes the package SOAP::Transport::HTTP.pm that contains those subroutines. 
http://search.cpan.org/~mkutter/SOAP-Lite-0.71.04/lib/OldDocs/SOAP/Lite.pm#OVERVIEW_OF_CLASSES_AND_PACKAGES

Not knowing what these subroutines should or should not be doing makes troubleshooting this a lot more difficult for me.

Thanks.
-Marc

On Sun, Apr 27, 2008 at 2:13 PM, Piotr Szotkowski <shot@...> wrote:
marc524@...:

> Can anyone tell me what's failing here?
> I'm not sure where to look in fixing this.

> My cron job is reporting this error back to me:
> Subroutine LWP::UserAgent::redirect_ok redefined at /home/ojwowod/perl/usr/lib/perl5/site_perl/5.8.8/SOAP/Transport/HTTP.pm line 41.
> Subroutine LWP::Protocol::collect redefined at /home/ojwowod/perl/usr/lib/perl5/site_perl/5.8.8/SOAP/Transport/HTTP.pm line 59.

I'm not a Perl coder, but to my eyes it looks like the
SOAP::Transport::HTTP module tries to redefine two subroutines
from other packages – i.e., it's not as much an imap2soap error
as a Perl package install misconfiguration. :|

Can you check the versions of the mentioned packages
(LWP::UserAgent, LWP::Protocol and SOAP::Transport::HTTP)?

-- Piotr Szotkowski
--
SCO is the thief who puts a gun to his own head and says,
'give me your money or I'll shoot.'   -- Bruce Perens, /.

____________________________________________________________
You received this message as a subscriber on the list:
    civicrm-mail@...
To be removed from the list, send any message to:
    civicrm-mail-unsubscribe@...

For all list information and functions, see:
    http://lists.civicrm.org/lists/info/civicrm-mail




____________________________________________________________
You received this message as a subscriber on the list:
     civicrm-mail@...
To be removed from the list, send any message to:
     civicrm-mail-unsubscribe@...

For all list information and functions, see:
     http://lists.civicrm.org/lists/info/civicrm-mail

Re: Fwd: imap2soap fatal error

by Piotr Szotkowski-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Marc Miller:

> Thanks for the response.
> SOAP::Lite 0.71 is installed which includes the package
> SOAP::Transport::HTTP.pm that contains those subroutines.

> Not knowing what these subroutines should or should not be
> doing makes troubleshooting this a lot more difficult for me.

I’m sorry but I can’t help you further – I never used
imap2soap, nor ran in such problems with Perl modules before.

Just by guessing, I’d assume SOAP::Transport::HTTP in the version you
use is not compatible with LWP::UserAgent and LWP::Protocol (in the
versions you use). Maybe some googling can help here. :|

-- Piotr Szotkowski
--
First time I've gotten a programming job that required a drug test.
I was worried they were going to say 'you don't have enough LSD in
your system to do Unix programming.'           -- Paul Tomblin, asr


____________________________________________________________
You received this message as a subscriber on the list:
     civicrm-mail@...
To be removed from the list, send any message to:
     civicrm-mail-unsubscribe@...

For all list information and functions, see:
     http://lists.civicrm.org/lists/info/civicrm-mail

attachment0 (198 bytes) Download Attachment