|
|
|
|
|
|
|
Re: OSEE Quickstart - Tutorial to get you up and running... [message #572796 is a reply to message #12852] |
Tue, 21 April 2009 11:02  |
Eclipse User |
|
|
|
I took a chance and assumed the Application Server was running and
executed the OSEE Demo Database initialization - it worked (with SEVERE
errors being reported, see below) and I was able to spin up the tutorial
version of eclipse and start working through the slides.
Results of db init:
C:\all-in-one>eclipsec -application
org.eclipse.osee.framework.database.configClient -vmargs -Xmx512m
-Dosee.log.default=INFO -Dosee.application.server=http
://localhost:8089
-Dosee.authentication.protocol=trustAllDosee.prompt.on.db.in it=false
-Dosee.choice.on.db.init="OSEE Demo Database"
Adding:
org.eclipse.osee.framework.core.client.internal.ClientDataba seProvider @132ae7
OSEE Application Server Validation [PASSED]
Tue Apr 21 11:27:06 ADT 2009
org.eclipse.osee.framework.core.client.CoreClientActivator
INFO
org.eclipse.osee.framework.core.client.server.HttpServer$Int ernalHttpServer
run (136)
Starting HttpServer on port: [18001]
Are you sure you want to configure: OSEE:osee
Enter: [Y|N]
Y
Tue Apr 21 11:27:12 ADT 2009
org.eclipse.osee.framework.database.DatabaseActivator
INFO
org.eclipse.osee.framework.database.initialize.DatabaseIniti alizationOperation
execute (94)
Configuring Database...
Tue Apr 21 11:27:12 ADT 2009
org.eclipse.osee.framework.db.connection.internal.InternalAc tivator
INFO org.eclipse.osee.framework.db.connection.OseeConnectionPool
getConnection (71)
getConnection - jdbc:postgresql://localhost:5432/OSEE - connection pool
size [1]
...
many INFO messages
...
Tue Apr 21 11:27:49 ADT 2009
org.eclipse.osee.framework.database.DatabaseActivator
INFO
org.eclipse.osee.framework.database.initialize.DatabaseIniti alizationOperation
runDbInitTasks (219)
Starting [org.eclipse.osee.framework.skynet.core.PostDbUserCleanUp]
execution rule [Default]
Tue Apr 21 11:27:49 ADT 2009
org.eclipse.osee.framework.skynet.core.SkynetActivator
INFO org.eclipse.osee.framework.skynet.core.dbinit.PostDbUserClea nUp
run (39)
Post Initialization User Clean-up
Tue Apr 21 11:27:49 ADT 2009
org.eclipse.osee.framework.core.client.CoreClientActivator
INFO
org.eclipse.osee.framework.core.client.internal.InternalClie ntSessionManager
internalReleaseSession (163)
Session [AAABIMkSsNIBewmYQk6vaw] released.
Tue Apr 21 11:27:49 ADT 2009
org.eclipse.osee.framework.core.client.CoreClientActivator
SEVERE
org.eclipse.osee.framework.core.client.internal.InternalClie ntSessionManager
ensureSessionCreated (139)
http://localhost:8089/osee/session?operation=create
org.eclipse.osee.framework.core.exception.OseeAuthentication Exception:
http://localhost:8089/osee/session?operation=create
at
org.eclipse.osee.framework.core.client.internal.InternalClie ntSessionManager.internalAcquireSession(InternalClientSessio nManager.java:215)
at
org.eclipse.osee.framework.core.client.internal.InternalClie ntSessionManager.authenticate(InternalClientSessionManager.j ava:111)
at
org.eclipse.osee.framework.core.client.internal.InternalClie ntSessionManager.ensureSessionCreated(InternalClientSessionM anager.java:128)
at
org.eclipse.osee.framework.core.client.ClientSessionManager. ensureSessionCreated(ClientSessionManager.java:38)
at
org.eclipse.osee.framework.skynet.core.ClientUser.populateCu rrentUser(ClientUser.java:58)
at
org.eclipse.osee.framework.skynet.core.ClientUser.getMainUse r(ClientUser.java:48)
at
org.eclipse.osee.framework.skynet.core.UserManager.getUser(U serManager.java:69)
at
org.eclipse.osee.framework.skynet.core.dbinit.PostDbUserClea nUp.run(PostDbUserCleanUp.java:61)
at
org.eclipse.osee.framework.database.initialize.DatabaseIniti alizationOperation.runDbInitTasks(DatabaseInitializationOper ation.java:224)
at
org.eclipse.osee.framework.database.initialize.DatabaseIniti alizationOperation.processTask(DatabaseInitializationOperati on.java:126)
at
org.eclipse.osee.framework.database.initialize.DatabaseIniti alizationOperation.execute(DatabaseInitializationOperation.j ava:99)
at
org.eclipse.osee.framework.database.initialize.DatabaseIniti alizationOperation.executeConfigureFromJvmProperties(Databas eInitializationOperation.
java:294)
at
org.eclipse.osee.framework.database.ConfigDatabase.start(Con figDatabase.java:32)
at
org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:193)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:110)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:79)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:386)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 549)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
Caused by: java.io.IOException: Error during POST
[http://localhost:8089/osee/session?operation=create] - status code: [500]
at
org.eclipse.osee.framework.jdk.core.util.HttpProcessor.post( HttpProcessor.java:116)
at
org.eclipse.osee.framework.core.client.internal.InternalClie ntSessionManager.internalAcquireSession(InternalClientSessio nManager.java:210)
... 24 more
Caused by: java.lang.Exception: HTTP/1.1 500 Internal Server Error
at
org.eclipse.osee.framework.jdk.core.util.HttpProcessor.post( HttpProcessor.java:108)
... 25 more
Tue Apr 21 11:27:49 ADT 2009
org.eclipse.osee.framework.skynet.core.SkynetActivator
INFO org.eclipse.osee.framework.skynet.core.ClientUser setCurrentUser
(91)
You are logged into OSEE as "Guest". If this is unexpected notify your
OSEE admin
Tue Apr 21 11:27:49 ADT 2009
org.eclipse.osee.framework.database.DatabaseActivator
INFO
org.eclipse.osee.framework.database.initialize.DatabaseIniti alizationOperation
runDbInitTasks (219)
Starting [org.eclipse.osee.framework.skynet.core.SkynetDbBranchDataIm port]
execution rule [Default]
Tue Apr 21 11:27:49 ADT 2009
org.eclipse.osee.framework.database.DatabaseActivator
INFO
org.eclipse.osee.framework.database.initialize.DatabaseIniti alizationOperation
runDbInitTasks (219)
Starting [org.eclipse.osee.framework.database.PostDbInitializationPro cess]
execution rule [Default]
Tue Apr 21 11:27:49 ADT 2009
org.eclipse.osee.framework.database.initialize.tasks.PostDat abaseInitialization
INFO
org.eclipse.osee.framework.database.initialize.tasks.PostDat abaseInitialization
run (35)
Running Post-Initialization Process...
Tue Apr 21 11:27:49 ADT 2009
org.eclipse.osee.framework.database.initialize.tasks.PostDat abaseInitialization
INFO
org.eclipse.osee.framework.database.initialize.tasks.PostDat abaseInitialization
run (39)
Vacuumiing PostgreSQL
Tue Apr 21 11:27:51 ADT 2009
org.eclipse.osee.framework.database.DatabaseActivator
INFO
org.eclipse.osee.framework.database.initialize.DatabaseIniti alizationOperation
processTask (136)
Database Initialization Complete.
Database Configurationg completed in [38.625 secs] ms
Removing:
org.eclipse.osee.framework.core.client.internal.ClientDataba seProvider @132ae7
Tue Apr 21 11:27:51 ADT 2009
org.eclipse.osee.framework.core.client.CoreClientActivator
INFO
org.eclipse.osee.framework.core.client.internal.InternalClie ntSessionManager
internalReleaseSession (163)
Session [AAABIMkTV7ABgu9rSXachA] released.
|
|
|
|
Powered by
FUDForum. Page generated in 0.08443 seconds