I have a Amazon AWS VM with JasperReports Server and today i try to update it. During update phase prompt me with a error and upgrade stop.
All Output is in the pastebin link: http://pastebin.com/PWU3EzVt
Thanks.
3 Answers:
Posted on December 18, 2015 at 2:33am
Java version:
java version "1.7.0_91"
OpenJDK Runtime Environment (amzn-2.6.2.2.63.amzn1-x86_64 u91-b00)
OpenJDK 64-Bit Server VM (build 24.91-b01, mixed mode)
System configuration on pastebin: http://pastebin.com/BJ80Gn0a
Commands for update:
cd buildomatic/
cp sample_conf/postgresql_master.properties default_master.properties
nano default_master.properties
./js-upgrade-samedb-ce.sh test
./js-upgrade-samedb-ce.sh
Thanks