_DISABLE_OBJSTAT_DEL_BROADCAST = FALSE - no info found

Hello guys,
I need to set this param to false in the systems, as I upgraded Oracle to 10.2.0.5, but I cannot find anywhere if this parameter can be modified online or if I need to restart the database.
DISABLEOBJSTAT_DEL_BROADCAST = FALSE
Note 830576 - Parameter recommendations for Oracle 10g
Thanks in advance for your help

Hello Stefan, Orkun,
Indeed:
SQL> select name,isses_modifiable from v$parameter where name='_DISABLE_OBJSTAT_DEL_BROADCAST';
no rows selected
but the script from you works:
SQL> SELECT
  2    x.ksppinm name,
  3    y.ksppstvl VALUE,
  4    decode(ksppity,    1,   'BOOLEAN',    2,   'STRING',    3,   'INTEGER',    4,   'PARAMETER FILE',    5,   'RESERVED',    6,   'BIG INTEGER',    'UNKNOWN') typ,
  decode(ksppstdf,    'TRUE',   'DEFAULT VALUE',    'FALSE',   'INIT.ORA') isdefault,
  5    6    decode(bitand(ksppiflg / 256,   1),    1,   'IS_SESS_MOD(TRUE)',    'FALSE') isses_modifiable,
  7    decode(bitand(ksppiflg / 65536,   3),    1,   'MODSYS(NONDEFERED)',    2,   'MODSYS(DEFERED)',    3,   'MODSYS(NONDEFERED)',    'FALSE') issys_modifiable,
  8    decode(bitand(ksppstvf,   7),    1,   'MODIFIED_BY(SESSION)',    4,   'MODIFIED_BY(SYSTEM)',    'FALSE') is_modified,
  9    decode(bitand(ksppstvf,   2),    2,   'ORA_STARTUP_MOD(TRUE)',    'FALSE') is_adjusted,
10    ksppdesc description,
11    ksppstcmnt update_comment
12  FROM x$ksppi x,
13    x$ksppcv y
14  WHERE x.inst_id = userenv('Instance')
15   AND y.inst_id = userenv('Instance')
16   AND x.indx = y.indx
17   AND x.ksppinm = '_disable_objstat_del_broadcast';
NAME
VALUE
TYP            ISDEFAULT     ISSES_MODIFIABLE  ISSYS_MODIFIABLE
IS_MODIFIED          IS_ADJUSTED
DESCRIPTION
UPDATE_COMMENT
disableobjstat_del_broadcast
NAME
VALUE
TYP            ISDEFAULT     ISSES_MODIFIABLE  ISSYS_MODIFIABLE
IS_MODIFIED          IS_ADJUSTED
DESCRIPTION
UPDATE_COMMENT
TRUE
NAME
VALUE
TYP            ISDEFAULT     ISSES_MODIFIABLE  ISSYS_MODIFIABLE
IS_MODIFIED          IS_ADJUSTED
DESCRIPTION
UPDATE_COMMENT
BOOLEAN        DEFAULT VALUE IS_SESS_MOD(TRUE) MODSYS(NONDEFERED)
NAME
VALUE
TYP            ISDEFAULT     ISSES_MODIFIABLE  ISSYS_MODIFIABLE
IS_MODIFIED          IS_ADJUSTED
DESCRIPTION
UPDATE_COMMENT
FALSE                FALSE
NAME
VALUE
TYP            ISDEFAULT     ISSES_MODIFIABLE  ISSYS_MODIFIABLE
IS_MODIFIED          IS_ADJUSTED
DESCRIPTION
UPDATE_COMMENT
disable the object level delete statistics broadcast
NAME
VALUE
TYP            ISDEFAULT     ISSES_MODIFIABLE  ISSYS_MODIFIABLE
IS_MODIFIED          IS_ADJUSTED
DESCRIPTION
UPDATE_COMMENT
NAME
VALUE
TYP            ISDEFAULT     ISSES_MODIFIABLE  ISSYS_MODIFIABLE
IS_MODIFIED          IS_ADJUSTED
DESCRIPTION
UPDATE_COMMENT
But how can I check now ? if it can be set online or offline ?
Great response, thanks in advance,

