Ed and Scott,
Thanks so much for your help with this last week. After checking out the code
and adding debug lines throughout, it became clear that although Apollo was
able to connect to my PostgreSQL installation, it was not able to find any of
the tables. This included the "db" table, so the PRE_FMB schema was being used
to query tables that it could not access.
I changed the line in conf/chado-adapter.xml so that it had the database name
on the end of the connection string
<chadodb>
<name>pcgp</name>
<adapter>apollo.dataadapter.chado.jdbc.PostgresChadoAdapter</adapter>
<url>jdbc:postgresql://IPADDRESS:5432/pcgp</url> THE PCGP ON WAS NOT
ON THE END
<dbName>pcgp</dbName>
<dbUser>postgres</dbUser>
<dbInstance>riceInstance</dbInstance>
<style>rice.style</style>
<default-command-line-db>false</default-command-line-db>
</chadodb>
Everything worked after that. Thanks again.
Jared
-----Original Message-----
From: Ed Lee [mailto:[email protected]]
Sent: Thursday, June 10, 2010 6:24 PM
To: Becksfort, Jared
Cc: 'Scott Cain'; [email protected]
Subject: RE: [apollo] Apollo hanging at 50%
Hi Jared,
> 1. The code to download on sourceforge for gmod-1.1 is Apollo 1.11.1 rather
> that 1.11.6, the newest version. Is this code available?
To get the most current code, you should checkout the code from SVN:
$ svn co https://gmod.svn.sourceforge.net/svnroot/gmod/apollo/trunk Apollo
> 2. There is no makefile in the src/java directory to rebuild as per the
> README.
You should use ant to build Apollo.
$ cd Apollo/src/java ## assuming your checkout is named Apollo
$ ant jar
> Any thoughts are appreciated. I will be happy to submit a fix if I figure
> one out.
If you can provide a database dump (or access to the database), I can also
poke at this problem a bit further to figure out why the Apollo is guessing
the pre-FMB schema.
Cheers,
Ed
Email Disclaimer: www.stjude.org/emaildisclaimer
_______________________________________________
apollo mailing list
[email protected]
http://mail.fruitfly.org/mailman/listinfo/apollo