ESX Message Filter Incorrectly Set-up Causing Error in Server.log

FTP file protocol/URL error

Scenario:

Apply EBI FTP adapter to perform FTP GET.

Issue:

Unable to perform FTP GET due to improper syntax

EXTOL error message:


2013-04-07 11:36:28,989 ERROR [com.extol.adapters.ftp.FTPInteraction]
Error forming archive directory URL: no protocol: /extol/QA/Inbound/Data
Exception message: no protocol: /extol/QA/Inbound/Data
Localized exception message: no protocol: /extol/QA/Inbound/Data
Exception detail:
java.net.MalformedURLException: no protocol: /extol/QA/Inbound/Data
at java.net.URL.init(URL.java:568)

Resolution:

Update EBI FTP adapter to add the text "file:/" to the archive directory field.



By: on
load('http://www.extol.com/extolnews.rss'); $feed = array(); foreach ($rss->getElementsByTagName('item') as $node) { $item = array ( 'title' => $node->getElementsByTagName('title')->item(0)->nodeValue, 'desc' => $node->getElementsByTagName('description')->item(0)->nodeValue, 'link' => $node->getElementsByTagName('link')->item(0)->nodeValue, 'date' => $node->getElementsByTagName('pubDate')->item(0)->nodeValue, ); array_push($feed, $item); } $limit = 4; echo ' A free web counter provided by GoStats.