ACE Problem after restarting Application

Hi,
we have an ACE20 and have set it up to balance 4 Containers on a Oracle Application Server. Every time we stop all Containers at the same time for longer than an hour it takes forever (hours) until the Load Balancer starts balancing the Containers again. I can see that the ACE Module is checking the Containers in the Apache Logfiles on the Application Server and gets a 200, but still we can't access the Application for a few hours. If I connect direct to the Container it also works fine... just the ACE does not work. Like it has a timeout and is waiting.
Any idea how to give it a kick?
While accessing the Application I can see that it connects, but nothing happens...
sh conn detail
total current connections : 2
conn-id    np dir proto vlan source                destination           state
----------+--+---+-----+----+---------------------+---------------------+------+
68155      2  in  TCP   191  10.200.101.73:35777   10.200.101.64:80      ESTAB
          [ idle time   : 00:00:18,   byte count  : 888        ]
          [ elapsed time: 00:00:18,   packet count: 3          ]
68156      2  out TCP   195  10.200.105.33:80      10.200.101.73:35777   INIT
          [ conn in reuse pool : FALSE]
          [ idle time   : 00:00:18,   byte count  : 0          ]
          [ elapsed time: 00:00:18,   packet count: 0          ]
Thanks for any help!
Jason

Hi,
I'm still having problems with the ACE Laodbalancer. At the moment it doesn't seem to recover after having restarted the Application the last time.
Can someone look at the Config and tell me if they see a mistake in it?
I have three instances accesst, accesst2 and accesst3. Each instance has 4 Oracle Application Server Containers Deployed on 2 different Apllication Servers. The Site is split between 2 DMZ which are seperated by a Firewall. The Cisco Ace has one leg in each vlan (191 and 195). We always had a problem after taking the Applcation Servers down Updates that it takes forever untill the ACE Server starts blancing agian. For the last 4 Days it hasn't started reblancing yet. As far as I know nothing has changed in the Configuration of the Server or of the ACE. The Firewall Admin said he tried t find a problem, but didn't change anything.
Do I maybe have a mistake in the ACE Config? Am I missing something here?
MS4_ACE_PU/MY-APP# sh running-config
Generating configuration....
logging buffered 7
access-list anyone line 8 extended permit ip any any
probe http HEAD_1
  port 7791
  interval 10
  faildetect 15
  passdetect interval 15
  receive 2
  request method head url /APPLICATION/images/probe.gif
  expect status 200 200
  open 2
probe http HEAD_2
  port 7792
  interval 5
  faildetect 15
  passdetect interval 15
  receive 2
  request method head url /APPLICATION/images/probe.gif
  expect status 200 200
  open 2
probe http HEAD_3
  port 7793
  interval 5
  faildetect 15
  passdetect interval 15
  receive 2
  request method head url /APPLICATION/images/probe.gif
  expect status 200 200
  open 2
probe http HEAD_4
  port 7794
  interval 5
  faildetect 15
  passdetect interval 15
  receive 2
  request method head url /APPLICATION/images/probe.gif
  expect status 200 200
  open 2
probe http HEAD_5
  port 7795
  interval 5
  faildetect 15
  passdetect interval 15
  receive 2
  request method head url /APPLICATION/images/probe.gif
  expect status 200 200
  open 2
probe http HEAD_6
  port 7796
  interval 5
  faildetect 15
  passdetect interval 15
  receive 2
  request method head url /APPLICATION/images/probe.gif
  expect status 200 200
  open 2
probe http HEAD_7
  port 7797
  interval 5
  faildetect 15
  passdetect interval 15
  receive 2
  request method head url /APPLICATION/images/probe.gif
  expect status 200 200
  open 2
probe http HEAD_8
  port 7798
  interval 5
  faildetect 15
  passdetect interval 15
  receive 2
  request method head url /APPLICATION/images/probe.gif
  expect status 200 200
  open 2
parameter-map type http PERSIST-REBALANCE
  persistence-rebalance
action-list type modify http LOCATION-RW-VIP-2
  header rewrite response location header-value "http://accesst3.my-site.de:.....(.*)" replace "https://accesst3.my-site.de/%1"
  header rewrite response content-lokation header-value "http://accesst3.my-site.de:.....(.*)" replace "https://accesst3.my-site.de/%1"
