Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Installing JDeveloper in `macOs monterey 12.1`

User_IO1F7Mar 9 2022 — edited Mar 9 2022

I am trying to install JDeveloper in macOs monterey 12.1 with [JDeveloper package for generic](https://www.oracle.com/in/tools/downloads/jdeveloper-12c-downloads.html))

JDK Info(Installed with HomeBrew)
➜ work java --version
openjdk 17.0.2 2022-01-18
OpenJDK Runtime Environment Homebrew (build 17.0.2+0)
OpenJDK 64-Bit Server VM Homebrew (build 17.0.2+0, mixed mode, sharing)

Exception Info
➜ work java -jar jdev_suite_122140.jar
Launcher log file is /private/var/folders/m3/g7w3ny791k981yvwt6cf75w00000gn/T/OraInstall2022-03-09_10-25-30AM/launcher2022-03-09_10-25-30AM.log.
Extracting the installer . . . . . . . Done
Exception in thread "main" java.lang.NullPointerException: Cannot invoke "String.hashCode()" because "<local2>" is null
at com.oracle.cie.nextgen.common.inventory.InventoryUtils.getDefaultInvPtrLoc(InventoryUtils.java:131)
at com.oracle.cie.nextgen.launcher.PlatformHelper.getDefaultInventoryPointerFile(PlatformHelper.java:496)
at com.oracle.cie.nextgen.launcher.Utils.getInvPtrLoc(Utils.java:449)
at com.oracle.cie.nextgen.launcher.Launcher.doMainHelper(Launcher.java:2334)
at com.oracle.cie.nextgen.launcher.Launcher.execute(Launcher.java:4107)
at com.oracle.cie.nextgen.launcher.Launcher.main(Launcher.java:3969)

Log file info
➜ work cat /private/var/folders/m3/g7w3ny791k981yvwt6cf75w00000gn/T/OraInstall2022-03-09_10-25-30AM/launcher2022-03-09_10-25-30AM.log
2022-03-09 10:25:30,313 INFO [1] com.oracle.cie.nextgen.launcher.LogUtils - Launcher log file is /private/var/folders/m3/g7w3ny791k981yvwt6cf75w00000gn/T/OraInstall2022-03-09_10-25-30AM/launcher2022-03-09_10-25-30AM.log.
2022-03-09 10:25:30,317 INFO [1] com.oracle.cie.nextgen.launcher.Launcher - Running jar: /Users/<username>/work/jdev_suite_122140.jar
2022-03-09 10:25:30,330 INFO [1] com.oracle.cie.nextgen.launcher.LogUtils - Extracting to /private/var/folders/m3/g7w3ny791k981yvwt6cf75w00000gn/T/orcl7842395469063470078.tmp.
2022-03-09 10:25:30,340 SEVERE [1] com.oracle.cie.nextgen.launcher.PlatformHelper - Can't get PlatformInfoHolder
2022-03-09 10:25:30,340 INFO [1] com.oracle.cie.nextgen.launcher.LogUtils - Extracting the installer . . .
2022-03-09 10:25:34,354 INFO [1] com.oracle.cie.nextgen.launcher.LogUtils - Finished self extraction to /private/var/folders/m3/g7w3ny791k981yvwt6cf75w00000gn/T/orcl7842395469063470078.tmp.
2022-03-09 10:25:34,357 SEVERE [1] com.oracle.cie.nextgen.launcher.PlatformHelper - Can't get PlatformInfoHolder
2022-03-09 10:25:34,365 SEVERE [1] com.oracle.cie.nextgen.launcher.PlatformHelper - Can't get PlatformInfoHolder

Does anyone know a solution? Is it possible to install JDeveloper in macos monterey 12.1?

Comments
Post Details
Added on Mar 9 2022
1 comment
3,555 views