Xlib: connection to refused by server

Dear all,
I'm trying to run a report on eBus SE. If I define the format as Text file, there's no problem.
But if I defined as ODF I'm getting this error while running.
Xlib: connection to "servername:0.0" refused by server
Xlib: No protocol specified
Kindly note that I'm able to open GUI session on the server.
Rgds,

We have done like relinking,compile apps schema
And checked the xml,jserv.properties for display issue.
Entries are correct there.
Xlib: connection to "s-mum-dev:0.0" refused by server^M
Xlib: Client is not authorized to connect to Server^M
Xlib: connection to "s-mum-dev:0.0" refused by server^M
Xlib: Client is not authorized to connect to Server^M
REP-3000: Internal error starting Oracle Toolkit.
REP-3000: Internal error starting Oracle Toolkit.
Report Builder: Release 6.0.8.28.0 - Production on Wed Apr 27 18:14:24 2011
(c) Copyright 1999 Oracle Corporation. All rights reserved.
Enter Username:
Program exited with status 1
Concurrent Manager encountered an error while running Oracle*Report for your concurrent request 1321658.
Review your concurrent request log and/or report output file for more detailed information.

Similar Messages

  • X11 ERROR: Xlib: connection to ":0.0" refused by server

    Hi all,
    I've problem with X11 on os x 10.6.2.
    Every time I move my macbook pro from office to home (and viceversa)
    X11 needs to be quit and restarted otherwise I get the following
    error:
    Xlib: connection to ".0" refused by server
    and X11 won't launch windows. Now this error is certainly linked
    to the fact that the computer changes IP address.
    What's the best way to solve the problem ?
    below you find the first lines of my .xinitrc
    thanks
    marco
    14:49> cat ~/.xinitrc
    #!/bin/sh
    # $Id: xinitrc,v 1.2 2003/02/27 19:03:30 jharper Exp $
    userresources=$HOME/.Xresources
    usermodmap=$HOME/.Xmodmap
    sysresources=/etc/X11/xinit/.Xresources
    sysmodmap=/etc/X11/xinit/.Xmodmap
    # merge in defaults and keymaps

    Are you setting DISPLAY somewhere? You should not be. The system sets DISPLAY, and X11 will not work if you change the system-set value.

  • Dbca xlib connection to "0.0" refused by server errror

    i am using oracle enterprise linux 5.4 in virtual machine and i am trying to create a new database using the DBCA
    but when i do this
    an error is returned
    XLib: connection to "0.0" refused b server
    XLib: no protocol specified
    exception in thread main
    how to rectify it??

    This is often an indication of doing things in the wrong order.
    Step 1: Log on to the computer that has an XWindows screen
    Step 2: Tell that screen to accept remote requests by issuing "xhost +"
    Step 3: Log on to the computer / user that is to use the XWindows
    Step 4: Tell that to display on the computer that is to be used for display using export DISPLAY=(host):display.screen
    Step 5: Run the program that needs a display
    Many people log in to root on the computer and then su to oracle to do the installs. While this is fundamentally a stupid thing to do, because using root unnecessarily increases potential security risks and is it NOT good practice and will it NOT be allowed in any self-respecting business, the following would be the sequence
    1) Log on to XWindows as root
    2) Open a terminal
    3) enter 'xhost +'
    4) enter 'su - oracle'
    5) enter 'export DISPLAY=:0.0'
    6) runInstaller (or use whatever installer is required)
    The most common mistake is running xhost after su. This will not work. The xhost must be issued by the first user - the one that owns the screen.
    Hans Forbrich @ The specified item was not found.
    Regards
    Girish Sharma

  • Xlib: connection to ":0.0" refused by server

    Hi ,
    I am trying to install Oracle 10g 10.2.0.1 in RHEL 5, i believe all pre installation task has been completed perfectly.
    Problem is when i invoke oralce unversal installer it is giving me error like this.
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, redhat-5, UnitedLinux-1.0, asianux-1 or asianux-2
    Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /temp/OraInstall2010-03-05_09-48-33PM. Please wait ...[oracle@localhost database]$ Xlib: connection to ":0.0" refused by server
    Xlib: No protocol specified
    Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable.
    at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
    at sun.awt.X11GraphicsEnvironment.<clinit>(Unknown Source)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(Unknown Source)
    at java.awt.Window.init(Unknown Source)
    at java.awt.Window.<init>(Unknown Source)
    at java.awt.Frame.<init>(Unknown Source)
    at oracle.ewt.popup.PopupFrame.<init>(Unknown Source)
    at oracle.ewt.lwAWT.BufferedFrame.<init>(Unknown Source)
    at oracle.sysman.oio.oioc.OiocOneClickInstaller.<init>(OiocOneClickInstaller.java:378)
    at oracle.sysman.oio.oioc.OiocOneClickInstaller.main(OiocOneClickInstaller.java:2091)
    its drving me crazy.Please help me solve it
    Thanks in advance
    Salai

    SalaiThenagan wrote:
    I am trying to install Oracle 10g 10.2.0.1 in RHEL 5, i believe all pre installation task has been completed perfectly.In my experience, the most common problem is that the user originally logs in as root on the machine, and then attempts to run the installer using 'su - oracle' or 'su oracle'.
    (Only newbies and people who do not plan on being in a production environment will learn the habit of logging in as root anyway. There is NO production environment that I have encountered that will let people, even System Administrators, use root on a regular basis without explicit justification.)
    The simplest solution is usually to log out - all the way out - and then log in as Oracle. Then try the runInstaller again and post the results.

  • Xlib:  connection to ":2.0" refused by server

    Hi,
    I'm new to Oracle and am attempting to install database 10g version 2 on RHEL4 xLinux system and need help in getting past an installation error.
    When running ./runInstaller, it passes installer requirements, but gets an error stating:
    Xlib: connection to ":2.0" refused by server
    Xlib: No protocol specified
    This is immediately followed by java error:
    Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using ':2.0' as the value of the DISPLAY variable.

    A few pointers:
    1) Do not log on to Linux as root. Make sure the graphical screen is owned by oracle
    2) If necessary, set your permissions to wide-open by using xhost + ... do not leave in this mode for long if you are concerned about security
    3) Set the DISPLAY variable, usually to DISPLAY=:0.0 or DISPLAY=localhost:0.0
    This is a common error. Internet search will provide good answers

  • Xlib: connection to "hostname:1.0" refused by server

    HI ,
    Am on 11.5.10.2
    RDBMS 9.0.2.0.6
    We are facing
    REP-3000: Internal error starting Oracle Toolkit.
    REP-3000: Internal error starting Oracle Toolkit.
    While running PDF Reports.
    Workaround i did is :
    1.Logged in as root
    #vncserver :1
    2.Set the Display value to hostname:1.0 in adcmctl.sh & TEST_hostname.xml
    3.run autoconfig ...
    Autoconfig was sucessfull.
    Still problem persits.
    Workaround2.
    1. I just tried to run adcfgclone again...
    this time am not able to run text format also...
    am facing error :
    Xlib: connection to "rofdbs3:1.0" refused by server
    Xlib: Invalid MIT-MAGIC-COOKIE-1 key
    Xlib: connection to "rofdbs3:1.0" refused by server
    Xlib: Invalid MIT-MAGIC-COOKIE-1 key
    REP-3000: Internal error starting Oracle Toolkit.
    REP-3000: Internal error starting Oracle Toolkit.
    Plz its urgent..
    Thanks

    Hi,
    Please see old threads as we discussed the REP-3000 and "refused by server" errors many times in the forum before.
    REP-3000
    http://forums.oracle.com/forums/search.jspa?threadID=&q=REP-3000&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    refused by server
    http://forums.oracle.com/forums/search.jspa?threadID=&q=%22refused+by+server%22&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • Xlib: connection to "test:0.0" refused by server

    hi all,
    whenever I try to submit a HRMS request it is stopped with 'Cancelled:Error" and when I am vewing the log the following message is showing:-
    Xlib: connection to "test:0.0" refused by server
    Xlib: No protocol specified
    Xlib: connection to "test:0.0" refused by server
    Xlib: No protocol specified
    REP-3000: Internal error starting Oracle Toolkit.
    REP-3000: Internal error starting Oracle Toolkit.
    whenever I put 'xhost +' in root the following message is showing-
    doaccess control disabled, clients can connect from any host
    are the two issues connected?
    p.s. i have already tried export DISPLAY = :0.0
    please help me what to do ?

    Hi Annex;
    Please check your DISPLAY is set corectly, Also check X-server is running.If all is okey then issue is:
    Connect server via vnc
    open terminal on vnc screen
    as root type xhost +
    then retest issue
    Also see:
    Note: 153960.1 - FAQ: X Server Testing and Troubleshooting
    Note: 189959.1 - Error: Xlib:Connection to "X:0:0" Refused by Server
    Note: 340949.1 - How to set environment variable DISPLAY for Oracle Applications to use xserver of another machine
    How to Set DISPLAY Environment Variable
    Re: How to Set DISPLAY Environment Variable
    REP-3000: Error Oracle Toolkit
    REP-3000: Error Oracle Toolkit
    http://forums.tangosol.com/forums/thread.jspa?threadID=900920
    Adbldxml  Display Variable in 11i

  • Problem with X11: Xlib: connection to ".0" refused by server

    Hi all,
    I've problem with X11 on os x 10.6.2.
    Every time I move my macbook pro from office to home (and viceversa)
    X11 needs to be quit and restarted otherwise I get the following
    error:
    Xlib: connection to ".0" refused by server
    and X11 won't launch windows. Now this error is certainly linked
    to the fact that the computer changes IP address.
    What's the best way to solve the problem ?
    below you find the first lines of my .xinitrc
    thanks
    marco
    14:49> cat ~/.xinitrc
    #!/bin/sh
    $Id: xinitrc,v 1.2 2003/02/27 19:03:30 jharper Exp $
    userresources=$HOME/.Xresources
    usermodmap=$HOME/.Xmodmap
    sysresources=/etc/X11/xinit/.Xresources
    sysmodmap=/etc/X11/xinit/.Xmodmap
    merge in defaults and keymaps

    marcoajello wrote:
    and X11 won't launch windows. Now this error is certainly linked
    to the fact that the computer changes IP address.
    Yes this look like a bug as old as 10.4 .
    Keep in mind that X11 wasn't made for mobile users .
    What's the best way to solve the problem ?
    below you find the first lines of my .xinitrc
    I havn't been able to find a definite fix to this problem.
    Nonetheless I have a workaround which avoid me to have
    to restart my X11 twice a day. I'm a mobile user, I use
    many different network locations, and I use X11 full time too.
    I created an isolated location named "- isolated" so as to
    keep it on top of my Location menu. This location is simply
    built by removing all the services "Ethernet", "AirPort"…
    Then, when I leave my home, I always switch to my "- isolated" Location.
    When I arrive at my office or within a meeting, I switch to the correct
    Location.
    I can proceed with my work in progress within X11 applications.
    And I can open new X11 applications without any trouble.
    When I leave my office I also swith to my "- isolated" location.
    If you find any better workaround, please post it.
    <pre>--------
    As long as you'll see students making graphics with pen on paper,
    you'll see the missing keystone of the software empire.
    dan</pre>

  • Mc shows Xlib: connection to ":0.0" refused by ser

    After upgrading mc to mc 4.6.1-3 I see these msg after runing mc or mcedit as root:
    Xlib: connection to ":0.0" refused by server
    Xlib: No protocol specified
    I tried to downgrade to mc from current but pacman says:
    error: archive mc-4.6.1-2.pkg.tar.gz is corrupted
    ( I cleared the cache and used wget to download it )
    Edit:
    I found out that mc from testing is compiled --with-x, what does it do/add?

    Try issuing
    xhost +localhost
    under the user you run X

  • Unable to Open Application - Xlib: connection to "localhost:10.0" refused by ser

    Hello,
    I have Tarantella installed on Fedora Core 2.
    I am accessing the WebTop from Windows XP machine. After logging in with
    Administrator account when I click on kedit nothing happens so I clicked
    on show details and I found below log. I really don�t know what this
    means...could some one help me in resolving this issue.
    Thanks & Regards
    Suraj Jadhav
    Starting the application...
    Connecting to Protocol Engine...
    Initialising ...
    Logging in to the application server...
    root@weboffice's password:
    Last login: Sun Oct 30 15:45:33 2005 from weboffice
    ]0;root@weboffice:~[root@weboffice root]# exec /bin/sh
    sh-2.05b# [ -f /bin/ksh ] && exec /bin/ksh
    Configuring your environment...
    # set o emacs ; set o gmacs ; set +o vi
    # LD_LIBRARY_PATH=/usr/lib; export LD_LIBRARY_PATH
    # ALTDISPLAY=weboffice:11; export ALTDISPLAY
    # TTA_UID="`LANG=C LC_ALL=C id | sed 's/.*uid=\([0-9][0-9]*\).*/\1/'`";
    export TTA_UID
    # TTA_USERNAME='.../_ens/o=Tarantella System Objects/cn=Administrator';
    export TTA_USERNAME
    # TTA_PRIMARY_DNSNAME='weboffice'; export TTA_PRIMARY_DNSNAME
    # TTA_PE_ID=''; export TTA_PE_ID
    # TTA_CLIENT_IPADDR='172.17.2.81'; export TTA_CLIENT_IPADDR
    # TERM=''; export TERM
    # TTA_PEERDNSNAME='weboffice'; export TTA_PEERDNSNAME
    # TTA_EXTDNSNAME='weboffice'; export TTA_EXTDNSNAME
    # if [ -f /etc/ttaprinter.conf ]; then . /etc/ttaprinter.conf; export
    LPDEST; fi
    Starting the application...
    # if [ -x /usr/bin/konsole ]; then echo "Found"; else echo "Not
    available"; fi
    Found
    Xlib: connection to "localhost:10.0" refused by server
    Xlib: Invalid MIT-MAGIC-COOKIE-1 key
    konsole: cannot connect to X server localhost:10.0
    Connection to weboffice closed.

    Try turning off Xsecurity using:
    # ./tarantella config edit --security-xsecurity 0
    and let us know if this resolves your issue or not.
    Suraj Jadhav wrote:
    Hello,
    I have Tarantella installed on Fedora Core 2.
    I am accessing the WebTop from Windows XP machine. After logging in with
    Administrator account when I click on kedit nothing happens so I clicked
    on show details and I found below log. I really dont know what this
    means...could some one help me in resolving this issue.
    Thanks & Regards
    Suraj Jadhav
    Starting the application...
    Connecting to Protocol Engine...
    Initialising ...
    Logging in to the application server...
    root@weboffice's password:
    Last login: Sun Oct 30 15:45:33 2005 from weboffice
    ]0;root@weboffice:~[root@weboffice root]# exec /bin/sh
    sh-2.05b# [ -f /bin/ksh ] && exec /bin/ksh
    Configuring your environment...
    # set o emacs ; set o gmacs ; set +o vi
    # LD_LIBRARY_PATH=/usr/lib; export LD_LIBRARY_PATH
    # ALTDISPLAY=weboffice:11; export ALTDISPLAY
    # TTA_UID="`LANG=C LC_ALL=C id | sed 's/.*uid=\([0-9][0-9]*\).*/\1/'`";
    export TTA_UID
    # TTA_USERNAME='.../_ens/o=Tarantella System Objects/cn=Administrator';
    export TTA_USERNAME
    # TTA_PRIMARY_DNSNAME='weboffice'; export TTA_PRIMARY_DNSNAME
    # TTA_PE_ID=''; export TTA_PE_ID
    # TTA_CLIENT_IPADDR='172.17.2.81'; export TTA_CLIENT_IPADDR
    # TERM=''; export TERM
    # TTA_PEERDNSNAME='weboffice'; export TTA_PEERDNSNAME
    # TTA_EXTDNSNAME='weboffice'; export TTA_EXTDNSNAME
    # if [ -f /etc/ttaprinter.conf ]; then . /etc/ttaprinter.conf; export
    LPDEST; fi
    Starting the application...
    # if [ -x /usr/bin/konsole ]; then echo "Found"; else echo "Not
    available"; fi
    Found
    Xlib: connection to "localhost:10.0" refused by server
    Xlib: Invalid MIT-MAGIC-COOKIE-1 key
    konsole: cannot connect to X server localhost:10.0
    Connection to weboffice closed.

  • ReportViewer control not connecting to the report server - Connection refused

    I'm having an issue with connecting to SQL report server using the ReportViewer control.  Thing is when I connect to the reporting services web service (http://10.3.27.80/ReportServer/ReportService2010.asmx)
    it works fine and I can successfully pull the data I need.  But when I use the web control, its then that I cannot connect.  Here's my code:
    ASP.net code:
    <%@ Page Title="Reports" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="Results.aspx.cs" Inherits="RSReportViewer.Results" %>
    <%@ Register Assembly="Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" Namespace="Microsoft.Reporting.WebForms" TagPrefix="rsweb" %>
    <asp:Content ID="BodyContent" ContentPlaceHolderID="MainContent" runat="server">
    <rsweb:ReportViewer ID="ReportViewer2" runat="server" Width="90%" ProcessingMode="Remote">
    <ServerReport ReportServerUrl="http://10.3.27.80:80/" />
    </rsweb:ReportViewer>
    Error message:
    ConnectionRefused
    Inner Exception: No connection could be made because the target machine actively refused it 176.74.176.178:8080
    I have not got the IP signified above configured anywhere throughout my solution!  So not sure where its getting that in the message.
    Stack trace:
       at Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.GetSecureMethods()
       at Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.IsSecureMethod(String methodname)
       at Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.SetConnectionSSLForMethod(String methodname)
       at Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.ProxyMethodInvocation.Execute[TReturn](RSExecutionConnection connection, ProxyMethod`1 initialMethod, ProxyMethod`1 retryMethod)
       at Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.LoadReport(String Report, String HistoryID)
       at Microsoft.Reporting.WebForms.SoapReportExecutionService.LoadReport(String report, String historyId)
       at Microsoft.Reporting.WebForms.ServerReport.EnsureExecutionSession()
       at Microsoft.Reporting.WebForms.ServerReport.SetParameters(IEnumerable`1 parameters)
       at RSReportViewer.Results.Page_Load(Object sender, EventArgs e) in c:\Users\admin\Desktop\RSViewer\RSViewer\RSReportViewer\Results.aspx.cs:line 71
       at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
       at System.Web.UI.Control.OnLoad(EventArgs e)
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    Firewalls are disabled between the two boxes. 
    Thanks in advance for any pointers!

    Hi rmccabe82,
    Generally, “actively refused it" means that the host sent a reset instead of an acknowledge when you tried to connect. As per my understanding, the issue can be caused by the process that is hosting the service is not listening on that port, this may be
    because it is not running at all or because it is listening on a different port. Please try to ping ‘netstat –anb’ (requires admin privileges) to verify that it is running and listening on the expected port.
    Furthermore, please make sure the user has permissions to access the report server.
    References:
    http://www.smartftp.com/support/kb/connection-refused-f58.html
    http://stackoverflow.com/questions/9695224/no-connection-could-be-made-because-the-target-machine-actively-refused-it-127-0
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • My iMac says my iCloud mail account is off line and is refusing to go online   my calendar is not being able to connect to the iCloud server.  Any help would be greatly appreciated by this silver surfer ;o)

    My iMac says my iCloud mail account is off line and is refusing to go online - Ok I rarely use iCloud mail but now the problem has spread to my calendar, which has frozen stating it is connecting to the iCloud server (for the past 8 hours).
    Any help would be greatly appreciated by this silver surfer.
    Peter

    Calendar.
    Calendar Troubleshooting
    Calendar and iCal Troubleshooting - Advanced
    Calendar and Contacts Syncing – Advanced Troubleshooting
    Mail/Preferences/Accounts/iCloud/Advanced - try changing Authentication to Apple Token.
    Mail Troubleshooting

  • Error: Server accepted your connection, but refused your privilege to record?

    Hi guys,
    I'm developing an EJB application with Glassfish and Adobe Flash Media Server and MySQL at the backend. I have a page in my application with which I record a feedback of the user. I'm using the Adobe Media Flash server for this. I've set my host path to rtmp://localhost:1935/ as the flash server is installed on my local machine. I've loaded my application on Adobe Media Administration Console. Whenever I run this feedback page I get a "Server accepted your connection, but refused your privilege to record" error.
    My js file as below:
    Widget.VideoPlayer = Class.create(Widget, {
              classType: 'VideoPlayer',
              id: "videoPlayer",
              objectId: "videoPlayerObject",
              player: null,
              width: 500,
              height: 375,
               * Note that the instance of this object must be global and be named the same as the id so that the flash player can call it back.
              initialize: function(id, objectId, width, height) {
                        this.id = id || this.id;
                        this.objectId = objectId ||this.objectId;
                        this.width = width || this.width;
                        this.height = height || this.height;
                        if(typeof swfobject == "undefined")
                                  return this.showError("The VideoPlayer widget requires that the swfobject library be imported");
                        this.createPlayer();
              createPlayer: function() {
                        var flashvars = {
                        var params = {
                                  menu: "false",
                                  scale: "noScale",
                                  allowFullscreen: "false",
                                  allowScriptAccess: "sameDomain",
                                  bgcolor: "#99AAC9",
                                  wmode: "opaque"
                        var attributes = {
                                  id: this.objectId,
                                  name: this.objectId
                        swfobject.embedSWF(
                                  "/includes/swf/myapp/ProjmyappPlayer.swf",
                                  this.objectId, this.width, this.height, "10.0.0",
                                  "/includes/swf/myapp/expressInstall.swf",
                                  flashvars, params, attributes);
                        // There is a delay before the object appears on the page and no callback event
                        var checkLoaded = setInterval(function(){
                                  if($(this.objectId).tagName == "OBJECT") {
                                            try {
                                                      this.player = $(this.objectId);
                                                      this.setId(this.id);
                                                      this.player.player = this; // circular reference
                                                      clearInterval(checkLoaded);
                                                      this.dispatch("onPlayerCreate");
                                            } catch(ex) {
                                                      this.log("Failed Loading: "+ex);
                        }.bind(this), 500);
               * Player Invocations
              setId: function(id) {
                        this.id = id || this.id;
                                  this.player.setId(this.id);
              setServer: function(serverName) {
                        this.player.setServer(serverName);
              setVideo: function(videoName) {
                        this.player.setVideo(videoName);
              setVideoServer: function(serverName, videoPath, videoName) {
                        this.player.setVideoServer(serverName, videoPath, videoName);
              setQueryParam: function(paramName, paramValue){
                        this.player.setQueryParam(paramName, paramValue);
              play: function() {
                        this.player.playVideo();
              pause: function() {
                        this.player.pauseVideo();
              record: function() {
                        this.player.recordVideo();
              stop: function() {
                        this.player.stopVideo();
              showError: function(message, title) {
                        title = title || "Video Player Error";
                        (new Widget.Dialog(title, message)).showDialog();
                        return null;
              enableWebcam: function(){
                        this.player.enableWebcam();
              setAllowReRecord: function(allowRerecord){
                        this.player.setAllowReRecord(allowRerecord);
              setRecordLimit: function(recordLimit){
                        this.player.setRecordLimit(recordLimit);
              showSettings: function() {
                        this.player.showSettings();
              showWebcamSettings: function() {
                        this.player.showWebcamSettings();
               * Player callback events
              onPlayStart: function() {
                        this.dispatch("onPlayStart");
              onPlayStop: function() {
                        this.dispatch("onPlayStop");
              onConnectingStart: function() {
                        this.dispatch("onConnectingStart");
              onRecordStart: function() {
                        this.dispatch("onRecordStart");
              onRecordStop: function () {
                        this.dispatch("onRecordStop");
              onConnectionFail: function() {
                        this.dispatch("onConnectionFail");
              onCameraReady: function(){
                        this.dispatch("onCameraReady");
              onPlayerReady: function() {
                        this.dispatch("onPlayerReady");
              onVideoExists: function() {
                        this.dispatch("onVideoExists");
              onSettingsClosed: function () {
                        this.dispatch("onSettingsClosed");
              onRecordBlocked: function () {
                        this.dispatch("onRecordBlocked");
              dispatch: function(event) {
                        window.document.fire(this.id+":"+event);
                        this.log("Fireing Event: "+this.id+":"+event);
              log: function(message) {
                        if(typeof console != "undefined")
                                  console.log(message);
    Please if anyone could help me remove this error. Thanks in advance.

    This is an old discussion which was left unanswered due to long subject line. If this is resolved, please close the discussion.
    This error you mentioned is coming as you do not have connectivity to BO server from your local system. The missing data is that part which are not being fetched by the connections in the dashboard. Still you may be able to see some data as those are probably dummy data used by the developer while creating the dashboard and not cleared from excel model before exporting.

  • Mail refuses to connect to my Exchange Server

    I have an Exchange Server which also functions as an IMAP server. I cannot get mail to connect this server using the IMAP protocol. Thunderbird on the same machine connects to this exchange server just fine using IMAP. And Mail does not have problem connecting to other IMAP servers. Any idea on where I can look to troubleshoot?

    I'm in the same boat and have been banging my head against this all day. Have you found an answer yet?

  • Can't connect to X11 windows server

    Hi all, I am having problems installing oracle in Fedora Core 1.
    This is where i'm stuck at and im not sure what to do.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2004-11-24_09-23-44AM. Please wait ...[student@BI GCPU026 Disk1]$ Oracle Universal Installer, Version 10.1.0.3.0 Production
    Copyright (C) 1999, 2004, Oracle. All rights reserved.
    Xlib: connection to ":0.0" refused by server
    Xlib: No protocol specified
    Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable.
    :0.0
    :0.0
    Unable to start an interactive install session because of the following error:Can't connect to X11 window server usi ng ':0.0' as the value of the DISPLAY variable. The DISPLAY environment variable should be set to <hostname or IP ad dress>:<screen>, where the <screen> is usually '0.0'.
    Depending on the Unix Shell, you can use one of the following commands as examples to set the DISPLAY environment va riable:
    - For csh: % setenv DISPLAY 192.168.1.128:0.0
    - For sh, ksh and bash: $ DISPLAY=192.168.1.128:0.0; export DISPLAY
    Use the following command to see what shell is being used:
    echo $SHELL
    Use the following command to view the current DISPLAY environment variable setting:
    echo $DISPLAY
    - Make sure that client users are authorized to connect to the X Server.
    To enable client users to access the X Server, open an xterm, dtterm or xconsole as the user that started the sessio n and type the following command:
    % xhost +
    To test that the DISPLAY environment variable is set correctly, run a X11 based program that comes with the native o perating system such as 'xclock':
    % <full path to xclock... see below>
    If you are not able to run xclock successfully, please refer to your PC-X Server or OS vendor for further assistance .
    Typical path for 'xclock': '/usr/X11R6/bin/xclock'

    The problem maybe in (Fedora):
    1. X server is running with "nolisten tcp" parameter. Check the configuration
    2. Check the settings of GDM or KDM

Maybe you are looking for

  • Error while booting the application server

    CMDTUX_CAT:1685: ERROR: Application initialization failure CMDTUX_CAT:827: ERROR: Fatal error encountered; initiating user error ha

  • File not able to pick while using FCC at sender channel

    Hi Experts , we design one scenario that we need to process flat file to ECC. So we have used FCC at sender channel. while we testing ,  only its showing as successfull logs in channel , but we not able to pick the file. could you please check the be

  • Security warning on task bar links

    Just started after I moved my folder redirection from a server share to dfs.  Running Windows 7 SP1, server is 2008 R2.  If I change the GPO to point to \\server\share I don't get the warning.  Annoying but not fatal.  Thanks.

  • Video demo glitchy when recording

    I am recording a video demo of MS PowerPoint. Each clip is 1-2 minutes at the most. I only have PPT, CP, and Word open while I am doing the demo. As I am clicking around in PPT, my screen will sometimes flicker or another window will suddenly pop up

  • Change permissions of "Mailbox Rights" using Script.

    I'm using the script located at http://support.microsoft.com/kb/310866 to change the permissions of "Mailbox Rights" located on the user properties, Exchange Advanced tab. However, this works by specifying the DN for each mailbox that I want Change.