My Oracle Support Banner

Unable To Access OCA Console With HA Configuration (Doc ID 1569113.1)

Last updated on OCTOBER 12, 2023

Applies to:

Oracle Communications ASAP - Version 7.2.0 and later
Information in this document applies to any platform.

Symptoms

Unable to Access OCA Console with HA configuration.

As per the documentation, modified the following details after installing ASAP 7.2.0 binary:

1. edit:
$ASAP_BASE/SYBASE/interfaces
(search replace physical hostname -> virtual)

2. edit:
$ASAP_BASE/ASAP.properties (edited)
(search replace physical hostname -> virtual)

3. update control user schema:
table: tbl_listeners
field: host_name

SQL> select host_name from tbl_listeners;

SQL> UPDATE tbl_listeners
SET host_name='asapdev2'
WHERE host_name='asapdev2-z1';

RPC datasource connection pool changed from physical host to Virtual host.

Weblogic and ASAP instances are started with out any ERROR messages.

However, unable to access "http://<hostname>:7060/dv2/OCA/" console.

Always getting following ERROR message.

java.lang.NumberFormatException: null
  at java.lang.Integer.parseInt(Integer.java:417)
  at java.lang.Integer.parseInt(Integer.java:499)
  at jsp_servlet.__ocaconsole._jspService(__ocaconsole.java:152)
  at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
  at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
  at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
  at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
  at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:184)
  at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3732)
  at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
  at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
  at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
  at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
  at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
  at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
  at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
  at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
>
< <event.EventHandler> >
< <event.EventHandler> < event handler Closing socket ...>>
java.net.SocketException: Socket is closed
  at java.net.Socket.shutdownOutput(Socket.java:1407)
  at com.mslv.asap.oss.activation.event.EventHandler.run(EventHandler.java:271)
java.net.SocketException: Socket is closed
  at java.net.Socket.shutdownInput(Socket.java:1377)
  at com.mslv.asap.oss.activation.event.EventHandler.run(EventHandler.java:277)

Changes

 

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.