Skip to Main Content

ORDS, SODA & JSON in the Database

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!

Listener won't configure second application

850474Mar 25 2011 — edited Aug 4 2011
Using
Glassfish 3.1
apex_listener.1.1.0.60.10.38

first listener context root: /dev name: apex_dev
http://10.45.100.10:8081/dev/listenerConfigure
Works.

deploy second app context root: /test name: apex_test
http://10.45.100.10:8081/test/listenerConfigure
The APEX Listener is already configured. Please login as Administrator to access APEX Listener Administration.

In /tmp there is a directory apex. When I set this up before there were separate directories /tmp/apex_dev and /tmp/apex_test.

Any help in why I can't configure a second listener would be appreciated.

Comments

Answer

Likely your application is coded to change the mouse pointer to "busy" and you are not setting back to the default.  Example:

SET_APPLICATION_PROPERTY (CURSOR_STYLE, 'BUSY');

It is also possible (although unlikely) that there is a Java bug causing this.  Unfortunately because you are using Forms 10 (obsolete for many years) you really don't have many options to upgrade Java versions.  Also, if you are not already using a patched version of Forms 10 (10.1.2.3), I recommend doing so.

I would be interested in knowing if the same reproduced in version 12.2.1.2 using the latest Java version (8u144).

Marked as Answer by user501532 · Sep 27 2020
user501532

Thx. The aplication property worked fine.

1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 1 2011
Added on Mar 25 2011
22 comments
461 views