Golden Gate: Extract going down with below warnings

2011-01-19 15:57:11 INFO OGG-00975 Oracle GoldenGate Manager for Oracle, mgr.prm: EXTRACT EXT1 starting.
2011-01-19 15:57:11 INFO OGG-00992 Oracle GoldenGate Capture for Oracle, ext1.prm: EXTRACT EXT1 starting.
2011-01-19 15:57:11 WARNING OGG-01573 Oracle GoldenGate Capture for Oracle, ext1.prm: br_validate_bcp: failed in call to: ggcrc64valid.
2011-01-19 15:57:11 WARNING OGG-01573 Oracle GoldenGate Capture for Oracle, ext1.prm: br_validate_bcp: failed in call to: br_validate_bcp.

please find below the result of it:-
GGSCI (orkxd1dmodidb01.espdev.aurdev.national.com.au) 1> view report ext1
Oracle GoldenGate Capture for Oracle
Version 11.1.1.0.0 Build 078
Linux, x64, 64bit (optimized), Oracle 11 on Jul 28 2010 14:58:37
Copyright (C) 1995, 2010, Oracle and/or its affiliates. All rights reserved.
Starting at 2011-03-15 14:53:13
Operating System Version:
Linux
Version #1 SMP Tue Feb 10 15:14:47 EST 2009, Release 2.6.18-128.1.1.0.1.el5
Node: orkxd1dmodidb01.espdev.aurdev.national.com.au
Machine: x86_64
soft limit hard limit
Address Space Size : unlimited unlimited
Heap Size : unlimited unlimited
File Size : unlimited unlimited
CPU Time : unlimited unlimited
Process id: 16444
Description:
** Running with the following parameters **
EXTRACT ext1
SETENV (ORACLE_HOME = "/oracle/app/ora11gdb/database")
Set environment variable (ORACLE_HOME=/oracle/app/ora11gdb/database)
SETENV (ORACLE_SID = "DEVODI1")
Set environment variable (ORACLE_SID=DEVODI1)
SETENV (NLS_LANG = "AMERICAN_AMERICA.AL32UTF8")
Set environment variable (NLS_LANG=AMERICAN_AMERICA.AL32UTF8)
USERID ggs_owner, PASSWORD *********
EXTTRAIL /goldengate/dirdat/lt
GETENV (ORACLE_HOME)
ORACLE_HOME = /oracle/app/ora11gdb/database
GETENV (ORACLE_SID)
ORACLE_SID = DEVODI1
GETENV (NLS_LANG)
NLS_LANG = AMERICAN_AMERICA.AL32UTF8
TRANLOGOPTIONS ASMUSER sys@+ASM, ASMPASSWORD ******
DISCARDFILE /goldengate/dirdat/capt.dsc, PURGE
RMTHOST orkxd1dmodidb01, MGRPORT 7841
TABLE SRC_FC.ch_acct_cust_xref;
TABLE SRC_FC.ci_custmast;
TABLE SRC_FC.ci_custrel;
TABLE SRC_FC.cop_applicant_details;
TABLE SRC_FC.cop_cust_changed_information;
TABLE SRC_FC.cop_applicant_state;
TABLE SRC_FC.CS_HO_CUSTACCTXREF;
Bounded Recovery Parameter:
BRINTERVAL = 4HOURS
BRDIR = /goldengate
2011-03-15 14:53:13 WARNING OGG-01573 br_validate_bcp: failed in call to: ggcrc64valid.
2011-03-15 14:53:13 WARNING OGG-01573 br_validate_bcp: failed in call to: br_validate_bcp.

