Running on the server- but not in other machines

Hi everyone,
I have a starnge problem....i have setup a site in my Tomcat 4.0.6 and it works fine when i am tesing it on the server...but when i try to access the site from other than machine in which my Tomcat is there it's giving null poniter exceptions.I have found out the cause...i.e session varibles r not getting set...so it's giving that problem...previously that site was working well with the same code...and also i did not use many session variablea(so not the session varible overflow problem)....is there limit for the "webapps" folder size..my "webapps" folder size is 1.5 GB.
I am very much struggling with this untoward behaviour of Tomcat 4.0.6..I would be thankful to you if you could help me ........Thanks in advance....
Vamsi Pola

Can you post the JSP code which you are trying to access?

Similar Messages

  • SharePoint 2013 - document libraries and newsfeeds are visible when viewed using Internet Explorer running on the server but not from any other machine

    On a single Windows 2012 R2 server I have installed SQL 2012 and SharePoint 2013 SP1 with the latest update roll ups. When I remote desktop to the server using the farm and site collection admin account  and open page http://server_name_here using
    Internet Explorer, I'm able to see newsfeeds and document libraries.
    If I connected to a separate Windows 7 machine as  the farm and site collection admin account  and open page http://server_name_here using Internet Explorer, I'm able to view the SharePoint pages except I cannot see any newsfeeds or document libraries.
    There's just blank space where they should be. I have repeated this process on several other machines that are not the server and get the same result on every machine (I've tried other servers, desktops, adding the SharePoint site to the trusted sites list
    in IE, even using firefox). I'm using the same account as I did when I logged onto the server directly. Any thoughts as to what's going on?
    Thanks!

    Thanks for the idea, Harsh. What am I looking for?
    It is currently set to the default of http://server_name and http://server_name:port_number (the latter is for Central Admin).
    When I have access to the server, I have always done so the same way, using http://server_name. This was true when I access it from the desktop of the server itself and when I tried to access it from other desktops and servers (the machines where I had the
    issues with the libraries and feeds not showing up). Are there other values I should add?
    I have not tried to add http://server_FQDN as we don't plan on using that to access it but if you think it will help I would be happy to add it.

  • SCSM 2012 R2 -Portal Opens with Full Content on Portal Server but not for other Machines

    Setup:
    SharePoint 2010Sp2 installed onto a Server, it uses a Remote SQL DB for SharePoint. Both WebContent Server and SharePoint Webparts are installed onto one computer. Both websites are using the exact same certificate that is registered as computer.domain.com
    Scenario
    When I open up the Https://computer.domain.com:444/SMPortal from the actual Portal server logged on as myself, the Prortal Completely shows everything, and does not ask me to logon, and correctly has
    the certificate. I can also access the Settings.xml and see it in IE.
    The issue is that when I use any other computer, logged in as myself again, it prompts me a few times and then shows me the portal, but none of the Silverlight functionality works, it has the same certificate and is valid, but it has is an empty window
    where it should show "Need Help?". Silverlight is installed. Also, I cannot access the Settings.xml from another Computer in IE.
    Any ideas where to start to figure this out?
    David Baur

    Fixed it...This was an SPN issue where I had two instances of the SPN for the Self Service Portal.
    How to Check: reference
    http://blog.scsmsolutions.com/2012/11/configure-the-kerberos-for-scsm-2012-spn-and-delegation/
    On the Self Service Portal open an elevated command prompt and typed in:
    SetSPN -Q HTTP/servername.domain.com
    This returned both a HTTPS and HTTP for the same server. (We need to remove the Non-Https one)
    To remove the Non-Https SPN I typed the following:
    SetSPN -D HTTPS/servername.domain.com DOMAIN\SMService     (<-Use the Service Manager service account as the name)
    All Fixed for me.
    David Baur

  • Same command works on the server but not on the workstation

    Scenario
    Exchange 2010 sp3
    Name                           Value
    CLRVersion                     2.0.50727.4984
    BuildVersion                   6.1.7600.16385
    PSVersion                      2.0
    WSManStackVersion              2.0
    PSCompatibleVersions           {1.0, 2.0}
    SerializationVersion           1.1.0.1
    PSRemotingProtocolVersion      2.1
    Worstation:
    Name                           Value
    PSVersion                      4.0
    WSManStackVersion              3.0
    SerializationVersion           1.1.0.1
    CLRVersion                     4.0.30319.18063
    BuildVersion                   6.3.9600.16406
    PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0}
    PSRemotingProtocolVersion      2.2
    I input a command from my workstation using ISE
    get-exchangeserver | Where-Object {$_.IshubtransportServer -eq $True} | Get-MessageTrackingLog -Start (get-date).AddHours(-2) -Sender '[email protected]'
    Error:
    The input object cannot be bound to any parameters for the command either because the command does not take pipeline input or the input and its properties do not match any of the 
    parameters that take pipeline input.
    The Exact same command from the Server works.
    In my profile I have the following:
    set-Location c:\
    $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri 'http://MyExchangeServer/powershell'
    import-pssession $Session
    Import-Module ActiveDirectory
    $host.PrivateData.ErrorForegroundColor = 'green'
    Clear-Host
    From My Workstation:
    PS C:\> Get-PSSession
     Id Name            ComputerName    State         ConfigurationName     Availability
      1 Session1        MyExchangeServer  Opened        Microsoft.Exchange       Available
    Why  does the command work on the server but not on the workstation?
    Alexis

    Hi Tiri2014,
    There are some differences between Remote PowerShell and Exchange Management Shell. You cannot use the pipeline when you run some cmdlets by using Remote PowerShell.
    Here’s a link to similar case for your reference:
    Error message when you try to pipe the result of a cmdlet into another cmdlet by using Remote Powershell in Office 365 dedicated: “The input object cannot be bound to any parameters
    for the command”
    http://support.microsoft.com/kb/2701827/en-us
    Hope it helps
    Best regards

  • A javaScript code that runs fine in IE but not in other plz help

    Hello friends,
    plese help me in getting the code for Opera and Mozilla browsers. The following code runs fine in IE but not in other browsers. it show titlebar in other browsers. What to do disable titlebar in other browsers? plz help
    <html>
    <head>
    <script>
    //Frameless Banner Popup
    // Set the url of the banner popup window page
    //var theURL = "index.htm";
    var theURL = "/cgi-bin/login";
    // Set the title of the popup window
    var title = "Login"
    // Set the size of the popup window
    var windowWidth = 350; // cannot be less than 100
    var windowHeight = 350; // cannot be less than 100
    //var windowWidth = window.screen.width; // cannot be less than 100
    //var windowHeight = window.screen.height; // cannot be less than 100
    // Set the position of the popup window
    var windowX = ((window.screen.width/2) - 175);
    var windowY = ((window.screen.height/2) - 175);
    // Set true to auto-center (positions will be ignored)
    var autocenter = false;
    // Set true for popup to close when launch page does
    var autoclose = false;
    var s="width="+windowWidth+",height="+windowHeight;
    var beIE=document.all?true:false;
    var done=new Object("no");
    if(autocenter){
    windowX = (window.screen.width-windowWidth)/2;
    windowY = (window.screen.height-windowHeight)/2;
    function doAgilePopup(){
    if (beIE){
    agilePopper = window.open("","popAgile","fullscreen,"+s);
    agilePopper.blur();
    window.focus();
    agilePopper.resizeTo(windowWidth,windowHeight);
    agilePopper.moveTo(windowX,windowY);
    var frameString=""+
    "<html>"+
    "<head>"+
    "<title>"+title+"</title>"+
    "</head>"+
    "<frameset rows='*,0' framespacing=0 border=0 frameborder=0>"+
    "<frame name='top' src='"+theURL+"' scrolling=no>"+
    "<frame name='bottom' src='about:blank' scrolling='no'>"+
    "</frameset>"+
    "</html>"
    agilePopper.document.open();
    agilePopper.document.write(frameString);
    agilePopper.document.close();
    }else{
    agilePopper=window.open(theURL,"popAgile","scrollbars=no,"+s);
    agilePopper.blur();
    window.focus();
    agilePopper.resizeTo(windowWidth,windowHeight);
    agilePopper.moveTo(windowX,windowY);
    agilePopper.blur();
    if (autoclose){
    window.onunload = function(){agilePopper.close();}
    done="okay";
    </script>
    </head>
    <BODY onLoad="doAgilePopup(),top.window.close()">
    </body>
    </html>

    missing semicolon in end of the variable frameString ,
    better write the string in single line thats easy to find the bugs like this.
    var frameString=""+
    "<html>"+
    "<head>"+
    "<title>"+title+"</title>"+
    "</head>"+
    "<frameset rows='*,0' framespacing=0 border=0 frameborder=0>"+
    "<frame name='top' src='"+theURL+"' scrolling=no>"+
    "<frame name='bottom' src='about:blank' scrolling='no'>"+
    "</frameset>"+
    "</html>"

  • Mails phisically in the server but not appearing in webmail and reconstruct

    Hello:
    Solaris 10 8/07 s10x_u4wos_12b X86
    Sun Java System Messaging Server 6.3
    The user deleted every single mail from his mailboxes via webmail. Every folder appeared empty in the webmail, the inbox, recycle bean, sent mails... all of them (I checked it). However, it stated that the quota usage was 50%. That was because in the server there were 50 MB of .msg files, and the user's quota is 100 MB. I don't know why happened that, as far as I know, if the .msg files were expunged messages, they shouldn't count for the quota usage, is that right?
    Anyway, I removed the messages using rm, then imexpire and reconstruct -r user/username/INBOX. I sent two emails to the user with attached files, they were correctly received and the quota usage changed right (files size was 2 MB, so quota usage was 2%). I deleted the messages via webmail, I was able to see them in the server but did not appeared via webmail, and the quota was right, so everything seemed to be OK.
    The weird thing is:
    root@machine # reconstruct -n user/username/INBOX
    user/username/INBOX
    ERROR: Inconsistent information: 0 idx records 2 messages 3 expunged
    So, I run reconstruct -n user/username/INBOX, it finds the problem, it shows something like "reconstructing: OK", but if I run the reconstruct -n again, it still show the "Inconsistent information" error. ¿? What am I missing?
    Any help would be really appreciated. Thank you very much, and I apologize for my poor English.

    Sorry for the incomplete info:
    shjorth wrote:
    Deprecated wrote:
    Sun Java System Messaging Server 6.3What is the exact version (./imsimta version)?
    The user deleted every single mail from his mailboxes via webmail.Which webmail? UWC/CE or Messenger Express?
    Sun Java(tm) System Messaging Server 6.3-6.03 (built Mar 14 2008; 32bit)
    libimta.so 6.3-6.03 (built 17:07:13, Mar 14 2008; 32bit)
    SunOS mail1 5.10 Generic_137112-03 i86pc i386 i86pc
    Webmail is UWC.
    Every folder appeared empty in the webmail, the inbox, recycle bean, sent mails... all of them (I checked it). However, it stated that the quota usage was 50%.Where did it state the usage was 50% -- it may be you were seeing an old cached value?
    Did you verify this output with the output of mboxutil/imquotacheck for the account?
    The 50% quota usage was reported in UWC and also in the output of mboxutil.
    That was because in the server there were 50 MB of .msg files, and the user's quota is 100 MB. I don't know why happened that, as far as I know, if the .msg files were expunged messages, they shouldn't count for the quota usage, is that right?The ".msg" files are not removed from disk until the next imexpire run. If a message is expunged it won't count towards quota usage.
    Right, because of that I don't understand why there were ".msg" files in the disk that were not displayed in UWC, as they were expunged, but they did count towards quota usage.
    Anyway, I removed the messages using rm, then imexpire and reconstruct -r user/username/INBOX. I sent two emails to the user with attached files, they were correctly received and the quota usage changed right (files size was 2 MB, so quota usage was 2%). I deleted the messages via webmail, I was able to see them in the server but did not appeared via webmail, and the quota was right, so everything seemed to be OK.
    The weird thing is:
    root@machine # reconstruct -n user/username/INBOX
    user/username/INBOX
    ERROR: Inconsistent information: 0 idx records 2 messages 3 expunged
    So, I run reconstruct -n user/username/INBOX, it finds the problem, it shows something like "reconstructing: OK", but if I run the reconstruct -n again, it still show the "Inconsistent information" error. ¿? What am I missing?
    -n          : report basic errors found but try not to rebuild most folder files if possible
    (This may be used to catch errors before repair so they may be studied)If you run "reconstruct user/username/INBOX" was the mailbox fixed?Well, the mailbox is working fin, but I think that there's something that I'm misunderstanding. I'm really newbie in SJS Messaging Server. The -n flag is for report errors only, without performing any repair, isn't it?
    http://docs.sun.com/app/docs/doc/819-4429/acmeb?a=view :
    Checks the message store only, without performing a fix on the mailbox or mailboxesCommand help:
    -n          : report only, no repairAnd the -r is for recursively repaire the mailbox, right? So, if I run the reconstruct -n and it found a problem, then I run the reconstruct -r and it said that the reconstruction was OK... When I run the reconstruct -n again, why did it find an inconsistency again? I don't get it.
    Anyway, I don't see that problem now:
    root@machine # reconstruct -n user/username/INBOX
    username/INBOX
    >
    Regards,
    Shane.Thank you for your kind help.

  • ICal Server reacheable by the server but not by the clients

    Dear all,
    We've got an iCal Server running on Mac OS X Server 10.5.4. Suddenly (due to a power failure), the iCal Server stopped working. I checked the file /System/Library/LaunchDaemons/org.calendarserver.calendarserver.plist and Disabled was set to True, so I set it to False and I rebooted. Now, the iCal Server launches correctly and will work on the server itself, but not on the clients.
    The clients can't even reach http://iguane.local:8008/ (they can still reach the Apache web server).
    Any idea of how the access on the local network can be restored? I am not sure where to look and what's wrong.

    If you can't reach the server via Safari then there is some problem with the network setup on your server machine or with some device between the server and client.
    Can you stop then restart the calendar server and post the text from the error.log that appears when you restart? That should indicate which network interfaces are being bound to by the server - we should double-check that.

  • AFAR test run showing the values but not posting in Real run.

    Hi Friends,
    i have an issue with AFAR recalculating the depreclation. The details are as below;
    1. Asset value date is 15.07.2010. but ordinary dep. start date was set as 01.01.2010 manually by the user.
    2. The Period control method 11, the dep. is calculated for entire year for acquisition.
    3. we have already calculated depreciation from period 12 2010 to period 04, 2011.
    4. Now, we have changed ordinary depreciation start date for 5 asset records from 01.01.2010 to 15.07.2010.
    5. Therefore, we recalculated AFAR for these assets for 2010 and test run is showing the values for these 5 asset. The same was expected by the business.
    6. When we execute the real run, it is not posting and no change in asset explorer for period 12, 2010 or in current period. No error message is available in spool / job log.
    We have opened FI periods as well.
    My question is  that why the system calculating the values in test run and if it is calculated in test run, why it is not posting in update run?
    As per the period control method, the depreciation should not recalculated for half year even we change the ordinary dep,start date from 1st Jan to 15th July.
    I  request you to clarify my doubt and help me to understand the error which is stoping the values in update run of AFAR.
    Best Regards,
    Padmaja

    Hi,
    Sorry...it is not worked out. Alternatively, i tried the shift factor with variable depreciation and i achieved the values which appeared in AFAR test run.
    Thanks for the help.
    Regards,
    Padmaja
    Edited by: PadmajaCH on May 19, 2011 3:26 PM

  • Midlet Running in the Emulator but not in the phone?

    Hi everybody,
    I have developped a Midlet using the Sun Wirelees Toolkit, the midlet reads results from a Servlet and print it on a TextBox. It works fine in the emulator but when I deployed it to Nokia 6600 it prints NULL.
    I really don�t know what�s the problem. Bytheway I used thread for sending data from Midlet to Servlet.
    Any Suggestions:) ?
    Thanks for your time and interest,

    I suggest that you find out what the problem is ;)
    Really, we can't smell whats wrong. It could be lots of things...
    Try to de bug the application on the device. The "best" way is to use System.out.println statements, of use a textbox to print the messages. Than check where it goes wrong, and why..

  • Portal Web parts work fine on server but not Windows 7 Machines

    Hi
    I was testing the Service Manager Portal on the server and couldn't get the web parts to load.
    I followed the steps here in this blog:
    http://www.code4ward.net/main/Blog/tabid/70/EntryId/139/Service-Manager-2012-Self-Service-Portal-not-working-blank.aspx
    Where I added FQDN to the URL.
    The webparts appear now when the page is loaded directly on the server.
    But from a client Windows 7 machines the Portal is still blank with all the web parts not loading?
    Any ideas?

    The most common reason for the silverlight parts not loading is a certificate issue on the web content service.  you might also check
    This blog Post for troubleshooting options.

  • What can I do when web pages with scripting display ok from a server but not locally?

    I have html and java script in the same folder path, both on a server and locally. The pages display correctly when accessed from the server, but not when accessed locally. Is there a change I can make to Firefox to solve this problem?

    An address starting with c: wouldn't be any kind of domain name. C: is the drive lettering system DOS and and later uses. By default, A: and B: are reserved for your first and second floppy disk drive. All hard drives are then named C: through Z:, if you have that many. C: is normally your startup disk.
    Anyway, their PDF file is incorrectly linked to a file directly on the C: drive of someone's computer. It's not going to work no matter what you do.

  • Sept 4, 2014 My iPhone is not connecting to the Hotmail servers. My other email accounts work on it but all the hotmail one comes up with is "The connection to the server failed". Are other people experiencing the same issues?

    Sept 4, 2014 My iPhone is not connecting to the Hotmail servers. Hotmail comes up with "The connection to the server failed". Are other people experiencing the same issues?  From: gnof51

    If your Hotmail account worked previously and it suddenly stopped and gave you that message, then it is likely a problem at th Hotmail end. Did you check the Hotmail website or contact Hotmail directly to see if they are experiencing problems?

  • Sharepoint 2013 search error - The search application 'Search Service Application 1' on server is not provisioned.Confirm that the Microsoft SharePoint Foundation Timer service and Central Administration service are running on the server.

    Hi All,
    I'm getting the below error in My SHarepoint 2013 search Administration page.
    Crawler background activity - The search application 'Search Service Application 1' on server ""  is not provisioned. Confirm that the Microsoft SharePoint Foundation Timer service and Central Administration service are running
    on the server.
    and when i click on Crawl Log and content source
    it throws the below error
    The search service is currently offline. Visit the Services on Server page in SharePoint Central Administration to verify whether
    the service is enabled. This might also be because an indexer move is in progress
    When i check the search status
    Get-SPEnterpriseSearchServiceInstance, it shows all the components are online.
    As of now search service application is online and search is working.But not sure why it throws the above error.
    I have restarted timer service,search service in services.msc and cleared the sharepoint cache as well.
    But no luck,This is happening in my prodcution environment.
    Any help will be greatly appreciated.
    There are the logs i have found
    05/23/2014 13:03:22.71 w3wp.exe (0x46E70) 0x4CBA4 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (GET:http://dca-app-617:90/_admin/search/listcontentsources.aspx?appid=e830c1b3%2Dc3e4%2D4097%2D85fd%2Daa5248346d2e) d4c6939c-b10d-4000-6d95-14caeefe67df
    05/23/2014 13:03:22.71 w3wp.exe (0x46E70) 0x4CBA4 SharePoint Foundation Authentication Authorization agb9s Medium Non-OAuth request. IsAuthenticated=True, UserIdentityName=, ClaimsCount=0 d4c6939c-b10d-4000-6d95-14caeefe67df
    05/23/2014 13:03:22.73 w3wp.exe (0x46E70) 0x4CBA4 SharePoint Foundation Logging Correlation Data xmnv Medium Site=/ d4c6939c-b10d-4000-6d95-14caeefe67df
    05/23/2014 13:03:22.79 w3wp.exe (0x46E70) 0x4CBA4 SharePoint Server Search Administration djs2 High [Forced due to logging gap, cached @ 05/23/2014 13:03:22.76, Original Level: VerboseEx] {0} d4c6939c-b10d-4000-6d95-14caeefe67df
    05/23/2014 13:03:22.79 w3wp.exe (0x46E70) 0x4CBA4 SharePoint Server Database 8acb High [Forced due to logging gap, Original Level: VerboseEx] Reverting to process identity d4c6939c-b10d-4000-6d95-14caeefe67df
    05/23/2014 13:03:22.80 w3wp.exe (0x46E70) 0x4CBA4 SharePoint Server Search Administration djj1 High Unable to find application 'b9c8106c-c7ed-4eb3-96c9-ae1881ffb695' d4c6939c-b10d-4000-6d95-14caeefe67df
    05/23/2014 13:03:22.82 w3wp.exe (0x46E70) 0x4CBA4 SharePoint Server Search Administration djj1 High Unable to find application 'b9c8106c-c7ed-4eb3-96c9-ae1881ffb695' d4c6939c-b10d-4000-6d95-14caeefe67df
    05/23/2014 13:03:22.82 w3wp.exe (0x46E70) 0x4CBA4 SharePoint Foundation General 8nca Medium Application error when access /_admin/search/listcontentsources.aspx, Error=The search service is currently offline. Visit the Services
    on Server page in SharePoint Central Administration to verify whether the service is enabled. This might also be because an indexer move is in progress.   at Microsoft.Office.Server.Search.Internal.UI.SearchCentralAdminPageBase.ErrorHandler(Object
    sender, EventArgs e)     at Microsoft.Office.Server.Search.Internal.UI.SearchCentralAdminPageBase.OnError(EventArgs e)     at System.Web.UI.Page.HandleError(Exception e)     at System.Web.UI.Page.ProcessRequestMain(Boolean
    includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.ProcessRequest()    
    at System.Web.UI.Page.ProcessRequest(HttpContext context)     at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()     at System.Web.HttpApplication.ExecuteStep(IExecutionStep
    step, Boolean& completedSynchronously) d4c6939c-b10d-4000-6d95-14caeefe67df
    05/23/2014 13:03:22.82 w3wp.exe (0x46E70) 0x4CBA4 SharePoint Foundation Runtime tkau Unexpected Microsoft.SharePoint.SPException: The search service is currently offline. Visit the Services on Server page in SharePoint Central
    Administration to verify whether the service is enabled. This might also be because an indexer move is in progress.    at Microsoft.Office.Server.Search.Internal.UI.SearchCentralAdminPageBase.ErrorHandler(Object sender, EventArgs e)    
    at Microsoft.Office.Server.Search.Internal.UI.SearchCentralAdminPageBase.OnError(EventArgs e)     at System.Web.UI.Page.HandleError(Exception e)     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint,
    Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.ProcessRequest()    
    at System.Web.UI.Page.ProcessRequest(HttpContext context)     at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()     at System.Web.HttpApplication.ExecuteStep(IExecutionStep
    step, Boolean& completedSynchronously) d4c6939c-b10d-4000-6d95-14caeefe67df
    05/23/2014 13:03:22.82 w3wp.exe (0x46E70) 0x4CBA4 SharePoint Foundation General ajlz0 High Getting Error Message for Exception Microsoft.SharePoint.SPException: The search service is currently offline. Visit the Services on
    Server page in SharePoint Central Administration to verify whether the service is enabled. This might also be because an indexer move is in progress.     at Microsoft.Office.Server.Search.Internal.UI.SearchCentralAdminPageBase.ErrorHandler(Object
    sender, EventArgs e)     at Microsoft.Office.Server.Search.Internal.UI.SearchCentralAdminPageBase.OnError(EventArgs e)     at System.Web.UI.Page.HandleError(Exception e)     at System.Web.UI.Page.ProcessRequestMain(Boolean
    includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.ProcessRequest()    
    at System.Web.UI.Page.ProcessRequest(HttpContext context)     at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()     at System.Web.HttpApplication.ExecuteStep(IExecutionStep
    step, Boolean& completedSynchronously) d4c6939c-b10d-4000-6d95-14caeefe67df
    05/23/2014 13:03:22.82 w3wp.exe (0x46E70) 0x4CBA4 SharePoint Foundation General aat87 Monitorable  d4c6939c-b10d-4000-6d95-14caeefe67df
    05/23/2014 13:03:22.82 w3wp.exe (0x46E70) 0x4CBA4 SharePoint Foundation DistributedCache ah24q Unexpected SPDistributedCachePointerWrapper::InitializeDataCacheFactory - No cache hosts are present in the farm. d4c6939c-b10d-4000-6d95-14caeefe67df
    05/23/2014 13:03:22.82 w3wp.exe (0x46E70) 0x4CBA4 SharePoint Foundation DistributedCache ah24w Unexpected Unexpected Exception in SPDistributedCachePointerWrapper::InitializeDataCacheFactory for usage 'DistributedViewStateCache'
    - Exception 'System.InvalidOperationException: SPDistributedCachePointerWrapper::InitializeDataCacheFactory - No cache hosts present in the farm.     at Microsoft.SharePoint.DistributedCaching.SPDistributedCachePointerWrapper.InitializeDataCacheFactory()'. d4c6939c-b10d-4000-6d95-14caeefe67df
    05/23/2014 13:03:22.82 w3wp.exe (0x46E70) 0x4CBA4 SharePoint Foundation General ajb4s Monitorable ViewStateLog: Failed to write to the velocity cache:
    http://dca-app-617:90/_admin/search/listcontentsources.aspx?appid=e830c1b3-c3e4-4097-85fd-aa5248346d2e d4c6939c-b10d-4000-6d95-14caeefe67df
    05/23/2014 13:03:22.82 w3wp.exe (0x46E70) 0x4CBA4 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (GET:http://dca-app-617:90/_admin/search/listcontentsources.aspx?appid=e830c1b3%2Dc3e4%2D4097%2D85fd%2Daa5248346d2e)).
    Execution Time=109.695855199474 d4c6939c-b10d-4000-6d95-14caeefe67df
    Anil Loka

    Please try below mentioned steps:
    1. Central Administration > Monitoring > Review job definitions > Look for following timer job "Application Server Administration Service Timer Job" > Disable
    2. Then open windows administrative services (services.msc), stop SharePoint Timer Service
    3. Clear SharePoint Timer configuration cache by following steps mentioned in below blog:
    http://blogs.msdn.com/b/jamesway/archive/2011/05/23/sharepoint-2010-clearing-the-configuration-cache.aspx
    4. Start SharePoint Timer Service and give it a few seconds so that the new XML files from the location you deleted then are re-populated.
    5.Central Administration > Monitoring > Review job definitions > Look for following timer job "Application Server Administration Service" Timer Job > Enable
    Please ensure that you mark a question as Answered once you receive a satisfactory response.

  • I bought a new imac running Loin and Office 2011. The server we use to access emails runs exchange 2003 and my IT person says the imac is not compatible with the server. The server does not want to let me access using any email software.

    I bought a new imac running Loin with Office 2011. I am the only mac in the office and the Server we use to access emails runs exchange 2003 and my IT person says the imac is not compatible with the server. The server does not want to let me access using any email software other than webmail access through our website. It looks as though 2011 is not compatible with 2003 per some searches online, but what are some options I have to gain full access again? I purchased parallels in hopes that this my help and I am able to use remote desktop connection to log on to server but can not drag and drop files I need. There is a shared drive on that Server we all use to exchange files.
    The two main issues are gaining access to my email again and ability to drag and drop files from mac to pc. I hope this is enough info to get some solutions.
    PS - IT person says my iMac's IP is what his server does not understand so that is why I can not login.

    Office 2011 is not compatbile with Exchange 2003.
    I suggest you post further Office related questions on Microsoft's own forums for their Mac software:
    http://answers.microsoft.com/en-us/mac

  • Hi, I'm trying to set up my Time Machine, but I get this message: The server may not exist or it is unavailable at this time. Check the server name or IP address, check your network connection, and then try again. how to resolve?

    Hi, I'm trying to set up my Time Machine, but I get this message: The server may not exist or it is unavailable at this time. Check the server name or IP address, check your network connection, and then try again. how to resolve?

    Did you reboot the TC? That is always the first step.
    Reboot the whole network if that is not enough.
    If you still have issues.. come back to us but generally the best way is to factory reset the TC and start over.
    We need a bit more info on the whole network layout and what OS you are running. What model TC you have??

Maybe you are looking for

  • Passing parameter between Components

    I have two components in different applications.  One is use to display details to an employee and the other shows a manager a rollup of employee's detail information.  There is a button on each employee in the manager view where the manager can disp

  • Unable to read beyond end of the stream

    I am coding a Training log for a college project and I am getting this error:  An unhandled exception of type 'System.IO.EndOfStreamException' occurred in Microsoft.VisualBasic.dll Additional information: Unable to read beyond the end of the stream.

  • Heterogeneous Services + Excel ODBC Driver ???...Urgent PLEASE...

    Hai all, I like to use HS+ excel Odbc driver to load data from excel file to owb. I do all the steps correctly. I created a mapping. While deploying the mapping I got the following error. "error occurred when looking up remote object <unspecified>.Em

  • Safari quit unexpectedly on open

    New HDD installed. Fresh install of Lion. Reinstalled when problem was found. Reinstalled latest Lion update. Did not fix. Here is the Problem Report: Process:         Safari [382] Path:            /Applications/Safari.app/Contents/MacOS/Safari Ident

  • Ready Only Web Page

    Hi We have a requirement where we need to make a web function read only. When we click on the union , it opens the webpage and requirement is employee should not abel to update any detail on this web page. Currently we are on 12.1.3. Please advise. T