action-list type modify http LOCATION-RW-VIP-1
  header rewrite response content-lokation header-value "http://accesst2.my-site.de:.....(.*)" replace "https://accesst2.my-site.de/%1"
  header rewrite response location header-value "http://accesst2.my-site.de:.....(.*)" replace "https://accesst2.my-site.de/%1"
action-list type modify http LOCATION-RW-VIP
  header rewrite response location header-value "http://accesst.my-site.de:.....(.*)" replace "https://accesst.my-site.de/%1"
  header rewrite response content-lokation header-value "http://accesst.my-site.de:.....(.*)" replace "https://accesst.my-site.de/%1"
rserver host server103
  description KS ApplicationServer
  ip address 10.200.105.33
  inservice
rserver host server104
  description KS ApplicationServer
  ip address 10.200.105.34
  inservice
serverfarm host HTTP-APPL
  rserver server103 7791
      probe HEAD_1
    inservice
  rserver server103 7792
    probe HEAD_2
    inservice
  rserver server104 7791
    probe HEAD_1
    inservice
  rserver server104 7792
    probe HEAD_2
    inservice
serverfarm host HTTP-APPL-1
  rserver server103 7795
    probe HEAD_5
    inservice
  rserver server103 7796
    probe HEAD_6
    inservice
  rserver server104 7795
    probe HEAD_5
    inservice
  rserver server104 7796
    probe HEAD_6
    inservice
serverfarm host HTTP-APPL-2
  rserver server103 7797
    probe HEAD_7
    inservice
  rserver server103 7798
    probe HEAD_8
    inservice
  rserver server104 7797
    probe HEAD_7
    inservice
  rserver server104 7798
    probe HEAD_8
    inservice
sticky http-header TranSON_Cert_Subject group1
  replicate sticky
  serverfarm HTTP-APPL
sticky http-header TranSON_Cert_Subject group2
  replicate sticky
  serverfarm HTTP-APPL-1
sticky http-header TranSON_Cert_Subject group3
  replicate sticky
  serverfarm HTTP-APPL-2
class-map type http inspect match-any HTTP-INS-VIP
  2 match header Host header-value "accesst.my-site.de"
class-map type http inspect match-any HTTP-INS-VIP-1
  2 match header Host header-value "accesst2.my-site.de"
class-map type http inspect match-any HTTP-INS-VIP-2
  2 match header Host header-value "accesst3.my-site.de"
class-map match-all HTTP-VIP
  2 match virtual-address 10.200.101.64 tcp eq www
  class-map match-all HTTP-VIP-1
  2 match virtual-address 10.200.101.68 tcp eq www
class-map match-all HTTP-VIP-2
  2 match virtual-address 10.200.101.69 tcp eq www
policy-map type loadbalance first-match HTTP-SF
  class class-default
    sticky-serverfarm group1
    action LOCATION-RW-VIP
policy-map type loadbalance first-match HTTP-SF-1
  class class-default
    sticky-serverfarm group2
    action LOCATION-RW-VIP-1
policy-map type loadbalance first-match HTTP-SF-2
  class class-default
    sticky-serverfarm group3
    action LOCATION-RW-VIP-2
policy-map type inspect http all-match INS-PM-VIP
  class HTTP-INS-VIP
    permit
policy-map type inspect http all-match INS-PM-VIP-1
  class HTTP-INS-VIP-1
    permit
policy-map type inspect http all-match INS-PM-VIP-2
  class HTTP-INS-VIP-2
    permit
policy-map multi-match SLB-logic
  class HTTP-VIP
    loadbalance vip inservice
    loadbalance policy HTTP-SF
    loadbalance vip icmp-reply active
    loadbalance vip advertise active
    appl-parameter http advanced-options PERSIST-REBALANCE
  class HTTP-VIP-1
    loadbalance vip inservice
    loadbalance policy HTTP-SF-1
    loadbalance vip icmp-reply active
    loadbalance vip advertise active
    appl-parameter http advanced-options PERSIST-REBALANCE
  class HTTP-VIP-2
    loadbalance vip inservice
    loadbalance policy HTTP-SF-2
    loadbalance vip icmp-reply active
    loadbalance vip advertise active
    appl-parameter http advanced-options PERSIST-REBALANCE