Similar Messages

  • Golden gate extract from multiple oracle db's on different servers

    Hello,
    I am new to golden gate and I want to know if is it possible to extract data from an oracle database which is on a different server? Below is the server list
    Linux server 1: has oracle database (11.2.0.4) (a1db) and golden gate installed (11.2.1.0.3).
    Linux server 2: has oracle database (11.2.0.4) (b1db)
    a1db and b1db are not clustered, these are 2 separate instances on 2 different servers.
    Is it possible to capture change data on b1db from GG installed linux server 1? I am planning to use classic capture.
    architecture like below, can it be done? If so what option I will be using in the extract
    Thanks,
    Arun

    Here is something from my personal notes; hope this helps:
    Standby or Off Host Environment
    GoldenGate extracts, data pumps and replicats can all work with database environments accessed using TNS.  When one of these processes needs to work with a database environment over TNS then instead of the following USERID specification:
    setenv (ORACLE_SID = “GGDB")
    USERID ggsuser, PASSWORD encrypted_password_cipher_text
    The following USERID specification would be used:
    USERID ggsuser@GGDB, PASSWORD encrypted_password_cipher_text
    When this specification is used the setenv line is not required since the process will connect over TNS.
    When a data pump or replicat is running in a standby or otherwise an off host environment the USERID specification above is the only special requirement.  It is recommended that the TNS entry contains the necessary failover and service name configuration so that if or when switch over or fail over occurs, the process may continue once the environment is available again.  if the data pump is using the PASSTHRU parameter then a USERID specification is not required.  When the data pump is operating in PASSTHRU mode, it does not need a database connection to evaluate the metadata.
    When a source extract is running in a standby or otherwise off host environment the USERID specification above is required as well as Archive Log Only mode.  It is recommended that the TNS entry contains the necessary failover and service name configuration so that if or when switch over or fail over occurs, the process may continue once the environment is available again.  The source extract requires a database connection in order to evaluate the metadata that occurs in the archived redo log.  Since the source extract is running in an environment separate from the source database environment it is unable to read the online redo logs.  Therefore it is required to be configured in Archive Log Only mode.  If the environment that the source extract is running in is a standby environment, then it will evaluate the archived redo logs through switchover. 
    The standby or off host environment has minimal requirements. The requirements that need to be met are Oracle software availability and storage for archived redo logs.  If the database environment where GoldenGate will be running is a standby database environment then GoldenGate can utilize the required shared libraries from the standby database environment.  However if GoldenGate is being executed from a server environment does not contain a database environment, a client installation is required at a minimum.  This will provide GoldenGate with the necessary shared libraries in order to satisfy it’s dynamically linked library dependencies.  The archived redo logs must also be available for GoldenGate to read.    They can be made available using a shared storage solution or with a dedicated storage solution.  A standby database environment works well for this purpose as it is receiving archived redo logs on a regular basis.  GoldenGate is able to leverage these archived redo logs and not impose any additional infrastructure requirements in order to evaluate and capture the data changes from the source database.  In order for GoldenGate to be utilized with a standby database environment for archived redo log access, only a minimal standby database is required.  Specifically the standby database needs to be be mountable so that it can accept archived redo logs.  Since GoldenGate will connect to the primary database to evaluate the metadata contained in the archived redo logs, a complete standby database is not required.

  • Golden gate extract and replicate process are not running.

    All,
    I am trying replicate data between two oracle databases using golden gate.
    I am trying this scenario in a single machine(two databases and golden gate are on same windows machine)
    1. I have two databases PROD, UAT both are running on 11.2 oracle home.
    2. Created the ggate user both the databases, and enabled supplemental logging.
    3. Ran the following scripts in both databases.
    SQL> @marker_setup.sql
    SQL> @ddl_setup.sql
    SQL> @role_setup.sql
    SQL> grant GGS_GGSUSER_ROLE to ggate;
    SQL> @ddl_enable.sql
    4. Connected the source database (PROD) in ggsci prompt
    GGSCI (home-c07402bbc5) 79> add extract ext1, tranlog, begin now
    add exttrail C:\app\Bhanu\Goldengate\lt, extract ext1
    edit params ext1
    EXTRACT ext1
    USERID ggate@PROD, PASSWORD 123456
    RMTHOST home-c07402bbc5, MGRPORT 7840
    rmttrail C:\app\Bhanu\Goldengate\lt
    ddl include mapped objname bhanu.* // bhanu is a schema in PROD database.
    TABLE bhanu.*;
    5. Connected the target database(UAT) in ggsci prompt
    add checkpointtable ggate.checkpoint
    edit params ./GLOBALS
    GGSCHEMA ggate
    CHECKPOINTTABLE ggate.checkpoint
    add replicat rep1, exttrail C:\app\Bhanu\Goldengate\Mt,checkpointtable ggate.checkpoint
    edit params rep1
    replicat rep1
    ASSUMETARGETDEFS
    userid ggate@UAT, password 123456
    discardfile C:\app\Bhanu\Goldengate\rep1_discard.txt, append, megabytes 10
    map bhanu.*, target kiran.*;
    After that started the extract, replicat using
    start extract ext1, start replicate rep1
    Now the status.
    GGSCI (home-c07402bbc5) 103> info all
    Program Status Group Lag Time Since Chkpt
    MANAGER RUNNING
    EXTRACT STOPPED EXT1 00:00:00 00:11:43
    REPLICAT STOPPED REP1 00:00:00 00:21:16
    Can you please help me what is wrong in my setup and why extract and replicate process are not running.
    Edited by: user12178861 on Nov 19, 2011 11:22 AM

    Thanks for your quick reply.
    I have done few changes but extract, replicate process not running.
    couple of points I would like to share with you regarding my setup.
    1. I am using single golden date instance to replicate the data between PROD and UAT databases.
    2. GGSCI (home-c07402bbc5) 1> dblogin userid ggate@PROD,PASSWORD 123456
    Successfully logged into database.
    GGSCI (home-c07402bbc5) 2> info all
    Program Status Group Lag Time Since Chkpt
    MANAGER RUNNING
    EXTRACT STOPPED EXT1 00:00:00 01:23:29
    REPLICAT STOPPED REP1 00:00:00 01:33:02
    GGSCI (home-c07402bbc5) 3> VIEW REPORT EXT1
    ERROR: REPORT file EXT1 does not exist.
    GGSCI (home-c07402bbc5) 4> start er *
    Sending START request to MANAGER ...
    EXTRACT EXT1 starting
    Sending START request to MANAGER ...
    REPLICAT REP1 starting
    GGSCI (home-c07402bbc5) 5> VIEW REPORT EXT1
    ERROR: REPORT file EXT1 does not exist.
    GGSCI (home-c07402bbc5) 6> info all
    Program Status Group Lag Time Since Chkpt
    MANAGER RUNNING
    EXTRACT STOPPED EXT1 00:00:00 01:24:10
    REPLICAT STOPPED REP1 00:00:00 01:33:44
    Target :
    GGSCI (home-c07402bbc5) 1> dblogin ggate@UAT,PASSWORD 123456
    ERROR: Unrecognized parameter (GGATE@UAT), expected USERID.
    GGSCI (home-c07402bbc5) 2> dblogin userid ggate@UAT,PASSWORD 123456
    Successfully logged into database.
    GGSCI (home-c07402bbc5) 5> add replicat rep1, exttrail C:\app\Bhanu\Goldengate/lt,checkpointtable ggate.checkpoint
    ERROR: REPLICAT REP1 already exists.
    GGSCI (home-c07402bbc5) 6> delete replicat rep1
    Deleted REPLICAT REP1.
    GGSCI (home-c07402bbc5) 7> add replicat rep1, exttrail C:\app\Bhanu\Goldengate/lt,checkpointtable ggate.checkpoint
    REPLICAT added.
    GGSCI (home-c07402bbc5) 8> edit params rep1
    GGSCI (home-c07402bbc5) 9> start er *
    Sending START request to MANAGER ...
    EXTRACT EXT1 starting
    Sending START request to MANAGER ...
    REPLICAT REP1 starting
    GGSCI (home-c07402bbc5) 10> info all
    Program Status Group Lag Time Since Chkpt
    MANAGER RUNNING
    EXTRACT STOPPED EXT1 00:00:00 01:29:46
    REPLICAT STOPPED REP1 00:00:00 00:00:48
    3. Is mandatory that I need two golden gate instances running each side ?
    Thanks for spending your time on this problem.

  • Oracle Golden Gate - Extract DDL only

    Hi.  We are working on a golden gate proof of concept.  The way our configuration is set up, we want to pull changes from our standby to keep load low on the primary.  This will require us to extract ddl changes from the primary, so my current plan is to put the dml on a 5 minute delay, and get the ddl immediately from the primary.  I am running into two issues, one I cannot figure out the setting to get DDL only from the primary (right now I am getting both ddl and dml from the primary), and 2, I get the following error  when retrieving data from the standby:  2015-04-16 20:08:40 ERROR OGG-00303 Oracle GoldenGate Capture for Oracle, ext1.prm: Invalid destination "+DATA/dgdemo/archivelog" specified for TRANLOGOPTION ALTARCHIVELOGDEST option, and I also get an error when I do do specify an archivelog destination.  Can anyone point me to the appropriate settings.  Below is the parameter file:
    extract ext1
    userid ggate password ggate
    --TRANLOGOPTIONS ASMUSER sys@ASM ASMPASSWORD password
    TRANLOGOPTIONS DBLOGREADER
    TRANLOGOPTIONS DBLOGREADERBUFSIZE 2597152,ASMBUFSIZE 28000
    TRANLOGOPTIONS ARCHIVEDLOGONLY
    TRANLOGOPTIONS ALTARCHIVELOGDEST primary "+DATA/dgdemo/archivelog" RECURSIVE
    discardfile ./dirrpt/ext1.dsc,purge
    reportcount every 15 minutes, rate
    exttrail ./dirdat/t1
    table SCOTT.*;

    OGG does not support ALTARCHIVELOGDEST parameter in ALO mode till OGG version 12c.
    Does GoldenGate Parameter ALTARCHIVELOGDEST Support ASM Diskgroups ? (Doc ID 1393059.1)
    Also In order to run Extract in the ALO mode when archived logs are stored in ASM,  the original database configuration must have complete file specification  in  log_archive_dest_n setting. Incomplete file specification leads ASM to ignore  log_archive_format. An Incomplete file spec only contain the diskgroup name  like +ASMDISK1.
    Users should ensure log_archive_dest is set using complete file  specification. In that case, log_archive_format is honored by ASM, and  Extract will work correctly.
    For example:
    alter diskgroup asmdisk2 add directory '+ASMDISK2/archivedir';

  • How many GOLDEN GATE extracts should I create for 300 schemas

    I have a question.I have 300 schemas and each schema has at least 120-130 tables which are not too big.I have to replicate all the schemas.What would be the best way to do it we have to also consider the memory we don't have much of memory available on source.I mean how many extract should I create.since it is also possible to create only one extract and we can add all schemas. what would be the best possible suggestion.should I create multiple extract lets say 10-20 and divide between them.or a single schema would be ok ??.
    can anyone suggest me something !!!
    Thanks in advance...

    The limit of 300 processes (extract and replicats) per manager as raised to 5000 in v11.2.1.
    You could certainly have 10 extracts:
    Extract 1
    Schema1.*;
    Schema2.*;
    etc
    Extract 2
    Schema31.*;
    Schema32.*;
    etc
    The main things to think of:
    Are their transactions that span schemas? Those should be in the same extract.
    Can the extract keep up with the volume from those 30 (or more) schemas?
    If I have to do maintainence on one schema and have to bring down the extract... are the other 29 schemas ok with this?
    Maybe the volume is such that you can put all 300 in one extract?

  • Weblogic - 1g- Application servers are going down with lot of struck threds

    Hi All,
    We are seeing issue with one of the non prod server, as soon as we start the server we see lot struck threads in logs and server console is opening veryslowly after some time application server is going down. Please see the few logs in TD.
    [2012-07-10 06:14:08,063] [ICOG802944407]:FirmSaleOrder: [DEBUG] <[STUCK] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <SAXOutputter> SAXOutputter.characters ['>']
    [2012-07-10 06:14:08,063] [ICOG802944407]:FirmSaleOrder: [DEBUG] <[STUCK] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <SAXOutputter> SAXOutputter.characters ['666642']
    [2012-07-10 06:14:08,063] [ICOG802944407]:FirmSaleOrder: [DEBUG] <[STUCK] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <SAXOutputter> SAXOutputter.characters ['<']
    [2012-07-10 06:14:08,063] [ICOG802944407]:FirmSaleOrder: [DEBUG] <[STUCK] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <SAXOutputter> SAXOutputter.characters ['/lSO']
    'weblogic.kernel.Default (self-tuning)'> <JMSEventRouter> This message has been tried for first time
    [2012-07-10 06:14:07,878] [ICOG802937073]:VideoResponse:Warning [DEBUG] <[STUCK] ExecuteThread: '95' for queue: 'weblogic.kernel.Default (self-tuning)'> <NSStack> NSPop (32)
    [2012-07-10 06:14:07,877] [ICOG802944396]:DataResponse:Accepted [DEBUG] <[STUCK] ExecuteThread: '119' for queue: 'weblogic.kernel.Default (self-tuning)'> <SOAPPart> Setting current message form to: FORM_OPTIMIZED (currentMessage is now org.apache.axis.utils.ByteArray)
    [2012-07-10 06:14:07,877] [ICOG802944401]:FiosVoiceResponse:Accepted [DEBUG] <[ACTIVE] ExecuteThread: '103' for queue: 'weblogic.kernel.Default (self-tuning)'> <PropertyManager> timestamp calculation, currentTimeStamp : 2012-07-10 nextRefreshTime : 2012-07-10
    [2012-07-10 06:14:08,077] [ICOG802941112-01]:FirmSaleOrder: [DEBUG] <[STUCK] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <SSPBundleEventDAO> It's a Supp Cancle Order
    [2012-07-10 06:14:08,077] [ICOG802941112-01]:FirmSaleOrder: [DEBUG] <[STUCK] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <SSPBundleEventDAO> Only Bundle Cancel Exists..
    [2012-07-10 06:14:08,077] [ICOG802941112-01]:FirmSaleOrder: [DEBUG] <[STUCK] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <SSPBundleEventDAO> isFVBundleCancel true
    [2012-07-10 06:14:08,077] [ICOG802941112-01]:FirmSaleOrder: [DEBUG] <[STUCK] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <BusinessDelegate> Got Product with productTypeValue as NA
    [2012-07-10 06:14:08,077] [ICOG802941112-01]:FirmSaleOrder: [DEBUG] <[STUCK] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <BusinessDelegate> Got Product with productTypeValue as FDVBUNDLE
    [2012-07-10 06:14:08,077] [ICOG802941112-01]:FirmSaleOrder: [DEBUG] <[STUCK] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <BusinessDelegate> Got FiOSVoice Product.. Going to insert int Master table..
    [2012-07-10 06:14:08,077] [ICOG802941112-01]:FirmSaleOrder: [DEBUG] <[STUCK] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <BusinessDelegate> orderType Install
    We are using - Weblogic - 11g, Solaris - 5.10, jdk160_31_64
    Can some one please suggest
    Regards,
    Uday

    Hi,
    These are not an issue but you need couple of tuning on server side.
    Make sure to increase your Max permsize to 1024m in case of 64 bit or 512m in case of 32 bit.
    Try to increase chunk size and chunkpool size to 8k.
    Enable tunneling on your server.
    Make your min and max heap size as equal.
    try to changes these settings and still you see the issue let me know.
    Regards,
    Kal

  • Interface goes down with mds9140

    Hi
    I've a problem with both MDS 9140. The fc interface goes down and don't go up when I reboot a device connected to them with a fiber. To solved the problem I need to remove the gbic and plug it back again. I use the following version of software
    Software
    BIOS: version 1.0.8
    loader: version 1.1(2)
    kickstart: version 1.2(1a)
    system: version 1.2(1a)
    Fabrice

    It is probably a software defect where if a port is up for over 248 days, Once link is lost, it will not come back w/o a shut/no shut or manual intervention as you describe. This issue is resolved in the 1.3.4b and above code. For a 91xx, this would be a disruptive upgrade. Or, simply issue a shut/no shut on an affected port and you'll be good for another 248 days.

  • Why is Skype Credit Going Down with Subscription S...

    Why are my Skype credits going down? I have a subscription service for Unlimited calls to Australia? What charges am I acrueing with my calls to Australia and local landline/cell numbers? I started my subscription yesterday with $5.00 in credits. Now I'm at $4.00. What happens when it goes to zero? No more calls to Australia or no more calls to landlines/cells in the States? Thanks.

    I am also having this very problem and it seems like someone is using my credit, almost daily or within two days..

  • Golden gate extract nt starting

    Extract process not starting giving below error in the reoort file. What we understand form ht below error.
    2013-05-09 04:03:25 ERROR OGG-00446 Checkpointing was not selected during initialization.
    2013-05-09 04:03:25 ERROR OGG-01668 PROCESS ABENDING.

    As I can't move your thread, please open a new thread in the GG forum: GoldenGate

  • Ora Golden gate: Extract Process error.

    As soon as i start the extract process i have the following error message pop up..
    The procedure entry point longjmp could not be located in the dynamic link library orauts.dll.
    Can any1 help in dis??
    Thanks in Advance.

    Hi,
    I am facing the same issue. Can u please help me how did you solve it.
    Thanks in advance.

  • HT201401 battery is not holding a charge i can see it going down with phone off and sitting on my desk, no apps are opened.

    My battery charge is not lasting.  No apps are being used or opened.  The phone is losing power without using it.  It is sitting on my desk not being used and is now reading 58%.  Fully charged at 100% this morning (8:00).  Help!!!!!!

    1. Plug phone into AC adaptor and charge for at least 30 minutes
    2. If not on, reset phone: press both home and power buttons for at least 10 seconds, releasing when the Apple logo appears.
    If no reponse to above, there is hardware damage and you need to take it to Apple or whoever provides iPhone service in your country.

  • Report sever is going down.

    Hi experts,
    APPS-11.5.10.2,
    Db-10g
    os- hp unix
    My report server is going down.please below report server logs.
    2013-03-02 15:30:24 -- Server shutting down an engine. (REP60_CRMPRD1)
    *** 2013-03-02 17:02:45 -- Server started up an engine. (REP60_CRMPRD1)
    *** 2013-03-02 17:42:57 -- Server shutting down an engine. (REP60_CRMPRD1)
    *** 2013-03-03 04:41:41 -- Server is starting up.
    *** 2013-03-03 18:23:14 -- Server is starting up.
    *** 2013-03-04 01:43:44 -- Server is starting up.
    *** 2013-03-04 11:28:48 -- Server is starting up.
    *** 2013-03-04 11:57:22 -- Server started up an engine. (REP60_CRMPRD1)
    *** 2013-03-04 12:42:10 -- Server shutting down an engine. (REP60_CRMPRD1)
    *** 2013-03-04 12:46:50 -- Server started up an engine. (REP60_CRMPRD1)
    *** 2013-03-04 13:16:58 -- Server shutting down an engine. (REP60_CRMPRD1)
    *** 2013-03-04 13:34:50 -- Server started up an engine. (REP60_CRMPRD1)
    *** 2013-03-04 15:30:14 -- Server shutting down an engine. (REP60_CRMPRD1)
    *** 2013-03-04 15:35:30 -- Server started up an engine. (REP60_CRMPRD1)
    *** 2013-03-04 16:29:10 -- Server shutting down an engine. (REP60_CRMPRD1)
    *** 2013-03-04 16:49:31 -- Server started up an engine. (REP60_CRMPRD1)
    *** 2013-03-04 17:44:41 -- Server shutting down an engine. (REP60_CRMPRD1)
    *** 2013-03-04 18:15:39 -- Server started up an engine. (REP60_CRMPRD1)
    *** 2013-03-04 18:48:58 -- Server shutting down an engine. (REP60_CRMPRD1)
    *** 2013-03-04 20:26:29 -- Server is starting up.
    *** 2013-03-05 03:50:03 -- Server is starting up.
    *** 2013-03-05 04:01:42 -- Server is starting up.
    *** 2013-03-05 09:31:04 -- Server started up an engine. (REP60_CRMPRD1)
    *** 2013-03-05 10:01:15 -- Server shutting down an engine. (REP60_CRMPRD1)
    *** 2013-03-05 10:09:40 -- Server started up an engine. (REP60_CRMPRD1)
    *** 2013-03-05 12:11:33 -- Server shutting down an engine. (REP60_CRMPRD1)
    *** 2013-03-05 12:14:21 -- Server started up an engine. (REP60_CRMPRD1)
    *** 2013-03-05 13:15:41 -- Server shutting down an engine. (REP60_CRMPRD1)
    *** 2013-03-05 14:15:23 -- Server started up an engine. (REP60_CRMPRD1)
    *** 2013-03-05 15:03:10 -- Server shutting down an engine. (REP60_CRMPRD1)
    *** 2013-03-05 15:10:45 -- Server started up an engine. (REP60_CRMPRD1)
    *** 2013-03-05 15:40:53 -- Server shutting down an engine. (REP60_CRMPRD1)
    *** 2013-03-05 15:49:24 -- Server started up an engine. (REP60_CRMPRD1)
    *** 2013-03-05 16:59:43 -- Server shutting down an engine. (REP60_CRMPRD1)
    *** 2013-03-05 17:30:03 -- Server started up an engine. (REP60_CRMPRD1)
    *** 2013-03-05 18:21:53 -- Server shutting down an engine. (REP60_CRMPRD1)
    *** 2013-03-05 18:55:00 -- Server started up an engine. (REP60_CRMPRD1)
    *** 2013-03-05 19:25:11 -- Server shutting down an engine. (REP60_CRMPRD1)
    *** 2013-03-05 20:00:22 -- Server started up an engine. (REP60_CRMPRD1)
    *** 2013-03-05 20:30:30 -- Server shutting down an engine. (REP60_CRMPRD1)
    *** 2013-03-06 10:47:28 -- Server started up an engine. (REP60_CRMPRD1)
    *** 2013-03-06 11:17:38 -- Server shutting down an engine. (REP60_CRMPRD1)
    *** 2013-03-06 12:03:22 -- Server started up an engine. (REP60_CRMPRD1)
    *** 2013-03-06 12:33:30 -- Server shutting down an engine. (REP60_CRMPRD1)
    *** 2013-03-06 12:46:23 -- Server started up an engine. (REP60_CRMPRD1)
    *** 2013-03-06 13:16:34 -- Server shutting down an engine. (REP60_CRMPRD1)
    *** 2013-03-06 16:00:34 -- Server started up an engine. (REP60_CRMPRD1)
    *** 2013-03-06 16:30:40 -- Server shutting down an engine. (REP60_CRMPRD1)
    *** 2013-03-06 16:45:26 -- Server started up an engine. (REP60_CRMPRD1)
    *** 2013-03-06 17:18:18 -- Server shutting down an engine. (REP60_CRMPRD1)
    *** 2013-03-08 09:15:34 -- Server started up an engine. (REP60_CRMPRD1)
    *** 2013-03-08 09:45:43 -- Server shutting down an engine. (REP60_CRMPRD1)
    *** 2013-03-08 11:44:54 -- Server started up an engine. (REP60_CRMPRD1)
    *** 2013-03-08 12:29:14 -- Server shutting down an engine. (REP60_CRMPRD1)
    *** 2013-03-08 15:54:36 -- Server started up an engine. (REP60_CRMPRD1)
    *** 2013-03-08 16:24:44 -- Server shutting down an engine. (REP60_CRMPRD1)
    *** 2013-03-08 16:46:39 -- Server started up an engine. (REP60_CRMPRD1)
    *** 2013-03-08 17:16:43 -- Server shutting down an engine. (REP60_CRMPRD1)
    *** 2013-03-08 17:39:13 -- Server started up an engine. (REP60_CRMPRD1)
    *** 2013-03-08 18:19:10 -- Server shutting down an engine. (REP60_CRMPRD1)
    *** 2013-03-09 10:53:30 -- Server started up an engine. (REP60_CRMPRD1)
    *** 2013-03-09 11:32:42 -- Server shutting down an engine. (REP60_CRMPRD1)
    *** 2013-03-09 12:34:18 -- Server started up an engine. (REP60_CRMPRD1)
    *** 2013-03-09 13:22:56 -- Server shutting down an engine. (REP60_CRMPRD1)
    *** 2013-03-09 13:44:55 -- Server started up an engine. (REP60_CRMPRD1)
    *** 2013-03-09 14:15:03 -- Server shutting down an engine. (REP60_CRMPRD1)
    *** 2013-03-09 14:42:18 -- Server started up an engine. (REP60_CRMPRD1)
    *** 2013-03-09 15:12:21 -- Server shutting down an engine. (REP60_CRMPRD1)
    *** 2013-03-09 15:31:51 -- Server started up an engine. (REP60_CRMPRD1)
    *** 2013-03-09 16:01:59 -- Server shutting down an engine. (REP60_CRMPRD1)
    *** 2013-03-10 03:58:01 -- Server is starting up.
    *** 2013-03-10 04:23:40 -- Server is starting up.
    *** 2013-03-10 07:19:23 -- Server is starting up.
    *** 2013-03-10 08:45:44 -- Server is starting up.
    *** 2013-03-10 09:21:13 -- Server is starting up.
    *** 2013-03-10 14:11:24 -- Server is starting up.
    *** 2013-03-17 03:43:31 -- Server is starting up.
    *** 2013-03-18 10:19:52 -- Server started up an engine. (REP60_CRMPRD1)
    *** 2013-03-18 10:50:03 -- Server shutting down an engine. (REP60_CRMPRD1)
    *** 2013-03-18 10:57:55 -- Server started up an engine. (REP60_CRMPRD1)
    *** 2013-03-18 11:28:07 -- Server shutting down an engine. (REP60_CRMPRD1)
    *** 2013-03-18 12:58:29 -- Server started up an engine. (REP60_CRMPRD1)
    *** 2013-03-18 13:28:36 -- Server shutting down an engine. (REP60_CRMPRD1)
    *** 2013-03-18 16:26:54 -- Server started up an engine. (REP60_CRMPRD1)
    *** 2013-03-18 16:59:26 -- Server shutting down an engine. (REP60_CRMPRD1)
    *** 2013-03-24 04:02:59 -- Server is starting up.
    *** 2013-03-24 15:57:01 -- Server started up an engine. (REP60_CRMPRD1)
    *** 2013-03-26 22:24:49 -- Server is starting up.
    *** 2013-03-31 04:01:43 -- Server is starting up.
    *** 2013-04-03 11:46:09 -- Server is starting up.
    *** 2013-04-03 11:49:51 -- Server started up an engine. (REP60_CRMPRD1)
    *** 2013-04-03 12:39:07 -- Server shutting down an engine. (REP60_CRMPRD1)
    *** 2013-04-03 12:53:32 -- Server started up an engine. (REP60_CRMPRD1)
    *** 2013-04-03 14:25:51 -- Server shutting down an engine. (REP60_CRMPRD1)
    *** 2013-04-03 14:41:13 -- Server started up an engine. (REP60_CRMPRD1)
    *** 2013-04-03 15:26:58 -- Server shutting down an engine. (REP60_CRMPRD1)
    *** 2013-04-03 15:39:32 -- Server started up an engine. (REP60_CRMPRD1)
    *** 2013-04-05 07:33:57 -- Server is starting up.
    *** 2013-04-06 07:45:01 -- Server is starting up.
    *** 2013-04-06 10:35:41 -- Server started up an engine. (REP60_CRMPRD1)
    Rgs,
    Ram

    891940 wrote:
    hi hussien,
    This is CRM.some time my report server is going down status.yes before it is working fine.we have changes as per below link.
    conncurrent mager logfile errors
    Rgs,
    Ram.Please post the steps you followed to do the changes.
    What are the issues you have with the reports server from the front-end?
    Thanks,
    Hussein

  • VOD - application goes down after a while (only some instances)

    Hello Guys,
    I have a simple VOD application running on FMS 3.5.5 which I need to stream continuously but I'm unable to identify the correct configuration to do so. I removed as much limit details as I could from those XML file: Server.xml, Application.xml and VHost.xml.
    Basically I have arround 15 different streams but all of sudden some of them, NOT ALL, goes down with no explanation (as I could see).
    As per logs, there is no much details but "application unloaded".
    Can someone pls help me to identify what else needs to be changed in order to have those stream playing continuously? Usually they went down after some hours in idle state. But I'm not sure whether it's related to CPU/Memory usage. My server has 8GB of memory, and when I start playing all those stream the memory goes down till 52mb free (50mb to 53mb usually). "All" memory is allocated to cache, and it seems there is no problem with that.
    Server.xml
    <Root>
            <Server>
                    <NetworkingIPv6 enable="false" />
                    <CrossDomainPath></CrossDomainPath>
                    <Plugins>
                            <UserDefined>
                                    <UserKey1>
                                            This data can be retrieved by FMS plug-in.
                                            Please look at Auth Adaptor sample for details.
                                    </UserKey1>
                                    <UserKey2>
                                            This data can be retrieved by FMS plug-in.
                                            Please look at Auth Adaptor sample for details.
                                    </UserKey2>
                            </UserDefined>
                            <FilePlugin enabled="true">
                                    <MaxNumberOfRequests>0</MaxNumberOfRequests>
                                    <Content type="Streams">true</Content>
                                    <Content type="SWF">false</Content>
                            </FilePlugin>
                    </Plugins>
                    <SSL>
                            <SSLRandomSeed>16</SSLRandomSeed>
                            <SSLSessionCacheGC>5</SSLSessionCacheGC>
                            <SSLClientCtx>
                                    <SSLVerifyCertificate>true</SSLVerifyCertificate>
                                    <SSLCACertificatePath></SSLCACertificatePath>
                                    <SSLCACertificateFile></SSLCACertificateFile>
                                    <SSLVerifyDepth>9</SSLVerifyDepth>
                                    <SSLCipherSuite>ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH</SSLCipherSuite>
                            </SSLClientCtx>
                    </SSL>
                    <Process>
                            <UID>${SERVER.PROCESS_UID}</UID>
                            <GID>${SERVER.PROCESS_GID}</GID>
                    </Process>
                    <Mask>017</Mask>
                    <LicenseInfo>${SERVER.LICENSEINFO}</LicenseInfo>
                    <LicenseInfoEx></LicenseInfoEx>
        <ReadBufferSize>4096</ReadBufferSize>
                    <AdminServer>
                            <CrossDomainPath></CrossDomainPath>
                            <RTMP>
                                    <RTMPE enabled="true"></RTMPE>
                            </RTMP>
                            <HostPort>${SERVER.ADMINSERVER_HOSTPORT}</HostPort>
                            <IpcHostPort>localhost:11110</IpcHostPort>
                            <SocketGC>60</SocketGC>
                            <Process>
                                    <UID>${SERVER.PROCESS_UID}</UID>
                                    <GID>${SERVER.PROCESS_GID}</GID>
                            </Process>
                            <AdminElem>false</AdminElem>
                            <Allow>all</Allow>
                            <Deny></Deny>
                            <Order>Allow,Deny</Order>
                    </AdminServer>
                    <AutoCloseIdleClients enable="false">
                            <CheckInterval>-1</CheckInterval>
                            <MaxIdleTime>-1</MaxIdleTime>
                    </AutoCloseIdleClients>
                    <ResourceLimits>
                            <FLVCachePurge>60</FLVCachePurge>
                            <FLVCache>
                                    <FileCheckInterval>120</FileCheckInterval>
                                    <MaxSize>${SERVER.FLVCACHE_MAXSIZE}</MaxSize>
                                    <MaxKeyframeCacheSize>0</MaxKeyframeCacheSize>
                            </FLVCache>
                            <RecBuffer>
                                    <MaxFlushTime>5</MaxFlushTime>
                                    <MaxFlushSize>256</MaxFlushSize>
                                    <AllowedVideoLag></AllowedVideoLag>
                                    <MaxSize>512000</MaxSize>
                                    <MaxTimestampSkew>-1</MaxTimestampSkew>
                            </RecBuffer>
                            <CPUMonitor>1</CPUMonitor>
                            <ThreadPoolGC>20</ThreadPoolGC>
                            <MsgPoolGC>60</MsgPoolGC>
                            <ApplicationGC>-1</ApplicationGC>
                            <FLVCacheSize>10</FLVCacheSize>
                            <SocketGC>60</SocketGC>
                            <ProcVMSizeMonitorInterval>60</ProcVMSizeMonitorInterval>
                            <ProcVMSizeWarn>1800</ProcVMSizeWarn>
                            <ProcVMSizeNominal>1600</ProcVMSizeNominal>
                            <SSLSessionCacheGC>5</SSLSessionCacheGC>
                            <Connector>
                                    <HTTP>
                                            <MinConnectionThreads>0</MinConnectionThreads>
                                            <MaxConnectionThreads>0</MaxConnectionThreads>
                                            <MaxConnectionQueueSize>-1</MaxConnectionQueueSize>
                                            <HandleCache>
                                                    <MaxSize>100</MaxSize>
                                                    <IdleTime>30</IdleTime>
                                                    <TrimSize>0.2</TrimSize>
                                                    <GCInterval>60</GCInterval>
                                            </HandleCache>
                                    </HTTP>
                                    <RTMP>
                                            <MinIOThreads>0</MinIOThreads>
                                            <MaxIOThreads>32</MaxIOThreads>
                                            <NumCRThreads>0</NumCRThreads>
                                            <MinConnectionThreads>0</MinConnectionThreads>
                                            <MaxConnectionThreads>0</MaxConnectionThreads>
                                            <MaxConnectionQueueSize>-1</MaxConnectionQueueSize>
                                    </RTMP>
                            </Connector>
                            <Protocol>
                                    <RTMP>
                                            <Edge>
                                                    <MinIOThreads>0</MinIOThreads>
                                                    <MaxIOThreads>0</MaxIOThreads>
                                                    <SocketTableSize>-1</SocketTableSize>
                                                    <SocketOverflowBuckets>-1</SocketOverflowBuckets>
                                                    <MaxConnectionRate>-1</MaxConnectionRate>
                                            </Edge>
                                            <Core>
                                                    <MinIOThreads>0</MinIOThreads>
                                                    <MaxIOThreads>0</MaxIOThreads>
                                                    <SocketTableSize>-1</SocketTableSize>
                                                    <SocketOverflowBuckets>-1</SocketOverflowBuckets>
                                            </Core>
                                            <Admin>
                                                    <MinIOThreads>0</MinIOThreads>
                                                    <MaxIOThreads>0</MaxIOThreads>
                                                    <SocketTableSize>-1</SocketTableSize>
                                                    <SocketOverflowBuckets>-1</SocketOverflowBuckets>
                                            </Admin>
                                            <SocketSndBuf>0</SocketSndBuf>
                                            <SocketRcvBuf>0</SocketRcvBuf>
                                            <DiffServ>0</DiffServ>
                                            <DiffServMask>0</DiffServMask>
                                    </RTMP>
                                    <ECCP>
                                            <MinIOThreads>0</MinIOThreads>
                                            <MaxIOThreads>0</MaxIOThreads>
                                            <SocketTableSize>-1</SocketTableSize>
                                            <SocketOverflowBuckets>-1</SocketOverflowBuckets>
                                            <CoreTimeout>30</CoreTimeout>
                                    </ECCP>
                                    <ACCP>
                                            <MinIOThreads>0</MinIOThreads>
                                            <MaxIOThreads>0</MaxIOThreads>
                                            <SocketTableSize>-1</SocketTableSize>
                                            <SocketOverflowBuckets>-1</SocketOverflowBuckets>
                                    </ACCP>
                            </Protocol>
                            <IPCQueues>
                                    <GlobalQueue>
                                            <HeapSize>2048</HeapSize>
                                            <MaxQueueSize>10</MaxQueueSize>
                                    </GlobalQueue>
                                    <EdgeCore>
                                            <HeapSize>1024</HeapSize>
                                            <MaxQueueSize>10</MaxQueueSize>
                                    </EdgeCore>
                                    <Services>
                                            <HeapSize>2048</HeapSize>
                                            <MaxQueueSize>10</MaxQueueSize>
                                    </Services>
                            </IPCQueues>
                            <MessageCache enable="false">
                                    <MaxCacheUnits>4096</MaxCacheUnits>
                                    <MaxCacheSize>100</MaxCacheSize>
                                    <MaxUnitSize>16</MaxUnitSize>
                                    <FreeRatio>0.125</FreeRatio>
                                    <GlobalRatio>0.4</GlobalRatio>
                                    <MaxAge>1000000</MaxAge>
                                    <UpdateInterval>1024</UpdateInterval>
                                    <FreeMemRatio>0.5</FreeMemRatio>
                            </MessageCache>
                            <SmallMemPool enable="false">
                                    <MaxCacheUnits>4096</MaxCacheUnits>
                                    <MaxCacheSize>100</MaxCacheSize>
                                    <MaxUnitSize>16</MaxUnitSize>
                                    <FreeRatio>0.125</FreeRatio>
                                    <GlobalRatio>0.4</GlobalRatio>
                                    <MaxAge>1000000</MaxAge>
                                    <UpdateInterval>1024</UpdateInterval>
                                    <FreeMemRatio>0.5</FreeMemRatio>
                            </SmallMemPool>
                            <LargeMemPool enable="false">
                                    <MaxCacheUnits>4096</MaxCacheUnits>
                                    <MaxCacheSize>100</MaxCacheSize>
                                    <MaxUnitSize>16</MaxUnitSize>
                                    <FreeRatio>0.125</FreeRatio>
                                    <GlobalRatio>0.4</GlobalRatio>
                                    <MaxAge>1000000</MaxAge>
                                    <UpdateInterval>1024</UpdateInterval>
                                    <FreeMemRatio>0.5</FreeMemRatio>
                            </LargeMemPool>
                            <SegmentsPool enable="false">
                                    <MaxCacheUnits>4096</MaxCacheUnits>
                                    <MaxCacheSize>100</MaxCacheSize>
                                    <MaxUnitSize>16</MaxUnitSize>
                                    <FreeRatio>0.125</FreeRatio>
                                    <GlobalRatio>0.4</GlobalRatio>
                                    <MaxAge>1000000</MaxAge>
                                    <UpdateInterval>1024</UpdateInterval>
                                    <FreeMemRatio>0.5</FreeMemRatio>
                            </SegmentsPool>
                            <Master>
                                    <CoreGC>-1</CoreGC>
                                    <CoreExitDelay>20</CoreExitDelay>
                            </Master>
                            <Edge>
                                    <MinEventQueueThreads>2</MinEventQueueThreads>
                                    <MaxEventQueueThreads>-2</MaxEventQueueThreads>
                                    <NumSchedQueues>1</NumSchedQueues>
                            </Edge>
                    </ResourceLimits>
                    <Logging>
                            <Time>local</Time>
                            <RetryNumber>0</RetryNumber>
                            <RetrySleep>100</RetrySleep>
                            <RecordsNumber>-1</RecordsNumber>
                            <TerminatingCharacters>CRLF</TerminatingCharacters>
                            <Access>
                                    <Enable>true</Enable>
                                    <Scope>server</Scope>
                                    <Checkpoints enable="false">
                                            <CheckInterval>60</CheckInterval>
                                            <LogInterval>3600</LogInterval>
                                    </Checkpoints>
                            </Access>
                            <Diagnostic>
                                    <Enable>true</Enable>
                            </Diagnostic>
                            <Application>
                                    <Enable>true</Enable>
                            </Application>
                            <AuthEvent>
                                    <Enable>true</Enable>
                            </AuthEvent>
                            <AuthMessage>
                                    <Enable>true</Enable>
                            </AuthMessage>
                            <FileIO>
                                    <Enable>true</Enable>
                            </FileIO>
                    </Logging>
                    <Localhost>localhost</Localhost>
                    <PublicIP></PublicIP>
                    <SWFVerification>
                            <SWFFolder></SWFFolder>
                            <DirLevelSWFScan>1</DirLevelSWFScan>
                            <MaxInitDelay>5</MaxInitDelay>
                            <MinGoodVersion></MinGoodVersion>
                            <Cache>
                                    <TTL>1440</TTL>
                                    <UpdateInterval>5</UpdateInterval>
                            </Cache>
                    </SWFVerification>
                    <Streams>
                            <StreamLogLevel>warning</StreamLogLevel>
                            <Mp4>
                                    <Playback>
                                            <VideoAutoBufferReadSize>153600</VideoAutoBufferReadSize>
                                            <AudioAutoBufferReadSize>51200</AudioAutoBufferReadSize>
                                            <OtherAutoBufferReadSize>1024</OtherAutoBufferReadSize>
                                            <EnableAggMsgs>true</EnableAggMsgs>
                                            <MaxAggMsgSize>65536</MaxAggMsgSize>
                                            <MaxTracks>64</MaxTracks>
                                            <MaxSampleSize>16777216</MaxSampleSize>
                                            <AllowAnyAVCProfile>false</AllowAnyAVCProfile>
                                            <AllowAnyAACProfile>false</AllowAnyAACProfile>
                                    </Playback>
                                    <Recording>
                                            <MaxELSTEntries>100</MaxELSTEntries>
                                            <MaxDataSampleDescriptions>10</MaxDataSampleDescriptions>
                                            <MaxAudioSampleDescriptions>10</MaxAudioSampleDescriptions>
                                            <MaxVideoSampleDescriptions>10</MaxVideoSampleDescriptions>
                                    </Recording>
                            </Mp4>
                            <Raw>
                                    <EnableAggMsgs>true</EnableAggMsgs>
                                    <MaxAggMsgSize>65536</MaxAggMsgSize>
                            </Raw>
                    </Streams>
                    <Httpd enabled="${SERVER.HTTPD_ENABLED}">
                            <Directory>Apache2.2</Directory>
                            <Program>bin/httpd</Program>
                            <Options>-f ./conf/httpd.conf</Options>
                            <Service>FMSHttpd</Service>
                    </Httpd>
            </Server>
            <ServerDomain></ServerDomain>
    </Root>
    Application.xml
    <Application>
            <Process>
        <Scope></Scope>
        <Distribute numprocs="3">Instances</Distribute>
        <LifeTime>
          <RollOver></RollOver>
          <MaxCores></MaxCores>
        </LifeTime>
                    <MaxFailures>2</MaxFailures>
                    <RecoveryTime>0</RecoveryTime>
            </Process>
            <LoadOnStartup>false</LoadOnStartup>
            <MaxAppIdleTime>-1</MaxAppIdleTime>
            <JSEngine>
                    <RuntimeSize>1024</RuntimeSize>
                    <MaxGCSkipCount>-1</MaxGCSkipCount>
                    <MaxTimeOut>0</MaxTimeOut>
                    <ScriptLibPath>${APP.JS_SCRIPTLIBPATH}</ScriptLibPath>
                    <XMLSocket>
                            <MaxUnprocessedChars>4096</MaxUnprocessedChars>
                    </XMLSocket>
                    <NetConnection>
                            <ObjectEncoding>AMF3</ObjectEncoding>
                    </NetConnection>
        <Security>
          <RPC enable="false">
            <Client>
              <Method>
                <Allow></Allow>
              </Method>
            </Client>
            <NetConnection>
              <Method>
                <Allow>onStatus</Allow>
              </Method>
            </NetConnection>
            <SharedObject>
              <Method>
                <Allow></Allow>
              </Method>
            </SharedObject>
            <Stream>
              <Method>
                <Allow>onStatus</Allow>
              </Method>
            </Stream>
          </RPC>
        </Security>
            </JSEngine>
            <StreamManager>
                    <StorageDir></StorageDir>
                    <QualifiedStreamsMapping enable="false" />
                    <DuplicateDir appName="true"></DuplicateDir>
                    <CachePrefix type="path">?IP?</CachePrefix>
                    <CacheUpdateInterval></CacheUpdateInterval>
                    <MaxBufferRetries>128</MaxBufferRetries>
                    <ThrottleBoundaryRequest enable="false">8</ThrottleBoundaryRequest>
                    <ThrottleLoads enable="true">8</ThrottleLoads>
                    <ThrottleDisplayInterval>64</ThrottleDisplayInterval>
                    <EnhancedSeek zone="client">true</EnhancedSeek>
                    <KeyFrameInterval>60000</KeyFrameInterval>
                    <MaxStreamsBeforeGC>-1</MaxStreamsBeforeGC>
                    <Audio>
                            <CombineSamples>
                                    <Subscribers>8</Subscribers>
                                    <LoCPU>60</LoCPU>
                                    <HiCPU>80</HiCPU>
                                    <MaxSamples>0</MaxSamples>
                            </CombineSamples>
                            <SendSilence>
                                    <Interval></Interval>
                            </SendSilence>
                            <NotifyAudioStop enabled="false">
                                    <Duration></Duration>
                            </NotifyAudioStop>
                    </Audio>
                    <Live>
                            <AccumulatedIFrames>
                                    <MaxTime>-1</MaxTime>
                                    <MaxSize>-1</MaxSize>
                            </AccumulatedIFrames>
                            <Queue enabled="true">
                                    <MaxQueueSize>4096</MaxQueueSize>
                                    <MaxQueueDelay>500</MaxQueueDelay>
                                    <FlushOnData>true</FlushOnData>
                                    <AggregateMessages enabled="true">
                                            <MaxAggMsgSize>-1</MaxAggMsgSize>
                                    </AggregateMessages>
                            </Queue>
                            <PublishTimeout>2000</PublishTimeout>
                            <MaxLatency>500</MaxLatency>
                            <StartClockOnPublish>false</StartClockOnPublish>
                            <EraseOnPublish>true</EraseOnPublish>
                    </Live>
                    <SendDuplicateStart>true</SendDuplicateStart>
                    <SendDuplicateOnMetaData>true</SendDuplicateOnMetaData>
                    <Recording>
                            <MaxSize>-1</MaxSize>
                            <MaxSizeCap>-1</MaxSizeCap>
                            <MaxDuration>-1</MaxDuration>
          <MaxDurationCap>-1</MaxDurationCap>
      </Recording>
            </StreamManager>
            <SharedObjManager>
                    <StorageDir></StorageDir>
                    <DuplicateDir appName="true"></DuplicateDir>
                    <ResyncDepth>-1</ResyncDepth>
                    <LockTimeOut>-1</LockTimeOut>
                    <AutoCommit>true</AutoCommit>
                    <MaxProperties>-1</MaxProperties>
                    <MaxPropertySize>-1</MaxPropertySize>
            </SharedObjManager>
            <AllowHTTPTunnel>true</AllowHTTPTunnel>
            <Client>
                    <WindowsPerAck>2</WindowsPerAck>
                    <Bandwidth override="yes">
                            <ServerToClient>2500000</ServerToClient>
                            <ClientToServer>2500000</ClientToServer>
                    </Bandwidth>
                    <BandwidthCap override="no">
                            <ServerToClient>5000000</ServerToClient>
                            <ClientToServer>5000000</ClientToServer>
                    </BandwidthCap>
        <BandwidthDetection enabled="true">
          <MaxRate>-1</MaxRate>
          <DataSize>16384</DataSize>
          <MaxWait>2</MaxWait>
        </BandwidthDetection>
                    <MsgQueue>
                            <Live>
                                    <MaxAudioLatency>2000</MaxAudioLatency>
                                    <MinBufferTime>8000</MinBufferTime>
                            </Live>
                            <Recorded>
                                    <MinBufferTime>2000</MinBufferTime>
                            </Recorded>
                            <Server>
                                    <BufferRatio>0.5</BufferRatio>
                                    <Prioritization>false</Prioritization>
                                    <MinQueuedVideo>64</MinQueuedVideo>
                            </Server>
                            <Diagnostic>
                                    <Enable>false</Enable>
                            </Diagnostic>
                    </MsgQueue>
                    <HTTPTunnel>
                            <IdlePostInterval>512</IdlePostInterval>
                            <IdleAckInterval>512</IdleAckInterval>
                            <MimeType>application/x-fcs</MimeType>
                            <WriteBufferSize>16</WriteBufferSize>
                    </HTTPTunnel>
                    <MaxMessageSizeLosslessVideo>0</MaxMessageSizeLosslessVideo>
                    <OutChunkSize>4096</OutChunkSize>
                    <AggregateMessages enabled="true"></AggregateMessages>
                    <Access>
                            <FolderAccess>false</FolderAccess>
                            <AudioSampleAccess enabled="false"></AudioSampleAccess>
                            <VideoSampleAccess enabled="false"></VideoSampleAccess>
                    </Access>
                    <UserAgent override="yes">
                            <Bits from="WIN 6,0,0,0" to="WIN 7,0,55,0">0x01</Bits>
                            <Bits from="MAC 6,0,0,0" to="MAC 7,0,55,0">0x01</Bits>
                    </UserAgent>
            </Client>
            <Debug>
                    <MaxPendingDebugConnections>50</MaxPendingDebugConnections>
                    <AllowDebugDefault>false</AllowDebugDefault>
            </Debug>
            <HTTP>
                    <HTTP_1_0>false</HTTP_1_0>
                    <Verbose>false</Verbose>
                    <Connections>
                            <MaxTimeout>60</MaxTimeout>
                            <Reuse>true</Reuse>
                            <Interface></Interface>
                    </Connections>
                    <Proxy>
                            <Host></Host>
                            <Port></Port>
                            <Type>HTTP</Type>
                            <Tunnel>false</Tunnel>
                            <Username></Username>
                            <Password></Password>
                    </Proxy>
                    <Redirect>
                            <Allow>true</Allow>
                            <Max>10</Max>
                            <UnrestrictedAuth>true</UnrestrictedAuth>
                    </Redirect>
            </HTTP>
            <SWFVerification enabled="false">
                    <SWFFolder></SWFFolder>
                    <MinGoodVersion></MinGoodVersion>
                    <DirLevelSWFScan>1</DirLevelSWFScan>
                    <MaxInitDelay>5</MaxInitDelay>
                    <FirstHashTimeout>5</FirstHashTimeout>
                    <FinalHashTimeout>60</FinalHashTimeout>
                    <UserAgentExceptions>
                            <Exception from="" to=""/>
                    </UserAgentExceptions>
                    <Cache>
                            <TTL>1440</TTL>
                            <UpdateInterval>5</UpdateInterval>
                    </Cache>
                    <ConnectionBlocking enabled="false"/>
            </SWFVerification>
            <Logging>
                    <Access>
                            <Checkpoints enable="false">
                                    <LogInterval>3600</LogInterval>
                            </Checkpoints>
                            -->
                    </Access>
            </Logging>
            <DisallowedProtocols></DisallowedProtocols>
    </Application>
    Vhost.xml
    <VirtualHost>
            <AliasList>
                    <Alias name="alias1"></Alias>
            </AliasList>
            <AppsDir>${VHOST.APPSDIR}</AppsDir>
            <ResourceLimits>
                    <MaxConnections>-1</MaxConnections>
                    <MaxEdgeConnections>-1</MaxEdgeConnections>
                    <MaxAppInstances>15000</MaxAppInstances>
                    <MaxStreams>250000</MaxStreams>
                    <MaxSharedObjects>50000</MaxSharedObjects>
                    <AppInstanceGC>-1</AppInstanceGC>
            </ResourceLimits>
            <VirtualKeys>
            </VirtualKeys>
            <VirtualDirectory>
                    <Streams></Streams>
            </VirtualDirectory>
            <DNSSuffix></DNSSuffix>
            <Allow>all</Allow>
            <Proxy>
                    <Mode>local</Mode>
                    <RequestTimeout>2</RequestTimeout>
                    <Anonymous>false</Anonymous>
                    <CacheDir enabled="false" useAppName="true">
                            <Path></Path>
                            <MaxSize>32</MaxSize>
                    </CacheDir>
                    <LocalAddress></LocalAddress>
                    <RouteTable protocol="">
                            <RouteEntry></RouteEntry>
                    </RouteTable>
                    <EdgeAutoDiscovery>
                            <Enabled>false</Enabled>
                            <AllowOverride>true</AllowOverride>
                            <WaitTime>1000</WaitTime>
                    </EdgeAutoDiscovery>
                    <SSL>
                            <SSLVerifyCertificate>true</SSLVerifyCertificate>
                            <SSLCACertificatePath></SSLCACertificatePath>
                            <SSLCACertificateFile></SSLCACertificateFile>
                            <SSLVerifyDepth>9</SSLVerifyDepth>
                            <SSLCipherSuite>ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH</SSLCipherSuite>
                    </SSL>
                    -->
                    <AggregateMessages enabled="true">
                    </AggregateMessages>
            </Proxy>
            <Logging>
                    <Access>
                            <Checkpoints enable="false">
                                    <LogInterval>3600</LogInterval>
                            </Checkpoints>
                            -->
                    </Access>
            </Logging>
    </VirtualHost>

    Hello guys,
    thanks for replying.
    All intances spent 24h playing/streaming as expected but today some of them went down.
    Any idea why this core is being deactivated?
    master.log
    2011-04-20      16:30:54        16109   (i)2581172      System memory load (90) is now below the maximum threshold.     -
    2011-04-20      16:30:55        16109   (w)2581171      System memory load (91) is high.        -
    2011-04-20      18:36:18        16109   (i)2581226      Edge (16129) is no longer active.       -
    2011-04-20      18:36:18        16109   (w)2581255      Edge (16129) _defaultRoot__edge1 experienced 1 failure[s]!      -
    2011-04-20      18:36:18        16109   (i)2581224      Edge (28483) started, arguments : -edgeports ":1935,80" -coreports "localhost:19350" -conf "/opt/adobe/fms/conf/Server.xml" -adaptor "_defaultRoot_" -name "_defaultRoot__edge1".        -
    2011-04-20      18:53:25        16109   (i)2581223      Core (16132) is no longer active.       -
    2011-04-20      18:53:25        16109   (i)2581221      Core (28621) started, arguments : -adaptor "_defaultRoot_" -vhost "_defaultVHost_" -app "registry" -inst "registry" -tag  -conf "/opt/adobe/fms/conf/Server.xml" -name "_defaultRoot_:_defaultVHost_:registry:registry:".-
    2011-04-20      18:57:25        16109   (i)2581223      Core (28621) is no longer active.       -
    2011-04-20      18:57:25        16109   (i)2581221      Core (28814) started, arguments : -adaptor "_defaultRoot_" -vhost "_defaultVHost_" -app "registry" -inst "registry" -tag  -conf "/opt/adobe/fms/conf/Server.xml" -name "_defaultRoot_:_defaultVHost_:registry:registry:".-
    2011-04-20      19:00:15        16109   (i)2581172      System memory load (61) is now below the maximum threshold.     -
    2011-04-20      19:00:28        16109   (i)2581223      Core (16752) is no longer active.       -
    2011-04-20      19:00:28        16109   (w)2581256      Core (16752) _defaultRoot_:_defaultVHost_:::_1 experienced 1 failure[s]!        -
    2011-04-20      19:00:28        16109   (i)2581221      Core (29004) started, arguments : -adaptor "_defaultRoot_" -vhost "_defaultVHost_" -app  -inst  -tag "_1" -conf "/opt/adobe/fms/conf/Server.xml" -name "_defaultRoot_:_defaultVHost_:::_1".     
    core.log
    2011-04-20      16:30:56        16132   (w)2581171      System memory load (91) is high.        -
    2011-04-20      18:36:16        16752   (i)2581247      Core (16752) disconnected from edge.    -
    2011-04-20      18:36:16        16548   (i)2581247      Core (16548) disconnected from edge.    -
    2011-04-20      18:36:16        16962   (i)2581247      Core (16962) disconnected from edge.    -
    2011-04-20      18:36:16        16132   (i)2581247      Core (16132) disconnected from edge.    -
    2011-04-20      18:36:21        16962   (i)2581246      Core (16962) sending register cmd to edge.      -
    2011-04-20      18:36:21        16752   (i)2581246      Core (16752) sending register cmd to edge.      -
    2011-04-20      18:36:21        16548   (i)2581246      Core (16548) sending register cmd to edge.      -
    2011-04-20      18:36:22        16132   (i)2581246      Core (16132) sending register cmd to edge.      -
    #Date: 2011-04-20
    #Fields: date   time    x-pid   x-status        x-ctx   x-comment
    2011-04-20      18:53:27        28621   (i)2581246      Core (28621) sending register cmd to edge.      -
    2011-04-20      18:53:30        28621   (w)2581171      System memory load (99) is high.        -
    #Date: 2011-04-20
    #Fields: date   time    x-pid   x-status        x-ctx   x-comment
    2011-04-20      18:57:27        28814   (i)2581246      Core (28814) sending register cmd to edge.      -
    2011-04-20      18:57:29        28814   (w)2581171      System memory load (99) is high.        -
    2011-04-20      19:00:16        16962   (i)2581172      System memory load (61) is now below the maximum threshold.     -
    2011-04-20      19:00:15        28814   (i)2581172      System memory load (66) is now below the maximum threshold.     -
    2011-04-20      19:00:16        16548   (i)2581172      System memory load (61) is now below the maximum threshold.     -
    #Date: 2011-04-20
    #Fields: date   time    x-pid   x-status        x-ctx   x-comment
    2011-04-20      19:00:29        29004   (i)2581237      Starting admin app on core (29004).     -
    2011-04-20      19:00:29        29004   (i)2581238      Core (29004) connecting to admin.       -
    2011-04-20      19:00:29        29004   (i)2581231      Core (29004) connected to admin.        -
    2011-04-20      19:00:29        29004   (i)2581234      Core (29004) connection to admin accepted.      -
    2011-04-20      19:00:29        29004   (i)2581246      Core (29004) sending register cmd to edge.      -
    # free -m
                 total       used       free     shared    buffers     cached
    Mem:          7993       6076       1917          0          4         34
    -/+ buffers/cache:       6037       1956
    Swap:         3147       1558       1589
    thank you!

  • What cause black screen down with forced turn off notice?

    My mac book pro is just 4months old. I had some probelm and replaced logic boad a month ago.
    But I suddenly experience that black screen going down with forced turn off notice.
    I was so scared I will have a serious probelm again or not. Hence is there anyone when this sign shows?
    And ther other issues, just checked console
    Thus I checked console there is error apple: dock.agent KCGError IllegalArguement: CGSSet Window trasform at placment: singular matrix (please attach the file).
    is there anyone who knows what causes this error and how I can fix it?
    Thank you in advance.
    Best wishes
    Joon

    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try on another computer                            
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar                                     

  • Wifi Goes off with ios 8.0.2

    i am using i phone 5S with Wifi and digisol Router and Hathway Internet service provoder,
    as i on i phone 5S wifi , sysytem goes down.
    with same router and service provider, i am also using samsung product. but nothing goes off
    Has anyone has solution?

    Hello
    I have the same problem and I keep waiting for the next software update maybe it will be resolved there
    Unfortunately I do not have a solution

Maybe you are looking for