Form raise Java exception in Multiselect Demo10g [message #186745] |
Wed, 09 August 2006 05:37 |
skhawar03
Messages: 10 Registered: August 2006 Location: Muscat
|
Junior Member |
|
|
Hi,
I have form 10g in which I added multiselect T-list it works fine when T-list item block defined as a first block of Form, other wise when I called(at anyother block level) this custom property
SET_CUSTOM_PROPERTY('block.item_name',1,'ENABLE_LIST_MULTISELECT','true');
it raises Java exception :
FRM-92101:There was a failure in the forms server during startup. This could
happen due to invalid configuration.
Please look into the web-sever log file for details.
Details...
Java Exception:
oracle.forms.net.connectionException: Forms session<36> 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)
Thanks in advance.
Regards, Khawar .
|
|
|
|
|
|
|
Re: Form raise Java exception in Multiselect Demo10g [message #187455 is a reply to message #187439] |
Mon, 14 August 2006 02:09 |
|
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
I can only suggest running the form in debug mode and verifying that it is navigating through the form as you would expect. Maybe it is something else that is causing the failure.
Alternatively, and as you will have to do if you submit anything to Oracle, create a new form based on EMP and DEPT and which has the 'multiselect T-list' on the second block and see if you get the same problem.
Is it possiblke that you copied the first multi-select to the second block and forgot to change a block name somewhere in the second multi-select?
David
|
|
|