Hi,<br>
<br>
Lately I switched my main development machine from Debian to Ubuntu (very similar, since Ubuntu is Debian-derived).<br>
<br>
I have brought the OME website Debian/Ubuntu documentation up to date,
and added some clarifications (such as the trouble with DBD::Pg, and
how to make Postgres work on Ubuntu Breezy). I also updated the master
list of Perl modules on the prerequisites page, since it was quite out
of date.<br>
<br>
I have committed some improvements to the OME install script to address
a couple of issues. First, I eliminated the &quot;Use of uninitialized value
in print&quot; messages when a default value is undefined (<a href="http://Terminal.pm">Terminal.pm</a>).
More importantly, I added the option to have the installer
automatically drop the database for you if one already exists from a
previous failed install (CoreDatabaseTablesTask.pm). It seems to work
on my system; let me know if it causes any problems.<br>
<br>
Three issues remain for me, with #3 being by far the most critical. I
thought I'd run them by the list before digging too much deeper.<br>
<br>
1) During Apache Setup, I receive the errors:<br>
<br>
In PID 10408, Error calling UpdateOMEIS: Could not open Pixels/lastPix (perhaps there is no Pixels repository yet?)<br>

System Error: No such file or directory<br>

In PID 10408, Error calling UpdateOMEIS: Could not get last Pixels ID (perhaps there are none?)<br>

System Error: Bad file descriptor<br>
<br>
It looks like these are from Pixels.c in OMEIS. But of course those
things do not exist for a fresh install. I would say that ideally, the
messages should be suppressed in that case, but was unsure how
difficult doing so would be.<br>
<br>
2) My Apache2 document root and cgi-bin directories are not properly detected:<br>
<br>
Apache cgi-bin directory : []: /usr/lib/cgi-bin<br>

Install data server (omeds) ? [y/n]:<br>

Install web server ? [y/n]:<br>

Copy index.html to : []: /var/www<br>
<br>
Typing them in manually works fine, but it seems odd that these
standard (I thought) directories are causing trouble. (I do not mind
looking into making these defaults work properly in the installer, but
have not yet figured out how to do so.)<br>
<br>
3) Most critically, my install dies during Bootstrapping Database, as follows:<br>
<br>
Generating request for <a href="http://skyking.microscopy.wisc.edu/cgi-bin/omeis">http://skyking.microscopy.wisc.edu/cgi-bin/omeis</a><br>

Getting response from <a href="http://skyking.microscopy.wisc.edu/cgi-bin/omeis">http://skyking.microscopy.wisc.edu/cgi-bin/omeis</a><br>

Parsing response from <a href="http://skyking.microscopy.wisc.edu/cgi-bin/omeis">http://skyking.microscopy.wisc.edu/cgi-bin/omeis</a><br>

Repository is configured correctly<br>

SUCCESS LOADING XML FILE &quot;/home/curtis/OME/src/xml/OME/Annotations/InstallationModule.ome&quot;<br>

SUCCESS LOADING XML FILE &quot;/home/curtis/OME/src/xml/OME/Core/Experimenter.ome&quot;<br>

ERROR LOADING XML FILE &quot;/home/curtis/OME/src/xml/OME/Core/OMEIS/Repository.ome&quot; -- OUTPUT: &quot;500 EOF when chunk header expected<br>

&nbsp;at /home/curtis/OME/src/perl2/OME/Image/Server.pm line 474<br>

&nbsp;&nbsp;&nbsp; OME::Image::Server::__callOMEIS('OME::Image::Server', 'Method',
'UploadFile', 'File',
'/home/curtis/OME/src/xml/OME/Core/OMEIS/Repository.ome') called at
/home/curtis/OME/src/perl2/OME/Image/Server.pm line 1060<br>

&nbsp;&nbsp;&nbsp; OME::Image::Server::uploadFile('OME::Image::Server',
'/home/curtis/OME/src/xml/OME/Core/OMEIS/Repository.ome') called at
/home/curtis/OME/src/perl2/OME/Image/Server/File.pm line 128<br>

