Management console connection refused

When I tried to use the management console to connect to JRockit on another
machine, I got the error at the end of this email. I downloaded a
license, the application is definitely running and listening on 7091. Could
someone provide some insight into this error?
Thanks
ava.rmi.ConnectException: Connection refused to host: 127.0.0.2; nested
exception is:
java.net.ConnectException: Connection refused
at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:574)
at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:185)
at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:171)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:94)
at
javax.management.remote.rmi.RMIServerImpl_Stub.newClient(Ljava.lang.Object;)Ljavax.management.remote.rmi.RMIConnection;(Unknown
Source)
at
javax.management.remote.rmi.RMIConnector.getConnection(RMIConnector.java:2229)
at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:271)
at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:229)
at
com.jrockit.console.rjmx.RJMXConnection.setupServer(RJMXConnection.java:617)
at com.jrockit.console.rjmx.RJMXConnection.connect(RJMXConnection.java:175)
at
com.jrockit.console.rjmx.RJMXConnectorModel.connect(RJMXConnectorModel.java:387)
at
com.jrockit.console.browser.BrowserAbstractNode.connectNode(BrowserAbstractNode.java:102)
at
com.jrockit.console.application.AllUIOperations$4.doAction(AllUIOperations.java:127)
at
com.jrockit.console.application.AllUIOperations.executeAction(AllUIOperations.java:664)
at
com.jrockit.console.application.UIOperation.actionPerformed(UIOperation.java:311)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
at
javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
at
javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
at
javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
at workshop.core.plaf.JbMenuItemUI.doClick(JbMenuItemUI.java:640)
at
javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
at
javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased(BasicMenuItemUI.java:942)
at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231)
at java.awt.Component.processMouseEvent(Component.java:5488)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3093)
at java.awt.Component.processEvent(Component.java:5253)
at java.awt.Container.processEvent(Container.java:1966)
at java.awt.Component.dispatchEventImpl(Component.java:3955)
at java.awt.Container.dispatchEventImpl(Container.java:2024)
at java.awt.Component.dispatchEvent(Component.java:3803)
Caused by: java.net.ConnectException: Connection refused
at
jrockit.net.SocketNativeIO.connect(Ljava.io.FileDescriptor;Ljava.net.InetAddress;III)I(Unknown
Source)
at java.net.AbstractSocketImpl.doConnect(Ljava.net.InetAddress;II)V(Unknown
Source)
at java.net.PlainSocketImpl.doConnect(Ljava.net.InetAddress;II)V(Unknown
Source)
at
java.net.PlainSocketImpl.connectToAddress(Ljava.net.InetAddress;II)V(Unknown
Source)
at java.net.PlainSocketImpl.connect(Ljava.net.SocketAddress;I)V(Unknown
Source)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:364)
at java.net.Socket.connect(Socket.java:507)
at java.net.Socket.connect(Socket.java:457)
at java.net.Socket.<init>(Socket.java:365)
at java.net.Socket.<init>(Socket.java:178)
at
sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:22)
at
sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:128)
at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:569)
at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:185)
at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:171)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:94)
at
javax.management.remote.rmi.RMIServerImpl_Stub.newClient(Ljava.lang.Object;)Ljavax.management.remote.rmi.RMIConnection;(Unknown
Source)
at
javax.management.remote.rmi.RMIConnector.getConnection(RMIConnector.java:2229)
at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:271)
at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:229)
at
com.jrockit.console.rjmx.RJMXConnection.setupServer(RJMXConnection.java:617)
at com.jrockit.console.rjmx.RJMXConnection.connect(RJMXConnection.java:175)
at
com.jrockit.console.rjmx.RJMXConnectorModel.connect(RJMXConnectorModel.java:387)
at
com.jrockit.console.browser.BrowserAbstractNode.connectNode(BrowserAbstractNode.java:102)
at
com.jrockit.console.application.AllUIOperations$4.doAction(AllUIOperations.java:127)
at
com.jrockit.console.application.AllUIOperations.executeAction(AllUIOperations.java:664)
at
com.jrockit.console.application.UIOperation.actionPerformed(UIOperation.java:311)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
at
javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
at
javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
Jeff

I did that as well, but it doesn't change the error message beyond the IP address which is refusing the connection:
Could not open Management Console for testfix.dhcp.isgenesis.com.
java.rmi.ConnectException: Connection refused to host: 10.0.129.82; nested exception is:
     java.net.ConnectException: Connection refused: connect
