Error while shutting down the OC4J Conatiner

I am always getting a time out error message when shutting down my OC4J container. I am using AS 10.1.2.0.0 on Linux x86 RedHat ES 4.4
Below is the error:
An error occurred while stopping "OC4J_APP_PR".
OC4J : OC4J_APP_PR - time out while waiting for a managed process to stop
For more information, look at the logs using the related link below.
Contents of log file
08/04/08 21:23:03 App-web: Closing Spring root WebApplicationContext
08/04/08 21:23:03 App-web: Error in servlet 'MainController' destroy()
java.lang.NullPointerException
at javax.servlet.GenericServlet.getServletContext(GenericServlet.java:205)
at javax.servlet.GenericServlet.log(GenericServlet.java:300)
at javax.servlet.GenericServlet.destroy(GenericServlet.java:122)
at com.evermind.server.http.ServletInstanceInfo.destroy(ServletInstanceInfo.java:116)
at com.evermind.server.http.HttpApplication.destroyServlets(HttpApplication.java:5869)
at com.evermind.server.http.HttpApplication.destroy(HttpApplication.java:5790)
at com.evermind.server.http.HttpSite.destroy(HttpSite.java:897)
at com.evermind.server.http.HttpServer.destroy(HttpServer.java:615)
at com.evermind.server.ApplicationServer.destroy(ApplicationServer.java:2093)
at com.evermind.server.ApplicationServerShutdownHandler.run(ApplicationServerShutdownHandler.java:39)
at java.lang.Thread.run(Thread.java:534)
08/04/08 21:23:03 App-web: Stopped
08/04/08 21:23:03 Stopped (Shutdown executed by jazn.com/admin from 127.0.0.1 (localhost))

And in the soa-diagnostic log i am getting the following exception
[2012-03-10T01:24:55.162-05:00] [tst_soa1] [ERROR] [] [oracle.soa.bpel.engine.cluster] [tid: ClusterNodeHeartbeat] [userId: <anonymous>] [ecid: f0166805c11697fc:312c7017:135faf7d4dc:-8000-0000000000000002,1:24871] [APP: soa-infra] Failed to execute heartbeat update[[
java.sql.SQLSyntaxErrorException: ORA-00936: missing expression
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:457)
     at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:405)
     at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:889)
     at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:476)
     at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:204)
     at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:540)
     at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedSta

