Release Management
Space shortcuts
Space Tools

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Document Properties Marker
doctypedocsection
hidetrue
overridetrue
Doctypedocsectionhide
Namei2b2 Software Upgrade 
Short Descriptioncreated by the project. 
Tagsreferences 
Sort Keyhide

Current Released Version of the i2b2 Software

UPDATE WITH INFORMATION ABOUT THIS PAGE

 

 

Version Information

Latest Version:1.7.08b
Release Date:December 14, 2016
License:i2b2 Open Source License

 

 

Release Summary

The latest release for the i2b2 Software is version 1.7.08b, this release fixed a minor issue where the CRC wasn't updating the BATCH_MODE in the database table. When a query finished running, the BATCH_MODE would remain as PROCESSING instead of FINISHED. This caused a problem in the i2b2 Workbench where the Timeline would not automatically generate when the query finished.

 

Documentation

 

DescriptionDownload / View Link
Current Release NotesImage Removed 1.7.08b Release Notes
Installation GuideImage Removed i2b2 Installation Guide
VMWare Installation GuideImage Removed
i2b2 Workbench DocumentationImage Removed

 

 

 

Download Software Files

i2b2 Source Code

DescriptionSoftware VersionDownload LinkAdditional Documentation
i2b2 Core Source Code1.7.08bImage Removed i2b2core-src-1708b.zip 
i2b2 Web Client Source Code1.7.08aImage Removed  i2b2webclient-1708a.zip 
i2b2 Workbench Source Image Removed 

 

JAR Files

DescriptionSoftware VersionDownload LinkAdditional Documentation
 1.7.08bImage Removed  
  Image Removed 

VMWare Images

DescriptionSoftware VersionDownload LinkAdditional Documentation
Complete VMware i2b2 server installed on CentOS

i2b2 server = 1.7.08b

Web client = 1.7.08a

Image Removed i2b2vmware-1708b.zip

 

Info Box
titleLogin Credentials for VM Image

After you have downloaded and installed the VMware Image, please use the following login credentials for CentOS:

User: demo (or root

Password: demouser 

 

Client Desktop Application

DescriptionSoftware VersionDownload LinkAdditional Documentation
i2b2 Workbench for Windows1.7.07Image Removed 
i2b2 Workbench for Mac1.7.07Image Removed 

New Upgrade Path: Precompiled JARs

The release of i2b2 1.7.08 introduced a major platform change in which the JBoss 7 application server was replaced with WildFly 10 (formerly known as “JBoss” 10), and JDK 8 became required.

With consideration that you may be using custom ports, proxies, HTTPS, and other custom configurations that must be re-setup in WildFly from scratch and/or may be incompatible with WildFly, we have introduced a new upgrade path for using your existing JBoss 7 with i2b2 1.7.08b by providing drop-in JARs.

Anchor
technical
technical
Technical Details

We are providing a zip file containing a pre-compiled version of i2b2 1.7.08b that you can drop into your existing instance to upgrade i2b2. The JARs were compiled with JDK 7 and will run in your existing JBoss 7 application server. The upgrade technique will work on both Linux and Windows environments.

You should meet all of the following requirements to use this upgrade path:

  •  You should be running JBoss 7 (tested on JBoss-as-7.1.1.Final) and JRE 7
  •  You are on i2b2 versions 1.7.05, 1.7.06, or 1.7.07
  •  You either installed i2b2 from source or are using the i2b2 VMWare virtual machine (1.7.05, 1.7.06, or 1.7.07 only)

Step-by-step Instructions

1. Stop JBoss

For example, on Linux:

$ /opt/jboss-as-7.1.1.Final/bin/jboss-cli.sh --connection :shutdown

2. Backup your existing i2b2.war directory

On Linux, make a copy of /opt/jboss-as-7.1.1.Final/standalone/deployments/i2b2.war/ to a different location outside of /opt/jboss-as-7.1.1.Final/

On Windows, make a copy of c:\opt\jboss-as-7.1.1.Final\standalone\deployments\i2b2.war\ to a different location outside of c:\opt\jboss-as-7.1.1.Final\

3. Delete the i2b2.war.deployed file

For example, on Linux:

$ rm /opt/jboss-as-7.1.1.Final/standalone/deployments/i2b2.war.deployed

4. Extract/copy the files from the zip file to your JBoss deployments directory

The zip file contains the following file structure:

i2b2 Upgrade Instructions for 1.7.05 to 1.7.08b.pdf
deployments/
deployments/i2b2.war.dodeploy
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/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/Ontology.aar
deployments/i2b2.war/WEB-INF/services/ProjectManagement.aar
deployments/i2b2.war/WEB-INF/services/Workplace.aar

You should copy the deployments directory into your existing JBoss standalone directory, replacing any existing file when prompted.

For example, on Linux:

$ unzip i2b2_upgrade_1.7.05_to_1.7.08b.zip
$ cp -r deployments /opt/jboss-as-7.1.1.Final/standalone/

5. Start JBoss

For example, on Linux:

$ /opt/jboss-as-7.1.1.Final/bin/standalone.sh -b 0.0.0.0 &

6. Verify your upgrade

Navigate to your local i2b2 web client in your browser and verify that i2b2 is working normally (e.g. confirm that queries can run and complete, and previous queries can be retrieved, etc.)

Download

Descriptioni2b2 VersionFile SizeDownload LinkRequirements
i2b2 1.7.05+ to 1.7.08b Server Upgrade1.7.08b3.5 MBImage Added i2b2_upgrade_1.7.05_to_1.7.08b.zipSee Technical Details section above.

Notes

  • These upgrade instructions are to upgrade the server software of i2b2 only. You will want to grab the latest i2b2 web client zip and deploy it as normal.
  • In April 2016, we provided instructions to patch a potential security vulnerability in JBoss 7, specifically in the commons-collections-3.2.1.jar shipped with JBoss 7.