[ome-devel] shoola login woes
kristian kvilekval
kris at cs.ucsb.edu
Tue Feb 8 19:55:39 GMT 2005
On Tue, 2005-02-08 at 19:31 +0000, Chris Allan wrote:
[snipped]
>
> This is definitely a server side issue. I'm going to assume, you're
> using Apache 2.x and mod_perl 2.x (1.99.x), correct? And that you've got
> libwww-perl properly installed?
debain unstable
apache 1.3.33-3
libapache-mod-perl 1.29.0.2-17
libwww-perl 5.803-3
As per instructions on http://www.openmicroscopy.org/install/debian.html
> Can you give me the output of the following:
>
> perl -MHTTP::Request -e 'my $a = new HTTP::Request;'
Seems to work
$ perl -MHTTP::Request -e 'my $a = new HTTP::Request;'
$
>
> It may be, that for some odd reason, we need an HTTP::Request include in
> OME::Remote::Apache::Transport for newer versions of SOAP::Lite. If
> you're familiar with Perl, you could also give this a try. If not, once
> I have the information above, I'll give you a patch to test.
I added the following line to src/perl2/OME/Remote/Apache/
use HTTP::Request;
Which then produces the following error:
[Tue Feb 8 11:43:45 2005] [error] Can't locate object method "new" via
package "HTTP::Response" at /usr/share/perl5/SOAP/Transport/HTTP.pm line
264.\n
I added to src/perl2/OME/Remote/Apache/ for the heck of it....
use HTTP::Response;
Which got me here:
[Tue Feb 8 11:51:26 2005] [error] Can't use an undefined value as a HASH reference at /usr/share/perl5/SOAP/Transport/HTTP.pm line 268.\n
Thanks for pointers, still no joy :(
Kris
More information about the ome-devel
mailing list