interface vlan 191
  ip address 10.200.101.65 255.255.255.0
  alias 10.200.101.67 255.255.255.0
  peer ip address 10.200.101.66 255.255.255.0
  access-group input anyone
  service-policy input SLB-logic
  no shutdown
interface vlan 195
  ip address 10.200.105.65 255.255.255.0
  alias 10.200.105.63 255.255.255.0
  peer ip address 10.200.105.66 255.255.255.0
  access-group input anyone
  no shutdown
Destination         Gateway          Interface         Flags
10.200.101.0/24     0.0.0.0          vlan191           IA [0x30]
10.200.105.0/24     0.0.0.0          vlan195           IA [0x30]

Similar Messages

  • Mac mini server problem after restart. Desperate scream out for help

    Hi there....after restarting my mac mini server I have a white screen with an apple logo in the middle. Anybody here to find help with?

    Mac OS X: Gray screen appears during startup

  • Problems after restart Windows 8.1

    Hello,
    I've installed Windows 8.1 pro in my laptop.
    After I restart Windows 8.1 (Not Turn-off and on) and log on it, the problem is occurred.
    Windows does not response and show any dialog about system, for example Control Panel, gpedit.msc, msconfig...etc
    and anti-virus program(avast!), some messanger, Bluetooth, Intel Smart Connect Technology, which should be started automatically, are not started.
    But I can execute Google Chrome, Microsoft Outlook, Eclipse... etc... without performance issue. It's truly normal!!
    After 5 ~ 10 minutes, Windows 8.1 become fully normal state. the above problem doesn't appear any more.
    Of course, if I restart my laptop, the problem will be occurred again.
    The problem doesn't occur once I turn my laptop off and on manually.
    Plz let me know, how can I fix the above problem!! I love all features of Windows 8.1, don't want to back Windows 7.

    Hi,
    Please check Startup option in Task Manager if there is any items that relate with these application. If so, try to disable them for test.
    Clean boot is a good way to diagnose this problem. Please have a try.
    Roger Lu
    TechNet Community Support

  • After restart applications are "quitting unexpectedly"

    Not sure if this is relevant but the day my apple care expired I restarted my Macbook (using the apple) & once it restarted many of my apps are quitting unexpectedly. At first I thought it was just chrome, but others such as pages, skype and yahoo etc.
    Since I thought it was Chrome, I went to their website to find solutions, but none of that helped (also they suggested deleting a folder in the Application Support folder, but I didn't have one for google in there )
    When I found out my other apps were crashing (pretty much I can only access Safari and iTunes) I did some research. I restarted pressing command+R to do a repair disk. I needed repairs so I let Disk Utility do it's thing.
    I reinstalled Lion. . .and I still have the same problem. I'm not sure what else to do. I don't have anything to backup my files to yet, because it seems as if I'd have to erase my hard drive? I don't know.
    Please help. I start school next week and I need my Mac
    (Also sometimes all I'll have open is iTunes and the music will playing, then it will stop as if it on overload or something. This also happens in Safari)

    Do you have another user account in the same mac? If there's one, try to login using the other account and then try to launch iPhoto. If it can be launched without problem, then you may try trashing the preference file of iPhoto in *the account having the problem*. You may find the preference file of iPhoto in [Home of the account]/Library/Preferences and the file name of it is com.apple.iPhoto.plist. If you don't want to trash it, you may move it to another folder or rename it.

  • Problems after  migrating application from 10.1.2 to 10.1.3

    Hi,
    I am encountering the following error while executing the application after migrating it from Jdeveloper10.1.2 to JDeveloper10.1.3. Could you please help me in this regard..
    NOTIFICATION J2EE JSP0008 Unable to dispatch JSP Page : java.lang.NullPointerException
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:60)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:416)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:332)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:629)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:218)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:119)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:230)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$800(ServerSocketAcceptHandler.java:33)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:831)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
         at java.lang.Thread.run(Thread.java:595)
    Message was edited by:
    user491067

    Do you have the problem with all JSP pages, or only a few of them ?
    Does it happen in the Embedded OC4J only ?
    Could you try to deploy your application in the Standalone OC4J and test it from there ?
    I had a similar issue where the Embedded OC4J was unnable to run big JSP pages.
    There was no problem with the Standalone OC4J.
    Hope this helps,
    Didier.

  • BO BI 4.0 Access problem after restart of Netweaver 7.3

    After the customer deploys a BI application, when he restart the system,the application disappear. On the default trace file, the fo
    llowing
    error is being logged:
    Could not start portal service: com.sap.ip.bi.web.portal.deployment.
    bideployment
    [EXCEPTION]
    com.sapportals.portal.prt.service.ServiceException: Error while
    retrieving service: com.sap.ip.bi.web.portal.deployment.bideployment
    Caused by: com.sap.portal.prt.broker.PortalServiceNotFoundException:
    Could not retrieve portal service: com.sap.ip.bi.web.portal.deployment
    |bideployment
    Caused by: com.sap.portal.prt.om.ObjectNotAvailableException: Object:
    [com.sap.ip.bi.web.portal.deployment|bideployment] load failed
    Caused by: com.sap.portal.prt.broker.PortalService
    InstantiationException: Could not instantiate implementation class
    com.sap.ip.bi.webapplications.deployment.services.BIDeploymentService ofPortal Service com.sap.ip.bi.web.portal.deployment|bideploym
    ent because:Error occured during the instansiation process. Check the cause
    exception for more details.
    Caused by: java.lang.InstantiationException: com.sap.ip.bi.
    webapplications.deployment.services.BIDeploymentService
    Regards,
    Saloua.

    Hi Saloua,
    You may try to start the BI services manually:
    NWA -> Operations -> Start&Stop -> Java Applications -> filter on
    com.sap.ip.bi*
    Regards,
    Abhishek

  • Mac mini 10.7.4 update problem after restart

    Hi,
    As I always do for every OS X update, I download the combo and apply the update, one of the many reasons for doin so is my very slow internet connection,
    What wasn't my surprise when after making the restart, my Mac mini takes me to an OS X install assistant...
    What went wrong and why?

    Sounds like Disk Corruption, not sure what OS, but...
    "Try Disk Utility
    1. Insert the Mac OS X Install disc, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu at top of the screen. (In Mac OS X 10.4 or later, you must select your language first.)
    *Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.*
    3. Click the First Aid tab.
    4. Select your Mac OS X volume.
    5. Click Repair Disk, (not Repair Permissions). Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then try a Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    (Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.)
    If perchance you can't find your install Disc, at least try it from the Safe Boot part onward.
    If 10.7.0 or later...
    Bootup holding CMD+r, or the Option/alt key to boot from the Restore partitirion & use Disk Utility from there.

  • Boot issue after shutdown plus power - no problem after restart or after removing power cord

    Hello,
    I have a Pavilion Elite m9275.nl desktop. I experience boot issues after a regular shut down.
    After a regular shut down and pressing the power button within a few seconds/minutes, it keeps hanging in the HP startup / BIOS screen, Windows 8 won't boot, the hard drive light doesn't flash;
    After a restart from Windows (instead of shut down) it boots correctly from the c-drive. No hard-drive problems at all;
    After a shut down and removing the power cord for 10-15 minutes, it boots correctly from the c-drive. No hard-drive problems at all.
    When the PC does not boot, F10 (to enter BIOS settings) does not work neither, so it seems to be a hardware or BIOS issue.
    I already replaced the CMOS battery and already loaded default BIOS settings.
    During a succesful boot or after pressing F10 (to enter BIOS settings) the screen shows some disk information right after the BIOS. This is the screen that says something like "press CTRL-I to start configuration utility". During a succesful boot the hard disk light flashes shortly before displaying that screen. During an unsuccesful boot the hard disk doesn't flash.
    Before replacing a hardware component, I need to know what to replace...
    Could it be the hard disk controller or hard disk is defect?
    Where is the hard disk controller stored?
    Can I upgrade the firmware of the hard disk controller?
    BUT: why does it work when I remove the power cord for 15 minutes or after a restart (instead of a shutdown and than pressing power)?
    Many thanks in advance,
    Sjoerd-Jaap Westra

    sjwestra
    I apologize for the delay in responding to your post. First I am glad you were able to resolve your initial issue and to help I have included a link to a document 'Bios Setup Utility Information and Menu Options' that will provide you with instructions on how to enter the Bios and provides additional information on navigating it as well.
    http://goo.gl/HIclUV
    If you need any further information please re-post.
    Thank you for your post.
    Please click the "Thumbs Up" on the bottom right of this post to say thank you if you appreciate the support I provide!
    Also be sure to mark my post as “Accept as Solution" if you feel my post solved your issue, it will help others who face the same challenge find the same solution.
    Dunidar
    I work on behalf of HP
    Find out a bit more about me by checking out my profile!
    "Customers don’t expect you to be perfect. They do expect you to fix things when they go wrong." ~ Donald Porter

  • MSI GX740 develops unusual problems after restart!

    Upon restarting my computer after downloading a couple of windows updates, I immeadiatley noticed something. A lot of the keys on the keyboard aren't being recognized. I'm not sure why this is happening. It's been over a week and nothing is changed. For example: A,S, and D work but W doesn't! Other keys aren't functioning either. I have to use my on-screen keyboard now, which is a major drag. I can't play any sort of game. One thing I want to assure you of is this laptop has NEVER been exposed to liquid damage at anytime. I keep beverages far away from my baby at all costs. This is why I'm so confused. Half of the keys are inactive. I feel like I have no options left but to request an RMA form. How do I go about solving my problem? Please help me...summer is coming up and I don't want to be left like this. Oh, and also, the computer is coming up on just about 8 months old, so I can't imagine what's going on here. Anxiously awaiting replies...
    Thanks you MSI,
    Rusty

    There is no MSI here, only users.
    As for the keys, I doubt the problem is Windows updating, more like a broken keyboard.
    Contact MSI for repairs.
    However, gaming on a laptop keyboard is never a good idea, better connect a USB keyboard.

  • MS Office Report problems after compliing (application builder)

    I'm finishing up an application that includes several MS office reports (opens a MS Word template). The template is opened, the bookmarks are filled, then the file is saved (to our internal network) as a .doc file. The New Report.vi is used to open the .doc file, the Print Report.vi is used to print the file, then the SMTP send file.vi is used to email the file.
    Everything has been working fine then I decided to build the application for distribution. Big mistake! An installer is made. When I install the application I get "File not found" (error 7) errors each time I attempt to run this section of code. Incidentally, This app. also uses the SQL database toolset to read and write to a database. No problems with the database.
    I thought it might have something to do with the Word templates being on the network. I copied everything to my local PC and built another application. Same problems.
    I suspect I'm doing something wrong in the Source Files tab of the Build Application or Shared library window.
    I'd really appreciate your help.
    thanks,
    todd

    Todd,
    You need to add a dynamic VI to your list of Source Files in the Build Application window. The one you need is called "_Word Dynamic VIs", and it can be found at \vi.lib\addons\_office\-wordsub.llb . Doing this ensures that the executable can find the appropriate code when it is asked to dynamically load some Word-related VIs at execution-time.
    I consider the difficulty of getting everything right when building executables to be just about the biggest problem that LabVIEW has, so don't feel too badly about it. I believe this requirement is covered somewhere in the Report Generation Toolkit documentation, but I think the process should be easier and more transparent to the user when they are working with NI-produced toolkits.
    --John

  • Problem after restart of a database used by a database adapter in SOA suite

    We are migration from Oracle interconnect to SOA suite. I am a bit worried that I am taking a backwards step in robust drift. I restarted a Oracle database that is used as an end point in both interconnect and SOA. In both cases the database adapter in interconnect and the partner link in SOA start throwing java error messages. This is not the problem, what worries me is that with Interconnect restarting the database adapter allows queued messages to be written to the database, nothing goes missing. But with SOA suite the messages that could not be delivered before restarting SOA suite end as "canceled" that is to say they do NOT get completed. What happened to guaranteed transaction delivery? or am i missing something.

    Hi,
    The JNDI Name to use for the service connection is "eis/DB/soademoDatabase".
    This Database is a requirement of the course... (Chapter 4 of Getting Started with Oracle SOA Suite 11g R1 - A Hands-On Tutorial).

  • Problem after restart nodes

    I have 2 nodes. After instlation everything works OK, but when I must restart my nodes (RHE4) cluster doesn't work :/
    When I write crs_stat -t then STATE is unknow in line with:
    ora.....CRM.cs
    ora....db1.srv
    ora.rac1.gsd
    Then I try check srvctl status nodeapps -n rac1:
    GSD is not running on node: rac1
    so I try this: srvctl start nodeapps -n rac1 then failed:
    CRS-1028: Dependency analysis failed because of:
    CRS-0223: Resource 'ora.rac1.gsd' has placement error
    What can I do??
    Message was edited by:
    user584507

    This is my crsd.log:
    Oracle Database 10g CRS Release 10.2.0.1.0 Production Copyright 1996, 2005
    Oracle. All rights reserved.
    2007-07-06 16:50:15.523: [ default][3086931648][ENTER]0
    Oracle Database 10g CRS Release 10.2.0.1.0 Production Copyright 1996, 2004,
    Oracle. All rights reserved
    2007-07-06 16:50:15.524: [ default][3086931648]0CRS Daemon Starting
    2007-07-06 16:50:15.526: [ CRSMAIN][3086931648]0Checking the OCR device
    2007-07-06 16:50:15.558: [ CRSMAIN][3086931648]0Connecting to the CSS
    Daemon
    2007-07-06 16:50:15.690: [ COMMCRS][65735584]clsc_connect: (0x8659368) no
    listener at (ADDRESS=(PROTOCOL=ipc)(KEY=OCSSD_LL_rac1_crs))
    2007-07-06 16:50:15.690: [ CSSCLNT][3086931648]clsssInitNative: connect
    failed, rc 9
    2007-07-06 16:50:15.690: [  CRSRTI][3086931648]0CSS is not ready. Received
    status 3 from CSS. Waiting for good status ..
    2007-07-06 16:50:16.754: [ COMMCRS][65735584]clsc_connect: (0x8605168) no
    listener at (ADDRESS=(PROTOCOL=ipc)(KEY=OCSSD_LL_rac1_crs))
    2007-07-06 16:50:16.754: [ CSSCLNT][3086931648]clsssInitNative: connect
    failed, rc 9
    2007-07-06 16:50:16.754: [  CRSRTI][3086931648]0CSS is not ready. Received
    status 3 from CSS. Waiting for good status ..
    2007-07-06 16:50:17.817: [ COMMCRS][65735584]clsc_connect: (0x8658b78) no
    listener at (ADDRESS=(PROTOCOL=ipc)(KEY=OCSSD_LL_rac1_crs))
    2007-07-06 16:50:17.817: [ CSSCLNT][3086931648]clsssInitNative: connect
    failed, rc 9
    2007-07-06 16:50:17.819: [  CRSRTI][3086931648]0CSS is not ready. Received
    status 3 from CSS. Waiting for good status ..
    2007-07-06 16:50:21.630: [    CRSD][3086931648]0Daemon Version: 10.2.0.1.0
    Active Version: 10.1.0.2.0
    2007-07-06 16:50:21.630: [    CRSD][3086931648]0Active Version is less than
    Software Version
    2007-07-06 16:50:21.631: [ CSSCLNT][3086931648]clssgsGroupJoin: CSS has not
    reached fatal mode.Registration is not yet safe. Retrying
    2007-07-06 16:50:22.634: [ CSSCLNT][3086931648]clssgsGroupJoin: CSS has not
    reached fatal mode.Registration is not yet safe. Retrying
    2007-07-06 16:50:23.637: [ CSSCLNT][3086931648]clssgsGroupJoin: CSS has not
    reached fatal mode.Registration is not yet safe. Retrying
    2007-07-06 16:50:24.639: [ CSSCLNT][3086931648]clssgsGroupJoin: CSS has not
    reached fatal mode.Registration is not yet safe. Retrying
    2007-07-06 16:50:25.643: [ CSSCLNT][3086931648]clssgsGroupJoin: CSS has not
    reached fatal mode.Registration is not yet safe. Retrying
    2007-07-06 16:50:26.647: [ CSSCLNT][3086931648]clssgsGroupJoin: CSS has not
    reached fatal mode.Registration is not yet safe. Retrying
    2007-07-06 16:50:27.650: [ CSSCLNT][3086931648]clssgsGroupJoin: CSS has not
    reached fatal mode.Registration is not yet safe. Retrying
    2007-07-06 16:50:28.653: [ CSSCLNT][3086931648]clssgsGroupJoin: CSS has not
    reached fatal mode.Registration is not yet safe. Retrying
    2007-07-06 16:50:29.656: [ CSSCLNT][3086931648]clssgsGroupJoin: CSS has not
    reached fatal mode.Registration is not yet safe. Retrying

  • Problem after raising application error

    Hi,
    I would really appreciate any insight on this issue. Thanks.
    I have a page that has fields that submit when entered. There is no problem there.
    I have a button that when clicked runs a process and if certain condition happens to occur then it calls the raise_application_error.
    I click OK and it takes me back to the previous page.
    Problem doesn't go away if I fix the problem and press enter.
    What do I have to do to reset to the submit button (which by the way is hidden) and not the print button which also submits the page.
    Thanks in advance

    Thanks Scott
    I had a few things happening. But I figure out how to prevent it by getting some correct values to begin with.
    The issue about the button and getting the error over and over is something related to a value on a field that is not reset. I'm not using collections.
    Solve this issue I'm just telling the customer to do a refresh and that gets rid of the negative values that raises the error.
    Thanks

  • WLAN-Problem after Restart, MAC doesn't catch network again

    MAC doesn't catch network automatically after restart

    Hello Aldebaran21,
    Welcome to the Apple Support Communities. If you are having issues with Wi-Fi, the following article will provide assist in troubleshooting the issue. It does state that is is for OS X Lion but will work for OS X Mountain Lion.
    Troubleshooting Wi-Fi issues in OS X Lion and Mac OS X v10.6
    http://support.apple.com/kb/HT4628
    Regards,
    -Norm G.

  • Scary noise/problems after restart

    I just updated my itunes, quicktime, and security update. I restarted, but when my macbook tried to start up again, I got a screen telling me (in 4 languages) that I had to hold the power button and restart (again). When I restarted again, I got a light blue screen and my macbook started beeping over and over again like an alarm. I freaked, turned it off, started it again, and now its working fine. I spilled coffee on it 2 weeks ago but its been working fine. It could also have something to do with my updates? Anyone know what happened and should I be worried?

    redsoxted9 wrote:
    I spilled coffee on it 2 weeks ago but its been working fine.
    Doesn't sound like it.
    It could also have something to do with my updates?
    Nope.
    Anyone know what happened and should I be worried?
    Do you take cream and sugar in your coffee? If you spill water on the keyboard, there is a chance you could power off quickly, drain it over a few days, and it might be fine. Might not be fine too. Corrosion could have been happening since the spill.
    I wouldn't worry about. Worry is a negative action. Your Macbook could get stepped on by an elephant tomorrow. No need to worry about such things. Keep good backups and use your Mac for as long as it lasts.

