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!

JDev 12c not starting after successful installation

Alexis LopezJul 15 2013 — edited Oct 15 2013

Hello All. Thanks in advance for your help.

I just downloaded JDev Studio 12c. I downloaded the linux 32 bits distribution and installed it on my Ubuntu 13.01. I have been working with JDeveloper since version 11.1.2.3 on my Ubuntu system, with no problems at all. However, after successful installation of Jdev 12c (I did receive a warning since Ubuntu is not in the certification list for linux OS) when I start it I received the following error:

I have already configured the Open FIle Limit and the shell command: ulimit -n shows 4096 as suggested in the installation guide, and before running ./jdev I have set ulimit -c unlimited, the splash window shows, but after a while, I get the following on my console window:

---------

#

# A fatal error has been detected by the Java Runtime Environment:

#

#  SIGSEGV (0xb) at pc=0x6537f1e0, pid=14655, tid=1756736320

#

# JRE version: 7.0_15-b33

# Java VM: Java HotSpot(TM) Server VM (23.7-b01 mixed mode linux-x86 )

# Problematic frame:

# C  0x6537f1e0

#

# Core dump written. Default location: /home/aalopez/development/Oracle/Middleware_12.1.2/Oracle_Home/jdeveloper/jdev/bin/core or core.14655

#

# An error report file with more information is saved as:

# /home/aalopez/development/Oracle/Middleware_12.1.2/Oracle_Home/jdeveloper/jdev/bin/hs_err_pid14655.log

[thread 1764014912 also had an error]

#

# If you would like to submit a bug report, please visit:

#   http://bugreport.sun.com/bugreport/crash.jsp

#

/home/aalopez/development/Oracle/Middleware_12.1.2/Oracle_Home/jdeveloper/jdev/bin/../../ide/bin/launcher.sh: line 603: 14655 Aborted                 (core dumped) ${JAVA} "${APP_VM_OPTS[@]}" ${APP_ENV_VARS} -classpath ${APP_CLASSPATH} ${APP_MAIN_CLASS} "${APP_APP_OPTS[@]}"

---------

Any ideas?

Thanks.

This post has been answered by Sergiu.Starciuc on Jul 21 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 12 2013
Added on Jul 15 2013
10 comments
7,536 views