Arch Server Becomes Unavailable

This is a weird one for you guys...
I have taken 4 different kinds of operating systems (Linux) and they all have the same problem. The problem begins when I build a server on a Dell PowerEdge 1855 blade. The system builds and I install Apache or Email. Basically once the server is running, people report they can't get to the server via HTTP or what ever service the server is hosting. I then attempt to ping the server...no response via ping. I attempt to SSH into the server...no response. It's as if the server is gone.
I walk into the server room and sure enough the machine is up and running fine. I check the cables and everything looks to be fine. I can login directly at the console and then when I ping the Internet directly from the server, it basically wakes up the NIC or something and then everyone can again access the server. It's as if the NIC goes to sleep. There is no option in the BIOS of a Dell PowerEdge server to shut the NIC down at idle but it happens when the system idles for like 10 minutes or so...
I then reloaded a PowerEdge 2950 (new server) and the same thing happened. How can this happen on two different pieces of hardware. These aren't home made servers either. These are enterprise class machines. I don't get it. The way I have been able to prevent it from happening is when I am logged into the server directly at the console, I start a continuous ping to something and it basically just keeps the NIC awake and active. Super ghetto but it works until I can figure out why this happens.
The only thing these two servers have in common besides the problem is they're both connecting to the same Cisco / Linksys branded SRW 2016.
Anyone ever see anything like this or know what could be causing this problem? Other servers on the same kind of hardware and same switch don't have it. Just a select few.
I don't think it's the NIC or NIC drivers / firmware since the current server uses a Broadcom NIC and the previous one has a Intel NIC. Both had the same exact issue. Could this be the unmanaged switch or something with ACPI?

I've seen it before, but you could see the interface coming up & down in the output of dmesg. Which in your case you can't. I would pretty much rule out ACPI putting the interface into sleep, and start looking towards the kernel. Are you using a custom kernel or prebuilt, can you try using a different kernel?