Maybe you are looking for

  • Unable to check-in file using CHECKIN_UNIVERSAL in UCM11g through SOA

    Hello all, I am unable to checkin/uploading files using CHECKIN_UNIVERSAL in UCM 11g through SOA. I am getting below error: error">Error: java.lang.NullPointerException Below are invoke operation that I am using: <messages> <Invoke_Generic_Soap_Port_

  • How to place InDesign files inside InDesign files w/bleed intact?

    I'm placing InDesign working files inside another InDesign document that's a printer-provided template. Esentially, I've designed a multipage book and now need to put those pages with bleed into a larger, one page printer template. No trouble placing

  • Digital Download Credentials Now working....

    My login works.. but i cant get into my digital library.. i just bought titanfall and would like to be able to play it......... HELP!

  • ClassNotFoundException (postgreSQL)

    If I use: Class.forName("org.postgresql.Driver"); //load the driver I get: ClassNotFoundException my "postgresql.jar" is right under c:\ which is why I set the PATH (in user's parameters) to "c:\postgresql.jar" and CLASSPATH (in system's parameters)

  • Problem with running Tomcat 5 server in Eclipse ?

    Dear all , Please help me. I wrote two JSP 's with Eclipse . I have configured JDK 1.5_7 and Tomcat 5.0 But the server is not running . I tried the way shown in http://www.eclipse.org/webtools/community/tutorials/BuildJ2EEWebApp/BuildJ2EEWebApp.html