Sun Microsystems, Inc.  Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition
   Home | Current Systems | Former STK Products | EOL Systems | Components | General Info | Search | Feedback

Asset ID: 1-72-2391408.1
Update Date:2018-04-26
Keywords:

Solution Type  Problem Resolution Sure

Solution  2391408.1 :   Diameter Signaling Router (DSR): Unable To Export / Import CSV Files After Roll Back From DSR 7.0.1 To DSR 5.0 – Task Exited Abnormally  


Related Items
  • Oracle Communications Diameter Signaling Router (DSR)
  •  
Related Categories
  • PLA-Support>Sun Systems>CommsGBU>Global Signaling Solutions>SN-SND: Tekelec DSR
  •  




In this Document
Symptoms
Changes
Cause
Solution


Created from <SR 3-17366604001>

Applies to:

Oracle Communications Diameter Signaling Router (DSR) - Version DSR 5.0 to DSR 7.0.1 [Release DSR 5.0 to DSR 7.0]
Tekelec

Symptoms

Unable To Export / Import CSV Files, After Roll Back From DSR 7.0.1 To DSR 5.0.

The export task exits abnormally as per the below screenshot.

/var/log/messages shows following message when the export task is created.

Sudo tail –f /var/log/messages

Apr 25 21:21:09 dsrSO-internalxmi php: PHP Fatal error:  Uncaught SoapFault exception: [Client] SoapClient::SoapClient(): $wsdl must be string or null in /var/TKLC/appworks/library/Diameter/WsdlParse.php:98#012Stack trace:#012#0 /var/TKLC/appworks/library/Diameter/WsdlParse.php(98): SoapClient->SoapClient(Array, Array)#012#1 /var/TKLC/appworks/library/Diameter/GbieClass.php(95): WsdlParse->createModel()#012#2 /usr/TKLC/dpi/bin/scheduledExport(169): Diameter_Gbie->__construct(Array)#012#3 {main}#012  thrown in /var/TKLC/appworks/library/Diameter/WsdlParse.php on line 98

 

 

Changes

 Roll Back from 7.0.1 to 5.0

Cause

As per the roll back procedure mentioned in DSR 7.0.1 Software Upgrade Guide, soft link should be present, if not then execute the following command as needed.

https://docs.oracle.com/cd/E57516_01/docs.70/e54117_rev_04.pdf

Oracle® Communications
Diameter Signaling Router
DSR Software Upgrade Guide
Release 7.0
E54117, Revision 04

Procedure 38: Emergency Site Backout

Step6

Page: 121

 

ln –fs /usr/TKLC/ipfe/modules/ipfe

       /var/TKLC/appworks/modules/ipfe

ln –fs /usr/TKLC/ipfe/gui

       /var/TKLC/appworks/library/Ipfe

ln –fs /usr/TKLC/ipfe/js

       /var/TKLC/appworks/public/js/ipfe

ln –fs /usr/TKLC/ipfe/modules/ipfe/views/images

       /var/TKLC/appworks/public/images/ipfe

ln –fs /usr/TKLC/ipfe/js/IpfeJsonQueryRestStore.js

       /usr/TKLC/plat/www/dojo/dojox/data/IpfeJsonQueryRestStore.js

ln –fs /usr/TKLC/ipfe/css/grid.css

       /var/TKLC/appworks/public/css/grid.css

ln –fs /usr/TKLC/ipfe/css/ipfe.css

       /var/TKLC/appworks/public/css/ipfe.css

ln –fs /usr/TKLC/ipfe/gui/wsdl

      /usr/TKLC/dpi/wsdl/Ipfe

 

 - In this case we saw that under /usr/TKLC/ipfe/gui/wsdl there was an invalid soft link created that was pointing to itself. This was triggering the above errors in /var/log/messages

[admusr@dsrSO] ]# ls -l /usr/TKLC/ipfe/gui/wsdl

total 8

lrwxrwxrwx 1 root root   26 Apr  2 14:43 dsr.xsd -> /usr/TKLC/dpi/wsdl/dsr.xsd

-rw-r--r-- 1 root root 4039 Feb 12  2014 IpListTsa.wsdl

-rw-r--r-- 1 root root 4057 Feb 12  2014 Options.wsdl

lrwxrwxrwx 1 root root   36 Apr  2 14:43 soap-encoding.xsd -> /usr/TKLC/dpi/wsdl/soap-encoding.xsd

lrwxrwxrwx 1 root root   36 Apr  2 14:43 soap-envelope.xsd -> /usr/TKLC/dpi/wsdl/soap-envelope.xsd

lrwxrwxrwx 1 root root   23 Apr  6 13:18 wsdl -> /usr/TKLC/ipfe/gui/wsdl

lrwxrwxrwx 1 root root   27 Apr  2 14:43 wsdl.xsd -> /usr/TKLC/dpi/wsdl/wsdl.xsd

 

Solution

As a workaround it is recommended to remove this symbolic link


wsdl -> /usr/TKLC/ipfe/gui/wsdl

 

[admusr@dsrSO Ipfe]# pwd

/usr/TKLC/dpi/wsdl/Ipfe

[admusr@dsrSO Ipfe]# ls -l wsdl

lrwxrwxrwx 1 root root   23 Apr  6 14:23 wsdl -> /usr/TKLC/ipfe/gui/wsdl [admusr@dsrSO Ipfe]#

[admusr@dsrSO Ipfe]# rm wsdl

[admusr@dsrSO Ipfe]#

 

After removing this extra soft link reports should start to export.


 


Attachments
This solution has no attachment
  Copyright © 2018 Oracle, Inc.  All rights reserved.
 Feedback