Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 360777

Summary: Application server launch fails with a "Server lookup table not initialized"
Product: [Technology] OSEE Reporter: chris <christian.temporale>
Component: OSEE Application FrameworkAssignee: Project Inbox <osee.framework-inbox>
Status: NEW --- QA Contact:
Severity: blocker    
Priority: P3    
Version: 0.9.4   
Target Milestone: 0.9.9   
Hardware: All   
OS: Windows 7   
Whiteboard:
Attachments:
Description Flags
launch script none

Description chris CLA 2011-10-13 04:31:30 EDT
Created attachment 205101 [details]
launch script

Following all the steps provided in http://wiki.eclipse.org/OSEE/Users_Guide/Getting_Started
the runPostgresqlLocal script (attached) fails with the following exception:

Thu Oct 13 10:25:39 CEST 2011      org.eclipse.osee.framework.database.internal.Activator
INFO   org.eclipse.osee.framework.database.internal.core.OseeConnectionPoolImpl   getConnection (77)

DbConnection: [jdbc:postgresql://localhost:5432/OSEE] - [2]

Thu Oct 13 10:25:39 CEST 2011      org.eclipse.osee.framework.database.internal.Activator
SEVERE   org.eclipse.osee.framework.database.internal.core.OseeDatabaseServiceImpl   runBatchUpdate
(155)
This is the nested exception
org.postgresql.util.PSQLException: ERROR: relation "osee_server_lookup" does not exist
        at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1608
)
        at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1343)
        at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:343)
        at org.postgresql.jdbc2.AbstractJdbc2Statement.executeBatch(AbstractJdbc2Statement.java:2668
)
        at org.eclipse.osee.framework.database.internal.core.OseeDatabaseServiceImpl.runBatchUpdate(
OseeDatabaseServiceImpl.java:148)
        at org.eclipse.osee.framework.database.internal.core.OseeDatabaseServiceImpl.runBatchUpdate(
OseeDatabaseServiceImpl.java:169)
        at org.eclipse.osee.framework.database.core.ConnectionHandler.runBatchUpdate(ConnectionHandl
er.java:85)
        at org.eclipse.osee.framework.core.server.internal.ApplicationServerDataStore.deregisterWith
Db(ApplicationServerDataStore.java:74)
        at org.eclipse.osee.framework.core.server.internal.InternalOseeServerInfo.writeToDataStore(I
nternalOseeServerInfo.java:114)
        at org.eclipse.osee.framework.core.server.internal.InternalOseeServerInfo.updateRegistration
(InternalOseeServerInfo.java:122)
        at org.eclipse.osee.framework.core.server.internal.ApplicationServerManager.executeLookupReg
istration(ApplicationServerManager.java:90)
        at org.eclipse.osee.framework.core.server.internal.ApplicationServerManager$1.run(Applicatio
nServerManager.java:59)
        at java.util.TimerThread.mainLoop(Unknown Source)
        at java.util.TimerThread.run(Unknown Source)

Thu Oct 13 10:25:39 CEST 2011      org.eclipse.osee.framework.core.server.CoreServerActivator
INFO   org.eclipse.osee.framework.core.server.internal.ApplicationServerDataStore   deregisterWithDb
 (77)
Server lookup table not initialized

NOTE: I have exactly the same error if I try to install OSEE on a Linux environment (Ubuntu 10.04)