Skip to content

Commit e7cde5b

Browse files
committed
Fix marshal exception when load image in vfrap, BioFormats 0.0.9
1 parent 6eb7bfd commit e7cde5b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docker/build/Dockerfile-clientgen-dev

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ ENV compiler_updateSiteBaseUrl="update-site-not-set" \
4747
compiler_vcellVersion=VCELL-VERSION-NOT-SET \
4848
compiler_vcellBuild=VCELL-BUILD-NOT-SET \
4949
compiler_rmiHosts="apihost-not-set:api-port-not-set" \
50-
compiler_bioformatsJarFile=vcell-bioformats-0.0.8-jar-with-dependencies.jar \
51-
compiler_bioformatsJarDownloadURL=http://vcell.org/webstart/vcell-bioformats-0.0.8-jar-with-dependencies.jar \
50+
compiler_bioformatsJarFile=vcell-bioformats-0.0.9-jar-with-dependencies.jar \
51+
compiler_bioformatsJarDownloadURL=http://vcell.org/webstart/vcell-bioformats-0.0.9-jar-with-dependencies.jar \
5252
compiler_applicationId="client-applicationId-not-set" \
5353
macJre=macosx-amd64-1.8.0_141 \
5454
win64Jre=windows-amd64-1.8.0_141 \

docker/swarm/serverconfig-uch.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ VCELL_SECRETS_DIR=/usr/local/deploy
185185
VCELL_DEPLOY_SECRETS_DIR=/usr/local/deploy
186186
VCELL_SITE_CAMEL=${_site_camel}
187187
VCELL_UPDATE_SITE=http://vcell.org/webstart/${_site_camel}
188-
VCELL_BIOFORMATS_JAR_FILE=vcell-bioformats-0.0.8-jar-with-dependencies.jar
189-
VCELL_BIOFORMATS_JAR_URL=http://vcell.org/webstart/vcell-bioformats-0.0.8-jar-with-dependencies.jar
188+
VCELL_BIOFORMATS_JAR_FILE=vcell-bioformats-0.0.9-jar-with-dependencies.jar
189+
VCELL_BIOFORMATS_JAR_URL=http://vcell.org/webstart/vcell-bioformats-0.0.9-jar-with-dependencies.jar
190190
VCELL_INSTALLER_JRE_MAC=macosx-amd64-1.8.0_141
191191
VCELL_INSTALLER_JRE_WIN64=windows-amd64-1.8.0_141
192192
VCELL_INSTALLER_JRE_WIN32=windows-x86-1.8.0_141

vcell.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ MAIN_CLASS=cbit.vcell.client.test.VCellClientTest
55

66
props="-Dvcell.installDir=$PWD"
77
props="${props} -Dvcell.softwareVersion=standalone_VCell_7.0"
8-
props="${props} -Dvcell.bioformatsJarFileName=vcell-bioformats-0.0.8-jar-with-dependencies.jar"
9-
props="${props} -Dvcell.bioformatsJarDownloadURL=http://vcell.org/webstart/vcell-bioformats-0.0.8-jar-with-dependencies.jar"
8+
props="${props} -Dvcell.bioformatsJarFileName=vcell-bioformats-0.0.9-jar-with-dependencies.jar"
9+
props="${props} -Dvcell.bioformatsJarDownloadURL=http://vcell.org/webstart/vcell-bioformats-0.0.9-jar-with-dependencies.jar"
1010

1111
echo java ${props} -cp $CLASSPATH $MAIN_CLASS vcellapi.cam.uchc.edu:443
1212
java ${props} -cp $CLASSPATH $MAIN_CLASS vcellapi.cam.uchc.edu:443

0 commit comments

Comments
 (0)