WL server failed to response under load

Hi
We have a quite strange situation on my sight. Under load our WL 10.3.2 server failed to response. We are using RestEasy with HttpClient version 3.1 to coordinate with web service deployed as WAR.
What we have is a calculation process that run on 4 containers based on 4 physical machines and each of them send request to WL during calculation.
Each run we see a messages from HttpClient like this:
[THREAD1] INFO   I/O exception (org.apache.commons.httpclient.NoHttpResponseException) caught when processing request: The server OUR_SERVER_NAME failed to respond
[THREAD1] INFO   Retrying request
The HttpClient make several requests until get necessary data.
I want to understand why WL can refuse connections. I read about WL thread pool that process http request and understand that WL allocate separate thread to process web request and the numbers of threads is not bounded in default configuration. Also our server is configured Maximum Open Sockets: -1 which means that the number of open sockets is unlimited.
From this thread I'd want to understand where the issue is? Is it on WL side or it's a problem of our business logic? Can you guys help to deeper investigate the situation.
What should I check more in order to understand that our WL server is configured to work with as much requests as we want?

Thanks for a good explanation!
Linux server it's not in my competencies but what we have now is:
root    soft    nofile  3072
root    hard    nofile  65536
So the upper number is really big. As I understood it's a config for whole processes in operation system.
But I go further and find these numbers for our WL managed server.
cat /proc/23085/limits
Limit                     Soft Limit           Hard Limit           Units
Max cpu time              unlimited            unlimited            seconds
Max file size             unlimited            unlimited            bytes
Max data size             unlimited            unlimited            bytes
Max stack size            10485760             unlimited            bytes
Max core file size        0                    unlimited            bytes
Max resident set          unlimited            unlimited            bytes
Max processes             578455               578455               processes
Max open files            8192                 8192                 files
Max locked memory         32768                32768                bytes
Max address space         unlimited            unlimited            bytes
Max file locks            unlimited            unlimited            locks
Max pending signals       578455               578455               signals
Max msgqueue size         819200               819200               bytes
Max nice priority         0                    0
Max realtime priority     0                    0
Again it's only a config numbers. If continue moving in this direction I'd want to see the real numbers when the server is under load. So finding these numbers I would make an assumption that the issue is here. Don't you know is there a log file or history file where I can find a max open file descriptors for WL server?

