Sebastien Doyon created KARAF-5383:
--------------------------------------
Summary: Basic Karaf custom distribution cannot start on AIX
Key: KARAF-5383
URL: https://issues.apache.org/jira/browse/KARAF-5383
Project: Karaf
Issue Type: Bug
Components: karaf-feature
Affects Versions: 4.1.2, 4.1.1, 4.0.9
Environment: AIX (oslevel -s -> 7100-02-06-1441)
IBM J9 VM (build 2.8, JRE 1.8.0 AIX ppc64-64 Compressed References
20170722_357405
Reporter: Sebastien Doyon
A simple but custom distribution on Karaf start correctly on all tested windows
machines, on Linux server and Solaris.
It fails on AIX server with the described environment. It looks like the
install of the boot features is locking the bundle lock in one thread and it is
trying to stop the bundle in another thread but must wait on the bundle lock to
be released and notified.
I have attached a thread dump of the blocked jvm in AIX. Trying to debug the
same code on a windows machine does not follow the same thread path aka the
deployment is not done in the same threads/executors.
It looks like something plateform specific or plateform related behaviour.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)