Release Management
Space shortcuts
Space Tools
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »


Upgrade to Release 1.7.12 from 1.7.09c


Version Information

Current Version:1.7.12
Release Date:October 31, 2019
License:Mozilla 2 Open Source License

Download

Descriptioni2b2 Released VersionMinimum Version RequiredDownload LinkRequirements
Files to upgrade the i2b2 server to 1.7.121.7.121.7.09c2b2core-war-1712.zipSee Technical Details section on the i2b2 Upgrades page.










 Notes

    • Release 1.7.12 contains changes to the i2b2 database and Web Client.
    • If you are upgrading to 1.7.12 from a release prior to 1.7.09c it is important you read the upgrade documentation before upgrading your system because earlier upgrades had changes to properties files. When a release has a change to a property file as did 1.7.09 we will make note of it and outline the steps to merge the changes into your local properties file.

Upgrade Instructions

Knowing some sites have remained on JBoss 7 while some have upgraded to WildFly 10, we have gone ahead and provided Step-by-Step Instructions for both scenarios. For the most part the overall process is very similar. What is different, is the path in which the files reside. Expand the box below to see an example of the differences between the two path names.



Example Paths to i2b2.war
JBoss 7 path
/opt/jboss-as-7.1.1.Final/standalone/deployments/i2b2.war/




WildFly 10 path
/opt/wildfly-10.0.0.Final/standalone/deployments/i2b2.war/








Step-by-Step Instructions for WildFly

In the following instructions the variable { version } refers to your version of Wildfly installed.  We have tested with Wildfly 10, 14, and 17.

Stop WildFly


Linux Example
$ /opt/wildfly-{version}.Final/bin/jboss-cli.sh --connect command=:shutdown



Backup your existing i2b2.war directory


Linux

On Linux, make a copy of /opt/wildfly-{version}.Final/standalone/deployments/i2b2.war/ and save it to a different location outside of /opt/wildfly-{version}.Final/ 




Windows

On Windows, make a copy of c:\opt\wildfly-{version}.Final\standalone\deployments\i2b2.war\ and save it to a different location outside of c:\opt\wildfly-{version}.Final



Delete i2b2.war.deployed file


Linux Example
$ rm /opt/wildfly-{version}.Final/standalone/deployments/i2b2.war.deployed



Starting in 1.7.12 i2b2 will be using a .war file instead of the folder that contains the extension .war.   In future version the upgrade will be replacing the existing .war file with a new war file.



Extract / copy the deployment files from the upgrade zip file to your WildFly deployments directory




Copy the i2b2.war into your existing WildFly deployment directory.



Linux Example
$ cp deployments/i2b2.war /opt/wildfly-{version}.Final/standalone/deployments



Start WildFly



Linux Example
$ /opt/wildfly-{version}.Final/bin/standalone.sh -b 0.0.0.0 &



Verify your upgrade



Test Web Client

Navigate to your local i2b2 Web Client in your preferred browser and verify you are able to log on and perform standard i2b2 functions. (e.g. Run queries, retrieve previous queries, view breakdowns, etc.)






Contents of the Zip File


i2b2upgrade-1709c-to-1711.zip


database/

Crcdata/

scripts/

oracle/

query_demo_insert_data.sql

postgresql/

query_demo_insert_data.sql

sqlserver/

query_demo_insert_data.sql

crc_create_query_oracle.sql

crc_create_query_postgresql.sql

crc_create_qyert_sqlserver.sql

Metadata/

ont_oracle.sql

ony_postgresql.sql

ont_sqlserver.sql

Pmdata/

upgrade_oracle_i2b2pm_tables.sql

upgrade_postgresql_i2b2pm_tables.sql

upgrade_sqlserver_i2b2pm_tables.sql


deployments/

deployments/i2b2.war/ 

deployments/i2b2.war/WEB-INF/

deployments/i2b2.war/WEB-INF/lib/

deployments/i2b2.war/WEB-INF/lib/CRC-core.jar

deployments/i2b2.war/WEB-INF/lib/FR-core.jar

deployments/i2b2.war/WEB-INF/lib/i2b2Common-core.jar

deployments/i2b2.war/WEB-INF/lib/IM-core.jar

deployments/i2b2.war/WEB-INF/lib/Ontology-core.jar

deployments/i2b2.war/WEB-INF/lib/ProjectManagement-core.jar

deployments/i2b2.war/WEB-INF/lib/Workplace-core.jar

deployments/i2b2.war/WEB-INF/services/

deployments/i2b2.war/WEB-INF/services/CRC.aar

deployments/i2b2.war/WEB-INF/services/FR.aar

deployments/i2b2.war/WEB-INF/services/IM.aar

deployments/i2b2.war/WEB-INF/services/ProjectManagement.aar

deployments/i2b2.war/WEB-INF/services/Ontology.aar

deployments/i2b2.war/WEB-INF/services/Workplace.aar

deployments/i2b2.war.dodeploy







  • No labels