Similar Messages

  • Desktop linux performance under load

    Hello,
    One thing that windows outperforms linux (at least with my settings) on desktop machines is the responsiveness under load. For the desktop computer the responsiveness is the most important thing. I played around with the swappiness and countrary to what is written in http://rudd-o.com/en/linux-and-free-sof … o-fix-that, setting swappiness to low value decreases performance. It was expected that if I set the swappiness to 1, the system will swap only when it is absolutely necessary. What happened was that in the moment the physical memory was exhausted, the machine fell into almost 100% IO wait. It didn't swap anything but the harddisk led was flashing vigorously. Setting swappiness to 100 resulted in correct fast swapping and usable machine when the physical memory ran out.
    However the one thing that clearly seems to make the desktop environment super unresponsive is copying files. When I upload things on my flash drive, even the mouse becomes unresponsive and jumps instead of moving smoothly. In my opinion the mouse should move smoothly no matter what.
    So has anybody here tried to improve the responsiveness?
    I'm with kde 4.6 but I think the other window managers also suffered from jumpy mouse.

    Yeah, I have (had) similar problems. Check out this thread: https://bbs.archlinux.org/viewtopic.php?id=114742
    Anyway since them I just said f*ck it and set my swappiness to 100, because setting it to low values would render my system unusable at even medium loads (for example few heavy programs open + some i/o actions in the background). Now my system is kinda responsive, or at least it will never stall to the point of unusability.
    I'm also using kernel26-ck, you might check that out: https://aur.archlinux.org/packages.php?ID=32877

  • Load Report Failed - Report Application Server Failed error at runtime

    Hello, I'm pretty new to Crystal Reports so please bear with me.
    I just installed CR 2008 on my development box, which is running VS2005 .NET 2.0.  I changed over all of my assembly references in my web.config to the new version:
    <add assembly="CrystalDecisions.Web, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>
    <add assembly="CrystalDecisions.Shared, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>
    <add assembly="CrystalDecisions.ReportSource, Version=12.0.2000.0, Culture=neutral,
    PublicKeyToken=692FBEA5521E1304"/>
    <add assembly="CrystalDecisions.Enterprise.Framework, Version=12.0.1100.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>
    <add assembly="CrystalDecisions.Enterprise.Desktop.Report, Version=12.0.1100.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>
    <add assembly="CrystalDecisions.ReportAppServer.Controllers, Version=12.0.1100.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>
    <add assembly="CrystalDecisions.CrystalReports.Engine, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>
    <add assembly="CrystalDecisions.Enterprise.InfoStore, Version=12.0.1100.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>
    <add assembly="CrystalDecisions.Enterprise.Viewing.ReportSource, Version=12.0.1100.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>
    Also the webpage that is displaying the ReportViewer object has this reference as well:
    <%@ Register Assembly="CrystalDecisions.Web, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"
        Namespace="CrystalDecisions.Web" TagPrefix="CR" %>
    Now, in my code behind I am simply trying to open a pre-built crystal report that came in the sample pack
    When I try and do this in our already built website I get an error:
    "Load report failed"
    With the inner exception saying:
    "The Report Application Server failed"
    This same piece of code works perfectly if I build a new website, however when I try and impliment this into our existing code base I get the error shown above.  Also the samples I've used all use .NET 3.5 and the website is in 2.0.  I'm not sure if that is a factor or not but that is also another piece of information that could be useful.
    Any help on this matter would be greatly appreciated.  Thank you for you're time.
    Chris McMahan
    Edited by: Arithal on Aug 4, 2009 8:36 PM

    And finally the stack trace.  Sorry for the length of these posts.
    [COMException (0x800001f5): The Report Application Server failed]
       CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass.Open(Object& DocumentPath, Int32 Options) +0
       CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.Open(Object& DocumentPath, Int32 Options) +126
       CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened() +575
    [CrystalReportsException: Load report failed.]
       CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened() +646
       CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename, OpenReportMethod openMethod, Int16 parentJob) +1374
       CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename) +169
       Report_Viewer_Crystal_CrystalView.ConfigureCrystalReports() in c:\Inetpub\wwwroot\Report Viewer\Crystal\CrystalView.aspx.cs:49
       Report_Viewer_Crystal_CrystalView.Page_Init(Object sender, EventArgs e) in c:\Inetpub\wwwroot\Report Viewer\Crystal\CrystalView.aspx.cs:33
       System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15
       System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +33
       System.Web.UI.Control.OnInit(EventArgs e) +99
       System.Web.UI.Page.OnInit(EventArgs e) +9
       System.Web.UI.Control.InitRecursive(Control namingContainer) +321
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +834

  • Error: Request failed. unexpected response from server. the status code of response is '0' in safari browser

    Hi,
    I am using Javascript serializer to send server side code to javascript.
    This works in IE 9, Mozilla, chrome. But fails with error in Safari as "request failed. unexpected response from server. the status code of response is '0' . status text of the response is ". null
    My code is as below:
    <asp:UpdatePanel ID="panLayout" runat="server">
    <ContentTemplate>
    <div id="divloadingImage" >
    <br />
    <asp:Image ID="imgLoading" runat="server" ImageUrl="/images/rotate.gif" ImageAlign="Middle" />
    <br />
    </div>
    <div id="banner-fade" >
    <ul id="carousel" class="bjqs">
    </ul>
    </div>
    <asp:Timer ID="timerRSS" Interval="1" runat="server" ontick="timerRSS_Tick"></asp:Timer>
    </ContentTemplate>
    </asp:UpdatePanel>
    In CS:
    protected void timerRSS_Tick(object sender, EventArgs e)
    DisplayImages();
    divloadingImage.Visible = false;
    bannerfade.Visible = true;
    timerRSS.Enabled = false;
    private void DisplayImages()
    List<SharePointListItem> allImages = GetallImages();
    JavaScriptSerializer serializer = new JavaScriptSerializer();
    string json = serializer.Serialize(allImages);
    string script = string.Format("<script type=\"text/javascript\">var allSliderImages={0}</script>", json);
    if (!this.Page.ClientScript.IsClientScriptBlockRegistered("clientScripts"))
    ScriptManager.RegisterClientScriptBlock(panLayout, panLayout.GetType(), "clientScripts", script, false);
    string scriptRegister = string.Format("<script type=\"text/javascript\">FetchData();</script>");
    ScriptManager.RegisterClientScriptBlock(panLayout, panLayout.GetType(), "clientScriptData", scriptRegister, false);
    In Javascript:
    function FetchData() {
    if (typeof allSliderImages !== "undefined") {
    for (var i = 0; i < allSliderImages.length; i++) {
    Imagesuccess(allSliderImages[i].fileleafref, allSliderImages[i].filedirref, allSliderImages[i].caption1);
    var rota = $("#bannerfade");
    rota.css("display", "block");
    function Imagesuccess(fileLeaf, fileDir, UserCaption1) {
    var ul = $('#bannerfade > ul');
    var li;
    var filename = fileLeaf;
    var dir = fileDir;
    var caption1 = UserCaption1;
    var sfils = filename;
    filename = dir + '/' + filename;
    var imageCaptionData;
    if (caption1 != null && caption1 != "") {
    imageCaptionData = '<div class="HeadlineDiv">' + caption1 + '</div>';
    li = $('<li>' + imageCaptionData + '<div class="SubHeadline" style="color:white;">' + '<br/></div>' + '<img src="' + filename + '"/>' + '</li>');
    ul.append(li);
    $('#bannerfade').bjqs({
    height: 354,
    width: 970,
    responsive: true
    Below is the data I get:
    <script type="text/javascript">
    var allSliderImages=[{"id":"1","Title":"Scenic","caption1":"scenic","fileleafref":"02.jpg","filedirref":"/s/Test/Library"},
    {"id":"2","Title":"nature","caption1":"scenic2","fileleafref":"C034.jpg","filedirref":"/s/Test/Library"},
    {"id":"3","Title":"Tiff","caption1":"Tiff","fileleafref":"test_tiff.tif","filedirref":"/s/Test/Library"}]</script>
    The data is shown in all browsers except Safari. How to fix this?
    Update: I have checked this link: http://sharepoint.sureshc.com/2013/07/unexpected-response-data-from-server-in.html
    but that did not help.
    Thanks

    Hi,
    From
    this documentation, though SharePoint 2013 supports several commonly used web browsers including Apple Safari (latest released version), it is not guarantee
    that SharePoint 2013 can run perfectly on all these browsers, “certain web browsers could cause some SharePoint 2013 functionality to be downgraded, limited, or available only through alternative steps”.
    According to the code provided, it seems more relate to ASP.NET, therefore, a suggestion is that you can open a thread in ASP.NET forum, communities there will be more familiar
    with this issue:
    http://forums.asp.net/
    Thanks
    Patrick Liang
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Patrick Liang
    TechNet Community Support

  • The server failed to load application '/LM/W3SVC/1/ROOT'.

    Hi,
    I'm using Crystal report XI release two with visula studio 2005. I was fcing some problem with my IIS so i reinstalled it.After reunstalling the IIS i'm not able to work withh IIS. when i checked Event log files i found the following error message:
    The server failed to load application '/LM/W3SVC/1/ROOT'.  The error was 'No such interface supported
    I found the following link [http://support.microsoft.com/kb/286814] which tells the problem. But this link talk about the problem with crystal report 8.
    how can i solve the problem with CRXI.
    Thanks in advance

    The MS kbase you found was very, very specific to a particular version of CR and never ever occured in any subsequent versions of CR. As you started to have the issue on reinstall of IIS, I do not see how htis issue would be caused by Crystal Reports. E.g.in this case, I believe that just because the error is the same does not mean it is the same cause.
    A troubleshooting suggestion I'd have is to use the utility regmon and see what key is denying access. Regmon can be downloaded from here:
    http://www.microsoft.com/technet/sysinternals/utilities/regmon.mspx
    Ludek
    Edited by: Ludek Uher on May 14, 2009 6:48 AM

  • Server failed to load

    When I star Field Point Explorer 3.0.1 I have the following message:"Server Failed to Load! Ensure that server support DLLs are in system search path"

    Hello,
    Thank you for contacting National Instruments.
    The easiest thing to do to solve this problem would be to install the latest FieldPoint driver. Installing the latest driver will ensure support for all of your hardware and it will replace your 3.0.1 DLLs with the latest DLLS.
    Here is a link to the FieldPoint 4.0.1 driver:
    http://digital.ni.com/softlib.nsf/websearch/E1869C0611048EA886256DB9004DD2C7?opendocument&node=132060_US
    With this new driver, you will interact with your FieldPoint hardware through the Measurement and Automation Explorer. If possible, I recommend that you uninstall your FP 3.0.1 driver before installing 4.0.1.
    Please reply to this post if you are still having problems with this issue.
    Regards,
    Bill B
    Applications Eng
    ineer

  • What do I have to do when I get a response that connection to server failed?

    What do I have to do when I get a response that connection to server failed?

    Thanks for this Gary. Much appreciated. Will help with future ones.
    Still a bit like using keynote in 'safe mode' and very limiting.
    If anyone produces an 'auto convert' app that will save me the work of fixing existing presentations slide by slide, I'm buying it :-)
    Thanks again

  • OVMAPI_4004E Server Failed Command:- NFS repo VM starting issue

    Hi
    I have setup a POC environment on OVM 3.1.1 with two OVS servers mapped to a cluster and one OVM server managing these servers . I have mapped a 600GB iscsi LUN as well as a 300GB NFS mount on both the OVS servers.
    I created 2 VM's with the iscsi LUN mapped as the storage repo and VM's seem to be working fine
    The issue that I am facing is with one of VM's on the NFS mount. I created a VM ( win2k3nfs01) on one of the servers (englabbld10) and mapped the NFS mount as the storage repository. The issue that I am facing is that I am not able to start the VM on the server englabbld10 I get the error which I have mentioned below, but if I migrate the VM to the other server englabbld09 I am able to start the VM. I am enclosing the error details of englabbld10.
    The VM’s with iscsi repository work perfectly fine in englabbld10, I can migrate start stop the same.
    I have cross validated the nfs permission, DNS records etc. Everything seems to be just fine.
    Please help in resolve the same
    Job Construction Phase
    begin()
    Appended operation 'Virtual Machine Start' to object '0004fb0000060000ff2b96ea9cc79078 (win2k3nfs01)'.
    Appended operation 'Bridge Configure Operation' to object '0004fb00002000005e3d744bbd8de7da (network.BondPort (1) in englabbld10)'.
    Appended operation 'VM Set HA' to object '0004fb0000060000ff2b96ea9cc79078 (win2k3nfs01)'.
    commit()
    Completed Step: COMMIT
    Objects and Operations
    Object (IN_USE): [VirtualMachine] 0004fb0000060000ff2b96ea9cc79078 (win2k3nfs01)
    Operation: Virtual Machine Start
    Operation: VM Set HA
    Object (IN_USE): [VmDiskMapping] 0004fb0000130000f8a0f77cdb2d1976
    Object (IN_USE): [VirtualCdrom] 0004fb000015000066df9e28a1f4976e.iso (win2k3_64bit.iso)
    Object (IN_USE): [Vnic] 0004fb00000700003454c955f4b4660b (00:21:f6:00:00:00)
    Object (IN_USE): [BondPort] 0004fb00002000005e3d744bbd8de7da (network.BondPort (1) in englabbld10)
    Operation: Bridge Configure Operation
    Object (IN_USE): [VmDiskMapping] 0004fb000013000008cf2ea56564db67
    Object (IN_USE): [VirtualDisk] 0004fb00001200006e9c05a32bf7ad47.img (win2k3vm02)
    Job Running Phase at 09:50 on Wed, Jan 16, 2013
    Job Participants: [ff:20:00:08:ff:ff:ff:ff:ff:ff:48:0f:bc:28:21:00 (englabbld10)]
    Actioner
    Starting operation 'Virtual Machine Start' on object '0004fb0000060000ff2b96ea9cc79078 (win2k3nfs01)'
    Completed operation 'Virtual Machine Start' completed with direction ==> LATER
    Starting operation 'Bridge Configure Operation' on object '0004fb00002000005e3d744bbd8de7da (network.BondPort (1) in englabbld10)'
    Bridge [206.236.134.0] already exists (and should exist) on interface [bond0] on server [englabbld10]; skipping bridge creation
    Completed operation 'Bridge Configure Operation' completed with direction ==> DONE
    Starting operation 'VM Set HA' on object '0004fb0000060000ff2b96ea9cc79078 (win2k3nfs01)'
    Completed operation 'VM Set HA' completed with direction ==> LATER
    Starting operation 'Virtual Machine Start' on object '0004fb0000060000ff2b96ea9cc79078 (win2k3nfs01)'
    Job Internal Error (Operation)com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_4010E Attempt to send command: dispatch to server: englabbld10 failed. OVMAPI_4004E Server Failed Command: dispatch https://?uname?:[email protected]:8899/api/2 start_vm 0004fb0000030000e40574ce6f97e906 0004fb0000060000ff2b96ea9cc79078, Status: org.apache.xmlrpc.XmlRpcException: exceptions.RuntimeError:Command: ['xm', 'create', '/OVS/Repositories/0004fb0000030000e40574ce6f97e906/VirtualMachines/0004fb0000060000ff2b96ea9cc79078/vm.cfg'] failed (1): stderr: Error: Unable to open config file: /OVS/Repositories/0004fb0000030000e40574ce6f97e906/VirtualMachines/0004fb0000060000ff2b96ea9cc79078/vm.cfg
    stdout: Usage: xm create [options] [vars]
    Create a domain based on .
    Options:
    -h, --help Print this help.
    --help_config Print the available configuration variables (vars)
    for the configuration script.
    -q, --quiet Quiet.
    --path=PATH Search path for configuration scripts. The value of
    PATH is a colon-separated directory list.
    -f=FILE, --defconfig=FILE
    Use the given Python configuration script.The
    configuration script is loaded after arguments have
    been processed. Each command-line option sets a
    configuration variable named after its long option
    name, and these variables are placed in the
    environment of the script before it is loaded.
    Variables for options that may be repeated have list
    values. Other variables can be set using VAR=VAL on
    the command line. After the script is loaded, option
    values that were not set on the command line are
    replaced by the values set in the script.
    -F=FILE, --config=FILE
    Domain configuration to use (SXP).
    SXP is the underlying configuration format used by
    Xen.
    SXP configurations can be hand-written or generated
    from Python configuration scripts, using the -n
    (dryrun) option to print the configuration.
    -n, --dryrun Dry run - prints the resulting configuration in SXP
    but does not create the domain.
    -x, --xmldryrun XML dry run - prints the resulting configuration in
    XML but does not create the domain.
    -s, --skipdtd Skip DTD checking - skips checks on XML before
    creating. Experimental. Can decrease create time.
    -p, --paused Leave the domain paused after it is created.
    -c, --console_autoconnect
    Connect to the console after the domain is created.
    --vncviewer Connect to the VNC display after the domain is
    created.
    --vncviewer-autopass Pass VNC password to viewer via stdin and -autopass.
    [options] [vars]
    Create a domain.
    Domain creation parameters can be set by command-line switches, from
    a python configuration script or an SXP config file. See documentation
    for defconfig, config. Configuration variables can be set using
    VAR=VAL on the command line. For example vmid=3 sets vmid to 3.
    Wed Jan 16 09:50:04 IST 2013...
    Wed Jan 16 09:50:04 IST 2013
    at com.oracle.ovm.mgr.action.ActionEngine.sendCommandToServer(ActionEngine.java:507)
    at com.oracle.ovm.mgr.action.ActionEngine.sendDispatchedServerCommand(ActionEngine.java:444)
    at com.oracle.ovm.mgr.action.ActionEngine.sendServerCommand(ActionEngine.java:378)
    at com.oracle.ovm.mgr.action.VirtualMachineAction.sendStartVmCommand(VirtualMachineAction.java:121)
    at com.oracle.ovm.mgr.op.virtual.VirtualMachineStart.asyncAction(VirtualMachineStart.java:65)
    at com.oracle.ovm.mgr.api.collectable.ManagedObjectDbImpl.executeCurrentJobOperationAsyncAction(ManagedObjectDbImpl.java:1002)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:329)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:289)
    at com.oracle.odof.core.storage.Transaction.invokeMethod(Transaction.java:826)
    at com.oracle.odof.core.Exchange.invokeMethod(Exchange.java:245)
    at com.oracle.ovm.mgr.api.virtual.VirtualMachineProxy.executeCurrentJobOperationAsyncAction(Unknown Source)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectAsyncStart(JobEngine.java:596)
    at com.oracle.ovm.mgr.op.virtual.VirtualMachineStart.action(VirtualMachineStart.java:52)
    at com.oracle.ovm.mgr.api.collectable.ManagedObjectDbImpl.executeCurrentJobOperationAction(ManagedObjectDbImpl.java:1012)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:329)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:289)
    at com.oracle.odof.core.storage.Transaction.invokeMethod(Transaction.java:826)
    at com.oracle.odof.core.Exchange.invokeMethod(Exchange.java:245)
    at com.oracle.ovm.mgr.api.virtual.VirtualMachineProxy.executeCurrentJobOperationAction(Unknown Source)
    at com.oracle.ovm.mgr.api.job.JobEngine.operationActioner(JobEngine.java:218)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectActioner(JobEngine.java:309)
    at com.oracle.ovm.mgr.api.job.InternalJobDbImpl.objectCommitter(InternalJobDbImpl.java:1140)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:329)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:289)
    at com.oracle.odof.core.BasicWork.invokeMethod(BasicWork.java:136)
    at com.oracle.odof.command.InvokeMethodCommand.process(InvokeMethodCommand.java:100)
    at com.oracle.odof.core.BasicWork.processCommand(BasicWork.java:81)
    at com.oracle.odof.core.TransactionManager.processCommand(TransactionManager.java:773)
    at com.oracle.odof.core.WorkflowManager.processCommand(WorkflowManager.java:401)
    at com.oracle.odof.core.WorkflowManager.processWork(WorkflowManager.java:459)
    at com.oracle.odof.io.AbstractClient.run(AbstractClient.java:42)
    at java.lang.Thread.run(Thread.java:662)
    Caused by: com.oracle.ovm.mgr.api.exception.IllegalOperationException: OVMAPI_4004E Server Failed Command: dispatch https://?uname?:[email protected]:8899/api/2 start_vm 0004fb0000030000e40574ce6f97e906 0004fb0000060000ff2b96ea9cc79078, Status: org.apache.xmlrpc.XmlRpcException: exceptions.RuntimeError:Command: ['xm', 'create', '/OVS/Repositories/0004fb0000030000e40574ce6f97e906/VirtualMachines/0004fb0000060000ff2b96ea9cc79078/vm.cfg'] failed (1): stderr: Error: Unable to open config file: /OVS/Repositories/0004fb0000030000e40574ce6f97e906/VirtualMachines/0004fb0000060000ff2b96ea9cc79078/vm.cfg
    stdout: Usage: xm create [options] [vars]
    Create a domain based on .
    Options:
    -h, --help Print this help.
    --help_config Print the available configuration variables (vars)
    for the configuration script.
    -q, --quiet Quiet.
    --path=PATH Search path for configuration scripts. The value of
    PATH is a colon-separated directory list.
    -f=FILE, --defconfig=FILE
    Use the given Python configuration script.The
    configuration script is loaded after arguments have
    been processed. Each command-line option sets a
    configuration variable named after its long option
    name, and these variables are placed in the
    environment of the script before it is loaded.
    Variables for options that may be repeated have list
    values. Other variables can be set using VAR=VAL on
    the command line. After the script is loaded, option
    values that were not set on the command line are
    replaced by the values set in the script.
    -F=FILE, --config=FILE
    Domain configuration to use (SXP).
    SXP is the underlying configuration format used by
    Xen.
    SXP configurations can be hand-written or generated
    from Python configuration scripts, using the -n
    (dryrun) option to print the configuration.
    -n, --dryrun Dry run - prints the resulting configuration in SXP
    but does not create the domain.
    -x, --xmldryrun XML dry run - prints the resulting configuration in
    XML but does not create the domain.
    -s, --skipdtd Skip DTD checking - skips checks on XML before
    creating. Experimental. Can decrease create time.
    -p, --paused Leave the domain paused after it is created.
    -c, --console_autoconnect
    Connect to the console after the domain is created.
    --vncviewer Connect to the VNC display after the domain is
    created.
    --vncviewer-autopass Pass VNC password to viewer via stdin and -autopass.
    [options] [vars]
    Create a domain.
    Domain creation parameters can be set by command-line switches, from
    a python configuration script or an SXP config file. See documentation
    for defconfig, config. Configuration variables can be set using
    VAR=VAL on the command line. For example vmid=3 sets vmid to 3.
    Wed Jan 16 09:50:04 IST 2013
    at com.oracle.ovm.mgr.action.ActionEngine.sendAction(ActionEngine.java:798)
    at com.oracle.ovm.mgr.action.ActionEngine.sendCommandToServer(ActionEngine.java:503)
    ... 40 more
    FailedOperationCleanup
    Starting failed operation 'Virtual Machine Start' cleanup on object 'win2k3nfs01'
    Complete rollback operation 'Virtual Machine Start' completed with direction=win2k3nfs01
    Rollbacker
    Executing rollback operation 'Virtual Machine Start' on object '0004fb0000060000ff2b96ea9cc79078 (win2k3nfs01)'
    Complete rollback operation 'Virtual Machine Start' completed with direction=DONE
    Executing rollback operation 'Bridge Configure Operation' on object '0004fb00002000005e3d744bbd8de7da (network.BondPort (1) in englabbld10)'
    Complete rollback operation 'Bridge Configure Operation' completed with direction=DONE
    Objects To Be Rolled Back
    Object (IN_USE): [VirtualMachine] 0004fb0000060000ff2b96ea9cc79078 (win2k3nfs01)
    Object (IN_USE): [VmDiskMapping] 0004fb0000130000f8a0f77cdb2d1976
    Object (IN_USE): [VirtualCdrom] 0004fb000015000066df9e28a1f4976e.iso (win2k3_64bit.iso)
    Object (IN_USE): [Vnic] 0004fb00000700003454c955f4b4660b (00:21:f6:00:00:00)
    Object (IN_USE): [BondPort] 0004fb00002000005e3d744bbd8de7da (network.BondPort (1) in englabbld10)
    Object (IN_USE): [VmDiskMapping] 0004fb000013000008cf2ea56564db67
    Object (IN_USE): [VirtualDisk] 0004fb00001200006e9c05a32bf7ad47.img (win2k3vm02)
    Write Methods Invoked
    Class=InternalJobDbImpl vessel_id=12116 method=addTransactionIdentifier accessLevel=6
    Class=VirtualMachineDbImpl vessel_id=10564 method=start accessLevel=6
    Class=VnicDbImpl vessel_id=2129 method=lock accessLevel=6
    Class=VirtualCdromDbImpl vessel_id=9293 method=lock accessLevel=6
    Class=VirtualDiskDbImpl vessel_id=10585 method=lock accessLevel=6
    Class=VnicDbImpl vessel_id=2129 method=lock accessLevel=6
    Class=VmDiskMappingDbImpl vessel_id=10592 method=lock accessLevel=6
    Class=VmDiskMappingDbImpl vessel_id=10597 method=lock accessLevel=6
    Class=VirtualCdromDbImpl vessel_id=9293 method=lock accessLevel=6
    Class=VirtualDiskDbImpl vessel_id=10585 method=lock accessLevel=6
    Class=VirtualMachineStartingEventDbImpl vessel_id=12125 method=notify accessLevel=6
    Class=VirtualMachineStartingEventDbImpl vessel_id=12125 method=setDescription accessLevel=6
    Class=BondPortDbImpl vessel_id=1473 method=addJobOperation accessLevel=6
    Class=InternalJobDbImpl vessel_id=12116 method=setCompletedStep accessLevel=6
    Class=InternalJobDbImpl vessel_id=12116 method=setAssociatedHandles accessLevel=6
    Class=InternalJobDbImpl vessel_id=12116 method=setTuringMachineFlag accessLevel=6
    Class=VirtualMachineDbImpl vessel_id=10564 method=setCurrentOperationToLater accessLevel=6
    Class=InternalJobDbImpl vessel_id=12116 method=setTuringMachineFlag accessLevel=6
    Class=BondPortDbImpl vessel_id=1473 method=setCurrentJobOperationComplete accessLevel=6
    Class=BondPortDbImpl vessel_id=1473 method=nextJobOperation accessLevel=6
    Class=InternalJobDbImpl vessel_id=12116 method=setTuringMachineFlag accessLevel=6
    Class=VirtualMachineDbImpl vessel_id=10564 method=setCurrentOperationToLater accessLevel=6
    Class=InternalJobDbImpl vessel_id=12116 method=setTuringMachineFlag accessLevel=6
    Class=VirtualMachineDbImpl vessel_id=10564 method=nextJobOperation accessLevel=6
    Class=InternalJobDbImpl vessel_id=12116 method=setFailedOperation accessLevel=6
    Class=VirtualMachineDbImpl vessel_id=10564 method=nextJobOperation accessLevel=6
    Class=VmDiskMappingDbImpl vessel_id=10597 method=nextJobOperation accessLevel=6
    Class=VirtualCdromDbImpl vessel_id=9293 method=nextJobOperation accessLevel=6
    Class=VnicDbImpl vessel_id=2129 method=nextJobOperation accessLevel=6
    Class=BondPortDbImpl vessel_id=1473 method=nextJobOperation accessLevel=6
    Class=VmDiskMappingDbImpl vessel_id=10592 method=nextJobOperation accessLevel=6
    Class=VirtualDiskDbImpl vessel_id=10585 method=nextJobOperation accessLevel=6
    Class=VirtualMachineDbImpl vessel_id=10564 method=nextJobOperation accessLevel=6
    Class=BondPortDbImpl vessel_id=1473 method=nextJobOperation accessLevel=6
    Completed Step: ROLLBACK
    Job failed commit (internal) due to OVMAPI_4010E Attempt to send command: dispatch to server: englabbld10 failed. OVMAPI_4004E Server Failed Command: dispatch https://?uname?:[email protected]:8899/api/2 start_vm 0004fb0000030000e40574ce6f97e906 0004fb0000060000ff2b96ea9cc79078, Status: org.apache.xmlrpc.XmlRpcException: exceptions.RuntimeError:Command: ['xm', 'create', '/OVS/Repositories/0004fb0000030000e40574ce6f97e906/VirtualMachines/0004fb0000060000ff2b96ea9cc79078/vm.cfg'] failed (1): stderr: Error: Unable to open config file: /OVS/Repositories/0004fb0000030000e40574ce6f97e906/VirtualMachines/0004fb0000060000ff2b96ea9cc79078/vm.cfg
    stdout: Usage: xm create [options] [vars]
    Create a domain based on .
    Options:
    -h, --help Print this help.
    --help_config Print the available configuration variables (vars)
    for the configuration script.
    -q, --quiet Quiet.
    --path=PATH Search path for configuration scripts. The value of
    PATH is a colon-separated directory list.
    -f=FILE, --defconfig=FILE
    Use the given Python configuration script.The
    configuration script is loaded after arguments have
    been processed. Each command-line option sets a
    configuration variable named after its long option
    name, and these variables are placed in the
    environment of the script before it is loaded.
    Variables for options that may be repeated have list
    values. Other variables can be set using VAR=VAL on
    the command line. After the script is loaded, option
    values that were not set on the command line are
    replaced by the values set in the script.
    -F=FILE, --config=FILE
    Domain configuration to use (SXP).
    SXP is the underlying configuration format used by
    Xen.
    SXP configurations can be hand-written or generated
    from Python configuration scripts, using the -n
    (dryrun) option to print the configuration.
    -n, --dryrun Dry run - prints the resulting configuration in SXP
    but does not create the domain.
    -x, --xmldryrun XML dry run - prints the resulting configuration in
    XML but does not create the domain.
    -s, --skipdtd Skip DTD checking - skips checks on XML before
    creating. Experimental. Can decrease create time.
    -p, --paused Leave the domain paused after it is created.
    -c, --console_autoconnect
    Connect to the console after the domain is created.
    --vncviewer Connect to the VNC display after the domain is
    created.
    --vncviewer-autopass Pass VNC password to viewer via stdin and -autopass.
    [options] [vars]
    Create a domain.
    Domain creation parameters can be set by command-line switches, from
    a python configuration script or an SXP config file. See documentation
    for defconfig, config. Configuration variables can be set using
    VAR=VAL on the command line. For example vmid=3 sets vmid to 3.
    Wed Jan 16 09:50:04 IST 2013...
    Wed Jan 16 09:50:04 IST 2013
    com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_4010E Attempt to send command: dispatch to server: englabbld10 failed. OVMAPI_4004E Server Failed Command: dispatch https://?uname?:[email protected]:8899/api/2 start_vm 0004fb0000030000e40574ce6f97e906 0004fb0000060000ff2b96ea9cc79078, Status: org.apache.xmlrpc.XmlRpcException: exceptions.RuntimeError:Command: ['xm', 'create', '/OVS/Repositories/0004fb0000030000e40574ce6f97e906/VirtualMachines/0004fb0000060000ff2b96ea9cc79078/vm.cfg'] failed (1): stderr: Error: Unable to open config file: /OVS/Repositories/0004fb0000030000e40574ce6f97e906/VirtualMachines/0004fb0000060000ff2b96ea9cc79078/vm.cfg
    stdout: Usage: xm create [options] [vars]
    Create a domain based on .
    Options:
    -h, --help Print this help.
    --help_config Print the available configuration variables (vars)
    for the configuration script.
    -q, --quiet Quiet.
    --path=PATH Search path for configuration scripts. The value of
    PATH is a colon-separated directory list.
    -f=FILE, --defconfig=FILE
    Use the given Python configuration script.The
    configuration script is loaded after arguments have
    been processed. Each command-line option sets a
    configuration variable named after its long option
    name, and these variables are placed in the
    environment of the script before it is loaded.
    Variables for options that may be repeated have list
    values. Other variables can be set using VAR=VAL on
    the command line. After the script is loaded, option
    values that were not set on the command line are
    replaced by the values set in the script.
    -F=FILE, --config=FILE
    Domain configuration to use (SXP).
    SXP is the underlying configuration format used by
    Xen.
    SXP configurations can be hand-written or generated
    from Python configuration scripts, using the -n
    (dryrun) option to print the configuration.
    -n, --dryrun Dry run - prints the resulting configuration in SXP
    but does not create the domain.
    -x, --xmldryrun XML dry run - prints the resulting configuration in
    XML but does not create the domain.
    -s, --skipdtd Skip DTD checking - skips checks on XML before
    creating. Experimental. Can decrease create time.
    -p, --paused Leave the domain paused after it is created.
    -c, --console_autoconnect
    Connect to the console after the domain is created.
    --vncviewer Connect to the VNC display after the domain is
    created.
    --vncviewer-autopass Pass VNC password to viewer via stdin and -autopass.
    [options] [vars]
    Create a domain.
    Domain creation parameters can be set by command-line switches, from
    a python configuration script or an SXP config file. See documentation
    for defconfig, config. Configuration variables can be set using
    VAR=VAL on the command line. For example vmid=3 sets vmid to 3.
    Wed Jan 16 09:50:04 IST 2013...
    Wed Jan 16 09:50:04 IST 2013
    at com.oracle.ovm.mgr.action.ActionEngine.sendCommandToServer(ActionEngine.java:507)
    at com.oracle.ovm.mgr.action.ActionEngine.sendDispatchedServerCommand(ActionEngine.java:444)
    at com.oracle.ovm.mgr.action.ActionEngine.sendServerCommand(ActionEngine.java:378)
    at com.oracle.ovm.mgr.action.VirtualMachineAction.sendStartVmCommand(VirtualMachineAction.java:121)
    at com.oracle.ovm.mgr.op.virtual.VirtualMachineStart.asyncAction(VirtualMachineStart.java:65)
    at com.oracle.ovm.mgr.api.collectable.ManagedObjectDbImpl.executeCurrentJobOperationAsyncAction(ManagedObjectDbImpl.java:1002)
    at sun.reflect.GeneratedMethodAccessor3034.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:329)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:289)
    at com.oracle.odof.core.storage.Transaction.invokeMethod(Transaction.java:826)
    at com.oracle.odof.core.Exchange.invokeMethod(Exchange.java:245)
    at com.oracle.ovm.mgr.api.virtual.VirtualMachineProxy.executeCurrentJobOperationAsyncAction(Unknown Source)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectAsyncStart(JobEngine.java:596)
    at com.oracle.ovm.mgr.op.virtual.VirtualMachineStart.action(VirtualMachineStart.java:52)
    at com.oracle.ovm.mgr.api.collectable.ManagedObjectDbImpl.executeCurrentJobOperationAction(ManagedObjectDbImpl.java:1012)
    at sun.reflect.GeneratedMethodAccessor1231.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:329)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:289)
    at com.oracle.odof.core.storage.Transaction.invokeMethod(Transaction.java:826)
    at com.oracle.odof.core.Exchange.invokeMethod(Exchange.java:245)
    at com.oracle.ovm.mgr.api.virtual.VirtualMachineProxy.executeCurrentJobOperationAction(Unknown Source)
    at com.oracle.ovm.mgr.api.job.JobEngine.operationActioner(JobEngine.java:218)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectActioner(JobEngine.java:309)
    at com.oracle.ovm.mgr.api.job.InternalJobDbImpl.objectCommitter(InternalJobDbImpl.java:1140)
    at sun.reflect.GeneratedMethodAccessor1239.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:329)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:289)
    at com.oracle.odof.core.BasicWork.invokeMethod(BasicWork.java:136)
    at com.oracle.odof.command.InvokeMethodCommand.process(InvokeMethodCommand.java:100)
    at com.oracle.odof.core.BasicWork.processCommand(BasicWork.java:81)
    at com.oracle.odof.core.TransactionManager.processCommand(TransactionManager.java:773)
    at com.oracle.odof.core.WorkflowManager.processCommand(WorkflowManager.java:401)
    at com.oracle.odof.core.WorkflowManager.processWork(WorkflowManager.java:459)
    at com.oracle.odof.io.AbstractClient.run(AbstractClient.java:42)
    at java.lang.Thread.run(Thread.java:662)
    Caused by: com.oracle.ovm.mgr.api.exception.IllegalOperationException: OVMAPI_4004E Server Failed Command: dispatch https://?uname?:[email protected]:8899/api/2 start_vm 0004fb0000030000e40574ce6f97e906 0004fb0000060000ff2b96ea9cc79078, Status: org.apache.xmlrpc.XmlRpcException: exceptions.RuntimeError:Command: ['xm', 'create', '/OVS/Repositories/0004fb0000030000e40574ce6f97e906/VirtualMachines/0004fb0000060000ff2b96ea9cc79078/vm.cfg'] failed (1): stderr: Error: Unable to open config file: /OVS/Repositories/0004fb0000030000e40574ce6f97e906/VirtualMachines/0004fb0000060000ff2b96ea9cc79078/vm.cfg
    stdout: Usage: xm create [options] [vars]
    Create a domain based on .
    Options:
    -h, --help Print this help.
    --help_config Print the available configuration variables (vars)
    for the configuration script.
    -q, --quiet Quiet.
    --path=PATH Search path for configuration scripts. The value of
    PATH is a colon-separated directory list.
    -f=FILE, --defconfig=FILE
    Use the given Python configuration script.The
    configuration script is loaded after arguments have
    been processed. Each command-line option sets a
    configuration variable named after its long option
    name, and these variables are placed in the
    environment of the script before it is loaded.
    Variables for options that may be repeated have list
    values. Other variables can be set using VAR=VAL on
    the command line. After the script is loaded, option
    values that were not set on the command line are
    replaced by the values set in the script.
    -F=FILE, --config=FILE
    Domain configuration to use (SXP).
    SXP is the underlying configuration format used by
    Xen.
    SXP configurations can be hand-written or generated
    from Python configuration scripts, using the -n
    (dryrun) option to print the configuration.
    -n, --dryrun Dry run - prints the resulting configuration in SXP
    but does not create the domain.
    -x, --xmldryrun XML dry run - prints the resulting configuration in
    XML but does not create the domain.
    -s, --skipdtd Skip DTD checking - skips checks on XML before
    creating. Experimental. Can decrease create time.
    -p, --paused Leave the domain paused after it is created.
    -c, --console_autoconnect
    Connect to the console after the domain is created.
    --vncviewer Connect to the VNC display after the domain is
    created.
    --vncviewer-autopass Pass VNC password to viewer via stdin and -autopass.
    [options] [vars]
    Create a domain.
    Domain creation parameters can be set by command-line switches, from
    a python configuration script or an SXP config file. See documentation
    for defconfig, config. Configuration variables can be set using
    VAR=VAL on the command line. For example vmid=3 sets vmid to 3.
    Wed Jan 16 09:50:04 IST 2013
    at com.oracle.ovm.mgr.action.ActionEngine.sendAction(ActionEngine.java:798)
    at com.oracle.ovm.mgr.action.ActionEngine.sendCommandToServer(ActionEngine.java:503)
    ... 40 more
    End of Job
    ----------

    Hi Julian
    thanks for your response. I have cross validated and confirm that NFS filesystem is mounted on both the OVM servers
    Server englabbld10
    [root@englabbld10 /]# df -kh
    Filesystem Size Used Avail Use% Mounted on
    /dev/sda2 3.0G 683M 2.1G 25% /
    /dev/sda1 99M 28M 67M 29% /boot
    tmpfs 503M 0 503M 0% /dev/shm
    none 503M 80K 503M 1% /var/lib/xenstored
    /dev/mapper/360a98000433465644e346f2d4836514d
    10G 398M 9.7G 4% /poolfsmnt/0004fb000005000046c0cb2a4467e2d6
    206.236.134.65:/vol/ovmnfs
    300G 5.2G 295G 2% /OVS/Repositories/0004fb0000030000e40574ce6f97e906
    /dev/mapper/360a98000433465644e346f2d48377670
    476G 23G 453G 5% /OVS/Repositories/0004fb000003000036658ed4a80c8716
    [root@englabbld10 /]#
    Server englabbld09
    [root@englabbld09 ~]# df -kh
    Filesystem Size Used Avail Use% Mounted on
    /dev/sda2 3.0G 683M 2.1G 25% /
    /dev/sda1 99M 28M 67M 29% /boot
    tmpfs 503M 0 503M 0% /dev/shm
    none 503M 152K 503M 1% /var/lib/xenstored
    /dev/mapper/360a98000433465644e346f2d4836514d
    10G 398M 9.7G 4% /poolfsmnt/0004fb000005000046c0cb2a4467e2d6
    206.236.134.65:/vol/ovmnfs
    300G 5.2G 295G 2% /OVS/Repositories/0004fb0000030000e40574ce6f97e906
    /dev/mapper/360a98000433465644e346f2d48377670
    476G 23G 453G 5% /OVS/Repositories/0004fb000003000036658ed4a80c8716
    [root@englabbld09 ~]#
    Edited by: ovmnewbee on Jan 16, 2013 5:04 PM

  • Indexing Schedule Manager on Server Failed!!!

    Hi All,
    Below is the error message from the ULS logs regarding the Indexing service. As a result of this, I'm unable to see the Content Sources and Crawl History on Central Admin. I further found out that one of the server in our farm is in Converging Status under
    NLB (Network Load Balancer). Could this be the issue? But why would it say access denied. The search service account has not been modified or the permissions have never changed. Thanks in advance for any pointers.
    Entering monitored scope (Timer Job Indexing Schedule Manager on WCRSPT02) 8a76f83b-9c75-48d4-8764-61fb0d93ca49
    executing job Indexing Schedule Manager on <Server> 8a76f83b-9c75-48d4-8764-61fb0d93ca49
    CContentSourceCollection::ValidateTrigger in m_pScheduler -> Activate or NewWorkItem, Error is 0x80070005  [contentsource.cxx:1126]  d:\office\source\search\native\gather\server\contentsource.cxx 
    <Exception><HR>0x80070005</HR><eip>000007FEE2929257</eip><module>d:\office\source\search\native\gather\server\contentsource.cxx</module><line>1127</line></Exception>   
    The Execute method of job definition Microsoft.Office.Server.Search.Administration.IndexingScheduleJobDefinition (ID 0141a0f4-9c0a-4aa3-901f-f0bd5bb7f51d) threw an exception. More information is included below.  Access is denied. (Exception from HRESULT:
    0x80070005 (E_ACCESSDENIED)) 8a76f83b-9c75-48d4-8764-61fb0d93ca49
    Exception stack trace:    at Microsoft.Office.Server.Search.Administration.SearchApi.RunOnServer[T](CodeToRun`1 remoteCode, CodeToRun`1 localCode, Boolean useCurrentSecurityContext, Int32 versionIn)     at Microsoft.Office.Server.Search.Administration.SearchApi.GetContentSources(Int32
    versionIn)     at Microsoft.Office.Server.Search.Administration.ContentSourceCollection..ctor(Content parent)     at Microsoft.Office.Server.Search.Administration.Content.get_ContentSources()    
    at Microsoft.Office.Server.Search.Administration.IndexingScheduleJobDefinition.Execute(Guid targetInstanceId)     at Microsoft.SharePoint.Administration.SPTimerJobInvokeInternal.Invoke(SPJobDefinition jd, Guid targetInstanceId, Boolean
    isTimerService, Int32& result) 8a76f83b-9c75-48d4-8764-61fb0d93ca49
    Leaving Monitored Scope (Timer Job Indexing Schedule Manager on WCRSPT02). Execution Time=50.1862666903196
    Regards, Kapil ***Please mark answer as Helpful or Answered after consideration***

    Hi,
    According to your post, my understanding is that Indexing Schedule Manager on Server Failed.
    I recommend to reset Index and have a full Crawl. Please refer to:
    Unable to view content sources or crawl history in Search server 2010 Central Administration: share point
    You need to check whether you have an additional Search Service Application and is stuck in an error state. If so, please run the configuration wizard to remove the previously mentioned Search Service Application that was corrupted.
    In addition, please follow the instructions to check whether it works:
    stsadm -o osearch -action stop 
    stsadm -o osearch -action start -role index 
    Open Central Admin - select your SSP
    Check / validate your search service configuration.
    Here are some similar articles for your reference:
    http://social.technet.microsoft.com/Forums/en-US/a2f749bf-5d8b-4c0e-8fdd-464bd21d0e0a/indexing-schedule-manager-failing?forum=sharepointadminprevious
    http://bruteforcesharepoint.blogspot.com/2009/04/event-log-errors-6481-and-6398.html
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Server returned HTTP response code: 503 for URL

    I was deploy my webcenter application and was working fine, but I updated my Webcenter Framework plugin in Jdeveloper to version 11.1.2.0.091030.1847 and now when I try deploy my application error 503 occurr:
    [05:06:55 PM] Weblogic Server Exception: weblogic.deploy.api.internal.utils.DeployerHelperException: The source 'C:\Users\nmaia\AppData\Local\Temp\app8.ear' for the application 'app8#V2.0' could not be loaded to the server 'http://it7-srv-lnx-wcenter:7002/bea_wls_deployment_internal/DeploymentService'.
    Server returned HTTP response code: 503 for URL: http://it7-srv-lnx-wcenter:7002/bea_wls_deployment_internal/DeploymentService
    [05:06:55 PM] See server logs or server console for more details.
    [05:06:55 PM] weblogic.deploy.api.spi.exceptions.ServerConnectionException: [J2EE Deployment SPI:260041]Unable to upload 'F:\Desenvolvimento\JDev\Application8\deploy\app8.ear' to 't3://it7-srv-lnx-wcenter:7002'
    [05:06:55 PM] #### Deployment incomplete. ####
    [05:06:55 PM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    My Weblogic is version 11g(10.3), can anyone help me?
    Thanks,

    To solve my problemn I do these steps:
    - Uninstall jdeveloper;
    - Delete jdeveloper folder;
    - Install Jdeveloper, version 11.1.1.2;
    - Downloaded the plugin to Webcenter: http://download.oracle.com/otn/java/jdeveloper/1112/extensions/oracle.webcenter.framework_bundle.zip
    - Remove my proxy from Jdev ( Tools -> Preferences -> Web Browser and Proxy)
    And works fine.
    Thks anyway.
    []'s

  • Custom tool error for COMexception: The report application server failed.

    hi there,
    i am using crystal reports for the last one year onwards, i don't get any errors till know. Yesterday when i modified some information in 40 reports. out of these reports 34 reports are successfully build, but for the remaining six reports the code is not generating.
    Custom tool error: "Code generator 'ReportCodeGenerator' failed.  Exception stack = CrystalDecisions.Shared.CrystalReportsException: Load report failed. ---> System.Runtime.InteropServices.COMException: The Report Application Server failed
       at CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass.Open(Object& DocumentPath, Int32 Options)
       at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.Open(Object& DocumentPath, Int32 Options)
       at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened()
       --- End of inner exception stack trace ---
       at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened()
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename, OpenReportMethod openMethod, Int16 parentJob)
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename)
       at CrystalDecisions.VSDesigner.CodeGen.ReportClassWriter..ctor(String filePath)
       at CrystalDecisions.VSDesigner.CodeGen.ReportClassWriter..ctor(String filePath, String resourceNamespace)
       at CrystalDecisions.VSDesigner.CodeGen.ReportCodeGenerator.GenerateCode(String inputFileName, String inputFileContent)"
    i am not understanding why it is getting for me, Please help me

    Hello,
    Whoever wrote the CustomCodeGenerator will have to help you with this one. We know nothing about the underlying code they are using and therefore can't determine the cause.
    Appears the error is it can't even load the report so there is something wrong with the workings. Open the report again in CR Designer and Verify Database and then check the changes you did. Something is not right or the DB driver their application is using does not match with what you are using.
    Don

  • B4 - Server failed to flush BER data back to client

    Hi folks,
    I'm running Java Directory Server version 7.0 64bit on Redhat Linux 5.4.
    I'm noticing these errors in my logs when an application using Windows 7 attempts an SSL ldap query:
    [16/Jun/2011:07:40:00 -0400] conn=1212 op=-1 msgId=-1 - fd=37 slot=37 LDAPS connection from 10.224.47.130:63199 to 10.251.0.246
    [16/Jun/2011:07:40:24 -0400] conn=1212 op=0 msgId=-1 - closing from 10.224.47.130:63199 - B4 - Server failed to flush BER data back to client -
    [16/Jun/2011:07:40:24 -0400] conn=1212 op=-1 msgId=-1 - closed.
    The Windows 7 application is unable to get the expected ldap response and fails the operation, preventing the application from running correctly. Any ideas as to what this error is and what I might be able to do to address it?
    Thanks

    Makes sense.
    Here's what I discovered today - and this only occurs with applications installed on Windows 7. The same app installed on Windows XP does not have this issue. The application is configured to connect to a DNS FQDN of (sisd-mahp.xxx.xxx). That FQDN translates to an IP that is configured on a Cisco load balancer device. There are two ldap servers behind it that are round-robin'd (sisd-mahp1.xxx.xxx and sisd-mahp2.xxx.xxx). In the SSL certificate of each of those two servers I have defined X509v3 Subject Alternative Names including the load balancer IP and the individual Linux hostnames. When the Windows 7 client uses the FQDN of the load balancer virtual IP it fails, when it uses one of the sisd-mahp1 or sisd-mahp2 it works.
    That leads me to believe that there is some inherent problem with the Windows 7 client libs and the load balancer or the Subject Alternative Names. When the client attempted the SSL BIND it got an unexpected result from the server SSL certificate and aborted the connection, which resulted in the failed flush BER data messages on the server.
    Thanks for the response!

  • Sapwebdispatcher: ERROR: Connection to message server failed

    Hi Team,
    We have been facing an issue on the webdispatcher. Web-disaptcher is notable to communicate with the Message Server[PRD-XI].
    =====================
    Environment: Set-up =
    =====================
    1. The Webdispatcher is in DMZ. We have opened the port 8100 at the firewall.
    ==========================================================================
    ERROR MESSAGE
    ==========================================================================
    [Thr 2058] Fri Jan 11 18:53:27 2008
    [Thr 2058] *** ERROR => NiBufIConnect: non-buffered connect pending after
    5000ms (hdl 4;10.1.10.56:8100) [nibuf.cpp 4611]
    [Thr 2058] *** ERROR => Connection request from (-1/65535/0) to host:
    10.1.10.56, service: 8100 failed (NIECONN_REFUSED)
    [icxxconn_mt.c 2738]
    [Thr 2058] *** ERROR => IcmConnClientRqCreate() failed (rc=-8)
    [icrxx_mt.c 5100]
    [Thr 2058] *** ERROR => Could not connect to SAP Message Server at
    10.1.10.56. URL=/msgserver/text/logon?version=1.2 [icrxx_mt.c 2459]
    [Thr 2058] *** ERROR => rc=-1, HTTP response code: 0 [icrxx_mt.c 2460][Thr 2058] *** ERROR => see also OSS note 552286 [icrxx_mt.c 2461]
    ==========================================================================
    SAPWEBDISPATCHER VERSION DETAILS:
    ==========================================================================
    wd011:wpiadm 73> sapwebdisp -v
    SAP Web Dispatcher Version 7.00.10, multithreaded, ASCII, 64 BIT
    kernel information
    system name =
    kernel release = 700
    database library =
    compiled on = AIX 2 5 005DD9CD4C00
    compile time = May 19 2007 01:59:47
    update level = 0
    patch number = 110
    source id = 0.111
    supported environment
    operating system
    AIX 1 5
    AIX 2 5
    AIX 3 5
    =============================================================================
    TEST OUTPUT
    ==========================================================================
    wd011:wpiadm 71> sapwebdisp -bootstrap
    SAP Web Dispatcher Bootstrap
    ============================
    This bootstrap will perform the following steps:
    1. create profile file "sapwebdisp.pfl"for SAP Web Dispatcher (if not
    already existing)
    2. create user for web based administration in file "icmauth.txt"(if notalready exisiting)
    3. start SAP Web Dispatcher with the created profile
    After the bootstrap you can use the web based administration
    Generating Profile "sapwebdisp.pfl"
    Hostname of Message Server (rdisp/mshost): 10.1.10.56
    HTTP Port of Message Server (ms/http_port): 8100
    Checking connection to message server...
    ERROR: Connection to message server failed: NIECONN_REFUSED
    Do you want to continue with these settings? no
    ==========================================================================
    BACK-END APPLICATION MESSAGE SERVER DETAILS: SID: PPI [PI/XI]
    ==========================================================================
    icm/server_port_0 PROT=HTTP,PORT=80$$
    ms/server_port_0 PROT=HTTP,PORT=81$$
    trc file: "dev_ms", trc level: 1, release: "700"
    [Thr 1] Thu Jan 3 15:31:05 2008
    [Thr 1] WLM Tag 'PPI/MSG' successfully set for this process
    [Thr 1] MsSSetTrcLog: trc logging active, max size = 20971520 bytes
    systemid 324 (IBM RS/6000 with AIX)
    relno 7000
    patchlevel 0
    patchno 110
    intno 20050900
    make: multithreaded, Unicode, 64 bit, optimized
    pid 2519162
    [Thr 1] ***LOG Q01=> MsSInit, MSStart (Msg Server 1 2519162)
    [msxxserv_mt. 1824]
    [Thr 1] SigISetDefaultAction : default handling for signal 20
    [Thr 1] load acl file = /usr/sap/PPI/SYS/global/ms_acl_info
    [Thr 1] MsGetOwnIpAddr: my host addresses are :
    [Thr 1] 1 : [10.1.10.56] pi100 (HOSTNAME)
    [Thr 1] 2 : [127.0.0.1] loopback (LOCALHOST)
    [Thr 1] 3 : [10.1.99.4] pi100v (NILIST)
    [Thr 1] MsHttpInit: full qualified hostname = pi100
    [Thr 1] HTTP logging is switch off
    [Thr 1] set HTTP state to LISTEN
    [Thr 1] ms/icf_info_server : deleted
    [Thr 1] *** I listen to port sapmsPPI (3600) ***
    [Thr 1] *** I listen to internal port 3900 (3900) ***
    [Thr 1] *** HTTP port 8100 state LISTEN ***
    [Thr 1] CUSTOMER KEY: >R1306811094<
    [Thr 1] Thu Jan 3 15:31:28 2008
    [Thr 1] MsHttpReadUrl2: H-1 url = /sap/public/icf_info/urlprefix (403
    Forbidden)
    [Thr 1] MsHttpReadUrl2: H-1 url = /sap/public/icf_info/logon_groups (403
    Forbidden)
    ======================+++++++++++++++++++++++++++==============================
    Please find the attached file for a better understanding of the trace file.
    A quick action on this would be much appreciated.
    Please let me know for any information required.
    Thank you.
    Regards,
    ~sagar

    Vipin,
    I don't have access to our firewall myself to confirm what ports and services we opened (I worked with our Network Operations team to get this done), but if I recall correctly, it was pretty limited, just http and https over tcp ports 80, 443, 8100, and 8101.  Probably could even restrict that to just https over 443 and 8101.  However, from your configuration, you don't yet have your web dispatcher configured to talk to your message server over https, only http.  I would recommend that you get the web dispatched completely configured and working in as close to your final desired configuration as possible while keeping it inside your firewall, not your dmz.  Then move it to the dmz and see what breaks, and that way you know it's just the firewall that needs configuration at that point.
    To configure the SSL termination, the following are the parameters required and the way that I configured them in our scenario (which terminates incoming SSL requests and re-encrypts them when sending them on to the backend, and also uses SSL for message server communication):
    rdisp/mshost = mshost.domain.org
    ms/https_port = 8101
    wdisp/server_info_protocol = https
    wdisp/group_info_protocol = https
    wdisp/url_map_protocol = https
    icm/server_port_1 = PROT=HTTPS,PORT=443,TIMEOUT=30,PROCTIMEOUT=600
    icm/server_port_2 = PROT=HTTPS,PORT=8101,TIMEOUT=30,PROCTIMEOUT=600
    icm/host_name_full = wdhost.domain.org     (note, use the externally visible name as registered on your SSL certificate for web dispatcher here; does not need to match the actual machine hostname, but must be resolvable in external DNS)
    icm/HTTP/admin_0 = PREFIX=/sap/admin,DOCROOT=\usr\sap\RW1\W00\data\icmanroot/admin,AUTHFILE=\usr\sap\RW1\SYS\global\security\data\icmauth.txt,PORT=8101
    ssl/ssl_lib = $(DIR_EXECUTABLE)\sapcrypto.dll
    ssl/server_pse = $(DIR_INSTANCE)\sec\SAPSSLS.pse
    ssl/client_pse = $(DIR_INSTANCE)\sec\SAPSSLC.pse
    wdisp/ssl_encrypt = 2
    wdisp/ssl_auth = 1
    is/HTTP/show_detailed_errors = FALSE
    wdisp/permission_table = $(DIR_INSTANCE)\sec\ptab
    On the backend host I have the following parameters:
    sec/libsapsecu = \usr\sap\RP1\DVEBMGS00\exe\sapcrypto.dll
    ssl/ssfapi_lib = \usr\sap\RP1\DVEBMGS00\exe\sapcrypto.dll
    ssl/ssl_lib = \usr\sap\RP1\DVEBMGS00\exe\sapcrypto.dll
    ssf/name = SAPSECULIB
    icm/server_port_2 = PROT=HTTPS,PORT=443,PROCTIMEOUT=-1
    ms/server_port_1 = PROT=HTTPS,PORT=8101
    Naturally, a server certificate is configured on the backend that the web dispatcher trusts (it can be an internally generated certificate; the outside public just needs to trust the web dispatcher's certificate, so that one should come from a recognized CA).  Port 8101 is NOT open from the outside, just from the dmz and only to/from the web dispatcher host (this does allow me to use the webadmin interface from the inside).  The https service also has to be activated on the backend in SMICM.
    There's good advice about security setup for the web dispatcher in Note 870127, and troubleshooting advice in the Note mentioned in your tracefile output, 552286.  Fairly complete documentation is in the online help at http://help.sap.com/saphelp_nw70/helpdata/en/de/89023c59698908e10000000a11402f/frameset.htm.  Note 538405 is also good, more for performance configuration than security.
    I hope you find this helpful.
    --Matt

  • Updated to ios 7 cannot get mail the connection server failed

    I updated to ios 7 yesterday and today I keep getting "cannot get mail the connection server failed". Also the safari gets stuck or takes awhile to load the page

    Was there ever a response/solution to this? There's plenty of occasions where this seems to have happened but this thread is exactly what's happening to me. I am currently in Spain and trying to use Yahoo mail.
    My mail is updating occasionally but if i try to force an update i get "cannot get mail...the connection to the server failed". Also if i try to send and email i get "a copy has been placed in your outbox....the connection to the outgoing server apple.smtp.mail.yahoo.com failed...additional servers can....."
    I checked my mail settings and the defined server isn't prefixed with "apple".

  • JNDI Connections Hang Under Load.  Is this a bug ??

    Hi
    We are using Oracle application server and the Oracle Directory Server. I have a simple servlet making JNDI calls to fetch an attribute, under load JNDI calls are hanging creating a large back log of threads that won't go away till the application server crashes. We are using the Sun Hotspot VM 1.3 on Solaris.
    I noticed on this forum that several other people have had this problem. Is this jndi limitation or bug ? Is there a known fix for the problem ? It looks like under load even though directory server is up and running alright, serveral JNDI threads hang waiting on a monitor.
    thanks in advance
    Raghu ..

    Hi Raghu,
    I'm interested in this issue. I wanted to know a few things
    1. Are you using a pool of servlet instances or a single instance for all requests.
    2.In your servlet are you directly calling the jndi lookup, if so can u pl.provide a snap shot code of that.
    3.What is the load, at which your application getting failed.
    4.Have you implemented any thread safe mechanisms like implementing SingleThreadModel, or using synchronized service method(which actually should not be done)....
    let me know the above details,,
    Thanks

Maybe you are looking for

  • Multiple Queue connections

    We have a set of code that is accessing a standard JMS Queue. I now need to add the capability to read an additional queue, residing on the same server, same connection factory. Can I just call it directly, or do I need to completely re-do the code t

  • How to insert a picture into a table extracting from another table in a for

    i have a form in which i have a image item though which i am saving a picture of datatype of long row or blob.This is working properly. But when i am saving this picture from screen into another table having same field name and same datatype, its not

  • Purchase Requisition creation

    Hai Experts, I am trying to create Purchase requisition using BAPI BAPI_PR_CREATE. I have passed Header, Item,Account data and corresponding Headerx.......structures to my BAPI and when i am running my Bapi it is throughing error....."Enter Cost Cent

  • Post Good Receipt without serial number

    Dear Expert, My client use serial number management for good movement. But they have requirement to set serial number as blank when they perform GR non stock (GR for PO with account assignment) while serial number still mandatory for GR stock (GR for

  • Reversing Picking at Line Item level

    Hello everyone In our system we have implemented ECC 6.0 with SD, WM Now when a Delivery Document is created from the Sales Order, auto picking is performed during the Delivery is saved. Thus a WM TO is automatically created when a Delivery Document