mvn:update-theme failing on solaris with Vaadin

Get this lovely stacktrace:

[ERROR]
/bin/sh -c ‘/devops/appl/jdk1.8.0_60/jre/bin/java’ ‘-classpath’ ‘/devops/bamboo/xml-data/build-dir/RES-WEEK-JOB1/src/main/webapp:/devops/bamboo/xml-data/build-dir/RES-WEEK-JOB1/target/classes:…:/devops/home/devops/.m2/repository/net/sf/jxls/jxls-reader/1.0.6/jxls-reader-1.0.6.jar’ ‘com.vaadin.server.themeutils.SASSAddonImportFileCreator’ ‘/devops/bamboo/xml-data/build-dir/RES-WEEK-JOB1/src/main/webapp/VAADIN/themes/mytheme’

[ERROR]
]] failed with status 127

(classpath shortened for sanity)

  • 've tested the java executable path - it works
  • If I run mvn:package from the command line, it fails a tthe same place
  • If I take the same command, and wrap from after the -c to the end in double quotes, it actually work

We’re working on getting the builds set up in Bamboo, but this seems to happen when running from the command line as well. Any thoughts are greatly appreciated.

In case it helps:
uname -a
SunOS xxxx 5.10 Generic_150400-09 sun4u sparc SUNW,Sun-Fire-V490

Thanks,
Jed