We are still experiencing difficulty. We uninstalled gluu, reinstalled it, and cannot get it working.
The start of the wrapper.log is:
Start of log:
STATUS | wrapper | 2016/11/12 09:29:33 | --> Wrapper Started as Daemon
STATUS | wrapper | 2016/11/12 09:29:33 | Java Service Wrapper Community Edition 64-bit 3.5.27
STATUS | wrapper | 2016/11/12 09:29:33 | Copyright (C) 1999-2015 Tanuki Software, Ltd. All Rights Reserved.
STATUS | wrapper | 2016/11/12 09:29:33 | http://wrapper.tanukisoftware.com
STATUS | wrapper | 2016/11/12 09:29:33 |
WARN | wrapper | 2016/11/12 09:29:33 | The value of wrapper.java.command does not appear to be a java binary.
WARN | wrapper | 2016/11/12 09:29:33 | The use of scripts is not supported. Trying to continue, but some features may not work correctly..
STATUS | wrapper | 2016/11/12 09:29:33 | Launching a JVM...
INFO | jvm 1 | 2016/11/12 09:29:33 | WrapperManager: Initializing...
INFO | jvm 1 | 2016/11/12 09:29:34 | Nov 12, 2016 9:29:34 AM org.apache.tomcat.util.digester.SetPropertiesRule begin
INFO | jvm 1 | 2016/11/12 09:29:34 | WARNING: [SetPropertiesRule]{Server/Service/Engine/Host} Setting property 'xmlValidation' to 'false' did not find a matching property.
INFO | jvm 1 | 2016/11/12 09:29:34 | Nov 12, 2016 9:29:34 AM org.apache.tomcat.util.digester.SetPropertiesRule begin
...
then we get
INFO | jvm 1 | 2016/11/12 09:36:30 | INFO: JSF1048: PostConstruct/PreDestroy annotations present. ManagedBeans methods marked with these annotations will have said annotations processed.
STATUS | wrapper | 2016/11/12 09:36:38 | JVM received a signal SIGKILL (9).
STATUS | wrapper | 2016/11/12 09:36:38 | JVM process is gone.
ERROR | wrapper | 2016/11/12 09:36:38 | JVM exited unexpectedly.
WARN | wrapper | 2016/11/12 09:36:42 | The value of wrapper.java.command does not appear to be a java binary.
WARN | wrapper | 2016/11/12 09:36:42 | The use of scripts is not supported. Trying to continue, but some features may not work correctly..
STATUS | wrapper | 2016/11/12 09:36:43 | Launching a JVM...
INFO | jvm 2 | 2016/11/12 09:36:43 | WrapperManager: Initializing...
INFO | jvm 9 | 2016/11/12 10:03:54 | 2016-11-12 10:03:54,762 INFO [org.jboss.seam.Component] Component: xmlService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.XmlService
INFO | jvm 9 | 2016/11/12 10:03:54 | 2016-11-12 10:03:54,768 WARN [org.jboss.seam.security.permission.PersistentPermissionResolver] no permission store available - please install a PermissionStore with the name 'org.jboss.seam.security.jpaPermissionStore' if persistent permissions are required.
It appears the jboss.seam.security.permission store is the problem, causing the WARN | wrapper | 2016/11/12 09:36:42 | The value of wrapper.java.command does not appear to be a java binary.
WARN | wrapper | 2016/11/12 09:36:42 | The use of scripts is not supported. Trying to continue, but some features may not work correctly..
Then the attempt to run scripts causes a SIGKILL (9)
I have the log in a tar if you want.
Advice needed please.
Thank you