ant -f data_build.xml create_crcdata_tables_release_1-7
Buildfile: /usr/local/bin/i2b2/i2b2-data/edu.harvard.i2b2.data/Release_1-7/NewInstall/Crcdata/data_build.xml
init:
create_crcdata_tables_release_1-7:
BUILD FAILED
/usr/local/bin/i2b2/i2b2-data/edu.harvard.i2b2.data/Release_1-7/NewInstall/Crcdata/data_build.xml:41: java.sql.SQLException: ORA-01017: invalid username/password; logon denied
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:331)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:283)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:278)
at oracle.jdbc.driver.T4CTTIoauthenticate.receiveOauth(T4CTTIoauthenticate.java:790)
at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:362)
at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:420)
at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:165)
at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:35)
at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:801)
at org.apache.tools.ant.taskdefs.JDBCTask.getConnection(JDBCTask.java:366)
at org.apache.tools.ant.taskdefs.SQLExec.getConnection(SQLExec.java:963)
at org.apache.tools.ant.taskdefs.SQLExec.execute(SQLExec.java:628)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:293)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
at org.apache.tools.ant.Task.perform(Task.java:348)
at org.apache.tools.ant.Target.execute(Target.java:435)
at org.apache.tools.ant.Target.performTasks(Target.java:456)
at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1405)
at org.apache.tools.ant.Project.executeTarget(Project.java:1376)
at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
at org.apache.tools.ant.Project.executeTargets(Project.java:1260)
at org.apache.tools.ant.Main.runBuild(Main.java:853)
at org.apache.tools.ant.Main.startAnt(Main.java:235)
at org.apache.tools.ant.launch.Launcher.run(Launcher.java:285)
at org.apache.tools.ant.launch.Launcher.main(Launcher.java:112)
Total time: 0 seconds
# Database setup parameters
db.type=oracle
db.username=i2b2demodata
db.password=demouser
db.server=ORACLE:1521:xe
db.driver=oracle.jdbc.driver.OracleDriver
db.url=jdbc:oracle:thin:@ORACLE:1521:xe
db.project=demo
Hello,
For many cells under etc/jboss/ there are *ds.xml files. Did you edit any of those? Based on the error you may want to look at the CRC cell.
-Peter
--
You received this message because you are subscribed to the Google Groups "i2b2 Install Help" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
i2b2-install-h...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Can you logon using sqlplus i2b2demodata/demouser@XE?
-mike
The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.
dev-i2b2-data-master/edu.harvard.i2b2.data/Release_1-7/NewInstall
To see what you are using. I've seen this error message trying to connect to an Oracle 12c database with that old JDBC driver. Upgrade that driver file and I bet it will work. I think older versions of the Oracle client may have sent the password in all uppercase and newer Oracle versions have case sensitive passwords.
Upgrade to the correct ojdbc driver file in the directory and give it another whirl. I used the ojdbc7.jar file. NOTE also you will to change the data_build.xml file in each directory (Crcdata, etc.) as follows:
<target name="init" description="Prepare for build">
<path id="classpath">
<!-- <pathelement location="../ojdbc14.jar" /> -->
<pathelement location="../ojdbc7.jar" />
<pathelement location="../sqljdbc.jar"/>
<pathelement location="../postgresql-9.2-1002.jdbc4.jar"/>
</path>
</target>
Hope this helps!
Hubert Hickman
Senior Associate
Essex Management, LLC

Hello,
We dockerized one of our i2b2 instances recently, I don’t think the dev folks are yet on the google group, but I reached out to them and they had this nugget of info.
Hi Peter,
Here's what we have for i2b2_config_data.js. The domain comes from the pm_hive_data table. "wildlfy" in "urlCellPM" below is the wildfly/jboss container service name.
{
urlProxy: "index.php",
urlFramework: "js-i2b2/",
lstDomains: [
{
domain: "octri",
name: "OHSU",
debug: true,
allowAnalysis: true,
urlCellPM: "http://wildfly:9090/i2b2/services/PMService/"
}
]
}
Maybe that will get them a little further.
Weldon
--
---------------------------------------------------------
Kavishwar B. Wagholikar, MD PhD
Assistant Professor of Medicine, Harvard Medical School
Assistant in Computer Science, Massachusetts General Hospital
--
You received this message because you are subscribed to a topic in the Google Groups "i2b2 Install Help" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/i2b2-install-help/s7yuasIhJpk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to i2b2-install-help+unsubscribe@googlegroups.com.