I've recently encountered an issue where a user's web based application requires Java 8 to run, but is calling Java 7 and causing a crash. The user has Java 8 attached as its own stack, but ther...
See more...
I've recently encountered an issue where a user's web based application requires Java 8 to run, but is calling Java 7 and causing a crash. The user has Java 8 attached as its own stack, but there's another stack attached which has Java 1.7 included. Whilst identifying the 1.7 stack in question, I removed all stacks but Java 1.8, and some default apps (Firefox, Chrome, Flash Player, etc). Upon reassigning all his previous stacks immediately for testing, I noticed that 1.8 was now taking precedence and the web based app was now working for the user. This leads me to believe that AppVolumes has some form of App heirarchy dependent on when it is assigned. Can anyone confirm? Cheers!