[ome-users] Ubuntu install,
Glenn Pierce
pierce at gci.ac.uk
Tue Apr 11 16:18:51 BST 2006
Sorry there are errors
The same error mentioned before
OUTPUT: "500 EOF when chunk header expected"
I will try to debug it further.
Thanks
Glenn Pierce wrote:
> I have solved the problem.
>
> I have changed PerlInitHandler Apache::Reload
> to PerlInitHandler Apache2::Reload
>
> My virtualhost setup now looks like
>
> <VirtualHost 127.0.0.1>
> ServerName ome
> DocumentRoot /var/www/OME
> ServerAdmin webmaster at localhost
> <Directory />
> Options FollowSymLinks
> AllowOverride None
> </Directory>
>
> <Directory /var/www/OME>
> Options Indexes FollowSymLinks MultiViews
> AllowOverride None
> Order allow,deny
> allow from all
> </Directory>
>
> Alias /JavaScript/ /OME/JavaScript/
> Alias /images/ /OME/images/
> Alias /html/ /OME/html/
>
> <IfModule mod_perl.c>
>
> PerlSetEnv PATH /usr/bin/:/usr/local/bin/:/sw/bin/
> Alias /perl2/ /OME/perl2/
> <Directory /OME>
> Order deny,allow
> Allow from all
> </Directory>
> <Location /perl2>
> PerlInitHandler Apache2::Reload
> SetHandler perl-script
> PerlResponseHandler ModPerl::Registry
> Options +ExecCGI
> </Location>
> <Location /shoola>
> PerlInitHandler Apache2::Reload
> SetHandler perl-script
> PerlHandler OME::Remote::Apache2
> PerlSetVar dispatch_to "OME::Remote::Facade"
> PerlSetVar dispatch_with "=> OME::Remote::Facade"
> </Location>
>
> ScriptAlias /cgi-bin/omeis /OME/bin/omeis
>
> </IfModule>
>
> ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
> <Directory "/usr/lib/cgi-bin">
> AllowOverride None
> Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
> Order allow,deny
> Allow from all
> </Directory>
>
> ErrorLog /var/log/apache2/ome-error.log
>
> # Possible values include: debug, info, notice, warn, error, crit,
> # alert, emerg.
> LogLevel warn
>
> CustomLog /var/log/apache2/ome-access.log combined
> ServerSignature On
>
> </VirtualHost>
>
>
> I think I am making progress. However, I have one final problem with
> importing xml.
>
> \__ /home/glenn/software/OME/src/xml/OME/Core/OMEIS/Repository.ome
> [FAILURE].
>
> Errors executing task: Error loading XML file
> "/home/glenn/software/OME/src/xml/OME/Core/OMEIS/Repository.ome", see
> CoreDatabaseTablesTask.log details. at (eval 171) line 1
>
> at ./install.pl line 80
> main::run_tasks() called at ./install.pl line 249
> # Looks like your test died before it could output anything.
>
>
> I'm not sure what could be the problem here and no log is produces.
> Note I have tried DBD-pg 1.22 that ome download as well as the latest
> version with the same results.
>
> Thanks for any advice.
>
> Glenn
>
> _______________________________________________
> ome-users mailing list
> ome-users at lists.openmicroscopy.org.uk
> http://lists.openmicroscopy.org.uk/mailman/listinfo/ome-users
>
> ______________________________________________________________________
> This email has been scanned by the MessageLabs Email Security System.
> For more information please visit http://www.messagelabs.com/email
> Gray Cancer Institute IT and Messaging Services can be contacted via stewart at gci.ac.uk or pandya at gci.ac.uk
> ______________________________________________________________________
> Privileged and confidential information maybe contained in this e-mail
> and is intended only for the use of the addressee. If you are not the
> addressee, or not the person responsible for delivering it to the person
> addressed, you may not copy or deliver this to anyone else. If you
> receive this e-mail by mistake, please notify us immediately by
> telephone or e-mail. Thank you.
> Gray Cancer Institute
> ========================================================================
>
> ______________________________________________________________________
> This email has been scanned by the MessageLabs Email Security System.
> For more information please visit http://www.messagelabs.com/email
> This service was initiated by GCI IT Staff to protect you. Contact Anil
> or Darren if you have any queries.
> ______________________________________________________________________
>
More information about the ome-users
mailing list