You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by rsaravanakumar <rs...@zoniac.com> on 2011/06/30 16:58:46 UTC

Solr Importing database field issues . how to I use postgres pgpool connection?

I am using postgres database and pgpool . Postgres database port : 5432 is
woking fine. But 
I am using Pgpool port : 9999 is Not Working.

MY importing xml file (*myproduct.xml*)
*Working *
<dataSource name="jdbc" driver="org.postgresql.Driver"
		url="jdbc:postgresql://localhost:5432/xxxxx"
		user=" xxxxx " password="xxxxx" readOnly="true" autoCommit="false" />

*Not Working *
	<dataSource name="jdbc" driver="org.postgresql.Driver"
		url="jdbc:postgresql://localhost:9999/xxxxx"
		user=" xxxxx " password="xxxxx" readOnly="true" autoCommit="false" />

It is pgpool problem or solr problem? please any onle let me know the issues
and
How to I salve pgpool this problem?



--
View this message in context: http://lucene.472066.n3.nabble.com/Solr-Importing-database-field-issues-how-to-I-use-postgres-pgpool-connection-tp3126212p3126212.html
Sent from the Solr - User mailing list archive at Nabble.com.