Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.3.00
-
None
-
None
-
i2b2Server-src-13
Mac OS X - 10.5.7, Using Java 1.5.0_19, tomcat 5.5.23 on 8080, hssql (by default), firefox 3.5
Description
I am trying to install i2b2 PM module using 1.3 installation guide. I followed guide and created demo site but unfortunately when trying to connect using i2b2 workbench, I am getting following error.
"YourSite is not associated with this domain i2b2. Please check the i1b2workbench.properties file"
My properties file is as follows
-----
writeTimelineFile=yes
applicationName=i2b2
messageversion=1.1
demoUser=no
#I2b2.1=HarvardDemo,REST,http://services.i2b2.org/PM/rest/PMService/
i2b2.1=YourSite,REST,http://localhost:8080/axis2/rest/PMService/
-----
Also domain name in "Manage Environment Data" is i2b2 under production.
My tomcat log looks like following when I try to connect using work bench. Also, I do not see any other errors during start up.
-----
451:INFO:(PersistenceManagerFactory.java:createGridSphereRdbms:35)
< Trying to get Gridsphere PM! >
Initializing c3p0 pool... com.mchange.v2.c3p0.PoolBackedDataSource@c68c8b [ connectionPoolDataSource -> com.mchange.v2.c3p0.WrapperConnectionPoolDataSource@147414 [ acquireIncrement -> 2, autoCommitOnClose -> false, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, idleConnectionTestPeriod -> 3000, initialPoolSize -> 2, maxIdleTime -> 5000, maxPoolSize -> 10, maxStatements -> 0, minPoolSize -> 2, nestedDataSource -> com.mchange.v2.c3p0.DriverManagerDataSource@1b4e69 [ description -> null, driverClass -> null, factoryClassLocation -> null, jdbcUrl -> jdbc:hsqldb:/opt/apache-tomcat/webapps/gridsphere/WEB-INF/CustomPortal/database/gridsphere, properties -> {user=sa, password=, autocommit=true, shutdown=true} ] , propertyCycle -> 300, testConnectionOnCheckout -> false ] , factoryClassLocation -> null, numHelperThreads -> 3 ]
10400:INFO:(PersistenceManagerFactory.java:createGridSphereRdbms:35)
< Trying to get Gridsphere PM! >
10402:INFO:(PersistenceManagerFactory.java:createGridSphereRdbms:35)
< Trying to get Gridsphere PM! >
10405:INFO:(PersistenceManagerFactory.java:createPersistenceManagerRdbms:57)
< Creating new PM for :default >
"YourSite is not associated with this domain i2b2. Please check the i1b2workbench.properties file"
My properties file is as follows
-----
writeTimelineFile=yes
applicationName=i2b2
messageversion=1.1
demoUser=no
#I2b2.1=HarvardDemo,REST,http://services.i2b2.org/PM/rest/PMService/
i2b2.1=YourSite,REST,http://localhost:8080/axis2/rest/PMService/
-----
Also domain name in "Manage Environment Data" is i2b2 under production.
My tomcat log looks like following when I try to connect using work bench. Also, I do not see any other errors during start up.
-----
451:INFO:(PersistenceManagerFactory.java:createGridSphereRdbms:35)
< Trying to get Gridsphere PM! >
Initializing c3p0 pool... com.mchange.v2.c3p0.PoolBackedDataSource@c68c8b [ connectionPoolDataSource -> com.mchange.v2.c3p0.WrapperConnectionPoolDataSource@147414 [ acquireIncrement -> 2, autoCommitOnClose -> false, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, idleConnectionTestPeriod -> 3000, initialPoolSize -> 2, maxIdleTime -> 5000, maxPoolSize -> 10, maxStatements -> 0, minPoolSize -> 2, nestedDataSource -> com.mchange.v2.c3p0.DriverManagerDataSource@1b4e69 [ description -> null, driverClass -> null, factoryClassLocation -> null, jdbcUrl -> jdbc:hsqldb:/opt/apache-tomcat/webapps/gridsphere/WEB-INF/CustomPortal/database/gridsphere, properties -> {user=sa, password=, autocommit=true, shutdown=true} ] , propertyCycle -> 300, testConnectionOnCheckout -> false ] , factoryClassLocation -> null, numHelperThreads -> 3 ]
10400:INFO:(PersistenceManagerFactory.java:createGridSphereRdbms:35)
< Trying to get Gridsphere PM! >
10402:INFO:(PersistenceManagerFactory.java:createGridSphereRdbms:35)
< Trying to get Gridsphere PM! >
10405:INFO:(PersistenceManagerFactory.java:createPersistenceManagerRdbms:57)
< Creating new PM for :default >