Weblogic managed servers connecting to the servers in different cluster

          Hi All,
          We have a weired problem going on for a while. We have a cluster configuration
          with an admin server and two managed servers. We have the similar configuration
          in DEV, TEST and PROD. The problem is that the managed server members in DEV cluster
          are making connections to managed servers which are member of PROD cluster for
          session replication. The same way TEST servers are trying to connect to PROD and
          DEV.
          Has anyone seen this kind of problem before. BEA seems to be cluless so far.
          Thanks in adavnce for your input.
          Udit
          

          Venkat,
          Thats a good suggestion but these things are too obvious to ignore. We have different
          multicast address in DEV and PROD and also hosts are on different sub net. I do
          not know if cluster name will make any differene though.
          Thanks for your input anyway,
          Udit
          "venkat" <[email protected]> wrote:
          >
          >Udit,
          > You can check the sub net, multicast address and the cluster name.
          >If the dev
          >and prod servers are in the same sub net with same multicast address,
          >then change
          >the multicast and try.
          >
          >Venkat
          >"venkat" <[email protected]> wrote:
          >>
          >>Udit,
          >>
          >>
          >>"Udit Singh" <[email protected]> wrote:
          >>>
          >>>Kumar,
          >>>Thanks for the reply.
          >>>The situation is that managed server in DEV try to replicate the session
          >>>to a
          >>>managed server in PROD and TEST and vice versa.
          >>>Let us say our dev managed servers are running on abc01 and abc02 and
          >>>prod managed
          >>>servers are running on xyz01 and xyz02. All the managed servers are
          >>running
          >>>on
          >>>port 7005.
          >>>If I do the netstat on abc01 or abc02 I could the see established connections
          >>>between abc01/02 and xyz01/02.
          >>>Why is that happening? We are running 6.1SP2.
          >>>
          >>>Udit
          >>>
          >>>Kumar Allamraju <[email protected]> wrote:
          >>>>We do not restrict intercluster communication as of 61 SP3.
          >>>>Once we get the IP from the cookie, we can safely make a
          >>>>connection to the other clustered node. We were not checking
          >>>>if the server is part of the same cluster or not. This is
          >>>>already fixed in 7.x and 61 SP4(not yet released) If you are
          >>>>on 61 Sp2 or SP3 then you should contact support and
          >>>>reference CR # CR089798 to get a one off patch.
          >>>>
          >>>>Regardless, are you traversing from DEV to PROD cluster and
          >>>>vice-versa. If not then this problem shouldn't happen unless
          >>>>plugin is routing the request to wrong cluster.
          >>>>
          >>>>--
          >>>>Kumar
          >>>>
          >>>>Udit Singh wrote:
          >>>>> Hi All,
          >>>>> We have a weired problem going on for a while. We have a cluster
          >>configuration
          >>>>> with an admin server and two managed servers. We have the similar
          >>>configuration
          >>>>> in DEV, TEST and PROD. The problem is that the managed server members
          >>>>in DEV cluster
          >>>>> are making connections to managed servers which are member of PROD
          >>>>cluster for
          >>>>> session replication. The same way TEST servers are trying to connect
          >>>>to PROD and
          >>>>> DEV.
          >>>>> Has anyone seen this kind of problem before. BEA seems to be cluless
          >>>>so far.
          >>>>>
          >>>>> Thanks in adavnce for your input.
          >>>>> Udit
          >>>>
          >>>
          >>
          >
          

