![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||||
Solution Type Problem Resolution Sure Solution 2257659.1 : Performance Intelligence Center (PIC) - Empty Exported Files From "Browser Export" application Due to Space Issues on Distant FTP Server
In this Document
Created from <SR 3-14713501321> Applies to:Oracle Communications Performance Intelligence Center (PIC) Software - Version 4.1 and laterInformation in this document applies to any platform. SymptomsExported files (from "Browser Export" application) are empty on the distant FTP server (having as size 0 Bytes). CauseDistant FTP server is having some space issues and this explains why exported files are empty. xDRs are properly exported to the temporary file created on the NSP server. However, the file transfer to the distant FTP server is failing with the below error logged in "/var/log/nsp/weblogic/nsp/application*.log" NSP files: 2017-04-19 16:05:15,324 - ERROR - NSP - Trouble- shooting - Administrator - SYSTEM - (s)ftp copy error - org.apache.commons.vfs2.FileSystemException: Could not copy "file:///opt/nsp/nsp_tmp/Exported_File.CSV" to "ftp://user_name:***@1.1.1.1/Exported_File.CSV" at org.apache.commons.vfs2.provider.AbstractFileObject.copyFrom(AbstractFileObject.java:1062) at org.apache.commons.vfs2.provider.DefaultFileContent$FileContentOutputStream.close(DefaultFileContent.java:694) at org.apache.commons.vfs2.provider.ftp.FtpFileObject$FtpOutputStream.onClose(FtpFileObject.java:767) Above observation is being confirmed by manual FTP transfer from the NSP server to the distant FTP server. In the below example, "application.log" file (having a size of 1MB on the NSP server) is transferred to the distant FTP server. You can see later from the "ls" command output that the file size on the FTP server is 0 Byte: [root@NSP]# cd /var/log/nsp/weblogic/nsp/
[root@MONNSP nsp]# ftp 1.1.1.1 Connected to 1.1.1.1 (1.1.1.1). 220 OnAir FTP Name (1.1.1.1:root): user_name 331 Please specify the password. Password: 230 Login successful. Remote system type is UNIX. Using binary mode to transfer files. ftp> put application.log local: application.log remote: application.log 227 Entering Passive Mode 150 Ok to send data. 451 Failure writing to local file. ftp> ls 227 Entering Passive Mode 150 Here comes the directory listing. -rw-r--r-- 1 514 514 0 Apr 19 14:35 application.log 226 Directory send OK. SolutionContact FTP server administrator (Generally Customer) and ask to do appropriate actions in order to free space on distant FTP server. References<NOTE:1983728.2> - Performance Intelligence Center (PIC) Partition High Occupancy/UsageAttachments This solution has no attachment |
||||||||||||||||||
|