Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF » [CDO] PostgreSQL port is not taken into account when start CDO Server
[CDO] PostgreSQL port is not taken into account when start CDO Server [message #1027104] Tue, 26 March 2013 14:58 Go to next message
Marc Gil is currently offline Marc GilFriend
Messages: 81
Registered: July 2009
Member
Hi,

I try to connect to 2 different versions of PostgresSQL database installed in my computer, but listening to different ports (5432 and 5433), and I try to connect to the port 5433 but the server always connect to the database listening to the default port 5432. Here is part of my server configuration:

...
<dbAdapter name="postgresql" />
<dataSource class="org.postgresql.ds.PGSimpleDataSource" url="jdbc:postgresql://127.0.0.1:5433/req" databaseName="req" user="postgres" password="postgres" />
...
Re: [CDO] PostgreSQL port is not taken into account when start CDO Server [message #1028812 is a reply to message #1027104] Thu, 28 March 2013 19:25 Go to previous message
Marc Gil is currently offline Marc GilFriend
Messages: 81
Registered: July 2009
Member
I have opened a bugzilla: https://bugs.eclipse.org/bugs/show_bug.cgi?id=404590

Marc
Previous Topic:Question on teneo.mapping.join_table_for_non_contained_associations [Teneo]
Next Topic:Error in Combining acceleo project with jboss errai and gwt
Goto Forum:
  


Current Time: Fri Apr 19 06:41:24 GMT 2024

Powered by FUDForum. Page generated in 0.03322 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top