Thanks for the update but as you are providing integration feature to us and if we want to purchase licence from you so we would expect that you should help in this and if this issue will not be solved then I am afraid we should stop thinking to purchase nagios license and go for another tool.
Again I got same issue on another application.
Please find below error for the same.
Code: Select all
root@centos65 libexec]# perl filenet
ok 1 - set_timeout, 120000
ok 2 - open, /navigator/?desktop=imr
# Error requesting http://10.72.27.211:4444/selenium-server/driver/:
# ERROR: Element id=nativeRepositoryPluginDojo_IMRLayout_0_LoginPane_XCusername not found
not ok 3 - type, id=nativeRepositoryPluginDojo_IMRLayout_0_LoginPane_XCusername, bkr
# Failed test 'type, id=nativeRepositoryPluginDojo_IMRLayout_0_LoginPane_XCusername, bkr'
# at filenet line 19.
Location: https://fn.repositorytsb.xchanging.com/navigator/?desktop=imr
1..3
# Looks like you failed 1 test of 3.
[root@centos65 libexec]# perl filenet
ok 1 - set_timeout, 120000
ok 2 - open, /navigator/?desktop=imr
# Error requesting http://10.72.27.211:4444/selenium-server/driver/:
# ERROR: Element id=nativeRepositoryPluginDojo_IMRLayout_0_LoginPane_XCusername not found
not ok 3 - type, id=nativeRepositoryPluginDojo_IMRLayout_0_LoginPane_XCusername, bkr
# Failed test 'type, id=nativeRepositoryPluginDojo_IMRLayout_0_LoginPane_XCusername, bkr'
# at filenet line 19.
Location: https://fn.repositorytsb.xchanging.com/navigator/?desktop=imr
1..3
# Looks like you failed 1 test of 3.
Please find below script that generated using selenium IDE.
Code: Select all
use strict;
use warnings;
use Time::HiRes qw(sleep);
use Test::WWW::Selenium;
use Test::More "no_plan";
use Test::Exception;
use TimePerf2;
my $time= TimePerf2->new(60,90,120);
my $sel = Test::WWW::Selenium->new( host => "<IP address>",
port => 4444,
browser => "*chrome",
browser_url => "<URL>/" );
$time->startTime("ALL");
$sel->set_timeout_ok("120000");
if ( ! $sel->open_ok("/navigator/?desktop=imr") ) {print "Location: " . $sel->get_location() . "\n";}
elsif ( ! $sel->set_speed("1500") ) { }
elsif ( ! $sel->type_ok("id=nativeRepositoryPluginDojo_IMRLayout_0_LoginPane_XCusername", "<username>") ) {print "Location: " . $sel->get_location() . "\n";}
elsif ( ! $sel->type_ok("id=nativeRepositoryPluginDojo_IMRLayout_0_LoginPane_XCusername2", "<userID>") ) {print "Location: " . $sel->get_location() . "\n";}
elsif ( ! $sel->click_ok("id=nativeRepositoryPluginDojo_IMRLayout_0_LoginPane_password") ) {print "Location: " . $sel->get_location() . "\n";}
elsif ( ! $sel->type_ok("id=nativeRepositoryPluginDojo_IMRLayout_0_LoginPane_password", "<password>") ) {print "Location: " . $sel->get_location() . "\n";}
elsif ( ! $sel->click_ok("xpath=(//input[\@value=''])[8]") ) {print "Location: " . $sel->get_location() . "\n";}
elsif ( ! $sel->click_ok("id=nativeRepositoryPluginDojo_IMRLayout_0_LoginPane_LoginButton_label") ) {print "Location: " . $sel->get_location() . "\n";}
elsif ( ! $sel->click_ok("css=input.dijitOffScreen") ) {print "Location: " . $sel->get_location() . "\n";}
elsif ( ! $sel->click_ok("id=dijit_MenuItem_3_text") ) {print "Location: " . $sel->get_location() . "\n";}
elsif ( ! $sel->click_ok("xpath=(//input[\@value=''])[33]") ) {print "Location: " . $sel->get_location() . "\n";}
elsif ( ! $sel->click_ok("id=dijit_form_Button_17_label") ) {print "Location: " . $sel->get_location() . "\n";}
elsif ( !$time->endTime("ALL") ) { }
else { $time->getTimes(); }
$sel->stop();
Also please find below content that you have asked and also attached doc for the same.
Code: Select all
<!DOCTYPE html>
<html lang="en-us" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge;chrome=1"/>
<link rel="shortcut icon" href="ecm/widget/resources/images/favicon.png"/>
<style>
@import "ecm/widget/resources/dojo.css.jgz";
@import "ecm/themes/oneui/dojo.css.jgz";
@import "ecm/widget/resources/ecm.css.jgz";
@import "ecm/themes/oneui/oneui.css.jgz";
@import "pvd/themes/pvd.css.jgz";
@import "pvr/themes/pvr.css.jgz";
@import "ecm/widget/viewer/crocodoc/viewer_min.css";
.loadingText { text-align: center; }
</style>
<script src="dojo/dojo.js.jgz" data-dojo-config="locale: 'en-us', extraLocale: ['en'], parseOnLoad: true, has: {'dojo-bidi': false, 'text-direction': '', 'calendar-type': ''}, isDebug: false,aliases: [['dijit/BackgroundIframe', 'ecm/BackgroundIframe']],packages: [{name: 'idx', location: '../idx'}]"></script>
<script src="ecm/ecm.js.jgz"></script>
<script>
dojo.require("ecm.Logger");
ecm.logger.initLogger(0,false);
require(["dojo/domReady!", "dojo/dom"], function(domReady, dom){
var node = dom.byId("ECMWebUIloadingText");
if(node){
var loadingMsg = "";
if (navigator.appVersion.indexOf("MSIE 8") > 0) {
var image = dom.byId("ECMWebUIloadingAnimationImage");
if (image && image.style) {
image.style.display = "none";
}
if (ecm && ecm.messages && ecm.messages.ie8_not_supported_browser) {
loadingMsg = ecm.messages.ie8_not_supported_browser;
} else {
loadingMsg = "IE8 is not a supported browser.";
}
} else {
if (ecm && ecm.messages) {
loadingMsg = ecm.messages.progress_message_getDesktop;
} else {
loadingMsg = "An error occurred when the browser attempted to load the ecm.js.jgz file from the application server.<br>The ecm.js.jgz file is required by IBM Content Navigator.<br><br>Please contact your system administrator and ask them to check the network or application server environment.";
node.style.textAlign = "left";
var loadingAnimation = dom.byId("ECMWebUIloadingAnimationImage");
if (loadingAnimation) {
loadingAnimation.style.display = "none";
}
}
}
node.innerHTML = loadingMsg;
}
});
</script>
</head>
<body class="ecm oneui ecm-en" style="width: 100%; height: 100%; position: absolute;">
<script type="dojo/require">at: "dojox/mvc/at"</script>
<div id="ECMWebUIloadingAnimation">
<div style="position: absolute; top: 40%; right: 50%">
<div id="ECMWebUIloadingAnimationImage" class="ecmLoading"></div>
<div id="ECMWebUIloadingText" class="contentNode loadingText"></div>
</div>
</div>
<div dojoType="ecm.widget.DesktopPane" id="ECMWebUI" style="width: 100%; height: 100%" browserLocale="en-us"></div>
</body>
</html>
Please let me know in case you require anything else from my side.
Regards,
Naman
You do not have the required permissions to view the files attached to this post.