Similar Messages

  • No account info found. please connect to itunes to configure your account

    No account info found. please connect to itunes to configure your account
    is what i get when i try to open the itunes app on my ipod, and i dont know what do do, it works fine on my computer... I'ts an old ipod but I just got it, everything on it has been deleted..
    does anyone know what i have to do?? xxxC

    Make sure you checked ALL the information in your iTunes account, not just the credit card number.
    On your computer start iTunes, go to the Store Menu on top and Deauthorize your computer then either Authorize your computer (from the same menu) or play a purchased song and when prompted enter your Apple ID and password.
    Did you try a Restore and then Resync?

  • I have a brand-new elitebook 2740p and the battery won't charge. I have tried all info found so far

    I have a brand-new elitebook 2740p and the battery won't charge.  I have tried all info found so far, including info provided on this forum.  I also followed the instructions in the Other Problems forum of the Notebook.  How can I get my battery to charge?

    See also this thread [/questions/951097] for instructions.
    For forum cross referencing purposes
    * Crash Report for CrashID bp-277ee840-e3b2-4977-a7cd-683db2130225
    ** Crash Signature: TlsGetValue
    ** [@TlsGetValue]
    **Related Bug 830531 REOPENED --- [Win8] crash in XPC_WN_Helper_NewResolve mainly with AMD Radeon HD 6290/6310/6320/7290/7310/7340 (Wrestler Asic)

  • No job info found in SM37.

    Hello,
    i'm facing a strange behavior in BI system. We have a schedule via DB12 for daily backup (in TSM) and during last days for two times we have no backup. The problem is that there is no job log in SM37 for those days and also i did not found any error log in system.
    Any idea???
    Regards,
    Dimitrios

    Are DB jobs visible in SM37 up until (the day before) the jobs in question did not run? Did the job continue to run every day afterwards?
    Were these DB12 jobs visable in CPS?
    Could someone have deleted or the jobs manually?
    Are you sure that the DB12 jobs did not run and the backup for those 2 days does not exist?

  • No Sender or Receiver Info found

    Hi,
    We are getting an error message " no sender or receiver interface definition found" while trying to send the messages from XI to ECC.
    From ECC we are able to send the message to XI through PROXY. But not able to receive the messages from XI to ECC.  In the SXMB_MONI transaction it displays the below error.
    No implementing class registered for the interface (ABAP interface, request message , )
    Thanks,
    CS.

    where do you see the error message mentioned? in Pi system?.
    what is the scenario you are trying to configure?

  • HT1529 Which file (or .plist) contains the info found in the About This Mac window?

    I am looking specifically for the serial number belonging to a Mac Air.  The computer is no longer in my possession, I only have the hard drive.  And please do not infer that I am doing something nefarious - I am not.  Thanks for your time.

    Lightstrife wrote:
    I am looking specifically for the serial number belonging to a Mac Air.  The computer is no longer in my possession, I only have the hard drive.  And please do not infer that I am doing something nefarious - I am not.  Thanks for your time.
    You need the actual computer to get the serial number.
    Cheers
    Pete

  • Log4j: WARN No appenders could be found for logger

    Hi,
    I defined a log4j.properties file in my class directory:
    log4j.defaultInitOverride=false
    log4j.rootLogger=DEBUG, R, S
    log4j.appender.R=org.apache.log4j.RollingFileAppender
    log4j.appender.R.File=R.log
    log4j.appender.R.MaxFileSize=100KB
    log4j.appender.R.MaxBackupIndex=0
    log4j.appender.R.layout=org.apache.log4j.PatternLayout
    log4j.appender.R.layout.ConversionPattern=%p %t %c - %m%n
    log4j.appender.S=org.apache.log4j.RollingFileAppender
    log4j.appender.S.File=S.log
    log4j.appender.S.MaxFileSize=100KB
    log4j.appender.S.MaxBackupIndex=0
    log4j.appender.S.layout=org.apache.log4j.PatternLayout
    log4j.appender.S.layout.ConversionPattern=%p %t %c - %m%n
    Then I used the Logger in loginAction.java:
    private Logger logger = Logger.getLogger("R");
    logger.setAdditivity(false);
    logger.info("LoginAction");
    and in OracleDAOFactory.java:
    private Logger logger = Logger.getLogger("S");
    logger.setAdditivity(false);
    logger.info("Connected to DB from customer DAO");
    what I want to achieve is to record the information for loginAction in R.log and record the information for OracleDAOFactory in S.log. But do NOT add loginAction's information into OracleDAOFactory, and vice versa.
    The above codes work properly if I remove the line "logger.setAdditivity(false);". However the result is both log files have the contents. But if I add the line "logger.setAdditivity(false);", I get the following error message:
    log4j:WARN No appenders could be found for logger (S).
    log4j:WARN Please initialize the log4j system properly.
    What is wrong with my above coding?
    Thanks for your help!

    I don't know if this applies to your situation, but I just resolved this problem in my own environment. It turns out, I was attempting to log something in an area of my code before the logger had been configured by calling the configure method of the PropertyConfigurator class and passing in the file name of the properties file as the argument. It's important to set up log4j before attempting to log to the output file, and I called a debug method before it was set up.

  • Add more than one value in info attribute (Active Directory)

    Hello Guys, good evening!
    Please, maybe you can help us.
    We have a co-worker and she is visually impaired. So we think use the power shell, because the software "Jaws" can read the command line without problems.
    One of her responsabilities is disable users and add some information at the field "info" in Active Directory
    If this field is empty the script below works fine
    Set-ADUser -Identity john.silva -Enabled $False -add @{info="User disabled Ticket 12345"}
    But when this field has another information (example: User created Ticket 00123, User modified Ticket 01234), we receive the message: "Set-ADUser : The specified directory service attribute or value already exists"
    If we change the string "-add" to "-replace", works fine, but we lost the previous information
    Are there some way to keep the previous information and add a new information?
    Thanks in advance
    Att,
    Anderson 

    info is not a multi-valued property, so the only way you would be able to keep multiple pieces of information in that attribute is by using a separator character (e.g., ";").
    You can, however, read the existing value, append a string to the end of it, and then write it back. Example:
    PS C:\> set-aduser kendyer -add @{"info" = "test info 0"}
    PS C:\> $info = (get-aduser kendyer -properties info).info
    PS C:\> $info
    test info 0
    PS C:\> $info += ";test info 1"
    PS C:\> $info
    test info 0;test info 1
    PS C:\> set-aduser kendyer -replace @{"info" = $info}
    PS C:\> (get-aduser kendyer -properties info).info
    test info 0;test info 1
    -- Bill Stewart [Bill_Stewart]

  • "domain was null"; rmicontext=false; JTA UserTransaction;EJB Transaction

    Hi folks!
    I´m doing a test with EJB´s and JTA transactions.
    The goal of the test is to verify if the OC4J will recognize a JTA User Transaction opened by a client just before an EJB method invocation and use it inside the EJB method, instead of opening a new transaction.
    So, I have an EJB with conteiner managed transaction feature "Required".
    And I have a client of this EJB, that opens a JTA UserTransaction and performs some updates and calls the EJB.
    After the EJB call, I throwed a RuntimeException. The proposal of throwing this exception is to force the rollback of all the transaction ( the updates made by the client and the updates made by the ejb must not be commited ).
    My method seems like this ( actually it´s a little bit more structured, but for understading purporses, i put it all in one method only here ):
    <pre>
    public void testTransaction () {
    boolean commit = false;
    javax.transaction.UserTransaction ut = null;
    try {
    // getting the JTA Transaction
    javax.naming.Context initCtx = new javax.naming.InitialContext();
    ut = (javax.transaction.UserTransaction) initCtx.lookup("java:comp/UserTransaction");
    ut.begin();
    try{
    //issue the update
    Connection conn = null;
    try {
    Context ic = new InitialContext();
         DataSource ds = (DataSource) ic.lookup("jdbc/JTADS");
         conn = ds.getConnection();
         PreparedStatement stmt = conn.prepareStatement("UPDATE dont_drop_this_table set field2 =? where field1 = ?");
         stmt.setString(1, "First Record");
         stmt.setInt(2, 1);
         stmt.executeUpdate();
    } finally {
    if (conn != null) conn.close();
    //issue another update via EJB
    Hashtable env = new Hashtable();
    String initialContextFactory = "com.evermind.server.rmi.RMIInitialContextFactory";
    String securityPrincipal = "jazn.com/admin";//admin
    String securityCredentials = "welcome";//admin
    String providerUrl = "ormi://localhost:23791/jta";
    env.put(Context.INITIAL_CONTEXT_FACTORY, initialContextFactory);
    env.put(Context.SECURITY_PRINCIPAL, securityPrincipal);
    env.put(Context.SECURITY_CREDENTIALS, securityCredentials);
    env.put("dedicated.rmicontext", "false");
    env.put("dedicated.connection", "false");
    env.put(Context.PROVIDER_URL, providerUrl);
    Context ctx = new InitialContext(env);
    Object home = ctx.lookup(jndiName);
    Object o = PortableRemoteObject.narrow(home, Class.forName("mytest.MyEJBHome"))
    Class clazz = o.getClass();
    Method method = clazz.getMethod("create", null);
    MyEJBBean bean = (MyEJBBean) method.invoke(o, null);
    //invoking ejb
    bean.updateTable(2, "Second Record")
    //force an ArrayOutOfBoundsException, in order to test
    //if the EJB container will rollback or commit the ejb transaction.
    int x[] = { 0 };
    x[1] = 1;
    x[2] = 1;
    } catch (Exception e) {
    throw new RuntimeException(e);
    //if there was no exception thrown until here... then commit
    commit = true;
    catch ( Exception e ) {
    throw new RuntimeException (e);
    finally {
    try {
    if ( commit ) ut.commit();
    else ut.rollback();
    } catch ( Exception e ) {
    throw new RuntimeException (e);
    </pre>
    Now my question:
    When I use dedicated.rmicontext = true or dedicated.connection = true, the EJB container commits the transaction, even after the exception thrown. I understand that EJB container open a new transaction, instead of use the existing one ( jta UserTransaction.
    When I use dedicated.rmicontext = false and dedicated.connection = false, the EJB container rollbacks the transaction, as I expected.
    I´ve seen many posts about "domain was null" message after a NullPointerException.
    I did many tests, but no NullPointerException was thrown, even when calling the EJB remotely nor issuing concurrent calls.
    - I need the container rollback the transaction.
    - I found that it only rollbacks when I put dedicated.rmicontext = false and dedicated.connection = false.
    - I found that when dedicated.rmicontext = false and dedicated.connection = false, a NullPointerException may ocurr.
    This "domain was null" problem seems to be an OC4J bug and the rmicontext=true an workaround for this bug, but I can´t use rmicontext=true because it will make the EJB transaction not to be the same JTA UserTransaction opened before the EJB call.
    Is there any other way to make an EJB transaction be the same JTA UserTransaction openned before the EJB call?
    PS: I´m using JDeveloper 10.1.2
    Thanks for any help...

    Can anybody help me?
    I need to know how can I set my EJB to use the same connection opened by a POJO class via JTA. ( Actually I need the EJB and POJO class be in same JTA transaction )
    If I set the dedicated.rmicontext to false, it works but I run to risk of getting a NullPointerException "domain was null".
    I realy need your help!
    Thanks!

  • Win32:Dropper-gen[Drp] found in Adobe setup file

    Above is the info found by my antivirus program yesterday (10/15/13)
    I quarantined this and then removed the entire program from my system.
    I still need a Reader program and am very concerned about using Adobe now.

    Adobe Reader (or any other Adobe software) does not contain malware.
    Make sure you download Adobe software only from the adobe.com website.  For Adobe Reader go to http://get.adobe.com/reader/enterprise/

  • Entering camera and ISO info

    I know that there has to be a simple answer to this, but I can't find it on the forum or in the Aperture manual. (I hope that isn't a harbinger that apparently-simple has little to do with reality).
    I'm scanning in old slides and want to add the camera and film speed info to the metadata. All the camera and film fields seem to be locked and there are only a few fields I can edit. How do I do this?
    TIA, Steve

    True, but one can look at it from the opposite side. The EXIF standard was created because people wanted metadata about an image attached to the image and that info could be easily provided by digital cameras, not because digital cameras demanded that something be created to handle their info.
    I appreciate that part of the locking may be because of an interest in preventing someone from 'faking' the metadata, but a technically astute person who wanted to do so can easily add false EXIF info. A reasonable compromise would be for Aperture to lock this metadata for those images that DO have digital camera metadata attached, and not lock it when there is no such metadata so the rest of us can add that info.
    While I'm griping , I'd also like to be able to add custom metadata fields (such as the film type I used) to the EXIF core. As far as I can tell, Aperture lets one make custom views of the metadata, but not create custom metadata fields. Does anyone have a good way to handle that info? I've been storing it as a keyword, but that's pretty clunky.

  • Unable to run Gantt test application on Netweaver CE

    Hi,
    I am unable to run webdynprotest_gantt on Netweaver CE enviornment. I am getting below error.
    Processing HTTP request to servlet [dispatcher] finished with error. The error is: com.sap.tc.webdynpro.services.sal.core.DispatcherException: The requested deployable object 'local/_webdynpro_test_gantt' and application 'com' is not deployed on the server. Please check the used URL for typos.
    at com.sap.tc.webdynpro.clientserver.task.Task.getApplicationDeployableObjectPart(Task.java:385)
    at com.sap.tc.webdynpro.clientserver.session.RequestManager.initApplicationDeployableObjectPart(RequestManager.java:531)
    at com.sap.tc.webdynpro.clientserver.session.RequestManager.initTask(RequestManager.java:453)
    at com.sap.tc.webdynpro.clientserver.session.RequestManager.doInitWdEnvironment(RequestManager.java:148)
    at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:203)
    at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.delegateToRequestManager(AbstractExecutionContextDispatcher.java:192)
    at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.DispatchHandlerForRequestManager.doService(DispatchHandlerForRequestManager.java:38)
    at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.AbstractDispatchHandler.service(AbstractDispatchHandler.java:116)
    at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:93)
    at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.ExecutionContextDispatcher.dispatchToRequestManager(ExecutionContextDispatcher.java:140)
    at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:92)
    at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:104)
    at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doContent(AbstractDispatcherServlet.java:87)
    at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doGet(AbstractDispatcherServlet.java:54)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:66)
    at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:32)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:431)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:289)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:376)
    at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:85)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
    at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:160)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
    at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:67)
    at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
    at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
    at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
    at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
    at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
    at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:309)
    at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.run(Processor.java:222)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:152)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:247)
    Caused by: com.sap.tc.webdynpro.services.sal.deployment.api.WDDeploymentException: Failed to get deployable object part for application 'com' of deployable object 'local/_webdynpro_test_gantt'.
    at com.sap.tc.webdynpro.serverimpl.core.deployment.AbstractDeployableObject.getApplication(AbstractDeployableObject.java:91)
    at com.sap.tc.webdynpro.clientserver.task.Task.getApplicationDeployableObjectPart(Task.java:383)
    ... 43 more
    May I know if I am missing any LIB or sCAs?
    Here is the trace for jnet applet
    Java Plug-in 1.5.0_15
    Using JRE version 1.5.0_15 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\ritesh.mehta
    c:   clear console window
    f:   finalize objects on finalization queue
    g:   garbage collect
    h:   display this help message
    l:   dump classloader list
    m:   print memory usage
    o:   trigger logging
    p:   reload proxy configuration
    q:   hide console
    r:   reload policy configuration
    s:   dump system and deployment properties
    t:   dump thread list
    v:   dump thread stack
    x:   clear classloader cache
    0-5: set trace level to <n>
    <<<--- Applet.destroy(): AppWin0/JNET --->>>
    <<<--- EXIT for AppWin0/JNET --->>>
    ACF 7.1000.0.80
    UR L&F version: 7.1000.0.10
    ACF | performance | 13h48m14s859ms | # 3 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | end init, complete acf time: | -2434030589499
    ACF | performance | 13h48m14s968ms | # 3 | Thread-6403 | id AEGB.TestAppView.Gantt1 | end invoke, complete acf time: | 328
    <<<--- Applet.destroy(): AppWin0/JNET --->>>
    <<<--- EXIT for AppWin0/JNET --->>>
    ACF | INFO | 13h49m23s250ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | AcfApplet.traceInfos | controlID: "AEGB.TestAppView.Gantt1"
    ACF | INFO | 13h49m23s250ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | AcfApplet.traceInfos | delegateWrapper: "com.sap.tc.webdynpro.network.GanttDelegateWrapper"
    ACF | INFO | 13h49m23s250ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | AcfApplet.traceInfos | locale: "en"
    ACF | INFO | 13h49m23s250ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | AcfApplet.traceInfos | jsPrefix: "null"
    ACF | INFO | 13h49m23s250ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | AcfApplet.traceInfos | traceLevel: "INFO"
    ACF | INFO | 13h49m23s250ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | AcfApplet.traceInfos | clientSideMassDataCheck: "false"
    ACF | INFO | 13h49m23s250ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | AcfApplet.traceInfos | DEBUG_PARAM: "null"
    ACF | INFO | 13h49m23s250ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | AcfApplet.traceInfos | align: "null"
    ACF | INFO | 13h49m23s250ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | AcfApplet.traceInfos | alt: "Due to browser or system restrictions, this active component (applet) cannot be installed, executed or displayed"
    ACF | INFO | 13h49m23s250ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | AcfApplet.traceInfos | archive: "../../../../webdynpro/resources/sap.com/tc~wd~dispwda/global/activeComp/JNetAppPro.jar,../../../../webdynpro/resources/sap.com/tc~wd~dispwda/global/activeComp/com_sap_tc_webdynpro_networkN.jar,../../../../webdynpro/resources/sap.com/tc~wd~dispwda/global/activeComp/JNetAppGantt.jar,../../../../webdynpro/resources/sap.com/tc~wd~dispwda/global/activeComp/com_sap_tc_plaf_ur_themes.jar"
    ACF | INFO | 13h49m23s250ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | AcfApplet.traceInfos | code: "null"
    ACF | INFO | 13h49m23s250ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | AcfApplet.traceInfos | codeBase: "./"
    ACF | INFO | 13h49m23s250ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | AcfApplet.traceInfos | height: "600"
    ACF | INFO | 13h49m23s250ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | AcfApplet.traceInfos | hspace: "null"
    ACF | INFO | 13h49m23s250ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | AcfApplet.traceInfos | legacy_lifecycle: "null"
    ACF | INFO | 13h49m23s250ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | AcfApplet.traceInfos | mayscript: "true"
    ACF | INFO | 13h49m23s250ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | AcfApplet.traceInfos | name: "AEGB.TestAppView.Gantt1"
    ACF | INFO | 13h49m23s250ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | AcfApplet.traceInfos | scriptable: "null"
    ACF | INFO | 13h49m23s250ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | AcfApplet.traceInfos | type: "application/x-java-applet;jpi-version=1.4.1"
    ACF | INFO | 13h49m23s250ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | AcfApplet.traceInfos | vspace: "null"
    ACF | INFO | 13h49m23s250ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | AcfApplet.traceInfos | width: "1424"
    ACF | INFO | 13h49m23s250ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | AcfApplet.traceInfos | ACF impl version = "7.1003.20071010221049.0000"
    ACF | INFO | 13h49m23s250ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | AcfApplet.traceInfos | ACF initialized, instance: #4
    ACF | INFO | 13h49m23s250ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | AcfApplet.traceInfos | classloader: sun.plugin.security.PluginClassLoader@a7dd39
    ACF | INFO | 13h49m23s250ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | AcfApplet.traceInfos | document base: http://odwxpws1:50000/webdynpro/dispatcher/local/_webdynpro_test_gantt/Test1?SAPtestId=21&sap-wd-clienttrace=3
    ACF | INFO | 13h49m23s250ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | AcfApplet.traceInfos | code base (call): http://odwxpws1:50000/webdynpro/dispatcher/local/_webdynpro_test_gantt/
    ACF | INFO | 13h49m23s250ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | AcfApplet.traceInfos | could not read manifest: AccessControlException caught: access denied (java.lang.RuntimePermission getProtectionDomain)
    ACF | INFO | 13h49m23s250ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | AcfApplet.init | can not override dom and sax version
    ACF | INFO | 13h49m23s250ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | AcfApplet.init | createNewDelegate
    ACF 7.1000.0.80
    ACF | INFO | 13h49m23s312ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | Acf2Delegate.checkSource | AccessControlException caught, can not check source, ACF is probably unsigned: access denied (java.lang.RuntimePermission getProtectionDomain)
    ACF | INFO | 13h49m23s312ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | GanttDelegateWrapper.getDelegate | calling JGanttApplet constructor, tracelevel: 3
    JNet 1.1034.7286
    Built on:
      Date: 13-Oct-2007 19:14:02
      Host: pwdfm193
      VM: Java HotSpot(TM) Client VM 1.4.2_14-b05 (Sun Microsystems Inc.)
      P4 Server: perforce3002.wdf.sap.corp:3002
      Changelist: 459598
      DC Release: 7.10
      Make Release: 710_VAL_REL
    Built with:
      Source Version: 1034
      Changelist: $Change: 459598 $
      Revision: $Revision: #10 $
      From: $DateTime: 2007/08/28 01:12:01 $
    Running on:
      ACF=true
      os.name = 'Windows XP'
      os.version = '5.1'
      java.vendor = 'Sun Microsystems Inc.'
      java.vm.name = 'Java HotSpot(TM) Client VM'
      java.vm.version = '1.5.0_15-b04'
      java.vm.vendor = 'Sun Microsystems Inc.'
      path.separator = ';'
      file.separator = '\'
      freeMem : 3959688
      totlMem : 17473536
      Rng Mode: Applet=false, Bean=false, Interactive=false
    ACF | INFO | 13h49m23s390ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.constructor | no debug object present
    ACF | INFO | 13h49m23s406ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: postToAWT, value is null
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: DEBUG_PARAM, value is null
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: TRACELEVEL, value: "3"
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: TRACELEVEL, value: "3"
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: SERVER_URL, value is null
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: SERVER, value is null
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: SERVER_HOST, value is null
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: SERVER_PROTOCOL, value is null
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: SERVER_PORT, value is null
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: SERVER_PATH, value is null
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: SERVER_ENCODING, value is null
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: SERVER_SESSION_ID_METHOD, value is null
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: SERVER_RESERVED1, value is null
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: SERVER_RESERVED2, value is null
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: INPUT_ENCODING, value is null
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: OUTPUT_ENCODING, value is null
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: DATA, value is null
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: DATA_TYPEREPOSITORY, value is null
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: DATA_APPLICATION, value is null
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: DATA_USERINTERFACE, value is null
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: DATA_GRAPH, value is null
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: LOADGUID, value is null
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: STOREINITIALDATA, value is null
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: FN_TMP, value is null
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: FN_HTML, value is null
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: APPNAME, value is null
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: JS_EVENT_HANDLER, value is null
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: FRAME, value is null
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: JS_EVENTS, value is null
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: JAVA_EVENTS, value: "*"
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: JAVA_EVENTS, value: "*"
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: HTTP_EVENTS, value is null
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: IGS_HOST, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: IGS_PORT, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: LOOK_AND_FEEL, value: "UR_tradeshow"
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: LOOK_AND_FEEL, value: "UR_tradeshow"
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: LOCALE_LANGUAGE, value: "en"
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: LOCALE_LANGUAGE, value: "en"
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: LOCALE_COUNTRY, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: LOCALE_VARIANT, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: NO_JS, value: "X"
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: NO_JS, value: "X"
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: SERVLET_MODE, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: IMAGE_FORMAT, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: IMAGE_FILENAME, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: IMAGE_PROPERTIES, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: SERVLET_DOCBASE, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: APP_LOAD_LAST, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: PROPERTIES, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: IMAGEMAP_NAME, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: IMAGEMAP_HREF, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: IMAGEMAP_TARGET, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: IMAGEMAP_ALT, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: MODEL_DIRTY_EVENTS, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: RAW_DATA, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: CLIPBOARD_POLICY, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: WAIT_FOR_DATA, value: "TRUE"
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: WAIT_FOR_DATA, value: "TRUE"
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: STRICT_TYPE_RETRIEVAL, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: REPLY_MODE, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: SAVE_POLICY, value: "SEND_EVENT"
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: SAVE_POLICY, value: "SEND_EVENT"
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: XML_OUTPUT_PROPERTIES, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: TIMEOUT_WAIT_COMMAND_RESULT, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: INPUT_COMPRESSION, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: OUTPUT_COMPRESSION, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: RESOURCE_POLICY, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: INPUT_MONITORING, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: EVENT_QING, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: LAYOUTER_THREAD, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: TIMEOUT_DOUBLECLICK, value: "500"
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: TIMEOUT_DOUBLECLICK, value: "500"
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: SESSION_ID, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: RENDERING_HINTS, value is null
    With Permissions:
      [SYSTEM_PROPERTIES]=false
      [JAVA_RUNTIME]=false
      [LOCAL_FILES]=false
      [NET]=false
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getCodeBase | base url not set yet, return original code base: http://odwxpws1:50000/webdynpro/dispatcher/local/_webdynpro_test_gantt/
      [SOCKETS]=false
      [AWT]=false
      [CLIPBOARD]=false
      [SERVER_SAVE]=false
      [DOM_BUILDER]=true
    Using parameters:
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: DEBUG_PARAM, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: debug_param, value is null
       0: DEBUG_PARAM = ''
       1:*TRACELEVEL = '3'
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: SERVER_URL, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: server_url, value is null
       2: SERVER_URL = ''
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: SERVER, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: server, value is null
       3: SERVER = 'cgi-bin/jnet-cgi.exe'
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: SERVER_HOST, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: server_host, value is null
       4: SERVER_HOST = ''
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: SERVER_PROTOCOL, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: server_protocol, value is null
       5: SERVER_PROTOCOL = ''
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: SERVER_PORT, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: server_port, value is null
       6: SERVER_PORT = ''
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: SERVER_PATH, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: server_path, value is null
       7: SERVER_PATH = ''
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: SERVER_ENCODING, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: server_encoding, value is null
       8: SERVER_ENCODING = 'UTF-8'
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: SERVER_SESSION_ID_METHOD, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: server_session_id_method, value is null
       9: SERVER_SESSION_ID_METHOD = 'URL'
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: SERVER_RESERVED1, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: server_reserved1, value is null
      10: SERVER_RESERVED1 = ''
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: SERVER_RESERVED2, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: server_reserved2, value is null
      11: SERVER_RESERVED2 = ''
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: INPUT_ENCODING, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: input_encoding, value is null
      12: INPUT_ENCODING = 'UTF-8'
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: OUTPUT_ENCODING, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: output_encoding, value is null
      13: OUTPUT_ENCODING = 'UTF-8'
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: DATA, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: data, value is null
      14: DATA = ''
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: DATA_TYPEREPOSITORY, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: data_typerepository, value is null
      15: DATA_TYPEREPOSITORY = ''
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: DATA_APPLICATION, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: data_application, value is null
      16: DATA_APPLICATION = ''
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: DATA_USERINTERFACE, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: data_userinterface, value is null
      17: DATA_USERINTERFACE = ''
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: DATA_GRAPH, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: data_graph, value is null
      18: DATA_GRAPH = ''
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: LOADGUID, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: loadguid, value is null
      19: LOADGUID = ''
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: STOREINITIALDATA, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: storeinitialdata, value is null
      20: STOREINITIALDATA = 'false'
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: FN_TMP, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: fn_tmp, value is null
      21: FN_TMP = ''
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: FN_HTML, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: fn_html, value is null
      22: FN_HTML = ''
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: APPNAME, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: appname, value is null
      23: APPNAME = 'JNET'
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: JS_EVENT_HANDLER, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: js_event_handler, value is null
      24: JS_EVENT_HANDLER = 'jnetEvent'
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: FRAME, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: frame, value is null
      25: FRAME = '800,600'
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: JS_EVENTS, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: js_events, value is null
      26: JS_EVENTS = 'JNET_INITIALIZED,TRACELEVEL_CHANGED,NODE_DOUBLE_CLICKED'
      27:*JAVA_EVENTS = '*'
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: HTTP_EVENTS, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: http_events, value is null
      28: HTTP_EVENTS = ''
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: IGS_HOST, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: igs_host, value is null
      29: IGS_HOST = 'localhost'
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: IGS_PORT, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: igs_port, value is null
      30: IGS_PORT = '8030'
      31:*LOOK_AND_FEEL = 'UR_tradeshow'
      32:*LOCALE_LANGUAGE = 'en'
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: LOCALE_COUNTRY, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: locale_country, value is null
      33: LOCALE_COUNTRY = ''
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: LOCALE_VARIANT, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: locale_variant, value is null
      34: LOCALE_VARIANT = ''
      35:*NO_JS = 'X'
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: SERVLET_MODE, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: servlet_mode, value is null
      36: SERVLET_MODE = 'IMAGE'
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: IMAGE_FORMAT, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: image_format, value is null
      37: IMAGE_FORMAT = 'PNG'
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: IMAGE_FILENAME, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: image_filename, value is null
      38: IMAGE_FILENAME = ''
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: IMAGE_PROPERTIES, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: image_properties, value is null
      39: IMAGE_PROPERTIES = ''
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: SERVLET_DOCBASE, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: servlet_docbase, value is null
      40: SERVLET_DOCBASE = ''
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: APP_LOAD_LAST, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: app_load_last, value is null
      41: APP_LOAD_LAST = 'false'
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: PROPERTIES, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: properties, value is null
      42: PROPERTIES = ''
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: IMAGEMAP_NAME, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: imagemap_name, value is null
      43: IMAGEMAP_NAME = 'JNetImageMap'
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: IMAGEMAP_HREF, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: imagemap_href, value is null
      44: IMAGEMAP_HREF = ''
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: IMAGEMAP_TARGET, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: imagemap_target, value is null
      45: IMAGEMAP_TARGET = ''
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: IMAGEMAP_ALT, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: imagemap_alt, value is null
      46: IMAGEMAP_ALT = ''
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: MODEL_DIRTY_EVENTS, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: model_dirty_events, value is null
      47: MODEL_DIRTY_EVENTS = ''
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: RAW_DATA, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: raw_data, value is null
      48: RAW_DATA = ''
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: CLIPBOARD_POLICY, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: clipboard_policy, value is null
      49: CLIPBOARD_POLICY = 'STRICT'
      50:*WAIT_FOR_DATA = 'TRUE'
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: STRICT_TYPE_RETRIEVAL, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: strict_type_retrieval, value is null
      51: STRICT_TYPE_RETRIEVAL = 'FALSE'
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: REPLY_MODE, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: reply_mode, value is null
      52: REPLY_MODE = 'STRING'
      53:*SAVE_POLICY = 'SEND_EVENT'
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: XML_OUTPUT_PROPERTIES, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: xml_output_properties, value is null
      54: XML_OUTPUT_PROPERTIES = ''
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: TIMEOUT_WAIT_COMMAND_RESULT, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: timeout_wait_command_result, value is null
      55: TIMEOUT_WAIT_COMMAND_RESULT = '3'
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: INPUT_COMPRESSION, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: input_compression, value is null
      56: INPUT_COMPRESSION = 'IMPLICIT'
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: OUTPUT_COMPRESSION, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: output_compression, value is null
      57: OUTPUT_COMPRESSION = 'NONE'
      58:*RESOURCE_POLICY = 'JAR_ONLY'
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: INPUT_MONITORING, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: input_monitoring, value is null
      59: INPUT_MONITORING = '1'
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: EVENT_QING, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: event_qing, value is null
      60: EVENT_QING = '0'
      61:*LAYOUTER_THREAD = 'CURRENT'
      62:*TIMEOUT_DOUBLECLICK = '500'
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: SESSION_ID, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: session_id, value is null
      63: SESSION_ID = ''
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: RENDERING_HINTS, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: rendering_hints, value is null
      64: RENDERING_HINTS = ''
    UR L&F version: 7.1000.0.10
    ACF | INFO | 13h49m23s500ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: JS_EVENTS, value is null
    ACF | INFO | 13h49m23s500ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: js_events, value is null
    Event[JavaScript]: JNET_INITIALIZED
    Event[JavaScript]: TRACELEVEL_CHANGED
    Event[JavaScript]: NODE_DOUBLE_CLICKED
    Event[Java]: *
    ACF | INFO | 13h49m23s515ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: HTTP_EVENTS, value is null
    ACF | INFO | 13h49m23s515ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: http_events, value is null
    ACF | INFO | 13h49m23s515ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: EVENT_QING, value is null
    ACF | INFO | 13h49m23s515ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: event_qing, value is null
    ACF | INFO | 13h49m23s515ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: INPUT_COMPRESSION, value is null
    ACF | INFO | 13h49m23s515ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: input_compression, value is null
    loadRes(com/sap/jnet/TypeRepository.xml,-1,-1,0)
    loadRes.2: name=com/sap/jnet/TypeRepository.xml, is=java.util.zip.ZipFile$2@48f675
    <SAPJNetData version="1.0">
         <TypeRepository id="jnet" version="1.0">
              <COLOR>
                   <!-- the pre-defined Java colours are also pre-defined in JNet.
                        They can be referenced by their Java names, but with major
                        first letter and minor rest...
                        "Color.BLACK" in Java is "Black" in JNet.
                     -->
                   <type name="JNetBackground" >
                        <rgb>250,250,250</rgb>
                   </type>
                   <type name="None" >
                        <rgb>-1,-1,-1</rgb>
                   </type>
                   <!-- SAP colours: see SAP Branding.doc / Colour palette -->
                   <type name="SAPBlue" >
                        <rgb>0,51,102</rgb>
                   </type>
                   <type name="SAPGold" >
                        <rgb>255,153,0</rgb>
                   </type>
                   <type name="SAPGray" >
                        <rgb>153,153,153</rgb>
                   </type>
                   <type name="SAP697" >     <!-- dark red -->
                        <rgb>153,51,51</rgb>
                   </type>
                   <type name="SAP364" >     <!-- dark green -->
                        <rgb>51,102,51</rgb>
                   </type>
                   <!--     The UR Semantic Colours:
                             These colour will be overloaded at runtime by the
                             current theme values (if JNet runs under WebDynpro)
                   -->
                   <type name="URCOLOR.STANDARD" >
                        <rgb>255,255,255</rgb>
                   </type>
                   <type name="URCOLOR.ALTERNATING" >
                        <rgb>233,238,244</rgb>
                   </type>
                   <type name="URCOLOR.TRANSPARENT" >
                        <rgb>0,255,255,255</rgb>
                   </type>
                   <type name="URCOLOR.NEGATIVE" >
                        <rgb>255,103,88</rgb>
                   </type>
                   <type name="URCOLOR.POSITIVE" >
                        <rgb>186,238,154</rgb>
                   </type>
                   <type name="URCOLOR.TOTAL" >
                        <rgb>255,248,67</rgb>
                   </type>
                   <type name="URCOLOR.SUBTOTAL" >
                        <rgb>255,251,140</rgb>
                   </type>
                   <type name="URCOLOR.SUBTOTAL_LIGHT" >
                        <rgb>255,253,191</rgb>
                   </type>
                   <type name="URCOLOR.BADVALUE_DARK" >
                        <rgb>255,103,88</rgb>
                   </type>
                   <type name="URCOLOR.BADVALUE_MEDIUM" >
                        <rgb>255,128,115</rgb>
                   </type>
                   <type name="URCOLOR.BADVALUE_LIGHT" >
                        <rgb>255,152,140</rgb>
                   </type>
                   <type name="URCOLOR.CRITICAL" >
                        <rgb>250,242,176</rgb>
                   </type>
                   <type name="URCOLOR.CRITICALVALUE_DARK" >
                        <rgb>251,166,67</rgb>
                   </type>
                   <type name="URCOLOR.CRITICALVALUE_MEDIUM" >
                        <rgb>253,187,113</rgb>
                   </type>
                   <type name="URCOLOR.CRITICALVALUE_LIGHT" >
                        <rgb>254,204,142</rgb>
                   </type>
                   <type name="URCOLOR.GOODVALUE_DARK" >
                        <rgb>148,216,143</rgb>
                   </type>
                   <type name="URCOLOR.GOODVALUE_MEDIUM" >
                        <rgb>171,237,165</rgb>
                   </type>
                   <type name="URCOLOR.GOODVALUE_LIGHT" >
                        <rgb>198,249,193</rgb>
                   </type>
                   <type name="URCOLOR.GROUP_HIGHLIGHTED" >
                        <rgb>151,179,209</rgb>
                   </type>
                   <type name="URCOLOR.GROUP_HIGHLIGHTED_LIGHT" >
                        <rgb>163,193,225</rgb>
                   </type>
                   <type name="URCOLOR.KEY_MEDIUM" >
                        <rgb>166,229,244</rgb>
                   </type>
                   <type name="URCOLOR.GROUP_LEVEL1" >
                        <rgb>183,207,232</rgb>
                   </type>
                   <type name="URCOLOR.GROUP_LEVEL2" >
                        <rgb>195,214,235</rgb>
                   </type>
                   <type name="URCOLOR.GROUP_LEVEL3" >
                        <rgb>213,227,242</rgb>
                   </type>
    <type name="URCOLOR.MARKED" >
         <rgb>255,120,0</rgb>
    </type>
                   <type name="URCOLOR.POPIN" >
                        <rgb>212,218,225</rgb>
                   </type>
                   <type name="URCOLOR.DISABLED" >
                        <rgb>232,235,238</rgb>
                   </type>
    <type name="URCOLOR.TODAY" >
         <rgb>75,135,185</rgb>
    </type>
                   <type name="URCOLOR.SELECTED1" >
                        <rgb>187,221,221</rgb>
                   </type>
                   <type name="URCOLOR.SELECTED2" >
                        <rgb>246,243,135</rgb>
                   </type>
                   <type name="URCOLOR.SELECTED3" >
                        <rgb>195,221,174</rgb>
                   </type>
                   <type name="URCOLOR.SELECTED4" >
                        <rgb>246,103,103</rgb>
                   </type>
                   <type name="URCOLOR.SELECTED5" >
                        <rgb>253,187,113</rgb>
                   </type>
                   <type name="URCOLOR.CALENDAR_METAL" >
                        <rgb>220,220,220</rgb>
                   </type>
                   <type name="URCOLOR.CALENDAR_PEACH" >
                        <rgb>248,229,200</rgb>
                   </type>
                   <type name="URCOLOR.CALENDAR_BLUE" >
                        <rgb>208,225,235</rgb>
                   </type>
                   <type name="URCOLOR.CALENDAR_ROSE" >
                        <rgb>232,218,225</rgb>
                   </type>
                   <type name="URCOLOR.CALENDAR_PURPLE" >
                        <rgb>233,219,240</rgb>
                   </type>
                   <type name="URCOLOR.CALENDAR_AQUA" >
                        <rgb>197,234,238</rgb>
                   </type>
                   <type name="URCOLOR.CALENDAR_TEAL" >
                        <rgb>204,227,227</rgb>
                   </type>
                   <type name="URCOLOR.CALENDAR_YELLOW" >
                        <rgb>239,239,176</rgb>
                   </type>
                   <type name="URCOLOR.CALENDAR_BROWN" >
                        <rgb>229,224,193</rgb>
                   </type>
                   <type name="URCOLOR.CALENDAR_DEFAULT" >
                        <rgb>230,233,220</rgb>
                   </type>
                   <type name="URCOLOR.CALENDAR_GREEN" >
                        <rgb>214,236,174</rgb>
                   </type>
                   <!--     Predefined colours for UGSapNode's
                              Don't change these values (must be in sync with
                                         corresponging RGBs in com.sap.jnet.u.g.UGSapNode.java
                   -->
                   <type name="SAPColor.UGSapNode.Default">
                        <rgb>215,216,208</rgb>
                   </type>
                   <type name="SAPColor.UGSapNode.Aqua">
                        <rgb>135,236,237</rgb>
                   </type>
                   <type name="SAPColor.UGSapNode.Teal">
                        <rgb>126,223,213</rgb>
                   </type>
                   <type name="SAPColor.UGSapNode.Yellow">
                        <rgb>246,231,69</rgb>
                   </type>
                   <type name="SAPColor.UGSapNode.Brown">
                        <rgb>215,216,123</rgb>
                   </type>
                   <type name="SAPColor.UGSapNode.Green">
                        <rgb>197,241,113</rgb>
                   </type>
                   <type name="SAPColor.UGSapNode.Metal">
                        <rgb>205,205,208</rgb>
                   </type>
                   <type name="SAPColor.UGSapNode.Peach">
                        <rgb>249,200,122</rgb>
                   </type>
                   <type name="SAPColor.UGSapNode.Blue">
                        <rgb>157,210,240</rgb>
                   </type>
                   <type name="SAPColor.UGSapNode.Rose">
                        <rgb>238,164,201</rgb>
                   </type>
                   

    Hi,
    No progress yet. it seems everything is fine in code but there could be some issue with browser.
    When i view the source of application in browser, i found below code:
    out of which alt="Due to browser or system restrictions, this active component (applet) cannot be installed, executed or displayed"
    is important.
    Let me know your inputs.
    Best Regards,
    Ritesh
    <div style="position: absolute; top: 22px; left: 8px; width: 300px; height: 300px;">
    <span id="DELL.SampleJNETView.Network-r" tabindex="-1">
    <object id="DELL.SampleJNETView.Network" height="100%" width="100%" alt="*Due to browser or system restrictions, this active component (applet) cannot be installed, executed or displayed"* classid="java:com.sap.tc.webdynpro.ace.AcfApplet.class" name="DELL.SampleJNETView.Network" ct="AP" tabindex="-1">
    <param value="application/x-java-applet;jpi-version=1.4.1" name="type"/>
    <param value="./" name="codebase"/>
    <param value="../../../../webdynpro/resources/sap.com/tc~wd~dispwda/global/activeComp/com_sap_tc_webdynpro_networkN.jar,../../../../webdynpro/resources/sap.com/tc~wd~dispwda/global/activeComp/com_sap_tc_plaf_ur_themes.jar" name="archive"/>
    <param value="true" name="mayscript"/>
    <param value="DELL.SampleJNETView.Network" name="ControlId"/>
    <param value="0" name="TraceLevel"/>
    <param value="com.sap.tc.webdynpro.network.NetworkDelegateWrapper" name="delegateWrapper"/>
    <param value="en" name="locale"/>
    <param value="true" name="disableHook"/>
    <param value="DELL.SampleJNETView.Network" name="AdapterId"/>
    <param value="true" name="manualUnlock"/>
    <param value="false" name="codebase_lookup"/>
    <param value="../../../../webdynpro/resources/sap.com/tc~wd~dispwda/global/activeComp/com_sap_tc_webdynpro_networkN.jar;2007.1016.1356.01,../../../../webdynpro/resources/sap.com/tc~wd~dispwda/global/activeComp/com_sap_tc_plaf_ur_themes.jar;2007.1016.1356.01" name="cache_archive_ex"/>
    <param value="UR_tradeshow" name="LOOK_AND_FEEL"/>
    <param value="500" name="TIMEOUT_DOUBLECLICK"/>
    <param value="*" name="JAVA_EVENTS"/>
    <param value="SEND_EVENT" name="SAVE_POLICY"/>
    <param value="X" name="NO_JS"/>
    <param value="TRUE" name="WAIT_FOR_DATA"/>
    <param value="true" name="disableHook"/>
    <param value="true" name="disableDelta"/>
    <param value="en" name="LOCALE_LANGUAGE"/>
    </object>
    </span>
    </div>

  • A little help with rutorrent

    Hi comrades,
    I use rtorrent in terminal without problems but recently I got interested in rutorrent.
    I've been following the rtorrent wiki and rutorrent wiki to get to this point.
    First of all rtorrent is working fine in terminal, but with rutorrent I only get to this far: http://i637.photobucket.com/albums/uu93 … 1403737709
    As you can see in the upeer right of the image it's trying to connect and in the log section is throwing me this:
    [25.06.2014 18:37:22] WebUI started.
    [25.06.2014 18:37:23] Bad response from server: (200 [parsererror,getplugins]) <?php require_once( "util.php" ); require_once( "settings.php" ); function pluginsSort($a, $b) { $lvl1 = (float) $a["info"]["plugin.runlevel"]; $lvl2 = (float) $b["info"]["plugin.runlevel"]; if($lvl1>$lvl2) return(1); if($lvl1<$lvl2) return(-1); return( strcmp($a["name"],$b["name"]) ); } function getFlag($permissions,$pname,$fname) { $ret = true; if(array_key_exists($pname,$permissions) && array_key_exists($fname,$permissions[$pname])) $ret = $permissions[$pname][$fname]; else if(array_key_exists("default",$permissions) && array_key_exists($fname,$permissions["default"])) $ret = $permissions["default"][$fname]; return($ret); } function getPluginInfo( $name, $permissions ) { $info = array( 'rtorrent.need'=>1, 'rtorrent.remote'=>'ok', 'rtorrent.external.warning'=>array(), 'rtorrent.external.error'=>array(), 'rtorrent.script.error'=>array(), 'rtorrent.php.error'=>array(), 'rtorrent.version'=>0x802, 'rtorrent.version.readable'=>'0.8.2', 'plugin.may_be_shutdowned'=>1, 'plugin.may_be_launched'=>1, 'plugin.runlevel'=>10.0, 'plugin.description'=>'', 'plugin.author'=>'unknown', 'plugin.dependencies'=>array(), 'php.version'=>0x50000, 'php.version.readable'=>'5.0.0', 'php.extensions.warning'=>array(), 'php.extensions.error'=>array(), 'web.external.warning'=>array(), 'web.external.error'=>array(), 'plugin.help'=>'', ); $fname = "../plugins/".$name."/plugin.info"; if(is_readable($fname)) { $lines = file($fname); foreach($lines as $line) { $fields = explode(":",$line,2); if(count($fields)==2) { $value = addcslashes(trim($fields[1]),"\\\'\"\n\r\t"); $field = trim($fields[0]); switch($field) { case "plugin.help": case "plugin.author": case "plugin.description": case "rtorrent.remote": { $info[$field] = $value; break; } case "plugin.may_be_shutdowned": case "plugin.may_be_launched": case "rtorrent.need": { $info[$field] = intval($value); break; } case "plugin.version": case "plugin.runlevel": { $info[$field] = floatval($value); break; } case "rtorrent.version": case "php.version": { $version = explode('.', $value); $info[$field] = (intval($version[0])<<16) + (intval($version[1])<<8) + intval($version[2]); $info[$field.'.readable'] = $value; break; } case "plugin.dependencies": case "rtorrent.external.warning": case "rtorrent.external.error": case "rtorrent.script.error": case "rtorrent.php.error": case "web.external.warning": case "web.external.error": case "php.extensions.warning": case "php.extensions.error": { $info[$field] = explode(',', $value); break; } // for compatibility case "author": case "description": { $info['plugin.'.$field] = $value; break; } case "remote": { $info['rtorrent.remote'] = $value; break; } case "need_rtorrent": { $info['rtorrent.need'] = intval($value); break; } case "version": case "runlevel": { $info['plugin.'.$field] = floatval($value); break; } } } } $perms = 0; if($permissions!==false) { if(!getFlag($permissions,$name,"enabled")) return(false); $flags = array( "canChangeToolbar" => 0x0001, "canChangeMenu" => 0x0002, "canChangeOptions" => 0x0004, "canChangeTabs" => 0x0008, "canChangeColumns" => 0x0010, "canChangeStatusBar" => 0x0020, "canChangeCategory" => 0x0040, "canBeShutdowned" => 0x0080, /* "canBeLaunched" => 0x0100, */ ); foreach($flags as $flagName=>$flagVal) if(!getFlag($permissions,$name,$flagName)) $perms|=$flagVal; if(!$info["plugin.may_be_shutdowned"]) $perms|=$flags["canBeShutdowned"]; } $info["perms"] = $perms; } return(array_key_exists("plugin.version",$info) ? $info : false); } function findRemoteEXE( $exe, $err, &$remoteRequests ) { $st = getSettingsPath().'/'.rand(); if(!array_key_exists($exe,$remoteRequests)) { $path=realpath(dirname('.')); global $pathToExternals; $add = ''; if(isset($pathToExternals[$exe]) && !empty($pathToExternals[$exe])) $add = " ".escapeshellarg($pathToExternals[$exe]); $req = new rXMLRPCRequest(new rXMLRPCCommand("execute", array( "sh", "-c", escapeshellarg(addslash($path)."test.sh")." ".$exe." ".escapeshellarg($st).$add))); $req->run(); $remoteRequests[$exe] = array( "path"=>$st, "err"=>array() ); } $remoteRequests[$exe]["err"][] = $err; } function testRemoteRequests($remoteRequests) { $ret = ""; foreach($remoteRequests as $exe=>$info) { $file = $info["path"].$exe.".found"; if(!is_file($file)) { foreach($info["err"] as $err) $ret.=$err; } else @unlink($file); } return($ret); } $jResult = "theWebUI.deltaTime = 0;\n"; $access = getConfFile('access.ini'); if(!$access) $access = "../conf/access.ini"; $permissions = parse_ini_file($access); $settingsFlags = array( "showDownloadsPage" => 0x0001, "showConnectionPage" => 0x0002, "showBittorentPage" => 0x0004, "showAdvancedPage" => 0x0008, "showPluginsTab" => 0x0010, "canChangeULRate" => 0x0020, "canChangeDLRate" => 0x0040, "canChangeTorrentProperties" => 0x0080, ); $perms = 0; foreach($settingsFlags as $flagName=>$flagVal) if(array_key_exists($flagName,$permissions) && $permissions[$flagName]) $perms|=$flagVal; $jResult .= "theWebUI.showFlags = ".$perms.";\n"; $jResult .= "theURLs.XMLRPCMountPoint = '".$XMLRPCMountPoint."';\n"; $jResult.="theWebUI.systemInfo = {};\ntheWebUI.systemInfo.php = { canHandleBigFiles : ".((PHP_INT_SIZE<=4) ? "false" : "true")." };\n"; if($handle = opendir('../plugins')) { ignore_user_abort(true); set_time_limit(0); makeDirectory(getTempDirectory()); if(!@file_exists($tempDirectory.'/.') || !is_readable($tempDirectory) || !is_writable($tempDirectory)) $jResult.="noty(theUILang.badTempPath+' (".$tempDirectory.")','error');"; if(!function_exists('preg_match_all')) { $jResult.="noty(theUILang.PCRENotFound,'error');"; $jResult.="theWebUI.systemInfo.rTorrent = { started: false, iVersion : 0, version : '?', libVersion : '?' };\n"; } else { $remoteRequests = array(); $theSettings = rTorrentSettings::get(true); if(!$theSettings->linkExist) { $jResult.="noty(theUILang.badLinkTorTorrent,'error');"; $jResult.="theWebUI.systemInfo.rTorrent = { started: false, iVersion : 0, version : '?', libVersion : '?', apiVersion : 0 };\n"; } else { if($theSettings->idNotFound) $jResult.="noty(theUILang.idNotFound,'error');"; $jResult.="theWebUI.systemInfo.rTorrent = { started: true, iVersion : ".$theSettings->iVersion.", version : '". $theSettings->version."', libVersion : '".$theSettings->libVersion."', apiVersion : ".$theSettings->apiVersion." };\n"; if($theSettings->mostOfMethodsRenamed) $jResult.="theWebUI.systemInfo.rTorrent.newMethodsSet = true;\n"; if($do_diagnostic) { $up = getUploadsPath(); $st = getSettingsPath(); @chmod($up,$profileMask); @chmod($st,$profileMask); @chmod('./test.sh',$profileMask & 0755); if(PHP_USE_GZIP && (findEXE('gzip')===false)) { @define('PHP_USE_GZIP', false); $jResult.="noty(theUILang.gzipNotFound,'error');"; } if(PHP_INT_SIZE<=4) { if(findEXE('stat')===false) $jResult.="noty(theUILang.statNotFoundW,'error');"; findRemoteEXE('stat',"noty(theUILang.statNotFound,'error');",$remoteRequests); } if(!@file_exists($up.'/.') || !is_readable($up) || !is_writable($up)) $jResult.="noty(theUILang.badUploadsPath+' (".$up.")','error');"; if(!@file_exists($st.'/.') || !is_readable($st) || !is_writable($st)) $jResult.="noty(theUILang.badSettingsPath+' (".$st.")','error');"; if(isLocalMode() && !$theSettings->idNotFound) { if($theSettings->uid<0) $jResult.="noty(theUILang.cantObtainUser,'error');"; else { if(!isUserHavePermission($theSettings->uid,$theSettings->gid,$tempDirectory,0x0007)) $jResult.="noty(theUILang.badTempPath2+' (".$tempDirectory.")','error');"; if(!isUserHavePermission($theSettings->uid,$theSettings->gid,$up,0x0007)) $jResult.="noty(theUILang.badUploadsPath2+' (".$up.")','error');"; if(!isUserHavePermission($theSettings->uid,$theSettings->gid,$st,0x0007)) $jResult.="noty(theUILang.badSettingsPath2+' (".$st.")','error');"; if(!isUserHavePermission($theSettings->uid,$theSettings->gid,'./test.sh',0x0005)) $jResult.="noty(theUILang.badTestPath+' (".realpath('./test.sh').")','error');"; } } if($theSettings->badXMLRPCVersion) $jResult.="noty(theUILang.badXMLRPCVersion,'error');"; } } $plg = getConfFile('plugins.ini'); if(!$plg) $plg = "../conf/plugins.ini"; $permissions = parse_ini_file($plg,true); $init = array(); $names = array(); $disabled = array(); $phpVersion = phpversion(); if( ($pos=strpos($phpVersion, '-'))!==false ) $phpVersion = substr($phpVersion,0,$pos); $phpIVersion = explode('.',$phpVersion); $phpIVersion = (intval($phpIVersion[0])<<16) + (intval($phpIVersion[1])<<8) + intval($phpIVersion[2]); $phpRequired = false; $userPermissions = array( "__hash__"=>"plugins.dat" ); $cache = new rCache(); $cache->get($userPermissions); $cantBeShutdowned = 0x0080; $canBeLaunched = 0x0100; $disabledByUser = 0x8000; $loadedExtensions = array_map("strtolower",get_loaded_extensions()); while(false !== ($file = readdir($handle))) { if($file != "." && $file != ".." && is_dir('../plugins/'.$file)) { if(!array_key_exists($file,$userPermissions)) $userPermissions[$file] = true; $info = getPluginInfo( $file, $permissions ); if($info) { if( $info["plugin.may_be_launched"] && getFlag($permissions,$file,"enabled")=="user-defined") { $info["perms"] |= $canBeLaunched; if(!$userPermissions[$file]) { $info["perms"] |= $disabledByUser; $disabled[$file] = $info; $info = false; } } else $info["perms"] |= $cantBeShutdowned; } if($info!==false) { if(!$theSettings->linkExist && $info["rtorrent.need"]) { $disabled[$file] = $info; continue; } if($info['php.version']>$phpIVersion) { $jResult.="noty('".$file.": '+theUILang.badPHPVersion+' '+'".$info['php.version.readable']."'+'.','error');"; $disabled[$file] = $info; continue; } $extError = false; foreach( $info['php.extensions.error'] as $extension ) if(!in_array( $extension, $loadedExtensions )) { $jResult.="noty('".$file.": '+theUILang.phpExtensionNotFoundError+' ('+'".$extension."'+').','error');"; $extError = true; } if($extError) { $disabled[$file] = $info; continue; } if(count($info['web.external.error']) || count($info['web.external.warning']) || count($info['rtorrent.external.error']) || count($info['rtorrent.external.warning'])) eval( getPluginConf( $file ) ); foreach( $info['web.external.error'] as $external ) { if(findEXE($external)==false) { $jResult.="noty('".$file.": '+theUILang.webExternalNotFoundError+' ('+'".$external."'+').','error');"; $extError = true; } else if($external=='php') $phpRequired = true; } if($extError) { $disabled[$file] = $info; continue; } if($theSettings->linkExist) { if($info['rtorrent.version']>$theSettings->iVersion) { $jResult.="noty('".$file.": '+theUILang.badrTorrentVersion+' '+'".$info['rtorrent.version.readable']."'+'.','error');"; $disabled[$file] = $info; continue; } foreach( $info['rtorrent.external.error'] as $external ) { findRemoteEXE($external,"noty('".$file.": '+theUILang.rTorrentExternalNotFoundError+' ('+'".$external."'+').','error'); thePlugins.get('".$file."').disable();",$remoteRequests); if($external=='php') $phpRequired = true; } foreach( $info['rtorrent.script.error'] as $external ) { $fname = $rootPath.'/plugins/'.$file.'/'.$external; @chmod($fname,$profileMask & 0755); if(!isUserHavePermission($theSettings->uid,$theSettings->gid,$fname,0x0005)) { $jResult.="noty('".$file.": '+theUILang.rTorrentBadScriptPath+' ('+'".$fname."'+').','error');"; $extError = true; } } if($extError) { $disabled[$file] = $info; continue; } foreach( $info['rtorrent.php.error'] as $external ) { $fname = $rootPath.'/plugins/'.$file.'/'.$external; @chmod($fname,$profileMask & 0644); if(!isUserHavePermission($theSettings->uid,$theSettings->gid,$fname,0x0004)) { $jResult.="noty('".$file.": '+theUILang.rTorrentBadPHPScriptPath+' ('+'".$fname."'+').','error');"; $extError = true; } } if($extError) { $disabled[$file] = $info; continue; } if(!isLocalMode()) { if($info["rtorrent.remote"]=="error") { $jResult.="noty('".$file.": '+theUILang.errMustBeInSomeHost,'error');"; $disabled[$file] = $info; continue; } if($do_diagnostic && ($info["rtorrent.remote"]=="warning")) $jResult.="noty('".$file.": '+theUILang.warnMustBeInSomeHost,'error');"; } } if($do_diagnostic) { if($theSettings->linkExist) foreach( $info['rtorrent.external.warning'] as $external ) findRemoteEXE($external,"noty('".$file.": '+theUILang.rTorrentExternalNotFoundWarning+' ('+'".$external."'+').','error');",$remoteRequests); foreach( $info['web.external.warning'] as $external ) if(findEXE($external)==false) $jResult.="noty('".$file.": '+theUILang.webExternalNotFoundWarning+' ('+'".$external."'+').','error');"; foreach( $info['php.extensions.warning'] as $extension ) if(!in_array( $extension, $loadedExtensions )) $jResult.="noty('".$file.": '+theUILang.phpExtensionNotFoundWarning+' ('+'".$extension."'+').','error');"; } $js = "../plugins/".$file."/init.js"; if(!is_readable($js)) $js = NULL; $php = "../plugins/".$file."/init.php"; if(!is_readable($php)) $php = NULL; $init[] = array( "js" => $js, "php" => $php, "info" => $info, "name" => $file ); $names[] = $file; } } } if($phpRequired) { $val = strtoupper(ini_get("register_argc_argv")); if( $val!=='' && $val!='ON' && $val!='1' && $val!='TRUE' ) $jResult.="noty(theUILang.phpParameterUnavailable,'error');"; } usort($init,"pluginsSort"); foreach($init as $plugin) { $jEnd = ''; $pInfo = $plugin["info"]; $deps = array_diff( $pInfo["plugin.dependencies"], $names ); if(count($deps)) { $jResult.="noty('".$plugin["name"].": '+theUILang.dependenceError+' ".implode(",",$deps)."','error');"; $disabled[$plugin["name"]] = $pInfo; continue; } $jResult.="(function () { var plugin = new rPlugin( '".$plugin["name"]."',".$pInfo["plugin.version"]. ",'".$pInfo["plugin.author"]."','".$pInfo["plugin.description"]."',".$pInfo["perms"].",'".$pInfo["plugin.help"]."' );\n"; if($plugin["php"]) require_once( $plugin["php"] ); else $theSettings->registerPlugin($plugin["name"],$pInfo["perms"]); if($plugin["js"]) { $js = file_get_contents($plugin["js"]); if($theSettings->isPluginRegistered($plugin["name"])) $jResult.=$js; else { if(strpos($js,"plugin.loadLang()")!==false) $jResult.="plugin.loadLang();"; } $jResult.="\n"; } $jResult.=$jEnd; $jResult.="\n})();"; } foreach($disabled as $name=>$pInfo) { $jResult.="(function () { var plugin = new rPlugin( '".$name."',".$pInfo["plugin.version"]. ",'".$pInfo["plugin.author"]."','".$pInfo["plugin.description"]."',".$pInfo["perms"].",'".$pInfo["plugin.help"]."' );\n"; $jResult.="plugin.disable(); "; if($pInfo["perms"] & $disabledByUser) $jResult.="plugin.unlaunch(); "; $jResult.="\n})();"; } $jResult.=testRemoteRequests($remoteRequests); $theSettings->store(); } closedir($handle); } cachedEcho($jResult,"application/javascript",true);
    [25.06.2014 18:37:23] Bad response from server: (200 [parsererror,getuisettings]) <?php require_once( 'util.php' ); $s = '{}'; $fname = getSettingsPath()."/uisettings.json"; $fo = fopen($fname, 'r'); if($fo!==false) { if(flock($fo, LOCK_SH)) { $s = @file_get_contents($fname); if($s==false) $s = '{}'; flock($fo, LOCK_UN); } fclose($fo); } cachedEcho($s,"application/json",true);
    For that log I believe I've a problem with permission, or rutorrent plugins.
    Here are my configuration files
    /etc/webapps/rutorrent/conf/config.php
    <?php
    // configuration parameters
    // for snoopy client
    @define('HTTP_USER_AGENT', 'Mozilla/5.0 (Windows NT 6.0; WOW64; rv:12.0) Gecko/20100101 Firefox/12.0', true);
    @define('HTTP_TIME_OUT', 30, true); // in seconds
    @define('HTTP_USE_GZIP', true, true);
    $httpIP = null; // IP string. Or null for any.
    @define('RPC_TIME_OUT', 5, true); // in seconds
    @define('LOG_RPC_CALLS', false, true);
    @define('LOG_RPC_FAULTS', true, true);
    // for php
    @define('PHP_USE_GZIP', false, true);
    @define('PHP_GZIP_LEVEL', 2, true);
    $schedule_rand = 10; // rand for schedulers start, +0..X seconds
    $do_diagnostic = true;
    $log_file = '/tmp/errors.log'; // path to log file (comment or leave blank to disable logging)
    $saveUploadedTorrents = true; // Save uploaded torrents to profile/torrents directory or not
    $overwriteUploadedTorrents = false; // Overwrite existing uploaded torrents in profile/torrents directory or make unique name
    $topDirectory = '/'; // Upper available directory. Absolute path with trail slash.
    $forbidUserSettings = false;
    $scgi_port = 5000;
    $scgi_host = "127.0.0.1";
    // For web->rtorrent link through unix domain socket
    // (scgi_local in rtorrent conf file), change variables
    // above to something like this:
    // $scgi_port = 0;
    // $scgi_host = "unix:///tmp/rpc.socket";
    $XMLRPCMountPoint = "/RPC2"; // DO NOT DELETE THIS LINE!!! DO NOT COMMENT THIS LINE!!!
    $pathToExternals = array(
    "php" => '/usr/bin/php', // Something like /usr/bin/php. If empty, will be found in PATH.
    "curl" => '/usr/bin/curl', // Something like /usr/bin/curl. If empty, will be found in PATH.
    "gzip" => '/usr/bin/gzip', // Something like /usr/bin/gzip. If empty, will be found in PATH.
    "id" => '/usr/bin/id', // Something like /usr/bin/id. If empty, will be found in PATH.
    "stat" => '/usr/bin/stat', // Something like /usr/bin/stat. If empty, will be found in PATH.
    $localhosts = array( // list of local interfaces
    "127.0.0.1",
    "localhost",
    $profilePath = '../share'; // Path to user profiles
    $profileMask = 0777; // Mask for files and directory creation in user profiles.
    // Both Webserver and rtorrent users must have read-write access to it.
    // For example, if Webserver and rtorrent users are in the same group then the value may be 0770.
    $tempDirectory = null; // Temp directory. Absolute path with trail slash. If null, then autodetect will be used.
    ~/.rtorrent.rc
    scgi_port = localhost:5000
    directory = /home/milo/Downloads
    session = /home/milo/.rutorrent/.session
    schedule = watch_directory,5,5,load_start=/home/milo/Downloads/*.torrent
    schedule = low_diskspace,5,60,close_low_diskspace=100M
    port_range = 49152-50000
    check_hash = no
    encryption = allow_incoming,try_outgoing,enable_retry
    dht = auto
    dht_port = 6881
    peer_exchange = yes
    /etc/php/php.ini
    [PHP]
    ; About php.ini ;
    ; PHP's initialization file, generally called php.ini, is responsible for
    ; configuring many of the aspects of PHP's behavior.
    ; PHP attempts to find and load this configuration from a number of locations.
    ; The following is a summary of its search order:
    ; 1. SAPI module specific location.
    ; 2. The PHPRC environment variable. (As of PHP 5.2.0)
    ; 3. A number of predefined registry keys on Windows (As of PHP 5.2.0)
    ; 4. Current working directory (except CLI)
    ; 5. The web server's directory (for SAPI modules), or directory of PHP
    ; (otherwise in Windows)
    ; 6. The directory from the --with-config-file-path compile time option, or the
    ; Windows directory (C:\windows or C:\winnt)
    ; See the PHP docs for more specific information.
    ; http://php.net/configuration.file
    ; The syntax of the file is extremely simple. Whitespace and lines
    ; beginning with a semicolon are silently ignored (as you probably guessed).
    ; Section headers (e.g. [Foo]) are also silently ignored, even though
    ; they might mean something in the future.
    ; Directives following the section heading [PATH=/www/mysite] only
    ; apply to PHP files in the /www/mysite directory. Directives
    ; following the section heading [HOST=www.example.com] only apply to
    ; PHP files served from www.example.com. Directives set in these
    ; special sections cannot be overridden by user-defined INI files or
    ; at runtime. Currently, [PATH=] and [HOST=] sections only work under
    ; CGI/FastCGI.
    ; http://php.net/ini.sections
    ; Directives are specified using the following syntax:
    ; directive = value
    ; Directive names are *case sensitive* - foo=bar is different from FOO=bar.
    ; Directives are variables used to configure PHP or PHP extensions.
    ; There is no name validation. If PHP can't find an expected
    ; directive because it is not set or is mistyped, a default value will be used.
    ; The value can be a string, a number, a PHP constant (e.g. E_ALL or M_PI), one
    ; of the INI constants (On, Off, True, False, Yes, No and None) or an expression
    ; (e.g. E_ALL & ~E_NOTICE), a quoted string ("bar"), or a reference to a
    ; previously set variable or directive (e.g. ${foo})
    ; Expressions in the INI file are limited to bitwise operators and parentheses:
    ; | bitwise OR
    ; ^ bitwise XOR
    ; & bitwise AND
    ; ~ bitwise NOT
    ; ! boolean NOT
    ; Boolean flags can be turned on using the values 1, On, True or Yes.
    ; They can be turned off using the values 0, Off, False or No.
    ; An empty string can be denoted by simply not writing anything after the equal
    ; sign, or by using the None keyword:
    ; foo = ; sets foo to an empty string
    ; foo = None ; sets foo to an empty string
    ; foo = "None" ; sets foo to the string 'None'
    ; If you use constants in your value, and these constants belong to a
    ; dynamically loaded extension (either a PHP extension or a Zend extension),
    ; you may only use these constants *after* the line that loads the extension.
    ; About this file ;
    ; PHP comes packaged with two INI files. One that is recommended to be used
    ; in production environments and one that is recommended to be used in
    ; development environments.
    ; php.ini-production contains settings which hold security, performance and
    ; best practices at its core. But please be aware, these settings may break
    ; compatibility with older or less security conscience applications. We
    ; recommending using the production ini in production and testing environments.
    ; php.ini-development is very similar to its production variant, except it's
    ; much more verbose when it comes to errors. We recommending using the
    ; development version only in development environments as errors shown to
    ; application users can inadvertently leak otherwise secure information.
    ; This is php.ini-production INI file.
    ; Quick Reference ;
    ; The following are all the settings which are different in either the production
    ; or development versions of the INIs with respect to PHP's default behavior.
    ; Please see the actual settings later in the document for more details as to why
    ; we recommend these changes in PHP's behavior.
    ; display_errors
    ; Default Value: On
    ; Development Value: On
    ; Production Value: Off
    ; display_startup_errors
    ; Default Value: Off
    ; Development Value: On
    ; Production Value: Off
    ; error_reporting
    ; Default Value: E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
    ; Development Value: E_ALL
    ; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT
    ; html_errors
    ; Default Value: On
    ; Development Value: On
    ; Production value: On
    ; log_errors
    ; Default Value: Off
    ; Development Value: On
    ; Production Value: On
    ; max_input_time
    ; Default Value: -1 (Unlimited)
    ; Development Value: 60 (60 seconds)
    ; Production Value: 60 (60 seconds)
    ; output_buffering
    ; Default Value: Off
    ; Development Value: 4096
    ; Production Value: 4096
    ; register_argc_argv
    ; Default Value: On
    ; Development Value: Off
    ; Production Value: Off
    ; request_order
    ; Default Value: None
    ; Development Value: "GP"
    ; Production Value: "GP"
    ; session.gc_divisor
    ; Default Value: 100
    ; Development Value: 1000
    ; Production Value: 1000
    ; session.hash_bits_per_character
    ; Default Value: 4
    ; Development Value: 5
    ; Production Value: 5
    ; short_open_tag
    ; Default Value: On
    ; Development Value: Off
    ; Production Value: Off
    ; track_errors
    ; Default Value: Off
    ; Development Value: On
    ; Production Value: Off
    ; url_rewriter.tags
    ; Default Value: "a=href,area=href,frame=src,form=,fieldset="
    ; Development Value: "a=href,area=href,frame=src,input=src,form=fakeentry"
    ; Production Value: "a=href,area=href,frame=src,input=src,form=fakeentry"
    ; variables_order
    ; Default Value: "EGPCS"
    ; Development Value: "GPCS"
    ; Production Value: "GPCS"
    ; php.ini Options ;
    ; Name for user-defined php.ini (.htaccess) files. Default is ".user.ini"
    ;user_ini.filename = ".user.ini"
    ; To disable this feature set this option to empty value
    ;user_ini.filename =
    ; TTL for user-defined php.ini files (time-to-live) in seconds. Default is 300 seconds (5 minutes)
    ;user_ini.cache_ttl = 300
    ; Language Options ;
    ; Enable the PHP scripting language engine under Apache.
    ; http://php.net/engine
    engine = On
    ; This directive determines whether or not PHP will recognize code between
    ; <? and ?> tags as PHP source which should be processed as such. It is
    ; generally recommended that <?php and ?> should be used and that this feature
    ; should be disabled, as enabling it may result in issues when generating XML
    ; documents, however this remains supported for backward compatibility reasons.
    ; Note that this directive does not control the <?= shorthand tag, which can be
    ; used regardless of this directive.
    ; Default Value: On
    ; Development Value: Off
    ; Production Value: Off
    ; http://php.net/short-open-tag
    short_open_tag = Off
    ; Allow ASP-style <% %> tags.
    ; http://php.net/asp-tags
    asp_tags = Off
    ; The number of significant digits displayed in floating point numbers.
    ; http://php.net/precision
    precision = 14
    ; Output buffering is a mechanism for controlling how much output data
    ; (excluding headers and cookies) PHP should keep internally before pushing that
    ; data to the client. If your application's output exceeds this setting, PHP
    ; will send that data in chunks of roughly the size you specify.
    ; Turning on this setting and managing its maximum buffer size can yield some
    ; interesting side-effects depending on your application and web server.
    ; You may be able to send headers and cookies after you've already sent output
    ; through print or echo. You also may see performance benefits if your server is
    ; emitting less packets due to buffered output versus PHP streaming the output
    ; as it gets it. On production servers, 4096 bytes is a good setting for performance
    ; reasons.
    ; Note: Output buffering can also be controlled via Output Buffering Control
    ; functions.
    ; Possible Values:
    ; On = Enabled and buffer is unlimited. (Use with caution)
    ; Off = Disabled
    ; Integer = Enables the buffer and sets its maximum size in bytes.
    ; Note: This directive is hardcoded to Off for the CLI SAPI
    ; Default Value: Off
    ; Development Value: 4096
    ; Production Value: 4096
    ; http://php.net/output-buffering
    output_buffering = 4096
    ; You can redirect all of the output of your scripts to a function. For
    ; example, if you set output_handler to "mb_output_handler", character
    ; encoding will be transparently converted to the specified encoding.
    ; Setting any output handler automatically turns on output buffering.
    ; Note: People who wrote portable scripts should not depend on this ini
    ; directive. Instead, explicitly set the output handler using ob_start().
    ; Using this ini directive may cause problems unless you know what script
    ; is doing.
    ; Note: You cannot use both "mb_output_handler" with "ob_iconv_handler"
    ; and you cannot use both "ob_gzhandler" and "zlib.output_compression".
    ; Note: output_handler must be empty if this is set 'On' !!!!
    ; Instead you must use zlib.output_handler.
    ; http://php.net/output-handler
    ;output_handler =
    ; Transparent output compression using the zlib library
    ; Valid values for this option are 'off', 'on', or a specific buffer size
    ; to be used for compression (default is 4KB)
    ; Note: Resulting chunk size may vary due to nature of compression. PHP
    ; outputs chunks that are few hundreds bytes each as a result of
    ; compression. If you prefer a larger chunk size for better
    ; performance, enable output_buffering in addition.
    ; Note: You need to use zlib.output_handler instead of the standard
    ; output_handler, or otherwise the output will be corrupted.
    ; http://php.net/zlib.output-compression
    zlib.output_compression = Off
    ; http://php.net/zlib.output-compression-level
    ;zlib.output_compression_level = -1
    ; You cannot specify additional output handlers if zlib.output_compression
    ; is activated here. This setting does the same as output_handler but in
    ; a different order.
    ; http://php.net/zlib.output-handler
    ;zlib.output_handler =
    ; Implicit flush tells PHP to tell the output layer to flush itself
    ; automatically after every output block. This is equivalent to calling the
    ; PHP function flush() after each and every call to print() or echo() and each
    ; and every HTML block. Turning this option on has serious performance
    ; implications and is generally recommended for debugging purposes only.
    ; http://php.net/implicit-flush
    ; Note: This directive is hardcoded to On for the CLI SAPI
    implicit_flush = Off
    ; The unserialize callback function will be called (with the undefined class'
    ; name as parameter), if the unserializer finds an undefined class
    ; which should be instantiated. A warning appears if the specified function is
    ; not defined, or if the function doesn't include/implement the missing class.
    ; So only set this entry, if you really want to implement such a
    ; callback-function.
    unserialize_callback_func =
    ; When floats & doubles are serialized store serialize_precision significant
    ; digits after the floating point. The default value ensures that when floats
    ; are decoded with unserialize, the data will remain the same.
    serialize_precision = 17
    ; open_basedir, if set, limits all file operations to the defined directory
    ; and below. This directive makes most sense if used in a per-directory
    ; or per-virtualhost web server configuration file. This directive is
    ; *NOT* affected by whether Safe Mode is turned On or Off.
    ; http://php.net/open-basedir
    open_basedir = /srv/http/:/home/:/tmp/:/usr/share/pear/:/usr/share/webapps/:/etc/webapps/rutorrent/conf/:/usr/share/webapps/rutorrent/php/:/usr/share/webapps/rutorrent/
    ; This directive allows you to disable certain functions for security reasons.
    ; It receives a comma-delimited list of function names. This directive is
    ; *NOT* affected by whether Safe Mode is turned On or Off.
    ; http://php.net/disable-functions
    disable_functions =
    ; This directive allows you to disable certain classes for security reasons.
    ; It receives a comma-delimited list of class names. This directive is
    ; *NOT* affected by whether Safe Mode is turned On or Off.
    ; http://php.net/disable-classes
    disable_classes =
    ; Colors for Syntax Highlighting mode. Anything that's acceptable in
    ; <span style="color: ???????"> would work.
    ; http://php.net/syntax-highlighting
    ;highlight.string = #DD0000
    ;highlight.comment = #FF9900
    ;highlight.keyword = #007700
    ;highlight.default = #0000BB
    ;highlight.html = #000000
    ; If enabled, the request will be allowed to complete even if the user aborts
    ; the request. Consider enabling it if executing long requests, which may end up
    ; being interrupted by the user or a browser timing out. PHP's default behavior
    ; is to disable this feature.
    ; http://php.net/ignore-user-abort
    ;ignore_user_abort = On
    ; Determines the size of the realpath cache to be used by PHP. This value should
    ; be increased on systems where PHP opens many files to reflect the quantity of
    ; the file operations performed.
    ; http://php.net/realpath-cache-size
    ;realpath_cache_size = 16k
    ; Duration of time, in seconds for which to cache realpath information for a given
    ; file or directory. For systems with rarely changing files, consider increasing this
    ; value.
    ; http://php.net/realpath-cache-ttl
    ;realpath_cache_ttl = 120
    ; Enables or disables the circular reference collector.
    ; http://php.net/zend.enable-gc
    zend.enable_gc = On
    ; If enabled, scripts may be written in encodings that are incompatible with
    ; the scanner. CP936, Big5, CP949 and Shift_JIS are the examples of such
    ; encodings. To use this feature, mbstring extension must be enabled.
    ; Default: Off
    ;zend.multibyte = Off
    ; Allows to set the default encoding for the scripts. This value will be used
    ; unless "declare(encoding=...)" directive appears at the top of the script.
    ; Only affects if zend.multibyte is set.
    ; Default: ""
    ;zend.script_encoding =
    ; Miscellaneous ;
    ; Decides whether PHP may expose the fact that it is installed on the server
    ; (e.g. by adding its signature to the Web server header). It is no security
    ; threat in any way, but it makes it possible to determine whether you use PHP
    ; on your server or not.
    ; http://php.net/expose-php
    expose_php = On
    ; Resource Limits ;
    ; Maximum execution time of each script, in seconds
    ; http://php.net/max-execution-time
    ; Note: This directive is hardcoded to 0 for the CLI SAPI
    max_execution_time = 30
    ; Maximum amount of time each script may spend parsing request data. It's a good
    ; idea to limit this time on productions servers in order to eliminate unexpectedly
    ; long running scripts.
    ; Note: This directive is hardcoded to -1 for the CLI SAPI
    ; Default Value: -1 (Unlimited)
    ; Development Value: 60 (60 seconds)
    ; Production Value: 60 (60 seconds)
    ; http://php.net/max-input-time
    max_input_time = 60
    ; Maximum input variable nesting level
    ; http://php.net/max-input-nesting-level
    ;max_input_nesting_level = 64
    ; How many GET/POST/COOKIE input variables may be accepted
    ; max_input_vars = 1000
    ; Maximum amount of memory a script may consume (128MB)
    ; http://php.net/memory-limit
    memory_limit = 128M
    ; Error handling and logging ;
    ; This directive informs PHP of which errors, warnings and notices you would like
    ; it to take action for. The recommended way of setting values for this
    ; directive is through the use of the error level constants and bitwise
    ; operators. The error level constants are below here for convenience as well as
    ; some common settings and their meanings.
    ; By default, PHP is set to take action on all errors, notices and warnings EXCEPT
    ; those related to E_NOTICE and E_STRICT, which together cover best practices and
    ; recommended coding standards in PHP. For performance reasons, this is the
    ; recommend error reporting setting. Your production server shouldn't be wasting
    ; resources complaining about best practices and coding standards. That's what
    ; development servers and development settings are for.
    ; Note: The php.ini-development file has this setting as E_ALL. This
    ; means it pretty much reports everything which is exactly what you want during
    ; development and early testing.
    ; Error Level Constants:
    ; E_ALL - All errors and warnings (includes E_STRICT as of PHP 5.4.0)
    ; E_ERROR - fatal run-time errors
    ; E_RECOVERABLE_ERROR - almost fatal run-time errors
    ; E_WARNING - run-time warnings (non-fatal errors)
    ; E_PARSE - compile-time parse errors
    ; E_NOTICE - run-time notices (these are warnings which often result
    ; from a bug in your code, but it's possible that it was
    ; intentional (e.g., using an uninitialized variable and
    ; relying on the fact it's automatically initialized to an
    ; empty string)
    ; E_STRICT - run-time notices, enable to have PHP suggest changes
    ; to your code which will ensure the best interoperability
    ; and forward compatibility of your code
    ; E_CORE_ERROR - fatal errors that occur during PHP's initial startup
    ; E_CORE_WARNING - warnings (non-fatal errors) that occur during PHP's
    ; initial startup
    ; E_COMPILE_ERROR - fatal compile-time errors
    ; E_COMPILE_WARNING - compile-time warnings (non-fatal errors)
    ; E_USER_ERROR - user-generated error message
    ; E_USER_WARNING - user-generated warning message
    ; E_USER_NOTICE - user-generated notice message
    ; E_DEPRECATED - warn about code that will not work in future versions
    ; of PHP
    ; E_USER_DEPRECATED - user-generated deprecation warnings
    ; Common Values:
    ; E_ALL (Show all errors, warnings and notices including coding standards.)
    ; E_ALL & ~E_NOTICE (Show all errors, except for notices)
    ; E_ALL & ~E_NOTICE & ~E_STRICT (Show all errors, except for notices and coding standards warnings.)
    ; E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR (Show only errors)
    ; Default Value: E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
    ; Development Value: E_ALL
    ; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT
    ; http://php.net/error-reporting
    error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
    ; This directive controls whether or not and where PHP will output errors,
    ; notices and warnings too. Error output is very useful during development, but
    ; it could be very dangerous in production environments. Depending on the code
    ; which is triggering the error, sensitive information could potentially leak
    ; out of your application such as database usernames and passwords or worse.
    ; It's recommended that errors be logged on production servers rather than
    ; having the errors sent to STDOUT.
    ; Possible Values:
    ; Off = Do not display any errors
    ; stderr = Display errors to STDERR (affects only CGI/CLI binaries!)
    ; On or stdout = Display errors to STDOUT
    ; Default Value: On
    ; Development Value: On
    ; Production Value: Off
    ; http://php.net/display-errors
    display_errors = Off
    ; The display of errors which occur during PHP's startup sequence are handled
    ; separately from display_errors. PHP's default behavior is to suppress those
    ; errors from clients. Turning the display of startup errors on can be useful in
    ; debugging configuration problems. But, it's strongly recommended that you
    ; leave this setting off on production servers.
    ; Default Value: Off
    ; Development Value: On
    ; Production Value: Off
    ; http://php.net/display-startup-errors
    display_startup_errors = Off
    ; Besides displaying errors, PHP can also log errors to locations such as a
    ; server-specific log, STDERR, or a location specified by the error_log
    ; directive found below. While errors should not be displayed on productions
    ; servers they should still be monitored and logging is a great way to do that.
    ; Default Value: Off
    ; Development Value: On
    ; Production Value: On
    ; http://php.net/log-errors
    log_errors = On
    ; Set maximum length of log_errors. In error_log information about the source is
    ; added. The default is 1024 and 0 allows to not apply any maximum length at all.
    ; http://php.net/log-errors-max-len
    log_errors_max_len = 1024
    ; Do not log repeated messages. Repeated errors must occur in same file on same
    ; line unless ignore_repeated_source is set true.
    ; http://php.net/ignore-repeated-errors
    ignore_repeated_errors = Off
    ; Ignore source of message when ignoring repeated messages. When this setting
    ; is On you will not log errors with repeated messages from different files or
    ; source lines.
    ; http://php.net/ignore-repeated-source
    ignore_repeated_source = Off
    ; If this parameter is set to Off, then memory leaks will not be shown (on
    ; stdout or in the log). This has only effect in a debug compile, and if
    ; error reporting includes E_WARNING in the allowed list
    ; http://php.net/report-memleaks
    report_memleaks = On
    ; This setting is on by default.
    ;report_zend_debug = 0
    ; Store the last error/warning message in $php_errormsg (boolean). Setting this value
    ; to On can assist in debugging and is appropriate for development servers. It should
    ; however be disabled on production servers.
    ; Default Value: Off
    ; Development Value: On
    ; Production Value: Off
    ; http://php.net/track-errors
    track_errors = Off
    ; Turn off normal error reporting and emit XML-RPC error XML
    ; http://php.net/xmlrpc-errors
    ;xmlrpc_errors = 0
    ; An XML-RPC faultCode
    ;xmlrpc_error_number = 0
    ; When PHP displays or logs an error, it has the capability of formatting the
    ; error message as HTML for easier reading. This directive controls whether
    ; the error message is formatted as HTML or not.
    ; Note: This directive is hardcoded to Off for the CLI SAPI
    ; Default Value: On
    ; Development Value: On
    ; Production value: On
    ; http://php.net/html-errors
    html_errors = On
    ; If html_errors is set to On *and* docref_root is not empty, then PHP
    ; produces clickable error messages that direct to a page describing the error
    ; or function causing the error in detail.
    ; You can download a copy of the PHP manual from http://php.net/docs
    ; and change docref_root to the base URL of your local copy including the
    ; leading '/'. You must also specify the file extension being used including
    ; the dot. PHP's default behavior is to leave these settings empty, in which
    ; case no links to documentation are generated.
    ; Note: Never use this feature for production boxes.
    ; http://php.net/docref-root
    ; Examples
    ;docref_root = "/phpmanual/"
    ; http://php.net/docref-ext
    ;docref_ext = .html
    ; String to output before an error message. PHP's default behavior is to leave
    ; this setting blank.
    ; http://php.net/error-prepend-string
    ; Example:
    ;error_prepend_string = "<span style='color: #ff0000'>"
    ; String to output after an error message. PHP's default behavior is to leave
    ; this setting blank.
    ; http://php.net/error-append-string
    ; Example:
    ;error_append_string = "</span>"
    ; Log errors to specified file. PHP's default behavior is to leave this value
    ; empty.
    ; http://php.net/error-log
    ; Example:
    ;error_log = php_errors.log
    ; Log errors to syslog (Event Log on Windows).
    ;error_log = syslog
    ;windows.show_crt_warning
    ; Default value: 0
    ; Development value: 0
    ; Production value: 0
    ; Data Handling ;
    ; The separator used in PHP generated URLs to separate arguments.
    ; PHP's default setting is "&".
    ; http://php.net/arg-separator.output
    ; Example:
    ;arg_separator.output = "&amp;"
    ; List of separator(s) used by PHP to parse input URLs into variables.
    ; PHP's default setting is "&".
    ; NOTE: Every character in this directive is considered as separator!
    ; http://php.net/arg-separator.input
    ; Example:
    ;arg_separator.input = ";&"
    ; This directive determines which super global arrays are registered when PHP
    ; starts up. G,P,C,E & S are abbreviations for the following respective super
    ; globals: GET, POST, COOKIE, ENV and SERVER. There is a performance penalty
    ; paid for the registration of these arrays and because ENV is not as commonly
    ; used as the others, ENV is not recommended on productions servers. You
    ; can still get access to the environment variables through getenv() should you
    ; need to.
    ; Default Value: "EGPCS"
    ; Development Value: "GPCS"
    ; Production Value: "GPCS";
    ; http://php.net/variables-order
    variables_order = "GPCS"
    ; This directive determines which super global data (G,P,C,E & S) should
    ; be registered into the super global array REQUEST. If so, it also determines
    ; the order in which that data is registered. The values for this directive are
    ; specified in the same manner as the variables_order directive, EXCEPT one.
    ; Leaving this value empty will cause PHP to use the value set in the
    ; variables_order directive. It does not mean it will leave the super globals
    ; array REQUEST empty.
    ; Default Value: None
    ; Development Value: "GP"
    ; Production Value: "GP"
    ; http://php.net/request-order
    request_order = "GP"
    ; This directive determines whether PHP registers $argv & $argc each time it
    ; runs. $argv contains an array of all the arguments passed to PHP when a script
    ; is invoked. $argc contains an integer representing the number of arguments
    ; that were passed when the script was invoked. These arrays are extremely
    ; useful when running scripts from the command line. When this directive is
    ; enabled, registering these variables consumes CPU cycles and memory each time
    ; a script is executed. For performance reasons, this feature should be disabled
    ; on production servers.
    ; Note: This directive is hardcoded to On for the CLI SAPI
    ; Default Value: On
    ; Development Value: Off
    ; Production Value: Off
    ; http://php.net/register-argc-argv
    register_argc_argv = Off
    ; When enabled, the ENV, REQUEST and SERVER variables are created when they're
    ; first used (Just In Time) instead of when the script starts. If these
    ; variables are not used within a script, having this directive on will result
    ; in a performance gain. The PHP directive register_argc_argv must be disabled
    ; for this directive to have any affect.
    ; http://php.net/auto-globals-jit
    auto_globals_jit = On
    ; Whether PHP will read the POST data.
    ; This option is enabled by default.
    ; Most likely, you won't want to disable this option globally. It causes $_POST
    ; and $_FILES to always be empty; the only way you will be able to read the
    ; POST data will be through the php://input stream wrapper. This can be useful
    ; to proxy requests or to process the POST data in a memory efficient fashion.
    ; http://php.net/enable-post-data-reading
    ;enable_post_data_reading = Off
    ; Maximum size of POST data that PHP will accept.
    ; Its value may be 0 to disable the limit. It is ignored if POST data reading
    ; is disabled through enable_post_data_reading.
    ; http://php.net/post-max-size
    post_max_size = 8M
    ; Automatically add files before PHP document.
    ; http://php.net/auto-prepend-file
    auto_prepend_file =
    ; Automatically add files after PHP document.
    ; http://php.net/auto-append-file
    auto_append_file =
    ; By default, PHP will output a character encoding using
    ; the Content-type: header. To disable sending of the charset, simply
    ; set it to be empty.
    ; PHP's built-in default is text/html
    ; http://php.net/default-mimetype
    default_mimetype = "text/html"
    ; PHP's default character set is set to empty.
    ; http://php.net/default-charset
    ;default_charset = "UTF-8"
    ; Always populate the $HTTP_RAW_POST_DATA variable. PHP's default behavior is
    ; to disable this feature. If post reading is disabled through
    ; enable_post_data_reading, $HTTP_RAW_POST_DATA is *NOT* populated.
    ; http://php.net/always-populate-raw-post-data
    ;always_populate_raw_post_data = On
    ; Paths and Directories ;
    ; UNIX: "/path1:/path2"
    include_path = ".:/usr/share/pear"
    ; Windows: "\path1;\path2"
    ;include_path = ".;c:\php\includes"
    ; PHP's default setting for include_path is ".;/path/to/php/pear"
    ; http://php.net/include-path
    ; The root of the PHP pages, used only if nonempty.
    ; if PHP was not compiled with FORCE_REDIRECT, you SHOULD set doc_root
    ; if you are running php as a CGI under any web server (other than IIS)
    ; see documentation for security issues. The alternate is to use the
    ; cgi.force_redirect configuration below
    ; http://php.net/doc-root
    doc_root =
    ; The directory under which PHP opens the script using /~username used only
    ; if nonempty.
    ; http://php.net/user-dir
    user_dir =
    ; Directory in which the loadable extensions (modules) reside.
    ; http://php.net/extension-dir
    extension_dir = "/usr/lib/php/modules/"
    ; On windows:
    ; extension_dir = "ext"
    ; Directory where the temporary files should be placed.
    ; Defaults to the system default (see sys_get_temp_dir)
    ; sys_temp_dir = "/tmp"
    ; Whether or not to enable the dl() function. The dl() function does NOT work
    ; properly in multithreaded servers, such as IIS or Zeus, and is automatically
    ; disabled on them.
    ; http://php.net/enable-dl
    enable_dl = Off
    ; cgi.force_redirect is necessary to provide security running PHP as a CGI under
    ; most web servers. Left undefined, PHP turns this on by default. You can
    ; turn it off here AT YOUR OWN RISK
    ; **You CAN safely turn this off for IIS, in fact, you MUST.**
    ; http://php.net/cgi.force-redirect
    ;cgi.force_redirect = 1
    ; if cgi.nph is enabled it will force cgi to always sent Status: 200 with
    ; every request. PHP's default behavior is to disable this feature.
    ;cgi.nph = 1
    ; if cgi.force_redirect is turned on, and you are not running under Apache or Netscape
    ; (iPlanet) web servers, you MAY need to set an environment variable name that PHP
    ; will look for to know it is OK to continue execution. Setting this variable MAY
    ; cause security issues, KNOW WHAT YOU ARE DOING FIRST.
    ; http://php.net/cgi.redirect-status-env
    ;cgi.redirect_status_env =
    ; cgi.fix_pathinfo provides *real* PATH_INFO/PATH_TRANSLATED support for CGI. PHP's
    ; previous behaviour was to set PATH_TRANSLATED to SCRIPT_FILENAME, and to not grok
    ; what PATH_INFO is. For more information on PATH_INFO, see the cgi specs. Setting
    ; this to 1 will cause PHP CGI to fix its paths to conform to the spec. A setting
    ; of zero causes PHP to behave as before. Default is 1. You should fix your scripts
    ; to use SCRIPT_FILENAME rather than PATH_TRANSLATED.
    ; http://php.net/cgi.fix-pathinfo
    ;cgi.fix_pathinfo=1
    ; FastCGI under IIS (on WINNT based OS) supports the ability to impersonate
    ; security tokens of the calling client. This allows IIS to define the
    ; security context that the request runs under. mod_fastcgi under Apache
    ; does not currently support this feature (03/17/2002)
    ; Set to 1 if running under IIS. Default is zero.
    ; http://php.net/fastcgi.impersonate
    ;fastcgi.impersonate = 1
    ; Disable logging through FastCGI connection. PHP's default behavior is to enable
    ; this feature.
    ;fastcgi.logging = 0
    ; cgi.rfc2616_headers configuration option tells PHP what type of headers to
    ; use when sending HTTP response code. If it's set 0 PHP sends Status: header that
    ; is supported by Apache. When this option is set to 1 PHP will send
    ; RFC2616 compliant header.
    ; Default is zero.
    ; http://php.net/cgi.rfc2616-headers
    ;cgi.rfc2616_headers = 0
    ; File Uploads ;
    ; Whether to allow HTTP file uploads.
    ; http://php.net/file-uploads
    file_uploads = On
    ; Temporary directory for HTTP uploaded files (will use system default if not
    ; specified).
    ; http://php.net/upload-tmp-dir
    ;upload_tmp_dir =
    ; Maximum allowed size for uploaded files.
    ; http://php.net/upload-max-filesize
    upload_max_filesize = 2M
    ; Maximum number of files that can be uploaded via a single request
    max_file_uploads = 20
    ; Fopen wrappers ;
    ; Whether to allow the treatment of URLs (like http:// or ftp://) as files.
    ; http://php.net/allow-url-fopen
    allow_url_fopen = On
    ; Whether to allow include/require to open URLs (like http:// or ftp://) as files.
    ; http://php.net/allow-url-include
    allow_url_include = Off
    ; Define the anonymous ftp password (your email address). PHP's default setting
    ; for this is empty.
    ; http://php.net/from
    ;from="[email protected]"
    ; Define the User-Agent string. PHP's default setting for this is empty.
    ; http://php.net/user-agent
    ;user_agent="PHP"
    ; Default timeout for socket based streams (seconds)
    ; http://php.net/default-socket-timeout
    default_socket_timeout = 60
    ; If your scripts have to deal with files from Macintosh systems,
    ; or you are running on a Mac and need to deal with files from
    ; unix or win32 systems, setting this flag will cause PHP to
    ; automatically detect the EOL character in those files so that
    ; fgets() and file() will work regardless of the source of the file.
    ; http://php.net/auto-detect-line-endings
    ;auto_detect_line_endings = Off
    ; Dynamic Extensions ;
    ; If you wish to have an extension loaded automatically, use the following
    ; syntax:
    ; extension=modulename.extension
    ; For example, on Windows:
    ; extension=msql.dll
    ; ... or under UNIX:
    ; extension=msql.so
    ; ... or with a path:
    ; extension=/path/to/extension/msql.so
    ; If you only provide the name of the extension, PHP will look for it in its
    ; default extension directory.
    ;extension=bcmath.so
    ;extension=bz2.so
    ;extension=calendar.so
    extension=curl.so
    ;extension=dba.so
    ;extension=enchant.so
    ;extension=exif.so
    ;extension=ftp.so
    ;extension=gd.so
    extension=gettext.so
    ;extension=gmp.so
    ;extension=iconv.so
    ;extension=imap.so
    ;extension=intl.so
    ;extension=ldap.so
    ;extension=mcrypt.so
    ;extension=mssql.so
    ;extension=mysqli.so
    ;extension=mysql.so
    ;extension=odbc.so
    ;zend_extension=opcache.so
    ;extension=openssl.so
    ;extension=pdo_mysql.so
    ;extension=pdo_odbc.so
    ;extension=pdo_pgsql.so
    ;extension=pdo_sqlite.so
    ;extension=pgsql.so
    ;extension=phar.so
    ;extension=posix.so
    ;extension=pspell.so
    ;extension=shmop.so
    ;extension=snmp.so
    ;extension=soap.so
    ;extension=sockets.so
    ;extension=sqlite3.so
    ;extension=sysvmsg.so
    ;extension=sysvsem.so
    ;extension=sysvshm.so
    ;extension=tidy.so
    ;extension=xmlrpc.so
    ;extension=xsl.so
    ;extension=zip.so
    ; Module Settings ;
    [CLI Server]
    ; Whether the CLI web server uses ANSI color coding in its terminal output.
    cli_server.color = On
    [Date]
    ; Defines the default timezone used by the date functions
    ; http://php.net/date.timezone
    ;date.timezone =
    ; http://php.net/date.default-latitude
    ;date.default_latitude = 31.7667
    ; http://php.net/date.default-longitude
    ;date.default_longitude = 35.2333
    ; http://php.net/date.sunrise-zenith
    ;date.sunrise_zenith = 90.583333
    ; http://php.net/date.sunset-zenith
    ;date.sunset_zenith = 90.583333
    [filter]
    ; http://php.net/filter.default
    ;filter.default = unsafe_raw
    ; http://php.net/filter.default-flags
    ;filter.default_flags =
    [iconv]
    ;iconv.input_encoding = ISO-8859-1
    ;iconv.internal_encoding = ISO-8859-1
    ;iconv.output_encoding = ISO-8859-1
    [intl]
    ;intl.default_locale =
    ; This directive allows you to produce PHP errors when some error
    ; happens within intl functions. The value is the level of the error produced.
    ; Default is 0, which does not produce any errors.
    ;intl.error_level = E_WARNING
    [sqlite]
    ; http://php.net/sqlite.assoc-case
    ;sqlite.assoc_case = 0
    [sqlite3]
    ;sqlite3.extension_dir =
    [Pcre]
    ;PCRE library backtracking limit.
    ; http://php.net/pcre.backtrack-limit
    ;pcre.backtrack_limit=100000
    ;PCRE library recursion limit.
    ;Please note that if you set this value to a high number you may consume all
    ;the available process stack and eventually crash PHP (due to reaching the
    ;stack size limit imposed by the Operating System).
    ; http://php.net/pcre.recursion-limit
    ;pcre.recursion_limit=100000
    [Pdo]
    ; Whether to pool ODBC connections. Can be one of "strict", "relaxed" or "off"
    ; http://php.net/pdo-odbc.connection-pooling
    ;pdo_odbc.connection_pooling=strict
    ;pdo_odbc.db2_instance_name
    [Pdo_mysql]
    ; If mysqlnd is used: Number of cache slots for the internal result set cache
    ; http://php.net/pdo_mysql.cache_size
    pdo_mysql.cache_size = 2000
    ; Default socket name for local MySQL connects. If empty, uses the built-in
    ; MySQL defaults.
    ; http://php.net/pdo_mysql.default-socket
    pdo_mysql.default_socket=
    [Phar]
    ; http://php.net/phar.readonly
    ;phar.readonly = On
    ; http://php.net/phar.require-hash
    ;phar.require_hash = On
    ;phar.cache_list =
    [mail function]
    ; For Win32 only.
    ; http://php.net/smtp
    SMTP = localhost
    ; http://php.net/smtp-port
    smtp_port = 25
    ; For Win32 only.
    ; http://php.net/sendmail-from
    ;sendmail_from = [email protected]
    ; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
    ; http://php.net/sendmail-path
    ;sendmail_path =
    ; Force the addition of the specified parameters to be passed as extra parameters
    ; to the sendmail binary. These parameters will always replace the value of
    ; the 5th parameter to mail(), even in safe mode.
    ;mail.force_extra_parameters =
    ; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename
    mail.add_x_header = On
    ; The path to a log file that will log all mail() calls. Log entries include
    ; the full path of the script, line number, To address and headers.
    ;mail.log =
    ; Log mail to syslog (Event Log on Windows).
    ;mail.log = syslog
    [SQL]
    ; http://php.net/sql.safe-mode
    sql.safe_mode = Off
    [ODBC]
    ; http://php.net/odbc.default-db
    ;odbc.default_db = Not yet implemented
    ; http://php.net/odbc.default-user
    ;odbc.default_user = Not yet implemented
    ; http://php.net/odbc.default-pw
    ;odbc.default_pw = Not yet implemented
    ; Controls the ODBC cursor model.
    ; Default: SQL_CURSOR_STATIC (default).
    ;odbc.default_cursortype
    ; Allow or prevent persistent links.
    ; http://php.net/odbc.allow-persistent
    odbc.allow_persistent = On
    ; Check that a connection is still valid before reuse.
    ; http://php.net/odbc.check-persistent
    odbc.check_persistent = On
    ; Maximum number of persistent links. -1 means no limit.
    ; http://php.net/odbc.max-persistent
    odbc.max_persistent = -1
    ; Maximum number of links (persistent + non-persistent). -1 means no limit.
    ; http://php.net/odbc.max-links
    odbc.max_links = -1
    ; Handling of LONG fields. Returns number of bytes to variables. 0 means
    ; passthru.
    ; http://php.net/odbc.defaultlrl
    odbc.defaultlrl = 4096
    ; Handling of binary data. 0 means passthru, 1 return as is, 2 convert to char.
    ; See the documentation on odbc_binmode and odbc_longreadlen for an explanation
    ; of odbc.defaultlrl and odbc.defaultbinmode
    ; http://php.net/odbc.defaultbinmode
    odbc.defaultbinmode = 1
    ;birdstep.max_links = -1
    [Interbase]
    ; Allow or prevent persistent links.
    ibase.allow_persistent = 1
    ; Maximum number of persistent links. -1 means no limit.
    ibase.max_persistent = -1
    ; Maximum number of links (persistent + non-persistent). -1 means no limit.
    ibase.max_links = -1
    ; Default database name for ibase_connect().
    ;ibase.default_db =
    ; Default username for ibase_connect().
    ;ibase.default_user =
    ; Default password for ibase_connect().
    ;ibase.default_password =
    ; Default charset for ibase_connect().
    ;ibase.default_charset =
    ; Default timestamp format.
    ibase.timestampformat = "%Y-%m-%d %H:%M:%S"
    ; Default date format.
    ibase.dateformat = "%Y-%m-%d"
    ; Default time format.
    ibase.timeformat = "%H:%M:%S"
    [MySQL]
    ; Allow accessing, from PHP's perspective, local files with LOAD DATA statements
    ; http://php.net/mysql.allow_local_infile
    mysql.allow_local_infile = On
    ; Allow or prevent persistent links.
    ; http://php.net/mysql.allow-persistent
    mysql.allow_persistent = On
    ; If mysqlnd is used: Number of cache slots for the internal result set cache
    ; http://php.net/mysql.cache_size
    mysql.cache_size = 2000
    ; Maximum number of persistent links. -1 means no limit.
    ; http://php.net/mysql.max-persistent
    mysql.max_persistent = -1
    ; Maximum number of links (persistent + non-persistent). -1 means no limit.
    ; http://php.net/mysql.max-links
    mysql.max_links = -1
    ; Default port number for mysql_connect(). If unset, mysql_connect() will use
    ; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the
    ; compile-time value defined MYSQL_PORT (in that order). Win32 will only look
    ; at MYSQL_PORT.
    ; http://php.net/mysql.default-port
    mysql.default_port =
    ; Default socket name for local MySQL connects. If empty, uses the built-in
    ; MySQL defaults.
    ; http://php.net/mysql.default-socket
    mysql.default_socket =
    ; Default host for mysql_connect() (doesn't apply in safe mode).
    ; http://php.net/mysql.default-host
    mysql.default_host =
    ; Default user for mysql_connect() (doesn't apply in safe mode).
    ; http://php.net/mysql.default-user
    mysql.default_user =
    ; Default password for mysql_connect() (doesn't apply in safe mode).
    ; Note that this is generally a *bad* idea to store passwords in this file.
    ; *Any* user with PHP access can run 'echo get_cfg_var("mysql.default_password")
    ; and reveal this password! And of course, any users with read access to this
    ; file will be able to reveal the password as well.
    ; http://php.net/mysql.default-password
    mysql.default_password =
    ; Maximum time (in seconds) for connect timeout. -1 means no limit
    ; http://php.net/mysql.connect-timeout
    mysql.connect_timeout = 60
    ; Trace mode. When trace_mode is active (=On), warnings for table/index scans and
    ; SQL-Errors will be displayed.
    ; http://php.net/mysql.trace-mode
    mysql.trace_mode = Off
    [MySQLi]
    ; Maximum number of persistent links. -1 means no limit.
    ; http://php.net/mysqli.max-persistent
    mysqli.max_persistent = -1
    ; Allow accessing, from PHP's perspective, local files with LOAD DATA statements
    ; http://php.net/mysqli.allow_local_infile
    ;mysqli.allow_local_infile = On
    ; Allow or prevent persistent links.
    ; http://php.net/mysqli.allow-persistent
    mysqli.allow_persistent = On
    ; Maximum number of links. -1 means no limit.
    ; http://php.net/mysqli.max-links
    mysqli.max_links = -1
    ; If mysqlnd is used: Number of cache slots for the internal result set cache
    ; http://php.net/mysqli.cache_size
    mysqli.cache_size = 2000
    ; Default port number for mysqli_connect(). If unset, mysqli_connect() will use
    ; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the
    ; compile-time value defined MYSQL_PORT (in that order). Win32 will only look
    ; at MYSQL_PORT.
    ; http://php.net/mysqli.default-port
    mysqli.default_port = 3306
    ; Default socket name for local MySQL connects. If empty, uses the built-in
    ; MySQL defaults.
    ; http://php.net/mysqli.default-socket
    mysqli.default_socket =
    ; Default host for mysql_connect() (doesn't apply in safe mode).
    ; http://php.net/mysqli.default-host
    mysqli.default_host =
    ; Default user for mysql_connect() (doesn't apply in safe mode).
    ; http://php.net/mysqli.default-user
    mysqli.default_user =
    ; Default password for mysqli_connect() (doesn't apply in safe mode).
    ; Note that this is generally a *bad* idea to store passwords in this file.
    ; *Any* user with PHP access can run 'echo get_cfg_var("mysqli.default_pw")
    ; and reveal this password! And of course, any users with read access to this
    ; file will be able to reveal the password as well.
    ; http://php.net/mysqli.default-pw
    mysqli.default_pw =
    ; Allow or prevent reconnect
    mysqli.reconnect = Off
    [mysqlnd]
    ; Enable / Disable collection of general statistics by mysqlnd which can be
    ; used to tune and monitor MySQL operations.
    ; http://php.net/mysqlnd.collect_statistics
    mysqlnd.collect_statistics = On
    ; Enable / Disable collection of memory usage statistics by mysqlnd which can be
    ; used to tune and monitor MySQL operations.
    ; http://php.net/mysqlnd.collect_memory_statistics
    mysqlnd.collect_memory_statistics = Off
    ; Size of a pre-allocated buffer used when sending commands to MySQL in bytes.
    ; http://php.net/mysqlnd.net_cmd_buffer_size
    ;mysqlnd.net_cmd_buffer_size = 2048
    ; Size of a pre-allocated buffer used for reading data sent by the server in
    ; bytes.
    ; http://php.net/mysqlnd.net_read_buffer_size
    ;mysqlnd.net_read_buffer_size = 32768
    [OCI8]
    ; Connection: Enables privileged connections using external
    ; credentials (OCI_SYSOPER, OCI_SYSDBA)
    ; http://php.net/oci8.privileged-connect
    ;oci8.privileged_connect = Off
    ; Connection: The maximum number of persistent OCI8 connections per
    ; process. Using -1 means no limit.
    ; http://php.net/oci8.max-persistent
    ;oci8.max_persistent = -1
    ; Connection: The maximum number of seconds a process is allowed to
    ; maintain an idle persistent connection. Using -1 means idle
    ; persistent connections will be maintained forever.
    ; http://php.net/oci8.persistent-timeout
    ;oci8.persistent_timeout = -1
    ; Connection: The number of seconds that must pass before issuing a
    ; ping during oci_pconnect() to check the connection validity. When
    ; set to 0, each oci_pconnect() will cause a ping. Using -1 disables
    ; pings completely.
    ; http://php.net/oci8.ping-interval
    ;oci8.ping_interval = 60
    ; Connection: Set this to a user chosen connection class to be used
    ; for all pooled server requests with Oracle 11g Database Resident
    ; Connection Pooling (DRCP). To use DRCP, this value should be set to
    ; the same string for all web servers running the same application,
    ; the database pool must be configured, and the connection string must
    ; specify to use a pooled server.
    ;oci8.connection_class =
    ; High Availability: Using On lets PHP receive Fast Application
    ; Notification (FAN) events generated when a database node fails. The
    ; database must also be configured to post FAN events.
    ;oci8.events = Off
    ; Tuning: This option enables statement

    Hi comrades,
    I use rtorrent in terminal without problems but recently I got interested in rutorrent.
    I've been following the rtorrent wiki and rutorrent wiki to get to this point.
    First of all rtorrent is working fine in terminal, but with rutorrent I only get to this far: http://i637.photobucket.com/albums/uu93 … 1403737709
    As you can see in the upeer right of the image it's trying to connect and in the log section is throwing me this:
    [25.06.2014 18:37:22] WebUI started.
    [25.06.2014 18:37:23] Bad response from server: (200 [parsererror,getplugins]) <?php require_once( "util.php" ); require_once( "settings.php" ); function pluginsSort($a, $b) { $lvl1 = (float) $a["info"]["plugin.runlevel"]; $lvl2 = (float) $b["info"]["plugin.runlevel"]; if($lvl1>$lvl2) return(1); if($lvl1<$lvl2) return(-1); return( strcmp($a["name"],$b["name"]) ); } function getFlag($permissions,$pname,$fname) { $ret = true; if(array_key_exists($pname,$permissions) && array_key_exists($fname,$permissions[$pname])) $ret = $permissions[$pname][$fname]; else if(array_key_exists("default",$permissions) && array_key_exists($fname,$permissions["default"])) $ret = $permissions["default"][$fname]; return($ret); } function getPluginInfo( $name, $permissions ) { $info = array( 'rtorrent.need'=>1, 'rtorrent.remote'=>'ok', 'rtorrent.external.warning'=>array(), 'rtorrent.external.error'=>array(), 'rtorrent.script.error'=>array(), 'rtorrent.php.error'=>array(), 'rtorrent.version'=>0x802, 'rtorrent.version.readable'=>'0.8.2', 'plugin.may_be_shutdowned'=>1, 'plugin.may_be_launched'=>1, 'plugin.runlevel'=>10.0, 'plugin.description'=>'', 'plugin.author'=>'unknown', 'plugin.dependencies'=>array(), 'php.version'=>0x50000, 'php.version.readable'=>'5.0.0', 'php.extensions.warning'=>array(), 'php.extensions.error'=>array(), 'web.external.warning'=>array(), 'web.external.error'=>array(), 'plugin.help'=>'', ); $fname = "../plugins/".$name."/plugin.info"; if(is_readable($fname)) { $lines = file($fname); foreach($lines as $line) { $fields = explode(":",$line,2); if(count($fields)==2) { $value = addcslashes(trim($fields[1]),"\\\'\"\n\r\t"); $field = trim($fields[0]); switch($field) { case "plugin.help": case "plugin.author": case "plugin.description": case "rtorrent.remote": { $info[$field] = $value; break; } case "plugin.may_be_shutdowned": case "plugin.may_be_launched": case "rtorrent.need": { $info[$field] = intval($value); break; } case "plugin.version": case "plugin.runlevel": { $info[$field] = floatval($value); break; } case "rtorrent.version": case "php.version": { $version = explode('.', $value); $info[$field] = (intval($version[0])<<16) + (intval($version[1])<<8) + intval($version[2]); $info[$field.'.readable'] = $value; break; } case "plugin.dependencies": case "rtorrent.external.warning": case "rtorrent.external.error": case "rtorrent.script.error": case "rtorrent.php.error": case "web.external.warning": case "web.external.error": case "php.extensions.warning": case "php.extensions.error": { $info[$field] = explode(',', $value); break; } // for compatibility case "author": case "description": { $info['plugin.'.$field] = $value; break; } case "remote": { $info['rtorrent.remote'] = $value; break; } case "need_rtorrent": { $info['rtorrent.need'] = intval($value); break; } case "version": case "runlevel": { $info['plugin.'.$field] = floatval($value); break; } } } } $perms = 0; if($permissions!==false) { if(!getFlag($permissions,$name,"enabled")) return(false); $flags = array( "canChangeToolbar" => 0x0001, "canChangeMenu" => 0x0002, "canChangeOptions" => 0x0004, "canChangeTabs" => 0x0008, "canChangeColumns" => 0x0010, "canChangeStatusBar" => 0x0020, "canChangeCategory" => 0x0040, "canBeShutdowned" => 0x0080, /* "canBeLaunched" => 0x0100, */ ); foreach($flags as $flagName=>$flagVal) if(!getFlag($permissions,$name,$flagName)) $perms|=$flagVal; if(!$info["plugin.may_be_shutdowned"]) $perms|=$flags["canBeShutdowned"]; } $info["perms"] = $perms; } return(array_key_exists("plugin.version",$info) ? $info : false); } function findRemoteEXE( $exe, $err, &$remoteRequests ) { $st = getSettingsPath().'/'.rand(); if(!array_key_exists($exe,$remoteRequests)) { $path=realpath(dirname('.')); global $pathToExternals; $add = ''; if(isset($pathToExternals[$exe]) && !empty($pathToExternals[$exe])) $add = " ".escapeshellarg($pathToExternals[$exe]); $req = new rXMLRPCRequest(new rXMLRPCCommand("execute", array( "sh", "-c", escapeshellarg(addslash($path)."test.sh")." ".$exe." ".escapeshellarg($st).$add))); $req->run(); $remoteRequests[$exe] = array( "path"=>$st, "err"=>array() ); } $remoteRequests[$exe]["err"][] = $err; } function testRemoteRequests($remoteRequests) { $ret = ""; foreach($remoteRequests as $exe=>$info) { $file = $info["path"].$exe.".found"; if(!is_file($file)) { foreach($info["err"] as $err) $ret.=$err; } else @unlink($file); } return($ret); } $jResult = "theWebUI.deltaTime = 0;\n"; $access = getConfFile('access.ini'); if(!$access) $access = "../conf/access.ini"; $permissions = parse_ini_file($access); $settingsFlags = array( "showDownloadsPage" => 0x0001, "showConnectionPage" => 0x0002, "showBittorentPage" => 0x0004, "showAdvancedPage" => 0x0008, "showPluginsTab" => 0x0010, "canChangeULRate" => 0x0020, "canChangeDLRate" => 0x0040, "canChangeTorrentProperties" => 0x0080, ); $perms = 0; foreach($settingsFlags as $flagName=>$flagVal) if(array_key_exists($flagName,$permissions) && $permissions[$flagName]) $perms|=$flagVal; $jResult .= "theWebUI.showFlags = ".$perms.";\n"; $jResult .= "theURLs.XMLRPCMountPoint = '".$XMLRPCMountPoint."';\n"; $jResult.="theWebUI.systemInfo = {};\ntheWebUI.systemInfo.php = { canHandleBigFiles : ".((PHP_INT_SIZE<=4) ? "false" : "true")." };\n"; if($handle = opendir('../plugins')) { ignore_user_abort(true); set_time_limit(0); makeDirectory(getTempDirectory()); if(!@file_exists($tempDirectory.'/.') || !is_readable($tempDirectory) || !is_writable($tempDirectory)) $jResult.="noty(theUILang.badTempPath+' (".$tempDirectory.")','error');"; if(!function_exists('preg_match_all')) { $jResult.="noty(theUILang.PCRENotFound,'error');"; $jResult.="theWebUI.systemInfo.rTorrent = { started: false, iVersion : 0, version : '?', libVersion : '?' };\n"; } else { $remoteRequests = array(); $theSettings = rTorrentSettings::get(true); if(!$theSettings->linkExist) { $jResult.="noty(theUILang.badLinkTorTorrent,'error');"; $jResult.="theWebUI.systemInfo.rTorrent = { started: false, iVersion : 0, version : '?', libVersion : '?', apiVersion : 0 };\n"; } else { if($theSettings->idNotFound) $jResult.="noty(theUILang.idNotFound,'error');"; $jResult.="theWebUI.systemInfo.rTorrent = { started: true, iVersion : ".$theSettings->iVersion.", version : '". $theSettings->version."', libVersion : '".$theSettings->libVersion."', apiVersion : ".$theSettings->apiVersion." };\n"; if($theSettings->mostOfMethodsRenamed) $jResult.="theWebUI.systemInfo.rTorrent.newMethodsSet = true;\n"; if($do_diagnostic) { $up = getUploadsPath(); $st = getSettingsPath(); @chmod($up,$profileMask); @chmod($st,$profileMask); @chmod('./test.sh',$profileMask & 0755); if(PHP_USE_GZIP && (findEXE('gzip')===false)) { @define('PHP_USE_GZIP', false); $jResult.="noty(theUILang.gzipNotFound,'error');"; } if(PHP_INT_SIZE<=4) { if(findEXE('stat')===false) $jResult.="noty(theUILang.statNotFoundW,'error');"; findRemoteEXE('stat',"noty(theUILang.statNotFound,'error');",$remoteRequests); } if(!@file_exists($up.'/.') || !is_readable($up) || !is_writable($up)) $jResult.="noty(theUILang.badUploadsPath+' (".$up.")','error');"; if(!@file_exists($st.'/.') || !is_readable($st) || !is_writable($st)) $jResult.="noty(theUILang.badSettingsPath+' (".$st.")','error');"; if(isLocalMode() && !$theSettings->idNotFound) { if($theSettings->uid<0) $jResult.="noty(theUILang.cantObtainUser,'error');"; else { if(!isUserHavePermission($theSettings->uid,$theSettings->gid,$tempDirectory,0x0007)) $jResult.="noty(theUILang.badTempPath2+' (".$tempDirectory.")','error');"; if(!isUserHavePermission($theSettings->uid,$theSettings->gid,$up,0x0007)) $jResult.="noty(theUILang.badUploadsPath2+' (".$up.")','error');"; if(!isUserHavePermission($theSettings->uid,$theSettings->gid,$st,0x0007)) $jResult.="noty(theUILang.badSettingsPath2+' (".$st.")','error');"; if(!isUserHavePermission($theSettings->uid,$theSettings->gid,'./test.sh',0x0005)) $jResult.="noty(theUILang.badTestPath+' (".realpath('./test.sh').")','error');"; } } if($theSettings->badXMLRPCVersion) $jResult.="noty(theUILang.badXMLRPCVersion,'error');"; } } $plg = getConfFile('plugins.ini'); if(!$plg) $plg = "../conf/plugins.ini"; $permissions = parse_ini_file($plg,true); $init = array(); $names = array(); $disabled = array(); $phpVersion = phpversion(); if( ($pos=strpos($phpVersion, '-'))!==false ) $phpVersion = substr($phpVersion,0,$pos); $phpIVersion = explode('.',$phpVersion); $phpIVersion = (intval($phpIVersion[0])<<16) + (intval($phpIVersion[1])<<8) + intval($phpIVersion[2]); $phpRequired = false; $userPermissions = array( "__hash__"=>"plugins.dat" ); $cache = new rCache(); $cache->get($userPermissions); $cantBeShutdowned = 0x0080; $canBeLaunched = 0x0100; $disabledByUser = 0x8000; $loadedExtensions = array_map("strtolower",get_loaded_extensions()); while(false !== ($file = readdir($handle))) { if($file != "." && $file != ".." && is_dir('../plugins/'.$file)) { if(!array_key_exists($file,$userPermissions)) $userPermissions[$file] = true; $info = getPluginInfo( $file, $permissions ); if($info) { if( $info["plugin.may_be_launched"] && getFlag($permissions,$file,"enabled")=="user-defined") { $info["perms"] |= $canBeLaunched; if(!$userPermissions[$file]) { $info["perms"] |= $disabledByUser; $disabled[$file] = $info; $info = false; } } else $info["perms"] |= $cantBeShutdowned; } if($info!==false) { if(!$theSettings->linkExist && $info["rtorrent.need"]) { $disabled[$file] = $info; continue; } if($info['php.version']>$phpIVersion) { $jResult.="noty('".$file.": '+theUILang.badPHPVersion+' '+'".$info['php.version.readable']."'+'.','error');"; $disabled[$file] = $info; continue; } $extError = false; foreach( $info['php.extensions.error'] as $extension ) if(!in_array( $extension, $loadedExtensions )) { $jResult.="noty('".$file.": '+theUILang.phpExtensionNotFoundError+' ('+'".$extension."'+').','error');"; $extError = true; } if($extError) { $disabled[$file] = $info; continue; } if(count($info['web.external.error']) || count($info['web.external.warning']) || count($info['rtorrent.external.error']) || count($info['rtorrent.external.warning'])) eval( getPluginConf( $file ) ); foreach( $info['web.external.error'] as $external ) { if(findEXE($external)==false) { $jResult.="noty('".$file.": '+theUILang.webExternalNotFoundError+' ('+'".$external."'+').','error');"; $extError = true; } else if($external=='php') $phpRequired = true; } if($extError) { $disabled[$file] = $info; continue; } if($theSettings->linkExist) { if($info['rtorrent.version']>$theSettings->iVersion) { $jResult.="noty('".$file.": '+theUILang.badrTorrentVersion+' '+'".$info['rtorrent.version.readable']."'+'.','error');"; $disabled[$file] = $info; continue; } foreach( $info['rtorrent.external.error'] as $external ) { findRemoteEXE($external,"noty('".$file.": '+theUILang.rTorrentExternalNotFoundError+' ('+'".$external."'+').','error'); thePlugins.get('".$file."').disable();",$remoteRequests); if($external=='php') $phpRequired = true; } foreach( $info['rtorrent.script.error'] as $external ) { $fname = $rootPath.'/plugins/'.$file.'/'.$external; @chmod($fname,$profileMask & 0755); if(!isUserHavePermission($theSettings->uid,$theSettings->gid,$fname,0x0005)) { $jResult.="noty('".$file.": '+theUILang.rTorrentBadScriptPath+' ('+'".$fname."'+').','error');"; $extError = true; } } if($extError) { $disabled[$file] = $info; continue; } foreach( $info['rtorrent.php.error'] as $external ) { $fname = $rootPath.'/plugins/'.$file.'/'.$external; @chmod($fname,$profileMask & 0644); if(!isUserHavePermission($theSettings->uid,$theSettings->gid,$fname,0x0004)) { $jResult.="noty('".$file.": '+theUILang.rTorrentBadPHPScriptPath+' ('+'".$fname."'+').','error');"; $extError = true; } } if($extError) { $disabled[$file] = $info; continue; } if(!isLocalMode()) { if($info["rtorrent.remote"]=="error") { $jResult.="noty('".$file.": '+theUILang.errMustBeInSomeHost,'error');"; $disabled[$file] = $info; continue; } if($do_diagnostic && ($info["rtorrent.remote"]=="warning")) $jResult.="noty('".$file.": '+theUILang.warnMustBeInSomeHost,'error');"; } } if($do_diagnostic) { if($theSettings->linkExist) foreach( $info['rtorrent.external.warning'] as $external ) findRemoteEXE($external,"noty('".$file.": '+theUILang.rTorrentExternalNotFoundWarning+' ('+'".$external."'+').','error');",$remoteRequests); foreach( $info['web.external.warning'] as $external ) if(findEXE($external)==false) $jResult.="noty('".$file.": '+theUILang.webExternalNotFoundWarning+' ('+'".$external."'+').','error');"; foreach( $info['php.extensions.warning'] as $extension ) if(!in_array( $extension, $loadedExtensions )) $jResult.="noty('".$file.": '+theUILang.phpExtensionNotFoundWarning+' ('+'".$extension."'+').','error');"; } $js = "../plugins/".$file."/init.js"; if(!is_readable($js)) $js = NULL; $php = "../plugins/".$file."/init.php"; if(!is_readable($php)) $php = NULL; $init[] = array( "js" => $js, "php" => $php, "info" => $info, "name" => $file ); $names[] = $file; } } } if($phpRequired) { $val = strtoupper(ini_get("register_argc_argv")); if( $val!=='' && $val!='ON' && $val!='1' && $val!='TRUE' ) $jResult.="noty(theUILang.phpParameterUnavailable,'error');"; } usort($init,"pluginsSort"); foreach($init as $plugin) { $jEnd = ''; $pInfo = $plugin["info"]; $deps = array_diff( $pInfo["plugin.dependencies"], $names ); if(count($deps)) { $jResult.="noty('".$plugin["name"].": '+theUILang.dependenceError+' ".implode(",",$deps)."','error');"; $disabled[$plugin["name"]] = $pInfo; continue; } $jResult.="(function () { var plugin = new rPlugin( '".$plugin["name"]."',".$pInfo["plugin.version"]. ",'".$pInfo["plugin.author"]."','".$pInfo["plugin.description"]."',".$pInfo["perms"].",'".$pInfo["plugin.help"]."' );\n"; if($plugin["php"]) require_once( $plugin["php"] ); else $theSettings->registerPlugin($plugin["name"],$pInfo["perms"]); if($plugin["js"]) { $js = file_get_contents($plugin["js"]); if($theSettings->isPluginRegistered($plugin["name"])) $jResult.=$js; else { if(strpos($js,"plugin.loadLang()")!==false) $jResult.="plugin.loadLang();"; } $jResult.="\n"; } $jResult.=$jEnd; $jResult.="\n})();"; } foreach($disabled as $name=>$pInfo) { $jResult.="(function () { var plugin = new rPlugin( '".$name."',".$pInfo["plugin.version"]. ",'".$pInfo["plugin.author"]."','".$pInfo["plugin.description"]."',".$pInfo["perms"].",'".$pInfo["plugin.help"]."' );\n"; $jResult.="plugin.disable(); "; if($pInfo["perms"] & $disabledByUser) $jResult.="plugin.unlaunch(); "; $jResult.="\n})();"; } $jResult.=testRemoteRequests($remoteRequests); $theSettings->store(); } closedir($handle); } cachedEcho($jResult,"application/javascript",true);
    [25.06.2014 18:37:23] Bad response from server: (200 [parsererror,getuisettings]) <?php require_once( 'util.php' ); $s = '{}'; $fname = getSettingsPath()."/uisettings.json"; $fo = fopen($fname, 'r'); if($fo!==false) { if(flock($fo, LOCK_SH)) { $s = @file_get_contents($fname); if($s==false) $s = '{}'; flock($fo, LOCK_UN); } fclose($fo); } cachedEcho($s,"application/json",true);
    For that log I believe I've a problem with permission, or rutorrent plugins.
    Here are my configuration files
    /etc/webapps/rutorrent/conf/config.php
    <?php
    // configuration parameters
    // for snoopy client
    @define('HTTP_USER_AGENT', 'Mozilla/5.0 (Windows NT 6.0; WOW64; rv:12.0) Gecko/20100101 Firefox/12.0', true);
    @define('HTTP_TIME_OUT', 30, true); // in seconds
    @define('HTTP_USE_GZIP', true, true);
    $httpIP = null; // IP string. Or null for any.
    @define('RPC_TIME_OUT', 5, true); // in seconds
    @define('LOG_RPC_CALLS', false, true);
    @define('LOG_RPC_FAULTS', true, true);
    // for php
    @define('PHP_USE_GZIP', false, true);
    @define('PHP_GZIP_LEVEL', 2, true);
    $schedule_rand = 10; // rand for schedulers start, +0..X seconds
    $do_diagnostic = true;
    $log_file = '/tmp/errors.log'; // path to log file (comment or leave blank to disable logging)
    $saveUploadedTorrents = true; // Save uploaded torrents to profile/torrents directory or not
    $overwriteUploadedTorrents = false; // Overwrite existing uploaded torrents in profile/torrents directory or make unique name
    $topDirectory = '/'; // Upper available directory. Absolute path with trail slash.
    $forbidUserSettings = false;
    $scgi_port = 5000;
    $scgi_host = "127.0.0.1";
    // For web->rtorrent link through unix domain socket
    // (scgi_local in rtorrent conf file), change variables
    // above to something like this:
    // $scgi_port = 0;
    // $scgi_host = "unix:///tmp/rpc.socket";
    $XMLRPCMountPoint = "/RPC2"; // DO NOT DELETE THIS LINE!!! DO NOT COMMENT THIS LINE!!!
    $pathToExternals = array(
    "php" => '/usr/bin/php', // Something like /usr/bin/php. If empty, will be found in PATH.
    "curl" => '/usr/bin/curl', // Something like /usr/bin/curl. If empty, will be found in PATH.
    "gzip" => '/usr/bin/gzip', // Something like /usr/bin/gzip. If empty, will be found in PATH.
    "id" => '/usr/bin/id', // Something like /usr/bin/id. If empty, will be found in PATH.
    "stat" => '/usr/bin/stat', // Something like /usr/bin/stat. If empty, will be found in PATH.
    $localhosts = array( // list of local interfaces
    "127.0.0.1",
    "localhost",
    $profilePath = '../share'; // Path to user profiles
    $profileMask = 0777; // Mask for files and directory creation in user profiles.
    // Both Webserver and rtorrent users must have read-write access to it.
    // For example, if Webserver and rtorrent users are in the same group then the value may be 0770.
    $tempDirectory = null; // Temp directory. Absolute path with trail slash. If null, then autodetect will be used.
    ~/.rtorrent.rc
    scgi_port = localhost:5000
    directory = /home/milo/Downloads
    session = /home/milo/.rutorrent/.session
    schedule = watch_directory,5,5,load_start=/home/milo/Downloads/*.torrent
    schedule = low_diskspace,5,60,close_low_diskspace=100M
    port_range = 49152-50000
    check_hash = no
    encryption = allow_incoming,try_outgoing,enable_retry
    dht = auto
    dht_port = 6881
    peer_exchange = yes
    /etc/php/php.ini
    [PHP]
    ; About php.ini ;
    ; PHP's initialization file, generally called php.ini, is responsible for
    ; configuring many of the aspects of PHP's behavior.
    ; PHP attempts to find and load this configuration from a number of locations.
    ; The following is a summary of its search order:
    ; 1. SAPI module specific location.
    ; 2. The PHPRC environment variable. (As of PHP 5.2.0)
    ; 3. A number of predefined registry keys on Windows (As of PHP 5.2.0)
    ; 4. Current working directory (except CLI)
    ; 5. The web server's directory (for SAPI modules), or directory of PHP
    ; (otherwise in Windows)
    ; 6. The directory from the --with-config-file-path compile time option, or the
    ; Windows directory (C:\windows or C:\winnt)
    ; See the PHP docs for more specific information.
    ; http://php.net/configuration.file
    ; The syntax of the file is extremely simple. Whitespace and lines
    ; beginning with a semicolon are silently ignored (as you probably guessed).
    ; Section headers (e.g. [Foo]) are also silently ignored, even though
    ; they might mean something in the future.
    ; Directives following the section heading [PATH=/www/mysite] only
    ; apply to PHP files in the /www/mysite directory. Directives
    ; following the section heading [HOST=www.example.com] only apply to
    ; PHP files served from www.example.com. Directives set in these
    ; special sections cannot be overridden by user-defined INI files or
    ; at runtime. Currently, [PATH=] and [HOST=] sections only work under
    ; CGI/FastCGI.
    ; http://php.net/ini.sections
    ; Directives are specified using the following syntax:
    ; directive = value
    ; Directive names are *case sensitive* - foo=bar is different from FOO=bar.
    ; Directives are variables used to configure PHP or PHP extensions.
    ; There is no name validation. If PHP can't find an expected
    ; directive because it is not set or is mistyped, a default value will be used.
    ; The value can be a string, a number, a PHP constant (e.g. E_ALL or M_PI), one
    ; of the INI constants (On, Off, True, False, Yes, No and None) or an expression
    ; (e.g. E_ALL & ~E_NOTICE), a quoted string ("bar"), or a reference to a
    ; previously set variable or directive (e.g. ${foo})
    ; Expressions in the INI file are limited to bitwise operators and parentheses:
    ; | bitwise OR
    ; ^ bitwise XOR
    ; & bitwise AND
    ; ~ bitwise NOT
    ; ! boolean NOT
    ; Boolean flags can be turned on using the values 1, On, True or Yes.
    ; They can be turned off using the values 0, Off, False or No.
    ; An empty string can be denoted by simply not writing anything after the equal
    ; sign, or by using the None keyword:
    ; foo = ; sets foo to an empty string
    ; foo = None ; sets foo to an empty string
    ; foo = "None" ; sets foo to the string 'None'
    ; If you use constants in your value, and these constants belong to a
    ; dynamically loaded extension (either a PHP extension or a Zend extension),
    ; you may only use these constants *after* the line that loads the extension.
    ; About this file ;
    ; PHP comes packaged with two INI files. One that is recommended to be used
    ; in production environments and one that is recommended to be used in
    ; development environments.
    ; php.ini-production contains settings which hold security, performance and
    ; best practices at its core. But please be aware, these settings may break
    ; compatibility with older or less security conscience applications. We
    ; recommending using the production ini in production and testing environments.
    ; php.ini-development is very similar to its production variant, except it's
    ; much more verbose when it comes to errors. We recommending using the
    ; development version only in development environments as errors shown to
    ; application users can inadvertently leak otherwise secure information.
    ; This is php.ini-production INI file.
    ; Quick Reference ;
    ; The following are all the settings which are different in either the production
    ; or development versions of the INIs with respect to PHP's default behavior.
    ; Please see the actual settings later in the document for more details as to why
    ; we recommend these changes in PHP's behavior.
    ; display_errors
    ; Default Value: On
    ; Development Value: On
    ; Production Value: Off
    ; display_startup_errors
    ; Default Value: Off
    ; Development Value: On
    ; Production Value: Off
    ; error_reporting
    ; Default Value: E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
    ; Development Value: E_ALL
    ; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT
    ; html_errors
    ; Default Value: On
    ; Development Value: On
    ; Production value: On
    ; log_errors
    ; Default Value: Off
    ; Development Value: On
    ; Production Value: On
    ; max_input_time
    ; Default Value: -1 (Unlimited)
    ; Development Value: 60 (60 seconds)
    ; Production Value: 60 (60 seconds)
    ; output_buffering
    ; Default Value: Off
    ; Development Value: 4096
    ; Production Value: 4096
    ; register_argc_argv
    ; Default Value: On
    ; Development Value: Off
    ; Production Value: Off
    ; request_order
    ; Default Value: None
    ; Development Value: "GP"
    ; Production Value: "GP"
    ; session.gc_divisor
    ; Default Value: 100
    ; Development Value: 1000
    ; Production Value: 1000
    ; session.hash_bits_per_character
    ; Default Value: 4
    ; Development Value: 5
    ; Production Value: 5
    ; short_open_tag
    ; Default Value: On
    ; Development Value: Off
    ; Production Value: Off
    ; track_errors
    ; Default Value: Off
    ; Development Value: On
    ; Production Value: Off
    ; url_rewriter.tags
    ; Default Value: "a=href,area=href,frame=src,form=,fieldset="
    ; Development Value: "a=href,area=href,frame=src,input=src,form=fakeentry"
    ; Production Value: "a=href,area=href,frame=src,input=src,form=fakeentry"
    ; variables_order
    ; Default Value: "EGPCS"
    ; Development Value: "GPCS"
    ; Production Value: "GPCS"
    ; php.ini Options ;
    ; Name for user-defined php.ini (.htaccess) files. Default is ".user.ini"
    ;user_ini.filename = ".user.ini"
    ; To disable this feature set this option to empty value
    ;user_ini.filename =
    ; TTL for user-defined php.ini files (time-to-live) in seconds. Default is 300 seconds (5 minutes)
    ;user_ini.cache_ttl = 300
    ; Language Options ;
    ; Enable the PHP scripting language engine under Apache.
    ; http://php.net/engine
    engine = On
    ; This directive determines whether or not PHP will recognize code between
    ; <? and ?> tags as PHP source which should be processed as such. It is
    ; generally recommended that <?php and ?> should be used and that this feature
    ; should be disabled, as enabling it may result in issues when generating XML
    ; documents, however this remains supported for backward compatibility reasons.
    ; Note that this directive does not control the <?= shorthand tag, which can be
    ; used regardless of this directive.
    ; Default Value: On
    ; Development Value: Off
    ; Production Value: Off
    ; http://php.net/short-open-tag
    short_open_tag = Off
    ; Allow ASP-style <% %> tags.
    ; http://php.net/asp-tags
    asp_tags = Off
    ; The number of significant digits displayed in floating point numbers.
    ; http://php.net/precision
    precision = 14
    ; Output buffering is a mechanism for controlling how much output data
    ; (excluding headers and cookies) PHP should keep internally before pushing that
    ; data to the client. If your application's output exceeds this setting, PHP
    ; will send that data in chunks of roughly the size you specify.
    ; Turning on this setting and managing its maximum buffer size can yield some
    ; interesting side-effects depending on your application and web server.
    ; You may be able to send headers and cookies after you've already sent output
    ; through print or echo. You also may see performance benefits if your server is
    ; emitting less packets due to buffered output versus PHP streaming the output
    ; as it gets it. On production servers, 4096 bytes is a good setting for performance
    ; reasons.
    ; Note: Output buffering can also be controlled via Output Buffering Control
    ; functions.
    ; Possible Values:
    ; On = Enabled and buffer is unlimited. (Use with caution)
    ; Off = Disabled
    ; Integer = Enables the buffer and sets its maximum size in bytes.
    ; Note: This directive is hardcoded to Off for the CLI SAPI
    ; Default Value: Off
    ; Development Value: 4096
    ; Production Value: 4096
    ; http://php.net/output-buffering
    output_buffering = 4096
    ; You can redirect all of the output of your scripts to a function. For
    ; example, if you set output_handler to "mb_output_handler", character
    ; encoding will be transparently converted to the specified encoding.
    ; Setting any output handler automatically turns on output buffering.
    ; Note: People who wrote portable scripts should not depend on this ini
    ; directive. Instead, explicitly set the output handler using ob_start().
    ; Using this ini directive may cause problems unless you know what script
    ; is doing.
    ; Note: You cannot use both "mb_output_handler" with "ob_iconv_handler"
    ; and you cannot use both "ob_gzhandler" and "zlib.output_compression".
    ; Note: output_handler must be empty if this is set 'On' !!!!
    ; Instead you must use zlib.output_handler.
    ; http://php.net/output-handler
    ;output_handler =
    ; Transparent output compression using the zlib library
    ; Valid values for this option are 'off', 'on', or a specific buffer size
    ; to be used for compression (default is 4KB)
    ; Note: Resulting chunk size may vary due to nature of compression. PHP
    ; outputs chunks that are few hundreds bytes each as a result of
    ; compression. If you prefer a larger chunk size for better
    ; performance, enable output_buffering in addition.
    ; Note: You need to use zlib.output_handler instead of the standard
    ; output_handler, or otherwise the output will be corrupted.
    ; http://php.net/zlib.output-compression
    zlib.output_compression = Off
    ; http://php.net/zlib.output-compression-level
    ;zlib.output_compression_level = -1
    ; You cannot specify additional output handlers if zlib.output_compression
    ; is activated here. This setting does the same as output_handler but in
    ; a different order.
    ; http://php.net/zlib.output-handler
    ;zlib.output_handler =
    ; Implicit flush tells PHP to tell the output layer to flush itself
    ; automatically after every output block. This is equivalent to calling the
    ; PHP function flush() after each and every call to print() or echo() and each
    ; and every HTML block. Turning this option on has serious performance
    ; implications and is generally recommended for debugging purposes only.
    ; http://php.net/implicit-flush
    ; Note: This directive is hardcoded to On for the CLI SAPI
    implicit_flush = Off
    ; The unserialize callback function will be called (with the undefined class'
    ; name as parameter), if the unserializer finds an undefined class
    ; which should be instantiated. A warning appears if the specified function is
    ; not defined, or if the function doesn't include/implement the missing class.
    ; So only set this entry, if you really want to implement such a
    ; callback-function.
    unserialize_callback_func =
    ; When floats & doubles are serialized store serialize_precision significant
    ; digits after the floating point. The default value ensures that when floats
    ; are decoded with unserialize, the data will remain the same.
    serialize_precision = 17
    ; open_basedir, if set, limits all file operations to the defined directory
    ; and below. This directive makes most sense if used in a per-directory
    ; or per-virtualhost web server configuration file. This directive is
    ; *NOT* affected by whether Safe Mode is turned On or Off.
    ; http://php.net/open-basedir
    open_basedir = /srv/http/:/home/:/tmp/:/usr/share/pear/:/usr/share/webapps/:/etc/webapps/rutorrent/conf/:/usr/share/webapps/rutorrent/php/:/usr/share/webapps/rutorrent/
    ; This directive allows you to disable certain functions for security reasons.
    ; It receives a comma-delimited list of function names. This directive is
    ; *NOT* affected by whether Safe Mode is turned On or Off.
    ; http://php.net/disable-functions
    disable_functions =
    ; This directive allows you to disable certain classes for security reasons.
    ; It receives a comma-delimited list of class names. This directive is
    ; *NOT* affected by whether Safe Mode is turned On or Off.
    ; http://php.net/disable-classes
    disable_classes =
    ; Colors for Syntax Highlighting mode. Anything that's acceptable in
    ; <span style="color: ???????"> would work.
    ; http://php.net/syntax-highlighting
    ;highlight.string = #DD0000
    ;highlight.comment = #FF9900
    ;highlight.keyword = #007700
    ;highlight.default = #0000BB
    ;highlight.html = #000000
    ; If enabled, the request will be allowed to complete even if the user aborts
    ; the request. Consider enabling it if executing long requests, which may end up
    ; being interrupted by the user or a browser timing out. PHP's default behavior
    ; is to disable this feature.
    ; http://php.net/ignore-user-abort
    ;ignore_user_abort = On
    ; Determines the size of the realpath cache to be used by PHP. This value should
    ; be increased on systems where PHP opens many files to reflect the quantity of
    ; the file operations performed.
    ; http://php.net/realpath-cache-size
    ;realpath_cache_size = 16k
    ; Duration of time, in seconds for which to cache realpath information for a given
    ; file or directory. For systems with rarely changing files, consider increasing this
    ; value.
    ; http://php.net/realpath-cache-ttl
    ;realpath_cache_ttl = 120
    ; Enables or disables the circular reference collector.
    ; http://php.net/zend.enable-gc
    zend.enable_gc = On
    ; If enabled, scripts may be written in encodings that are incompatible with
    ; the scanner. CP936, Big5, CP949 and Shift_JIS are the examples of such
    ; encodings. To use this feature, mbstring extension must be enabled.
    ; Default: Off
    ;zend.multibyte = Off
    ; Allows to set the default encoding for the scripts. This value will be used
    ; unless "declare(encoding=...)" directive appears at the top of the script.
    ; Only affects if zend.multibyte is set.
    ; Default: ""
    ;zend.script_encoding =
    ; Miscellaneous ;
    ; Decides whether PHP may expose the fact that it is installed on the server
    ; (e.g. by adding its signature to the Web server header). It is no security
    ; threat in any way, but it makes it possible to determine whether you use PHP
    ; on your server or not.
    ; http://php.net/expose-php
    expose_php = On
    ; Resource Limits ;
    ; Maximum execution time of each script, in seconds
    ; http://php.net/max-execution-time
    ; Note: This directive is hardcoded to 0 for the CLI SAPI
    max_execution_time = 30
    ; Maximum amount of time each script may spend parsing request data. It's a good
    ; idea to limit this time on productions servers in order to eliminate unexpectedly
    ; long running scripts.
    ; Note: This directive is hardcoded to -1 for the CLI SAPI
    ; Default Value: -1 (Unlimited)
    ; Development Value: 60 (60 seconds)
    ; Production Value: 60 (60 seconds)
    ; http://php.net/max-input-time
    max_input_time = 60
    ; Maximum input variable nesting level
    ; http://php.net/max-input-nesting-level
    ;max_input_nesting_level = 64
    ; How many GET/POST/COOKIE input variables may be accepted
    ; max_input_vars = 1000
    ; Maximum amount of memory a script may consume (128MB)
    ; http://php.net/memory-limit
    memory_limit = 128M
    ; Error handling and logging ;
    ; This directive informs PHP of which errors, warnings and notices you would like
    ; it to take action for. The recommended way of setting values for this
    ; directive is through the use of the error level constants and bitwise
    ; operators. The error level constants are below here for convenience as well as
    ; some common settings and their meanings.
    ; By default, PHP is set to take action on all errors, notices and warnings EXCEPT
    ; those related to E_NOTICE and E_STRICT, which together cover best practices and
    ; recommended coding standards in PHP. For performance reasons, this is the
    ; recommend error reporting setting. Your production server shouldn't be wasting
    ; resources complaining about best practices and coding standards. That's what
    ; development servers and development settings are for.
    ; Note: The php.ini-development file has this setting as E_ALL. This
    ; means it pretty much reports everything which is exactly what you want during
    ; development and early testing.
    ; Error Level Constants:
    ; E_ALL - All errors and warnings (includes E_STRICT as of PHP 5.4.0)
    ; E_ERROR - fatal run-time errors
    ; E_RECOVERABLE_ERROR - almost fatal run-time errors
    ; E_WARNING - run-time warnings (non-fatal errors)
    ; E_PARSE - compile-time parse errors
    ; E_NOTICE - run-time notices (these are warnings which often result
    ; from a bug in your code, but it's possible that it was
    ; intentional (e.g., using an uninitialized variable and
    ; relying on the fact it's automatically initialized to an
    ; empty string)
    ; E_STRICT - run-time notices, enable to have PHP suggest changes
    ; to your code which will ensure the best interoperability
    ; and forward compatibility of your code
    ; E_CORE_ERROR - fatal errors that occur during PHP's initial startup
    ; E_CORE_WARNING - warnings (non-fatal errors) that occur during PHP's
    ; initial startup
    ; E_COMPILE_ERROR - fatal compile-time errors
    ; E_COMPILE_WARNING - compile-time warnings (non-fatal errors)
    ; E_USER_ERROR - user-generated error message
    ; E_USER_WARNING - user-generated warning message
    ; E_USER_NOTICE - user-generated notice message
    ; E_DEPRECATED - warn about code that will not work in future versions
    ; of PHP
    ; E_USER_DEPRECATED - user-generated deprecation warnings
    ; Common Values:
    ; E_ALL (Show all errors, warnings and notices including coding standards.)
    ; E_ALL & ~E_NOTICE (Show all errors, except for notices)
    ; E_ALL & ~E_NOTICE & ~E_STRICT (Show all errors, except for notices and coding standards warnings.)
    ; E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR (Show only errors)
    ; Default Value: E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
    ; Development Value: E_ALL
    ; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT
    ; http://php.net/error-reporting
    error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
    ; This directive controls whether or not and where PHP will output errors,
    ; notices and warnings too. Error output is very useful during development, but
    ; it could be very dangerous in production environments. Depending on the code
    ; which is triggering the error, sensitive information could potentially leak
    ; out of your application such as database usernames and passwords or worse.
    ; It's recommended that errors be logged on production servers rather than
    ; having the errors sent to STDOUT.
    ; Possible Values:
    ; Off = Do not display any errors
    ; stderr = Display errors to STDERR (affects only CGI/CLI binaries!)
    ; On or stdout = Display errors to STDOUT
    ; Default Value: On
    ; Development Value: On
    ; Production Value: Off
    ; http://php.net/display-errors
    display_errors = Off
    ; The display of errors which occur during PHP's startup sequence are handled
    ; separately from display_errors. PHP's default behavior is to suppress those
    ; errors from clients. Turning the display of startup errors on can be useful in
    ; debugging configuration problems. But, it's strongly recommended that you
    ; leave this setting off on production servers.
    ; Default Value: Off
    ; Development Value: On
    ; Production Value: Off
    ; http://php.net/display-startup-errors
    display_startup_errors = Off
    ; Besides displaying errors, PHP can also log errors to locations such as a
    ; server-specific log, STDERR, or a location specified by the error_log
    ; directive found below. While errors should not be displayed on productions
    ; servers they should still be monitored and logging is a great way to do that.
    ; Default Value: Off
    ; Development Value: On
    ; Production Value: On
    ; http://php.net/log-errors
    log_errors = On
    ; Set maximum length of log_errors. In error_log information about the source is
    ; added. The default is 1024 and 0 allows to not apply any maximum length at all.
    ; http://php.net/log-errors-max-len
    log_errors_max_len = 1024
    ; Do not log repeated messages. Repeated errors must occur in same file on same
    ; line unless ignore_repeated_source is set true.
    ; http://php.net/ignore-repeated-errors
    ignore_repeated_errors = Off
    ; Ignore source of message when ignoring repeated messages. When this setting
    ; is On you will not log errors with repeated messages from different files or
    ; source lines.
    ; http://php.net/ignore-repeated-source
    ignore_repeated_source = Off
    ; If this parameter is set to Off, then memory leaks will not be shown (on
    ; stdout or in the log). This has only effect in a debug compile, and if
    ; error reporting includes E_WARNING in the allowed list
    ; http://php.net/report-memleaks
    report_memleaks = On
    ; This setting is on by default.
    ;report_zend_debug = 0
    ; Store the last error/warning message in $php_errormsg (boolean). Setting this value
    ; to On can assist in debugging and is appropriate for development servers. It should
    ; however be disabled on production servers.
    ; Default Value: Off
    ; Development Value: On
    ; Production Value: Off
    ; http://php.net/track-errors
    track_errors = Off
    ; Turn off normal error reporting and emit XML-RPC error XML
    ; http://php.net/xmlrpc-errors
    ;xmlrpc_errors = 0
    ; An XML-RPC faultCode
    ;xmlrpc_error_number = 0
    ; When PHP displays or logs an error, it has the capability of formatting the
    ; error message as HTML for easier reading. This directive controls whether
    ; the error message is formatted as HTML or not.
    ; Note: This directive is hardcoded to Off for the CLI SAPI
    ; Default Value: On
    ; Development Value: On
    ; Production value: On
    ; http://php.net/html-errors
    html_errors = On
    ; If html_errors is set to On *and* docref_root is not empty, then PHP
    ; produces clickable error messages that direct to a page describing the error
    ; or function causing the error in detail.
    ; You can download a copy of the PHP manual from http://php.net/docs
    ; and change docref_root to the base URL of your local copy including the
    ; leading '/'. You must also specify the file extension being used including
    ; the dot. PHP's default behavior is to leave these settings empty, in which
    ; case no links to documentation are generated.
    ; Note: Never use this feature for production boxes.
    ; http://php.net/docref-root
    ; Examples
    ;docref_root = "/phpmanual/"
    ; http://php.net/docref-ext
    ;docref_ext = .html
    ; String to output before an error message. PHP's default behavior is to leave
    ; this setting blank.
    ; http://php.net/error-prepend-string
    ; Example:
    ;error_prepend_string = "<span style='color: #ff0000'>"
    ; String to output after an error message. PHP's default behavior is to leave
    ; this setting blank.
    ; http://php.net/error-append-string
    ; Example:
    ;error_append_string = "</span>"
    ; Log errors to specified file. PHP's default behavior is to leave this value
    ; empty.
    ; http://php.net/error-log
    ; Example:
    ;error_log = php_errors.log
    ; Log errors to syslog (Event Log on Windows).
    ;error_log = syslog
    ;windows.show_crt_warning
    ; Default value: 0
    ; Development value: 0
    ; Production value: 0
    ; Data Handling ;
    ; The separator used in PHP generated URLs to separate arguments.
    ; PHP's default setting is "&".
    ; http://php.net/arg-separator.output
    ; Example:
    ;arg_separator.output = "&amp;"
    ; List of separator(s) used by PHP to parse input URLs into variables.
    ; PHP's default setting is "&".
    ; NOTE: Every character in this directive is considered as separator!
    ; http://php.net/arg-separator.input
    ; Example:
    ;arg_separator.input = ";&"
    ; This directive determines which super global arrays are registered when PHP
    ; starts up. G,P,C,E & S are abbreviations for the following respective super
    ; globals: GET, POST, COOKIE, ENV and SERVER. There is a performance penalty
    ; paid for the registration of these arrays and because ENV is not as commonly
    ; used as the others, ENV is not recommended on productions servers. You
    ; can still get access to the environment variables through getenv() should you
    ; need to.
    ; Default Value: "EGPCS"
    ; Development Value: "GPCS"
    ; Production Value: "GPCS";
    ; http://php.net/variables-order
    variables_order = "GPCS"
    ; This directive determines which super global data (G,P,C,E & S) should
    ; be registered into the super global array REQUEST. If so, it also determines
    ; the order in which that data is registered. The values for this directive are
    ; specified in the same manner as the variables_order directive, EXCEPT one.
    ; Leaving this value empty will cause PHP to use the value set in the
    ; variables_order directive. It does not mean it will leave the super globals
    ; array REQUEST empty.
    ; Default Value: None
    ; Development Value: "GP"
    ; Production Value: "GP"
    ; http://php.net/request-order
    request_order = "GP"
    ; This directive determines whether PHP registers $argv & $argc each time it
    ; runs. $argv contains an array of all the arguments passed to PHP when a script
    ; is invoked. $argc contains an integer representing the number of arguments
    ; that were passed when the script was invoked. These arrays are extremely
    ; useful when running scripts from the command line. When this directive is
    ; enabled, registering these variables consumes CPU cycles and memory each time
    ; a script is executed. For performance reasons, this feature should be disabled
    ; on production servers.
    ; Note: This directive is hardcoded to On for the CLI SAPI
    ; Default Value: On
    ; Development Value: Off
    ; Production Value: Off
    ; http://php.net/register-argc-argv
    register_argc_argv = Off
    ; When enabled, the ENV, REQUEST and SERVER variables are created when they're
    ; first used (Just In Time) instead of when the script starts. If these
    ; variables are not used within a script, having this directive on will result
    ; in a performance gain. The PHP directive register_argc_argv must be disabled
    ; for this directive to have any affect.
    ; http://php.net/auto-globals-jit
    auto_globals_jit = On
    ; Whether PHP will read the POST data.
    ; This option is enabled by default.
    ; Most likely, you won't want to disable this option globally. It causes $_POST
    ; and $_FILES to always be empty; the only way you will be able to read the
    ; POST data will be through the php://input stream wrapper. This can be useful
    ; to proxy requests or to process the POST data in a memory efficient fashion.
    ; http://php.net/enable-post-data-reading
    ;enable_post_data_reading = Off
    ; Maximum size of POST data that PHP will accept.
    ; Its value may be 0 to disable the limit. It is ignored if POST data reading
    ; is disabled through enable_post_data_reading.
    ; http://php.net/post-max-size
    post_max_size = 8M
    ; Automatically add files before PHP document.
    ; http://php.net/auto-prepend-file
    auto_prepend_file =
    ; Automatically add files after PHP document.
    ; http://php.net/auto-append-file
    auto_append_file =
    ; By default, PHP will output a character encoding using
    ; the Content-type: header. To disable sending of the charset, simply
    ; set it to be empty.
    ; PHP's built-in default is text/html
    ; http://php.net/default-mimetype
    default_mimetype = "text/html"
    ; PHP's default character set is set to empty.
    ; http://php.net/default-charset
    ;default_charset = "UTF-8"
    ; Always populate the $HTTP_RAW_POST_DATA variable. PHP's default behavior is
    ; to disable this feature. If post reading is disabled through
    ; enable_post_data_reading, $HTTP_RAW_POST_DATA is *NOT* populated.
    ; http://php.net/always-populate-raw-post-data
    ;always_populate_raw_post_data = On
    ; Paths and Directories ;
    ; UNIX: "/path1:/path2"
    include_path = ".:/usr/share/pear"
    ; Windows: "\path1;\path2"
    ;include_path = ".;c:\php\includes"
    ; PHP's default setting for include_path is ".;/path/to/php/pear"
    ; http://php.net/include-path
    ; The root of the PHP pages, used only if nonempty.
    ; if PHP was not compiled with FORCE_REDIRECT, you SHOULD set doc_root
    ; if you are running php as a CGI under any web server (other than IIS)
    ; see documentation for security issues. The alternate is to use the
    ; cgi.force_redirect configuration below
    ; http://php.net/doc-root
    doc_root =
    ; The directory under which PHP opens the script using /~username used only
    ; if nonempty.
    ; http://php.net/user-dir
    user_dir =
    ; Directory in which the loadable extensions (modules) reside.
    ; http://php.net/extension-dir
    extension_dir = "/usr/lib/php/modules/"
    ; On windows:
    ; extension_dir = "ext"
    ; Directory where the temporary files should be placed.
    ; Defaults to the system default (see sys_get_temp_dir)
    ; sys_temp_dir = "/tmp"
    ; Whether or not to enable the dl() function. The dl() function does NOT work
    ; properly in multithreaded servers, such as IIS or Zeus, and is automatically
    ; disabled on them.
    ; http://php.net/enable-dl
    enable_dl = Off
    ; cgi.force_redirect is necessary to provide security running PHP as a CGI under
    ; most web servers. Left undefined, PHP turns this on by default. You can
    ; turn it off here AT YOUR OWN RISK
    ; **You CAN safely turn this off for IIS, in fact, you MUST.**
    ; http://php.net/cgi.force-redirect
    ;cgi.force_redirect = 1
    ; if cgi.nph is enabled it will force cgi to always sent Status: 200 with
    ; every request. PHP's default behavior is to disable this feature.
    ;cgi.nph = 1
    ; if cgi.force_redirect is turned on, and you are not running under Apache or Netscape
    ; (iPlanet) web servers, you MAY need to set an environment variable name that PHP
    ; will look for to know it is OK to continue execution. Setting this variable MAY
    ; cause security issues, KNOW WHAT YOU ARE DOING FIRST.
    ; http://php.net/cgi.redirect-status-env
    ;cgi.redirect_status_env =
    ; cgi.fix_pathinfo provides *real* PATH_INFO/PATH_TRANSLATED support for CGI. PHP's
    ; previous behaviour was to set PATH_TRANSLATED to SCRIPT_FILENAME, and to not grok
    ; what PATH_INFO is. For more information on PATH_INFO, see the cgi specs. Setting
    ; this to 1 will cause PHP CGI to fix its paths to conform to the spec. A setting
    ; of zero causes PHP to behave as before. Default is 1. You should fix your scripts
    ; to use SCRIPT_FILENAME rather than PATH_TRANSLATED.
    ; http://php.net/cgi.fix-pathinfo
    ;cgi.fix_pathinfo=1
    ; FastCGI under IIS (on WINNT based OS) supports the ability to impersonate
    ; security tokens of the calling client. This allows IIS to define the
    ; security context that the request runs under. mod_fastcgi under Apache
    ; does not currently support this feature (03/17/2002)
    ; Set to 1 if running under IIS. Default is zero.
    ; http://php.net/fastcgi.impersonate
    ;fastcgi.impersonate = 1
    ; Disable logging through FastCGI connection. PHP's default behavior is to enable
    ; this feature.
    ;fastcgi.logging = 0
    ; cgi.rfc2616_headers configuration option tells PHP what type of headers to
    ; use when sending HTTP response code. If it's set 0 PHP sends Status: header that
    ; is supported by Apache. When this option is set to 1 PHP will send
    ; RFC2616 compliant header.
    ; Default is zero.
    ; http://php.net/cgi.rfc2616-headers
    ;cgi.rfc2616_headers = 0
    ; File Uploads ;
    ; Whether to allow HTTP file uploads.
    ; http://php.net/file-uploads
    file_uploads = On
    ; Temporary directory for HTTP uploaded files (will use system default if not
    ; specified).
    ; http://php.net/upload-tmp-dir
    ;upload_tmp_dir =
    ; Maximum allowed size for uploaded files.
    ; http://php.net/upload-max-filesize
    upload_max_filesize = 2M
    ; Maximum number of files that can be uploaded via a single request
    max_file_uploads = 20
    ; Fopen wrappers ;
    ; Whether to allow the treatment of URLs (like http:// or ftp://) as files.
    ; http://php.net/allow-url-fopen
    allow_url_fopen = On
    ; Whether to allow include/require to open URLs (like http:// or ftp://) as files.
    ; http://php.net/allow-url-include
    allow_url_include = Off
    ; Define the anonymous ftp password (your email address). PHP's default setting
    ; for this is empty.
    ; http://php.net/from
    ;from="[email protected]"
    ; Define the User-Agent string. PHP's default setting for this is empty.
    ; http://php.net/user-agent
    ;user_agent="PHP"
    ; Default timeout for socket based streams (seconds)
    ; http://php.net/default-socket-timeout
    default_socket_timeout = 60
    ; If your scripts have to deal with files from Macintosh systems,
    ; or you are running on a Mac and need to deal with files from
    ; unix or win32 systems, setting this flag will cause PHP to
    ; automatically detect the EOL character in those files so that
    ; fgets() and file() will work regardless of the source of the file.
    ; http://php.net/auto-detect-line-endings
    ;auto_detect_line_endings = Off
    ; Dynamic Extensions ;
    ; If you wish to have an extension loaded automatically, use the following
    ; syntax:
    ; extension=modulename.extension
    ; For example, on Windows:
    ; extension=msql.dll
    ; ... or under UNIX:
    ; extension=msql.so
    ; ... or with a path:
    ; extension=/path/to/extension/msql.so
    ; If you only provide the name of the extension, PHP will look for it in its
    ; default extension directory.
    ;extension=bcmath.so
    ;extension=bz2.so
    ;extension=calendar.so
    extension=curl.so
    ;extension=dba.so
    ;extension=enchant.so
    ;extension=exif.so
    ;extension=ftp.so
    ;extension=gd.so
    extension=gettext.so
    ;extension=gmp.so
    ;extension=iconv.so
    ;extension=imap.so
    ;extension=intl.so
    ;extension=ldap.so
    ;extension=mcrypt.so
    ;extension=mssql.so
    ;extension=mysqli.so
    ;extension=mysql.so
    ;extension=odbc.so
    ;zend_extension=opcache.so
    ;extension=openssl.so
    ;extension=pdo_mysql.so
    ;extension=pdo_odbc.so
    ;extension=pdo_pgsql.so
    ;extension=pdo_sqlite.so
    ;extension=pgsql.so
    ;extension=phar.so
    ;extension=posix.so
    ;extension=pspell.so
    ;extension=shmop.so
    ;extension=snmp.so
    ;extension=soap.so
    ;extension=sockets.so
    ;extension=sqlite3.so
    ;extension=sysvmsg.so
    ;extension=sysvsem.so
    ;extension=sysvshm.so
    ;extension=tidy.so
    ;extension=xmlrpc.so
    ;extension=xsl.so
    ;extension=zip.so
    ; Module Settings ;
    [CLI Server]
    ; Whether the CLI web server uses ANSI color coding in its terminal output.
    cli_server.color = On
    [Date]
    ; Defines the default timezone used by the date functions
    ; http://php.net/date.timezone
    ;date.timezone =
    ; http://php.net/date.default-latitude
    ;date.default_latitude = 31.7667
    ; http://php.net/date.default-longitude
    ;date.default_longitude = 35.2333
    ; http://php.net/date.sunrise-zenith
    ;date.sunrise_zenith = 90.583333
    ; http://php.net/date.sunset-zenith
    ;date.sunset_zenith = 90.583333
    [filter]
    ; http://php.net/filter.default
    ;filter.default = unsafe_raw
    ; http://php.net/filter.default-flags
    ;filter.default_flags =
    [iconv]
    ;iconv.input_encoding = ISO-8859-1
    ;iconv.internal_encoding = ISO-8859-1
    ;iconv.output_encoding = ISO-8859-1
    [intl]
    ;intl.default_locale =
    ; This directive allows you to produce PHP errors when some error
    ; happens within intl functions. The value is the level of the error produced.
    ; Default is 0, which does not produce any errors.
    ;intl.error_level = E_WARNING
    [sqlite]
    ; http://php.net/sqlite.assoc-case
    ;sqlite.assoc_case = 0
    [sqlite3]
    ;sqlite3.extension_dir =
    [Pcre]
    ;PCRE library backtracking limit.
    ; http://php.net/pcre.backtrack-limit
    ;pcre.backtrack_limit=100000
    ;PCRE library recursion limit.
    ;Please note that if you set this value to a high number you may consume all
    ;the available process stack and eventually crash PHP (due to reaching the
    ;stack size limit imposed by the Operating System).
    ; http://php.net/pcre.recursion-limit
    ;pcre.recursion_limit=100000
    [Pdo]
    ; Whether to pool ODBC connections. Can be one of "strict", "relaxed" or "off"
    ; http://php.net/pdo-odbc.connection-pooling
    ;pdo_odbc.connection_pooling=strict
    ;pdo_odbc.db2_instance_name
    [Pdo_mysql]
    ; If mysqlnd is used: Number of cache slots for the internal result set cache
    ; http://php.net/pdo_mysql.cache_size
    pdo_mysql.cache_size = 2000
    ; Default socket name for local MySQL connects. If empty, uses the built-in
    ; MySQL defaults.
    ; http://php.net/pdo_mysql.default-socket
    pdo_mysql.default_socket=
    [Phar]
    ; http://php.net/phar.readonly
    ;phar.readonly = On
    ; http://php.net/phar.require-hash
    ;phar.require_hash = On
    ;phar.cache_list =
    [mail function]
    ; For Win32 only.
    ; http://php.net/smtp
    SMTP = localhost
    ; http://php.net/smtp-port
    smtp_port = 25
    ; For Win32 only.
    ; http://php.net/sendmail-from
    ;sendmail_from = [email protected]
    ; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
    ; http://php.net/sendmail-path
    ;sendmail_path =
    ; Force the addition of the specified parameters to be passed as extra parameters
    ; to the sendmail binary. These parameters will always replace the value of
    ; the 5th parameter to mail(), even in safe mode.
    ;mail.force_extra_parameters =
    ; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename
    mail.add_x_header = On
    ; The path to a log file that will log all mail() calls. Log entries include
    ; the full path of the script, line number, To address and headers.
    ;mail.log =
    ; Log mail to syslog (Event Log on Windows).
    ;mail.log = syslog
    [SQL]
    ; http://php.net/sql.safe-mode
    sql.safe_mode = Off
    [ODBC]
    ; http://php.net/odbc.default-db
    ;odbc.default_db = Not yet implemented
    ; http://php.net/odbc.default-user
    ;odbc.default_user = Not yet implemented
    ; http://php.net/odbc.default-pw
    ;odbc.default_pw = Not yet implemented
    ; Controls the ODBC cursor model.
    ; Default: SQL_CURSOR_STATIC (default).
    ;odbc.default_cursortype
    ; Allow or prevent persistent links.
    ; http://php.net/odbc.allow-persistent
    odbc.allow_persistent = On
    ; Check that a connection is still valid before reuse.
    ; http://php.net/odbc.check-persistent
    odbc.check_persistent = On
    ; Maximum number of persistent links. -1 means no limit.
    ; http://php.net/odbc.max-persistent
    odbc.max_persistent = -1
    ; Maximum number of links (persistent + non-persistent). -1 means no limit.
    ; http://php.net/odbc.max-links
    odbc.max_links = -1
    ; Handling of LONG fields. Returns number of bytes to variables. 0 means
    ; passthru.
    ; http://php.net/odbc.defaultlrl
    odbc.defaultlrl = 4096
    ; Handling of binary data. 0 means passthru, 1 return as is, 2 convert to char.
    ; See the documentation on odbc_binmode and odbc_longreadlen for an explanation
    ; of odbc.defaultlrl and odbc.defaultbinmode
    ; http://php.net/odbc.defaultbinmode
    odbc.defaultbinmode = 1
    ;birdstep.max_links = -1
    [Interbase]
    ; Allow or prevent persistent links.
    ibase.allow_persistent = 1
    ; Maximum number of persistent links. -1 means no limit.
    ibase.max_persistent = -1
    ; Maximum number of links (persistent + non-persistent). -1 means no limit.
    ibase.max_links = -1
    ; Default database name for ibase_connect().
    ;ibase.default_db =
    ; Default username for ibase_connect().
    ;ibase.default_user =
    ; Default password for ibase_connect().
    ;ibase.default_password =
    ; Default charset for ibase_connect().
    ;ibase.default_charset =
    ; Default timestamp format.
    ibase.timestampformat = "%Y-%m-%d %H:%M:%S"
    ; Default date format.
    ibase.dateformat = "%Y-%m-%d"
    ; Default time format.
    ibase.timeformat = "%H:%M:%S"
    [MySQL]
    ; Allow accessing, from PHP's perspective, local files with LOAD DATA statements
    ; http://php.net/mysql.allow_local_infile
    mysql.allow_local_infile = On
    ; Allow or prevent persistent links.
    ; http://php.net/mysql.allow-persistent
    mysql.allow_persistent = On
    ; If mysqlnd is used: Number of cache slots for the internal result set cache
    ; http://php.net/mysql.cache_size
    mysql.cache_size = 2000
    ; Maximum number of persistent links. -1 means no limit.
    ; http://php.net/mysql.max-persistent
    mysql.max_persistent = -1
    ; Maximum number of links (persistent + non-persistent). -1 means no limit.
    ; http://php.net/mysql.max-links
    mysql.max_links = -1
    ; Default port number for mysql_connect(). If unset, mysql_connect() will use
    ; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the
    ; compile-time value defined MYSQL_PORT (in that order). Win32 will only look
    ; at MYSQL_PORT.
    ; http://php.net/mysql.default-port
    mysql.default_port =
    ; Default socket name for local MySQL connects. If empty, uses the built-in
    ; MySQL defaults.
    ; http://php.net/mysql.default-socket
    mysql.default_socket =
    ; Default host for mysql_connect() (doesn't apply in safe mode).
    ; http://php.net/mysql.default-host
    mysql.default_host =
    ; Default user for mysql_connect() (doesn't apply in safe mode).
    ; http://php.net/mysql.default-user
    mysql.default_user =
    ; Default password for mysql_connect() (doesn't apply in safe mode).
    ; Note that this is generally a *bad* idea to store passwords in this file.
    ; *Any* user with PHP access can run 'echo get_cfg_var("mysql.default_password")
    ; and reveal this password! And of course, any users with read access to this
    ; file will be able to reveal the password as well.
    ; http://php.net/mysql.default-password
    mysql.default_password =
    ; Maximum time (in seconds) for connect timeout. -1 means no limit
    ; http://php.net/mysql.connect-timeout
    mysql.connect_timeout = 60
    ; Trace mode. When trace_mode is active (=On), warnings for table/index scans and
    ; SQL-Errors will be displayed.
    ; http://php.net/mysql.trace-mode
    mysql.trace_mode = Off
    [MySQLi]
    ; Maximum number of persistent links. -1 means no limit.
    ; http://php.net/mysqli.max-persistent
    mysqli.max_persistent = -1
    ; Allow accessing, from PHP's perspective, local files with LOAD DATA statements
    ; http://php.net/mysqli.allow_local_infile
    ;mysqli.allow_local_infile = On
    ; Allow or prevent persistent links.
    ; http://php.net/mysqli.allow-persistent
    mysqli.allow_persistent = On
    ; Maximum number of links. -1 means no limit.
    ; http://php.net/mysqli.max-links
    mysqli.max_links = -1
    ; If mysqlnd is used: Number of cache slots for the internal result set cache
    ; http://php.net/mysqli.cache_size
    mysqli.cache_size = 2000
    ; Default port number for mysqli_connect(). If unset, mysqli_connect() will use
    ; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the
    ; compile-time value defined MYSQL_PORT (in that order). Win32 will only look
    ; at MYSQL_PORT.
    ; http://php.net/mysqli.default-port
    mysqli.default_port = 3306
    ; Default socket name for local MySQL connects. If empty, uses the built-in
    ; MySQL defaults.
    ; http://php.net/mysqli.default-socket
    mysqli.default_socket =
    ; Default host for mysql_connect() (doesn't apply in safe mode).
    ; http://php.net/mysqli.default-host
    mysqli.default_host =
    ; Default user for mysql_connect() (doesn't apply in safe mode).
    ; http://php.net/mysqli.default-user
    mysqli.default_user =
    ; Default password for mysqli_connect() (doesn't apply in safe mode).
    ; Note that this is generally a *bad* idea to store passwords in this file.
    ; *Any* user with PHP access can run 'echo get_cfg_var("mysqli.default_pw")
    ; and reveal this password! And of course, any users with read access to this
    ; file will be able to reveal the password as well.
    ; http://php.net/mysqli.default-pw
    mysqli.default_pw =
    ; Allow or prevent reconnect
    mysqli.reconnect = Off
    [mysqlnd]
    ; Enable / Disable collection of general statistics by mysqlnd which can be
    ; used to tune and monitor MySQL operations.
    ; http://php.net/mysqlnd.collect_statistics
    mysqlnd.collect_statistics = On
    ; Enable / Disable collection of memory usage statistics by mysqlnd which can be
    ; used to tune and monitor MySQL operations.
    ; http://php.net/mysqlnd.collect_memory_statistics
    mysqlnd.collect_memory_statistics = Off
    ; Size of a pre-allocated buffer used when sending commands to MySQL in bytes.
    ; http://php.net/mysqlnd.net_cmd_buffer_size
    ;mysqlnd.net_cmd_buffer_size = 2048
    ; Size of a pre-allocated buffer used for reading data sent by the server in
    ; bytes.
    ; http://php.net/mysqlnd.net_read_buffer_size
    ;mysqlnd.net_read_buffer_size = 32768
    [OCI8]
    ; Connection: Enables privileged connections using external
    ; credentials (OCI_SYSOPER, OCI_SYSDBA)
    ; http://php.net/oci8.privileged-connect
    ;oci8.privileged_connect = Off
    ; Connection: The maximum number of persistent OCI8 connections per
    ; process. Using -1 means no limit.
    ; http://php.net/oci8.max-persistent
    ;oci8.max_persistent = -1
    ; Connection: The maximum number of seconds a process is allowed to
    ; maintain an idle persistent connection. Using -1 means idle
    ; persistent connections will be maintained forever.
    ; http://php.net/oci8.persistent-timeout
    ;oci8.persistent_timeout = -1
    ; Connection: The number of seconds that must pass before issuing a
    ; ping during oci_pconnect() to check the connection validity. When
    ; set to 0, each oci_pconnect() will cause a ping. Using -1 disables
    ; pings completely.
    ; http://php.net/oci8.ping-interval
    ;oci8.ping_interval = 60
    ; Connection: Set this to a user chosen connection class to be used
    ; for all pooled server requests with Oracle 11g Database Resident
    ; Connection Pooling (DRCP). To use DRCP, this value should be set to
    ; the same string for all web servers running the same application,
    ; the database pool must be configured, and the connection string must
    ; specify to use a pooled server.
    ;oci8.connection_class =
    ; High Availability: Using On lets PHP receive Fast Application
    ; Notification (FAN) events generated when a database node fails. The
    ; database must also be configured to post FAN events.
    ;oci8.events = Off
    ; Tuning: This option enables statement

  • JOB RSGENYTT - System core dump

    Hi SDN,
    While trying to upgrade our 4.6B system to ERP, JOB_RSGENYTT phase stops with a core dump, this is what i've in ST22
    Someone knows how i can analyse this :S
    regards
    Pedro Rodrigues
    ABAP runtime errors         SYSTEM_CORE_DUMPED           
           Occurred on     17.11.2007 at 19:53:23                                                                               
    Process terminated by signal 0.                                               
    What happened?
    Error in the SAP Basis system                                                 
    ABAP/4 processor detected an internal system error.                           
    The current ABAP program "RSGENYTT " had to be terminated because the ABAP    
    processor discovered an invalid system state.                                 
    What can you do?
    Please make a note of the actions and input which caused the error.           
    Please make a note of the actions and input which caused the error.                                                                               
    To resolve the problem, contact your                                          
    SAP system administrator.                                                                               
    Choose "Print" for a hard coopy of the termination message. You can           
    display and adminster short dump messages using Transaction ST22.             
    Error analysis
    An SAP System process was terminated by an operating system signal.           
    Possible reasons for this are:                                                
    1. Internal SAP System error.                                                 
    2. Process was terminated externally (by the system administrator).           
    Last error logged in SAP kernel                                                                               
    Component............ "Taskhandler"                                           
    Place................ "SAP-Server appserver_DEV_00 on host appserver (wp 0)"  
    Version.............. 1                                                       
    Error code........... 11                                                      
    Error text........... "ThSigHandler: signal"                                  
    Description.......... " "                                                     
    System call.......... " "                                                     
    Module............... "thxxhead.c"                                            
    Line................. 8628                                                                               
    The error reported by the operating system is:                                
    Error number..... " "                                                         
    Error text....... " "                                                                               
    How to correct the error
    The SAP System work directory (e.g. /usr/sap/c11/D00/work ) often             
    contains a file called 'core'.                                                                               
    Save this file under another name.                                                                               
    If you cannot solve the problem yourself, please send the                     
    following documents to SAP:                                                                               
    1. A hard copy print describing the problem.                                  
       To obtain this, select the "Print" function on the current screen.         
    2. A suitable hardcopy prinout of the system log.                             
       To obtain this, call the system log with Transaction SM21                  
       and select the "Print" function to print out the relevant                  
       part.                                                                               
    3. If the programs are your own programs or modified SAP programs,            
       supply the source code.                                                    
       To do this, you can either use the "PRINT" command in the editor or        
       print the programs using the report RSINCL00.                                                                               
    4. Details regarding the conditions under which the error occurred            
       or which actions and input led to the error.                                                                               
    System environment
    SAP Release.............. "46B"                                                                               
    Application server....... "appserver"                                         
    Network address.......... "192.39.0.2"                                        
    Operating system......... "Windows NT"                                        
    Release.................. "5.2"                                               
    Hardware type............ "4x Intel 80686"                                                                               
    Database server.......... "appserver"                                         
    Database type............ "MSSQL"                                             
    Database name............ "DEV"                                               
    Database owner........... "dev"                                                                               
    Character set............ "English_United State"                                                                               
    SAP kernel............... "46D"                                               
    Created on............... "Aug 16 2007 21:26:12"                              
    Created in............... "NT 4.0 1381 Service Pack 6 x86 MS VC++ 12.00"      
    Database version......... "SQL_Server_7.00 "                                                                               
    Patch level.............. "2337"                                              
    Patch text............... " "                                                                               
    Supported environment....                                                     
    Database................. "MSSQL 6.5.213 or higher, MSSQL 7.0.1 or higher"    
    SAP database version..... "46D"                                               
    Operating system......... "Windows NT 4.0, Windows NT 5.0, Windows NT 5.1,    
    Windows NT 5.2, , System build information:,                                 
                                                   , LCHN : "                                                                               
    User, transaction...
    Client.............. 000                                                      
    User................ "DDIC"                                                   
    Language key........ "E"                                                      
    Transaction......... "SE38 "                                                  
    Program............. "RSGENYTT "                                              
    Screen.............. "SAPMSSY0 1000"                                          
    Screen line......... 6                                                                               
    Information on where termination occurred
    The termination occurred in the ABAP/4 program "RSGENYTT " in                 
    The main program was "RSGENYTT ".                                                                               
    The termination occurred in line 0                                            
    of the source code of program " " (when calling the editor 00).               
    Contents of system fields
    SY field           contents.....................           SY field           contents.....................
    SY-SUBRC           0                                       SY-INDEX           0                                 
    SY-TABIX 1                             SY-DBCNT 1260                         
    SY-FDPOS 0                             SY-LSIND 0                            
    SY-PAGNO 0                             SY-LINNO 1                            
    SY-COLNO 1                                                                               
    Chosen variables
    Name..........................           Contents.1....+....2....+....3....+....4
    LV_COUNT                                 0                                      
                                   0000                                   
                                   0000                                   
    LV_INDEX                                 0                                      
                                   0000                                   
                                   0000                                   
    LT_DDYTT                                 Table[initial]                         
                                   0000FFFD                               
                                   0000FFFF                               
    LT_DDYTF                                 Table[initial]                         
                                   0000FFFD                               
                                   0000FFFF                               
    LT_PUTTB_SHD                             ############################ #######ï###
                                   000000000000000000000000000020000000E000
                                   00000000000000000000000040000A001000F400
    ... +            40                                ####ð###ð###################$###xæ-?ð#/?
                                   1000F000F000000000008000000020007E23F823
                                   00000800040000000000C0002000430086DF02FF
    ... +            80                                #?4?########################5###       
                                   93330000000000000000000000003000       
                                   8F4F0000000000000000000000005000       
    LS_PUTTB_SHD                             /BEV1/CADD03VTV                        
                                   2445324444335552222222222222222222222222
                                   F2561F3144036460000000000000000000000000
    ... +            40                                                                               
    2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +            80                                                002                7   
                                   2222222222222222333222222222222222232222
                                   0000000000000000002000000000000000070000
    ... +           120                                     VLE                               
                                   22222544                               
                                   000006C                                
    LV_SHD_DDXTT                             DDXTT~                                 
                                   445557222222222222222222222222         
                                   44844E000000000000000000000000         
    GC_BASREL_UPDATED                        U                                      
                                   5                                      
                                   5                                      
    LS_PUTTB_SHD-TABNAME                     /BEV1/CADD03VTV                        
                                   244532444433555222222222222222         
                                   F2561F314403646000000000000000         
    LS_DDYTT                                                                   ######
                                   2222222222222222222222222222222222000000
                                   0000000000000000000000000000000000000000
    ... +            40                                ##########                             
                                   0000000000222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +            80                                            ##########                 
                                   2222222222220000000000222222222222222222
                                   0000000000000000000000000000000000000000
    ... +           120                                              ###### #########         
                                   22222222                               
                                   0000000                                
    SYST                                     ############ï###########################
                                   000000000000E000000000000000000000000000
                                   000000001000F400000000000000000000000000
    ... +            40                                ì#######################################
                                   E000000000000000000000000000000000008000
                                   C40000001000000010000000000000000000C000
    ... +            80                                ########################################
                                   0000000000000000000000000000000000000000
                                   0000000000000000200000000000000000000000
    ... +           120                                ########################################
                                   00000000                               
                                   0000000                                
    SY-SUBRC                                 0                                      
                                   0000                                   
                                   0000                                   
    %_SSCR[]                                 ############################`###########
                                   0000000000000000000000000000600000000000
                                   0000000000000000000000004000030000000000
    ... +            40                                ################ÿÿÿÿ####################
                                   1000000000000000FFFF00000000000000000000
                                   0000000000001000FFFF41F07000430000000000
    ... +            80                                ################################       
                                   00000000000000000000000000000000       
                                   00000000000000000000000000000000       
             10032c92 807d1400         cmp     byte ptr ,0x0      ss:062ce90a=00   
             10032c96 7422             jz      dsql_db_init+0x30d0a (10032cba)               
             10032c98 394e08           cmp     ,ecx          ds:070aeb72=????????   
             10032c9b 751d             jnz     dsql_db_init+0x30d0a (10032cba)               
             10032c9d 8d047f           lea     eax,[edi+edi*2]        ds:00000000=????????   
             10032ca0 c1e003           shl     eax,0x3                                       
             10032ca3 8bd0             mov     edx,eax                                       
             10032ca5 8b4518           mov     eax,[ebp+0x18]         ss:062ce90a=00000000   
             10032ca8 2bc2             sub     eax,edx                                       
             10032caa 99               cdq                                                   
    FAULT-> 10032cab f7fb             idiv    ebx                                           
             10032cad 0fbfd0           movsx   edx,ax                                        
             10032cb0 eb0b             jmp     dsql_db_init+0x30d0d (10032cbd)               
             10032cb2 6a02             push    0x2                                           
             10032cb4 58               pop     eax                                           
             10032cb5 e9df040000       jmp     dsql_db_init+0x311e9 (10033199)               
             10032cba 6a01             push    0x1                                           
             10032cbc 5a               pop     edx                                           
             10032cbd 803dd95a1d1000                                        ds:101d5ad9=00   
                                       cmp  byte ptr ,0x0   
             10032cc4 7409             jz      dsql_db_init+0x30d1f (10032ccf)               
             10032cc6 833dac591d1006                                  ds:101d59ac=00000006   
                                       cmp dword ptr ,0x6   
             10032ccd 7416             jz      dsql_db_init+0x30d35 (10032ce5)               
    FramePtr ReturnAd Param#1  Param#2  Param#3  Param#4  Function Name                     
    031688dc 1000d5df 00000000 018b4eb8 00000000 00000001 dbmssslib!dsql_db_init            
    03168978 10001cb3 03f41f80 018b6470 018b4eb8 00000035 dbmssslib!dsql_db_init            
    031689c4 008f47dc 010035d0 00000035 00000001 018b6470 dbmssslib!DbSlVersion             
    031689f4 008f1120 00000001 00000000 3f2db20c 00000000 disp+work!             
    054fffb8 77e64829 03e7bf20 00000000 00000000 03e7bf20 MSVCRT!endthreadex                
    054fffec 00000000 77bcb4bc 03e7bf20 00000000 00000000 kernel32!GetModuleHandleA         
    List of ABAP programs affected
                                                                                    Type      Program                              Gen. date  time           LoadSize            RollSize           
          Prg       RSGENYTT                             17.11.2007 18:56:44       112     3            840 loade         
          Prg       SAPMSSY0                             26.03.2001 12:10:18         1     6       512 loade
          Prg       RSDBRUNT                             26.03.2001 12:09:07        19    22       376 loade
          Prg       RSDBSPBL                             26.03.2001 11:21:26        24     6       512 loade
          Prg       SAPDB__S                             01.06.1999 12:10:01        36     1       408 loade
          Prg       RSDBSPMC                             01.06.1999 12:09:54        34     7       728 loade
          Typ       DDSHDESCR                            03.09.1997 03:05:16       955             048 loade
          Typ       SPPARAMS                             07.05.1997 13:10:38       956             024 loade
          Prg       SAPLSABE                             01.06.1999 12:10:15       100     1       288 loade
          Prg       SAPLSECU                             04.04.2001 18:30:22        28     6       608 loade
          Prg       SAPMSSY3                             26.03.2001 10:57:11       269     5       368 loade
          Typ       ABDBG                                25.05.1999 15:31:57       716     1       360 loade
          Prg       SAPMSSYD                             22.03.2001 18:03:09        12     1       336 loade
          Prg       SAPFSPOR                             19.10.1999 09:39:27        59             216 loade
          Prg       SAPLSCNT                             01.06.1999 12:10:15        15     2       624 loade
          Prg       SAPLSVSM                             22.03.2001 17:23:10        61     2       552 loade
          Prg       SAPLSGUI                             26.03.2001 12:08:56         4     3       768 loade
          Prg       SAPLSTTM                             22.03.2001 15:09:40         2     5       392 loade
          Prg       SAPLSBDC                             22.03.2001 15:09:07         6     6       560 loade
          Prg       CL_DATAPROVIDER===============       22.03.2001 16:53:29        62     4       128 loade
          Typ       OBJ_RECORD                           14.02.1998 08:30:43       883             048 loade
          Prg       SAPLSTUP                             26.03.2001 11:45:52        16     9       160 loade
          Prg       SAPLCNDP                             26.03.2001 10:57:04         3    15       744 loade
          Prg       SAPSHDTV                             26.03.2001 11:45:07        14     3       864 loade
          Prg       SAPFGUICNTL                          26.03.2001 10:42:02        10     1       408 loade
          Prg       CL_GUI_CFW====================       26.03.2001 11:21:21        11    13       192 loade
          Prg       SAPLOLEA                             17.11.2007 13:23:33         5     7       656 loade
          Prg       SAPLSFES                             26.03.2001 12:08:50         7    10       544 loade
          Prg       SAPLGRFC                             22.03.2001 15:08:46        60     1       384 loade
          Prg       SAPLSTRF                             17.11.2007 13:23:33       217    10       424 loade
          Prg       SAPLSTFI                             26.03.2001 12:10:04       216     5       296 loade
          Prg       SAPLSUGI                             17.11.2007 18:56:44       673    35       280 loade
          Typ       PUTTB_SHD                            17.11.2007 11:26:20       682             120 loade
          Prg       SAPLSUGN                             17.11.2007 18:56:44       691     5       296 loade
          Typ       DDFTX                                05.11.1997 02:52:59       224             072 loade
          Prg       SAPLSDNT                             17.11.2007 18:56:44       135    18       368 loade
          Prg       SAPLSDB1                             17.11.2007 11:26:20       114     6       464 loade
          Prg       SDB1FMSS                             04.04.2001 18:30:57       113     4       104 loade
          Typ       DDXTT                                17.11.2007 18:56:44       235             048 loade
          Prg       RDTCMPTB                             17.11.2007 18:56:44       414    10       376 loade
          Prg       SAPLSDB2                             17.11.2007 18:56:44       225    39       216 loade
          Prg       SAPLSDB3                             17.11.2007 18:56:44       271     9       136 loade
          Prg       SAPLSDD0                             17.11.2007 13:23:33       133     5       200 loade
          Prg       RADIXTOL                             01.06.1999 12:09:34       150     2       504 loade
          Prg       SDB2FDBS                             17.11.2007 17:43:27       215    11       784 loade
          Prg       SAPLSDD2                             01.06.1999 12:10:16       237     3       888 loade
          Prg       SDB2FMSS                             17.11.2007 17:43:27       190    17       152 loade
          Typ       UVERS                                16.07.1997 14:46:33       347             072 loade
          Typ       DD092526V                            20.08.1998 11:15:55       781             048 loade
          Typ       X030L                                05.11.1997 03:07:56       709             096 loade
          Prg       RADBTOUT                             01.06.1999 12:09:34       124    10       448 loade
          Prg       SAPCNVE                              01.06.1999 12:10:01       101             168 loade
          Prg       SAPLSDAD                             17.11.2007 18:56:44       935    71       752 loade                                                                               
    List of internal tables
    Header of PROG=RSGENYTTDATA=GT_PROT[]                                                  
         TABH+  0(20) = 0000000000000000000000000000000000000000                             
         TABH+ 20(20) = 0000000004000000500700000000000007000000                             
         TABH+ 40(20) = 1E0000001E0000001E0000001E000000FFFFFFFF                             
         TABH+ 60(20) = E3000000020000000403000018972D3F00000000                             
         TABH+ 80(20) = 0000000000000000000000000000000000000000                             
         TABH+100(12) = 000000000000000013000000                                             
         id           = 19    (0x13000000)                                                   
         fill         = 7     (0x07000000)                                                   
         lineAdmin    = 30    (0x1E000000)                                                   
         lineAlloc    = 30    (0x1E000000)                                                   
         tabi         = 0x18972D3F                                                           
         pghook       = 0x00000000                                                           
         index        = 0x00000000                                                           
         hshook       = 0x00000000                                                           
         btree        = 0x00000000                                                           
         reghook      = 0x00000000                                                           
         lopc         = 0     (0x00000000)                                                   
         occu         = 30    (0x1E000000)                                                   
         rank         = 30    (0x1E000000)                                                   
         loop         = -1    (0xFFFFFFFF)                                                   
         leng         = 227   (0xE300)                                                       
         fcnt         = 0     (0x0000)                                                       
         lock         = 0                                                                    
         shrd         = 0                                                                    
         access       = 1     (stdAccess)                                                    
         idxKind      = 0     (noIndex)                                                      
         unique       = 2     (nonUnique)                                                    
         cmpMode      = 2     (cmpSingleMcmp)                                                
         pb_func      = 0x00000000                                                           
         pb_handle    = 0x00000000                                                                               
    Directory of application tables (contents)
    Program                               
      Name..........  Contents.1........2........3....+....
    Directory of data areas (administration information)
    Program                                
      No.. Name..........  Lgth  Ofsg Type Next Gen date   Gen time
      SYST                                                             
                L not assigned      751         0 IN                        
                M /%_LISTTABLE      750         1 CO 0                    
                T global stack      749  1      2 GL                        
      RSGENYTT                             
                A global data         0         3 DA                        
                L constant dat        1         4 LI        .0 .0472        
                L constant dat        2         5 LI        .0 .0367        
                L not assigned        3         6 IN                        
                L SYST                4         7 TA 00                    
                L SY                  5         8 TA                        
                L RSJOBINFO           6         9 TA                        
                M /%_SYS%%            7         0 CO                        
                M field symbol        8         1 FS                        
                M /%_SSCR             9         2 CO 0                    
                L VARI               10         3 TA                        
                L PUTTB_SHD          11         4 TA                        
                L DDYTT              12         5 TA                        
                L DDYTF              13         6 TA                        
                M field symbol       14         7 FS                        
                M field symbol       15         8 FS                        
                M field symbol       16         9 FS                        
      SAPMSSY0                             
                A global data         0         0 DA                        
                L constant dat        1         1 LI        .0 .077E        
                L constant dat        2         2 LI        .0 .06B8        
                L not assigned        3         3 IN                        
                L SYST                4         4 TA                        
                L SY                  5         5 TA                        
                L RSJOBINFO           6         6 TA                        
                M /%_SYS%%            7         7 CO                        
                M field symbol        8         8 FS                        
                M /%_LISTTABLE        9         9 CO                        
                M /%_SYS000          10         0 CO                        
                L TFDIR              11         1 TA                        
                M field symbol       12         2 FS                        
                M field symbol       13         3 FS                        
                L TRDIR              14         4 TA                        
                L ABMSG              15         5 TA                        
                M field symbol       16         6 FS                        
                L text pool          17         7 TP                        
      RSDBRUNT                             
                A global data         0         8 DA                        
                L constant dat        1         9 LI        .0 .1B8A        
                L constant dat        2         0 LI        .0 .1780        
                L not assigned        3         1 IN                        
                L SYST                4         2 TA                        
                L SY                  5         3 TA                        
                L RSJOBINFO           6         4 TA                        
                M /%_SYS%%            7         5 CO                        
                M field symbol        8         6 FS                        
                M /%_SSCR             9         7 CO                        
                L VARI               10         8 TA                        
                L TRDIR              11         9 TA                        
                L TUVID              12         0 TA                        
                L RSVUVINT           13         1 TA                        
                L VARID              14         2 TA                        
                L DFIES              15         3 TA                        
                L SSCRTEXTS          16         4 TA                        
                L SSCRFIELDS         17         5 TA                        
                M /%_DYN_SEL         18         6 CO                        
                M /%_FIELD_SEL       19         7 CO                        
                M /%_RUNT_XX_%       20         8 CO                        
                M field symbol       21         9 FS                        
                M field symbol       22         0 FS                        
                M field symbol       23         1 FS                        
                M field symbol       24         2 FS                        
                M field symbol       25         3 FS                        
                L text pool          26         4 TP                        
      RSDBSPBL                             
                A global data         0         5 DA                        
                L constant dat        1         6 LI        .0 .09CE        
                L constant dat        2         7 LI        .0 .0908        
                L not assigned        3         8 IN                        
                L SYST                4         9 TA                        
                L SY                  5         0 TA                        
                L RSJOBINFO           6         1 TA                        
                M /%_SYS%%            7         2 CO                        
                M field symbol        8         3 FS                        
                M /%_RUNT_XX_%        9         4 CO                        
                L text pool          10         5 TP                        
      SAPDB__S                             
                A global data         0         6 DA                        
                L constant dat        1         7 LI        .0 .020D        
                L constant dat        2         8 LI        .0 .01B0        
                L not assigned        3         9 IN                        
                L SYST                4         0 TA                        
                L SY                  5         1 TA                        
                L RSJOBINFO           6         2 TA                        
                M /%_SYS%%            7         3 CO                        
                M field symbol        8         4 FS                        
                M /%_SSCR             9         5 CO                        
                L VARI               10         6 TA                        
                L text pool          11         7 TP                        
                A global data        12         8 DA 0                    
      RSDBSPMC                             
                A global data         0         9 DA                        
                L constant dat        1         0 LI        .0 .0BD7        
                L constant dat        2         1 LI        .0 .0AE8        
                L not assigned        3         2 IN                        
                L SYST                4         3 TA                        
                L SY                  5         4 TA                        
                L RSJOBINFO           6         5 TA                        
                M /%_SYS%%            7         6 CO                        
                M field symbol        8         7 FS                        
                M /%_SSCR             9         8 CO                        
                M /%_RUNT_XX_%       10         9 CO                        
         1      L DD23L              11         0 TA                        
         1      L DD23T              12         1 TA                        
         1      L RSMDY              13         2 TA                        
         1      M field symbol       14         3 FS                        
         1      L text pool          15         4 TP                        
      SAPLSABE                             
         1      A global data         0         5 DA                        
         1      L constant dat        1         6 LI        .0 .014A        
         1      L constant dat        2         7 LI        .0 .0101        
         1      L not assigned        3         8 IN                        
         1      L SYST                4         9 TA                        
         1      L SY                  5         0 TA                        
         1      L RSJOBINFO           6         1 TA                        
         1      M /%_SYS%%            7         2 CO                        
         1      M field symbol        8         3 FS                        
         1      L TRDIR               9         4 TA                        
         1      M field symbol       10         5 FS                        
         1      L text pool          11         6 TP                        
      SAPLSECU                             
         1      A global data         0         7 DA                        
         1      L constant dat        1         8 LI        .0 .0918        
         1      L constant dat        2         9 LI        .0 .070B        
         1      L not assigned        3         0 IN                        
         1      L SYST                4         1 TA                        
         1      L SY                  5         2 TA                        
         1      L RSJOBINFO           6         3 TA                        
         1      M /%_SYS%%            7         4 CO                        
         1      M field symbol        8         5 FS                        
         1      L TSL1D               9         6 TA                        
         1      L TPFYPROPTY         10         7 TA                        
         1      M field symbol       11         8 FS                        
         1      L text pool          12         9 TP                        
      RSGENYTT                             
         1      L ABDBG             127         0 TA                        
      SAPMSSY3                             
         1      A global data         0         1 DA                        
         1      L constant dat        1         2 LI        .0 .0A38        
         1      L constant dat        2         3 LI        .0 .09BF        
         1      L not assigned        3         4 IN                        
         1      L SYST                4         5 TA                        
         1      L SY                  5         6 TA                        
         1      L RSJOBINFO           6         7 TA                        
         1      M /%_SYS%%            7         8 CO                        
         1      M field symbol        8         9 FS                        
         1      M /%_LISTTABLE        9         0 CO                        
         1      M /%_SYS000          10         1 CO                        
         1      L ABDBG              11         2 TA                        
         1      M field symbol       12         3 FS                        
         1      Y           13         4 LA 0                    
         1      Y           14         5 LA 0                    
         1      Y           15         6 LA 0                    
         1      Y           16         7 LA 0                    
         1      Y           17         8 LA 0                    
         1      Y           18         9 LA 0                 

    Hi lucio,
    thanks for your quick answer, update of DW didn't work, here you are dev_w22 trace
    trc file: "dev_w22", trc level: 1, release: "46D"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, M

    B Mon Nov 19 18:30:29 2007
    B  create_con (con_name=R/3)
    B  Loading DB library 'D:\usr\sap\DEV\SYS\exe\run\dbmssslib.dll' ...
    B  Library 'D:\usr\sap\DEV\SYS\exe\run\dbmssslib.dll' loaded
    B  Version of library 'D:\usr\sap\DEV\SYS\exe\run\dbmssslib.dll' is "46D.00", patchlevel (0.2328)
    B  New connection 0 created
    M  relno      4640
    M  patchlevel 0
    M  patchno    2352
    M  intno      0
    M  pid        5400

    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc22 5400) [dpxxdisp.c   976]
    I  MtxInit: -2 0 0

    I Mon Nov 19 18:30:31 2007
    I  *** ERROR => New Process with the same PID
                  ERROR_INVALID_ADDRESS: Attempt to access invalid address.   [semnt.c      1513]
    X  EmInit: MmSetImplementation( 2 ).
    X  <ES> client 22 initializing ....
    X  Using implementation std
    M  <ES> Memory Reset enabled
    X  ES initialized.
    M  ThSysUsrCheck: clear T22
    M  calling db_connect ...
    C  Thank You for using the SLOLEDB-interface
    C  Using dynamic link library 'D:\usr\sap\DEV\SYS\exe\run\dbmssslib.dll'
    C  dbmssslib.dll patch info
    C    patchlevel   0
    C    patchno      2328
    C    patchcomment MSSQL: Transaction inconsistencies HOTNEWS (1067103)
    C  SQLOLEDB Provider Release:08.10.3959
    C  Using shared procedure name cache (APPSERVER_DEVDEV_MEM,1320040 bytes,10000 procs) initialized by another process
    C  Using shared TEMP procedure cache (APPSERVER_DEVDEV_TSP,7040024 bytes,10000 procs) initialized by another process
    C  Connected to db server : [appserver], dbname: DEV, dbuser: dev
    B  Connection 0 opened
    B  Wp  Hdl ConName              ConCnt ConState     TX  PRM RCT Date     Time
    B  000 000 R/3                  000000 ACTIVE       NO  YES NO  20071119 183031
    M  db_connect o.k.
    I  MtxInit: 22 0 0
    X  EmInit: MmSetImplementation( 2 ).
    X  <ES> client 22 initializing ....
    X  Using implementation std
    X  ES initialized.
    B  db_con_shm_ini:  WP_ID = 22, WP_CNT = 31
    B  dbtbxbuf: Buffer TABL  (addr: 0BA400C8, size: 6000000, end: 0BFF8E48)
    B  dbexpbuf: Buffer EIBUF (addr: 0C2100D0, size: 4194304, end: 0C6100D0)
    B  dbexpbuf: Buffer CUA   (addr: 0C6200D0, size: 3072000, end: 0C90E0D0)
    M  rdisp/reinitialize_code_page -> 0
    M  rdisp/hold_keeps_time_slice -> 0
    M  rdisp/no_hooks_for_sqlbreak -> 0
    M  PfReadDBVersion: use compatibility mode for stat-files
    M  CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    S  *** init spool environment
    S  initialize debug system
    T  Stack direction is downwards.
    T  debug control: prepare exclude for printer trace
    T  new memory block 07D86F10
    S  spool kernel/ddic check: Ok
    S  using table TSP02FX for frontend printing
    S  1 spool work process(es) found
    S  frontend print via spool service enabled
    S  printer list size is 150
    S  printer type list size is 50
    S  queue size (profile)   = 300
    S  hostspool list size = 3000
    S  option list size is 30
    S      found processing queue enabled
    S  found spool memory service RSPO-RCLOCKS at 0D760098
    S  doing lock recovery
    S  setting server cache root
    S  found spool memory service RSPO-SERVERCACHE at 0D760798
    S    using messages for server info
    S  immediate print option for implicitely closed spool requests is disabled

    A  -PXA--
    A  PXA INITIALIZATION
    A  Attached to PXA (address 28230040, size 154674K)
    A  abap/pxa = shared
    A  PXA INITIALIZATION FINISHED
    A  -PXA--

    A  RFC rfc/dump_client_info not set, use default -1
    A  RFC rfc/bc_ignore_thcmaccp_retcode not set, use default value: 0
    A  RFC rfc/bc_no_gui_cp_refresh not set, use default value: 0
    A  RFC Method> initialize RemObjDriver for ABAP Objects
    M  SsfSapSecin: putenv(SECUDIR=D:\usr\sap\DEV\DVEBMGS00\sec): ok

    M  =================================================
    M  === SSF INITIALIZATION:
    M  ===...SSF Security Toolkit name SAPSECULIB .
    M  ===...SSF trace level is 0 .
    M  ===...SSF library is D:\usr\sap\DEV\SYS\exe\run\sapsecu.dll .
    M  ===...SSF hash algorithm is SHA1 .
    M  ===...SSF symmetric encryption algorithm is DES-CBC .
    M  ===...sucessfully completed.
    M  =================================================
    E  Replication is disabled
    E  EnqCcInitialize: local lock table initialization o.k.
    E  EnqId_SuppressIpc: local EnqId initialization o.k.
    E  EnqCcInitialize: local enqueue client init o.k.

    B Mon Nov 19 18:40:15 2007
    B  dbtran INFO (init_connection '<DEFAULT>' [MSSQL:46D.00]):
    B   max_blocking_factor =  50,  max_in_blocking_factor      = 255,
    B   min_blocking_factor =   5,  min_in_blocking_factor      =  10,
    B   prefer_union_all    =   1,  prefer_union_for_select_all =   0,
    B   prefer_fix_blocking =   0,  prefer_in_itab_opt          =   0,
    B   convert AVG         =   1,  alias table FUPD            =   0,
    B   escape_as_literal   =   0,  opt GE LE to BETWEEN        =   0,
    B   select *            = 0x0,
    B   use_hints           = abap->1, dbif->1, upto->0, rule_in->0,
    B                         rule_fae->0, concat_fae->0, concat_fae_or->0
    C  The IRow interface is supported by this OLEDB provider

    M Mon Nov 19 18:40:18 2007
    M  call semaphore clean-up function ...
    M  ***LOG Q0E=> DpSigGenHandler, Exception (c0000094) [dpnttool.c   390]
    M  -
    C-STACK -
    SAP (R) - R/3(TM) Callstack, Version 1.0
    Copyright (C) SAP AG. All rights reserved.
    Application exception occurred:
    Exception : c0000094 (Divide by zero)
    App       : disp+work.EXE (pid=5400)
    When      : 11/19/2007 18:40:18.134
    Threads   : 2
    Computer Name       : APPSERVER
    User Name           : SAPServiceDEV
    Number of Processors: 4
    Processor Type: x86 Family 6 Model 15 Stepping 6
    Windows Version     : 5.2 Current Build: 3790
    Stack Dump for Thread Id 151c
    eax=0000a000 ebx=00000000 ecx=00000000 edx=00000000 esi=03f48b54 edi=00000000
    eip=10032cab esp=031688b0 ebp=031688dc iopl=0         nv up ei pl nz na po nc
    cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00010206
    function : <nosymbols>
            10032c92 807d1400         cmp     byte ptr [ebp+0x14],0x0      ss:062cfc7a=00
            10032c96 7422             jz      dsql_db_init+0x30d0a (10032cba)
            10032c98 394e08           cmp     [esi+0x8],ecx          ds:070afef2=????????
            10032c9b 751d             jnz     dsql_db_init+0x30d0a (10032cba)
            10032c9d 8d047f           lea     eax,[edi+edi*2]        ds:00000000=????????
            10032ca0 c1e003           shl     eax,0x3
            10032ca3 8bd0             mov     edx,eax
            10032ca5 8b4518           mov     eax,[ebp+0x18]         ss:062cfc7a=00000000
            10032ca8 2bc2             sub     eax,edx
            10032caa 99               cdq
    FAULT-> 10032cab f7fb             idiv    ebx
            10032cad 0fbfd0           movsx   edx,ax
            10032cb0 eb0b             jmp     dsql_db_init+0x30d0d (10032cbd)
            10032cb2 6a02             push    0x2
            10032cb4 58               pop     eax
            10032cb5 e9df040000       jmp     dsql_db_init+0x311e9 (10033199)
            10032cba 6a01             push    0x1
            10032cbc 5a               pop     edx
            10032cbd 803dd95a1d1000                                        ds:101d5ad9=00
                                      cmp  byte ptr [EndFastload+0x19644f (101d5ad9)],0x0
            10032cc4 7409             jz      dsql_db_init+0x30d1f (10032ccf)
            10032cc6 833dac591d1006                                  ds:101d59ac=00000006
                                      cmp dword ptr [EndFastload+0x196322 (101d59ac)],0x6
            10032ccd 7416             jz      dsql_db_init+0x30d35 (10032ce5)
    --> Stack Back Trace <--
    FramePtr ReturnAd Param#1  Param#2  Param#3  Param#4  Function Name
    031688dc 1000d5df 00000000 018b76f0 00000000 00000001 dbmssslib!dsql_db_init
    03168978 10001cb3 03f41f90 018b8ca8 018b76f0 00000035 dbmssslib!dsql_db_init
    031689c4 008f4765 010056b8 00000035 00000001 018b8ca8 dbmssslib!DbSlVersion
    031689f4 008f10a9 00000001 00000000 3f26827c 00000000 disp+work!<nosymbols>
    03168a74 008f05ff 00000000 3f26827c 00000000 3f2682ec disp+work!<nosymbols>
    03168a9c 008a2873 00000000 018b769c 3f2682ec 00000000 disp+work!<nosymbols>
    03168b48 0089ef88 00000000 3f26827c 3f2682ec 03168d0c disp+work!<nosymbols>
    03168b5c 008a1714 3f261654 00000000 00000000 00000000 disp+work!<nosymbols>
    03168d0c 0089d4ec 00000000 3f26827c 3f2682ec 00000000 disp+work!<nosymbols>
    03168ea0 0061f5f7 00000000 3f26827c 3f2682ec ffffffff disp+work!<nosymbols>
    03168edc 00616212 00000007 03168ef8 0316f130 00000000 disp+work!<nosymbols>
    03168f1c 005bf6a0 00000008 29339f2c 00000000 3f2918e0 disp+work!<nosymbols>
    0316f140 00629e43 00000000 00000000 0316f170 00000001 disp+work!<nosymbols>
    00e5bc44 00000000 49444553 00000000 4f525f25 0000544f disp+work!<nosymbols>
    Stack Dump for Thread Id 5f4
    eax=00000001 ebx=00000103 ecx=7c829f59 edx=00380000 esi=00000000 edi=00000000
    eip=7c8285ec esp=054ffc74 ebp=054ffcb8 iopl=0         nv up ei pl zr na po nc
    cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00000246
    function : KiFastSystemCallRet
            7c8285ec c3               ret
            7c8285ed 8da42400000000   lea     esp,[esp]              ss:054ffc74=7c8270fb
            7c8285f4 8d642400         lea     esp,[esp]              ss:08667013=00000000
    --> Stack Back Trace <--
    FramePtr ReturnAd Param#1  Param#2  Param#3  Param#4  Function Name
    054ffcb8 00c3475c 00000688 00000000 00000000 03e7be00 ntdll!KiFastSystemCallRet
    054fff84 77bcb530 00000000 00000000 00000000 03e7be98 disp+work!<nosymbols>
    054fffb8 77e64829 03e7be98 00000000 00000000 03e7be98 MSVCRT!endthreadex
    054fffec 00000000 77bcb4bc 03e7be98 00000000 00000000 kernel32!GetModuleHandleA
    M  -
    M  call clean-up function ...
    M  in_ThErrHandle: 1
    M  ThSigHandler: signal (step 4, th_errno 11, action 4)

    M  Info for wp 22

    M    stat = 4
    M    reqtype = 4
    M    act_reqtype = 4
    M    tid = 22
    M    mode = 0
    M    len = 24
    M    rq_id = 139
    M    rq_source = 1
    M    rq_info = 8576
    M    last_tid = 22
    M    last_mode = 0
    M    int_checked_resource = 0
    M    ext_checked_resource = 0
    M    report = >                                        <
    M    action = 0
    M    tab_name = >                              <

    M  Modeinfo for User T22/M0

    M    tm state = 2
    M    uid = 23
    M    term type = 0x0
    M    display = 0x0
    M    cpic_no = 0
    M    cpic_idx = -1
    M    usr = >DDIC        <
    M    terminal = >                    <
    M    client = >000<
    M    conversation_ID = >        <
    M    appc_tm_conv_idx = -1
    M    blockSoftCanel = NO
    M    imode = 2
    M    mode state = 0x42
    M    mode clean_state = 1
    M    th_errno = 11
    M    rollout_reason = 0
    M    last_rollout_level = 7
    M    async_receives = 0
    M    cpic_receive = 0
    M    em handle = 1
    M    roll state = 4
    M    abap state = 4
    M    em state = 3
    M    eg state = 1
    M    spa state = 3
    M    enq state = 0
    M    next hook = T-1/U-1/M255
    M    master hook = T-1/U-1/M255
    M    slave hook = T-1/U-1/M255
    M    debug_tid = -1
    M    mode type = 0x1
    M    debug = 0
    M    tcode = >                    <
    M    client conversation_ID = >        <
    M    server conversation_ID = >        <
    M    lock = 0
    M    max enq infos = 0
    M    act enq infos = 0
    M    em_hyper_hdl = NULL


    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Server appserver_DEV_00 on host appserver (wp 22)
    M  *  ERROR       ThSigHandler: signal
    M  *
    M  *  TIME        Mon Nov 19 18:40:18 2007
    M  *  RELEASE     46D
    M  *  COMPONENT   Taskhandler
    M  *  VERSION     1
    M  *  RC          11
    M  *  MODULE      thxxhead.c
    M  *  LINE        8628
    M  *  COUNTER     1
    M  *
    M  *****************************************************************************

    M  Entering TH_CALL_HOOKS
    M  ThCallHooks: call hook >ThrSaveSPAFields< for event BEFORE_DUMP
    M  Entering ThSetStatError
    M  *** WARNING => sql break failed (-1)
    M  ThErrHandle: don't try rollback again
    M  ThErrHandle: call ThrCoreInfo
    A  ** RABAX: level LEV_RX_ROLLBACK entered.
    A  ** RABAX: level LEV_RX_ROLLBACK completed.
    A  ** RABAX: level LEV_RX_DB_ALIVE entered.
    A  ** RABAX: level LEV_RX_DB_ALIVE completed.
    A  ** RABAX: level LEV_RX_HOOKS entered.
    A  ** RABAX: level LEV_RX_HOOKS completed.
    A  ** RABAX: level LEV_RX_STANDARD entered.
    C  HandleOledbError [RpcExec,line 22204]: Error/Message: (err 8144, sev 0), Procedure or function ##Y8APPSERVEDEV00000054000000000014183031 has too many arguments specified.
    C  RpcExec failed.  HR 80040e14 DBSL retcode 99. proc: [##Y8APPSERVEDEV00000054000000000014183031]
    C  HandleOledbError [RpcExec,line 22204]: Error/Message: (err 8144, sev 0), Procedure or function ##Y8APPSERVEDEV00000054000000000014183031 has too many arguments specified.
    C  RpcExec failed.  HR 80040e14 DBSL retcode 99. proc: [##Y8APPSERVEDEV00000054000000000014183031]
    C  retry with SQL statement string
    A  ** RABAX: level LEV_RX_STANDARD completed.
    A  ** RABAX: level LEV_RX_C_STACK entered.
    A  ** RABAX: level LEV_RX_C_STACK completed.
    A  ** RABAX: level LEV_RX_MEMO_CHECK entered.
    A  ** RABAX: level LEV_RX_MEMO_CHECK completed.
    A  ** RABAX: level LEV_RX_INTERFACES entered.
    A  ** RABAX: level LEV_RX_INTERFACES completed.
    A  ** RABAX: level LEV_RX_GET_MESS entered.
    A  ** RABAX: level LEV_RX_GET_MESS completed.
    A  ** RABAX: level LEV_RX_INIT_SNAP entered.
    A  ** RABAX: level LEV_RX_INIT_SNAP completed.
    A  ** RABAX: level LEV_RX_WRITE_SYSLOG entered.
    A  ** RABAX: level LEV_RX_WRITE_SYSLOG completed.
    A  ** RABAX: level LEV_RX_WRITE_SNAP entered.
    A  ** RABAX: level LEV_SN_END completed.
    A  ** RABAX: level LEV_RX_SET_ALERT entered.
    A  ** RABAX: level LEV_RX_SET_ALERT completed.
    A  ** RABAX: level LEV_RX_COMMIT entered.
    A  ** RABAX: level LEV_RX_COMMIT completed.
    A  ** RABAX: level LEV_RX_SNAP_SYSLOG entered.
    A  ** RABAX: level LEV_RX_SNAP_SYSLOG completed.
    A  ** RABAX: level LEV_RX_RESET_PROGS entered.
    A  ** RABAX: level LEV_RX_RESET_PROGS completed.
    A  ** RABAX: level LEV_RX_STDERR entered.
    A  ** RABAX: level LEV_RX_STDERR completed.
    A  ** RABAX: level LEV_RX_RFC_ERROR entered.
    A  ** RABAX: level LEV_RX_RFC_ERROR completed.
    A  ** RABAX: level LEV_RX_RFC_CLOSE entered.
    A  ** RABAX: level LEV_RX_RFC_CLOSE completed.
    A  ** RABAX: level LEV_RX_IMC_ERROR entered.
    A  ** RABAX: level LEV_RX_IMC_ERROR completed.
    A  ** RABAX: level LEV_RX_DATASET_CLOSE entered.
    A  ** RABAX: level LEV_RX_DATASET_CLOSE completed.
    A  ** RABAX: level LEV_RX_ERROR_SAVE entered.
    A  ** RABAX: level LEV_RX_ERROR_SAVE completed.
    A  ** RABAX: level LEV_RX_LIVE_CACHE_CLEANUP entered.
    A  ** RABAX: level LEV_RX_LIVE_CACHE_CLEANUP completed.
    A  ** RABAX: level LEV_RX_END entered.
    A  ** RABAX: level LEV_RX_END completed.
    A  ** RABAX: end RX_RETURN
    M  ThIErrHandle: Entering ThErrHdlUser
    M  ThErrHdlUser: set th_errno (11)
    M  ThErrHdlUser: save context
    B  Disconnecting from ALL connections:
    B  Wp  Hdl ConName              ConCnt ConState     TX  PRM RCT Date     Time
    B  022 000 R/3                  000000 ACTIVE       YES YES NO  20071119 183031
    B  Disconnected from connection 0
    B  statistics db_con_commit (com_total=5, com_forced=1, com_tx=1)
    B  statistics db_con_rollback (roll_total=0, roll_forced=0, roll_tx=0)
    M  ***LOG Q02=> wp_halt, WPStop (Workproc22 5400) [dpnttool.c   310]
    M  return from clean-up function ...
    trc file: "dev_w22", trc level: 1, release: "46D"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, M

    B Mon Nov 19 18:40:34 2007
    B  create_con (con_name=R/3)
    B  Loading DB library 'D:\usr\sap\DEV\SYS\exe\run\dbmssslib.dll' ...
    B  Library 'D:\usr\sap\DEV\SYS\exe\run\dbmssslib.dll' loaded
    B  Version of library 'D:\usr\sap\DEV\SYS\exe\run\dbmssslib.dll' is "46D.00", patchlevel (0.2328)
    B  New connection 0 created
    M  relno      4640
    M  patchlevel 0
    M  patchno    2352
    M  intno      0
    M  pid        432

    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc22 432) [dpxxdisp.c   976]
    I  MtxInit: -2 0 0
    X  EmInit: MmSetImplementation( 2 ).
    X  <ES> client 22 initializing ....
    X  Using implementation std
    M  <ES> Memory Reset enabled
    X  ES initialized.
    M  calling db_connect ...
    C  Thank You for using the SLOLEDB-interface
    C  Using dynamic link library 'D:\usr\sap\DEV\SYS\exe\run\dbmssslib.dll'
    C  dbmssslib.dll patch info
    C    patchlevel   0
    C    patchno      2328
    C    patchcomment MSSQL: Transaction inconsistencies HOTNEWS (1067103)
    C  SQLOLEDB Provider Release:08.10.3959
    C  Using shared procedure name cache (APPSERVER_DEVDEV_MEM,1320040 bytes,10000 procs) initialized by another process
    C  Using shared TEMP procedure cache (APPSERVER_DEVDEV_TSP,7040024 bytes,10000 procs) initialized by another process
    C  Connected to db server : [appserver], dbname: DEV, dbuser: dev
    B  Connection 0 opened
    B  Wp  Hdl ConName              ConCnt ConState     TX  PRM RCT Date     Time
    B  000 000 R/3                  000000 ACTIVE       NO  YES NO  20071119 184034
    M  db_connect o.k.
    I  MtxInit: 22 0 0
    X  EmInit: MmSetImplementation( 2 ).
    X  <ES> client 22 initializing ....
    X  Using implementation std
    X  ES initialized.
    B  db_con_shm_ini:  WP_ID = 22, WP_CNT = 31
    B  dbtbxbuf: Buffer TABL  (addr: 0BA400C8, size: 6000000, end: 0BFF8E48)
    B  dbexpbuf: Buffer EIBUF (addr: 0C2100D0, size: 4194304, end: 0C6100D0)
    B  dbexpbuf: Buffer CUA   (addr: 0C6200D0, size: 3072000, end: 0C90E0D0)
    M  rdisp/reinitialize_code_page -> 0
    M  rdisp/hold_keeps_time_slice -> 0
    M  rdisp/no_hooks_for_sqlbreak -> 0
    M  PfReadDBVersion: use compatibility mode for stat-files
    M  CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    S  *** init spool environment
    S  initialize debug system
    T  Stack direction is downwards.
    T  debug control: prepare exclude for printer trace
    T  new memory block 07D86BF0
    S  spool kernel/ddic check: Ok
    S  using table TSP02FX for frontend printing
    S  1 spool work process(es) found
    S  frontend print via spool service enabled
    S  printer list size is 150
    S  printer type list size is 50
    S  queue size (profile)   = 300
    S  hostspool list size = 3000
    S  option list size is 30
    S      found processing queue enabled
    S  found spool memory service RSPO-RCLOCKS at 0D760098
    S  doing lock recovery
    S  setting server cache root
    S  found spool memory service RSPO-SERVERCACHE at 0D760798
    S    using messages for server info
    S  immediate print option for implicitely closed spool requests is disabled

    A  -PXA--
    A  PXA INITIALIZATION
    A  Attached to PXA (address 28230040, size 154674K)
    A  abap/pxa = shared
    A  PXA INITIALIZATION FINISHED
    A  -PXA--

    A  RFC rfc/dump_client_info not set, use default -1
    A  RFC rfc/bc_ignore_thcmaccp_retcode not set, use default value: 0
    A  RFC rfc/bc_no_gui_cp_refresh not set, use default value: 0
    A  RFC Method> initialize RemObjDriver for ABAP Objects
    M  SsfSapSecin: putenv(SECUDIR=D:\usr\sap\DEV\DVEBMGS00\sec): ok

    M  =================================================
    M  === SSF INITIALIZATION:
    M  ===...SSF Security Toolkit name SAPSECULIB .
    M  ===...SSF trace level is 0 .
    M  ===...SSF library is D:\usr\sap\DEV\SYS\exe\run\sapsecu.dll .
    M  ===...SSF hash algorithm is SHA1 .
    M  ===...SSF symmetric encryption algorithm is DES-CBC .
    M  ===...sucessfully completed.
    M  =================================================
    E  Replication is disabled
    E  EnqCcInitialize: local lock table initialization o.k.
    E  EnqId_SuppressIpc: local EnqId initialization o.k.
    E  EnqCcInitialize: local enqueue client init o.k.
    M  ThCheckPrevUser: clean previous user T22/U23/M0/I2

    M  Modeinfo for User T22/M0

    M    tm state = 2
    M    uid = 23
    M    term type = 0x0
    M    display = 0x0
    M    cpic_no = 0
    M    cpic_idx = -1
    M    usr = >DDIC        <
    M    terminal = >                    <
    M    client = >000<
    M    conversation_ID = >        <
    M    appc_tm_conv_idx = -1
    M    blockSoftCanel = NO
    M    imode = 2
    M    mode state = 0x42
    M    mode clean_state = 1
    M    th_errno = 11
    M    rollout_reason = 0
    M    last_rollout_level = 7
    M    async_receives = 0
    M    cpic_receive = 0
    M    em handle = 1
    M    roll state = 3
    M    abap state = 3
    M    em state = 2
    M    eg state = 1
    M    spa state = 3
    M    enq state = 0
    M    next hook = T-1/U-1/M255
    M    master hook = T-1/U-1/M255
    M    slave hook = T-1/U-1/M255
    M    debug_tid = -1
    M    mode type = 0x1
    M    debug = 0
    M    tcode = >                    <
    M    client conversation_ID = >        <
    M    server conversation_ID = >        <
    M    lock = 0
    M    max enq infos = 0
    M    act enq infos = 0
    M    em_hyper_hdl = NULL

    M  ThCheckPrevUser: reset spa state for user T22/U23/M0
    M  LOCK WP ca_blk 216
    M  LOCK APPC ca_blk 72
    M  set task type ZTTABTC
    M  ThCleanPrevUser: clean U23 T22 M0 I2 clean state DP_DEFAULT_CLEANING from previous wp
    M  ThCleanPrevUser: saved MODE_REC = 40
    M  PfStatDisconnect: disconnect statistics
    M  ThCheckEmState: check ATTACH for em hdl 1
    M  ThCheckEmState: call EmContextAttach (em_hdl=1)
    M  ThIAMDel: delete tid/mode 22/0 (th_errno 23, release 1)
    M  ThTSCancel: set T22 M0 in status MODE_CANCEL
    M  ThIDeleteMode (22, 0, 3, ><, 0, 255, TRUE)
    M  ThIDeleteMode: no modes found ..
    M    no sub modes
    M  ThSUsrDel: delete system user
    M  ThSUsrDel: clean batch after error (23)
    C  The IRow interface is supported by this OLEDB provider
    M  ThScheduler: server name: appserver_DEV_00   
    M  ThISendMsg: send message (5) to server (wp) with name >appserver_DEV_00    <
    M  ThISndName: send to name: >appserver_DEV_00    <
    M  ThISend: (tm/user/type = 22/DDIC        /0x2000, mode_deleted=0)
    M    MSG_NAME
    M  ThRqOutCheck: o.k.
    M  abap strategy ROLL / O.K.
    M  ThNewWpStat: new state of T22/M0 = 0xc2
    M  ThISend: new wp stat: 0x0
    M  Adresse   Offset  Message by name (one way)
    M  -
    M  0639A0C0  000000  00000000 05000000 255f4556 454e545f |........%%_EVENT_|
    M  0639A0D0  000016  53434845 44554c45 52002020 20202020 |SCHEDULER.      |
    M  -
    M  ThMkReq: send output to canceled mode
    M  make DISP owner of wp_ca_blk 216
    M  put request into queue (reqtype 0, prio LOW, rq_id 158)
    M  -OUT- sender_id    WORK_PROCESS   tid  22    wp_ca_blk   216     wp_id 22
    M  -OUT- action    SEND_MSG_ONEWAY   uid  23    appc_ca_blk -1      type  NOWP
    M  -OUT- new_stat  NO_CHANGE         mode 0     len         268     rq_id 158
    M  -OUT- forward   DIA              
    M  -OUT- req_info  CANCELMODE MSG_WITH_REQ_BUF MSG_WITH_OH
    M  NiPHostToAddr: read hostaddr 127.0.0.1 from operating system
    M  NiIHostToAddr: hostname localhost = addr 127.0.0.1
    M  NiPServToNo: read servno 3200 from operating system
    M  NiIServToNo: servicename sapdp00 = port 0C.80/3200
    M  NiCreateHandle: state nihandle-socket 1-1024 NI_INITIAL
    M  NiIDgSend: init datagram send_handle 1-1024
    M  CPU byte order: little endian, reverse network, low val .. high val
    M  NiIDgSend: send dgram to: host 127.0.0.1, port 0C.80/3200, fam 2 (low adr..high adr)
    M  LOCK WP ca_blk 217
    M  ThResFree: free resources of U23 M0 I2 (normal mode, complete free) at level 3, db_action=TH_DB_NO_ACTION
    M  ThResFree: reset spa state for user T22/U23/M0
    M  ThCallHooks: call hook >SpoolHandleHook< for event SOS_HOOK_BEFORE_SESSION_CANCEL
    M  PfStatDisconnect: disconnect statistics
    M  ThDealComm: T22/U23/M0 has no cpic conns
    M  ***LOG R47=> ThResFree, delete (001023) [thxxmode.c   1099]
    M  ThGetEnqInfo: no enq info found
    M  ThVBIRollBack: initialize TH-hooks
    M  SosRegisterHook: add hook >ThVBICmRbHook< for event AFTER_COMMIT
    M  SosRegisterHook: add hook >ThVBICmRbHook< for event AFTER_ROLLBACK
    M  ThRmLocQueue: no async request found
    M  ThInvalidateRfcCliId: invalidate RfcCliId at 5DA68C48
    M  ThRmFree:  cleanup resources for T22 M0
    M  RmCleanUpResources2: hdr/tbl/ext_tbl = 04037058/00000000/0
    M  RmCleanUpResources2: no resources registered
    M  ThRmFree: reset eg state of T22 M0
    M  ThRmFree cleanup resources for T22
    M  RmCleanUpResources2: hdr/tbl/ext_tbl = 04037BB8/5DA68D20/1
    M  RmCleanUpResources2: call resource handler 0047A981 for key/entry 3/0
    M  ThFreeRollMemory: release eg adr 5DA68C48 for T22
    M  RmInitResourceTblEntry: free resource description  at 5DA693A8 (ext_tbl=1)
    M  ThFreeRollMemory: release eg adr 5DA693A8 for T22
    M  RmIFreeTable: free resource table at 5DA68D20 (ext_tbl=1)
    M  ThFreeRollMemory: release eg adr 5DA68D20 for T22
    M  ThRmFree: reset eg state of T22
    M  ThEmFree: call EmContextDelete (em_hdl=1)
    M  ThResFree: save spa pointer 7FDCE7E0 and install dummy spa
    M  ThCheckComOrRb (event=1, full_commit=1)
    M  ThCallHooks: call hook >ASTAT-collect commit handling< for event BEFORE_COMMIT
    M  ThCallHooks: call hook >rsts_before_commit< for event BEFORE_COMMIT
    M  ThCheckComOrRb (event=3, full_commit=1)
    M  ThCallHooks: call hook >ThVBICmRbHook< for event AFTER_COMMIT
    M  ThVBICmRbHook: called for commit
    M  ThCallHooks: call hook >ThNoClearPrevErr< for event AFTER_COMMIT
    M  ThNoClearPrevErr: clear prev no err
    M  ThCallHooks: call hook >rsts_after_commit< for event AFTER_COMMIT
    M  ThCallHooks: call hook >SpoolHandleHook< for event AFTER_COMMIT
    M  ThISend: (tm/user/type = 22/SAPSYS      /0x41, mode_deleted=1)
    M    TASK_SWITCH
    M    DISP
    M  ThRqOutCheck: o.k.
    M  ThISend: allowed rq_type of T22/M0 = 0
    M  abap strategy ROLL / O.K.
    M  ThNewWpStat: new MODE_REC = 40
    M  ThNewWpStat: new state of T22/M0 = 0xc1
    M  ThISend: new wp stat: 0x2
    M  ThMkReq: send output to canceled mode
    M  ThISend: complete stat record
    M  make DISP owner of wp_ca_blk 217
    M  put request into queue (reqtype 0, prio LOW, rq_id 159)
    M  -OUT- sender_id    WORK_PROCESS   tid  22    wp_ca_blk   217     wp_id 22
    M  -OUT- action    SEND_TO_DP        uid  23    appc_ca_blk -1      type  NOWP
    M  -OUT- new_stat  WP_WAIT           mode 0     len         8       rq_id 159
    M  -OUT- req_info  CANCELMODE
    M  NiIDgSend: send dgram to: host 127.0.0.1, port 0C.80/3200, fam 2 (low adr..high adr)
    M  REL APPC ca_blk 72
    M  ThISend: th_wp_waits_for_rq = TH_WP_WAITS_FOR_RQPfClearAllRec: clear statistic area
    M  PfStatDisconnect: disconnect statistics
    M  ThSysUsrCheck(1,1): check system user T22/U23/M0
    M  ThSysUsrCheck: clear T22
    M  DpITmSlotClear: clear slot 22
    M  DpListRemove: elem 22 not in tmadm_free_list
    M  DpListInsert: elem 22 already in tmadm_inuse_list
    M  rdisp/wp_auto_restart = 0
    M  rdisp/wp_abap_restart = 0
    M  ThSetThToolParam : restartable_wp[0] = FALSE
    M  ThSetThToolParam : restartable_wp[1] = TRUE
    M  ThSetThToolParam : restartable_wp[2] = TRUE
    M  ThSetThToolParam : restartable_wp[3] = FALSE
    M  ThSetThToolParam : restartable_wp[4] = TRUE
    M  ThSetThToolParam : restartable_wp[5] = TRUE
    M  ThSetThToolParam : restartable_wp[6] = TRUE
    M  ThCallHooks: call hook >HttpResetPtr< for event BEFORE_TASK_SWITCH
    M  TskhLoop: switch back to normal tracel level 1

    B Mon Nov 19 20:15:39 2007
    B  dbtran INFO (init_connection '<DEFAULT>' [MSSQL:46D.00]):
    B   max_blocking_factor =  50,  max_in_blocking_factor      = 255,
    B   min_blocking_factor =   5,  min_in_blocking_factor      =  10,
    B   prefer_union_all    =   1,  prefer_union_for_select_all =   0,
    B   prefer_fix_blocking =   0,  prefer_in_itab_opt          =   0,
    B   convert AVG         =   1,  alias table FUPD            =   0,
    B   escape_as_literal   =   0,  opt GE LE to BETWEEN        =   0,
    B   select *            = 0x0,
    B   use_hints           = abap->1, dbif->1, upto->0, rule_in->0,
    B                         rule_fae->0, concat_fae->0, concat_fae_or->0
    M  call semaphore clean-up function ...
    M  ***LOG Q0E=> DpSigGenHandler, Exception (c0000094) [dpnttool.c   390]
    M  -
    C-STACK -
    SAP (R) - R/3(TM) Callstack, Version 1.0
    Copyright (C) SAP AG. All rights reserved.
    Application exception occurred:
    Exception : c0000094 (Divide by zero)
    App       : disp+work.EXE (pid=432)
    When      : 11/19/2007 20:15:39.822
    Threads   : 2
    Computer Name       : APPSERVER
    User Name           : SAPServiceDEV
    Number of Processors: 4
    Processor Type: x86 Family 6 Model 15 Stepping 6
    Windows Version     : 5.2 Current Build: 3790
    Stack Dump for Thread Id 10c8
    eax=0000a000 ebx=00000000 ecx=00000000 edx=00000000 esi=03f48b44 edi=00000000
    eip=10032cab esp=031688b0 ebp=031688dc iopl=0         nv up ei pl nz na po nc
    cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00010206
    function : <nosymbols>
            10032c92 807d1400         cmp     byte ptr [ebp+0x14],0x0      ss:062cfc7a=00
            10032c96 7422             jz      dsql_db_init+0x30d0a (10032cba)
            10032c98 394e08           cmp     [esi+0x8],ecx          ds:070afee2=????????
            10032c9b 751d             jnz     dsql_db_init+0x30d0a (10032cba)
            10032c9d 8d047f           lea     eax,[edi+edi*2]        ds:00000000=????????
            10032ca0 c1e003           shl     eax,0x3
            10032ca3 8bd0             mov     edx,eax
            10032ca5 8b4518           mov     eax,[ebp+0x18]         ss:062cfc7a=00000000
            10032ca8 2bc2             sub     eax,edx
            10032caa 99               cdq
    FAULT-> 10032cab f7fb             idiv    ebx
            10032cad 0fbfd0           movsx   edx,ax
            10032cb0 eb0b             jmp     dsql_db_init+0x30d0d (10032cbd)
            10032cb2 6a02             push    0x2
            10032cb4 58               pop     eax
            10032cb5 e9df040000       jmp     dsql_db_init+0x311e9 (10033199)
            10032cba 6a01             push    0x1
            10032cbc 5a               pop     edx
            10032cbd 803dd95a1d1000                                        ds:101d5ad9=00
                                      cmp  byte ptr [EndFastload+0x19644f (101d5ad9)],0x0
            10032cc4 7409             jz      dsql_db_init+0x30d1f (10032ccf)
            10032cc6 833dac591d1006                                  ds:101d59ac=00000006
                                      cmp dword ptr [EndFastload+0x196322 (101d59ac)],0x6
            10032ccd 7416             jz      dsql_db_init+0x30d35 (10032ce5)
    --> Stack Back Trace <--
    FramePtr ReturnAd Param#1  Param#2  Param#3  Param#4  Function Name
    031688dc 1000d5df 00000000 018b76f0 00000000 00000001 dbmssslib!dsql_db_init
    03168978 10001cb3 03f41f80 018b8ca8 018b76f0 00000035 dbmssslib!dsql_db_init
    031689c4 008f4765 010056b8 00000035 00000001 018b8ca8 dbmssslib!DbSlVersion
    031689f4 008f10a9 00000001 00000000 3f26827c 00000000 disp+work!<nosymbols>
    03168a74 008f05ff 00000000 3f26827c 00000000 3f2682ec disp+work!<nosymbols>
    03168a9c 008a2873 00000000 018b769c 3f2682ec 00000000 disp+work!<nosymbols>
    03168b48 0089ef88 00000000 3f26827c 3f2682ec 03168d0c disp+work!<nosymbols>
    03168b5c 008a1714 3f261654 00000000 00000000 00000000 disp+work!<nosymbols>
    03168d0c 0089d4ec 00000000 3f26827c 3f2682ec 00000000 disp+work!<nosymbols>
    03168ea0 0061f5f7 00000000 3f26827c 3f2682ec ffffffff disp+work!<nosymbols>
    03168edc 00616212 00000007 03168ef8 0316f130 00000000 disp+work!<nosymbols>
    03168f1c 005bf6a0 00000008 29339f2c 00000000 3f2918e0 disp+work!<nosymbols>
    0316f140 00629e43 00000000 00000000 0316f170 00000001 disp+work!<nosymbols>
    00e5bc44 00000000 49444553 00000000 4f525f25 0000544f disp+work!<nosymbols>
    Stack Dump for Thread Id 10c4
    eax=00000001 ebx=00000103 ecx=7c829f59 edx=00380000 esi=00000000 edi=00000000
    eip=7c8285ec esp=054ffc74 ebp=054ffcb8 iopl=0         nv up ei pl zr na po nc
    cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00000246
    function : KiFastSystemCallRet
            7c8285ec c3               ret
            7c8285ed 8da42400000000   lea     esp,[esp]              ss:054ffc74=7c8270fb
            7c8285f4 8d642400         lea     esp,[esp]              ss:08667013=00000000
    --> Stack Back Trace <--
    FramePtr ReturnAd Param#1  Param#2  Param#3  Param#4  Function Name
    054ffcb8 00c3475c 00000688 00000000 00000000 03e7bdf0 ntdll!KiFastSystemCallRet
    054fff84 77bcb530 00000000 00000000 00000000 03e7be88 disp+work!<nosymbols>
    054fffb8 77e64829 03e7be88 00000000 00000000 03e7be88 MSVCRT!endthreadex
    054fffec 00000000 77bcb4bc 03e7be88 00000000 00000000 kernel32!GetModuleHandleA
    M  -
    M  call clean-up function ...
    M  in_ThErrHandle: 1
    M  ThSigHandler: signal (step 4, th_errno 11, action 4)

    M  Info for wp 22

    M    stat = 4
    M    reqtype = 4
    M    act_reqtype = 4
    M    tid = 22
    M    mode = 0
    M    len = 24
    M    rq_id = 1131
    M    rq_source = 1
    M    rq_info = 8576
    M    last_tid = 22
    M    last_mode = 0
    M    int_checked_resource = 0
    M    ext_checked_resource = 0
    M    report = >                                        <
    M    action = 0
    M    tab_name = >                              <

    M  Modeinfo for User T22/M0

    M    tm state = 2
    M    uid = 23
    M    term type = 0x0
    M    display = 0x0
    M    cpic_no = 0
    M    cpic_idx = -1
    M    usr = >DDIC        <
    M    terminal = >                    <
    M    client = >000<
    M    conversation_ID = >        <
    M    appc_tm_conv_idx = -1
    M    blockSoftCanel = NO
    M    imode = 2
    M    mode state = 0x42
    M    mode clean_state = 1
    M    th_errno = 11
    M    rollout_reason = 0
    M    last_rollout_level = 7
    M    async_receives = 0
    M    cpic_receive = 0
    M    em handle = 1
    M    roll state = 4
    M    abap state = 4
    M    em state = 3
    M    eg state = 1
    M    spa state = 3
    M    enq state = 0
    M    next hook = T-1/U-1/M255
    M    master hook = T-1/U-1/M255
    M    slave hook = T-1/U-1/M255
    M    debug_tid = -1
    M    mode type = 0x1
    M    debug = 0
    M    tcode = >                    <
    M    client conversation_ID = >        <
    M    server conversation_ID = >        <
    M    lock = 0
    M    max enq infos = 0
    M    act enq infos = 0
    M    em_hyper_hdl = NULL


    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Server appserver_DEV_00 on host appserver (wp 22)
    M  *  ERROR       ThSigHandler: signal
    M  *
    M  *  TIME        Mon Nov 19 20:15:39 2007
    M  *  RELEASE     46D
    M  *  COMPONENT   Taskhandler
    M  *  VERSION     1
    M  *  RC          11
    M  *  MODULE      thxxhead.c
    M  *  LINE        8628
    M  *  COUNTER     1
    M  *
    M  *****************************************************************************

    M  Entering TH_CALL_HOOKS
    M  ThCallHooks: call hook >ThrSaveSPAFields< for event BEFORE_DUMP
    M  Entering ThSetStatError
    M  *** WARNING => sql break failed (-1)
    M  ThErrHandle: don't try rollback again
    M  ThErrHandle: call ThrCoreInfo
    A  ** RABAX: level LEV_RX_ROLLBACK entered.
    A  ** RABAX: level LEV_RX_ROLLBACK completed.
    A  ** RABAX: level LEV_RX_DB_ALIVE entered.
    A  ** RABAX: level LEV_RX_DB_ALIVE completed.
    A  ** RABAX: level LEV_RX_HOOKS entered.
    A  ** RABAX: level LEV_RX_HOOKS completed.
    A  ** RABAX: level LEV_RX_STANDARD entered.
    C  HandleOledbError [RpcExec,line 22204]: Error/Message: (err 8144, sev 0), Procedure or function ##Y8APPSERVEDEV00000054000000000014183031 has too many arguments specified.
    C  RpcExec failed.  HR 80040e14 DBSL retcode 99. proc: [##Y8APPSERVEDEV00000054000000000014183031]
    C  retry with SQL statement string
    A  ** RABAX: level LEV_RX_STANDARD completed.
    A  ** RABAX: level LEV_RX_C_STACK entered.
    A  ** RABAX: level LEV_RX_C_STACK completed.
    A  ** RABAX: level LEV_RX_MEMO_CHECK entered.
    A  ** RABAX: level LEV_RX_MEMO_CHECK completed.
    A  ** RABAX: level LEV_RX_INTERFACES entered.
    A  ** RABAX: level LEV_RX_INTERFACES completed.
    A  ** RABAX: level LEV_RX_GET_MESS entered.
    A  ** RABAX: level LEV_RX_GET_MESS completed.
    A  ** RABAX: level LEV_RX_INIT_SNAP entered.
    A  ** RABAX: level LEV_RX_INIT_SNAP completed.
    A  ** RABAX: level LEV_RX_WRITE_SYSLOG entered.
    A  ** RABAX: level LEV_RX_WRITE_SYSLOG completed.
    A  ** RABAX: level LEV_RX_WRITE_SNAP entered.
    A  ** RABAX: level LEV_SN_END completed.
    A  ** RABAX: level LEV_RX_SET_ALERT entered.
    A  ** RABAX: level LEV_RX_SET_ALERT completed.
    A  ** RABAX: level LEV_RX_COMMIT entered.
    A  ** RABAX: level LEV_RX_COMMIT completed.
    A  ** RABAX: level LEV_RX_SNAP_SYSLOG entered.
    A  ** RABAX: level LEV_RX_SNAP_SYSLOG completed.
    A  ** RABAX: level LEV_RX_RESET_PROGS entered.
    A  ** RABAX: level LEV_RX_RESET_PROGS completed.
    A  ** RABAX: level LEV_RX_STDERR entered.
    A  ** RABAX: level LEV_RX_STDERR completed.
    A  ** RABAX: level LEV_RX_RFC_ERROR entered.
    A  ** RABAX: level LEV_RX_RFC_ERROR completed.
    A  ** RABAX: level LEV_RX_RFC_CLOSE entered.
    A  ** RABAX: level LEV_RX_RFC_CLOSE completed.
    A  ** RABAX: level LEV_RX_IMC_ERROR entered.
    A  ** RABAX: level LEV_RX_IMC_ERROR completed.
    A  ** RABAX: level LEV_RX_DATASET_CLOSE entered.
    A  ** RABAX: level LEV_RX_DATASET_CLOSE completed.
    A  ** RABAX: level LEV_RX_ERROR_SAVE entered.
    A  ** RABAX: level LEV_RX_ERROR_SAVE completed.
    A  ** RABAX: level LEV_RX_LIVE_CACHE_CLEANUP entered.
    A  ** RABAX: level LEV_RX_LIVE_CACHE_CLEANUP completed.
    A  ** RABAX: level LEV_RX_END entered.
    A  ** RABAX: level LEV_RX_END completed.
    A  ** RABAX: end RX_RETURN
    M  ThIErrHandle: Entering ThErrHdlUser
    M  ThErrHdlUser: set th_errno (11)
    M  ThErrHdlUser: save context
    B  Disconnecting from ALL connections:
    B  Wp  Hdl ConName              ConCnt ConState     TX  PRM RCT Date     Time
    B  022 000 R/3                  000000 ACTIVE       YES YES NO  20071119 184034
    B  Disconnected from connection 0
    B  statistics db_con_commit (com_total=6, com_forced=2, com_tx=2)
    B  statistics db_con_rollback (roll_total=0, roll_forced=0, roll_tx=0)
    M  ***LOG Q02=> wp_halt, WPStop (Workproc22 432) [dpnttool.c   310]
    M  return from clean-up function ...
    trc file: "dev_w22", trc level: 1, release: "46D"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, M

    B Mon Nov 19 20:15:54 2007
    B  create_con (con_name=R/3)
    B  Loading DB library 'D:\usr\sap\DEV\SYS\exe\run\dbmssslib.dll' ...
    B  Library 'D:\usr\sap\DEV\SYS\exe\run\dbmssslib.dll' loaded
    B  Version of library 'D:\usr\sap\DEV\SYS\exe\run\dbmssslib.dll' is "46D.00", patchlevel (0.2328)
    B  New connection 0 created
    M  relno      4640
    M  patchlevel 0
    M  patchno    2352
    M  intno      0
    M  pid        4492

    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc22 4492) [dpxxdisp.c   976]
    I  MtxInit: -2 0 0
    X  EmInit: MmSetImplementation( 2 ).
    X  <ES> client 22 initializing ....
    X  Using implementation std
    M  <ES> Memory Reset enabled
    X  ES initialized.
    M  calling db_connect ...
    C  Thank You for using the SLOLEDB-interface
    C  Using dynamic link library 'D:\usr\sap\DEV\SYS\exe\run\dbmssslib.dll'
    C  dbmssslib.dll patch info
    C    patchlevel   0
    C    patchno      2328
    C    patchcomment MSSQL: Transaction inconsistencies HOTNEWS (1067103)
    C  SQLOLEDB Provider Release:08.10.3959
    C  Using shared procedure name cache (APPSERVER_DEVDEV_MEM,1320040 bytes,10000 procs) initialized by another process
    C  Using shared TEMP procedure cache (APPSERVER_DEVDEV_TSP,7040024 bytes,10000 procs) initialized by another process
    C  Connected to db server : [appserver], dbname: DEV, dbuser: dev
    B  Connection 0 opened
    B  Wp  Hdl ConName              ConCnt ConState     TX  PRM RCT Date     Time
    B  000 000 R/3                  000000 ACTIVE       NO  YES NO  20071119 201554
    M  db_connect o.k.
    I  MtxInit: 22 0 0
    X  EmInit: MmSetImplementation( 2 ).
    X  <ES> client 22 initializing ....
    X  Using implementation std
    X  ES initialized.
    B  db_con_shm_ini:  WP_ID = 22, WP_CNT = 31
    B  dbtbxbuf: Buffer TABL  (addr: 0BA400C8, size: 6000000, end: 0BFF8E48)
    B  dbexpbuf: Buffer EIBUF (addr: 0C2100D0, size: 4194304, end: 0C6100D0)
    B  dbexpbuf: Buffer CUA   (addr: 0C6200D0, size: 3072000, end: 0C90E0D0)
    M  rdisp/reinitialize_code_page -> 0
    M  rdisp/hold_keeps_time_slice -> 0
    M  rdisp/no_hooks_for_sqlbreak -> 0
    M  PfReadDBVersion: use compatibility mode for stat-files
    M  CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    S  *** init spool environment
    S  initialize debug system
    T  Stack direction is downwards.
    T  debug control: prepare exclude for printer trace
    T  new memory block 07D86BF0
    S  spool kernel/ddic check: Ok
    S  using table TSP02FX for frontend printing
    S  1 spool work process(es) found
    S  frontend print via spool service enabled
    S  printer list size is 150
    S  printer type list size is 50
    S  queue size (profile)   = 300
    S  hostspool list size = 3000
    S  option list size is 30
    S      found processing queue enabled
    S  found spool memory service RSPO-RCLOCKS at 0D760098
    S  doing lock recovery
    S  setting server cache root
    S  found spool memory service RSPO-SERVERCACHE at 0D760798
    S    using messages for server info
    S  immediate print option for implicitely closed spool requests is disabled

    A  -PXA--
    A  PXA INITIALIZATION
    A  Attached to PXA (address 28230040, size 154674K)
    A  abap/pxa = shared
    A  PXA INITIALIZATION FINISHED
    A  -PXA--

    A  RFC rfc/dump_client_info not set, use default -1
    A  RFC rfc/bc_ignore_thcmaccp_retcode not set, use default value: 0
    A  RFC rfc/bc_no_gui_cp_refresh not set, use default value: 0
    A  RFC Method> initialize RemObjDriver for ABAP Objects
    M  SsfSapSecin: putenv(SECUDIR=D:\usr\sap\DEV\DVEBMGS00\sec): ok

    M  =================================================
    M  === SSF INITIALIZATION:
    M  ===...SSF Security Toolkit name SAPSECULIB .
    M  ===...SSF trace level is 0 .
    M  ===...SSF library is D:\usr\sap\DEV\SYS\exe\run\sapsecu.dll .
    M  ===...SSF hash algorithm is SHA1 .
    M  ===...SSF symmetric encryption algorithm is DES-CBC .
    M  ===...sucessfully completed.
    M  =================================================
    E  Replication is disabled
    E  EnqCcInitialize: local lock table initialization o.k.
    E  EnqId_SuppressIpc: local EnqId initialization o.k.
    E  EnqCcInitialize: local enqueue client init o.k.
    M  ThCheckPrevUser: clean previous user T22/U23/M0/I2

    M  Modeinfo for User T22/M0

    M    tm state = 2
    M    uid = 23
    M    term type = 0x0
    M    display = 0x0
    M    cpic_no = 0
    M    cpic_idx = -1
    M    usr = >DDIC        <
    M    terminal = >                    <
    M    client = >000<
    M    conversation_ID = >        <
    M    appc_tm_conv_idx = -1
    M    blockSoftCanel = NO
    M    imode = 2
    M    mode state = 0x42
    M    mode clean_state = 1
    M    th_errno = 11
    M    rollout_reason = 0
    M    last_rollout_level = 7
    M    async_receives = 0
    M    cpic_receive = 0
    M    em handle = 1
    M    roll state = 3
    M    abap state = 3
    M    em state = 2
    M    eg state = 1
    M    spa state = 3
    M    enq state = 0
    M    next hook = T-1/U-1/M255
    M    master hook = T-1/U-1/M255
    M    slave hook = T-1/U-1/M255
    M    debug_tid = -1
    M    mode type = 0x1
    M    debug = 0
    M    tcode = >                    <
    M    client conversation_ID = >        <
    M    server conversation_ID = >        <
    M    lock = 0
    M    max enq infos = 0
    M    act enq infos = 0
    M    em_hyper_hdl = NULL

    M  ThCheckPrevUser: reset spa state for user T22/U23/M0
    M  LOCK WP ca_blk 216
    M  LOCK APPC ca_blk 72
    M  set task type ZTTABTC
    M  ThCleanPrevUser: clean U23 T22 M0 I2 clean state DP_DEFAULT_CLEANING from previous wp
    M  ThCleanPrevUser: saved MODE_REC = 40
    M  PfStatDisconnect: disconnect statistics
    M  ThCheckEmState: check ATTACH for em hdl 1
    M  ThCheckEmState: call EmContextAttach (em_hdl=1)
    M  ThIAMDel: delete tid/mode 22/0 (th_errno 23, release 1)
    M  ThTSCancel: set T22 M0 in status MODE_CANCEL
    M  ThIDeleteMode (22, 0, 3, ><, 0, 255, TRUE)
    M  ThIDeleteMode: no modes found ..
    M    no sub modes
    M  ThSUsrDel: delete system user
    M  ThSUsrDel: clean batch after error (23)
    C  The IRow interface is supported by this OLEDB provider
    M  ThScheduler: server name: appserver_DEV_00   
    M  ThISendMsg: send message (5) to server (wp) with name >appserver_DEV_00    <
    M  ThISndName: send to name: >appserver_DEV_00    <
    M  ThISend: (tm/user/type = 22/DDIC        /0x2000, mode_deleted=0)
    M    MSG_NAME
    M  ThRqOutCheck: o.k.
    M  abap strategy ROLL / O.K.
    M  ThNewWpStat: new state of T22/M0 = 0xc2
    M  ThISend: new wp stat: 0x0
    M  Adresse   Offset  Message by name (one way)
    M  -
    M  0639A0C0  000000  00000000 05000000 255f4556 454e545f |........%%_EVENT_|
    M  0639A0D0  000016  53434845 44554c45 52002020 20202020 |SCHEDULER.      |
    M  -
    M  ThMkReq: send output to canceled mode
    M  make DISP owner of wp_ca_blk 216
    M  put request into queue (reqtype 0, prio LOW, rq_id 1165)
    M  -OUT- sender_id    WORK_PROCESS   tid  22    wp_ca_blk   216     wp_id 22
    M  -OUT- action    SEND_MSG_ONEWAY   uid  23    appc_ca_blk -1      type  NOWP
    M  -OUT- new_stat  NO_CHANGE         mode 0     len         268     rq_id 1165
    M  -OUT- forward   DIA              
    M  -OUT- req_info  CANCELMODE MSG_WITH_REQ_BUF MSG_WITH_OH
    M  NiPHostToAddr: read hostaddr 127.0.0.1 from operating system
    M  NiIHostToAddr: hostname localhost = addr 127.0.0.1
    M  NiPServToNo: read servno 3200 from operating system
    M  NiIServToNo: servicename sapdp00 = port 0C.80/3200
    M  NiCreateHandle: state nihandle-socket 1-1024 NI_INITIAL
    M  NiIDgSend: init datagram send_handle 1-1024
    M  CPU byte order: little endian, reverse network, low val .. high val
    M  NiIDgSend: send dgram to: host 127.0.0.1, port 0C.80/3200, fam 2 (low adr..high adr)
    M  LOCK WP ca_blk 217
    M  ThResFree: free resources of U23 M0 I2 (normal mode, complete free) at level 3, db_action=TH_DB_NO_ACTION
    M  ThResFree: reset spa state for user T22/U23/M0
    M  ThCallHooks: call hook >SpoolHandleHook< for event SOS_HOOK_BEFORE_SESSION_CANCEL
    M  PfStatDisconnect: disconnect statistics
    M  ThDealComm: T22/U23/M0 has no cpic conns
    M  ***LOG R47=> ThResFree, delete (001023) [thxxmode.c   1099]
    M  ThGetEnqInfo: no enq info found
    M  ThVBIRollBack: initialize TH-hooks
    M  SosRegisterHook: add hook >ThVBICmRbHook< for event AFTER_COMMIT
    M  SosRegisterHook: add hook >ThVBICmRbHook< for event AFTER_ROLLBACK
    M  ThRmLocQueue: no async request found
    M  ThInvalidateRfcCliId: invalidate RfcCliId at 5DA68C48
    M  ThRmFree:  cleanup resources for T22 M0
    M  RmCleanUpResources2: hdr/tbl/ext_tbl = 04037058/00000000/0
    M  RmCleanUpResources2: no resources registered
    M  ThRmFree: reset eg state of T22 M0
    M  ThRmFree cleanup resources for T22
    M  RmCleanUpResources2: hdr/tbl/ext_tbl = 04037BB8/5DA68D20/1
    M  RmCleanUpResources2: call resource handler 0047A981 for key/entry 3/0
    M  ThFreeRollMemory: release eg adr 5DA68C48 for T22
    M  RmInitResourceTblEntry: free resource description  at 5DA693A8 (ext_tbl=1)
    M  ThFreeRollMemory: release eg adr 5DA693A8 for T22
    M  RmIFreeTable: free resource table at 5DA68D20 (ext_tbl=1)
    M  ThFreeRollMemory: release eg adr 5DA68D20 for T22
    M  ThRmFree: reset eg state of T22
    M  ThEmFree: call EmContextDelete (em_hdl=1)
    M  ThResFree: save spa pointer 7FDCE7E0 and install dummy spa
    M  ThCheckComOrRb (event=1, full_commit=1)
    M  ThCallHooks: call hook >ASTAT-collect commit handling< for event BEFORE_COMMIT
    M  ThCallHooks: call hook >rsts_before_commit< for event BEFORE_COMMIT
    M  ThCheckComOrRb (event=3, full_commit=1)
    M  ThCallHooks: call hook >ThVBICmRbHook< for event AFTER_COMMIT
    M  ThVBICmRbHook: called for commit
    M  ThCallHooks: call hook >ThNoClearPrevErr< for event AFTER_COMMIT
    M  ThNoClearPrevErr: clear prev no err
    M  ThCallHooks: call hook >rsts_after_commit< for event AFTER_COMMIT
    M  ThCallHooks: call hook >SpoolHandleHook< for event AFTER_COMMIT
    M  ThISend: (tm/user/type = 22/SAPSYS      /0x41, mode_deleted=1)
    M    TASK_SWITCH
    M    DISP
    M  ThRqOutCheck: o.k.
    M  ThISend: allowed rq_type of T22/M0 = 0
    M  abap strategy ROLL / O.K.
    M  ThNewWpStat: new MODE_REC = 40
    M  ThNewWpStat: new state of T22/M0 = 0xc1
    M  ThISend: new wp stat: 0x2
    M  ThMkReq: send output to canceled mode
    M  ThISend: complete stat record
    M  make DISP owner of wp_ca_blk 217
    M  put request into queue (reqtype 0, prio LOW, rq_id 1166)
    M  -OUT- sender_id    WORK_PROCESS   tid  22    wp_ca_blk   217     wp_id 22
    M  -OUT- action    SEND_TO_DP        uid  23    appc_ca_blk -1      type  NOWP
    M  -OUT- new_stat  WP_WAIT           mode 0     len         8       rq_id 1166
    M  -OUT- req_info  CANCELMODE
    M  NiIDgSend: send dgram to: host 127.0.0.1, port 0C.80/3200, fam 2 (low adr..high adr)
    M

  • Work processes ended by itself

    Hi all
    Yesterday, in our BI system, all of a sudden in the evening all our work processes went into the end state and the system froze.
    We did not issue a endsap or anything like that.
    We tried looking into the files but are not sure what exactly happened.
    In the DSPLOG QHST,
    We see the work proocess WP00 ended abnormally and then everything went down after that.
    We saved the files to investigate.
    Here is the trace file for WP00 :
    C Thu Jul 17 17:32:18 2008
    C  Secondary DB connect, Service connection
    C  === Secondary DB connect successfull! ===
    C  === Connection settings ===
    C  connected               = TRUE
    C  con_hdl                 = 1
    C  db_handle               = 3
    C  dbhost                  = biprd
    C  rdbname                 =                  
    C  dblib                   = R3BIPDATA
    C  r3sysle_changed         = FALSE
    C  query_compl_reval       = O
    C  dbconnecttype           = L
    C  user                    = BIP00    
    C  qaqqinilib              = Default (QUSRSYS)
    C  dbjobname               = QXDARECVR
    C  dbjobuser               = QUSER    
    C  dbjobno                 = 083090
    C  rmtexelib               = SAPBIPNUC
    C  parallel_alter_tables   = *OFF
    C  ===========================
    C  Query options file QUSRSYS/QAQQINI not found.
    B  Connection 1 opened (DBSL handle 1)
    B  Wp  Hdl ConName          ConId     ConState     TX  PRM RCT TIM MAX OPT Date     Time   DBHost         
    B  000 000 R/3              000000000 ACTIVE       NO  YES NO  000 255 255 20080715 082859 biprd          
    B  000 001 R/3*BWMON        000001505 ACTIVE       NO  NO  NO  004 255 255 20080717 173218 biprd          
    B  000 002 R/3*TIMESTAMP    000001504 DISCONNECTED NO  NO  NO  004 255 255 20080717 163325 biprd          
    B  000 003 R/3*             000001500 DISCONNECTED NO  NO  NO  002 255 255 20080717 163316 biprd          
    B  000 004 R/3*DTPLOG       000001497 DISCONNECTED NO  NO  NO  002 255 255 20080717 155733 biprd          
    B  000 005 R/3*RSAPOADM     000000954 DISCONNECTED NO  NO  NO  000 255 255 20080716 171044 biprd          
    B  000 006 R/3*BWDIM        000001422 DISCONNECTED NO  NO  NO  004 255 255 20080717 070217 biprd          

    M Thu Jul 17 17:46:40 2008
    M  ThLocalRes: trace flag = 0
    M  DpSigInt: caught signal 15
    M  in_ThErrHandle: 1
    M  ThResetEmMagic: reset em magic for T32/M0/I0
    M  ThSigHandler: signal (step 4, th_errno 11, action 2)

    M  Info for wp 0

    M    pid = 1070
    M    severity = 0
    M    status = 0
    M    stat = WP_RUN
    M    waiting_for = NO_WAITING
    M    reqtype = DP_RQ_DIAWP
    M    act_reqtype = DP_RQ_DIAWP
    M    rq_info = 0
    M    tid = 32
    M    mode = 0
    M    len = 168
    M    rq_id = 2155
    M    rq_source = FROM_WP_CA
    M    last_tid = 32
    M    last_mode = 0
    M    semaphore = 0
    M    act_cs_count = 0
    M    csTrack = 0
    M    csTrackRwExcl = 0
    M    csTrackRwShrd = 0
    M    mode_cleaned_counter = 0
    M    control_flag = 20000
    M    int_checked_resource(RFC) = 0
    M    ext_checked_resource(RFC) = 0
    M    int_checked_resource(HTTP) = 1
    M    ext_checked_resource(HTTP) = 1
    M    report = >                                        <
    M    action = 11
    M    tab_name = >/BI0/D0SD_C035                <
    M    attachedVm = no VM

    M  Modeinfo for User T32/M0

    M    tm state = 2
    M    uid = 10845
    M    term type = 0xca
    M    display = 0x0
    M    cpic_no = 0
    M    cpic_idx = -1
    M    usr = >PMCGARTY    <
    M    terminal = >10.54.6.53          <
    M    client = >300<
    M    conversation_ID = >        <
    M    appc_tm_conv_idx = -1
    M    its_plugin = NO
    M    allowCreateMode = YES
    M    blockSoftCanel = NO
    M    session_id = >487E8451D9FE042EE10080010A36FF71<
    M    ext_session_id = >487E8451D9FE042EE10080010A36FF71<
    M    imode = 0
    M    mode state = 0x42
    M    mode clean_state = 2
    M    task_type = 0
    M    lastThFc = THFCMPIINIT
    M    lastAction = TH_IACT_NO_ACTION
    M    th_errno = 11
    M    rollout_reason = 0
    M    last_rollout_level = 0
    M    async_receives = 0
    M    cpic_receive = 0
    M    em handle = 3
    M    roll state = 2
    M    abap state = 2
    M    em state = 3
    M    eg state = 1
    M    spa state = 3
    M    enq state = 0
    M    softcancel = 1
    M    cancelInitiator = IC_MAN
    M    clean_state = DP_SOFTCANCEL
    M    next hook = T-1/U-1/M255
    M    master hook = T-1/U-1/M255
    M    slave hook = T-1/U-1/M255
    M    debug_tid = 255
    M    debug_mode = 0
    M    mode type = 0x1
    M    debug = 0
    M    msg_count = 3
    M    tcode = >                    <
    M    last_wp = 0
    M    client conversation_ID = >        <
    M    server conversation_ID = >        <
    M    lock = 0
    M    max enq infos = 9
    M    act enq infos = 2
    M    em_hyper_hdl = 7000000b1965600
    M    plugin_info = 7000000b193a300
    M    act_plugin_hdl = 0
    M    act_plugin_no  = 1
    M    max_plugin_no  = 1

    M  Adresse   Offset  Data from input buffer
    M  -
    M  700000070000000  000000  00000000 6e000000 44000101 00000000 |....n...D.......|
    M  700000070000010  000016  00000000 00000000 00000000 00000000 |................|
    M  700000070000020  000032  00000000 00000000 00000000 00000000 |................|
    M  700000070000030  000048  00000000 00000004 0000000c 6d732f68 |............ms/h|
    M  700000070000040  000064  7474705f 706f7274 66666666 66666667 |ttp_portfffffffg|
    M  700000070000050  000080  09001000 a005a170 07000003 55196850 |.......p....U.hP|
    M  700000070000060  000096  00000000 00000000 00000001 80083218 |..............2.|
    M  700000070000070  000112  0fffffff ffffafe8 00000000 00000054 |...............T|
    M  700000070000080  000128  00000001 8063f4b8 0fffffff ffffacc0 |.....c..........|
    M  700000070000090  000144  00000000 00000080 00000001 004ac160 |.............J.`|
    M  7000000700000a0  000160  00000004 38313030                   |....8100        |
    M  -

    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Server biprd_BIP_00 on host biprd (wp 0)
    M  *  ERROR       ThSigHandler: signal
    M  *
    M  *  TIME        Thu Jul 17 17:46:45 2008
    M  *  RELEASE     700
    M  *  COMPONENT   Taskhandler
    M  *  VERSION     1
    M  *  RC          11
    M  *  MODULE      thxxhead.c
    M  *  LINE        10713
    M  *  COUNTER     6
    M  *
    M  *****************************************************************************

    M  PfStatDisconnect: disconnect statistics
    M  Entering TH_CALLHOOKS
    M  ThCallHooks: call hook >SAP-Trace buffer write< for event BEFORE_DUMP
    M  TrThHookFunc: called for WP dump
    M  ThCallHooks: call hook >ThrSaveSPAFields< for event BEFORE_DUMP
    M  ThrSaveSPAFields: save spa fields
    M  Entering ThSetStatError
    M  ThIErrHandle: incomplete previous roll out, do a full roll out
    M  ThRollOut: roll out T32/U10845/M0/I0 (level=7, short_roll_out=0)
    M  ThRollOut: call rrol_out (1)
    M  ThRollOut: act roll state = DP_ROLLED_OUT
    M  ThRollOut: roll level <> 0, don't call ab_rollout
    M  ThRollOut: full roll out of U10845 M0 I0 (Level 7) ok
    M  ThIErrHandle: prv_action of W0: 0xa
    M  ThIErrHandle: don't try rollback again
    M  ThIErrHandle: do not call ThrCoreInfo (no_core_info=0, in_dynp_env=1)
    M  ThIErrHandle: Entering ThReplyToMsg
    M  ThIErrHandle: Entering ThErrHdlUser
    M  ThErrHdlUser: set th_errno (11)
    M  ThErrHdlUser: save context
    M  ThEmContextDetach2: detach T32/M0 from em memory (em_hdl=3, force=0)
    M  ThEmContextDetach2: reset local em info
    M  call ThrShutDown ...
    B  Disconnecting from ALL connections:
    B  Wp  Hdl ConName          ConId     ConState     TX  PRM RCT TIM MAX OPT Date     Time   DBHost         
    B  000 000 R/3              000000000 ACTIVE       YES YES NO  000 255 255 20080715 082859 biprd          
    B  000 001 R/3*BWMON        000001507 DISCONNECTED NO  NO  NO  001 255 255 20080717 174636 biprd          
    B  000 002 R/3*TIMESTAMP    000001508 DISCONNECTED NO  NO  NO  004 255 255 20080717 173227 biprd          
    B  000 003 R/3*             000001509 INACTIVE     NO  NO  NO  004 255 255 20080717 174636 biprd          
    B  000 004 R/3*DTPLOG       000001497 DISCONNECTED NO  NO  NO  002 255 255 20080717 155733 biprd          
    B  000 005 R/3*RSAPOADM     000000954 DISCONNECTED NO  NO  NO  000 255 255 20080716 171044 biprd          
    B  000 006 R/3*BWDIM        000001422 DISCONNECTED NO  NO  NO  004 255 255 20080717 070217 biprd          
    B  Disconnected from connection 0
    B  Disconnected from connection 3
    B  statistics db_con_commit (com_total=125160, com_tx=49059)
    B  statistics db_con_rollback (roll_total=2545, roll_tx=3)
    M  ***LOG Q02=> wp_halt, WPStop (Workproc 0 1070) [dpuxtool.c   269]
    trc file: "dev_w0", trc level: 1, release: "700"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, MJ
    M sysno      00
    M sid        BIP
    M systemid   324 (IBM iSeries with OS400)
    M relno      7000
    M patchlevel 0
    M patchno    154
    M intno      20050900
    M make:      single threaded, ASCII, 64 bit, optimized
    M pid        2490
    M

    M Thu Jul 17 17:48:57 2008
    M  kernel runs with dp version 235(ext=110) (@(#) DPLIB-INT-VERSION-235)
    M  length of sys_adm_ext is 364 bytes
    M  ***LOG Q01=> ThInit, WPStart (Workproc 0 4 2490) [thxxhead.c   1281]
    M  ThInit: running on host biprd
    M  calling db_connect ...
    C  DB4 SQL Reparse Activated
    C  R3INLPGM: RmtExeLib from /usr/sap/BIP/SYS/exe/run/DBSLDB4RMT
    C  R3INLPGM: RmtExeLib is SAPBIPNUC
    C  DBSLENCWT: rc=0, msg=CPF9897 CONCURRENT WRITE IS ENABLED.                                   
    C  DbSl/DB codepage check: OK - (ASCII).
    C  === Central DB connect successfull! ===
    C  === Connection settings ===
    C  connected               = TRUE
    C  con_hdl                 = 0
    C  db_handle               = 1
    C  dbhost                  = biprd
    C  rdbname                 =                  
    C  dblib                   = R3BIPDATA
    C  r3sysle_changed         = TRUE
    C  query_compl_reval       = O
    C  dbconnecttype           = L
    C  user                    = BIP00    
    C  qaqqinilib              = Default (QUSRSYS)
    C  dbjobname               = WP00     
    C  dbjobuser               = BIP00    
    C  dbjobno                 = 083100
    C  rmtexelib               = SAPBIPNUC
    C  parallel_alter_tables   = *OFF
    C  ===========================
    C  Query options file QUSRSYS/QAQQINI not found.
    C  -
    C  -
    DbSl EGO Structure
    C  -
    C     SAPSYSTEMNAME               = BIP
    C     Character encoding          = ASCII
    C     process class               = dialog process
    C     workprocess id              = 0
    C     local host                  = biprd
    C     dbhost                      = biprd
    C     rdbname                     =                  
    C     dbname                      = BIPbiprd
    C     dblib                       = R3BIPDATA
    C     application server          = DVEBMGS00
    C     Connect type                = LOCAL
    C     pid                         = 2490
    C     wpjobname                   = WP00
    C     wpjobuser                   = BIP00
    C     wpjobno                     = 083100
    C     DB2/400 vers. appl. server  = PASE 4
    C     DB2/400 vers. DB server     = V5R4
    C     da_cache_size               = 100
    C     reopen                      = ON
    C     timeout_retry               = 3
    C     ODP threshold               = 800
    C     ODP commit thresh.          = 810
    C     ODP open thresh.            = 850
    C     QAQQINI library             = Default (QUSRSYS)
    C     Alternate QAQQINI library   = Not specified
    C     use_lobs_for_long           = ON
    C     use_lobs_for_short          = OFF
    C     single_execution_threshold  = 2000
    C     single_execution_reuse      = OFF
    C     keep_tmp_SQLpkgs            = OFF
    C     dbsl_trace                  = OFF
    C     allow_cancel                = Try (Unspecified)
    C     nqe_optimize_method         = O - All I/O (compatibility mode)
    C     nte_list_size               = 10
    C     dbsl_alternate_package      = OFF
    C  -
    C  SQL monitor started for job
    B  Connection 0 opened (DBSL handle 0)
    B  Wp  Hdl ConName          ConId     ConState     TX  PRM RCT TIM MAX OPT Date     Time   DBHost         
    B  000 000 R/3              000000000 ACTIVE       NO  YES NO  000 255 255 20080717 174857 biprd          
    M  db_connect o.k.
    M  ICT: exclude compression: .zip,.cs,.rar,.arj,.z,.gz,.tar,.lzh,.cab,.hqx,.ace,.jar,.ear,.war,.css,.pdf,.js,.gzip,.uue,.bz2,.iso,.sda,.sar,.gif
    I  MtxInit: 0 0 0
    M  SHM_PRES_BUF               (addr: 7000001e0000000, size: 4400000)
    M  SHM_ROLL_AREA          (addr: 7000001f0000000, size: 268435456)
    M  SHM_PAGING_AREA          (addr: 700000200000000, size: 268435456)
    M  SHM_ROLL_ADM               (addr: 700000210000000, size: 2672386)
    M  SHM_PAGING_ADM          (addr: 700000220000000, size: 656416)

    M Thu Jul 17 17:48:58 2008
    M  ThCreateNoBuffer          allocated 324144 bytes for 1000 entries at 700000230000000
    M  ThCreateNoBuffer          index size: 3000 elems
    M  ThCreateVBAdm          allocated 7440 bytes (50 server) at 700000240000000
    X  EmInit: MmSetImplementation( 2 ).
    X  MM global diagnostic options set: 0
    X  <ES> client 0 initializing ....
    X  Using implementation std
    X  <ES> Info: use normal pages (no huge table support available)
    X  ES initialized.
    B  dbntab: NTAB buffers attached
    B  dbntab: Buffer FTAB(hash header)  (addr: 700000260000088, size: 496)
    B  dbntab: Buffer FTAB(anchor array) (addr: 700000260000278, size: 320072)
    B  dbntab: Buffer FTAB(item array)   (addr: 70000026004e4c0, size: 1280000)
    B  dbntab: Buffer FTAB(data area)    (addr: 700000260186cc0, size: 30720000)
    B  dbntab: Buffer IREC(hash header)  (addr: 700000270000088, size: 496)
    B  dbntab: Buffer IREC(anchor array) (addr: 700000270000278, size: 320072)
    B  dbntab: Buffer IREC(item array)   (addr: 70000027004e4c0, size: 320000)
    B  dbntab: Buffer IREC(data area)    (addr: 70000027009c6c0, size: 6144000)
    B  dbntab: Buffer STAB(hash header)  (addr: 700000280000088, size: 496)
    B  dbntab: Buffer STAB(anchor array) (addr: 700000280000278, size: 320072)
    B  dbntab: Buffer STAB(item array)   (addr: 70000028004e4c0, size: 320000)
    B  dbntab: Buffer STAB(data area)    (addr: 70000028009c6c0, size: 3072000)
    B  dbntab: Buffer TTAB(hash header)  (addr: 700000290000088, size: 2160)
    B  dbntab: Buffer TTAB(anchor array) (addr: 7000002900008f8, size: 320072)
    B  dbntab: Buffer TTAB(item array)   (addr: 70000029004eb40, size: 800000)
    B  dbntab: Buffer TTAB(data area)    (addr: 700000290112040, size: 3760000)
    B  db_con_shm_ini:  WP_ID = 0, WP_CNT = 16, CON_ID = 1510
    B  dbstat: TABSTAT buffer attached (addr: 7000002a0007808)
    B  dbtbxbuf: Buffer TABL  (addr: 7000002b0000100, size: 64000000, end: 7000002b3d09100)
    B  dbtbxbuf: Buffer TABLP (addr: 7000002c0000100, size: 16776192, end: 7000002c0fffd00)
    B  dbexpbuf: Buffer EIBUF (addr: 7000002e0000108, size: 4194304, end: 7000002e0400108)
    B  dbexpbuf: Buffer ESM   (addr: 7000002f0000108, size: 4194304, end: 7000002f0400108)
    B  dbexpbuf: Buffer CUA   (addr: 700000300000108, size: 16776192, end: 700000300fffd08)
    B  dbexpbuf: Buffer OTR   (addr: 700000310000108, size: 4194304, end: 700000310400108)
    B  dbcalbuf: Buffer CALE  (addr: 700000320000000, size: 500000, end: 70000032007a120)
    M  CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    S  *** init spool environment
    S  initialize debug system
    T  Stack direction is downwards.
    T  debug control: prepare exclude for printer trace
    T  new memory block 182d471b0
    S  spool kernel/ddic check: Ok
    S  using table TSP02FX for frontend printing
    S  1 spool work process(es) found
    S  frontend print via spool service enabled
    S  printer list size is 150
    S  printer type list size is 50
    S  queue size (profile)   = 300
    S  hostspool list size = 3000
    S  option list size is 30
    S      found processing queue enabled
    S  found spool memory service RSPO-RCLOCKS at 700000340000060
    S  doing lock recovery
    S  setting server cache root
    S  found spool memory service RSPO-SERVERCACHE at 7000003400004a8
    S    using messages for server info
    S  size of spec char cache entry: 165024 bytes (timeout 100 sec)
    S  size of open spool request entry: 1248 bytes
    S  immediate print option for implicitely closed spool requests is disabled

    A Thu Jul 17 17:49:03 2008

    A  -PXA--
    A  PXA INITIALIZATION
    A  PXA: Locked PXA-Semaphore.
    A  System page size: 4kb, total admin_size: 21192kb, dir_size: 10540kb.
    A  Attached to PXA (address 700000350000000, size 600000K, 2 fragments of 289404K )
    A  abap/pxa = shared unprotect gen_remote
    A  PXA INITIALIZATION FINISHED
    A  -PXA--

    A  ABAP ShmAdm attached (addr=7000000b053b000 leng=20955136 end=7000000b1937000)
    A  >> Shm MMADM area (addr=7000000b09071d0 leng=261120 end=7000000b0946dd0)
    A  >> Shm MMDAT area (addr=7000000b0947000 leng=16711680 end=7000000b1937000)
    A  RFC Destination> destination biprd_BIP_00 host biprd system BIP systnr 0 (biprd_BIP_00)
    A  RFC Options> H=biprd,S=00,d=1,
    A  RFC FRFC> fallback activ but this is not a central instance.
    A   
    A  RFC rfc/signon_error_log = -1
    A  RFC rfc/dump_connection_info = 0
    A  RFC rfc/dump_client_info = 0
    A  RFC rfc/cp_convert/ignore_error = 1
    A  RFC rfc/cp_convert/conversion_char = 23
    A  RFC rfc/wan_compress/threshold = 251
    A  RFC rfc/recorder_pcs not set, use defaule value: 1
    A  RFC rfc/delta_trc_level not set, use default value: 0
    A  RFC rfc/no_uuid_check not set, use default value: 0
    A  RFC rfc/bc_ignore_thcmaccp_retcode not set, use default value: 0
    A  RFC Method> initialize RemObjDriver for ABAP Objects
    M  ThrCreateShObjects          allocated 33072 bytes at 700000380000000

    N  =================================================
    N  === SSF INITIALIZATION:
    N  ===...SSF Security Toolkit name SAPSECULIB .
    N  ===...SSF trace level is 0 .
    N  ===...SSF library is /usr/sap/BIP/SYS/exe/run/libsapsecu.o .
    N  ===...SSF hash algorithm is SHA1 .
    N  ===...SSF symmetric encryption algorithm is DES-CBC .

    N Thu Jul 17 17:49:04 2008
    N  ===...completed with return code 5.
    N  =================================================
    N  MskiInitLogonTicketCacheHandle: Logon Ticket cache pointer retrieved from shared memory.
    N  MskiInitLogonTicketCacheHandle: Workprocess runs with Logon Ticket cache.
    M  JrfcVmcRegisterNativesDriver o.k.
    W  =================================================
    W  === ipl_Init() called
    B    dbtran INFO (init_connection '<DEFAULT>' [DB400:700.08]):
    B     max_blocking_factor =  20,  max_in_blocking_factor      =  40,
    B     min_blocking_factor =  10,  min_in_blocking_factor      =  10,
    B     prefer_union_all    =   0,  prefer_join                 =   0,
    B     prefer_fix_blocking =   1,  prefer_in_itab_opt          =   1,
    B     convert AVG         =   1,  alias table FUPD            =   1,
    B     escape_as_literal   =   0,  opt GE LE to BETWEEN        =   0,
    B     select *            =0x00,  character encoding          =SBCS / <none>:-,
    B     use_hints           = abap->1, dbif->0x3, upto->2147483647, rule_in->0,
    B                           rule_fae->0, concat_fae->0, concat_fae_or->0
    W    ITS Plugin: Path dw_gui
    W    ITS Plugin: Description ITS Plugin - ITS rendering DLL
    W    ITS Plugin: sizeof(SAP_UC) 1
    W    ITS Plugin: Release: 700, [7000.0.154.20050900]
    W    ITS Plugin: Int.version, [33]
    W    ITS Plugin: Feature set: [16]
    W    ===... Calling itsp_Init in external dll ===>
    W      PpioRecoverLocks, table: 7000000b05352f8
    W      PpioRecoverLocks, number of file locks 256
    W      PpioRecoverLocks: file lock set to: 0
    W      PpioRecoverLocks: directory lock set to: 0
    W      PpioRecoverLocks: global lock set to: 0
    W      PpioRecoverLocks() done
    W      PprcRecoverLocks, table: 7000000b05357c0
    W      PprcRecoverLocks: directory lock set to: 0
    W      PprcRecoverLocks() done
    W  === ipl_Init() returns 0, ITSPE_OK: OK
    W  =================================================
    N  VSI: WP init in ABAP VM completed with rc=0
    E  Replication is disabled
    E  EnqCcInitialize: local lock table initialization o.k.
    E  EnqId_SuppressIpc: local EnqId initialization o.k.
    E  EnqCcInitialize: local enqueue client init o.k.
    M  ThCheckPrevUser: previous user was T32/M0, clean counter 0
    M  ThCheckPrevUser: clean previous user T32/U10845/M0/I0/V-1

    M  Modeinfo for User T32/M0

    M    tm state = 2
    M    uid = 10845
    M    term type = 0xca
    M    display = 0x0
    M    cpic_no = 0
    M    cpic_idx = -1
    M    usr = >PMCGARTY    <
    M    terminal = >10.54.6.53          <
    M    client = >300<
    M    conversation_ID = >        <
    M    appc_tm_conv_idx = -1
    M    its_plugin = NO
    M    allowCreateMode = YES
    M    blockSoftCanel = NO
    M    session_id = >487E8451D9FE042EE10080010A36FF71<
    M    ext_session_id = >487E8451D9FE042EE10080010A36FF71<
    M    imode = 0
    M    mode state = 0x42
    M    mode clean_state = 2
    M    task_type = 0
    M    lastThFc = THFCMPIINIT
    M    lastAction = TH_IACT_NO_ACTION
    M    th_errno = 11
    M    rollout_reason = 0
    M    last_rollout_level = 7
    M    async_receives = 0
    M    cpic_receive = 0
    M    em handle = 3
    M    roll state = 3
    M    abap state = 3
    M    em state = 2
    M    eg state = 1
    M    spa state = 3
    M    enq state = 0
    M    softcancel = 1
    M    cancelInitiator = IC_MAN
    M    clean_state = DP_SOFTCANCEL
    M    next hook = T-1/U-1/M255
    M    master hook = T-1/U-1/M255
    M    slave hook = T-1/U-1/M255
    M    debug_tid = 255
    M    debug_mode = 0
    M    mode type = 0x1
    M    debug = 0
    M    msg_count = 3
    M    tcode = >                    <
    M    last_wp = 0
    M    client conversation_ID = >        <
    M    server conversation_ID = >        <
    M    lock = 0
    M    max enq infos = 9
    M    act enq infos = 2
    M    em_hyper_hdl = 7000000b1965600
    M    plugin_info = 7000000b193a300
    M    act_plugin_hdl = 0
    M    act_plugin_no  = 1
    M    max_plugin_no  = 1

    M  ThCheckPrevUser: reset spa state for user T32/U10845/M0
    M  LOCK WP ca_blk 7
    M  ThAtWpBlk: set zttatiln to zero
    M  ThAtWpBlk: set zttatoln to zero
    M  DpVmcGetVmByTmAdm: no VM found for T32/M0/I0
    M  LOCK APPC ca_blk 11
    M  set task type 0
    M  ThCleanPrevUser: clean U10845 T32 M0 I0 no VM clean state DP_SOFTCANCEL clean counter 1
    M  ThCleanPrevUser: saved MODE_REC = 40
    M  PfStatDisconnect: disconnect statistics
    M  ThCleanPrevUser: found soft cancel flag
    M  ThSoftCancel: set clean state of T32/M0 to DP_DEFAULT_CLEANING
    M  ThSoftCancel: soft cancel of T32/M0
    M  set DbgError 0
    M  ThSoftCancel: set rq_id_last_softcancel to 2155
    M  ThCheckMemoryState (0, 0, 0)
    M  ThRollIn: roll in T32/U10845/M0/I0 (level=7, abap_level=1, attach_em=1)
    M  ThCheckEmState: check ATTACH for em hdl 3
    M  ThCheckEmState: call EmContextAttach (em_hdl=3)
    M  ThRollIn: U10845 M0 I0 (Level 7) ok
    M  ThRollIn: roll in abap store
    M  ThIncrSpaVers: spavers of T32/M0 is 2
    M  ThDequeueCurrentLocks: delete current locks (force=0)
    M  ThDelEnqInfo: del enq_own >20080717174632922051000000biprd...........................</1
    M  ThDelEnqInfo: act enq info: 1
    M  ThDelEnqInfo: del enq_own >20080717174632922065000000biprd...........................</2
    M  ThDelEnqInfo: act enq info: 0
    M  ThIAMDel: delete tid/mode 32/0 (th_errno 0, release 1)
    M  ThTSCancel: set T32/M0 in status MODE_CANCEL
    M  ThIDeleteMode (32, 0, 3, ><, 0, 255, TRUE)
    M  ThIDeleteMode: no modes found ..
    M    no sub modes
    M  ThCheckMemoryState (0, 0, 1)
    M  ThIAMDel2: last active mode (0) delete tid (32)
    M  ThIUsrDel (0, 1)
    M  ThCheckMemoryState (0, 0, 1)
    M  ThIUsrDel: set status of T32 to TM_NEND
    M  ThResFree: free resources of U10845 M0 I0 (normal mode, complete free) at level 3, errno=0, db_action=TH_DB_ROLLBACK, pooling=1
    M  ThResFree: reset spa state for user T32/U10845/M0
    M  ThCheckMemoryState (0, 0, 1)
    M  ThCallHooks: call hook >SAP-Trace RFC save< for event BEFORE_SESSION_END
    M  TrThHookFunc: called for session end
    M  ThLocalContextId: create local context id
    M  NiIMyHostName: hostname = 'biprd.nycus.pharma'
    M  NiHsLGetNodeAddr: found hostname 'biprd.nycus.pharma' in cache
    M  NiIGetNodeAddr: hostname 'biprd.nycus.pharma' = addr 10.54.255.113
    M  ThGetTransId2: got trans id (spa) >487E8456D9FE042EE10080010A36FF71< (32)
    M  ThCallHooks: call hook >abTpdaThHook_EModeEnded< for event BEFORE_SESSION_END
    M  ThCallHooks: call hook >ITSP: EndOfSession< for event BEFORE_SESSION_END
    M  ThCallHooks: call hook >HttpClearSession< for event BEFORE_SESSION_END
    M  ThCallHooks: call hook >DbgBeforeSessionEnd< for event BEFORE_SESSION_END
    M  ThCallHooks: call hook >abRtmClearSession< for event BEFORE_SESSION_END
    M  ThCallHooks: call hook >SpoolHandleHook< for event BEFORE_SESSION_END
    M  ThIRollBack
    M  ThIRollBack: call db_rollback
    M  ThCheckComOrRb (event=0, full_commit=1)
    M  ThCallHooks: call hook >ab_SosRfcBeforeRollback< for event BEFORE_ROLLBACK
    M  ThCallHooks: call hook >ASTAT-collect commit handling< for event BEFORE_ROLLBACK
    M  PfAStatRevertCollected: nothing to do
    M  ThCallHooks: call hook >dyKeyTableReset< for event BEFORE_ROLLBACK
    M  ThCallHooks: call hook >SpoolHandleHook< for event BEFORE_ROLLBACK
    M  ThCheckComOrRb (event=2, full_commit=1)
    M  ThCallHooks: call hook >ThNoClearPrevErr< for event AFTER_ROLLBACK
    M  ThNoClearPrevErr: clear prev no err
    M  ThCallHooks: call hook >ThNoResetMutex< for event AFTER_ROLLBACK
    M  ThNoCheckMutex: check for remaining locked intervals
    M  ThCallHooks: call hook >rsts_after_rollback< for event AFTER_ROLLBACK
    M  ThCallHooks: call hook >SpoolHandleHook< for event AFTER_ROLLBACK
    M  ThVBIRollBack: initialize TH-hooks
    M  SosRegisterHook: add hook >ThVBICmRbHook(1804e1b10)< for event AFTER_COMMIT
    M  SosRegisterHook: add hook >ThVBICmRbHook(1804e1b10)< for event AFTER_ROLLBACK
    M  ThICommit3: full commit, set time, free resources, redispatch
    M  ThICommit3: commit and free resources
    M  ThCheckComOrRb (event=1, full_commit=1)
    M  ThCallHooks: call hook >ab_SosShmBeforeCommit< for event BEFORE_COMMIT
    M  ThCallHooks: call hook >ab_SosRfcBeforeCommit< for event BEFORE_COMMIT
    M  ThCallHooks: call hook >ASTAT-collect commit handling< for event BEFORE_COMMIT
    M  ThCallHooks: call hook >rsts_before_commit< for event BEFORE_COMMIT
    M  ThCheckComOrRb (event=3, full_commit=1)
    M  ThCallHooks: call hook >ThVBICmRbHook< for event AFTER_COMMIT
    M  ThVBICmRbHook: called for commit
    M  ThCallHooks: call hook >dyKeyTableReset< for event AFTER_COMMIT
    M  ThCallHooks: call hook >rsts_after_commit< for event AFTER_COMMIT
    M  ThCallHooks: call hook >ThNoClearPrevErr< for event AFTER_COMMIT
    M  ThNoClearPrevErr: clear prev no err
    M  ThCallHooks: call hook >SpoolHandleHook< for event AFTER_COMMIT
    M  ThrClearMemory o.k.
    M  ThCallHooks: call hook >db_x_short_mem_sync_point< for event AFTER_STORAGE_FREE
    M  ThCallHooks: call hook >rsts_storage_free< for event AFTER_STORAGE_FREE
    M  ThAlarm: set alarm to 600 sec
    M  ThICommit3 o.k.
    M  PfClearAllRec: clear statistic area
    M  PfStatDisconnect: disconnect statistics
    M  rdisp/cpic_snc_delete2: -1 -> 0
    M  ThDealComm: T32/U10845/M0 has no cpic conns
    M  clean up all internal modes of T32/U10845/M0
    M  call ab_endmode (END_MODE_CLEAR_ALL)
    M  ThVmcCleanMode (deleteOfMainMode=1, AoS=0)
    M  DpVmcGetVmByTmAdm: no VM found for T32/M0/I0
    M  ThSesGetSessionType: no associated entry
    M  ThSesIsJavaSessionId: no associated entry
    M  ThVmcCleanMode o.k.
    M  ThGetEnqInfo: no enq info found
    M  rdisp/cpic_snc_delete: -1 -> 0
    M  ThRmLocQueue: no async request found
    M  ThPlgCleanAll: clean all plugins of T32/M0/I0 (th_errno=0, level=3)
    M  ThPlgClean: clean plugin 0 of T32/M0 (th_errno=0)
    M  ThPlgClean: call cleanup handler
    M  ThPlgClean: clean server plugin
    M  DpSetContextCounter: num_used_contexts[1] = 0
    M  ThPageFree: free (10845,0,0, mode = 3)
    M  ThRollFree: free (10845,0,0, mode = 3)
    M  ThRmFree:  cleanup resources for T32 M0
    M  RmCleanUpResources3: hdr/tbl/ext_tbl/free/keep = 7000000600c9718/7000000b193bf50/0/1/0
    M  RmCleanUpResources3: call resource handler 180510808 for key/entry 10/0
    M  RmInitResourceTblEntry: free resource description  at 7000000b1940fc0 (ext_tbl=0)
    M  RmIFreeTable: free resource table at 7000000b193bf50 (ext_tbl=0)
    M  ThRmFree: reset eg state of T32 M0
    M  ThRmFree cleanup resources for T32
    M  RmCleanUpResources3: hdr/tbl/ext_tbl/free/keep = 7000000600cf348/0/1/1/0
    M  RmCleanUpResources3: no resources registered
    M  ThRmFree: reset eg state of T32
    M  ThInvalidateEnqMem: reset enq memory 7000000b193ccf0 of T32/M0
    M  ThIEmFree: delete hyper context (hyperHdl=7000000b1965600)
    M  ThIEmFree: call EmContextDelete (em_hdl=3)
    M  ThResFree: save spa pointer 1825d05d0 and install dummy spa
    M  ThClearMode: clear tid/mode 32/0 (next/prev 0/0)
    M  ThIUsrDel: set state of term T32 to TM_NEND
    M  ThISend: (tm/user/type/info = 32/PMCGARTY    /0x41/0x0, mode_deleted=1)
    M    TASK_SWITCH
    M    DISP
    M  in_ThErrHandle: 1
    M  ThIErrHandle: new stat of W0 is WP_SHUTDOWN   
    M  ThIErrHandle: I'm during shutdown
    M  PfStatDisconnect: disconnect statistics
    M  Entering ThSetStatError
    M  invalidate act fields from T32/M0
    M  ThCallDbBreak: use db_sqlbreak
    M  ThIErrHandle: don't try rollback again
    M  ThShutDownServer: shutdown server
    M  PfStatIndInit: Initializing Index-Record
    M  PfWriteIntoFile: copied shared buf (0 bytes) to local buf
    M  ThIErrHandle: do not call ThrCoreInfo (no_core_info=0, in_dynp_env=0)
    M  Entering ThReadDetachMode
    M  NiIWrite: hdl 5 sent data (wrt=72,pac=1,MESG_IO)
    M  NiICloseHandle: shutdown and close hdl 5 / sock 9
    M  call ThrShutDown (1)...
    M  ThDBDisconnect: disconnect from data base
    B  Disconnecting from ALL connections:
    B  Wp  Hdl ConName          ConId     ConState     TX  PRM RCT TIM MAX OPT Date     Time   DBHost         
    B  000 000 R/3              000000000 INACTIVE     NO  YES NO  000 255 255 20080717 174857 biprd          
    C  SQL monitor stopped for job
    B  Disconnected from connection 0
    B  statistics db_con_commit (com_total=3, com_tx=0)
    B  statistics db_con_rollback (roll_total=1, roll_tx=0)
    M  ThDBDisconnect: disconnect o.k.
    M  ***LOG Q02=> wp_halt, WPStop (Workproc 0 2490) [dpuxtool.c   269]
    M  Good Bye (-1).....
    The DEV_DISP trace fie show the following :
    Thu Jul 17 14:12:25 2008
    ERROR => DpCheckTerminals: NiCheck2(rc=-23) failed for tid: 27 (60secs)-> disconnecting [dpxxdisp.c   12401]
    RM-T27, U10596, 300       KPATIL, IBM-0C94DFEA52A, 13:10:38, M0, W0, RSA1, 2/2
    Thu Jul 17 14:37:27 2008
    ERROR => DpCheckTerminals: NiCheck2(rc=-23) failed for tid: 38 (60secs)-> disconnecting [dpxxdisp.c   12401]
    RM-T38, U10342, 300    RPYNDUPAL, IBM-4C1A50FA72C, 13:35:25, M1, W0, LIST, 3/2
    Thu Jul 17 17:46:41 2008
    SoftCancel request for T32 U10845 M0 received from IC_MAN
    Thu Jul 17 17:46:47 2008
    DpSigInt: caught signal 2
    DpHalt: shutdown server >biprd_BIP_00                            < (normal)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=91)
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Stop work processes
    Thu Jul 17 17:46:54 2008
    ERROR => DpWPCheck: W7 (pid 101) died (severity=0, status=65280) [dpxxdisp.c   14923]
    child (pid=101) exited with exit code 255
    my types changed after wp death/restart 0xbf --> 0xb9
    ERROR => DpWPCheck: W8 (pid 104) died (severity=0, status=65280) [dpxxdisp.c   14923]
    child (pid=104) exited with exit code 255
    ERROR => DpWPCheck: W10 (pid 106) died (severity=0, status=65280) [dpxxdisp.c   14923]
    child (pid=106) exited with exit code 255
    my types changed after wp death/restart 0xb9 --> 0xa9
    my types changed after wp death/restart 0xa9 --> 0x89
    Thu Jul 17 17:46:59 2008
    ERROR => DpWPCheck: W9 (pid 105) died (severity=0, status=65280) [dpxxdisp.c   14923]
    child (pid=105) exited with exit code 255
    Thu Jul 17 17:47:02 2008
    J2EE server info
      start = TRUE
      state = INACTIVE
      pid = 91
      start_lazy = 0
      start_control = SAP J2EE startup framework
    ERROR => DpWPCheck: W6 (pid 100) died (severity=0, status=65280) [dpxxdisp.c   14923]
    child (pid=100) exited with exit code 255
    Thu Jul 17 17:47:08 2008
    ERROR => DpWPCheck: W1 (pid 95) died (severity=0, status=65280) [dpxxdisp.c   14923]
    child (pid=95) exited with exit code 255
    ERROR => DpWPCheck: W2 (pid 96) died (severity=0, status=65280) [dpxxdisp.c   14923]
    child (pid=96) exited with exit code 255
    ERROR => DpWPCheck: W11 (pid 107) died (severity=0, status=65280) [dpxxdisp.c   14923]
    child (pid=107) exited with exit code 255
    Thu Jul 17 17:47:24 2008
    my types changed after wp death/restart 0x89 --> 0x81
    ERROR => DpWPCheck: W3 (pid 97) died (severity=0, status=65280) [dpxxdisp.c   14923]
    child (pid=97) exited with exit code 255
    ERROR => DpWPCheck: W4 (pid 98) died (severity=0, status=65280) [dpxxdisp.c   14923]
    child (pid=98) exited with exit code 255
    ERROR => DpWPCheck: W12 (pid 108) died (severity=0, status=65280) [dpxxdisp.c   14923]
    child (pid=108) exited with exit code 255
    ERROR => DpWPCheck: W13 (pid 109) died (severity=0, status=65280) [dpxxdisp.c   14923]
    child (pid=109) exited with exit code 255
    Thu Jul 17 17:47:50 2008
    Stop gateway
    Stop icman
    Terminate gui connections
    wait for end of work processes
    waiting for termination of work processes ...
    Thu Jul 17 17:47:51 2008
    waiting for termination of work processes ...
    Thu Jul 17 17:47:51 2008
    ERROR => DpIcmMsgProcess: IcmRecMsg (rc=-8,-6) [dpxxdisp.c   18205]
    Thu Jul 17 17:47:52 2008
    waiting for termination of work processes ...
    Thu Jul 17 17:47:52 2008
    ERROR => gateway (pid 89) died [dpxxdisp.c   15725]
    ERROR => Internet Communication Manager (pid 90) died [dpxxdisp.c   15811]
    MPI: emergency cleanup
    Thu Jul 17 17:47:53 2008
    DpSetProcessPriority: Run priority for icman adjusted to 12
    Thu Jul 17 17:47:53 2008
    waiting for termination of work processes ...
    Thu Jul 17 17:47:54 2008
    waiting for termination of work processes ...
    Thu Jul 17 17:47:55 2008
    waiting for termination of work processes ...
    Thu Jul 17 17:47:56 2008
    waiting for termination of work processes ...
    Thu Jul 17 17:47:57 2008
    waiting for termination of work processes ...
    Thu Jul 17 17:47:58 2008
    waiting for termination of work processes ...
    Thu Jul 17 17:47:59 2008
    waiting for termination of work processes ...
    Thu Jul 17 17:48:00 2008
    waiting for termination of work processes ...
    Thu Jul 17 17:48:01 2008
    waiting for termination of work processes ...
    Thu Jul 17 17:48:02 2008
    waiting for termination of work processes ...
    Thu Jul 17 17:48:03 2008
    waiting for termination of work processes ...
    Thu Jul 17 17:48:04 2008
    ERROR => Got data for TM 38 in state != TM_CONNECTED/TM_NEND(stat=4) [dpxxdisp.c   2112]
    Thu Jul 17 17:48:04 2008
    waiting for termination of work processes ...
    Thu Jul 17 17:48:05 2008
    waiting for termination of work processes ...
    Thu Jul 17 17:48:06 2008
    waiting for termination of work processes ...
    Thu Jul 17 17:48:07 2008
    waiting for termination of work processes ...
    Thu Jul 17 17:48:08 2008
    waiting for termination of work processes ...
    Thu Jul 17 17:48:09 2008
    waiting for termination of work processes ...
    Thu Jul 17 17:48:10 2008
    waiting for termination of work processes ...
    Thu Jul 17 17:48:11 2008
    waiting for termination of work processes ...
    Thu Jul 17 17:48:12 2008
    waiting for termination of work processes ...
    Thu Jul 17 17:48:13 2008
    waiting for termination of work processes ...
    Thu Jul 17 17:48:15 2008
    waiting for termination of work processes ...
    Thu Jul 17 17:48:16 2008
    waiting for termination of work processes ...
    Thu Jul 17 17:48:17 2008
    waiting for termination of work processes ...
    Thu Jul 17 17:48:18 2008
    waiting for termination of work processes ...
    Thu Jul 17 17:48:19 2008
    waiting for termination of work processes ...
    Thu Jul 17 17:48:20 2008
    waiting for termination of work processes ...
    Thu Jul 17 17:48:21 2008
    waiting for termination of work processes ...
    Thu Jul 17 17:48:22 2008
    waiting for termination of work processes ...
    Thu Jul 17 17:48:23 2008
    waiting for termination of work processes ...
    Thu Jul 17 17:48:24 2008
    waiting for termination of work processes ...
    Thu Jul 17 17:48:25 2008
    waiting for termination of work processes ...
    Thu Jul 17 17:48:26 2008
    waiting for termination of work processes ...
    Thu Jul 17 17:48:27 2008
    waiting for termination of work processes ...
    Thu Jul 17 17:48:28 2008
    waiting for termination of work processes ...
    Thu Jul 17 17:48:29 2008
    waiting for termination of work processes ...
    Thu Jul 17 17:48:30 2008
    waiting for termination of work processes ...
    Thu Jul 17 17:48:31 2008
    waiting for termination of work processes ...
    Thu Jul 17 17:48:32 2008
    waiting for termination of work processes ...
    Thu Jul 17 17:48:33 2008
    waiting for termination of work processes ...
    Thu Jul 17 17:48:34 2008
    waiting for termination of work processes ...
    Thu Jul 17 17:48:35 2008
    waiting for termination of work processes ...
    Thu Jul 17 17:48:36 2008
    waiting for termination of work processes ...
    Thu Jul 17 17:48:37 2008
    waiting for termination of work processes ...
    Thu Jul 17 17:48:38 2008
    waiting for termination of work processes ...
    Thu Jul 17 17:48:39 2008
    waiting for termination of work processes ...
    Thu Jul 17 17:48:40 2008
    waiting for termination of work processes ...
    Thu Jul 17 17:48:41 2008
    waiting for termination of work processes ...
    Thu Jul 17 17:48:42 2008
    waiting for termination of work processes ...
    Thu Jul 17 17:48:43 2008
    waiting for termination of work processes ...
    Thu Jul 17 17:48:44 2008
    waiting for termination of work processes ...
    Thu Jul 17 17:48:45 2008
    waiting for termination of work processes ...
    Thu Jul 17 17:48:46 2008
    waiting for termination of work processes ...
    Thu Jul 17 17:48:47 2008
    waiting for termination of work processes ...
    Thu Jul 17 17:48:48 2008
    waiting for termination of work processes ...
    Thu Jul 17 17:48:49 2008
    waiting for termination of work processes ...
    Thu Jul 17 17:48:51 2008
    ERROR => DpHalt: W0 (pid 2483) still alive ... [dpxxdisp.c   10124]
    Thu Jul 17 17:48:56 2008
    DpJ2eeMsgProcess: j2ee state = INACTIVE (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=91)
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    ERROR => DpWPCheck: W0 (pid 2483) died (severity=0, status=589833) [dpxxdisp.c   14923]
    child (pid=2483) killed with signal 9
    Thu Jul 17 17:48:57 2008
    DpSetProcessPriority: Run priority for work process startup adjusted to 20
    Thu Jul 17 17:49:13 2008
    ERROR => DpWPCheck: W0 (pid 2490) died (severity=0, status=65280) [dpxxdisp.c   14923]
    child (pid=2490) exited with exit code 255
    my types changed after wp death/restart 0x81 --> 0x80
    DP_FATAL_ERROR => DpWPCheck: no more work processes
    DISPATCHER EMERGENCY SHUTDOWN ***
    increase tracelevel of WPs
    NiWait: sleep (10000ms) ...
    NiISelect: timeout 10000ms
    NiISelect: maximum fd=21
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu Jul 17 17:49:23 2008
    NiISelect: TIMEOUT occured (10000ms)
    dump system status
    Workprocess Table (long)               Thu Jul 17 21:49:23 2008
    ========================
    No Ty. Pid      Status  Cause Start Err Sem CPU    Time  Program          Cl  User         Action                    Table
    0 DIA     2490 Ended         no      4   0        0                                      Sequential Read           /BI0/D0SD_
    1 DIA       95 Ended         no      9   0        0                                                                         
    2 DIA       96 Ended         no      9   0        0                                                                         
    3 DIA       97 Ended         no      8   0        0                                                                         
    4 DIA       98 Ended         no      8   0        0                                                                         
    5 DIA       99 Ended         no      9   0        0                                                                         
    6 DIA      100 Ended         no     11   0        0                                                                         
    7 UPD      101 Ended         no     13   0        0                                                                         
    8 ENQ      104 Ended         no     13   0        0                                                                         
    9 BTC      105 Ended         no     12   0        0                                                                         
    10 BTC      106 Ended         no     13   0        0                                                                         
    11 BTC      107 Ended         no      9   0        0                                                                         
    12 BTC      108 Ended         no      8   0        0                                                                         
    13 BTC      109 Ended         no      8   0        0                                                                         
    14 SPO      110 Ended         no     13   0        0                                                                         
    15 UP2      111 Ended         no     13   0        0                                                                         
    Dispatcher Queue Statistics               Thu Jul 17 21:49:23 2008
    ===========================
    --------++++--
    +
    Typ
    now
    high
    max
    writes
    reads
    --------++++--
    +
    NOWP
    0
    5
    2000
    336608
    336608
    --------++++--
    +
    DIA
    20
    22
    2000
    94495
    94475
    --------++++--
    +
    UPD
    0
    1
    2000
    4
    4
    --------++++--
    +
    ENQ
    0
    0
    2000
    0
    0
    --------++++--
    +
    BTC
    0
    2
    2000
    9554
    9554
    --------++++--
    +
    SPO
    0
    2
    2000
    6561
    6561
    --------++++--
    +
    UP2
    0
    0
    2000
    0
    0
    --------++++--
    +
    max_rq_id          2200
    wake_evt_udp_now     0
    wake events           total387923,  udp369152 ( 95%),  shm 18771 (  4%)
    since last update     total387923,  udp369152 ( 95%),  shm 18771 (  4%)
    Dump of tm_adm structure:               Thu Jul 17 21:49:23 2008
    =========================
    Term    uid  man user    term   lastop  mod wp  ta   a/i (modes)
    AP-T23, U10717, 300   WKACZMAREK, 127.0.1.15, 15:28:40, M0, W1,     , 1/0
    AP-T31, U10833, 000       TMSADM, DmcmorrisLT1, 17:41:18, M0, W0,     , 1/0
    AP-T33, U10843, 300       SAPJSF, biprd.nycus.pharma, 17:42:01, M0, W0,     , 1/0
    RM-T39, U10847,                 , MNYLT0004, 17:48:19, M0, W-1,     , 1/0
    Workprocess Comm. Area Blocks               Thu Jul 17 21:49:23 2008
    =============================
    Slots: 300, Used: 5, Max: 21
    --------++--
    +
    id
    owner
    pid
    eyecatcher
    ---

    Hi Ingrid
    Thanks a lot for the response.
    That parameter is right now set to "0".
    But on reading the documentation for that parameter, it says you should change it only if SAP recommends you to do so.
    We checked in our other systems as well and all that is set to "0" as well.
    Will that be Ok to change the parameter to a different value?
    If yes, what is the value to be used?
    Thanks a lot

Maybe you are looking for