Questions tagged [adoptopenjdk]

AdoptOpenJDK is a community of Java User Group (JUG) members, Java developers and vendors with the purpose of producing high-quality runtimes and associated technology for use within the Java ecosystem. The Eclipse Adoptium project is the continuation of the original AdoptOpenJDK mission.

106 questions
0
votes
1 answer

How to adjust the heap size for application using adoptopenjdk in docker container

I'm running hypergraphql in a docker container with the Dockerfile: FROM adoptopenjdk/openjdk8 RUN curl https://www.hypergraphql.org/resources/hypergraphql-1.0.3-exe.jar --output hypergraphql-1.0.3-exe.jar EXPOSE 8080 CMD ["java", "-jar",…
Jaana
  • 75
  • 5
0
votes
0 answers

Is it possible to use openjdk by excluding JIT shipped with it?

Need this to check whether JIT is causing crash during execution as below: Unhandled exception Type=Illegal instruction vmState=0x00000000 J9Generic_Signal_Number=00000048 Signal_Number=00000004 Error_Value=00000000 Signal_Code=00000002
NamrataB
  • 185
  • 10
0
votes
2 answers

Java Springboot build fails in raspberry pi

Summary I'm trying to build springboot application on my raspberry pi and I get SIGBUS (0x7) error Error: # A fatal error has been detected by the Java Runtime Environment: # # SIGBUS (0x7) at pc=0xb3de3a84, pid=7, tid=32 # # JRE version: OpenJDK…
Nikhil.Nixel
  • 394
  • 5
  • 15
0
votes
0 answers

Java web Application Load testing Failing with OpenJDK 11.0.2 but works with Adopt Open JDK 11.0.9.1

I am troubleshooting an issue where I have a java web application. The web application is deployed in Tomcat. The web application makes a call to the backend server using java.net.HttpURLConnection. I am facing an issue when this application is…
0
votes
1 answer

When will AdoptOpenJDK 11 come for Apple with M1 chip?

I am using a MBA with the M1 chip. I tried Zulu JDK for M1 for development, and it works, however it does not work with OpenJFX. I have narrowed down the problem using Zulu vs AdoptOpenJDK. Does anyone have any idea when OpenJDK will be compatible…
Milav
  • 23
  • 5
0
votes
1 answer

AdoptOpenJDK suggests that openjfx (javafx) has potential safety issues, is this correct?

In the FAQ section of AdoptOpenJDK near the bottom they suggest that due to the slow patching of JavaFX, it has (potential) safety issues. Is that a correct statement or is it still OK to make java apps with javafx GUI ? I need to start up a new…
Geertie
  • 37
  • 6
0
votes
0 answers

Adopt OpenJDK 11 support for running programs built with POI 3.15 and oracle JDK1.8

I have some queries on compatibility: We intend to compile \ build our code with Oracle JDK 1.8 on a development machine. However, the client machine shall have Adopt OpenJDK 11.0.7 where these programs are intended to run. Is this combination…
SD1 D
  • 1
0
votes
0 answers

Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) during compile on Java AdoptOpenJDK 14

I am using Maven 3.5.0 and IntelliJ with Maven plugin installed. When I try to do 'Run As---> Maven install', I am getting the following error: [INFO] Scanning for projects... [INFO] [INFO]…
lsv
  • 1,507
  • 4
  • 19
  • 28
0
votes
1 answer

Unable to execute a main method in Intellij Idea CE on Ubuntu

I'm trying to get familiar with Intellij Idea CE. The platform is 32bit xubuntu 18.04 and AdoptOpenJDK 1.8.0_272. I wrote a simple "Hello World" program and I see some incomprehensible errors when I execute "Run Bootstrap.main()" on the context…
Deepak Marur
  • 495
  • 1
  • 12
  • 25
0
votes
1 answer

Updating from Oracle Java 8 to Adopt OpenJDK

i would like to update from Oracle Java to Adopt OpenJDK. Therefore i have some question before i start doing the update: Some information about the application i use: 2 applications Application 1 uses Java 8 Application 2 uses Java 11 My…
Mico61
  • 1
0
votes
0 answers

https URL not working after bouncy castle setup

https url not working after we migrated one of the application instance from tomcat8/ibm-java8 to tomcat9/adopt-JDK8. Please advise below is what we observed.  Tomcat instance is up with keystore type p12 and without bouncy castle setup but…
mrr
  • 1
0
votes
0 answers

ansible win_chocolatey install no reboot, refresh environment variables

Adoptopenjdk8jre 8.2.3.2 was installed with ansible (win_chocolatey) and we want to install a newer version 8.2.6.2 and do not want to reboot the server (this is on windows by the way). During the installation the java_home is set to the new…
0
votes
1 answer

Command VM.native_memory not recognized for java process started with -XX:NativeMemoryTracking=summary

My environment is MacOs + Java 11: java -version openjdk version "11.0.8" 2020-07-14 OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.8+10) Eclipse OpenJ9 VM AdoptOpenJDK (build openj9-0.21.0, JRE 11 Mac OS X amd64-64-Bit Compressed References…
codependent
  • 18,032
  • 17
  • 110
  • 225
0
votes
2 answers

Waiting for parallel features to complete in Karate / IntelliJ

Anyone using KarateDSL (https://github.com/intuit/karate) getting the below mentioned error? [main] INFO http://com.intuit.karate.Runner - waiting for parallel features to complete ... Restarting IntelliJ did not help. Karate version: 0.9.5 /…
0
votes
0 answers

What is the AdoptOpenJDK policy for rebuilding offical docker Images?

I am using the AdoptOpenJDK 11 official docker image from https://hub.docker.com/_/adoptopenjdk my container registry is reporting that the underlying Ubuntu 18.04 image has known vulnerabilities, which appear to be fixed in later versions of the…
ams
  • 52,592
  • 57
  • 169
  • 252