Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not create the Java Virtual Machine #149

Open
fxbayuanggara opened this issue Jan 5, 2022 · 1 comment
Open

Could not create the Java Virtual Machine #149

fxbayuanggara opened this issue Jan 5, 2022 · 1 comment

Comments

@fxbayuanggara
Copy link

Description

docker-compose up -d not working, the Jira image is exited

Steps to Reproduce

  1. Cloning this git repository
  2. Running docker-compose up -d

Expected behavior: Jira running on my local docker (MacBook)

Actual behavior: Jira image exited (Could not create the Java Virtual Machine.)

@zebrassimo
Copy link

Same here, but with some more info. We're runnung this on mac os 12.1 on an arm processor, docker version 4.4.2 (73305). The issue seems to come from FELIX-5765. The issue is still open on their Jira site 🥇 but comments say it's been fixed in the framework-7.0.0. The docker hub page says, it's for Linux/AMD64, but I don't believe it's because of the processor architecture.

This is the end of the logfile (no errors before):

___ Database Configuration _________________

     Loading entityengine.xml from                 : file:/opt/jira/atlassian-jira/WEB-INF/classes/entityengine.xml
     Entity model field type name                  : postgres72
     Entity model schema name                      : public
     Database Version                              : PostgreSQL - 9.5.25
     Database Driver                               : PostgreSQL JDBC Driver - 42.2.5
     Database URL                                  : jdbc:postgresql://postgresql:5432/jiradb
     Database JDBC config                          : postgres72 jdbc:postgresql://postgresql:5432/jiradb

2022-01-30 14:15:27,901+0000 JIRA-Bootstrap INFO [c.a.jira.startup.JiraStartupLogger]

___ Starting the JIRA Plugin System _________________

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.apache.felix.framework.ext.ClassPathExtenderFactory$DefaultClassLoaderExtender (file:/opt/jira/atlassian-jira/WEB-INF/lib/org.apache.felix.framework-5.6.12.jar) to method java.net.URLClassLoader.addURL(java.net.URL)
WARNING: Please consider reporting this to the maintainers of org.apache.felix.framework.ext.ClassPathExtenderFactory$DefaultClassLoaderExtender
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release

*** Invalid JIT return address 0000000DF6A3D9DD in 0000000002210108

14:17:29.805 0x220fe00 j9vm.249 * ** ASSERTION FAILED ** at ../../../../../openj9/runtime/vm/swalk.c:1565: ((0 ))
JVMDUMP039I Processing dump event "traceassert", detail "" at 2022/01/30 14:17:29 - please wait.
JVMDUMP032I JVM requested System dump using '/var/atlassian/jira/core.20220130.141729.9.0001.dmp' in response to an event
JVMDUMP010I System dump written to /var/atlassian/jira/core.20220130.141729.9.0001.dmp
JVMDUMP032I JVM requested Java dump using '/var/atlassian/jira/javacore.20220130.141729.9.0002.txt' in response to an event

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants