Running the app_server [message #573966] |
Sat, 30 May 2009 23:34 |
Eclipse User |
|
|
|
I am trying to get the app server running on a Windows Xp box. I am using
the method MarkDB has shown. All components are on one box but I am
running it as a remote server.
The xml file has the port as 5432 but the pg_log says 4120 and says the
target machine actively refuses connection.
The xml connection file is:
<DbConnection>
<DatabaseInfo id="postgresqlInfo">
<DatabaseHome key="#DBHOME#"/>
<DatabaseName key="#DBNAME#" value="OSEE" />
<DatabaseType key="#TYPE#" value="postgresql" />
<Prefix key="#PREFIX#" value="jdbc:postgresql" />
<UserName key="#USERNAME#" value="osee" />
<Password key="#PASSWORD#" value="osee" />
<Host key="#HOST#" value="@AvailableDbServices.hostAddress" />
<Port key="#PORT#" value="@AvailableDbServices.port" />
</DatabaseInfo>
<ConnectionDescription id="postgresql" >
<Driver>org.postgresql.Driver</Driver>
<Url>#PREFIX#://#HOST#:#PORT#/#DBHOME##DBNAME#</Url>
</ConnectionDescription>
<AvailableDbServices>
<Server id="OSEE" dbInfo="postgresqlInfo"
hostAddress="127.0.0.1" port="5432"
connectsWith="postgresql" isProduction="false" />
</AvailableDbServices>
</DbConnection>
The pg_log file is:
LOG: connection received: host=127.0.0.1 port=4120
LOG: connection authorized: user=osee database=OSEE
ERROR: relation "osee_join_artifact" does not exist
STATEMENT: DELETE FROM osee_join_artifact WHERE insert_time < $1
LOG: could not receive data from client: No connection could be made
because the target machine actively refused it.
LOG: unexpected EOF on client connection
LOG: disconnection: session time: 0:15:17.069 user=osee database=OSEE
host=127.0.0.1 port=4120
The reported port number changes each time script is run.
Any suggestions on how to proceed?
Ray
|
|
|
Powered by
FUDForum. Page generated in 0.03127 seconds