at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:574)
at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:185)
at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:171)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:94)
at javax.management.remote.rmi.RMIServerImpl_Stub.newClient(Unknown Source)
at javax.management.remote.rmi.RMIConnector.getConnection(RMIConnector.java:2239)
at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:271)
at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:229)
at com.jrockit.console.rjmx.RJMXConnection.setupServer(RJMXConnection.java:616)
at com.jrockit.console.rjmx.RJMXConnection.connect(RJMXConnection.java:194)
at com.jrockit.console.rjmx.RJMXConnectorModel.connect(RJMXConnectorModel.java:209)
at com.jrockit.mc.browser.views.JRockitBrowserToolkit.connect(JRockitBrowserToolkit.java:372)
at com.jrockit.mc.console.ui.actions.StartConsole$1.preConnect(StartConsole.java:35)
at com.jrockit.mc.browser.utils.PreConnectJob.run(PreConnectJob.java:56)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
-- Caused by --
java.net.ConnectException: Connection refused: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
at java.net.Socket.connect(Socket.java:516)
at java.net.Socket.connect(Socket.java:466)
at java.net.Socket.<init>(Socket.java:366)
at java.net.Socket.<init>(Socket.java:179)
at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:22)
at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:128)
at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:569)
at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:185)
at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:171)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:94)
at javax.management.remote.rmi.RMIServerImpl_Stub.newClient(Unknown Source)
at javax.management.remote.rmi.RMIConnector.getConnection(RMIConnector.java:2239)
at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:271)
at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:229)
at com.jrockit.console.rjmx.RJMXConnection.setupServer(RJMXConnection.java:616)
at com.jrockit.console.rjmx.RJMXConnection.connect(RJMXConnection.java:194)
at com.jrockit.console.rjmx.RJMXConnectorModel.connect(RJMXConnectorModel.java:209)
at com.jrockit.mc.browser.views.JRockitBrowserToolkit.connect(JRockitBrowserToolkit.java:372)
at com.jrockit.mc.console.ui.actions.StartConsole$1.preConnect(StartConsole.java:35)

