Skip to Main Content

Oracle Forms

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!

Debugger will not run - Oracle Forms Builder 10g

924883Mar 19 2012 — edited Mar 19 2012
Greetings All,

I'm having a major issue while trying to run the Oracle Forms 10g Debugger. I can run Forms locally by pressing the stoplight button located on the top toolbar, but if I try to run in debug mode, I receive an error stating that the JVM creation failed, and also receive an error in the Java Console. I think based on what I am reading online, it may be related to an issue with something not being set correctly in a config file, but I would not know where to begin looking for this. I remember having a similar issue when setting up the debugger for my PHP/Netbeans environment, and it turned out to be a matter of changing some configuration settings.

Here are the quick summary specs of my environment:

Windows XP
Oracle Forms 10g
Internet Explorer and Firefox (I think it is using jInitiator as it made me install that Addon to run stuff locally.)

Output of java -version

java version "1.6.0_22"
Java(TM) SE Runtime Environment (build 1.6.0_22-b04)
Java HotSpot(TM) Client VM (Build 17.1-b03, mixed mode, sharing)

Here are the errors in order of how they display:

Displayed in popup window:
JVM aborting...

Displayed in browser:
FRM-92101 There was a failure in the Forms Server
during startup. This could happen due to invalid configuration.
Please look into the web-server log file for details.

Displayed in Java Console:
oracle.forms.net.ConnectionException: Forms session <1> aborted: unable to communicate with runtime process.
at oracle.forms.net.ConnectionException.createConnectionException(Unknown Source)
at oracle.forms.net.HTTPNStream.getResponse(Unknown Source)
at oracle.forms.net.HTTPNStream.doFlush(Unknown Source)
at oracle.forms.net.HTTPNStream.flush(Unknown Source)
at java.io.DataOutputStream.flush(Unknown Source)
at oracle.forms.net.StreamMessageWriter.run(Unknown Source)

Displayed in OC4J Instance Console:
Forms session (1) aborted: unable to communicate with runtime process.

I have checked Google before posting this for a solution, but I'm having no luck solving the issue. If you need more details, I will be more then happy to provide whatever you request. (Perhaps excluding my user login/password.. lol :D )

Thanks in advance!

Respectfully,
Josh

Edited by: 921880 on Mar 19, 2012 9:12 AM

"but I would *not* know" <-- Added missing NOT to the sentence.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 16 2012
Added on Mar 19 2012
3 comments
1,151 views