Home » Developer & Programmer » Forms » Forms FRM-40735: ON-ERROR trigger raised unhandled exception ORA-06508. (EBS: 11.5.10.2 Database: 10g OS: Solaris 10)
Forms FRM-40735: ON-ERROR trigger raised unhandled exception ORA-06508. [message #423864] Mon, 28 September 2009 15:57 Go to next message
n0036710
Messages: 2
Registered: September 2009
Junior Member
We are still using JInitiator 1.3.1.25 (installed on client) to launch forms in our E-Business Suite application.

In only ONE of our cloned test environments, when trying to launch Forms from e-business suite Self-Service (for example: logged in as SYSADMIN and selecting 'System Administrator>Administer), we are getting the following error:

Forms FRM-40735: ON-ERROR trigger raised unhandled exception ORA-06508. See attached picture.

We have 5 environments we clone from production and there is only one environment in where we cannot bring up forms. We aren't even getting to the point of the java console window coming up. This test environment used to work but something has changed that we cannot find that is not allowing us to enter 'forms'.

Do any of you have any suggestions/guidance in helping us resolve this. We have looked at our environment files but must be missing something.. We don't know if we have an incorrect port somewhere or what... It appears not be able to find a file... We would appreciate any help/guidance we can get!!

thank you!


/forum/fa/6812/0/
Re: Forms FRM-40735: ON-ERROR trigger raised unhandled exception ORA-06508. [message #423960 is a reply to message #423864] Tue, 29 September 2009 08:01 Go to previous messageGo to next message
bahubcd
Messages: 40
Registered: July 2007
Location: Bangalore
Member
Can you attach your form?
Also can u use the Exception Block like below for all your program units and triggers and test if the error remains the same...
DECLARE
--Your variables
NULL;
BEGIN
--Your Code
NULL;
EXCEPTION   
   when FORM_TRIGGER_FAILURE then
      raise;
   when OTHERS then
      emessage(SQLERRM);
      raise FORM_TRIGGER_FAILURE;
END;


Regards,
Bahubcd...
Re: Forms FRM-40735: ON-ERROR trigger raised unhandled exception ORA-06508. [message #423964 is a reply to message #423960] Tue, 29 September 2009 08:39 Go to previous messageGo to next message
n0036710
Messages: 2
Registered: September 2009
Junior Member
What we are trying to do is bring up 'Oracle Applications' which is forms based from within E-Business Suite.

For example:
> logging in as 'SYSADMIN'
> selecting responsibility 'System Administrator'
> then selecting menu 'Concurrent:Manager>Administer'

which is then launching you into 'Oracle Applications - Forms'. It doesnt' matter what menu/form you are trying to bring up as we get the same error message. As I stated, we are still using JInitiator 1.3.1.25 (to be replaced soon) to launch.

We have this issue on only one of our test environments as the rest are launching into 'Oracle Applications' without any issues. We just don't know what is maybe setup incorrectly on this environment

I don't know if this helps or not... We appreciate any guidance as to what may be wrong... as we don't know where else to look.

thank you!!
Re: Forms FRM-40735: ON-ERROR trigger raised unhandled exception ORA-06508. [message #425747 is a reply to message #423964] Mon, 12 October 2009 01:24 Go to previous message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
What does a 'cloned test environment' mean?

Did you clone the whole PC?

David
Previous Topic: How to Create a Jar File in Oracle 10g?
Next Topic: If Port Number Is Changed Then ?
Goto Forum:
  


Current Time: Fri Sep 20 06:53:53 CDT 2024