Similar Messages

  • Error while shutting down the composite from EM

    Hello,
    I my SOA clustered environment, i have three composites deployed. Whenever i try to start/shut down one of the composite. It gives an error like this in EM
    There was an unrecoverable error - Member(Id=1, Timestamp=2012-03-09 23:58:14.24, Address=172.29.0.123:8088, MachineId=45435, Location=,machine:,process:10164, Role=WeblogicServer):java.lang.NullPointerException; Member(Id=2, Timestamp=2012-03-09 23:59:00.23, Address=:8088, MachineId=45433, Location=site:,machine:,process:25419, Role=WeblogicServer):java.lang.NullPointerException; . Your cluster may be in an inconsistent state.
    And in the SOA server logs i keep getting this error below
    ###<Mar 10, 2012 1:12:53 AM EST> <Info> <EJB> <tloia101.goaa.org> <tst_soa1> <ClusterNodeHeartbeat> <<anonymous>> <BEA1-5A1895E83BD671ED73EC> <f0166805c11697fc:312c7017:135faf7d4dc:-8000-0000000000000002> <1331359973645> <BEA-010227> <EJB Exception occurred during invocation from home or business: [email protected]4 threw exception: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.1.3.v20110304-r9073): org.eclipse.persistence.exceptions.DatabaseException
    Internal Exception: java.sql.SQLSyntaxErrorException: ORA-00936: missing expression
    Error Code: 936
    Call: SELECT wi.CLUSTER_NODE_KEY, wi.CIKEY, wi.NODE_ID, wi.SCOPE_ID, wi.COUNT_ID, ci.DOMAIN_NAME,ci. COMPONENT_NAME, ci.COMPOSITE_NAME, ci.COMPOSITE_REVISION, ci.COMPOSITE_LABEL, ci.PRIORITY, wi.EXP_DATE, cn.NODE_ID FROM WORK_ITEM wi INNER JOIN CUBE_INSTANCE ci ON wi.CIKEY = ci.CIKEY LEFT JOIN CLUSTER_NODE cn ON wi.CLUSTER_NODE_KEY = cn.NODE_ID WHERE AND ci.STATE <= 3 AND wi.STATE <= 3 AND wi.EXP_DATE is not null AND wi.EXP_FLAG = 0 AND cn.LAST_UPDATE < ? AND ci.COMPONENTTYPE = ?
    bind => [2012-03-10 00:57:52.826, bpel]
    Query: ResultSetMappingQuery(name="WorkItem.findExpirableForFailedNodes" sql="SELECT wi.CLUSTER_NODE_KEY, wi.CIKEY, wi.NODE_ID, wi.SCOPE_ID, wi.COUNT_ID, ci.DOMAIN_NAME,ci. COMPONENT_NAME, ci.COMPOSITE_NAME, ci.COMPOSITE_REVISION, ci.COMPOSITE_LABEL, ci.PRIORITY, wi.EXP_DATE, cn.NODE_ID FROM WORK_ITEM wi INNER JOIN CUBE_INSTANCE ci ON wi.CIKEY = ci.CIKEY LEFT JOIN CLUSTER_NODE cn ON wi.CLUSTER_NODE_KEY = cn.NODE_ID WHERE AND ci.STATE <= 3 AND wi.STATE <= 3 AND wi.EXP_DATE is not null AND wi.EXP_FLAG = 0 AND cn.LAST_UPDATE < ? AND ci.COMPONENTTYPE = ?")>
    Can someone please help me in resolving this issue?
    regards,
    Ram

    And in the soa-diagnostic log i am getting the following exception
    [2012-03-10T01:24:55.162-05:00] [tst_soa1] [ERROR] [] [oracle.soa.bpel.engine.cluster] [tid: ClusterNodeHeartbeat] [userId: <anonymous>] [ecid: f0166805c11697fc:312c7017:135faf7d4dc:-8000-0000000000000002,1:24871] [APP: soa-infra] Failed to execute heartbeat update[[
    java.sql.SQLSyntaxErrorException: ORA-00936: missing expression
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:457)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:405)
         at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:889)
         at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:476)
         at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:204)
         at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:540)
         at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedSta

  • FATAL ERROR WHILE SHUTTING DOWN

    I have been facing this issue since the time I bought my MacBook Pro.  Intermittently, while I try to shut down the laptop, I get a MACHINE RESTARTED BECAUSE OF A PROBLEM issue and I am faced with the following error report which is sent regularly to Apple.
    Interval Since Last Panic Report:  5868 sec
    Panics Since Last Report:          1
    Anonymous UUID:                    C9998F63-7860-E63E-3D37-F5936ED1A900
    Fri Jun 14 21:40:32 2013
    panic(cpu 0 caller 0xffffff800beb8655): Kernel trap at 0xffffff800beacef1, type 13=general protection, registers:
    CR0: 0x000000008001003b, CR2: 0x000000000005297c, CR3: 0x000000000e162000, CR4: 0x00000000001606e0
    RAX: 0xffffff800c4c1d40, RBX: 0xffffff801f3cf008, RCX: 0xffffff801d86f108, RDX: 0x0000000000000080
    RSP: 0xffffff80fc4fbdc8, RBP: 0xffffff80fc4fbe10, RSI: 0x00000000563af16c, RDI: 0xdeadbeefdeadbf07
    R8:  0x0000000000000000, R9:  0x0000000000000000, R10: 0x0000000000000000, R11: 0x0000000000000000
    R12: 0x0000000000000080, R13: 0xffffff801f3cf008, R14: 0xdeadbeefdeadbf07, R15: 0xdeadbeefdeadbeef
    RFL: 0x0000000000010002, RIP: 0xffffff800beacef1, CS:  0x0000000000000008, SS:  0x0000000000000000
    Fault CR2: 0x000000000005297c, Error code: 0x0000000000000000, Fault CPU: 0x0
    Backtrace (CPU 0), Frame : Return Address
    0xffffff80fc4fba60 : 0xffffff800be1d626
    0xffffff80fc4fbad0 : 0xffffff800beb8655
    0xffffff80fc4fbca0 : 0xffffff800bece17d
    0xffffff80fc4fbcc0 : 0xffffff800beacef1
    0xffffff80fc4fbe10 : 0xffffff800be33eba
    0xffffff80fc4fbe20 : 0xffffff800bf5c47a
    0xffffff80fc4fbe40 : 0xffffff800bf3ef34
    0xffffff80fc4fbf70 : 0xffffff800c16a51b
    0xffffff80fc4fbfb0 : 0xffffff800beb3137
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    12E55
    Kernel version:
    Darwin Kernel Version 12.4.0: Wed May  1 17:57:12 PDT 2013; root:xnu-2050.24.15~1/RELEASE_X86_64
    Kernel UUID: 896CB1E3-AB79-3DF1-B595-549DFFDF3D36
    Kernel slide:     0x000000000bc00000
    Kernel text base: 0xffffff800be00000
    System model name: MacBookPro9,2 (Mac-6F01561E16C75D06)
    System uptime in nanoseconds: 2187216346632
    last loaded kext at 37001270226: org.virtualbox.kext.VBoxNetAdp          4.2.12 (addr 0xffffff7f8dbad000, size 28672)
    last unloaded kext at 205915293859: com.apple.driver.AppleFileSystemDriver          3.0.1 (addr 0xffffff7f8d984000, size 8192)
    loaded kexts:
    org.virtualbox.kext.VBoxNetAdp          4.2.12
    org.virtualbox.kext.VBoxNetFlt          4.2.12
    org.virtualbox.kext.VBoxUSB          4.2.12
    org.virtualbox.kext.VBoxDrv          4.2.12
    com.vmware.kext.vmnet          3.0.0
    com.vmware.kext.vmioplug          3.0.0
    com.vmware.kext.vmci          3.0.0
    com.vmware.kext.vmx86          3.0.0
    com.apple.driver.AudioAUUC          1.60
    com.apple.iokit.IOBluetoothSerialManager          4.1.4f2
    com.apple.driver.X86PlatformShim          1.0.0
    com.apple.driver.AGPM          100.12.87
    com.apple.filesystems.autofs          3.0
    com.apple.driver.AppleMikeyHIDDriver          122
    com.apple.driver.AppleHDA          2.3.7fc4
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.driver.AppleSMCPDRC          1.0.0
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AppleMikeyDriver          2.3.7fc4
    com.apple.driver.AppleBacklight          170.2.5
    com.apple.driver.ApplePolicyControl          3.4.5
    com.apple.iokit.BroadcomBluetoothHCIControllerUSBTransport          4.1.4f2
    com.apple.driver.AppleUpstreamUserClient          3.5.10
    com.apple.driver.AppleMCCSControl          1.1.11
    com.apple.driver.AppleIntelHD4000Graphics          8.1.2
    com.apple.driver.AppleSMCLMU          2.0.3d0
    com.apple.driver.AppleLPC          1.6.0
    com.apple.driver.AppleIntelFramebufferCapri          8.1.2
    com.apple.driver.SMCMotionSensor          3.0.3d1
    com.apple.driver.AppleUSBTCButtons          237.1
    com.apple.driver.AppleIRController          320.15
    com.apple.driver.AppleUSBTCKeyboard          237.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          34
    com.apple.iokit.SCSITaskUserClient          3.5.5
    com.apple.driver.XsanFilter          404
    com.apple.iokit.IOAHCIBlockStorage          2.3.1
    com.apple.driver.AirPort.Brcm4331          615.20.17
    com.apple.driver.AppleAHCIPort          2.5.2
    com.apple.driver.AppleFWOHCI          4.9.6
    com.apple.driver.AppleSDXC          1.4.2
    com.apple.driver.AppleUSBHub          5.5.5
    com.apple.iokit.AppleBCM5701Ethernet          3.6.1b4
    com.apple.driver.AppleUSBXHCI          5.6.0
    com.apple.driver.AppleUSBEHCI          5.5.0
    com.apple.driver.AppleSmartBatteryManager          161.0.0
    com.apple.driver.AppleEFINVRAM          1.7
    com.apple.driver.AppleACPIButtons          1.7
    com.apple.driver.AppleRTC          1.5
    com.apple.driver.AppleHPET          1.8
    com.apple.driver.AppleSMBIOS          1.9
    com.apple.driver.AppleACPIEC          1.7
    com.apple.driver.AppleAPIC          1.6
    com.apple.driver.AppleIntelCPUPowerManagementClient          196.0.0
    com.apple.nke.applicationfirewall          4.0.39
    com.apple.security.quarantine          2.1
    com.apple.driver.AppleIntelCPUPowerManagement          196.0.0
    com.apple.iokit.IOSerialFamily          10.0.6
    com.apple.kext.triggers          1.0
    com.apple.driver.DspFuncLib          2.3.7fc4
    com.apple.iokit.IOAudioFamily          1.8.9fc11
    com.apple.kext.OSvKernDSPLib          1.6
    com.apple.iokit.IOSurface          86.0.4
    com.apple.driver.AppleHDAController          2.3.7fc4
    com.apple.iokit.IOHDAFamily          2.3.7fc4
    com.apple.iokit.IOBluetoothFamily          4.1.4f2
    com.apple.driver.X86PlatformPlugin          1.0.0
    com.apple.iokit.AppleBluetoothHCIControllerUSBTransport          4.1.4f2
    com.apple.driver.AppleSMBusController          1.0.11d0
    com.apple.driver.AppleGraphicsControl          3.4.5
    com.apple.driver.AppleBacklightExpert          1.0.4
    com.apple.iokit.IOAcceleratorFamily          74.5.1
    com.apple.iokit.IONDRVSupport          2.3.7
    com.apple.iokit.IOFireWireIP          2.2.5
    com.apple.driver.AppleSMBusPCI          1.0.11d0
    com.apple.driver.IOPlatformPluginFamily          5.3.0d51
    com.apple.iokit.IOGraphicsFamily          2.3.7
    com.apple.driver.AppleSMC          3.1.4d2
    com.apple.driver.AppleThunderboltDPInAdapter          1.8.9
    com.apple.driver.AppleThunderboltDPAdapterFamily          1.8.9
    com.apple.driver.AppleThunderboltPCIDownAdapter          1.2.6
    com.apple.driver.AppleUSBMultitouch          237.3
    com.apple.iokit.IOUSBHIDDriver          5.2.5
    com.apple.driver.AppleUSBMergeNub          5.5.5
    com.apple.driver.AppleUSBComposite          5.2.5
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          3.5.5
    com.apple.iokit.IOBDStorageFamily          1.7
    com.apple.iokit.IODVDStorageFamily          1.7.1
    com.apple.iokit.IOCDStorageFamily          1.7.1
    com.apple.iokit.IOAHCISerialATAPI          2.5.1
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.5.5
    com.apple.driver.AppleThunderboltNHI          1.7.8
    com.apple.iokit.IOThunderboltFamily          2.4.0
    com.apple.iokit.IO80211Family          530.4
    com.apple.iokit.IOAHCIFamily          2.3.1
    com.apple.iokit.IOFireWireFamily          4.5.5
    com.apple.iokit.IOEthernetAVBController          1.0.2b1
    com.apple.iokit.IONetworkingFamily          3.0
    com.apple.iokit.IOUSBUserClient          5.5.5
    com.apple.iokit.IOUSBFamily          5.6.0
    com.apple.driver.AppleEFIRuntime          1.7
    com.apple.iokit.IOHIDFamily          1.8.1
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          220.3
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.DiskImages          345
    com.apple.iokit.IOStorageFamily          1.8
    com.apple.driver.AppleKeyStore          28.21
    com.apple.driver.AppleACPIPlatform          1.7
    com.apple.iokit.IOPCIFamily          2.7.3
    com.apple.iokit.IOACPIFamily          1.4
    com.apple.kec.corecrypto          1.0
    Model: MacBookPro9,2, BootROM MBP91.00D3.B08, 2 processors, Intel Core i7, 2.9 GHz, 8 GB, SMC 2.2f38
    Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In, 512 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54333531533643465238432D50422020
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54333531533643465238432D50422020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xF5), Broadcom BCM43xx 1.0 (5.106.98.100.17)
    Bluetooth: Version 4.1.4f2 12041, 2 service, 11 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: TOSHIBA MK7559GSXF, 750.16 GB
    Serial ATA Device: HL-DT-ST DVDRW  GS31N
    USB Device: hub_device, 0x8087  (Intel Corporation), 0x0024, 0x1d100000 / 2
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0x1d180000 / 3
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x1d182000 / 6
    USB Device: BRCM20702 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x1d181000 / 5
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821d, 0x1d181300 / 7
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0252, 0x1d183000 / 4
    USB Device: hub_device, 0x8087  (Intel Corporation), 0x0024, 0x1a100000 / 2
    USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509, 0x1a110000 / 3
    Can someone in the community please help me out by telling me what the problem is and how it can be permanently resolved?
    Thanks in advance.
    Anupam Adeeb
    New Delhi, INDIA

    Kernel version:
    Darwin Kernel Version 12.4.0: Wed May  1 17:57:12 PDT 2013; root:xnu-2050.24.15~1/RELEASE_X86_64
    Kernel UUID: 896CB1E3-AB79-3DF1-B595-549DFFDF3D36
    Kernel slide:     0x000000000bc00000
    Kernel text base: 0xffffff800be00000
    System model name: MacBookPro9,2 (Mac-6F01561E16C75D06)
    System uptime in nanoseconds: 2187216346632
    last loaded kext at 37001270226: org.virtualbox.kext.VBoxNetAdp          4.2.12 (addr 0xffffff7f8dbad000, size 28672)
    last unloaded kext at 205915293859: com.apple.driver.AppleFileSystemDriver          3.0.1 (addr 0xffffff7f8d984000, size 8192)
    loaded kexts:
    org.virtualbox.kext.VBoxNetAdp          4.2.12
    org.virtualbox.kext.VBoxNetFlt          4.2.12
    org.virtualbox.kext.VBoxUSB          4.2.12
    org.virtualbox.kext.VBoxDrv          4.2.12
    com.vmware.kext.vmnet          3.0.0
    com.vmware.kext.vmioplug          3.0.0
    com.vmware.kext.vmci          3.0.0
    com.vmware.kext.vmx86          3.0.0
    I would try uninstalling virtualbox as well as vmware according to the developers instructions and see if the kernel panics cease.
    Clinton

  • Error while shutting down 'Admin Server' from administration console

    hi,
    When I try to shutdown admin server from administration console(Weblogic server>Control>Shut Down...) I get this error:
    No Machine associated with server AdminServer. Please associate a machine to this weblogic server using weblogic console first.
    Not able to understand what this means....
    thanks

    Read up on Node Manager - a outside-of-WLS-process that can start/stop WebLogic on your OS instance. Node Manager uses the "machine" concept.
    http://download.oracle.com/docs/cd/E12839_01/web.1111/e13740/overview.htm
    http://blogs.oracle.com/jamesbayer/2010/01/weblogic_nodemanager_quick_sta.html

  • Error while drilling down the data from reports

    Hi friends,
    I have created dimension hierarchies in rpd for drilling down the data.. While i drill down its showing no results at some level when i am clicking on the data.. but when i am clicking on the same levels column header its drilling down properly and i can view the next level for the data item which has shown no results while clicked on it.. Please help me and helps will be appreciated..

    Hi,
    >when i click on 2000 results displaying is no results
    but when i click on the header year its showing the results with 3 for 2000.
    So you are able to drill when you click on header..Go to column properties and make heading interaction to no interaction under column format,put value interaction to default and try to drill clicking on value.
    in RPD i have some derived columns like month .I created month as derived column from date using logical formula and i used this derived columns as the key.. Is it a problem?No I dont think its a problem
    Regards,
    Srikanth

  • I am getting error while shutting down tuxedo servers, I am running command on the same host as TUXCONFIG

    Error i am getting is
    tmshutdown.2708.3904657088.-2: FATAL: internal error: CMDTUX_CAT:766: ERROR: must run on master node

    Hi,
    Are you running in an MP configuration, i.e., does the MODEL entry in the *RESOURCES section indicate MP or SHM?  If it is MP, then you need to issue the command on the machine listed as MASTER or the current MASTER if the DBBL has failed over to the backup MASTER.  If it SHM then I'm a little puzzled as the error message I believe is specific to MP configurations.
    Regards,
    Todd Little
    Oracle Tuxedo Chief Architect

  • Starting iPlanet Application server reports an error and shuts down the ldap server

    Hi,
    This has been happening to me starting today. I have kept the service to
    be interactive with the desktop. The starting of the service doesn't even
    open up the command prompt.
    The specific error is
    Error 2147 : Internal server error.
    Looking up on this error on gave me a statement :
    "Error 2147
    The specified parameter could not be found in the configuration information.
    Explanation: Windows NT could not find a particular entry in your
    configuration.
    Action: Ask your network administrator to check your configuration. The
    administrator should make sure your system configuration contains all
    information required to run Windows NT and any associated applications. "
    Can anybody put some light on this. The version of iplanet is 6.0 SP2 and is
    being run on windows NT workstation.
    Kind regards,
    Gurjit

    I ran into this error the other night talking to an openldap server running on solaris ... after hours and hours and hours and hours it turned out to be ...
    wait for it
    wait
    My client was sending ldap V2 and I set this in my openldap slapd.conf file
    allow bind_v2
    I hope this helps.

  • "Apache.exe - Application Error" while shutting down Apache

    Hi All,
    Though this is not a show stopper bug, I am not sure whether this may result any error situation or not.
    System: Windows XP SP3
    Application: Oracle Apps 11.5.10.2 (RUP6) single node Vision instance.
    Directories:
    D:\orclapps\orclappsappl
    D:\orclapps\orclappscomn
    D:\orclapps\orclappsdata
    D:\orclapps\orclappsdb\9.2.0
    D:\orclapps\orclappsora\8.0.6
    D:\orclapps\orclappsora\iAS --> Apache\Apache\Apache.exe
    Issue: When I initiate "Oracle Apache Server ORCLAPPS_erp" service shutdown either in Windows Service window or from command prompt using adstpall.cmd, System is showing below error alert and then service getting stopped(purpose achieved). As such I dont see any problem with that. But I would like to fix it to avoid any problems it might cause for which I may not trace out to its root.
    Error:"Apache.exe - Application Error" The instruction at 0x####### referenced memory at 0x####### . The memory could not be "read".
    From below note I understood such bugs can be avoided by upgrading Apache version 2.0.43. Right now the one came along with vision instance is vesion 1.3 (according to Readme.txt file from Apache\Apache directory.). But I am cue less how to upgrade Apache, whether any Patch exists from Oracle to do this or not. Or, I should not change Apache from apps instance. Even if I can do, how I can do it? Or its nothing to do with Apache version. I am totally confused.
    https://issues.apache.org/bugzilla/show_bug.cgi?id=11997#c3
    Please advise.
    Thanks.

    Hi;
    XP is not certified platform so its hard to find answer.Thatswhy I suggest use certified platform, also see:
    http://www.geekstogo.com/forum/topic/4911-memory-could-not-be-written/
    Regard
    Helios

  • Shutting down the database getting error.

    Hi,
    while i am shutting down the database, i am getting below error message.
    SQL> shutdown immediate;
    ORA-01116: error in opening database file 170
    ORA-01110: data file 170: '/x01/CQ_Request/ORADATA_FILE/otlmedium_data08.dbf'
    ORA-27041: unable to open file
    SVR4 Error: 2: No such file or directory
    Additional information: 3
    and also i know otlmedium_data08.dbf file is not exist in that location. So could anyone help me on this how can i overcome this error and shutdown the database.

    I don't understand how you got in this situation but maybe it is necessary to make something like:
    ALTER DATABASE RENAME FILE '/x01/CQ_Request/ORADATA_FILE/otlmedium_data08.dbf' TO '/<path where the file really is>/otlmedium_data08.dbf';

  • Is it possible to shut down the MAC automatically while being in sleeping mode?

    Dear all,
    on my MacPro I use a setting that after 30 minutes of inactivity, the machine moves into sleeping mode. That works well.
    Additionally I'm using a setup within the energy saving section, that the Mac should shut down every day at 10:00 pm and start or wake up every day at 07:00 am.
    But it seems, that, if the Mac is in sleeping mode at 10:00 pm, he cannot shut down.
    Does anyone has the same experience and/or knows any help?
    Thanks in advance - helee29

    Dear Martin,
    Thanks for reply.
    I checked the logs as mentioned, but honesly saying I'm not experienced enough to understand all this notices.
    What I found out in the meantime by testing (try and error) is:
    - if the Mac is in working mode (just the screensaver is working) the automatic shut down and restart to set times works perfectly.
    - if the Mac is in sleeping mode, it doesn't shut down automatically at the set time, but makes an automatic restart at the set time
    Ergo there is a problem to shut down the Mac automatically while in sleeping mode, but I still don't know what it is. 

  • Safari will lock up on my MacBook Pro. Force quit doesn't help. When I try to restart the computer, I get an error saying Safari cancelled the restart. I have to press the power button to shut down the computer.

    While I'm using safari,  it will freeze up. When I force quit safari and reopen it, I find that I'm back to where I was when I did the force quit and safari remains locked up. When I try to restart the computer, I get a pop up that says that safari cancelled my restart. I then press the power button to shut down the computer. When I reboot the computer and open safari, I see all the tabs and windows that were opened when this issue began, only this time safari isn't frozen. This problem started yesterday.
    Has anyone experienced the same problem? Is there a fix for this problem?

    Try Resetting Safari: Open Safari. Cick on the name Safari in the menu bar. In the drop down menu click Reset Safari.

  • Question about shutting down the middle tier while leaving the DB up

    Hi,
    We just successfully upgraded 11.5.10.2 from running on 9.2.0.8 SOLARIS SPARC 32-bit to 11.2.0.1 SOLARIS SPARC 64-bit.
    I am in the process of rewriting the backup scripts. We used to do a once-a-week backup (zip) of the middle tier directories,
    after shutting down EVERYTHING cold (MT first, then DB listener, the DB). Our DB consultant likes hot-only backups of the
    DB so we are going to keep the DB running all the time and always do hot backups from the DB, but keep MT cold backup.
    We want to keep our MT cold backup so we retain our downtime window that users expect (Saturday night - Sun morning).
    So my question is ---- is there any issue with shutting down the entire MT- only (adstpall.sh) -- but leaving the DB up?
    When I do a adstrtal (via my script) the next morning--- everything should just start fine with no DB bonce having been done, right?
    In the past, once I have the MT down, wait 5 min, kill any stray FND processes, I usually go on to bounce the database
    "for good measure". I am 99% sure that I don't have to do this... and that there is no harm in "not" doing this, just need
    some confirmation.
    MH
    One more piece of information - Our concurrent managers shut down cleanly almost all of the time without putting jobs on hold.
    We don't have many users (< 60) and while we do have autoinvoice that runs every 5 min, I haven't had to do a big bounce
    with cmclean.sql very often-- only about once or twice a year when users lock each others tables and the cleanest fix is to bounce
    everything --very rarely.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Hi,
    So my question is ---- is there any issue with shutting down the entire MT- only (adstpall.sh) -- but leaving the DB up? There should be no issues.
    When I do a adstrtal (via my script) the next morning--- everything should just start fine with no DB bonce having been done, right?Correct.
    In the past, once I have the MT down, wait 5 min, kill any stray FND processes, I usually go on to bounce the database
    "for good measure". I am 99% sure that I don't have to do this... and that there is no harm in "not" doing this, just need
    some confirmation.You still need to wait for sometime for the CM to shutdown, that's all.
    One more piece of information - Our concurrent managers shut down cleanly almost all of the time without putting jobs on hold.
    We don't have many users (< 60) and while we do have autoinvoice that runs every 5 min, I haven't had to do a big bounce
    with cmclean.sql very often-- only about once or twice a year when users lock each others tables and the cleanest fix is to bounce
    everything --very rarely.You should be OK with your approach.
    Thanks,
    Hussein

  • My new MacBook Air keeps shutting down the screen while I use it

    My new MacBook Air keeps shutting down the screen while I use it and has to be rebooted. I took it in to the Genius desk at my local store, but they couldn't find anything wrong and said that they have never seen this problem before.
    I Spoke to the IT support guy at work. He has the same problem with his new MacBook, but not with his older one. He suggested that it is a software issue with all new MacBooks and is connected to the timing of it going into sleep mode. Does anybody have a solution? Apple doesn't seem to have one.

    Try a SMC reset.
    http://support.apple.com/kb/HT3964

  • Hi, I'm trying to shut down the phone in the normal way (the Sleep / Wake button and hold down on the Close tab) turns off the display after a while yet, but the phone turns off completely opens up the phone to come out after the apple logo .. What is the

    Hi, I'm trying to shut down the phone in the normal way (the Sleep / Wake button and hold down on the Close tab) turns off the display after a while yet, but the phone turns off completely opens up the phone to come out after the apple logo .. What is the reason I'd appreciate if you help how to fix it ...pleasa help me

    Doing those doesn't turn off your phone?
    As stated hold down the top button only until you see the red slider to power off your phone.
    If that doesn't work then take it to Apple and see what they say.

  • Firefox exe application error the instruction at 0x60177757 referenced memory at "0x00000004" the memory could not be read- happens when shutting down the system

    This happens every time when shutting down the system?

    Sometimes a problem with Firefox may be a result of malware installed on your computer, that you may not be aware of.
    You can try these free programs to scan for malware, which work with your existing antivirus software:
    * [http://www.microsoft.com/security/scanner/default.aspx Microsoft Safety Scanner]
    * [http://www.malwarebytes.org/products/malwarebytes_free/ MalwareBytes' Anti-Malware]
    * [http://support.kaspersky.com/faq/?qid=208283363 TDSSKiller - AntiRootkit Utility]
    * [http://www.surfright.nl/en/hitmanpro/ Hitman Pro]
    * [http://www.eset.com/us/online-scanner/ ESET Online Scanner]
    [http://windows.microsoft.com/MSE Microsoft Security Essentials] is a good permanent antivirus for Windows 7/Vista/XP if you don't already have one.
    Further information can be found in the [[Troubleshoot Firefox issues caused by malware]] article.
    Did this fix your problems? Please report back to us!

Maybe you are looking for

  • Error in propagation -- ORA-02019

    Hi All, i have setup streams replications at db level and it is wroked fine for 1 day after that it has stopped working and when i checked in dba_propatation i am getting error like this SQL> select propagation_name, destination_dblink, status, error

  • Windows Vista Installation on New Intel Mac

    I bought a full version of Vista about two years ago. I removed it from the Intel Mac I had originally installed it on. Indeed, I've replaced the HD it was on, but for reasons other than removal of Vista. I installed Vista successfully on a new Intel

  • Error "Licensing has stopped working" occuring very frequently on Win XP SP3 with Adobe Pro 9.5.x

    Hi All, Do we have any permanent fix to address the License error? Since the user are observing this issue very frequently. Every time Adobe License Recovery tool http://www.adobe.com/support/contact/licensing.html is being executed to recover the li

  • SAP R/3 4.6B is compatible with which version of BIW

    Hi all ,          Can any body tell me SAP R/3 4.6B is compatible with which version of BIW. regards, Vishal

  • Inprocess inspection

    Hi experts One of my semifinished material i have routing with two operation from PP side . I add a new operation for QM inspection with Assign QM work center and assign inspection chracterestic in routing Now i have the following dout on this 1.What