Similar Messages

  • Why won't Apple TV connect with the servers?

    Ever since the introduction of IOS 7.03 and the new iPad I have had problems with my Apple TV. After selecting a movie or a TV show and selecting play, there is a long wait and then a message appears, "Apple TV is unable to connect with the servers."  What is going on?

    >After selecting a movie or a TV show and selecting play, there is a long wait and then a message appears, "Apple TV is unable to connect with the servers."  What is going on?
    There is a network problem.  Are you using WiFi?  Have you checked the network connection status in Settings?  Have you run the network test in Settings?

  • Weblogic.management.NoAccessRuntimeException: Cannot perform the requested

    Hi,
    I am using WLES 4.2 with WebLogic 8.1 SP4 Portal domain.
    Managed Servers are not running, Admin server starts normally, when i try to access WebLogic Admin Console i get below exception. Any idea what could be the root cause?????
    weblogic.management.NoAccessRuntimeException: Cannot perform the requested operation, the request was from an anonymous user (Principal)
    at weblogic.management.mbeans.custom.Cluster.getServers(Cluster.java:76)
    at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at weblogic.management.internal.DynamicMBeanImpl.getAttribute(DynamicMBeanImpl.java:604)
    at weblogic.management.internal.ConfigurationMBeanImpl.getAttribute(ConfigurationMBeanImpl.java:179)
    at com.sun.management.jmx.MBeanServerImpl.getAttribute(MBeanServerImpl.java:1186)
    at com.sun.management.jmx.MBeanServerImpl.getAttribute(MBeanServerImpl.java:1156)
    at weblogic.management.internal.RemoteMBeanServerImpl.getAttribute(RemoteMBeanServerImpl.java:288)
    at weblogic.management.internal.MBeanProxy.getAttribute(MBeanProxy.java:610)
    at weblogic.management.internal.MBeanProxy.invokeForCachingStub(MBeanProxy.java:442)
    at weblogic.management.configuration.ClusterMBean_Stub.getServers(ClusterMBean_Stub.java:1168)
    at weblogic.management.console.utils.MBeans.getServersFor(MBeans.java:692)
    at weblogic.management.console.webapp._domain.__nav._jspService(__nav.java:1507)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1006)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315)
    at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:322)
    at weblogic.servlet.jsp.PageContextImpl.forward(PageContextImpl.java:150)
    at weblogic.management.console.actions.ForwardAction.perform(ForwardAction.java:35)
    at weblogic.management.console.actions.internal.ActionServlet.doAction(ActionServlet.java:173)
    at weblogic.management.console.actions.internal.ActionServlet.doGet(ActionServlet.java:91)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1006)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6718)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3764)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2644)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    >

    Did you ever find resolution to this? We are encountering the listed exception every 10 minutes in the logs and have yet to identify the source.

  • "Configuration Manager cannot connect to the site" after site update from SP1 to R2

    Our dev SCCM environment only has a single primary site with a remote SQL database.  Initially, the dev primary site had SP1 Beta (5.00.7782.1000) installed but as everyone is aware there is no upgrade path available to SP1 or R2 from Beta; so, we uninstalled
    the site and removed the database, re-installed SP1 non-Beta (5.00.7804.1000), then proceeded to update all devices with the latest client agent.  Afterwards, we attempted to upgrade the site from SP1 non-Beta (5.00.7804.1000) to R2 (5.00.7958.1000).
     All seemed well until we attempt to open the Configuration Manager console and we get the following error message:
    Configuration Manager cannot connect to the site (Site Name)
    The Configuration Manager Administrator console could not connect to the Configuration Manager site database. Verify the version of the console is compatible with the version of the site server you are connecting to and then try to connect again.
    So we tried reinstalling the console directly from here...
    "C:\Program Files\Microsoft Configuration Manager\tools\ConsoleSetup\AdminConsole.msi"
    still the same error message persisted, so we tried installing it from here...
    "C:\Program Files\Microsoft Configuration Manager\tools\ConsoleSetup\ConsoleSetup.exe"
    still the same error message persisted, so then we tried installing it directly from the R2 (5.00.7958.1000) installation media, and afterwards the same error message persisted....
    All along, we were checking the AdminConsole log from here:
    "C:\Program Files (x86)\Microsoft Configuration Manager\AdminConsole\AdminUILog\SmsAdminUI.log"
    Here are the contents:
    [4, PID:4836][04/22/2014 15:21:10] :Property: 'Features'\r\nSystem.Management.ManagementException\r\nNot found \r\n   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
       at System.Management.PropertyData.RefreshPropertyInfo()
       at System.Management.PropertyDataCollection.get_Item(String propertyName)
       at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlResultObjectBase.get_Item(String name)\r\nManagementException details:
    [4, PID:4836][04/22/2014 15:21:10] :ReadExtraProperties: Failed to initialize extra properties
    [4, PID:4836][04/22/2014 15:21:11] :Transport error; failed to connect, message: 'The Configuration Manager Administrator console could not connect to the Configuration Manager site database. Verify the version of the console is compatible with the version
    of the site server you are connecting to and then try to connect again.'\r\nMicrosoft.ConfigurationManagement.ManagementProvider.SmsConnectionWithDetailException\r\nThe Configuration Manager Administrator console could not connect to the Configuration Manager
    site database. Verify the version of the console is compatible with the version of the site server you are connecting to and then try to connect again.\r\n   at Microsoft.ConfigurationManagement.AdminConsole.SmsSiteConnectionNode.ValidateConnectionParameters(ConnectionManagerBase
    connection)
       at Microsoft.ConfigurationManagement.AdminConsole.SmsSiteConnectionNode.GetConnectionManagerInstance(String connectionManagerInstance)\r\nNo details are available for this error.\r\n
    Once again, we validated we could connect to the SQL database from this box, and that the console was at the same version as the site.  Any help or guidance with getting our access to the console restored after the SP1 to R2 upgrade would be greatly
    appreciated. 

    From the Primary Site Server, I tried uninstalling the Admin Console and re-installing using:
    consolesetup.exe /q TargetDir="%ProgramFiles%\Microsoft Configuration Manager" EnableSQM=0 DefaultSiteServerName=<SiteServerName>
    Of course replacing <SiteServerName> with the FQDN of my Primary Site Server.  Console installed successfully however the same error message persists.
    Also tried installing the console on a clean Windows Server 2008 R2 installation.  I tried it from the R2 (5.00.7958.1000) installation media, from the "C:\Program Files\Microsoft Configuration Manager\tools\ConsoleSetup\" both without any luck, the
    same error message persists.  I verified I could ping the FQDN of the site server also, and that the firewall between the two permits communication over the ports listed here: http://technet.microsoft.com/en-us/library/hh427328.aspx
    Any help would be greatly appreciated.

  • A Thread manages a connection from the outside--help me to finish it

    **RUN THIS CODE AND HELP ME--- THANKS A LOT**
    EchoClient is thread which manage a connection from the outside.
    import java.io.BufferedReader;
    import java.io.InputStreamReader;
    import java.io.PrintWriter;
    import java.net.ServerSocket;
    import java.net.Socket;
    import java.util.Random;
    public class EchoClient extends Thread {
         private ServerSocket listenSocket = null;
         private Socket manageSocket = null;
         private int[] port = new int[9999];
         private BufferedReader in;
         private PrintWriter out;
         private int line;
         private int count;
         // No needed to mention
                //private ClientNode[] clientArray = new ClientNode[9999];
         private ManageClient[] manageClient;
         private final int CONNECTED = 1;
         private final int CONNECTING = 11;
         private final int DISCONECTED = 2;
         public void run() {
              try {
                   manageClient = new ManageClient[9999];
                   listenSocket = new ServerSocket(903);
                   manageSocket = listenSocket.accept();
                   while (true) {
                        in = new BufferedReader(new InputStreamReader(manageSocket
                                  .getInputStream()));
                        out = new PrintWriter(manageSocket.getOutputStream());
                        line = in.read();
         // if Client send a variable(CONNECTING)
                // Server will send to Client a variable(CONNECTED) and port
                //to open a ChatFrame with that port
                        if (line == CONNECTING) {
                             System.out.print("have recieved");
              out.print(CONNECTED);
                         //randomize a port to send to client
              port[count] = (int) Math.ceil(Math.random() * 9999)
                        //creat a manageClient(Thread) to manage a seperate
                       // connection with a seperate Client
                             manageClient[count] = new ManageClient(port[count]);
                             manageClient[count].start();
                             out.print(port[count]);
                             count++;
              } catch (Exception e) {
                   e.printStackTrace();
         public static void main(String[] args) {
              EchoClient e = new EchoClient();
              e.start();
    }And a Login Frame which will send to server a varialble (CONNECTING) which requires to connect and keep waiting for a variable to Open a ChatFrame with a new port
    import java.awt.FlowLayout;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import java.io.BufferedReader;
    import java.io.InputStreamReader;
    import java.io.PrintWriter;
    import java.net.Socket;
    import javax.swing.JButton;
    import javax.swing.JFrame;
    import javax.swing.JPanel;
    import javax.swing.JTextArea;
    public class Login extends JFrame {
         public ChatFrame chatFrame;
         private final int CONNECTED = 1;
         private final int CONNECTING = 11;
          * @param args
         public Login() {
              // TODO Auto-generated method stub
              setSize(50, 150);
              JButton loginButton = new JButton("Login");
              JPanel p = new JPanel();
              p.setLayout(new FlowLayout());
              p.add(loginButton);
              add(p);
              loginButton.addActionListener(new ActionListener() {
                   @Override
                   public void actionPerformed(ActionEvent e) {
                        loginServer();
         public void loginServer() {
              try {
                   Socket connectSocket = new Socket("127.0.0.1", 903);
                   while (true) {
                        BufferedReader in = new BufferedReader(new InputStreamReader(
                                  connectSocket.getInputStream()));
                        PrintWriter out = new PrintWriter(connectSocket
                                  .getOutputStream());
                        out.print(CONNECTING);
                        System.out.println("At here");
    //(***position***)
                        int line = in.read();
                        System.out.println("At here1");
                        if (line == CONNECTED) {
                             int port = in.read();
                             chatFrame = new ChatFrame(port);
                             chatFrame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
                             chatFrame.show();
                             connectSocket.close();
              } catch (Exception exp) {
                   exp.printStackTrace();
         public static void main(String[] args) {
              Login login = new Login();
              login.show();
              login.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    }and this is ManageClient Thread...
    import java.io.BufferedReader;
    import java.io.InputStreamReader;
    import java.io.PrintWriter;
    import java.net.ServerSocket;
    import java.net.Socket;
    public class ManageClient extends Thread {
         private ServerSocket ssClient;
         private Socket sClient;
         private int port;
         public ManageClient(int port) {
              this.port = port;
         public int getPort() {
              return port;
         public void run() {
              try {
                   ssClient = new ServerSocket(getPort());
                   sClient = ssClient.accept();
                   while (true) {
                        BufferedReader in = new BufferedReader(new InputStreamReader(
                                  sClient.getInputStream()));
                        PrintWriter out = new PrintWriter(sClient.getOutputStream());
                        String s = in.readLine();
                        if (s != null)
                             out.print("have recieved");
              } catch (Exception e) {
                   e.printStackTrace();
    }my problem...
    At firts EchoClient will run.. and then Login but when I click to the Login button it has just only did before int line = in.readLine();(*** postion ***)
    I don't know why it doesn't continue. It stops here and the login button is still visible(cause code has not finish)..
    That's my problem...
    Somebody help me
    Edited by: rockfanskid on Oct 17, 2007 4:25 AM

    Somebody helps me to finish this project...
    thanks for racing this thread

  • Are the Adobe Servers down? My CC update stalls at 6% and says my computer can't connect to the servers - Adobe help was an absolute joke trying to help.

    Tried using Adobe's "support team" to help figure this out. What an absolute waste of time. The clown was literally reading off a script and wouldn't answer me when I asked if the servers were down. Creative cloud installer won't update. Stalls at 6% and gives me an error. Error code 207. This is ridiculous. I can't download any programs. It won't update CC... good move with this cloud garbage Adobe. This is beyond frustrating.
    Thanks for the awesome day of getting absolutely nothing done Adobe! Can't wait to hear it from my boss about no productivity today.

    Hi Graham,
    Kindly check the details in the link mentioned below.
    Error downloading, installing, or updating Creative Cloud applications
    Thanks,
    Atul Saini

  • Configuration Manager Cannot Connect to the Site After SP1 Install

    I've been working on this all morning and can't seem to get anywhere on it. I've updated SCCM 2012 to SCCM 2012 SP1 and SQL Server 2008 to SQL Server 2008 SP3 CU4 and I can no longer connect to the site database. I've checked though the SQL settings as well
    as SPN settings and everything checks out. I've looked at the SMSAdminUI log and to me it looks like SCCM can't even see the site database.
    [4, PID:4948][01/28/2013 09:49:03] :System.Management.ManagementException\r\nProvider load failure \r\n   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
       at System.Management.ManagementObjectCollection.ManagementObjectEnumerator.MoveNext()
       at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlQueryResultsObject.<GetEnumerator>d__0.MoveNext()\r\nManagementException details:
    instance of __ExtendedStatus
    Operation = "ExecQuery";
    ParameterInfo = "SELECT * FROM SMS_Site WHERE SiteCode = 'ISD'";
    ProviderName = "WinMgmt";
    \r\n
    [4, PID:4948][01/28/2013 09:49:03] :Transport error; failed to connect, message: 'The SMS Provider reported an error.'\r\nMicrosoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlQueryException\r\nThe SMS Provider reported an error.\r\n  
    at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlQueryResultsObject.<GetEnumerator>d__0.MoveNext()
       at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlConnectionManager.Connect(String configMgrServerPath)
       at Microsoft.ConfigurationManagement.AdminConsole.SmsSiteConnectionNode.GetConnectionManagerInstance(String connectionManagerInstance)\r\nConfigMgr Error Object:
    instance of __ExtendedStatus
    Operation = "ExecQuery";
    ParameterInfo = "SELECT * FROM SMS_Site WHERE SiteCode = 'ISD'";
    ProviderName = "WinMgmt";
    Error Code:
    ProviderLoadFailure
    \r\nSystem.Management.ManagementException\r\nProvider load failure \r\n   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
       at System.Management.ManagementObjectCollection.ManagementObjectEnumerator.MoveNext()
       at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlQueryResultsObject.<GetEnumerator>d__0.MoveNext()\r\nManagementException details:
    instance of __ExtendedStatus
    Operation = "ExecQuery";
    ParameterInfo = "SELECT * FROM SMS_Site WHERE SiteCode = 'ISD'";
    ProviderName = "WinMgmt";
    \r\n
    [4, PID:4948][01/28/2013 09:49:03] :System.Management.ManagementException\r\nNot found \r\n   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
       at System.Management.ManagementObject.InvokeMethod(String methodName, ManagementBaseObject inParameters, InvokeMethodOptions options)
       at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlConnectionManager.ExecuteMethod(String methodClass, String methodName, Dictionary`2 methodParameters, Boolean traceParameters)\r\nManagementException details:
    instance of __ExtendedStatus
    Operation = "ExecMethod";
    ParameterInfo = "SMS_ObjectLock";
    ProviderName = "WinMgmt";
    \r\n
    I tried to re-compile smsprov.mof  and I get the following error (Yes, I was logged on as Admin with elevated rights):
    Microsoft (R) MOF Compiler Version 6.2.9200.16398
    Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
    Parsing MOF file: E:\SCCM\bin\X64\smsprov.mof
    MOF file has been successfully parsed
    Storing data in the repository...
    An error occurred while processing item 3 defined on lines 29 - 37 in file E:\SC
    CM\bin\X64\smsprov.mof:
    Error Number: 0x80041026, Facility: WMI
    Description: Class has instances
    Compiler returned error 0x80041026
    Is it possible there is something wrong with my WMI? I'm not really sure where to go from here and I'm dead in the water. Any help would be greatly appreciated!

    Since no one has answer this post, I recommend opening  a support case with CSS as they can work with you to solve this problem.
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • Configuration manager cannot connect to the site

    [5, PID:4144][02/19/2014 09:29:40] :Transport error; failed to connect, message: 'The RPC server is unavailable. (Exception from HRESULT: 0x800706BA)'\r\nMicrosoft.ConfigurationManagement.ManagementProvider.SmsConnectionException\r\nThe RPC server is unavailable.
    (Exception from HRESULT: 0x800706BA)\r\n   at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlConnectionManager.Connect(String configMgrServerPath)
       at Microsoft.ConfigurationManagement.AdminConsole.SmsSiteConnectionNode.GetConnectionManagerInstance(String connectionManagerInstance)\r\nThe RPC server is unavailable. (Exception from HRESULT: 0x800706BA)
    \r\nSystem.Runtime.InteropServices.COMException\r\nThe RPC server is unavailable. (Exception from HRESULT: 0x800706BA)\r\n   at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
       at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32 errorCode)
       at System.Management.ManagementScope.InitializeGuts(Object o)
       at System.Management.ManagementScope.Initialize()
       at System.Management.ManagementObjectSearcher.Initialize()
       at System.Management.ManagementObjectSearcher.Get()
       at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlConnectionManager.Connect(String configMgrServerPath)\r\n
    [5, PID:4144][02/19/2014 09:29:45] :System.Runtime.InteropServices.COMException\r\nThe RPC server is unavailable. (Exception from HRESULT: 0x800706BA)\r\n   at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
       at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32 errorCode)
       at System.Management.ManagementScope.InitializeGuts(Object o)
       at System.Management.ManagementScope.Initialize()
       at System.Management.ManagementObject.Initialize(Boolean getObject)
       at System.Management.ManagementObject.InvokeMethod(String methodName, ManagementBaseObject inParameters, InvokeMethodOptions options)
       at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlConnectionManager.ExecuteMethod(String methodClass, String methodName, Dictionary`2 methodParameters, Boolean traceParameters)\r\n
    this is the log i have found.. can any one idea to resolve this issue.

    Ensure that the account you are using has access to view and open SCCM console
    I think you need to give access to user in Administration >> Security
    Thanks, Prabha G

  • May I deploy MS patches on windows servers, and reboot the servers later?

    Hello,
    I am trying to steam line patching process. May I deploy MS patches on the windows servers first and then reboot the servers at a later time? say days later.
    Tiffany

    For CCM, that is a big no. You need to get the updates that have been approved by Cisco from Cisco. They are available at the following link. Read the release notes very carefully! There are very strict upgrade sequences. I suggest that you consider upgrading to UCM 6 or 7; the updating process is much easier.
    Cisco Unified CallManager Version 4.1 > Voice Application OS and BIOS Updates
    For Unity, you can typically download and run the Update Wizard which will have the approved updates rolled in. Depending on how immediate you want to be about it, there is also a support policy for Windows Update
    Software Installed by the Cisco Unity Server Updates Wizard in 2009 .

  • I have tried resetting my photostream several times on three different computers only to get the error message that it can not be reset because of trouble connecting with the servers.  It says the same thing on a sync about contact conflicts.

    I cannot reset my photo stream.  The error message "cannot connect to servers" comes up.  I have the same problem with syncing contact conflicts.  I have logged in on three different computer & networks on three different occasions.  What's the deal?

    Carolyn Samit wrote:
    According to Apple, all services are online >  http://www.apple.com/support/icloud/systemstatus/
    Pure Propaganda to make it look good. Icloud Servers  are having issues since days but today it is definately broken and also for me everything is offline, without having changed one setting.
    Look at hundreds of server failures, photostream fails, mail not working..  only recent posts.

  • Error Trying to get a managed server connected to the admin server

    I am getting the following error when I try starting up a managed server. I
    put -Dweblogic.management.server=http://host:port
    The managed server starts with out setting the management.server setting.
    It gives the error below when I put the management server setting in
    <Error deploying application DefaultWebApp_online: error retrieving
    component [Caching Stub]Proxy for
    rnd2Domain:Name=DefaultWebApp_online,Location=online,Type=WebAppComponentCon
    fig,ApplicationConfig=DefaultWebApp_online>
    Thanks,
    Scott Jones
    [email protected]

    Can you post the error message from both admin as well as managed servers?
    Viresh Garg
    Principal Developer Relations Engineer
    BEA Systems
    Scott Jones wrote:
    I am getting the following error when I try starting up a managed server. I
    put -Dweblogic.management.server=http://host:port
    The managed server starts with out setting the management.server setting.
    It gives the error below when I put the management server setting in
    <Error deploying application DefaultWebApp_online: error retrieving
    component [Caching Stub]Proxy for
    rnd2Domain:Name=DefaultWebApp_online,Location=online,Type=WebAppComponentCon
    fig,ApplicationConfig=DefaultWebApp_online>
    Thanks,
    Scott Jones
    [email protected]
    [att1.html]

  • Desktop manager not connecting with the 9700 bold

    hi,
    I am using a 9700 bold, i updated to the latest desktop manager and since then when ever i open the destop manager an error message comes in ( RIM handheld communications manager has stopped working)  Can any one one tell me what that is, i have tried uninstalling and going back to a older version but nothing seems to work, please help me, thought the phones charges and it back ups in the older version of desktop manager but the mass storage device option osent show up??
    Rregards,
    mubashir

    hi,
    I am using a 9700 bold, i updated to the latest desktop manager and since then when ever i open the destop manager an error message comes in ( RIM handheld communications manager has stopped working)  Can any one one tell me what that is, i have tried uninstalling and going back to a older version but nothing seems to work, please help me, thought the phones charges and it back ups in the older version of desktop manager but the mass storage device option osent show up??
    Rregards,
    mubashir

  • To manage Hotspot Connections on the BB 9900

    I want to know what's the difference between allow or disallow connected devices to exchange data with each other over the network? Thanks!

    "By default, devices that are connected to your Mobile Hotspot can send data to each other. For example, if you and a friend have your laptops connected to your Mobile Hotspot, you could play a game together. If your BlackBerry smartphone uses a BlackBerry Enterprise Server, depending on the options your administrator sets, you might not be able to exchange data with connected devices." --- Stop connected devices from exchanging data
    For more information about the Mobile Hotspot Feature in BlackBerry OS 7.1 go to Mobile Hotspot Security Features
    Cheers !
    Click if you want to Thank someone. If Problem is resolved, so that others can make use of it.

  • Finally I managed to connect to the Internet and up came the error message on the itunes and appstore: cannot allocate memory

    What can I do?
             +
    My apps won't work. They seem to open and directally after that close.
    What can I do?
    sobbz

    SO we rule out Winsock provider issue.
    Can you try these entries in command prompt (Run as Administrator for Win7/Vista) one at a time?
    ipconfig /release
    then
    ipconfig /renew
    restart computer
    ipconfig /flushdns
    totally shut down computer then restart.
    netsh winsock reset all
    restart computer
    Now test your iTunes again. If that does not work, uninstall your Antivirus program and test again.

  • Adobe Connection Manager unable to connect to Adobe Servers

    Hello,
    I have found many threads for that topic, but non helped me solve my issue.
    I haven't been using my application in quite a few months. A few weeks ago I started again and always get the message that my membership could not be verified because it cannot connect to the Adobe Servers. I started the Application Manager and get the same message there.
    I tried everything in this document: http://helpx.adobe.com/x-productkb/policy-pricing/activation-network-issues.html and all steps are successful
    I tried to connect my laptop directly with the LAN cable to the modem, still no success
    I don't use any Proxies.
    I disabled my firewall and Antivirus, Spyware, etc. applications, still it says it cannot connect.
    I tried to download the Desktop Application, but also get the message it cannot connect to the servers.
    I really do not know what to check anymore. I have no problems with secure sites or anything else I am using.
    Any suggestions what else could be the problem?
    Side note: It says to set the clock correctly. What time yone does it check against? My Windows is German, he CC is German, I am in Germany and use the correct timezone. I often use the US formatting of numbers and date formats, because I need it hat way for work. I tried it with both US and German settings, though. Makes no difference.
    Thank you!

    If you are a home user then enable the Hidden admin, restart and try to update/activate. Check here for instructions on enable/disable Hidden admin : http://www.howtogeek.com/howto/windows-vista/enable-the-hidden-administrator-account-on-wi ndows-vista/
    If connected to corporate network then contact your IT department to see if Firewall or Proxy server is blocking the activation.
    Thanks!
    Ankit

Maybe you are looking for