Similar Messages

  • Can't connect to console - connection refused

    I have a relatively recent install of ovm - everything was working fine for about a month. Now, when I try to launch the console on oracle VM manager I a few windows pop up (including vnc viewer) and then they go away. I turned on java debugging and found that I'm getting a connection refused error. Any idea how this could happen or how to resolve it? I don't understand enough about what its trying to do to know where to begin my troubleshooting.
    Thanks!!
    Jan 7, 2013 5:48:06 PM com.oracle.ovm.ras.proxy.RasProxyApplet main
    Jan 7, 2013 5:48:06 PM com.oracle.ovm.ras.proxy.RasProxyApplet main
    INFO: service id : 003600010004fb00000600002a495e91a1e6d87b
    Jan 7, 2013 5:48:06 PM com.oracle.ovm.ras.proxy.RasProxyApplet main
    INFO: SessionID : b4833a02-586f-406a-a548-33dba66452cc
    Jan 7, 2013 5:48:06 PM com.oracle.ovm.ras.proxy.RasProxyApplet startListening
    INFO: RAS proxy listening on /127.0.0.1:49931
    Jan 7, 2013 5:48:06 PM com.oracle.ovm.ras.proxy.RasProxyApplet main
    INFO: ServiceType : VNC
    Jan 7, 2013 5:48:06 PM com.oracle.ovm.ras.proxy.external.ViewerLauncherFactory getViewerLauncher
    INFO: Os is : windows 7
    Jan 7, 2013 5:48:10 PM com.oracle.ovm.ras.proxy.ProxyThread$1 run
    SEVERE: Unable to connect to RAS server
    java.net.ConnectException: Connection refused: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(Unknown Source)
         at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
         at java.net.PlainSocketImpl.connect(Unknown Source)
         at java.net.SocksSocketImpl.connect(Unknown Source)
         at java.net.Socket.connect(Unknown Source)
         at java.net.Socket.connect(Unknown Source)
         at com.oracle.ovm.ras.proxy.ProxyThread$1.run(ProxyThread.java:148)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.oracle.ovm.ras.proxy.ProxyThread.run(ProxyThread.java:141)
    Jan 7, 2013 5:48:10 PM com.oracle.ovm.ras.proxy.ProxyThread run
    SEVERE: Error while creating SSL tunnel
    java.net.SocketException: Underlying socket is not connected
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.<init>(Unknown Source)
         at com.sun.net.ssl.internal.ssl.SSLSocketFactoryImpl.createSocket(Unknown Source)
         at com.oracle.ovm.ras.proxy.ProxyThread.setupSSL(ProxyThread.java:386)
         at com.oracle.ovm.ras.proxy.ProxyThread.run(ProxyThread.java:169)
    Jan 7, 2013 5:48:11 PM com.oracle.ovm.ras.proxy.RasProxyApplet main
    INFO: Vncviewer stopped, closing proxy

    Problem was local dns. By logging into ovm manager by ip address rather than friendly name, I was able to connect to the console.

  • Management console-connection time out please help

    after Composite environment installation,first time I am trying to open the management console. It throws a dialog window connection error. and in the text message connection to <host name and nr > failed.
    In the exception message, i can see connection time out:connect
    Here is the log
    java.net.ConnectException: Connection timed out: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(Unknown Source)
         at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
         at java.net.PlainSocketImpl.connect(Unknown Source)
         at java.net.SocksSocketImpl.connect(Unknown Source)
         at java.net.Socket.connect(Unknown Source)
         at java.net.Socket.connect(Unknown Source)
         at java.net.Socket.<init>(Unknown Source)
         at java.net.Socket.<init>(Unknown Source)
         at com.sap.engine.services.webservices.jaxm.soap.HTTPSocket.initStreamsFromSocket(HTTPSocket.java:648)
         at com.sap.engine.services.webservices.jaxm.soap.HTTPSocket.initializeStreams(HTTPSocket.java:470)
         at com.sap.engine.services.webservices.jaxm.soap.HTTPSocket.getOutputStream(HTTPSocket.java:427)
         at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.HTTPTransport.getRequestStream(HTTPTransport.java:355)
         at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.outputMessage(MimeHttpBinding.java:548)
         at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.call(MimeHttpBinding.java:1425)
         at com.sap.managementconsole.soap.sap.sapcontrol.SAPControlStub.getInstanceProperties(SAPControlStub.java:1248)
         at com.sap.managementconsole.dataloader.soap.sap.SAPSOAPDataLoader.getInstanceProperties(SAPSOAPDataLoader.java:823)
         at com.sap.managementconsole.dataloader.soap.sap.SAPSOAPDataLoader.<init>(SAPSOAPDataLoader.java:87)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
         at java.lang.reflect.Constructor.newInstance(Unknown Source)
         at com.sap.managementconsole.common.SapControlInterfaceFactory.getControlInterface(SapControlInterfaceFactory.java:91)
         at com.sap.managementconsole.common.DataLoader.createControlInterface(DataLoader.java:313)
         at com.sap.managementconsole.common.DataLoader.startup(DataLoader.java:232)
         at com.sap.managementconsole.common.DataLoader.access$100(DataLoader.java:64)
         at com.sap.managementconsole.common.DataLoader$1.execute(DataLoader.java:437)
         at com.sap.managementconsole.operations.AuthorizedOperation.execute(AuthorizedOperation.java:38)
         at com.sap.managementconsole.common.DataLoader.reinitialize(DataLoader.java:444)
         at com.sap.managementconsole.common.DataLoader.run(DataLoader.java:542)
         at java.lang.Thread.run(Unknown Source)

    Hello,
    Can you post the std_server0 log ?
    Regards,
    Siddhesh

  • SAP Management Console reporting connection failed

    <p><b>When using Internet Explorer to access SAP Mangement Console @ http://spjcen00:50013 , one instance reporting connection failed.  I am loading a landscape export file containing 10 distincts SIDs.  Only this one is failing and started about 10 days ago.  The usage type of the failing system is Enterprise Portal.  My feeling is there is some configuration that has changed for Solution Manager enablement.</b>
    <p><b>Client Side:</b>
    Java Plug-in 1.6.0_15
    Using JRE version 1.6.0_15-b03 Java HotSpot(TM) Client VM
    <p><b>SID:</b>NW 7.01 Ehp1 on AIX/DB2 usage type Enterpise Portal
    <p><b>Clicking on the operations log in the SAP MC, (lower right corner) reveals this information:</b>
    Mon Aug 17 13:31:16 CDT 2009     Connection to instance spjcen00 10 failed/Connection refused     Connection refused: connect
    <p><b>With Details of:</b>
    <p>java.net.ConnectException: Connection refused: connect
    <br>     at java.net.PlainSocketImpl.socketConnect(Native Method)
    <br>     at java.net.PlainSocketImpl.doConnect(Unknown Source)
    <br>     at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
    <br>     at java.net.PlainSocketImpl.connect(Unknown Source)
    <br>     at java.net.SocksSocketImpl.connect(Unknown Source)
    <br>     at java.net.Socket.connect(Unknown Source)
    <br>     at java.net.Socket.connect(Unknown Source)
    <br>     at java.net.Socket.<init>(Unknown Source)
    <br>     at java.net.Socket.<init>(Unknown Source)
    <br>     at com.sap.engine.services.webservices.jaxm.soap.HTTPSocket.initStreamsFromSocket(HTTPSocket.java:648)
    <br>     at com.sap.engine.services.webservices.jaxm.soap.HTTPSocket.initializeStreams(HTTPSocket.java:470)
    <br>     at com.sap.engine.services.webservices.jaxm.soap.HTTPSocket.getOutputStream(HTTPSocket.java:427)
    <br>     at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.HTTPTransport.getRequestStream(HTTPTransport.java:355)
    <br>     at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.outputMessage(MimeHttpBinding.java:550)
    <br>     at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.call(MimeHttpBinding.java:1432)
    <br>     at com.sap.managementconsole.soap.sap.sapcontrol.SAPControlStub.getInstanceProperties(SAPControlStub.java:1167)
    <br>     at com.sap.managementconsole.dataloader.soap.sap.SAPSOAPDataLoader.getInstanceProperties(SAPSOAPDataLoader.java:1095)
    <br>     at com.sap.managementconsole.dataloader.soap.sap.SAPSOAPDataLoader.init(SAPSOAPDataLoader.java:87)
    <br>     at com.sap.managementconsole.common.DataLoader.createControlInterface(DataLoader.java:381)
    <br>     at com.sap.managementconsole.common.DataLoader.startup(DataLoader.java:289)
    <br>     at com.sap.managementconsole.common.DataLoader.access$200(DataLoader.java:72)
    <br>     at com.sap.managementconsole.common.DataLoader$2.execute(DataLoader.java:513)
    <br>     at com.sap.managementconsole.operations.AuthorizedOperation.execute(AuthorizedOperation.java:52)
    <br>     at com.sap.managementconsole.common.DataLoader.reinitialize(DataLoader.java:520)
    <br>     at com.sap.managementconsole.common.ThreadPoolDataLoader$2.execute(ThreadPoolDataLoader.java:102)
    <br>     at com.sap.managementconsole.common.DataLoader.executeAllQueuedOperations(DataLoader.java:606)
    <br>     at com.sap.managementconsole.common.ThreadPoolDataLoader$DataLoaderTask.execute(ThreadPoolDataLoader.java:127)
    <br>     at com.sap.managementconsole.common.ThreadPoolManager$ThreadPoolElement.run(ThreadPoolManager.java:276)
    <br>     at java.lang.Thread.run(Unknown Source)

    Hi Christophe,
    Which user did you use in the SAP MMC in order to start the server? It should be the Windows user under which the server has been installed, not the Administrator user for the server.
    Hope that helps!
    -Vladimir

  • Service manager console can't connect to Service manager data warehouse SQL reporting services

    When I start Service manager console, it gives this kind of error:
    The Service Manager data warehouse SQL Reporting Services server is currently unavailable. You will be unable to execute reports until this server is available. Please contact your system administrator. After the server becomes available please close your
    console and re-open to view reports.
    Also in EventViewer says:
    cannot connect to SQL Reporting Services Server. Message= An unexpected error occured while connecting to SQL Reporting Services server: System.Net.WebException: The request failed with HTTP status 401: Unauthorized.
    at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
    at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
    at Microsoft.EnterpriseManagement.Reporting.ReportingService.ReportingService2005.FindItems(String Folder, BooleanOperatorEnum BooleanOperator, SearchCondition[] Conditions)
    at Microsoft.EnterpriseManagement.Reporting.EnterpriseReporting.FindItems(String searchPath, IList`1 criteria, Boolean And)
    at Microsoft.EnterpriseManagement.Reporting.EnterpriseReporting.FindItems(String itemPath)
    at Microsoft.EnterpriseManagement.Reporting.EnterpriseReporting.FindItem(String itemPath, ItemTypeEnum[] desiredTypes)
    at Microsoft.EnterpriseManagement.Reporting.EnterpriseReporting.GetFolder(String path)
    at Microsoft.EnterpriseManagement.Reporting.EnterpriseReportingGroup.Initialize()
    at Microsoft.EnterpriseManagement.Reporting.ServiceManagerReportingGroup..ctor(DataWarehouseManagementGroup managementGroup, String reportingServerURL, String reportsFolderPath, NetworkCredential credentials)
    at Microsoft.EnterpriseManagement.Reporting.ServiceManagerReportingGroup..ctor(DataWarehouseManagementGroup managementGroup, String reportingServerURL, String reportsFolderPath)
    at Microsoft.EnterpriseManagement.UI.SdkDataAccess.ManagementGroupServerSession.TryConnectToReportingManagementGroup() Remediation = Please contact your Administrator.
    We have a four server set-up where SCSM, SCDW, and sqls for both are on different servers. Also I have red that this could be a SPN problem, but this has  been worked on last week without the SPNs.

    On the computer you get the "SQL Reporting Services server is currently unavailable" message please open the Internet Explorer and try to connect to the URL <a href="http:///reports">http://<NameOfReportingServer>/reports
    This should open the reporting website in IE. If this isn't working you should check the proxy settings in IE. If the URL doesn't work in IE it won't work in the SCSM console as well (and vice versa).
    Andreas Baumgarten | H&D International Group
    Actually I can't access to the reporting website. It asks me credentials 3 times and then return a blank page. Also error message comes to the EventViewer System log with id 4 and source Security-Kerberos.
    The Kerberos client received a KRB_AP_ERR_MODIFIED error from the server "accountname".
    The target name used was HTTP/"reporting services fqn". This indicates that the target server failed to decrypt the ticket provided by the client.
    This can occur when the target server principal name (SPN) is registered on an account other than the account the target service is using.
    Ensure that the target SPN is only registered on the account used by the server.
    This error can also happen if the target service account password is different than what is configured on the Kerberos Key Distribution Center for that target service.
    Ensure that the service on the server and the KDC are both configured to use the same password.
    If the server name is not fully qualified, and the target domain (domain.com) is different from the client domain (domain.com), check if there are identically named server accounts in these two domains,
    or use the fully-qualified name to identify the server.
    I can access the website directly from the server which hosts Reporting Services.
    Also I query "setspn -Q HTTP/"reporting services fqn" whit result NO SUCH SPN FOUND.

  • Unable to connect to Exchange 2010 Management console after - Exchange 2010 SP3 Rollup 7

    We have been having issue with our Exchange Server 2010's Transport Service failing due to a database corruption. I was hoping that maybe applying the Roll-up 7 for Exchange might fix this issue, however after applying the patch we are unable to start the
    MSExchangeMailboxAssistants "Error 1053: The service did not respond to the start or control request in a timely fashion."
    Then I notice that we were unable to connect to the Management Console or through PowerShell. 
    Event 1000, Application Error
    Faulting application name: MSExchangeMailboxAssistants.exe, version: 14.3.210.2, time stamp: 0x53e2bf34
    Faulting module name: KERNELBASE.dll, version: 6.1.7601.18409, time stamp: 0x5315a05a
    Exception code: 0xe0434f4d
    Fault offset: 0x000000000000940d
    Faulting process id: 0x%9
    Faulting application start time: 0x%10
    Faulting application path: %11
    Faulting module path: %12
    Report Id: %13
    PowerShell error:
    Exception calling "TryLoadExchangeTypes" with "2" argument(s): "Could not load file or assembly 'Microsoft.Exchange.Man
    agement, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. Strong name va
    lidation failed. (Exception from HRESULT: 0x8013141A)"
    At C:\Program Files\Microsoft\Exchange Server\V14\bin\RemoteExchange.ps1:75 char:92
    + $typeLoadResult = [Microsoft.Exchange.Configuration.Tasks.TaskHelper]::TryLoadExchangeTypes <<<< ($ManagementPath, $t
    ypeListToCheck)
        + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
        + FullyQualifiedErrorId : DotNetMethodException

    Hi,
    Please try the following steps to narrow down the issue:
    1. Uninstall and reinstall .NET package in Exchange server.
    2. Under location C:\Windows\Microsoft.NET\Framework64\v2.0.50727\CONFIG, took a copy of Machine.Config.default, renam it to Machine.config and copy it under this path again.
    3. Do IIS reset by running iisreset from a Command Prompt window.
    4. Reboot the server and verify whether the Exchange services are started.
    Regards,
    Winnie Liang
    TechNet Community Support

  • Management console fails connecting to Management server.

    I have installed Oracle 9.2 on Red Hat Advanced Server V2.1.
    Also installed Management server and client software on the system.
    Started everything up: oemctl start oms, agentctl start agent, apachectl start...
    Run Manager Console on Linux machine (i.e. locally)
    Runs successfully - connecting stand-alone
    Runs successfully - connecting to management sever
    Installed client software on a Windows NT PC.
    Runs successfully - connecting stand-alone
    FAILS - connecting to Management server
    On another NT PC, try running web interface to Management server
    FAILS - Same error as when using thick client.
    Failure is the same in both cases: The exception (java.lang.NullPointerException) occured.
    Failure of both of these suggested a server issue...
    Don't know where to find management server logs?
    Looking at $ORACLE_HOME/Apache/Apache/logs/error_log seems unable to find files, e.g.:
    [Mon Nov 25 10:01:46 2002] [error] [client 192.0.0.120] File does not exist: /u0
    1/app/oracle/product/9.2.0/oem_webstage/readme/emreadme.htm
    [Mon Nov 25 10:01:57 2002] [error] [client 192.0.0.120] File does not exist: /u0
    1/app/oracle/product/9.2.0/oem_webstage/java/awt/KeyboardFocusManager.class
    [Mon Nov 25 10:02:11 2002] [error] [client 192.0.0.120] File does not exist: /u0
    1/app/oracle/product/9.2.0/oem_webstage/oracle/ewt/alert/resource/AlertBundle_en
    _GB.class
    [Mon Nov 25 10:02:11 2002] [error] [client 192.0.0.120] File does not exist: /u0
    1/app/oracle/product/9.2.0/oem_webstage/oracle/ewt/alert/resource/AlertBundle_en
    _GB.properties
    [Mon Nov 25 10:02:15 2002] [error] [client 192.0.0.120] File does not exist: /u0
    1/app/oracle/product/9.2.0/oem_webstage/oracle/sysman/vt/console/app/ConsoleBean
    Info.class
    [Mon Nov 25 10:02:15 2002] [error] [client 192.0.0.120] File does not exist: /u0
    1/app/oracle/product/9.2.0/oem_webstage/sun/beans/infos/ConsoleBeanInfo.class
    [Mon Nov 25 10:02:15 2002] [error] [client 192.0.0.120] File does not exist: /u0
    1/app/oracle/product/9.2.0/oem_webstage/oracle/sysman/emSDK/client/appContainer/
    WebApplicationBeanInfo.class
    I have tried reinstalling Oracle website, however this made no difference.

    Can you ping the server which is running OEM from the client NT machine?
    Are you trying to connect using DNS or IP?
    Verify that this works first.

  • 2008 R2 SP1 failover cluster, after connect to VM from failover cluster manager console I've get only upper quourter of screen console

    Hello :)
    I have to ask because this issue is boring me a long time ago :(
    From time to time when I connect to virtual machine from failover cluster manager console I've get virtual machine connection screen (console) which is reduced only to upper left quorter of full screen. There is no scroll bar ... If I live migrate
    VM to another node (or restart VM on same node) and reconnect, console screen is displayed ok (ie all console screen is visible).
    It is happening regardless of OS version installed into guest VM: 2003 R2, 2008 R2, 2012, 2012 R2).
    I've check inside VM ( I can see that integration services are installed and running but when I click onto console window with mouse I've get message:
    "Virtual Machine Connection
    Mouse not captured in Remote Desktop session
    The mouse is available in a Remote Desktop session when
    integration services are installed in the guest operating
    system...."
    From SCVMM console I can see that IC version on guest VM is: 6.1.7601.17514
    I would like to know what is going on and is there any way how can I detect those situation or even better how to prevent it ?
    Thank you for any idea.
    Best regards
    Nenad

    Hi Nenad,
    As you mentioned you have tried 2003 R2, 2008 R2, 2012, 2012 R2 guest vm, but all this do not work properly, With Server 2003 platform the 2008r2 Hyper-V the 2003R2 are not
    supported, in your case you must update to Windows Server 2003 R2 with Service Pack 2.
    Server 2012 as guest vm on 2008r2 you must install the following hot fix:
    You cannot run a Windows 8-based or Windows Server 2012-based virtual machine in Windows Server 2008 R2
    https://support2.microsoft.com/kb/2744129?wa=wsignin1.0
    Server 2012 is the last version of Windows that will be supported as a guest operating system on 2008r2 Hyper-V therefore the 2012r2 guest vm is not supported.
    Please use the following command can query all guest vm’s IC version, please compare this problematic vms IC version with functioning vms.
    The following powershell command can be used to display the version of integration services installed on all VMs on the Hyper-V host:
    PS C:\Users\administrator> get-vm | ft name, IntegrationServicesVersion
    Name                                                       
    IntegrationServicesVersion
    TestVM2012                                           
    6.2.9200.16433
    SQL01                                                    
    6.2.9200.16433
    SQL02                  
                                      6.2.9200.16433
    SCVMM01                                               
    6.2.9200.16384
    SCVMM02                                               
    6.2.9200.16384
    I’m glad to be of help to you!
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Can't connect to Enterprise Manager Console.

    Hi..
    I started the enterprise manager console via the command " @emctl start dbconsole "
    when i try to connect to the web browser based app running on port 1158
    (according to contents of install/portlist.ini ) I get the error
    You have chosen to open em which is a: application/octet-stream from http://localhost:1158/em.
    This happens on firefox. On IE i just get garbage.
    >>>>>
    c:\app\Ryden\product\11.1.0\db_1\bin>@emctl start dbconsole
    @emctl start dbconsole
    Oracle Enterprise Manager 11g Database Control Release 11.1.0.7.0
    Copyright (c) 1996, 2008 Oracle Corporation. All rights reserved.
    https://dell-laptop2:1158/em/console/aboutApplication
    Starting Oracle Enterprise Manager 11g Database Control ...The requested service has already been started.
    >>>>>
    any suggestions much appreciated.
    thanks!
    chris
    Chris Bedford
    Founder & Lead Lackey
    Build Lackey Labs
    http://buildlackey.com

    Show us the output of
    emctl status dbconsoleMost of the times, EM stops with DGCP being enabled on the system after the db's creation. I faced alot of it just 2 days ago when 2 of my boxes stopped EM. So show us the output of the above command and to have an idea of basic EM troubleshooting, read this,
    http://oracle-base.com/articles/misc/BasicEnterpriseManagerTroubleshooting.php
    HTH
    Aman....

  • Oracle ESSO, Logon Manager Console couldn't connect to repository ORA-01017

    I installed Logon Manager Console on my Windows XP SP3 and try to connect to repository (Oracle DB 11g) with instanse name:
    Provider=OraOLEDB.Oracle;Data Source=MYDB;User Id=user;Password=password;
    Repository type: Oracle Database
    And get following error: ORA-01017: invalid username/password; logon denied
    But i can connect to database with sql developer. Same DB, user and password
    Please help, what i'm doing wrong?
    Edited by: LITBe on Sep 2, 2010 4:25 AM

    Update:
    If I attempt to connect with instanse name:
    Provider=OraOLEDB.Oracle;Data Source=myOESSO;User ID=system;Password=oracle;Integrated Security=no;
    Repository type: Oracle Database
    I get another error: Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done.
    If
    instanse name: Provider=OraOLEDB.Oracle;Data Source=myOESSO;User ID=system;Password=oracle;
    Repository type: Generic Database
    I get another error: ORA-00942: table or view does not exist
    ORA-00942: table or view does not exist
    Maybe this help someone to understand what happening because i don't understand...

  • Connection Refused when starting node manager on Linux

    Hi,
    I'm using Weblogic 6.1 SP 2 on Redhat Linux 7.1 with Sun JDK 1.3.1. When I'm running
    the Node Manager on one machine and try to connect to it from another machine (Admin
    Server) I'm getting the following message:
    <May 28, 2002 6:35:59 PM IDT> <Error> <NodeManager> <Could not start server 'EnvelopeManagedBackup'
    via Node Manager - reason: '[SecureCommandInvoker: Could not create a socket to the
    NodeManager running on host 'jarjar:5555' to execute command 'online null', reason:
    Connection refused: connect. Ensure that the NodeManager on host 'jarjar' is configured
    to listen on port '5555' and that it is actively listening]'>
    The Node Manager is listening on the server's listen address (jarjar) and on the
    correct port (5555). When running netstat -a | grep 5555 on the server I get the
    following (jarjar is the computer name):
    tcp 0 0 jarjar:5555 *:* LISTEN
    The admin server is registered in the nodemanager.hosts file.
    Can anyone help me on this?

    ....I happened to get "execute command 'online null'" because of a missing
    "Listen Address" and/or "Listen Port" entry in the "Remote Start" tab of the
    Administration Server.
    Node Manager passes on such values when starting up a managed server - if
    either is blank, the managed server can not identify the Admin Server to
    register to...
    Paola R.

  • Error in connect to Enterprise manager console

    I am getting the following error message when trying to connect to oracle 9i Enterprise manager console with the following username and password: sysoper/oem_temp as sysoper AND sys/password as sysdba
    Error Message :ORA12532:TNS:Invalid arguement
    I installed oracle 9i in my home PC.
    Can any one Please Help me
    Thanks in Advance

    Hi all
    Are you trying to connect using stand alone? or using and OMS?
    I tried to connect using stand alone, i didnot change any system usernames and passwords (Defaults)
    Username: System
    password: Password
    service: orcl
    connect as : Normal
    I also tried to connect as
    username : Sys
    password: password
    as: sysdba
    Still getting the same Error
    THANKS ONIL

  • Error connecting 8i Enterprise Manager Console after installation

    Dear all, I am very new to the oralce world and got stuck today the first time I install oracle 8i on my win2k pro.
    After the installation, I was trying to connect the Enterprise Manager Console for the first time, using the default user name sysman and password oem_temp (correct?). The problem is that I don't know exactly what is a management server, and what name it should be called. I named the database/sid name orarem, under D:\Oracle\admin\OraRem, does it have something to do with this issue?
    I only installed the oracle enterprise server edition 8.1.6.0.0, not the Client part, will that matter if I only wanna run oracle on my stand alone desktop as a testing procedure for now?
    Any help would be really appreciated!!

    Dear all, I am very new to the oralce world and got stuck today the first time I install oracle 8i on my win2k pro.
    After the installation, I was trying to connect the Enterprise Manager Console for the first time, using the default user name sysman and password oem_temp (correct?). The problem is that I don't know exactly what is a management server, and what name it should be called. I named the database/sid name orarem, under D:\Oracle\admin\OraRem, does it have something to do with this issue?
    I only installed the oracle enterprise server edition 8.1.6.0.0, not the Client part, will that matter if I only wanna run oracle on my stand alone desktop as a testing procedure for now?
    Any help would be really appreciated!!

  • Lanuch Remote Access Management Console with a connection to a remote server

    I've installed the Remote Access Management Console on my Windows 8 workstation so that I can administer DirectAccess on a Windows Server 2012 server without having to connect to it with Remote Desktop. However, every time I launch the console I have to
    click "Manage a remote server" and enter the server name. Is there a way to launch the console with a command-line parameter that opens the remote server automatically?
    I've tried running ramgmtui.exe with the name of the server as a parameter, and I've also tried running "ramgmtui.exe /?" but the console doesn't launch at all when called with any of the parameters I've tried.

    Hi,
    Have you installed Remote Server Administration Tools?
    You may use Server Manager to Manage another server. Once you add a server, it will be listed in All Servers. So you will never have to enter the server name.
    For detailed information, please view the link below,
    Manage Multiple, Remote Servers with Server Manager
    http://technet.microsoft.com/en-us/library/hh831456.aspx
    Hope this helps.
    Steven Lee
    TechNet Community Support

  • Hi, I am new to Mac and i managed to install and configure all the services. Now my issue is when i sending mail using the local server to internal, mail are not receiving. Mail queue showing Connection refused error. Please help me

    I am new to Mac and i managed to install and configure all the services. Now my issue is when i sending mail using the local server to internal, mails are not receiving. Mail queue showing Connection refused error. Please help me
    Thanks
    GIRI

    Try this -> http://support.apple.com/kb/TA38632?viewlocale=en_US

Maybe you are looking for