&nbsp;&nbsp;&nbsp; OME::Image::Server::File::upload('OME::Image::Server::File',
'/home/curtis/OME/src/xml/OME/Core/OMEIS/Repository.ome') called at
/home/curtis/OME/src/perl2/OME/Tasks/OMEImport.pm line 138<br>

&nbsp;&nbsp;&nbsp;
OME::Tasks::OMEImport::importFile('OME::Tasks::OMEImport=HASH(0x99ffcb0)',
'/home/curtis/OME/src/xml/OME/Core/OMEIS/Repository.ome',
'NoDuplicates', 1, 'IgnoreAlterTableErrors', 1) called at
/home/curtis/OME/src/perl2/OME/Install/CoreDatabaseTablesTask.pm line
1037<br>

&nbsp;&nbsp;&nbsp; eval {...} called at /home/curtis/OME/src/perl2/OME/Install/CoreDatabaseTablesTask.pm line 1036<br>

&nbsp;&nbsp;&nbsp;
OME::Install::CoreDatabaseTablesTask::load_xml_bootstrap('OME::Session=HASH(0x99f2db8)')
called at
/home/curtis/OME/src/perl2/OME/Install/CoreDatabaseTablesTask.pm line
1521<br>
<br>
It's weird because the first couple of OME files are loaded fine. I
checked, and Repository.ome is definitely present in my source tree,
with the same permissions as the other OME files. So I'm not sure how
to proceed in tackling this problem.<br>
<br>
Could it be because I am running Apache2? I remember awhile back it was
discouraged to use Apache2 with OME, but was under the impression that
is no longer the case.<br>
<br>
Any thoughts are greatly appreciated.<br>
<br>
-Curtis<br>
<br>
=================================<br>
Full console output:<br>
=================================<br>
<br>
--------------<br>
&nbsp;Apache Setup<br>
--------------<br>
<br>
(All verbose information logged in /var/tmp/OME/install/ApacheConfigTask.log)<br>
<br>
OME Apache web server configuration is a critical part of your OME install.<br>
OME's web interface, remote clients and image server all use this<br>
infrastructure to communicate. If you are unsure of a particular question,<br>
please choose the default as that will be more than adequate for most<br>
people.<br>
<br>
In PID 15287, Error calling UpdateOMEIS: Could not open Pixels/lastPix (perhaps there is no Pixels repository yet?)<br>
System Error: No such file or directory<br>
In PID 15287, Error calling UpdateOMEIS: Could not get last Pixels ID (perhaps there are none?)<br>
System Error: Bad file descriptor<br>
Configure Apache server? [y/n]:<br>
Your OME installation can be configured for development or deployment.<br>
For developers, Apache can be configured to serve OME out of the<br>
installation directory (currently /home/curtis/OME/src/perl2).<br>
This configuration lets modifications to OME code be picked up immediately<br>
by Apache without having to re-run the installer.<br>
For deployment (the default), Apache will be configured to serve OME from<br>
the operating system's Perl directory, ignoring any subsequent<br>
modifications in /home/curtis/OME/src/perl2.<br>
<br>
Use OME Apache-2.x configuration for developers? [y/n]: y<br>
Install image server (omeis) ? [y/n]:<br>
Apache cgi-bin directory : []: /usr/lib/cgi-bin<br>
Install data server (omeds) ? [y/n]:<br>
Install web server ? [y/n]:<br>
Copy index.html to : []: /var/www<br>
Use HTML Templates configuration for developers ? [y/n]: y<br>
Look for HTML Templates in: [/home/curtis/OME/src/html/Templates]:<br>
<br>
<br>
Apache configuration:<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Configure Apache?: yes<br>
&nbsp; Developer configuration: yes<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Server restart?: yes<br>
Install OME servers:<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Images (omeis): yes<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Data (omeds): yes<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Web: yes<br>
Apache directories:<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; httpd binary: /usr/sbin/apache2<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; apachectl binary: /usr/sbin/apache2ctl<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DocumentRoot: /var/www<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cgi-bin: /usr/lib/cgi-bin<br>
Web-UI HTML Templates:<br>
&nbsp; Developer configuration: yes<br>
&nbsp;HTML Templates directory: /home/curtis/OME/src/html/Templates<br>
<br>
Are these values correct ? [y/n]:<br>
Testing Apache configuration<br>
&nbsp; \__ mod_perl [SUCCESS].<br>
&nbsp; \__ omeis [SUCCESS].<br>
Dropping umask to &quot;0002&quot;.<br>
Installing HTML Templates for Web-UI<br>
&nbsp; \__ Verifying structure of /home/curtis/OME/src/html/Templates [SKIPPING].<br>
&nbsp; \__ Updating user templates [SKIPPING].<br>
&nbsp; \__ Updating system templates [SKIPPING].<br>
&nbsp; \__ Setting owner for templates to [SKIPPING].<br>
&nbsp; \__ Setting permissions for user templates to [SKIPPING].<br>
&nbsp; \__ Setting permissions for system templates to [SKIPPING].<br>
<br>
---------------------------<br>
&nbsp;Optional OME-MATLAB Setup<br>
---------------------------<br>
<br>
(All verbose information logged in /var/tmp/OME/install/MatlabTask.log)<br>
<br>
Install analysis engine interface to MATLAB ? [y/n]:<br>
<br>
MATLAB Perl API configuration:<br>
&nbsp;Install MATLAB Perl API?: no<br>
<br>
Are these values correct ? [y/n]:<br>
--------------------<br>
&nbsp;Database Bootstrap<br>
--------------------<br>
<br>
(All verbose information logged in /var/tmp/OME/install/CoreDatabaseTablesTask.log)<br>
<br>
Finding DB configuration in installation environment [USING DEFAULT].<br>
Database connection information<br>
N.B.:&nbsp; The database host must already be installed and running.<br>
It must already be configured for accepting the connection<br>
specified here, or a superuser connection from user &quot;postgres&quot;.<br>
&nbsp;&nbsp; Database Delegate Class: OME::Database::PostgresDelegate<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Database Name: ome<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Host: undefined (local)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Port: undefined (default)<br>
Username for DB connection: undefined (process owner)<br>
<br>
Are these values correct ? [y/n]:<br>
Creating OME PostgreSQL SUPERUSER (ome)[SUCCESS].<br>
Creating Apache PostgreSQL SUPERUSER (www-data)[SUCCESS].<br>
Creating Admin PostgreSQL SUPERUSER (curtis)[SUCCESS].<br>
Checking database<br>
>From DB, got DB_Version = '2.22-Installing'<br>
Found an existing ome database, but apparently installation<br>
failed before it was complete.<br>
The existing ome database must be dropped before continuing.<br>
WARNING:&nbsp; Do not do this if you have an existing functional database,<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; especially if you don't have a current backup!!!<br>
Are you sure you want to proceed ? [y/n]: y<br>
Database dropped successfully.<br>
Creating PostgreSQL database ome...&nbsp;&nbsp;&nbsp;&nbsp; [Done.]<br>
Fixing OID/INTEGER compatability bug...WARNING:&nbsp; changing return
type of function plpgsql_call_handler from &quot;opaque&quot; to
&quot;language_handler&quot;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [Done.]<br>
Loading the database schema<br>
&nbsp; \__ OME::LookupTable NOTICE:&nbsp; CREATE TABLE / PRIMARY KEY
will create implicit index &quot;lookup_tables_pkey&quot; for table
&quot;lookup_tables&quot;<br>
[SUCCESS].<br>
&nbsp; \__ OME::LookupTable::Entry NOTICE:&nbsp; CREATE TABLE / PRIMARY
KEY will create implicit index &quot;lookup_table_entries_pkey&quot; for table
&quot;lookup_table_entries&quot;<br>
[SUCCESS].<br>
&nbsp; \__ OME::DataTable NOTICE:&nbsp; CREATE TABLE / PRIMARY KEY will
create implicit index &quot;data_tables_pkey&quot; for table &quot;data_tables&quot;<br>
[SUCCESS].<br>
&nbsp; \__ OME::DataTable::Column NOTICE:&nbsp; CREATE TABLE / PRIMARY
KEY will create implicit index &quot;data_columns_pkey&quot; for table
&quot;data_columns&quot;<br>
[SUCCESS].<br>
&nbsp; \__ OME::SemanticType NOTICE:&nbsp; CREATE TABLE / PRIMARY KEY
will create implicit index &quot;semantic_types_pkey&quot; for table
&quot;semantic_types&quot;<br>
NOTICE:&nbsp; CREATE TABLE / UNIQUE will create implicit index &quot;semantic_types_name_key&quot; for table &quot;semantic_types&quot;<br>
[SUCCESS].<br>
&nbsp; \__ OME::SemanticType::Element NOTICE:&nbsp; CREATE TABLE /
PRIMARY KEY will create implicit index &quot;semantic_elements_pkey&quot; for
table &quot;semantic_elements&quot;<br>
[SUCCESS].<br>
&nbsp; \__ OME::SemanticType::BootstrapExperimenter NOTICE:&nbsp;
CREATE TABLE / PRIMARY KEY will create implicit index
&quot;experimenters_pkey&quot; for table &quot;experimenters&quot;<br>
NOTICE:&nbsp; CREATE TABLE / UNIQUE will create implicit index &quot;experimenters_ome_name_key&quot; for table &quot;experimenters&quot;<br>
[SUCCESS].<br>
&nbsp; \__ OME::SemanticType::BootstrapGroup NOTICE:&nbsp; CREATE TABLE
/ PRIMARY KEY will create implicit index &quot;groups_pkey&quot; for table
&quot;groups&quot;<br>
[SUCCESS].<br>
&nbsp; \__ OME::SemanticType::BootstrapExperimenterGroup NOTICE:&nbsp;
CREATE TABLE / PRIMARY KEY will create implicit index
&quot;experimenter_group_map_pkey&quot; for table &quot;experimenter_group_map&quot;<br>
[SUCCESS].<br>
&nbsp; \__ OME::SemanticType::BootstrapRepository NOTICE:&nbsp; CREATE
TABLE / PRIMARY KEY will create implicit index &quot;repositories_pkey&quot; for
table &quot;repositories&quot;<br>
NOTICE:&nbsp; CREATE TABLE / UNIQUE will create implicit index &quot;repositories_image_server_url_key&quot; for table &quot;repositories&quot;<br>
NOTICE:&nbsp; CREATE TABLE / UNIQUE will create implicit index &quot;repositories_path_key&quot; for table &quot;repositories&quot;<br>
[SUCCESS].<br>
&nbsp; \__ OME::Dataset NOTICE:&nbsp; CREATE TABLE / PRIMARY KEY will create implicit index &quot;datasets_pkey&quot; for table &quot;datasets&quot;<br>
[SUCCESS].<br>
&nbsp; \__ OME::Project NOTICE:&nbsp; CREATE TABLE / PRIMARY KEY will create implicit index &quot;projects_pkey&quot; for table &quot;projects&quot;<br>
[SUCCESS].<br>
&nbsp; \__ OME::Project::DatasetMap [SUCCESS].<br>
&nbsp; \__ OME::Image NOTICE:&nbsp; CREATE TABLE / PRIMARY KEY will create implicit index &quot;images_pkey&quot; for table &quot;images&quot;<br>
[SUCCESS].<br>
&nbsp; \__ OME::Image::DatasetMap [SUCCESS].<br>
&nbsp; \__ OME::Feature NOTICE:&nbsp; CREATE TABLE / PRIMARY KEY will create implicit index &quot;features_pkey&quot; for table &quot;features&quot;<br>
[SUCCESS].<br>
&nbsp; \__ OME::UserState NOTICE:&nbsp; CREATE TABLE / PRIMARY KEY will
create implicit index &quot;ome_sessions_pkey&quot; for table &quot;ome_sessions&quot;<br>
[SUCCESS].<br>
&nbsp; \__ OME::ViewerPreferences NOTICE:&nbsp; CREATE TABLE / PRIMARY
KEY will create implicit index &quot;viewer_preferences_pkey&quot; for table
&quot;viewer_preferences&quot;<br>
[SUCCESS].<br>
&nbsp; \__ OME::LSID [SUCCESS].<br>
&nbsp; \__ OME::Module::Category NOTICE:&nbsp; CREATE TABLE / PRIMARY
KEY will create implicit index &quot;module_categories_pkey&quot; for table
&quot;module_categories&quot;<br>
[SUCCESS].<br>
&nbsp; \__ OME::Module NOTICE:&nbsp; CREATE TABLE / PRIMARY KEY will create implicit index &quot;modules_pkey&quot; for table &quot;modules&quot;<br>
[SUCCESS].<br>
&nbsp; \__ OME::Module::FormalInput NOTICE:&nbsp; CREATE TABLE /
PRIMARY KEY will create implicit index &quot;formal_inputs_pkey&quot; for table
&quot;formal_inputs&quot;<br>
[SUCCESS].<br>
&nbsp; \__ OME::Module::FormalOutput NOTICE:&nbsp; CREATE TABLE /
PRIMARY KEY will create implicit index &quot;formal_outputs_pkey&quot; for table
&quot;formal_outputs&quot;<br>
[SUCCESS].<br>
&nbsp; \__ OME::AnalysisChain NOTICE:&nbsp; CREATE TABLE / PRIMARY KEY
will create implicit index &quot;analysis_chains_pkey&quot; for table
&quot;analysis_chains&quot;<br>
[SUCCESS].<br>
&nbsp; \__ OME::AnalysisChain::Node NOTICE:&nbsp; CREATE TABLE /
PRIMARY KEY will create implicit index &quot;analysis_chain_nodes_pkey&quot; for
table &quot;analysis_chain_nodes&quot;<br>
[SUCCESS].<br>
&nbsp; \__ OME::AnalysisChain::Link NOTICE:&nbsp; CREATE TABLE /
PRIMARY KEY will create implicit index &quot;analysis_chain_links_pkey&quot; for
table &quot;analysis_chain_links&quot;<br>
[SUCCESS].<br>
&nbsp; \__ OME::AnalysisPath NOTICE:&nbsp; CREATE TABLE / PRIMARY KEY
will create implicit index &quot;analysis_paths_pkey&quot; for table
&quot;analysis_paths&quot;<br>
[SUCCESS].<br>
&nbsp; \__ OME::AnalysisPath::Map [SUCCESS].<br>
&nbsp; \__ OME::Analysis::Engine::Worker NOTICE:&nbsp; CREATE TABLE /
PRIMARY KEY will create implicit index &quot;analysis_workers_pkey&quot; for
table &quot;analysis_workers&quot;<br>
[SUCCESS].<br>
&nbsp; \__ OME::ModuleExecution NOTICE:&nbsp; CREATE TABLE / PRIMARY
KEY will create implicit index &quot;module_executions_pkey&quot; for table
&quot;module_executions&quot;<br>
[SUCCESS].<br>
&nbsp; \__ OME::ModuleExecution::ActualInput NOTICE:&nbsp; CREATE TABLE
/ PRIMARY KEY will create implicit index &quot;actual_inputs_pkey&quot; for table
&quot;actual_inputs&quot;<br>
[SUCCESS].<br>
&nbsp; \__ OME::ModuleExecution::SemanticTypeOutput NOTICE:&nbsp;
CREATE TABLE / PRIMARY KEY will create implicit index
&quot;semantic_type_outputs_pkey&quot; for table &quot;semantic_type_outputs&quot;<br>
[SUCCESS].<br>
&nbsp; \__ OME::ModuleExecution::ParentalOutput NOTICE:&nbsp; CREATE
TABLE / PRIMARY KEY will create implicit index &quot;parental_outputs_pkey&quot;
for table &quot;parental_outputs&quot;<br>
[SUCCESS].<br>
&nbsp; \__ OME::ModuleExecution::VirtualMEXMap [SUCCESS].<br>
&nbsp; \__ OME::AnalysisChainExecution NOTICE:&nbsp; CREATE TABLE /
PRIMARY KEY will create implicit index &quot;analysis_chain_executions_pkey&quot;
for table &quot;analysis_chain_executions&quot;<br>
[SUCCESS].<br>
&nbsp; \__ OME::AnalysisChainExecution::NodeExecution NOTICE:&nbsp;
CREATE TABLE / PRIMARY KEY will create implicit index
&quot;analysis_node_executions_pkey&quot; for table &quot;analysis_node_executions&quot;<br>
[SUCCESS].<br>
&nbsp; \__ OME::Task NOTICE:&nbsp; CREATE TABLE / PRIMARY KEY will create implicit index &quot;tasks_pkey&quot; for table &quot;tasks&quot;<br>
[SUCCESS].<br>
&nbsp; \__ OME::Configuration::Variable NOTICE:&nbsp; CREATE TABLE /
PRIMARY KEY will create implicit index &quot;configuration_pkey&quot; for table
&quot;configuration&quot;<br>
[SUCCESS].<br>
----------------------------<br>
&nbsp;Initializing configuration<br>
----------------------------<br>
<br>
The installer will now finalize your OME environment by asking you for an<br>
LSID authority and to provide an initial user for you to use with the web<br>
interface and Java clients.<br>
<br>
The LSID authority is a type of universal identification for your OME<br>
environment and it should be defined as the FQDN (fully qualified domain<br>
name) of the install machine; &quot;<a href="http://myome.openmicroscopy.org">myome.openmicroscopy.org</a>&quot; for example. If<br>
you are unsure of what to enter here ask your network/systems administrator<br>
or use the default as that will be adequate for most people.<br>
<br>
LSID Authority [skyking]: <a href="http://skyking.microscopy.wisc.edu">skyking.microscopy.wisc.edu</a><br>
-----------------------<br>
&nbsp;Initial user creation<br>
-----------------------<br>
<br>
This user will be yourself or the person who will administer the OME<br>
environment after installation. It is internal to OME. You will use this<br>
username and password to use OME and add new OME users and groups. The<br>
default data directory option is the path on this machine which contains<br>
(or will contain) the proprietary image files (greyscale TIFF's for<br>
example) you wish to import into OME. An example default data directory<br>
would be &quot;/home/joe/my_ome_images&quot;.<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; First name: Curtis<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Last name: Rueden<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Username: curtis<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; E-mail address: curtis@skyking<br>
Default data directory: /home/curtis<br>
<br>
Are these values correct ? [y/n]:<br>
Set password for OME user curtis:<br>
Verify:<br>
------------------------<br>
&nbsp;Bootstrapping Database<br>
------------------------<br>
<br>
&nbsp; \__ Creating repository object<br>
<br>
What is the URL of the OME Image server (omeis) ?
[<a href="http://skyking/cgi-bin/omeis">http://skyking/cgi-bin/omeis</a>]:
<a href="http://skyking.microscopy.wisc.edu/cgi-bin/omeis">http://skyking.microscopy.wisc.edu/cgi-bin/omeis</a><br>
Checking OMEIS repository [SUCCESS].<br>
Importing bootstrap XML<br>
&nbsp; \__
/home/curtis/OME/src/xml/OME/Annotations/InstallationModule.ome
OME::Tasks::LSIDManager::getRemoteObject() is not implemented. at
/home/curtis/OME/src/perl2/OME/ImportExport/ModuleImport.pm line 183<br>
[SUCCESS].<br>
&nbsp; \__ /home/curtis/OME/src/xml/OME/Core/Experimenter.ome [SUCCESS].<br>
&nbsp; \__ /home/curtis/OME/src/xml/OME/Core/OMEIS/Repository.ome [FAILURE].<br>
<br>
<br>
Errors executing task: Error loading XML file
&quot;/home/curtis/OME/src/xml/OME/Core/OMEIS/Repository.ome&quot;, see
CoreDatabaseTablesTask.log details. at (eval 201) line 1<br>
<br>
&nbsp;at ./install.pl line 81<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; main::run_tasks() called at ./install.pl line 265<br>
# Looks like your test died before it could output anything.<br>
<br>
<br>
=================================<br>
/var/tmp/OME/install/CoreDatabaseTablesTask.log:<br>

=================================<br>
<br>
Creating OME PostgreSQL SUPERUSER (ome)<br>
Found an existing ome database in the middle of being updated<br>
<br>
SUCCESS LOADING CLASS &quot;OME::LookupTable&quot;<br>
SUCCESS LOADING CLASS &quot;OME::LookupTable::Entry&quot;<br>
SUCCESS LOADING CLASS &quot;OME::DataTable&quot;<br>
SUCCESS LOADING CLASS &quot;OME::DataTable::Column&quot;<br>
SUCCESS LOADING CLASS &quot;OME::SemanticType&quot;<br>
SUCCESS LOADING CLASS &quot;OME::SemanticType::Element&quot;<br>
SUCCESS LOADING CLASS &quot;OME::SemanticType::BootstrapExperimenter&quot;<br>
SUCCESS LOADING CLASS &quot;OME::SemanticType::BootstrapGroup&quot;<br>
SUCCESS LOADING CLASS &quot;OME::SemanticType::BootstrapExperimenterGroup&quot;<br>
SUCCESS LOADING CLASS &quot;OME::SemanticType::BootstrapRepository&quot;<br>
SUCCESS LOADING CLASS &quot;OME::Dataset&quot;<br>
SUCCESS LOADING CLASS &quot;OME::Project&quot;<br>
SUCCESS LOADING CLASS &quot;OME::Project::DatasetMap&quot;<br>
SUCCESS LOADING CLASS &quot;OME::Image&quot;<br>
SUCCESS LOADING CLASS &quot;OME::Image::DatasetMap&quot;<br>
SUCCESS LOADING CLASS &quot;OME::Feature&quot;<br>
SUCCESS LOADING CLASS &quot;OME::UserState&quot;<br>
SUCCESS LOADING CLASS &quot;OME::ViewerPreferences&quot;<br>
SUCCESS LOADING CLASS &quot;OME::LSID&quot;<br>
SUCCESS LOADING CLASS &quot;OME::Module::Category&quot;<br>
SUCCESS LOADING CLASS &quot;OME::Module&quot;<br>
SUCCESS LOADING CLASS &quot;OME::Module::FormalInput&quot;<br>
SUCCESS LOADING CLASS &quot;OME::Module::FormalOutput&quot;<br>
SUCCESS LOADING CLASS &quot;OME::AnalysisChain&quot;<br>
SUCCESS LOADING CLASS &quot;OME::AnalysisChain::Node&quot;<br>
SUCCESS LOADING CLASS &quot;OME::AnalysisChain::Link&quot;<br>
SUCCESS LOADING CLASS &quot;OME::AnalysisPath&quot;<br>
SUCCESS LOADING CLASS &quot;OME::AnalysisPath::Map&quot;<br>
SUCCESS LOADING CLASS &quot;OME::Analysis::Engine::Worker&quot;<br>
SUCCESS LOADING CLASS &quot;OME::ModuleExecution&quot;<br>
SUCCESS LOADING CLASS &quot;OME::ModuleExecution::ActualInput&quot;<br>
SUCCESS LOADING CLASS &quot;OME::ModuleExecution::SemanticTypeOutput&quot;<br>
SUCCESS LOADING CLASS &quot;OME::ModuleExecution::ParentalOutput&quot;<br>
SUCCESS LOADING CLASS &quot;OME::ModuleExecution::VirtualMEXMap&quot;<br>
SUCCESS LOADING CLASS &quot;OME::AnalysisChainExecution&quot;<br>
SUCCESS LOADING CLASS &quot;OME::AnalysisChainExecution::NodeExecution&quot;<br>
SUCCESS LOADING CLASS &quot;OME::Task&quot;<br>
SUCCESS LOADING CLASS &quot;OME::Configuration::Variable&quot;<br>
Checking repository<br>
Repository URL: <a href="http://skyking.microscopy.wisc.edu/cgi-bin/omeis">http://skyking.microscopy.wisc.edu/cgi-bin/omeis</a><br>
ENVIRONMENT-&gt;omeis_url(): <a href="http://skyking.microscopy.wisc.edu/cgi-bin/omeis">http://skyking.microscopy.wisc.edu/cgi-bin/omeis</a><br>
Getting an LWP user agent<br>
Generating request for <a href="http://skyking.microscopy.wisc.edu/cgi-bin/omeis">http://skyking.microscopy.wisc.edu/cgi-bin/omeis</a><br>
Getting response from <a href="http://skyking.microscopy.wisc.edu/cgi-bin/omeis">http://skyking.microscopy.wisc.edu/cgi-bin/omeis</a><br>
Parsing response from <a href="http://skyking.microscopy.wisc.edu/cgi-bin/omeis">http://skyking.microscopy.wisc.edu/cgi-bin/omeis</a><br>
Repository is configured correctly<br>
SUCCESS LOADING XML FILE &quot;/home/curtis/OME/src/xml/OME/Annotations/InstallationModule.ome&quot;<br>
SUCCESS LOADING XML FILE &quot;/home/curtis/OME/src/xml/OME/Core/Experimenter.ome&quot;<br>
ERROR LOADING XML FILE &quot;/home/curtis/OME/src/xml/OME/Core/OMEIS/Repository.ome&quot; -- OUTPUT: &quot;500 EOF when chunk header expected<br>
&nbsp;at /home/curtis/OME/src/perl2/OME/Image/Server.pm line 474<br>
&nbsp;&nbsp;&nbsp;
OME::Image::Server::__callOMEIS('OME::Image::Server', 'Method',
'UploadFile', 'File',
'/home/curtis/OME/src/xml/OME/Core/OMEIS/Repository.ome') called at
/home/curtis/OME/src/perl2/OME/Image/Server.pm line 1060<br>
&nbsp;&nbsp;&nbsp; OME::Image::Server::uploadFile('OME::Image::Server',
'/home/curtis/OME/src/xml/OME/Core/OMEIS/Repository.ome') called at
/home/curtis/OME/src/perl2/OME/Image/Server/File.pm line 128<br>
&nbsp;&nbsp;&nbsp;
OME::Image::Server::File::upload('OME::Image::Server::File',
'/home/curtis/OME/src/xml/OME/Core/OMEIS/Repository.ome') called at
/home/curtis/OME/src/perl2/OME/Tasks/OMEImport.pm line 138<br>
&nbsp;&nbsp;&nbsp;
OME::Tasks::OMEImport::importFile('OME::Tasks::OMEImport=HASH(0x99ffcb0)',
'/home/curtis/OME/src/xml/OME/Core/OMEIS/Repository.ome',
'NoDuplicates', 1, 'IgnoreAlterTableErrors', 1) called at
/home/curtis/OME/src/perl2/OME/Install/CoreDatabaseTablesTask.pm line
1037<br>
&nbsp;&nbsp;&nbsp; eval {...} called at /home/curtis/OME/src/perl2/OME/Install/CoreDatabaseTablesTask.pm line 1036<br>
&nbsp;&nbsp;&nbsp;
OME::Install::CoreDatabaseTablesTask::load_xml_bootstrap('OME::Session=HASH(0x99f2db8)')
called at
/home/curtis/OME/src/perl2/OME/Install/CoreDatabaseTablesTask.pm line
1521<br>
&nbsp;&nbsp;&nbsp; OME::Install::CoreDatabaseTablesTask::execute() called at (eval 201) line 1<br>
&nbsp;&nbsp;&nbsp; eval 'OME::Install::CoreDatabaseTablesTask::execute()<br>
;' called at ./install.pl line 80<br>
&nbsp;&nbsp;&nbsp; main::run_tasks() called at ./install.pl line 265<br>
&quot;<br>
<br>