Similar Messages

  • WebLogic server becomes unavailable via t3

    Hi all,
    we observe a strange phenomenon while running a WebLogic server (WLS 5.1 SP9 on
    Solaris, httpd disabled). It happens that the server becomes unavailable via t3
    for any client (application client, WebLogic console, weblogic.Admin; ->Communication
    exception ) after running some hours under load.
    There are no obvious problems or exceptions before the server enters this state.
    The only way to end this staet of WebLogic is to kill it.
    Has somebody an idea what's the reason for this?
    Thanks,
    Dieter

    Have you taken a thread dump when the server is in this state to try to figure out what
    it is doing? If you need help interpreting the dump, please post it here.
    Hope this helps,
    Robert
    Dieter Arnold wrote:
    Hi all,
    we observe a strange phenomenon while running a WebLogic server (WLS 5.1 SP9 on
    Solaris, httpd disabled). It happens that the server becomes unavailable via t3
    for any client (application client, WebLogic console, weblogic.Admin; ->Communication
    exception ) after running some hours under load.
    There are no obvious problems or exceptions before the server enters this state.
    The only way to end this staet of WebLogic is to kill it.
    Has somebody an idea what's the reason for this?
    Thanks,
    Dieter

  • Composites becoming unavailable automatically

    We are using soa11.1.1.6 and we observe following behaviour.
    We have SOA BPEL invoking OSB whcih intern invokes Ebiz web services.
    Sometimes we see composites are automatically becoming unavailable.
    When we cllick on composite in em console we see below error
    ERROR
    =====
    The composite <compositename>(1.0) is not available. This could happen because either the composite has been undeployed or soa-infra has not yet loaded this composite.
    Unable to find a WSDL that has a definition for service {target namespace}endpoint and port wsdl_ port. Please make sure that the port attribute for the binding defined in the composite file is correct by checking the namespace, service name, and port name. In addition, check that the WSDL associated with the binding namespace is imported and currently reachable (check the import nodes at the top of the composite file). Finally, validate the HTTP proxy settings for the server
    We could not find any reason why this is happening and there is no way to recover from
    We have to redeploy code.
    soa_log says
    ========
    aused By: javax.management.RuntimeMBeanException: Internal error: Deployment Failed: Composite "default/compositename!1.0*soa_e27e3339-accf-4b88-86e5-47024f8c50f7" does not exist.
    at oracle.as.jmx.framework.standardmbeans.spi.OracleStandardEmitterMBean.doInvoke(OracleStandardEmitterMBean.java:1020)
    at oracle.adf.mbean.share.AdfMBeanInterceptor.internalInvoke(AdfMBeanInterceptor.java:104)
    at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doInvoke(AbstractMBeanInterceptor.java:252)
    at oracle.as.jmx.framework.generic.spi.security.AbstractMBeanSecurityInterceptor.internalInvoke(AbstractMBeanSecurityInterceptor.java:190)
    at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doInvoke(AbstractMBeanInterceptor.java:252)
    Truncated. see log file for complete stacktrace
    Caused By: oracle.fabric.common.FabricException: Internal error: Deployment Failed: Composite "default/compositename!1.0*soa_e27e3339-accf-4b88-86e5-47024f8c50f7" does not exist.
    at oracle.integration.platform.blocks.deploy.StandaloneCompositeDeploymentCoordinatorImpl.coordinateCompositeStateChange(StandaloneCompositeDeploymentCoordinatorImpl.java:82)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    Truncated. see log file for complete stacktrace
    Caused By: oracle.fabric.common.FabricException: Deployment Failed: Composite "default/compositename!1.0*soa_e27e3339-accf-4b88-86e5-47024f8c50f7" does not exist.
    at oracle.integration.platform.blocks.deploy.StandaloneCompositeDeploymentCoordinatorImpl.coordinateCompositeUpdate(StandaloneCompositeDeploymentCoordinatorImpl.java:127)
    at oracle.integration.platform.blocks.deploy.StandaloneCompositeDeploymentCoordinatorImpl.coordinateCompositeStateChange(StandaloneCompositeDeploymentCoordinatorImpl.java:80)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    Truncated. see log file for complete stacktrace
    Caused By: oracle.fabric.common.FabricDeploymentException: Composite "default/compositename!1.0*soa_e27e3339-accf-4b88-86e5-47024f8c50f7" does not exist. {rootCauses=[]}
    at oracle.integration.platform.blocks.mesh.MeshImpl.prepareConfigChange(MeshImpl.java:692)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    Truncated. see log file for complete stacktrace
    Thanks,
    Praveen

    We also see below chunk of logs
    Error during retrieval of test page or composite resource[[
    oracle.fabric.common.FabricException: Failed to concatanate the following 2 urls: home= "null" and relative="SCA-INF/classes".: no protocol: SCA-INF/classes
    at oracle.fabric.common.metadata.MetadataManagerImpl.resolve(MetadataManagerImpl.java:323)
    at oracle.fabric.composite.model.CompositeModel.getClassLoaderFiles(CompositeModel.java:559)
    at oracle.fabric.composite.model.CompositeModel.getCompositeClassloader(CompositeModel.java:274)
    at oracle.integration.platform.blocks.soap.FabricProviderServlet.doGet(FabricProviderServlet.java:331)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:252)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused by: java.net.MalformedURLException: no protocol: SCA-INF/classes
    at java.net.URL.<init>(URL.java:567)
    at java.net.URL.<init>(URL.java:464)

  • Server becomes unresponsive as the day goes on.

    After about 8+ hours our 10.4.8 server becomes un-responsive. I lose ARD connectivity, AFP and SMB shares become unavailable, applications take a really long time to open, either the black arrow in the dock pulses or the app beachballs. When I view the activity viewer nothing is consuming excess memory or ram, CPU usage stays below 5%.
    After a restart all is fine again, very fast and snappy. As the day goes on though, same story.
    What can I do to resolve and diagnose this issue?

    not a worry here ... running 10.4.8 Universal binary with WWW DHCP IPFW NAT AFP and FTP running ... system load on uptime shows up at 13.20hours load average of 6 percent.. which deamons services are running on the machines ? May be SMB is acting up ...
    I run ARD and other remotes on these sytems and all i can say is snappy. A possibility is that something might be hanging your system such as a kernel extension acting up , i guess all of you ran repair privileges after updating , just in case.
    May be a fix on Macpro's i have been having trouble with Contextual Menus from our dear pal Stuffit a long time ago all i did at that time was dump the CM extensions trash them and repair privileges after reboot. You can diagnose this easily by creating another user somewhere on your machine logging in and see if the un responsiveness of your applications still occurs.

  • Adobe Muse (2014.3) "Add Web Font" Function Not Working As Expected - Newly Added Fonts Become Unavailable Though Shown

    Hello.
    This has also been posted in the Community: Adobe Muse Bugs forum.
    I've been having some odd/irregular issues though they have now become fairly predictable in nature. The issue is in regards to Adobe Muse (2014.3) and the availability of web fonts provided through the applications "Add Web Fonts" feature. Once added they perform as expected but then become "unavailable." Full details below. I have been a Creative Cloud Complete subscriber for a number of years so am fairly familiar with the way in which the system works minus a few issues that have popped up now and then, this one included.
    System Info:
    Adobe Creative Cloud (Full Subscription): Version 1.9.1.474
    Adobe Muse: Version 2014.3
    OS X Yosemite: 10.10.2
    Here is a recap of what has been taking place. I'll detail the bug as best I can.
    1. Created new Adobe Muse project. Everything normal.
    2. Chose to add a new font through the "Add Web Fonts" function within Muse. A note, my Creative Cloud App is running/open at all times (in file synch mode).
    3. Chose new fonts using above. All seemed fine (see screenshots below).
    4. Fonts also were indicated as being "Synched" within Creative Cloud (screenshot below).
    5. As expected the two fonts were added to the list of available Web Fonts within Muse (first screenshot below - left). I added them successfully to my site. Well after a number of hours I went back to this same font selection menu within Muse and the fonts were still visible yet the sub-menu that one would expect showing various forms (i.e. Bold, Italic, etc) was not available. In a sense the font could not be chosen from the list even though the name is clearly visible (second screenshot below - right).
    Have no idea what may have been wrong. Saved Muse project, closed and reopened - nothing changed. Created new project - fonts still "shown" in menu but can't be used. Did find a vague description using Google of similar problem (different application) which recommended closing Creative Cloud Desktop App and reopening as one possible solution. This DID WORK initially yet the problem, though corrected for a period of time (few hours at most), would reappear again where one would again see yet not be able to choose from the two Web Fonts. Went so far as to uninstalling the Creative Cloud Desktop application and reinstalling. Still have not solved the problem.
    Any thoughts as to what this may be would be welcome. Restarting the CC app each and every time the fonts become unavailable is quite time consuming to my workflow.
    Thanks!

    Abhishek,
    Thank you for the reply. Wanted to comment on a few things.
    I reviewed the other post that you've referenced. Nothing unusual jumped out at me as something that I was not aware of. I'm running an older iMac that is in good working condition. 2.4 GHz Intel Core 2 Duo, 24" screen. I know this issue is fleeting, as I stated earlier typically can be corrected with a restart of the CC Desktop application (that I am always running at startup). I have not been able to determine that shutting down Muse corrects the issue. I would, at this time say it doesn't.
    I did open InDesign and see if the fonts in question, Open Sans and Open Sans Condensed, were present and usable. They were. The fonts are shown as being synched in my CC Desktop app window (even if they are not "installed" in Muse). That is expected but it may be a bug in how Muse brings in a font from those that are already synched to your CC account. I don't know enough about how that works to comment.
    And just to complicate matters, Muse seems to be working again, the fonts that is. I brought them back in and they are showing up in all locations (which there are actually three - see screen shots).
    First is primary text menu dropdown (to right of orange "Text").
    Second is if you click orange Text link. Another drop down menu appears.
    And lastly, the Text Panel to right of screen.
    I also wanted to add this extra bit of information, for what it is worth. When the issue arises and you do not get the sub-menu dropdown showing various styles of the font (italics, bold, etc.), one can use click on the missing font if you had used it previously and it is present in the "previously used font" list.
    Cheers!

  • Hi all! I was updating the software on i pad to ios6, update was interrupted(apple update server is unavailable...). iTunes Diagnostics shows that "secure link to I tunes store failed". I use Windows 7 Home Premium 64 bit. Can anybody help please?

    Hi all! I was updating the software on i pad to ios6, update was interrupted(apple update server is unavailable...). iTunes Diagnostics shows that "secure link to I tunes store failed". I use Windows 7 Home Premium 64 bit. Can anybody help please?
    The following was done so far:
    1. Windows Firewall - new rule created for itunes.
    2. iTunes - latest version installed.
    3. LAN setting : automatic detection of proxy is enabled;
    4. iTunes diagnostics shows:
    Microsoft Windows 7 x64 Home Premium Edition (Build 7600)
    TOSHIBA Satellite L655
    iTunes 11.0.2.26
    QuickTime 7.7.3
    FairPlay 2.3.31
    Apple Application Support 2.3.3
    iPod Updater Library 10.0d2
    CD Driver 2.2.3.0
    CD Driver DLL 2.1.3.1
    Apple Mobile Device 6.1.0.13
    Apple Mobile Device Driver 1.64.0.0
    Bonjour 3.0.0.10 (333.10)
    Gracenote SDK 1.9.6.502
    Gracenote MusicID 1.9.6.115
    Gracenote Submit 1.9.6.143
    Gracenote DSP 1.9.6.45
    iTunes Serial Number 003FB880034B7720
    Current user is not an administrator.
    The current local date and time is 2013-04-23 11:01:14.
    iTunes is not running in safe mode.
    WebKit accelerated compositing is enabled.
    HDCP is supported.
    Core Media is supported.
    Video Display Information
    Intel Corporation, Intel(R) HD Graphics
    **** External Plug-ins Information ****
    No external plug-ins installed.
    iPodService 11.0.2.26 (x64) is currently running.
    iTunesHelper 11.0.2.26 is currently running.
    Apple Mobile Device service 3.3.0.0 is currently running.
    **** Network Connectivity Tests ****
    Network Adapter Information
    Adapter Name:          {1CB5BBC2-8124-4664-899A-CE0A4683E3B4}
    Description:          Realtek RTL8188CE Wireless LAN 802.11n PCI-E NIC
    IP Address:          0.0.0.0
    Subnet Mask:          0.0.0.0
    Default Gateway:          0.0.0.0
    DHCP Enabled:          Yes
    DHCP Server:
    Lease Obtained:          Thu Jan 01 08:00:00 1970
    Lease Expires:          Thu Jan 01 08:00:00 1970
    DNS Servers:
    Adapter Name:          {8140112A-43D0-41D6-8B36-BE146C811173}
    Description:          Atheros AR8152/8158 PCI-E Fast Ethernet Controller (NDIS 6.20)
    IP Address:          10.5.7.196
    Subnet Mask:          255.255.0.0
    Default Gateway:          10.5.0.1
    DHCP Enabled:          Yes
    DHCP Server:          172.18.255.2
    Lease Obtained:          Tue Apr 23 10:14:40 2013
    Lease Expires:          Tue Apr 23 22:14:40 2013
    DNS Servers:          121.97.59.7
                        121.97.59.2
                        121.97.59.3
    Active Connection:          LAN Connection
    Connected:          Yes
    Online:                    Yes
    Using Modem:          No
    Using LAN:          Yes
    Using Proxy:          No
    Firewall Information
    Windows Firewall is on.
    iTunes is NOT enabled in Windows Firewall.
    Connection attempt to Apple web site was successful.
    Connection attempt to browsing iTunes Store was unsuccessful.
    The network connection timed out.
    Connection attempt to purchasing from iTunes Store was successful.
    Connection attempt to iPhone activation server was successful.
    Connection attempt to firmware update server was unsuccessful.
    The network connection timed out.
    Connection attempt to Gracenote server was successful.
    The network connection timed out.
    Last successful iTunes Store access was 2013-03-22 10:05:31.
    @@@. iTunes IS ENABLED THROUGH THE FIREWALL , even though diagnostics says "NOT enabled"

    hours after the first post i somehow got this to work. dont know how, but i do tried the dns clear cache, the clear host file, oh and i did the check automatically detech dns AND THEN se-check it again before i got this to work.

  • Outlook 2013: Your Automatic Reply Settings Cannot Be Displayed Because The Server Is Unavailable

    When I configure the Outlook profile manually then receive warning "Your Automatic Reply Settings Cannot Be Displayed Because The Server Is Unavailable" when clicking "Automatic Replies (Out of Office)".
    However if I use Autodiscover to configure the Outlook profile the above does not occur and "Automatic Replies (Out of Office)" works fine.
    Client: Outlook 2013 Click-to-Run version 15.0.4551.1011 on Windows 7 Pro SP1.
    Server: Exchange 2007 SP3 on Windows SBS 2008 SP2.

    Hi,
    First of all, please make sure you have installed this Outlook 2013 hotfix package (December 10, 2013):
    http://support.microsoft.com/kb/2825652/en-us
    It may fix the issue.
    If the hotfix doesn't help, please note, this problem can occur after your primary SMTP address changes. The problem occurs because your previous primary SMTP address is cached in the Windows registry under your Outlook profile and this information does
    not get refreshed for 24-48 hours after the SMTP address change.
    So please make sure you have configured smtp address correctly, or, we can find some workarounds from the link below:
    http://support.microsoft.com/kb/2693800/en-us
    Regards,
    Melon Chen
    TechNet Community Support

  • Exchange 2007 / Outlook 2013 "Your Automatic Reply Settings Cannot Be Displayed Because The Server Is Unavailable"

    One of our users is having problems setting replies from Outlook on his local PC.  This is an SBS 2008 Server with Exchange 2007.  The client PC is running Windows 8 with Outlook 2013.  This issue doesn't seem to affect other users but this
    is the only client with Outlook 2013.
    When trying to set an automatic reply from within Outlook 2013 we get the "Your automatic reply settings cannot be displayed because the server is unavailable".  Outlook seems to be connecting and working fine so connection to the server does
    exist.
    Trying this same operation from owa works without issue.  Please let me know what we need to do to find a solution.
    Thanks so much!

    Problem: 
    IMAP downloads inbox don't work after November patches.
    If you install a fresh OS and O2K13 unpatched ,the IMAP works fine.
    Fully patched O2K10 works fine too.
    It worked for my customer until November patch Tuesday broke the IMAP sync.
    Consultant opened case. 
    Response from Microsoft:
            This is with regards to the issue faced by you due to regression         caused by November security update. This is further to inform         you
    that fix is out and below is the download links for 32 bit         and 64 bit of the office suites. You need to apply all 3 hotfix.         The crash issue and IMAP issue would get resolved
    immediately         while the issue related to Free / Busy and OOF not getting set         would take 24-36 hours to start working once the patch is        
    applied.
    Below
            are the KB articles:
    Description
            of the Outlook 2013 hotfix package (Outlook-x-none.msp):         December 10, 2013:
    http://support.microsoft.com/kb/2825652        
    Description
            of the Word 2013 hotfix package (Word-x-none.msp): December 10,         2013:
    http://support.microsoft.com/kb/2837674        
    Description
            of the Office 2013 hotfix package (       2013:
    http://support.microsoft.com/kb/2849994        
        Description of the Office 2013 hotfix package (   December 10, 2013:
        http://support.microsoft.com/kb/2849994
    Issues that this hotfix package fixes
    Consider the following scenario:        
    You have a SharePoint Server environment that has complex             workflows.         
    You implement the ReceiveTimeOut registry entry to             increase the global timeout to 90 seconds.         
    You click Open this task             button to open a workflow task in Outlook 2013.       
            In this scenario, when you click any approval option from the         popup dialog box, you receive the following error message:        
    This task could not be updated at this               time.
    When you reply or forward an email message by using inline         replies, you cannot use the Close and Delete method of Outlook         Visual Basic for Application. Additionally, you
    receive the         following error message:        
    Run-time error '-2147467259               (80004005)': This method can't be used with an inline               response mail
    item.
    Consider the following scenario:        
    Assume that User A is located on an on-premises Exchange             Server, and User B is located on Cloud.         
    Both the on-premises Exchange Server and the Cloud enables             the Federation Trust.         
    User A share his own calendar to User B with Full Details             permission, and send the sharing invitation to User B.         
    User B opens the sharing invitation from User A, click             Open this Calendar, Outlook browses to the Calendar module             and opens
    the shared calendar.       
            In this scenario, the shared calendar does not show any content.     
    Consider the following scenario:        
    You install Outlook 2013 on Windows Server 2008 R2 or             Windows Server 2012 with Terminal Server Role installed.         
    You implement the Use Cached Exchange Mode for new and             Existing Outlook Profiles Group Policy settings and enable             it.       
            In this scenario, when you open the           Outlook Account Settings window, and double-click the         Exchange
    account, the Use Cached           Exchange Mode check box is not checked in the popup         dialog box.     
    Consider the following scenario:        
    You have an Exchange Server that has Public Folders.         
    You create the Outlook Security               Settings folder under
    All               Public Folders.         
    You publish the AdminSecurityMode registry entry and set             to a value of 1.          
    You configure Outlook 2013 to use cached mode.       
            In this scenario, when Outlook 2013 connects to Exchange Server,         Outlook crashes.   
        Description of the Word 2013 hotfix package (Word-x-none.msp):     December 10, 2013:
        http://support.microsoft.com/kb/2837674
        Assume that you open a meeting request in a separate window in     Outlook 2013. When you click
    Accept and     then click
    Send Reply Now,     Outlook crashes.
        Description of the Outlook 2013 hotfix package (Outlook-x-none.msp):     December 10, 2013:
        http://support.microsoft.com/kb/2825652
    Issues that this hotfix package fixes
    Assume that you have a recurring appointment that does not         have a subject. You make some changes to one instance of the         appointment and then save the instance. When you
    try to open or         delete the instance, Outlook may crash. Additionally, when you         drag-and-drop one instance of the appointment to a different        
    time in the calendar, Outlook may crash.     
    When you reply or forward an email message by using inline         replies, you cannot use the Close and Delete method of Outlook         Visual Basic for Application. Additionally, you
    receive the         following error message:        
    Run-time error '-2147467259               (80004005)': This method can't be used with an inline               response mail
    item.
    Consider the following scenario:        
    Assume that User A has a mailbox that is located on an             on-premises Exchange Server, and User B has a mailbox that             is located
    on Cloud.         
    Both the on-premises Exchange Server and the Cloud enable             the federation trust.         
    User A share his own calendar to User B with Full Details             permission, and send the sharing invitation to User B.         
    User B opens the sharing invitation from User A, click             Open this Calendar, Outlook browses to the Calendar module             and opens
    the shared calendar.       
            In this scenario, the shared calendar does not show any content.     
    Consider the following scenario:        
    You install Outlook 2013 on Windows Server 2008 R2 or             Windows Server 2012 with Terminal Server Role installed.         
    You implement the Use Cached               Exchange Mode for new and Existing Outlook Profiles             Group Policy
    settings and enable it.       
            In this scenario, when you open the           Outlook Account Settings window, and double-click the         Exchange
    account, the Use Cached           Exchange Mode check box is not checked in the popup         dialog box.     
    Consider the following scenario:        
    You have an Exchange Server that has Public Folders.         
    You create the Outlook Security               Settings folder under
    All               Public Folders.         
    You publish the AdminSecurityMode            
    registry entry and set to a value of 1.          
    You configure Outlook 2013 to use cached mode.       
            In this scenario, when Outlook 2013 connects to Exchange Server,         Outlook crashes.     
    Consider the following scenario:        
    You have two Active Directory forests (Forest A and Forest             B).         
    User A and User B have their mailboxes that are located on             Forest A.         
    User A share his own calendar with User B with Full             Details permission.         
    User B add the shared calendar and let it sync.         
    You move User B’s mailbox to Forest B.       
            In this scenario, the shared data in the shared calendar is         removed every second time that User A restarts Outlook. And it         is re-synced
    when User A browses to the Calendar module.
    Unfortunately TechNet isn't coming back, sorry folks :-(
    The 3 patches above immediately fixed the issue for me!
    Thanks so much!

  • Cluster Aware Updating - Failed to restart - The RPC Server is unavailable

    I have a 3 node Windows Server 2012 R2 Failover Cluster, and I'm having trouble getting Cluster Aware Updating to work properly. I have been able to successfully apply updates that do not require a reboot, however, anytime I have updates that
    do require a reboot, the process fails. The error message says:
    Failed to restart <ServerName>:(ClusterUpdateException) Failed to restart <ServerName>:(Win32Exception) The RPC server is unavailable ==> (Win32Exception) The RPC server is unavailable
    I have verified that the firewall rule to allow automatic restarts is configured according to Technet: Requirements and Best Practices for Cluster-Aware Updating
    I have also made sure that the CAU AD account has local admin rights, as well as "Force shutdown from a remote system" rights on each of the cluster nodes. In this case, I have been applying updates manually from my workstation (which is not a
    member of the cluster) while logged in with Domain Admin rights (as opposed to letting the cluster update itself based on a schedule). I'd like to verify that the entire process works properly before letting it update itself. What am I missing?

     Hi Duct tape and super glue,
    Could you offer us more information about your environment status now, such as
     CUA Role name is online or not, firewall settings and the event ID, “The RPC server is unavailable” is the typical caused by the WMI or DCOM communication was not running or block, please verified that the firewall was set correctly, WinRM
    is enabled.
    More information:
    What is Cluster Aware Updating in Windows Server 2012? (Part 2) [VIDEO]
    http://blogs.technet.com/b/mspfe/archive/2013/03/07/what-is-cluster-aware-updating-in-windows-server-2012-part-2-video.aspx
    Configure Remote Management in Server Manager
    http://technet.microsoft.com/en-us/library/hh921475.aspx
    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.

  • "The server is unavailable this is offline copy of the server workbook" error while opening the sharepoint library file

    Hi Techys,
    can you give me the suugestions for below error in sharepoint 2010.
    Error: "The server is unavailable this is offline copy of the server workbook" error while opening the sharepoint library file.
    User having the contribute permission.
    as a admin i can open the document without any error.
    user wants to open the document via online and VPN connection.
    while the user seeing the document info the below error is indicationg .
    Offline Copy, Work book is readonly Mode.
    The server is unavailable this is offline copy of the server workbook" error while opening the sharepoint library file which was upto date.
    Many Thanks,
    Madhu

    Make sure that the user is able to access workstream from the site collection through VPN. If the user is able to access already, try to download the file locally and see if the data is getting loaded and upload again.
    --Cheers

  • Cannot Open HFM Application in Workspace. "The RPC server is unavailable.

    Hi All,
    I cannot open HFM Application from Workspace. Planning works fine.
    Restarted the HFM services and tried but no use.
    Error shows "The RPC Server is Unavailable. Error code:- 2147023174
    Details shows following.
    Trace: Error Reference Number: {2498F82B-1C14-4704-B34A-BA7145D27450}<BR>Num: 0x800706ba;Type: 0;DTime: 10/8/2012 7:57:19 PM;Svr: SERVER NAME;File: CHITRegistryWrapper.cpp;Line: 1108;Ver: 11.1.2.0.0.2762;<BR>Num: 0x800706ba;Type: 0;DTime: 10/8/2012 7:57:19 PM;Svr: SERVER NAME;File: CHFMwHITRegistry.cpp;Line: 1083;Ver: 11.1.2.0.0.2762;
    Thanks.

    It may be worth having a read of the following doc in Oracle support as it sounds like it could be DCOM related - "Identifying and Troubleshooting DCOM Issues Affecting Hyperion Financial Management (HFM) [ID 1419144.1]"
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • HT4061 i bought an iphone 3g for cheep and when i turn it on it tells me your iphone could not be activated because the activation server is unavailable what can i do to just have it working legit ??  , please anyone that could help me out

    i bought an iphone 3g but not in a shop and when i turn it on it tells me your iphone could not be activated because the activation server is unavailable what can i do to just have it working legit ??  , please anyone that could help me out

    Generally, that means the phone has been jailbroken (hacked). You can try restoring it as new using iTunes. Beyond that, there's really nothing we can advise as jailbroken phones can't be supported on these forums.
    See also Lawrence's post in this thread:
    https://discussions.apple.com/thread/5186252?tstart=0
    Best of luck.

  • Outlook 2010 "Server is unavailable" error when starting remote app

    All,
    I have recently built and configured a new server to run Remote Desktop Services.  It in on Server 2008 R2 Standard 64-bit.
    I have published numerous applications (e.g. Adobe, Visio, Project, etc. as well as Office 2010) to the host server.  Everything works with the exception of Outlook 2010 (client of an Exchange 2010 server).  When I or any of my users try to bring
    it up in the RDS portal, it goes through the normal start-up of any Outlook first use and looks for an existing email account.  As it is trying to load the user profile, an error pops up saying "The server is unavailable."  Clicking "Retry" does
    not work at all.
    When I run Outlook directly from the RDS host server itself, it loads up and runs fine so I know the RDS server can contact the Exchange server.
    Any ideas on why the Outlook application works on the host server but will not work when trying to run it through the RDS Web Access portal?
    Thanks.
    IT Manager, Alpha Corporation Dulles, VA

    You're probably running into this issue:
    http://support.microsoft.com/kb/2596960
    There are a couple of patches that you need to install and then a registry key that you have to add.
    Don Geddes - SR Support Escalation Engineer - Remote Desktop Services - Printing and Imaging

  • Why do I get error "The LDAP server is unavailable" while connecting to external domain via sync connection in SharePoint UPSA ?

    Hello,
    I am trying to connect to external domain via UPS Account having "Replicate Directory changes" permission on external domain while creating sync connection in UPSA.
    I have checked below URLS :
    http://social.technet.microsoft.com/Forums/en-US/1912bf88-8fec-4b5d-9d1e-a42db8318e33/ldap-server-is-unavailable-sharepoint-2010-user-synchronization?forum=sharepointadminprevious
    http://social.technet.microsoft.com/Forums/en-US/6525d3aa-9197-42a2-aea0-190b84ac8356/the-ldap-server-is-unavailable?forum=sharepointadminprevious
    And looks like its network connectivity issue - and hence I have verified that port 389 is open by infra team.
    Note : I am able to connect to local AD , does it make sense that port is not open for external domain ? 
    Can anyone please let me know what can be the issue ? 
    Your help will be highly appreciated as I am struggling to fix this issue since  quite long time but no luck yet.
    Thank you in advance.
    Kind regards,
    Dipti Chhatrapati

    Hi Dipti,
    If you have Two-Way trust relationship then not sure if you have tried below:
    Create a folder on the SharePoint server
    Go to Folder properties - Security tab
    Try adding user of the external domain on the folder
    Please let us know if you are able to add the user or not. If you are able to add then it means that the connection and trust is proper and you should be able to create sync connection in UPA without any issues or else there is some issue with the connectivity
    or the trust which is configured.
    Please also make sure that you have given permissions to sync account as per below TechNet:
    http://technet.microsoft.com/en-us/library/hh296982(v=office.15).aspx
    Replicate Directory changes permissions are also required on cn=configuration container, below are the steps:
    Grant Replicate Directory Changes permission on the cn=configuration container
    Use this procedure to grant Replicate Directory Changes permission on the cn=configuration container to an account.
    To grant Replicate Directory Changes permission on the cn=configuration container
    On the domain controller, click Start, click Run, type adsiedit.msc, and then click OK.
    If the Configuration node is not already present, do the following:
    In the navigation pane, click ADSI Edit.
    On the Action menu, click Connect to.
    In the Connection Point area of the Connection Settings dialog box, click Select
    a well know Naming Context, select Configuration from the drop-down list, and then click OK.
    Expand the Configuration node, right-click the CN=Configuration... node, and then click Properties.
    In the Properties dialog box, click the Security tab.
    In the Group or user names section, click Add.
    Type the name of the synchronization account, and then click OK.
    In the Group or user names section, select the synchronization account.
    In the Permissions section, select the Allow check box next to the Replicating
    Directory Changes (Replicate Directory Changes on Windows Server 2003) permission, and then click OK.
    Kind regards,
    Bhavik K Jain
    Please ensure that you mark a question as Answered once you receive a satisfactory response.

  • I am trying to set up my email on  my ipday, but I keep getting yahoo server is unavailable, please try again later.  What does this mean?

    I am trying to set up my email on  my ipday, but I keep getting yahoo server is unavailable, please try again later.  What does this mean?

    I just discover
     ed that all you need to do is change you yahoo password from your computer and then set it up on your iphone.  That's it

Maybe you are looking for

  • Can I sync my playlists on my PC with playlists on my mac mini

    I have both PC and MAC but I use the PC to manage my iTunes music while the MAC mini runs the iTunes to my music system throughout the home. More like a dedicated music server. Where the MAC Mini is located, its not convenient to sit there and manage

  • I am looking for a tutorial I had found a few days back on Tabular data display in Flex

    Hi,     I picked up Flex programming a few days ago and I was learning about data grids and tabular display of data. I came across a tutorial with code samples that showed how to 1. display information in a tabular format. 2. how to read that informa

  • Why won't iPhone 5c tweet from photo gallery?

    All settings appear to be on. Previous iPhone 4s-the backup of which was used to populate the new 5c-worked fine in this function. I have to go to Twitter and select the photo from there.

  • For Apple - RE 5 year 5 free apps and games

    I would love the free apps but they only seem to be available for iphone and iPad - what about your loyal MacBook Pro users???

  • Skip a particular Index

    A quick one about Oracle Indexes.... Is it possible to disable a particular index (for a period of time) but still keep it online such that all changes are still updated in the index but it is not used during queries? I don't want to rebuild the inde