Web service hangs without any errors and exceptions

hi all,
We have a ejb application web service that is binded with shedular bc to trigger for every 2 hours
and it runs for one and half hours making continous transactions with database..
In the web service a outer for loop will be iterated by fetching list of data from database. And this list will be iterated in the inner for loop.
This logic works fine for sometime, but suddenly after some random period of time without any errors and exceptions the outer for loop gets no list from database
and the inner for loop is never executed and the web service completes processing.
This i can able to see form my log files.
i dont understand why the list is not fetched from the database, is the problem with hibernate or it lost the connection with database,
either case it has to throw exception but the service is not.
otherwise does this is garbage collector issue.
Thanks in advance,
Bye

Without any code to see what's going on we'd be flying blind trying to answer this one.

Similar Messages

  • Propagation Queue hanged without any error.

    Hi All,
    We have bi-directional replication using streams on 10g database.Last night propagation process hanged without any error in any of the queue.
    We tried to restart it but propagation queue didnt stop.It just went into infinite loop.
    Finally we have to kill the session.Then we restarted the database and everything worked fine.
    Just curious what happened there is no error so far neither in the queue nor in alert log/trace files.
    Please help!!!
    Thanks for all your help!!!
    Kind Regards
    Rahul

    There is insufficient information here to help you.
    If you have not patched to 10.2.0.4 that might be something to put on your radar sooner rather than later.

  • OBIEE 11.1.1.6 installation hangs without any error or warning

    Hi all,
    I'm trying to install OBIEE 11.1.1.6 on a previous 11.1.1.5 installation, on Windows Server 2003 Enterprise Edition. I followed the instructions on the "Oracle® Fusion Middleware Upgrade Guide for Oracle Business Intelligence 11g Release 1 (11.1.1)" manual, "Moving from 11.1.1.3 or 11.1.1.5 to 11.1.1.6" paragraph.
    All checks give positive result but then installation hangs without any error or warning. I tried 3 times with the same behaviour.
    Any suggestion? Anyone having similar problems?
    Thanks in advance,
    Cristina

    The only error I get (in the Windows application event viewer) is:
    [nQSError: 12002] Socket communication error at call=recv: (Number=10054) An existing connection was forcibly closed by the remote host
    Any suggestion?
    Thanks,
    Cristina

  • WL510 startup hangs without any error messages.

    I have installed WebLogic 510 on a Sun Sparc with Solaris 5.7
    following WebLogic installation guide(which I have used to
    successfully install other similar machines). We are using
    JDK 1.2.2_06(with the three necessary OS patches installed).
    When I try to start WebLogic from command line(see below)
    using script, it just hangs and sits there without giving any
    error messages. Is there anything obvious that I have missed?
    Thanks, Jim
    Command line I used to start WebLogic server
    (all in one line of course):
    /usr/java1.2/bin/java
    -native
    -ms64m -mx64m
    -classpath ./classes/boot:
    ./eval/cloudscape/lib/cloudscape.jar
    -Dweblogic.class.path=./license:
    ./classes:
    ./lib/weblogicaux.jar:
    ./myserver/serverclasses:
    /opt/oracle8/product/8.1.6/jdbc/lib/classes12.zip:
    /usr/local/j2sdkee1.2.1/lib/j2ee.jar
    -Dweblogic.home=.
    -Djava.security.manager
    -Djava.security.policy==/opt/weblogic/weblogic.policy
    weblogic.Server

    I think I've got a newer WebLogicLicense.xml format, i.e.
    version 6.0(it starts with:
    <?xml version="1.0"?>
    <bea-licenses>
    <license-group format="1.0" product="WebLogic Server" release="*">
    <license
    component="WebLogic"
    Is there a way to convert it back to 5.1.0
    format(so that it starts with:
    <!-- Keys for version 4.0 and later -->
    <WEBLOGIC-LICENSES>
    <LICENSE PRODUCT="WebLogic"
    Kumar Allamraju <[email protected]> wrote:
    That thread doesn't appear to be hanging. It's in Running
    state.
    Also have you tried to ping the server? Does WLS responds
    to ping commands?
    Jim Lee wrote:
    Here is the thread dump for the "main" thread:
    "main" (TID:0x3a3d0, sys_thread_t:0x3a308, state:R,thread_t: t@1,
    threadID:0x25
    118, stack_bottom:0xffbf0000, stack_size:0x20000) prio=5
    [1] weblogic.xml.license.BaseParser.sendCharacters(BaseParser.java:119)
    [2] weblogic.xml.license.WEBLOGICLICENSESParser.parse(WEBLOGICLICENSESParser.jav
    a:59)
    [3] weblogic.xml.license.BaseParser.parse(BaseParser.java:81)
    [4] weblogic.common.internal.LicenseInfo.loadXML(LicenseInfo.java:131)
    [5] weblogic.common.internal.ServerUtil.initLogging(ServerUtil.java:112)
    [6] weblogic.common.internal.ServerUtil.initLogging(ServerUtil.java:82)
    [7] weblogic.common.internal.ServerUtil.<clinit>(ServerUtil.java:75)
    [8] weblogic.t3.srvr.T3Srvr.checkAccess(T3Srvr.java:883)
    [9] weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:822)
    [10] java.lang.reflect.Method.invoke(Native Method)
    [11] weblogic.Server.startServerDynamically(Server.java:99)
    [12] weblogic.Server.main(Server.java:65)
    [13] weblogic.Server.main(Server.java:55)
    Kumar Allamraju <[email protected]> wrote:
    How do you know WLS was hanging?
    Did you tried to ping the server? Take a thread dump
    and
    post it here
    Jim Lee wrote:
    I have installed WebLogic 510 on a Sun Sparc with
    Solaris
    5.7
    following WebLogic installation guide(which I have
    used
    to
    successfully install other similar machines). We
    are
    using
    JDK 1.2.2_06(with the three necessary OS patches
    installed).
    When I try to start WebLogic from command line(seebelow)
    using script, it just hangs and sits there withoutgiving
    any
    error messages. Is there anything obvious that I
    have
    missed?
    Thanks, Jim
    Command line I used to start WebLogic server
    (all in one line of course):
    /usr/java1.2/bin/java
    -native
    -ms64m -mx64m
    -classpath ./classes/boot:
    /eval/cloudscape/lib/cloudscape.jar
    -Dweblogic.class.path=./license:
    /classes:
    /lib/weblogicaux.jar:
    /myserver/serverclasses:
    /opt/oracle8/product/8.1.6/jdbc/lib/classes12.zip:
    /usr/local/j2sdkee1.2.1/lib/j2ee.jar
    -Dweblogic.home=.
    -Djava.security.manager
    -Djava.security.policy==/opt/weblogic/weblogic.policy
    weblogic.Server

  • Problem with uploading files to SharePoint 2013 in cloud using web services. Keep getting error message and don't know why.

    Hello everyone. I am having trouble writing a utility that uses SharePoint web services to upload a file and metatag it. It keeps throwing the following error message:
    "The request failed with the error message: -- <html><head><title>Object moved</title></head><body> <h2>Object moved to <a href="/_forms/default.aspx?ReturnUrl=%2fsites%2fgk%2f_vti_bin%2fcopy.asmx">here</a>.</h2>
    </body></html> --."
    Not sure why. I pass the file that I am going to upload to the subroutine and it is suppose to upload it to the appropriate library. I have burned several days on this problem and I am not sure what is going on. I would appreciate anyone that can point me in
    the right direction. Below is the subroutine that I have that is causing the problem. Obviously, I have stripped the name from the example.
    Thanks
    Mike
    ******** <Begin snip of code> **********************
    Public Shared Sub CreateNewDocumentWithCopyService(ByVal fileName As String)
    Dim c As New copyservice.Copy
    c.PreAuthenticate = True
    c.Credentials = New System.Net.NetworkCredential("[email protected]", "mypassword")
    c.Url = "https://x.sharepoint.com/sites/gk/_vti_bin/copy.asmx"
    Dim myBinary As Byte() = System.IO.File.ReadAllBytes(fileName)
    Dim destination As String = "https://x.sharepoint.com/sites/gk/Gatekeeper%20Reference/" & System.IO.Path.GetFileName(fileName)
    Dim destinationUrl As String() = {destination}
    Dim info1 As New copyservice.FieldInformation
    info1.DisplayName = "Title"
    info1.InternalName = "Title"
    info1.Type = copyservice.FieldType.Text
    info1.Value = "new title"
    Dim info2 As New copyservice.FieldInformation
    info2.DisplayName = "Modified By"
    info2.InternalName = "Editor"
    info2.Type = copyservice.FieldType.User
    info2.Value = "-1;#servername\\testmoss"
    Dim info As copyservice.FieldInformation() = {info1, info2}
    Dim resultTest As New copyservice.CopyResult
    Dim result As copyservice.CopyResult() = {resultTest}
    Try
    ' When creating new content use the same URL in the SourceURI as in the Destination URL argument
    c.CopyIntoItems(destination, destinationUrl, info, myBinary, result)
    Catch ex As Exception
    MsgBox(ex.Message)
    End Try
    End Sub
    ******** <End snip of code> **********************

    Hi,
    If you want to upload a file to a library in SharePoint 2013 online, I suggest you use Client Object Model or REST API.
    The code snippets in the two threads below will be helpful:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/deac7cb7-c677-47b0-acdc-c56b32dfaac8/uploading-bigger-files-using-csom
    http://stackoverflow.com/questions/17057074/how-to-download-upload-files-from-to-sharepoint-2013-using-csom
    Uploading Files Using the REST API
    http://blogs.msdn.com/b/uksharepoint/archive/2013/04/20/uploading-files-using-the-rest-api-and-client-side-techniques.aspx
    You can handle the authentication with
    SharePointOnlineCredentials object:
    http://www.vrdmn.com/2013/01/authenticating-net-client-object-model.html
    Best regards
    Patrick Liang
    TechNet Community Support

  • I bought a used PowerMacPC G5. I can burn and read DVDs, but I can't read or burn CDs. The CDs are not even recognized. After the drive searches for a while, the CD is ejected without any error messages. The CDs work okay on my iMac.

    I bought a used PowerMacPC G5. I can burn and read DVDs, but I can't read or burn CDs. The CDs are not even recognized. After the drive searches for a while, the CD is ejected without any error messages. The CDs work okay on my iMac.
    I am running Mac OSX 10.4.11. According to the System profiler the CD/DVD drive is a "PioneerDVD-RWDVR-112D." When I compare the information under this heading, the only unusual difference from my iMac is that the G5 reads "Burn Support: Yes (Unsupported)." My iMac reads "Burn Support: Yes (Apple Shipping Drive)."
    Under the System Preferences the options are set to "Ask what to do" when a blank CD or DVD is inserted. Music CD set to open iTunes, Picture CD set to open iPhoto, Video DVD set to open DVD player.
    Do you have any suggestions?
    Thanks, Jack

    Hi Jack, great help so far!
    Internal...
    http://eshop.macsales.com/static_pages/Framework.cfm?page=superdrive/sdl_powerma c_g5.html
    External be sure it's Firewire & not Bus powered...
    http://eshop.macsales.com/shop/firewire/optical-drives/

  • SCEP Service started without any malware protection engine; AV signatures out of date; AS signatures out of date

    Our new pooled VDI collection reports the following errors in SCCM 2012 R2 regarding SCEP:
    Service started without any malware protection engine; AV signatures out of date; AS signatures out of date
    The Windows Update service is disabled and it is by design when we create a new collection, althought the service is enabled on the master template.
    SCEP is not up-to-date, real-time protection is off, and this is causing us compliances issues.
    Any ideas?

    Hi,
    How do you set the SCEP to get definition updates?
    The following blog might help.
    http://gerryhampsoncm.blogspot.com/2013/08/config-mgr-2012-endpoint-protection_4240.html
    (Note: Microsoft provides third-party contact information to help you find technical support. This contact
    information may change without notice. Microsoft does not guarantee the accuracy of this third-party contact information.)
    Best Regards,
    Joyce
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Weird error without any error message

    I've been working on some actionscript 3 system. And all of a
    sudden, it wouldn't execute anymore. When I pushed CTRL-Enter in
    Flash CS3, a white screen would open up (instead of the normal
    flash program) and no trace-output would be given.
    Three hours later I found the cause of this weird problem.
    It's (simplified) the line:
    var value:Number = -(true ? 1 : 0); // This one doesn't work.
    Put this line in your script, and your entire program won't
    execute. And without any error message! I was wondering, why is
    that? By the way, the following lines do work:
    var a:Number = -(2*3+4); // Gives -10.
    var b:Number = (true ? 1 : 0); // Gives 1.
    var c:Number = -b; // Gives -1.
    var d:Number = 0-(true ? 1 : 0); // Gives -1.
    var e:Number = -((true ? 1 : -1) as Number);
    So, my guess is that the code (true ? 1 : 0) gives some sort
    of data type which is not a Number, and therefore doesn't except
    minus signs. But that wouldn't explain why it doesn't even give an
    error. So what IS wrong with it?

    ok - well if these numbers are used to begin the execution of
    a method in your file, it's likely that they are not firing up
    because the syntax here is incorrect. in order to use this type of
    conditional operator (which i do use quite often as well, handy
    convenient ;) the structure should be:
    var value:Number = (condition) ? 1 : 0;
    'true' is not a 'condition' but a boolean result, so it
    should not be evaluated in the way have been using it here -
    however 'true' is 'true' so the result will always be 1 (the first
    expression in the operator) - i'm not certain why you would need a
    -0 result and if you are always wanting a 'negative' number then
    use that number in the return expression, as in:
    var value:Number = (condition) ? -1 : 0;

  • GRUB loads but get thrown into rescue shell without any errors

    I forgot to read the news before I did an upgrade for the first time in a long time and borked my system because of the filesystem update.
    Used to get Arch news by mail with a RSS forwarder, but the service I used shut down and I forgot to sign up for another one.
    Used chroot and it seems like I fixed the filesystem and bash packages with all the related symlinks, and I did mkinitcpio -p linux and got no errors.
    However when I boot I get directly thrown into GRUB rescue shell without any errors. Tried to reinstall GRUB but didn't change anything.
    Read GRUB - GRUB UEFI drops to shell, but I still have a grub.cfg. I believe I just have a pretty standard GRUB2 installation, however I'm not really since it's a long time since I installed it and it was a lot of back and forth because I tried a lot of combinations of GPT/MBR and GRUB/Syslinux since my HP ProBook 6460b laptop has UEFI. If more information is needed about my current GRUB install please do ask, chroot is working just fine.
    My system is updated and I'm using systemd.
    What should I do to fix my boot/GRUB?
    Also, I'm not sure if it's relevant, but when I try to run a Lubuntu LiveCD (same arch as my Arch install) it fallbacks to BusyBox with the error "unable to find a medium containing a live file system".
    It's still a fully working TTY so I haven't bothered to research further why. Maybe just a corrupt usb memory drive (setup).
    Last edited by Occi (2013-08-10 17:40:59)

    unilx wrote:You can manually create a grub.cfg file, the wiki has a detailed section on this, just Google: "arch linux manually creating grub.cfg"
    This might be the fix, but I'm not sure what I did that could've changed it. Anyway, I'm tired of having to use time maintaning my system just for a simple update and switching to Debian testing. Learning alot playing around with Arch, but the last half year or so have just felt like a big hazzle with all the (in my opinion) unecessary changes and distancing from it's BSD-like roots and KISS (systemd and all that jazz).

  • RunInstaller hang without apparently errors

    The runInstaller hang without apparently error (nothing in the installActions.log, .err and .out)
    We originally install 8.1.7.0 64bits on a Sparc 5.8 64 bits without problem, after this, we apply patch 8.1.7.4.1.
    Now are necessary installing interMedia software from CD 8.1.7.0 but the runInstaller from CD or in the Sparc hang without errors.
    Please, any help will be appreciated!
    Any way to trace runInstaller or to find the cause of the hang...
    Thanks,
    Diego L.
    [email protected]

    We found a workaround, but not satisfy.
    We make a "truss -f -o /tmp/intaller.truss -p &lt;pid&gt;" for the runInstaller process and when it hang, we abort the truss "Ctrl+C" and run it again.
    This method "pick up" the runInstaller and the installation continue for some minutes, when the runInstaller hang again we repeat the process (abort the truss and run it again) until the end of installation. :(
    We see the truss output and appreciate the same patron when the runInstaller hang... always after a SIGNAL 14 (timeout).
    Thanks!
    Any help will be apreciated.
    [email protected]

  • I continue to get crashes from my Mac Laptop Maverick. I was running Snow leopard without any hassles and have now upgraded to Maverick.

    I continue to get crashes from my Mac Laptop Maverick. I was running Snow leopard without any hassles and have now upgraded to Maverick. I get continued crashes, on start up or if I am running a program like GoPro to edit video or Firefox. What to do?

    I have a fair few more, but all similar. about 35 more!!
    Panic (system crashes) log:
      Source:    /Library/Logs/DiagnosticReports/Kernel_2013-12-21-053633_Shauns-MacBook-Pro.pan ic
      Size:    10 KB (9,960 bytes)
      Last Modified:    22/12/2013 9:34 am
      Recent Contents:    Anonymous UUID:       860F2C41-CF11-4C8B-FCD5-3C62C2E31BE0
    Sat Dec 21 05:36:33 2013
    panic(cpu 2 caller 0xffffff7f9a757fac): "GPU Panic: [<None>] 3 3 7f 0 0 0 0 3 : NVRM[0/1:0:0]: Read Error 0x00610210: CFG 0xffffffff 0xffffffff 0xffffffff, BAR0 0xd2000000 0xffffff812c2ee000 0x0a5480a2, D0, P3/4\n"@/SourceCache/AppleGraphicsControl/AppleGraphicsControl-3.4.12/src/Apple MuxControl/kext/GPUPanic.cpp:127
    Backtrace (CPU 2), Frame : Return Address
    0xffffff80255230b0 : 0xffffff8018422f69
    0xffffff8025523130 : 0xffffff7f9a757fac
    0xffffff8025523200 : 0xffffff7f98e1c53d
    0xffffff80255232c0 : 0xffffff7f98ee8d9e
    0xffffff8025523300 : 0xffffff7f990a38e5
    0xffffff8025523330 : 0xffffff7f990a4695
    0xffffff8025523370 : 0xffffff7f98dfcb9a
    0xffffff8025523490 : 0xffffff7f98dfd5a4
    0xffffff8025523520 : 0xffffff7f98dfa808
    0xffffff8025523560 : 0xffffff7f98dfa785
    0xffffff8025523600 : 0xffffff7f98e20c4c
    0xffffff8025523800 : 0xffffff7f98e21af6
    0xffffff80255238e0 : 0xffffff7f99d8dba2
    0xffffff8025523920 : 0xffffff7f99d9d55f
    0xffffff8025523940 : 0xffffff7f99dcb51b
    0xffffff8025523980 : 0xffffff7f99dcb57b
    0xffffff80255239c0 : 0xffffff7f99da2ff5
    0xffffff8025523a10 : 0xffffff7f99d6ed3e
    0xffffff8025523aa0 : 0xffffff7f99d6acc7
    0xffffff8025523ad0 : 0xffffff7f99d68816
    0xffffff8025523b00 : 0xffffff80188cb873
    0xffffff8025523b90 : 0xffffff80188cd76f
    0xffffff8025523bf0 : 0xffffff80188cb28f
    0xffffff8025523d40 : 0xffffff80184b6008
    0xffffff8025523e50 : 0xffffff8018426bb1
    0xffffff8025523e80 : 0xffffff80184139b5
    0xffffff8025523ef0 : 0xffffff801841e003
    0xffffff8025523f70 : 0xffffff80184c921d
    0xffffff8025523fb0 : 0xffffff80184f3e26
          Kernel Extensions in backtrace:
             com.apple.driver.AppleMuxControl(3.4.12)[A4934A66-0E30-36E9-984A-650481102449]@ 0xffffff7f9a74a000->0xffffff7f9a75cfff
                dependency: com.apple.driver.AppleGraphicsControl(3.4.12)[661E3C87-5B97-3272-88FF-B9BA9B6E2 4ED]@0xffffff7f9a742000
                dependency: com.apple.iokit.IOACPIFamily(1.4)[045D5D6F-AD1E-36DB-A249-A346E2B48E54]@0xfffff f7f98d24000
                dependency: com.apple.iokit.IOPCIFamily(2.8)[447B4896-16FF-3616-95A2-1C516B2A1498]@0xffffff 7f98aba000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.6)[38E388A5-92D6-3388-B799-F2498E582287]@0 xffffff7f98d78000
                dependency: com.apple.driver.AppleBacklightExpert(1.0.4)[E04639C5-D734-3AB3-A682-FE66694C66 53]@0xffffff7f9a745000
             com.apple.nvidia.classic.NVDAResmanTesla(8.1.8)[0A1B6F41-168D-307A-BABD-162F3B3 C2786]@0xffffff7f98dcb000->0xffffff7f9903afff
                dependency: com.apple.iokit.IOPCIFamily(2.8)[447B4896-16FF-3616-95A2-1C516B2A1498]@0xffffff 7f98aba000
                dependency: com.apple.iokit.IONDRVSupport(2.3.6)[86BA68C6-18DD-30A1-ABF6-54597AD6C277]@0xff ffff7f98dbb000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.6)[38E388A5-92D6-3388-B799-F2498E582287]@0 xffffff7f98d78000
             com.apple.nvidia.classic.NVDANV50HalTesla(8.1.8)[3666E0FC-87C7-3329-BD8C-2F1ADE D100A4]@0xffffff7f99045000->0xffffff7f992f1fff
                dependency: com.apple.nvidia.classic.NVDAResmanTesla(8.1.8)[0A1B6F41-168D-307A-BABD-162F3B3 C2786]@0xffffff7f98dcb000
                dependency: com.apple.iokit.IOPCIFamily(2.8)[447B4896-16FF-3616-95A2-1C516B2A1498]@0xffffff 7f98aba000
             com.apple.GeForceTesla(8.1.8)[7DAF283F-6FD3-3783-B3CC-D23964F1B9B8]@0xffffff7f9 9d4d000->0xffffff7f99e17fff
                dependency: com.apple.iokit.IOPCIFamily(2.8)[447B4896-16FF-3616-95A2-1C516B2A1498]@0xffffff 7f98aba000
                dependency: com.apple.iokit.IONDRVSupport(2.3.6)[86BA68C6-18DD-30A1-ABF6-54597AD6C277]@0xff ffff7f98dbb000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.6)[38E388A5-92D6-3388-B799-F2498E582287]@0 xffffff7f98d78000
                dependency: com.apple.nvidia.classic.NVDAResmanTesla(8.1.8)[0A1B6F41-168D-307A-BABD-162F3B3 C2786]@0xffffff7f98dcb000
    BSD process name corresponding to current thread: WindowServer
    Mac OS version:
    13B42
    Kernel version:
    Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64
    Kernel UUID: 1D9369E3-D0A5-31B6-8D16-BFFBBB390393
    Kernel slide:     0x0000000018200000
    Kernel text base: 0xffffff8018400000
    System model name: MacBookPro6,2 (Mac-F22586C8)
    System uptime in nanoseconds: 44018298777100
    last loaded kext at 920244055430: com.apple.driver.AppleUSBCDCECMData    4.2.1b2 (addr 0xffffff7f9a869000, size 28672)
    last unloaded kext at 1792757032294: com.apple.driver.AppleUSBCDC    4.2.1b2 (addr 0xffffff7f9a85a000, size 16384)
    loaded kexts:
    com.apple.driver.AudioAUUC    1.60
    com.apple.driver.AppleHWSensor    1.9.5d0
    com.apple.driver.AGPM    100.14.11
    com.apple.filesystems.autofs    3.0
    com.apple.driver.AppleMikeyHIDDriver    124
    com.apple.driver.AppleHDA    2.5.3fc1
    com.apple.iokit.IOUserEthernet    1.0.0d1
    com.apple.iokit.IOBluetoothSerialManager    4.2.0f6
    com.apple.driver.AppleMikeyDriver    2.5.3fc1
    com.apple.driver.ACPI_SMC_PlatformPlugin    1.0.0
    com.apple.driver.AppleLPC    1.7.0
    com.apple.GeForceTesla    8.1.8
    com.apple.Dont_Steal_Mac_OS_X    7.0.0
    com.apple.driver.AppleHWAccess    1
    com.apple.driver.AppleIntelHDGraphics    8.1.8
    com.apple.driver.AppleUpstreamUserClient    3.5.13
    com.apple.driver.SMCMotionSensor    3.0.4d1
    com.apple.driver.AppleMuxControl    3.4.12
    com.apple.driver.AppleMCCSControl    1.1.12
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport    4.2.0f6
    com.apple.driver.AppleSMCPDRC    1.0.0
    com.apple.driver.AppleSMCLMU    2.0.4d1
    com.apple.driver.AppleIntelHDGraphicsFB    8.1.8
    com.apple.driver.AppleUSBTCButtons    240.2
    com.apple.driver.AppleUSBTCKeyboard    240.2
    com.apple.driver.AppleIRController    325.7
    com.apple.driver.AppleUSBCardReader    3.3.5
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless    1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib    1.0.0d1
    com.apple.BootCache    35
    com.apple.iokit.SCSITaskUserClient    3.6.0
    com.apple.driver.XsanFilter    404
    com.apple.driver.AppleUSBHub    650.4.4
    com.apple.iokit.IOAHCIBlockStorage    2.4.0
    com.apple.driver.AirPort.Brcm4331    700.20.22
    com.apple.iokit.AppleBCM5701Ethernet    3.6.9b9
    com.apple.driver.AppleUSBEHCI    650.4.1
    com.apple.driver.AppleFWOHCI    4.9.9
    com.apple.driver.AppleAHCIPort    2.9.5
    com.apple.driver.AppleSmartBatteryManager    161.0.0
    com.apple.driver.AppleACPIButtons    2.0
    com.apple.driver.AppleRTC    2.0
    com.apple.driver.AppleHPET    1.8
    com.apple.driver.AppleSMBIOS    2.0
    com.apple.driver.AppleACPIEC    2.0
    com.apple.driver.AppleAPIC    1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient    216.0.0
    com.apple.nke.applicationfirewall    153
    com.apple.security.quarantine    3
    com.apple.driver.AppleIntelCPUPowerManagement    216.0.0
    com.apple.AppleGraphicsDeviceControl    3.4.12
    com.apple.kext.triggers    1.0
    com.apple.driver.DspFuncLib    2.5.3fc1
    com.apple.vecLib.kext    1.0.0
    com.apple.iokit.IOAudioFamily    1.9.4fc11
    com.apple.kext.OSvKernDSPLib    1.14
    com.apple.iokit.IOSurface    91
    com.apple.iokit.IOSerialFamily    10.0.7
    com.apple.iokit.IOBluetoothFamily    4.2.0f6
    com.apple.driver.IOPlatformPluginLegacy    1.0.0
    com.apple.nvidia.classic.NVDANV50HalTesla    8.1.8
    com.apple.iokit.IOFireWireIP    2.2.5
    com.apple.driver.AppleHDAController    2.5.3fc1
    com.apple.iokit.IOHDAFamily    2.5.3fc1
    com.apple.driver.AppleSMBusPCI    1.0.12d1
    com.apple.nvidia.classic.NVDAResmanTesla    8.1.8
    com.apple.driver.AppleGraphicsControl    3.4.12
    com.apple.driver.AppleBacklightExpert    1.0.4
    com.apple.iokit.IONDRVSupport    2.3.6
    com.apple.driver.AppleSMBusController    1.0.11d1
    com.apple.iokit.IOBluetoothHostControllerUSBTransport    4.2.0f6
    com.apple.driver.IOPlatformPluginFamily    5.5.1d27
    com.apple.driver.AppleSMC    3.1.6d1
    com.apple.iokit.IOGraphicsFamily    2.3.6
    com.apple.driver.AppleUSBMultitouch    240.6
    com.apple.iokit.IOUSBHIDDriver    650.4.4
    com.apple.iokit.IOSCSIBlockCommandsDevice    3.6.0
    com.apple.iokit.IOUSBMassStorageClass    3.6.0
    com.apple.driver.AppleUSBMergeNub    650.4.0
    com.apple.driver.AppleUSBComposite    650.4.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice    3.6.0
    com.apple.iokit.IOBDStorageFamily    1.7
    com.apple.iokit.IODVDStorageFamily    1.7.1
    com.apple.iokit.IOCDStorageFamily    1.7.1
    com.apple.iokit.IOUSBUserClient    650.4.4
    com.apple.iokit.IOAHCISerialATAPI    2.6.0
    com.apple.iokit.IOSCSIArchitectureModelFamily    3.6.0
    com.apple.iokit.IO80211Family    600.34
    com.apple.iokit.IOEthernetAVBController    1.0.3b3
    com.apple.driver.mDNSOffloadUserClient    1.0.1b4
    com.apple.iokit.IONetworkingFamily    3.2
    com.apple.iokit.IOUSBFamily    650.4.4
    com.apple.iokit.IOFireWireFamily    4.5.5
    com.apple.iokit.IOAHCIFamily    2.6.0
    com.apple.driver.AppleEFINVRAM    2.0
    com.apple.driver.AppleEFIRuntime    2.0
    com.apple.iokit.IOHIDFamily    2.0.0
    com.apple.iokit.IOSMBusFamily    1.1
    com.apple.security.sandbox    278.10
    com.apple.kext.AppleMatch    1.0.0d1
    com.apple.security.TMSafetyNet    7
    com.apple.driver.AppleKeyStore    2
    com.apple.driver.DiskImages    371.1
    com.apple.iokit.IOStorageFamily    1.9
    com.apple.iokit.IOReportFamily    21
    com.apple.driver.AppleFDEKeyStore    28.30
    com.apple.driver.AppleACPIPlatform    2.0
    com.apple.iokit.IOPCIFamily    2.8
    com.apple.iokit.IOACPIFamily    1.4
    com.apple.kec.corecrypto    1.0
    com.apple.kec.pthread    1
    System Profile:
    Model: MacBookPro6,2, BootROM MBP61.0057.B0F, 2 processors, Intel Core i5, 2.4 GHz, 8 GB, SMC 1.58f16
    Graphics: Intel HD Graphics, Intel HD Graphics, Built-In, 288 MB
    Graphics: NVIDIA GeForce GT 330M, NVIDIA GeForce GT 330M, PCIe, 256 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1067 MHz, 0x0198, 0x393930353432382D3032302E4130304C4620
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1067 MHz, 0x0198, 0x393930353432382D3032302E4130304C4620
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.106.98.100.22)
    Bluetooth: Version 4.2.0f6 12982, 3 services, 23 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: ST95005620AS, 500.11 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: Hub
    USB Device: IR Receiver
    USB Device: Built-in iSight
    USB Device: Hub
    USB Device: Internal Memory Card Reader
    USB Device: BRCM2070 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: Apple Internal Keyboard / Trackpad
    Thunderbolt Bus:

  • Informatica Web Services - Multiple Occurring Elements - PK and K

    I'm pretty sure that this is not the first error message in the session log; please check if there's any other message which precedes the message you've listed.If there are no accompanying messages, then please look in the Integration Service log whether you find any hints there.If that doesn't help either, I fear you will have to open a service request at Informatica Global Customer Support. Regards,Nico

    I have a web service that does address validation and provides a  suggestion list of addresses. I understand there will be a PK - FK  relationship in the SOAP response. I am currently getting the following  error: SDKS_38502    Plug-in #302600's target [o_Output::X_n4_Envelope:  Partition 1] failed in method [execute]. Is this a writer issue? If so,  what is the solution to fix it?  Thanks,Eric

  • AR Autoivoice fails without any error

    Autoivoice fails without any error, the lines remains in the Interface Lines. I do not get any exception or error, but the invoice is not created. After running Autoinvoce, Sales Order status is closed, so the problem is with the Autoinvoice..
    Any ideas of solving this problem? Thank you..

    It is completed, there is nothing in the log file but this Warning: some records remaining in ra_interface_lines..it looks as if it had completed normally, but the invoices are not created..there is no error shown..
    Could it be the problem the Accounting and Invoicing rules that are set to Monthly?
    Thank you.

  • PO Approval stuck in error without any Error message

    Hi All,
    we have few notifications for PO Approval where they are stuck in error without any error message. they are also not showing in the worklist of the approver nor in the wf_notifications table. please help on this on how to solve this. we have done various options to solve the issue like skip/rewind/suspend/retry. but none of them works..... below is an extract of such an notification -
    Error in Workflow POAPPRV/3112-127925
    From SYSADMIN
    To Das, SD
    Sent 12-Dec-2011 16:55:01
    Closed 12-Dec-2011 17:07:30
    ID 164593
    Responder Das, SD
    An Error occurred in the following Workflow.
    Item Type = POAPPRV
    Item Key = 3112-127925
    User Key =429766-245
    Error Name =
    Error Message =
    Error Stack =
    Activity Id = 10770
    Activity Label = ROOT:POAPPRV_TOP
    Result Code = #STUCK
    Notification Id =
    Assigned User =
    Thanks,
    Sam D
    Edited by: Sam D on 12 Dec, 2011 1:45 PM

    Please post the details of the application release, database version and OS.
    Can you find any errors in the Workflow log file?
    All Purchase Orders or Requisitions Getting Stuck in Pre-Approved or In Process Status - Troubleshooting Checklist [ID 1104843.1]
    Troubleshooting for Requisitions / Purchase Orders in Process or Pre-Approved Status [ID 225017.1]
    Also, search MOS for (POAPPRV stuck) and go through the docs.
    Thanks,
    Hussein

  • Weird : Database Hangs without any message in Alert File

    Hi
    We have production database 10.2.0 , in the last 3 days database database has to be restarted as it hangs without any information in the Alert File.
    No trace file is genrated at that time.
    Only SYS user Can LOGIN to the database.
    I had no other option but to restart
    Database is in NO ARCHIVE MODE
    There is Enough Space in Temporary Tablespace and all other tablespace.
    NO patches were applied to the database
    NO parameters has been modified
    When i check the CPU usage its normal.
    There is Enough Disk Space.
    This is procution and i apreciate Help.
    Thank You

    user6421665 wrote:
    Only SYS user Can LOGIN to the database.
    What is the OS ? Windows --> Did you check virus scan or some other process running during that time ?
    Unix / Linux --> Is sysadmin running a defrag on the disks or some other OS Utility ?
    Do you login as SYS from the server ? Can you login as any other user from the server ?
    Hang == Slow ?
    >
    This is procution and i apreciate Help.
    Production database in NOARCHIVE log mode... is interesting by itself, but that is not a question here.

Maybe you are looking for