Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » OSEE » Running the app_server
Running the app_server [message #573966] Sun, 31 May 2009 03:34
Ray Joseph is currently offline Ray JosephFriend
Messages: 87
Registered: July 2009
Member
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
Previous Topic:Can I change icons in Artifact Explorer?
Next Topic:Running the app_server
Goto Forum:
  


Current Time: Fri Sep 20 11:40:35 GMT 2024

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

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

Back to the top