Ago function and BI server crash

Hi All,
I intercepted a wierd issue and have been searching web since two days with no helpful outcome. I have a logical column which uses Ago function to calculate the cost in the previous month. As soon as the report runs with the same logical column, the BI server crashes.
The logical column has the following calculation: AGO("ABC"."Fact"."Cost", "ABC"."Time Dim"."Month", 1)
I have used the similar calculation in my other fact for calculating Year ago measure. The report having that column works very well.
Please let me know why should the BI server fail. What can be the possible reasons and if possible, let me know the workaround for the same.
Your help wil be appreciated..
Thanks in advance.
Sumita

I'll tell the whole sad story:
Our BI was happily connected to an SQL server 2005 Data warehouse.
For deployment reasons we decided to move this DW into the oracle 10gR2 DB that comes with the BI package.
When we remapped the business models to table sources from the Oracle DB the whole thing started crashing - first the BI server, then the Presentation services.
We've now reduced the connections to one schema, it's still crashing.

Similar Messages

  • After Effects CC, CoreAudio and QT32 Server crashes

    Hi all,
    I have been experiencing similar issues to other AE users regarding the Adobe QT32 Server crash problem and have been trying the various solutions posted here on this forum.
    I am running a MacPro 5,1 10.7.5 with an AJA LHi card using the recommended System Default Input/Output setting for Audio
    The Adobe QT32 Server would drop out as soon as AE had finished launching.
    So far I have:-
    removed DVCPROHDVideoutput.component from Library/Quicktime
    reinstalled the ProApp Codecs
    uninstalled (didn't help) and reinstalled (didn't change anything) the AJA Adobe plugins
    This left me with After Effects CC running fine as long as I stayed in AE. If I switched the desktop or Safari or any other CC app, then the Adobe QT32 Server would drop out citing CoreAudio as the problem in console.
    I have now selected Built In Line Output as my Audio hardware and connected that to my speakers. Since then I have been using AE quite happily for two hours without a problem and I can use other apps without crashing the QT32 Server.
    Hopefully this workaround may help others while the main problems are solved.
    Cheers
    Nic

    Thanks for posting your solution, Nic.
    We had one other case where this was the solution. We put a note about it at the bottom of the troubleshooting article.
    http://blogs.adobe.com/aftereffects/2013/08/solutions-for-problems-with-quicktime-files-in -after-effects-cc-12-0-because-of-conflict-with-dvcprohdvideoout-quicktime-component.html

  • After deleting Calendar users, their subscriptions still remain, and the server crashes when accessing deleted calendars

    After deleting users from iPlanet Calendar Server(iCS), the users'
    subscriptions still remain. Then, if a user tries to unsubscribe
    from a deleted calendar, the server sometimes crashes, even though sufficient
    disk space and memory are available. When checking the HTTP log, the
    log shows that certain calendars don't exist.
    The solution to this problem is to back up the ics50gse.db
    file to another file with a different
    name, or remove the file from the db
    directory.
    <P>
    If you are upgrading your iCS, make sure the GSE database queue is empty
    before you perform the upgrade. To check the GSE database queue,
    you can use either of the following commands while the server is either
    running or stopped:
    <P>
    csschedule list
    <I>OR</I>
    csdb -v list
    <P>
    After issuing the command, if nothing is displayed, the GSE queue is empty, and
    you can proceed to step 3 below. However, if the queue does contain
    items, use the following steps to flush it:
    <P>
    <OL>
    <LI>Start the server if the server is in a <I>stopped</I> state.
    <P>
    <LI>Stop only the cshttpd
    daemon so that no new requests can
    come in.
    <P>
    Note: It should take only a few minutes for the GSE to handle any requests.
    Typically, the GSE queue will be empty.
    <P>
    <LI>Shut down iCS.
    <P>
    <LI>Rename the ics50gse.db
    file.
    <P>
    <LI>Restart the server.
    </OL>
    <P>
    If you have already upgraded the server and are experiencing the above
    mentioned problems, use the following steps:
    <P>
    <OL>
    <LI>Shut down iCS.
    <P>
    <LI>Rename the ics50gse.db
    file.
    <P>
    <LI>Restart the server.
    </OL>

    I forgot to mention that I've cleared out ~/Library/Caches/ for my test user, as well as deleted the iWeb .plist file.

  • LAST Aggregation and AGO Function in OBI Administration Tool

    I'm struggling a bit with the AGO function and LAST aggregation. The problem is when I try to compare balance from the last day from last month compared with last day of this month.
    To get the balance of the last day of this month, I'm using based on dimensions LAST aggregation in the logical column KNSALDOPROMEDIOlast (avg balance).
    KNSALDOPROMEDIOlast:
    Dimension Formula
    Other SUM(BWM.DWH_FTASA.KNSALDOPROMEDIOlast)
    DTIEMPO_Dim LAST(BWM.DWH_FTASA.KNSALDOPROMEDIOlast)
    To get the last day of last month I’m using the existing logical colum KNSALDOPROMEDIOlast applying the AGO function over the time dimension Month -1.
    KNSALDOPROMEDIOlast-1:
    AGO(BWM.DWH_FTASA.KNSALDOPROMEDIOlast, BWM.DTIEMPO_Dim.MES_Dim,1).
    The problem is when the last month has more days than the current month.
    Example:
    Month     Last Day     KNSALDOPROMEDIOlast     KNSALDOPROMEDIOlast-1
    JAN 2010     JAN 31     437,880,393     0
    FEB 2010     FEB 28     484,804,165     442,880,934
    MAR 2010     MAR 31     562,201,480     484,804,165
    APR 2010     APR 30     583,255,351     570,661,690
    MAY 2010     MAY 31     663,660,138     583,255,351
    1. The balance of last day of previous month of February is 442,880,93, is wrong this amount, is from Jan 28th, the real is 437,880,393 from last day of January, Jan 31st. January has more days than February.
    2. The balance of last day of previous month of March is 484,804,165, is correct this amount is from last day of February, Feb 28th. March has less days than February.
    3. The balance of last day of previous month of April is 570,661,690, is wrong this amount, is from mar 30th, the real is 562,201,480 from last day of March, Mar 31st. March has more days than April.
    4. The balance of last day of previous month of May is 583,255,351, is correct this amount is from last day of April, Apr 30th. April has less days than May.
    Edited by: user10541559 on Aug 18, 2010 1:44 PM

    Hi,
    I'm not sure about your issue.
    The aggregation option "LAST" is used when you need the last value, the most typical example of this is inventory, if you want the inventory quantity of a product in a month, you don't sum the value for each day in the month, you only get the value of the inventory in the last day of required month, right?
    Have you tried using session variables?
    You can get the last day of the last month from Oracle DB with the function "LAST_DAY". For example:
    SELECT LAST_DAY(ADD_MONTHS(CURRENT_DATE, -1)) from DUAL
    I know that is not exactly what you need, but I hope I gave you an idea what other things you can try.
    Regards,
    Jorge.

  • Server crashes in VC Report (BPM reporting services) 503 Unavailable

    Hello All
    We are facing a problem when try to access a VC Report. In the most cases, when I define filters in the Form filter zone of my report and push the event button (submit), the query hangs and the server crashes whit "Out of Memory" error.
    Do you know why this happen?.
    As a remark, the report only selects over one table (custom bpm reporting data source whit 7 fields) and there's not complex joins. We are running in NW CE 7.3 SP3 and all my VC components corresponds to this version correctly.
    Best Regards
    Julio C Leyva

    Hi Julio,
    This problem is caused by a combination of:
    1. Huge amount of BPM data.
    2. Too little system resources.
    3. issues in the underlying layers that Visual Composer uses.
    Please open a message on BC-BMT-BPM-ANA for this problem. I know they fixed it, but I don't know in which version.
    regards,
    Natty

  • OIM server crashes while Importing OIM AD connector config XML files

    while installing OIM connector for Microsoft Active directory on the 2nd step of installation "Import of Connector XML Files (Using Deployment Manager)" Installation fails and OIM server crashes... my OIM server version is 11.1.1.3.0 and Connector is ActiveDirectory 9.1.1.5.0
    Here is oim_server1-diagnostic log file
    [2012-01-10T17:23:10.450+05:00] [oim_server1] [ERROR] [] [XELLERATE.ADAPTERS] [tid: [ACTIVE].ExecuteThread: '8' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: XELSYSADM] [ecid: 0000JJ7ZjsLFW7WFLz3V8A1F31xJ00006f,0] [APP: oim#11.1.1.3.0] [dcid: 80666d38c1d0770e:-122ffcd8:134c75e0aa6:-7ffd-00000000000001e9] Class/Method: tcAdpUtils/compileAdapter encounter some problems: Could not compile adapter : adpADCSMOVEGROUP
    [2012-01-10T17:23:10.465+05:00] [oim_server1] [ERROR] [] [XELLERATE.ADAPTERS] [tid: [ACTIVE].ExecuteThread: '8' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: XELSYSADM] [ecid: 0000JJ7ZjsLFW7WFLz3V8A1F31xJ00006f,0] [APP: oim#11.1.1.3.0] [dcid: 80666d38c1d0770e:-122ffcd8:134c75e0aa6:-7ffd-00000000000001e9] Class/Method: tcAdpUtils/compileAdapter encounter some problems: Compile failed on Tue Jan 10 17:23:10 UZT 2012[[
    error: Exception thrown while constructing Processor object: null
    ----------------SOURCE FILE
    1: /* Copyright (c) 2001 - 2007, Oracle Corporation. All rights reserved.
    2: */
    3: package com.thortech.xl.adapterGlue.ScheduleItemEvents;
    4: import com.thortech.xl.dataobj.*;
    5: //import com.thortech.xl.adapterGlue.*;
    6: //import com.thortech.xl.dataobj.tcDataSet;
    7: import java.io.IOException;
    8: import java.util.*;
    9: import java.io.FileWriter;
    10: import java.io.File;
    11: import java.sql.Timestamp;
    12: import java.text.DateFormat;
    13: import com.thortech.xl.dataobj.util.tcAdapterTaskException;
    14: import com.thortech.xl.dataobj.util.*;
    15: import com.thortech.xl.dataobj.util.tcJarEntryClassLoader;
    16: import com.thortech.xl.remotemanager.*;
    17: import java.rmi.*;
    18: import java.net.URL;
    19: import java.lang.reflect.Constructor;
    20: import java.lang.reflect.Method;
    21: import java.lang.reflect.Modifier;
    22: import java.lang.reflect.InvocationTargetException;
    23: import java.lang.reflect.Field;
    24: import java.net.*;
    25:
    26: public class adpADCSMOVEGROUP extends com.thortech.xl.adapterfactory.events.tcAdpEvent {
    27: public adpADCSMOVEGROUP() {
    28: super();
    29: setEventName("ADCS Move Group");
    30: }
    31:
    32: Hashtable ihTaskRetVals = new Hashtable();
    33:
    34: // Adapter Variables
    35: String OrgName; // Organization Name
    36: String sConfigurationLookUp; // ADParameterLookUp
    37: long ADServer; // AD Server
    38: String ObjectGUID; // ObjectGUID
    39:
    40: //Persistant Objects
    41: Object ADconsObj;
    42: Class clsAD;
    43:
    44: //Variables needed for class loader
    45: String sURL;
    46: URL url1;
    47: URL[] aURL;
    48: ClassLoader moURLClassLoader;
    49: Class moTargetClass;
    50: Object[] maoConstructorArgs;
    51: Class[] masConParamTypes;
    52: Constructor moCons;
    53:
    54: protected void implementation() throws Exception {
    55:
    56: try {
    57:
    58: if (! initAdapter("ADCS Move Group"))
    59: return;
    60:
    61: // Run Time Variables
    62: OrgName = getRunTimeValue("OrgName").toString();
    63: sConfigurationLookUp = getRunTimeValue("sConfigurationLookUp").toString();
    64: ADServer = ((Long)getRunTimeValue("ADServer")).longValue();
    65: ObjectGUID = getRunTimeValue("ObjectGUID").toString();
    66:
    67: //Initialize persistant object "AD"
    68: clsAD = Class.forName("com.thortech.xl.integration.ActiveDirectory.tcUtilADTasks");
    69: maoConstructorArgs = new Object[]{getITAttrVal(ADServer, "Server Address"), getITAttrVal(ADServer, "Root Context"), getITAttrVal(ADServer, "Admin FQDN"), getITAttrVal(ADServer, "Admin Password"), getITAttrVal(ADServer, "Use SSL"), getITAttrVal(ADServer, "Port Number"), getITAttrVal(ADServer, "Invert Display Name"), "yes", sConfigurationLookUp, getDataBase()};
    70: masConParamTypes = new Class[]{String.class, String.class, String.class, String.class, String.class, String.class, String.class, String.class, String.class, Class.forName("com.thortech.xl.dataaccess.tcDataProvider")};
    71: moCons = clsAD.getConstructor(masConParamTypes);
    72: ADconsObj = moCons.newInstance(maoConstructorArgs);
    73:
    74:
    75: // Execute Tasks and store results in Hashtable...
    76:
    77: ihTaskRetVals.put("MOVEGROUP", MOVEGROUP());
    78: // Output mapping for Task MOVEGROUP
    79: setAdpRetVal(ihTaskRetVals.get("MOVEGROUP"), "String");
    80:
    81:
    82: finalizeAdapter();
    83:
    84: } catch (tcAdapterTaskException e) {
    85: e.printStackTrace();
    86: updateSchItem("R", e.getMessage(), e.getReason());
    87: return;
    88: } catch (Exception e) {
    89: e.printStackTrace();
    90: updateSchItem("R", e.getMessage(), getReason("", e));
    91: return;
    92: }
    93:
    94: }
    95:
    96: // *** Move Group ***
    97: private Object MOVEGROUP() throws Exception {
    98: Object oRetVal = "";
    99:
    100: Object objCons;
    101: String sTaskName = "Move Group";
    102: try {
    103:
    104: System.out.println("Running Move Group");
    105:
    106: //This method uses persistent object "AD"
    107:
    108: // Initialize method
    109: Class[] moMethodParmTypes = new Class[] {String.class, String.class, Class.forName("com.thortech.xl.dataaccess.tcDataProvider")};
    110: Object[] moMethodParams = new Object[] {OrgName, ObjectGUID, getDataBase()};
    111: Method moMethod = clsAD.getMethod("moveGroup", moMethodParmTypes);
    112:
    113: // Check for static method
    114: if (Modifier.isStatic(moMethod.getModifiers()))
    115: ADconsObj = null;
    116:
    117: // Invoke method
    118: oRetVal = moMethod.invoke(ADconsObj, moMethodParams);
    119:
    120: } catch (Exception e) {
    121: e.printStackTrace();
    122: if (e instanceof InvocationTargetException) {
    123: Throwable t = ((InvocationTargetException)e).getTargetException();
    124: throw new tcAdapterTaskException("adpADCSMOVEGROUP", "Move Group", t.getMessage(), "", "");
    125: } else {
    126: throw new tcAdapterTaskException("adpADCSMOVEGROUP", "Move Group", e.getMessage(), "", "");
    127: }
    128: }
    129: return returnVal(oRetVal);
    130: }
    131: }
    ----------------COMMAND LINE javac -classpath C:\Oracle\MIDDLE~1\WLSERV~1.3\server\ext\jdbc\oracle\11g\ojdbc6dms.jar;C:\Oracle\Middleware\Oracle_SOA1\soa\modules\user-patch.jar;C:\Oracle\Middleware\Oracle_SOA1\soa\modules\soa-startup.jar;;C:\Oracle\MIDDLE~1\patch_wls1033\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_oepe1033\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_ocp353\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\JDK160~1\lib\tools.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.3.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;C:\Oracle\Middleware\Oracle_SOA1\soa\modules\oracle.soa.common.adapters_11.1.1\oracle.soa.common.adapters.jar;C:\Oracle\MIDDLE~1\ORACLE~1\soa\modules\commons-cli-1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1\soa\modules\oracle.soa.mgmt_11.1.1\soa-infra-mgmt.jar;C:\Oracle\Middleware\Oracle_IDM1\oam\agent\modules\oracle.oam.wlsagent_11.1.1\oam-wlsagent.jar;C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.xdk_11.1.0\xsu12.jar;C:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules.xquery_10.3.1.0.jar;C:\Oracle\Middleware\Oracle_SOA1\soa\modules\db2jcc4.jar;C:\Oracle\MIDDLE~1\USER_P~1\domains\BASE_D~1\config\soa-infra;C:\Oracle\Middleware\Oracle_SOA1\soa\modules\fabric-url-handler_11.1.1.jar;C:\Oracle\Middleware\Oracle_SOA1\soa\modules\quartz-all-1.6.5.jar;C:\Oracle\Middleware\Oracle_SOA1\soa\modules\oracle.soa.fabric_11.1.1\oracle.soa.fabric.jar;C:\Oracle\Middleware\Oracle_SOA1\soa\modules\oracle.soa.adapter_11.1.1\oracle.soa.adapter.jar;C:\Oracle\Middleware\Oracle_SOA1\soa\modules\oracle.soa.b2b_11.1.1\oracle.soa.b2b.jar;C:\Oracle\Middleware\Oracle_IDM1\server\lib\oim-manifest.jar;C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrf.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbyclient.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\xqrl.jar;C:\Oracle\Middleware\Oracle_IDM1\server\apps\oim.ear\APP-INF\lib\iam-platform-async.jar;C:\Oracle\Middleware\Oracle_IDM1\server\apps\oim.ear\APP-INF\lib\iam-platform-auth-client.jar;C:\Oracle\Middleware\Oracle_IDM1\server\apps\oim.ear\APP-INF\lib\iam-platform-auth-server.jar;C:\Oracle\Middleware\Oracle_IDM1\server\apps\oim.ear\APP-INF\lib\iam-platform-authz-service.jar;C:\Oracle\Middleware\Oracle_IDM1\server\apps\oim.ear\APP-INF\lib\iam-platform-configmbeans.jar;C:\Oracle\Middleware\Oracle_IDM1\server\apps\oim.ear\APP-INF\lib\iam-platform-context.jar;C:\Oracle\Middleware\Oracle_IDM1\server\apps\oim.ear\APP-INF\lib\iam-platform-entitymgr.jar;C:\Oracle\Middleware\Oracle_IDM1\server\apps\oim.ear\APP-INF\lib\iam-platform-kernel.jar;C:\Oracle\Middleware\Oracle_IDM1\server\apps\oim.ear\APP-INF\lib\iam-platform-pluginframework.jar;C:\Oracle\Middleware\Oracle_IDM1\server\apps\oim.ear\APP-INF\lib\iam-platform-utils.jar;C:\Oracle\Middleware\Oracle_IDM1\server\apps\oim.ear\APP-INF\lib\iam-platform-workflowservice.jar;C:\Oracle\Middleware\Oracle_IDM1\server\apps\oim.ear\APP-INF\lib\iam-toplinksession.jar;C:\Oracle\Middleware\Oracle_IDM1\server\apps\oim.ear\APP-INF\lib\xlAdapterUtilities.jar;C:\Oracle\Middleware\Oracle_IDM1\server\apps\oim.ear\APP-INF\lib\xlAPI.jar;C:\Oracle\Middleware\Oracle_IDM1\server\apps\oim.ear\APP-INF\lib\xlAttestation.jar;C:\Oracle\Middleware\Oracle_IDM1\server\apps\oim.ear\APP-INF\lib\xlAuditor.jar;C:\Oracle\Middleware\Oracle_IDM1\server\apps\oim.ear\APP-INF\lib\xlAuthentication.jar;C:\Oracle\Middleware\Oracle_IDM1\server\apps\oim.ear\APP-INF\lib\xlBackOfficeBeans.jar;C:\Oracle\Middleware\Oracle_IDM1\server\apps\oim.ear\APP-INF\lib\xlBackofficeClient.jar;C:\Oracle\Middleware\Oracle_IDM1\server\apps\oim.ear\APP-INF\lib\xlCache.jar;C:\Oracle\Middleware\Oracle_IDM1\server\apps\oim.ear\APP-INF\lib\xlCrypto.jar;C:\Oracle\Middleware\Oracle_IDM1\server\apps\oim.ear\APP-INF\lib\xlDataObjectBeans.jar;C:\Oracle\Middleware\Oracle_IDM1\server\apps\oim.ear\APP-INF\lib\xlDataObjects.jar;C:\Oracle\Middleware\Oracle_IDM1\server\apps\oim.ear\APP-INF\lib\xlDDM.jar;C:\Oracle\Middleware\Oracle_IDM1\server\apps\oim.ear\APP-INF\lib\xlGenConnector.jar;C:\Oracle\Middleware\Oracle_IDM1\server\apps\oim.ear\APP-INF\lib\xliGCProviders.jar;C:\Oracle\Middleware\Oracle_IDM1\server\apps\oim.ear\APP-INF\lib\xlInputPreprocessor.jar;C:\Oracle\Middleware\Oracle_IDM1\server\apps\oim.ear\APP-INF\lib\xlLogger.jar;C:\Oracle\Middleware\Oracle_IDM1\server\apps\oim.ear\APP-INF\lib\xlRemoteManager.jar;C:\Oracle\Middleware\Oracle_IDM1\server\apps\oim.ear\APP-INF\lib\xlRequestPreview.jar;C:\Oracle\Middleware\Oracle_IDM1\server\apps\oim.ear\APP-INF\lib\xlScheduler.jar;C:\Oracle\Middleware\Oracle_IDM1\server\apps\oim.ear\APP-INF\lib\xlUtils.jar;C:\Oracle\Middleware\Oracle_IDM1\server\apps\oim.ear\APP-INF\lib\xlVO.jar -d C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1\\oracle\oim\adapters C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1\\oracle\oim\adapters\adpADCSMOVEGROUP.java
    [2012-01-10T17:23:14.075+05:00] [oim_server1] [NOTIFICATION] [] [oracle.iam.configservice.impl] [tid: [ACTIVE].ExecuteThread: '8' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: XELSYSADM] [ecid: 0000JJ7ZjsLFW7WFLz3V8A1F31xJ00006f,0] [APP: oim#11.1.1.3.0] [dcid: 80666d38c1d0770e:-122ffcd8:134c75e0aa6:-7ffd-00000000000001e9] Inside PostImport method of UserManagementPostImportForDm
    [2012-01-10T17:23:14.450+05:00] [oim_server1] [ERROR] [] [oracle.iam.configservice.impl] [tid: [ACTIVE].ExecuteThread: '8' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: XELSYSADM] [ecid: 0000JJ7ZjsLFW7WFLz3V8A1F31xJ00006f,0] [APP: oim#11.1.1.3.0] [dcid: 80666d38c1d0770e:-122ffcd8:134c75e0aa6:-7ffd-00000000000001e9] The attribute ObjectGUID does not exist!
    [2012-01-10T17:23:15.075+05:00] [oim_server1] [NOTIFICATION] [IAM-0080013] [oracle.iam.platform.kernel.impl] [tid: [ACTIVE].ExecuteThread: '8' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: XELSYSADM] [ecid: 0000JJ7ZjsLFW7WFLz3V8A1F31xJ00006f,0] [APP: oim#11.1.1.3.0] [dcid: 80666d38c1d0770e:-122ffcd8:134c75e0aa6:-7ffd-00000000000001e9] [arg: 30] [arg: 0] [arg: oracle.iam.platform.entitymgr.vo.EntityMetadata] [arg: MODIFY] Kernel executing default validation with process id, event id, entity and operation 30.0.oracle.iam.platform.entitymgr.vo.EntityMetadata.MODIFY
    [2012-01-10T17:23:15.090+05:00] [oim_server1] [NOTIFICATION] [IAM-0080014] [oracle.iam.platform.kernel.impl] [tid: [ACTIVE].ExecuteThread: '8' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: XELSYSADM] [ecid: 0000JJ7ZjsLFW7WFLz3V8A1F31xJ00006f,0] [APP: oim#11.1.1.3.0] [dcid: 80666d38c1d0770e:-122ffcd8:134c75e0aa6:-7ffd-00000000000001e9] [arg: 30] [arg: 30] [arg: oracle.iam.platform.entitymgr.vo.EntityMetadata] [arg: MODIFY] [arg: /file/User.xml] Kernel executing default action handler with process id, event id, entity and operation 30.30.oracle.iam.platform.entitymgr.vo.EntityMetadata.MODIFY.entityId=/file/User.xml

    There are different log handlers and loggers with different properties what are XELLRATE.DDM's properties
    here is the logging.xml file
    <?xml version="1.0" encoding="UTF-8"?>
    <logging_configuration>
    <log_handlers>
    <log_handler name='console-handler' class='oracle.core.ojdl.logging.ConsoleHandler' formatter='oracle.core.ojdl.weblogic.ConsoleFormatter' level='WARNING:32'/>
    <log_handler name='odl-handler' class='oracle.core.ojdl.logging.ODLHandlerFactory' filter='oracle.dfw.incident.IncidentDetectionLogFilter'>
    <property name='path' value='${domain.home}/servers/${weblogic.Name}/logs/${weblogic.Name}-diagnostic.log'/>
    <property name='maxFileSize' value='10485760'/>
    <property name='maxLogSize' value='104857600'/>
    <property name='encoding' value='UTF-8'/>
    <property name='useThreadName' value='true'/>
    <property name='supplementalAttributes' value='J2EE_APP.name,J2EE_MODULE.name,WEBSERVICE.name,WEBSERVICE_PORT.name,composite_instance_id,component_instance_id,composite_name,component_name'/>
    </log_handler>
    <log_handler name='wls-domain' class='oracle.core.ojdl.weblogic.DomainLogHandler' level="WARNING"/>
    <log_handler name='owsm-message-handler' class='oracle.core.ojdl.logging.ODLHandlerFactory'>
    <property name='path' value='${domain.home}/servers/${weblogic.Name}/logs/owsm/msglogging'/>
    <property name='maxFileSize' value='10485760'/>
    <property name='maxLogSize' value='104857600'/>
    <property name='encoding' value='UTF-8'/>
    <property name='supplementalAttributes' value='J2EE_APP.name,J2EE_MODULE.name,WEBSERVICE.name,WEBSERVICE_PORT.name'/>
    </log_handler>
    <log_handler name='em-log-handler' level='NOTIFICATION:32' class='oracle.core.ojdl.logging.ODLHandlerFactory' filter='oracle.dfw.incident.IncidentDetectionLogFilter'>
    <property name='path' value='${domain.home}/servers/${weblogic.Name}/sysman/log/emoms.log'/>
    <property name='format' value='ODL-Text'/>
    <property name='useThreadName' value='true'/>
    <property name='maxFileSize' value='5242880'/>
    <property name='maxLogSize' value='52428800'/>
    <property name='encoding' value='UTF-8'/>
    </log_handler>
    <log_handler name='em-trc-handler' level='TRACE:32' class='oracle.core.ojdl.logging.ODLHandlerFactory'>
    <property name='logreader:' value='off'/>
    <property name='path' value='${domain.home}/servers/${weblogic.Name}/sysman/log/emoms.trc'/>
    <property name='format' value='ODL-Text'/>
    <property name='useThreadName' value='true'/>
    <property name='locale' value='en'/>
    <property name='maxFileSize' value='5242880'/>
    <property name='maxLogSize' value='52428800'/>
    <property name='encoding' value='UTF-8'/>
    </log_handler>
    </log_handlers>
    <loggers>
    <logger name="" level="WARNING:1">
    <handler name="odl-handler"/>
    <handler name="wls-domain"/>
    <handler name="console-handler"/>
    </logger>
    <logger name="oracle" level="NOTIFICATION:1"/>
    <logger name="oracle.adf"/>
    <logger name="oracle.adf.desktopintegration"/>
    <logger name="oracle.adf.faces"/>
    <logger name="oracle.adf.controller"/>
    <logger name="oracle.adfinternal"/>
    <logger name="oracle.adfinternal.controller"/>
    <logger name="oracle.jbo"/>
    <logger name="oracle.adfdt"/>
    <logger name="oracle.adfdtinternal"/>
    <logger name="oracle.bam"/>
    <logger name="oracle.bam.common"/>
    <logger name="oracle.bam.system"/>
    <logger name="oracle.bam.middleware"/>
    <logger name="oracle.bam.adc.security"/>
    <logger name="oracle.bam.common.security"/>
    <logger name="oracle.bam.adc.ejb.BamAdcServerBean"/>
    <logger name="oracle.bam.reportcache.ejb.ReportCacheServerBean"/>
    <logger name="oracle.bam.eventengine.ejb.EventEngineServerBean"/>
    <logger name="oracle.bam.ems.ejb.EMSServerBean"/>
    <logger name="oracle.bam.adc.api"/>
    <logger name="oracle.bam.adc"/>
    <logger name="oracle.bam.eventengine"/>
    <logger name="oracle.bam.ems"/>
    <logger name="oracle.bam.webservices"/>
    <logger name="oracle.bam.web"/>
    <logger name="oracle.bam.reportcache"/>
    <logger name="oracle.bpm"/>
    <logger name="oracle.bpm.analytics"/>
    <logger name="oracle.integration"/>
    <logger name="oracle.integration.platform.blocks.cluster"/>
    <logger name="oracle.integration.platform.blocks.deploy.coordinator"/>
    <logger name="oracle.integration.platform.blocks.event.saq"/>
    <logger name="oracle.integration.platform.blocks.java"/>
    <logger name="oracle.integration.platform.faultpolicy"/>
    <logger name="oracle.integration.platform.testfwk"/>
    <logger name="oracle.soa"/>
    <logger name="oracle.soa.adapter"/>
    <logger name="oracle.soa.b2b"/>
    <logger name="oracle.soa.b2b.apptransport"/>
    <logger name="oracle.soa.b2b.engine"/>
    <logger name="oracle.soa.b2b.repository"/>
    <logger name="oracle.soa.b2b.transport"/>
    <logger name="oracle.soa.b2b.ui"/>
    <logger name="oracle.soa.bpel"/>
    <logger name="oracle.soa.bpel.console"/>
    <logger name="oracle.soa.bpel.engine"/>
    <logger name="oracle.soa.bpel.engine.activation"/>
    <logger name="oracle.soa.bpel.engine.agents"/>
    <logger name="oracle.soa.bpel.engine.bpel"/>
    <logger name="oracle.soa.bpel.engine.compiler"/>
    <logger name="oracle.soa.bpel.engine.data"/>
    <logger name="oracle.soa.bpel.engine.delivery"/>
    <logger name="oracle.soa.bpel.engine.deployment"/>
    <logger name="oracle.soa.bpel.engine.dispatch"/>
    <logger name="oracle.soa.bpel.engine.sensor"/>
    <logger name="oracle.soa.bpel.engine.translation"/>
    <logger name="oracle.soa.bpel.engine.ws"/>
    <logger name="oracle.soa.bpel.engine.xml"/>
    <logger name="oracle.soa.bpel.entity"/>
    <logger name="oracle.soa.bpel.jpa"/>
    <logger name="oracle.soa.bpel.system"/>
    <logger name="oracle.soa.dvm"/>
    <logger name="oracle.soa.management.facade.api"/>
    <logger name="oracle.soa.mediator"/>
    <logger name="oracle.soa.mediator.common"/>
    <logger name="oracle.soa.mediator.common.cache"/>
    <logger name="oracle.soa.mediator.common.error"/>
    <logger name="oracle.soa.mediator.common.error.recovery"/>
    <logger name="oracle.soa.mediator.common.message"/>
    <logger name="oracle.soa.mediator.dispatch"/>
    <logger name="oracle.soa.mediator.dispatch.resequencer.toplink"/>
    <logger name="oracle.soa.mediator.filter"/>
    <logger name="oracle.soa.mediator.instance"/>
    <logger name="oracle.soa.mediator.management"/>
    <logger name="oracle.soa.mediator.metadata"/>
    <logger name="oracle.soa.mediator.monitor"/>
    <logger name="oracle.soa.mediator.resequencer"/>
    <logger name="oracle.soa.mediator.resequencer.besteffort"/>
    <logger name="oracle.soa.mediator.resequencer.fifo"/>
    <logger name="oracle.soa.mediator.resequencer.standard"/>
    <logger name="oracle.soa.mediator.service"/>
    <logger name="oracle.soa.mediator.serviceEngine"/>
    <logger name="oracle.soa.mediator.transformation"/>
    <logger name="oracle.soa.mediator.utils"/>
    <logger name="oracle.soa.mediator.validation"/>
    <logger name="oracle.soa.scheduler"/>
    <logger name="oracle.soa.services.common"/>
    <logger name="oracle.soa.services.identity"/>
    <logger name="oracle.soa.services.notification"/>
    <logger name="oracle.soa.services.rules"/>
    <logger name="oracle.soa.services.rules.obrtrace"/>
    <logger name="oracle.soa.services.workflow"/>
    <logger name="oracle.soa.services.workflow.common"/>
    <logger name="oracle.soa.services.workflow.evidence"/>
    <logger name="oracle.soa.services.workflow.metadata"/>
    <logger name="oracle.soa.services.workflow.persistency"/>
    <logger name="oracle.soa.services.workflow.query"/>
    <logger name="oracle.soa.services.workflow.report"/>
    <logger name="oracle.soa.services.workflow.runtimeconfig"/>
    <logger name="oracle.soa.services.workflow.soa"/>
    <logger name="oracle.soa.services.workflow.task"/>
    <logger name="oracle.soa.services.workflow.task.dispatch"/>
    <logger name="oracle.soa.services.workflow.task.routing"/>
    <logger name="oracle.soa.services.workflow.user"/>
    <logger name="oracle.soa.services.workflow.verification"/>
    <logger name="oracle.soa.services.workflow.worklist"/>
    <logger name="oracle.soa.services.workflow.performance"/>
    <logger name="oracle.soa.services.cmds"/>
    <logger name="oracle.soa.wsif"/>
    <logger name="oracle.soa.xref"/>
    <logger name="oracle.sdp"/>
    <logger name="oracle.sdpinternal"/>
    <logger name="oracle.sdp.owlcs.customer"/>
    <logger name="oracle.sdp.owlcs.config"/>
    <logger name="oracle.sdp.owlcs.timer"/>
    <logger name="oracle.sdp.messaging"/>
    <logger name="oracle.sdp.messaging.client"/>
    <logger name="oracle.sdp.messaging.driver"/>
    <logger name="oracle.sdp.messaging.engine"/>
    <logger name="oracle.sdp.messaging.parlayx"/>
    <logger name="oracle.sdp.messaging.server"/>
    <logger name="oracle.wsm"/>
    <logger name="oracle.wsm.msg.logging" level="NOTIFICATION:1" useParentHandlers="false">
    <handler name="owsm-message-handler"/>
    <handler name="wls-domain"/>
    </logger>
    <logger name='oracle.sysman' level='NOTIFICATION:32' useParentHandlers='false'>
    <handler name='em-log-handler'/>
    <handler name='em-trc-handler'/>
    </logger>
    </loggers>
    </logging_configuration>

  • URGENT - WL server crash in production - Native performance pack ??

    Hi,
    We are experiencing periodic crashes in our production environment of the
    nature where WLS just stops running and exits out, i.e. the JVM exits
    abruptly. Many times we have seen http tunneling / socket related exception
    just before the crash occurs.
    Following is our configuration -
    WL 4.5.1 service pack 13
    JDK 1.1.7B
    OS: Windows NT 4.0, sp 5
    Oracle 8.1.5 with Oracle Thin drivers for JDK 1.1.7
    Native IO : true i.e we are using the NT performance pack.
    The latest exception that we have seen is as under -
    Wed Jan 24 11:01:46 EST 2001:<E> <HTTP> Servlet request terminiated with
    RuntimeException:
    Wed Jan 24 11:01:46 EST 2001:<E> <HTTP> java.lang.NullPointerException
    at weblogic.socket.TunnelContext.getServlet(Compiled Code)
    at weblogic.socket.MuxableSocketHTTP.invokeServlet(Compiled Code)
    at weblogic.socket.MuxableSocketHTTP.execute(Compiled Code)
    at weblogic.t3.srvr.ExecuteThread.run(Compiled Code)
    This seems to be a problem related to the use of performance pack and native
    sockets during HTTP tunneling. In the latest crash, we got the exception
    pasted above and the server crashed about 2 seconds after that. We have seen
    things in the recent past where we get a HTTP tunneling related exception
    and the server exits immediately afterwards.
    Is anybody using the native performance packs in their production
    environment on the above mentioned configuration? Has anybody seen this kind
    of behaviour? Does anybody have any input on the use of native performance
    pack (nativeIO) and its pitfalls in WLS 4.5.1 and sp 13 or otherwise?
    Some research and investigation from our side has revealed the following
    (hope it helps, but want to know more and for sure) -
    In the weblogic.socket.NTSocketMuxer.java, there is an infinite loop that
    tries to send HTTP tunnel keep alive messages to the clients. There it tries
    to get the TunnelServlet to send the message. It gets a runtime exception
    (the one in the trace above) but that is caught and the loop goes on. But on
    the next pass through (in about 2 secs. or so), it makes a some native calls
    (getNextSocket(), deleteIoStructure() and memcpy() which are all native
    methods). Experience says that all native calls are prone to serious
    problems.
    So, does anybody have any info./solution/suggestion to shed some light on
    this issue. This is an urgent issue as it is affection the production
    environment.
    Thanks in advance.
    -SG

    No, this is not currently available. FWIW, native io only helps when you
    have a lot of sockets.
    -- Rob
    Larry Presswood wrote:
    Is there any way to use the performance pack/native muxer in a client
    weblogic
    RMI program. We have a client callback into the WLAS server so we
    were hoping that there was a way to use the performance pack for
    the clients socket io???
    I know about increasing thread pool size on a client and socket readers
    but
    was hoping we could use native.
    This is weblogic 6.0 sp2
    Also if this is not available in 6.0 is it available in 6.1 or going to
    be available in > 6.1--
    AVAILABLE NOW!: Building J2EE Applications & BEA WebLogic Server
    by Michael Girdley, Rob Woollen, and Sandra Emerson
    http://learnWebLogic.com
    [att1.html]

  • Any alternative to ago function

    Hello,
    I am using obiee 11g.Trying to use ago function at quarter level with the date prompts as filter
    instead of year prompt but somehow the data is not matching properly.
    Would like to know if there is any alternative to ago function?
    I just want to calcultate the count(distinct(id)) for current and previous quarter,where the report gets filtered by date fields.
    The report has user column,quarter column and the currrentcount and previous count.
    like
    user1->Q1->10->19
    user1->Q2->20->10
    User3->Q1->11->26
    Any help on this please?
    Thanks

    Hello,
    Thanks for reply.
    Is the grain below quarter level?
    ------> Calc date is below quarter level in the time dimension,Time dimesnion has FS Year(level1)->FS Quarter(level2)->Cal Date and Time key(Time key is the primary key with the combination of cal date and the pk of some other table (level3))
    Does quarter exists as a field in your date dimension?
    --------->Yes Fs Quarter is a field/column in the table and in the dimension
    check if quarter is a chronological key, does your quarter contain year in it(2011-02)?
    -------->In each level i have key defined, also in the FS Quarter i have.
    In the level3 i have both the key defined as key but cal_date as pk.
    Yes, Data of the qtarter is in the form 2012-01.
    Do you have quarter in your report, without date field?
    --------->yes, the report has FS_qtr,count for current qtr,count for previous qtr using ago function
    and the filter used is cal_date>='01-JUN-11'
    facts->
    There is a view in the database which is being created for time dimesnion.
    The view has
    FS_Year , FS_Qtr , Calc_Date ,Cal_month , cal_qtr, TimeKey(PK) , Pk_from someother_table_acting_as_fk.
    Please let me know where i am going wrong?
    One more thing i would like to add if i use the filter as FS_YEAR>=2011 then the counts comes perfectly.Problem is with cal date field.Just not bale to understnd where i am i going wrong?
    Please help
    Thanks
    Edited by: user123 on Feb 10, 2012 11:00 AM

  • Solaris 8 restart syslogd with rc script, server crash

    I have this Sparc Sun server. I added the -t option to the syslogd script to prevent listening for syslog requests and the server crashes when I execute S74syslog start.
    release: 5.8 (64-bit)
    version: Generic_117350-44
    machine: sun4u
    I have other solaris 8 servers and it is not happening. They are running Generic_117350-50. Has anyone experienced this issue. I could update the kernel but it is a remote server and that is not as simple as it sounds.
    Thank you.

    Whats the crash message from /var/adm/message ?
    Also, if you go to /var/crash/<hostname> you will see a bunch of files there which ends in different numbers, take the number and feed it to mdb, for example if you have unix.0 and vmcore.0 you would type:
    mdb 0
    Then, at the new prompt, type $c to print the stack trace, for example:
    unknown(/var/crash/unknown):# ls
    bounds     unix.1     unix.3     unix.5     vmcore.1   vmcore.3   vmcore.5
    unix.0     unix.2     unix.4     vmcore.0   vmcore.2   vmcore.4
    unknown(/var/crash/unknown):# mdb 4
    mdb: warning: dump is from SunOS 5.10 Generic_141445-09; dcmds and macros may not match kernel implementation
    $cLoading modules: [ unix krtld
    genunix specfs dtrace cpu.generic uppc pcplusmp ufs ip hook neti sctp arp usba uhci fctl nca lofs zfs audiosup cpc random fcip logindmux ptm ]
    $cfop_rwlock+0x15(d3f43300, 1, 0)
    write+0xdf()
    sys_sysenter+0x101()
    .. then cut the output back here for a few of them..
    I think mdb was introduced in Solaris 8, if not, the old command is 'kadb'.
    .7/M.

  • Server crash - in function memcpy

    OS- Solaris 9 and 10 (sparc)
    WS- SJSWS 6.1 SP5-8
    JAVA- j2sdk 1.4.2_13
    Frequent server crashes with the following in the logs-
    errors:[18/Jul/2007:14:16:04] catastrophe ( 5938): CORE3260: Server crash detected (signal SIGBUS)
    errors:[18/Jul/2007:14:16:04] info ( 5938): CORE3261: Crash occurred in NSAPI SAF send-file
    errors:[18/Jul/2007:14:16:04] info ( 5938): CORE3262: Crash occurred in function memcpy from module /platform/sun4v/lib/libc_psr.so.
    Also seems to happen when xml files (served to clients frequently) are updated in the docroot, which is nfs mounted and shared to multiple webservers.
    Any thoughts?
    Thanks,
    Jess

    Here is some log (partial) generated from 6.1 SP5.
    ==========
    [06/Dec/2007:15:38:02] catastrophe (16564): CORE3260: Server crash detected (signal SIGSEGV)
    [06/Dec/2007:15:38:02] info (16564): CORE3261: Crash occurred in NSAPI SAF service-j2ee
    [06/Dec/2007:15:38:02] info (16564): CORE3262: Crash occurred in function memcpy from module /platform/sun4u-us3/lib/libc_psr.so.1
    [06/Dec/2007:15:38:07] failure (16556): CORE3107: Child process closed admin channel
    [06/Dec/2007:15:38:08] info (16566): CORE5076: Using [Java HotSpot(TM) Client VM, Version 1.4.2_16] from [Sun Microsystems Inc.]
    ==========
    Following is the stack trace as generated from the core file generated by the crash:
    ==========
    core 'config/core' of 16564:     webservd -r /bsohome/harvest/SUNONE6.1SP5 -d /bsohome/harvest/SUNONE6.
    ----------------- lwp# 1 / thread# 1 --------------------
    fe040144 __lwp_park (25e48, 1ea868, 0, 0, 0, 0) + 14
    fe03a1d4 cond_wait_queue (25e48, 1ea868, 0, 0, 0, 0) + 28
    fe03a754 cond_wait (25e48, 1ea868, 0, 14, 4a4, fdf32100) + 10
    fe03a790 pthread_cond_wait (25e48, 1ea868, 0, 1000, 0, 600) + 8
    fedc7a00 PR_WaitCondVar (25e40, ffffffff, 2, 464c8, fffffffe, 1) + 18c
    ff245ea8 __1cJWebServerDRun6F_nIPRStatus__ (37a20, 7eb88, ff2eefe4, ff2ef004, ff2eeffc, ff2c179c) + ccc
    00010ab0 main (7, ffbfe8fc, ffbfe91c, 20c00, fda90240, fda90280) + 1c
    00010a70 _start   (0, 0, 0, 0, 0, 0) + 108
    ----------------- lwp# 5 / thread# 5 --------------------
    fe040e70 __pollsys (fda3ede0, 1, fda3ed70, 0, 0, 1388) + 8
    fdfdcf48 poll (fda3ede0, 1, 1388, 10624c00, 0, 0) + 7c
    fedc9568 pt_poll_now (fda3ee48, 9, 3, ffffffff, ffffffff, 20) + 48
    fedca460 pt_Read (ffffffff, fda3eed8, 1000, 2e, 1e9ec, 0) + e0
    ff23f1b8 __1cRLogNsprDescriptorDrun6M_v_ (7eaf8, 1, fda3eed8, 2f, 1400, ff2e0814) + 44
    ff106dec ThreadMain (7eaf8, 1ea758, 2, 0, 1, 0) + 24
    fedd0028 ptroot (1ea758, fda40000, 0, 0, 10000, fede8d70) + d0
    fe0400a0 lwpstart (0, 0, 0, 0, 0, 0)
    ----------------- lwp# 6 / thread# 6 --------------------
    fe040e70 __pollsys (fda1ede0, 1, fda1ed70, 0, 0, 1388) + 8
    fdfdcf48 poll (fda1ede0, 1, 1388, 10624c00, 0, 0) + 7c
    fedc9568 pt_poll_now (fda1ee48, e, 3, ffffffff, ffffffff, 20) + 48
    fedca460 pt_Read (ffffffff, fda1eed8, 1000, 2c, 1e9ec, 0) + e0
    ff23f1b8 __1cRLogNsprDescriptorDrun6M_v_ (7eb88, 50, fda1eed8, 50, 1400, ff2e0814) + 44
    ff106dec ThreadMain (7eb88, 1ea7e0, 2, 0, 1, 0) + 24
    fedd0028 ptroot (1ea7e0, fda20000, 0, 0, 10000, fede8d70) + d0
    fe0400a0 lwpstart (0, 0, 0, 0, 0, 0)
    ----------------- lwp# 7 / thread# 7 --------------------
    fe040144 __lwp_park (25ba0, 487d8, 0, 0, 0, 0) + 14
    fe03a1d4 cond_wait_queue (25ba0, 487d8, 0, 0, 0, 0) + 28
    fe03a754 cond_wait (25ba0, 487d8, 0, 14, 4a4, fd9f0500) + 10
    fe03a790 pthread_cond_wait (25ba0, 487d8, 0, 1000, 0, 1) + 8
    fedc7a00 PR_WaitCondVar (25b98, ffffffff, 1, 642798, 1, 0) + 18c
    ff241d98 __1cLUnixSignalsDGet6Fi_i_ (1, 2c00, 2c00, 2e5c, 2c00, ff2e0814) + 104
    ff246f40 __1cXUnixSignalWatcherThreadDrun6M_v_ (26458, 3, 2, 2, 46448, 0) + 20
    ff106dec ThreadMain (26458, 642798, 3, 0, 1, 0) + 24
    fedd0028 ptroot (642798, fd880000, 0, 0, 10000, fede8d70) + d0
    fe0400a0 lwpstart (0, 0, 0, 0, 0, 0)
    ----------------- lwp# 8 / thread# 8 --------------------
    fe040528 ___sigtimedwait (fd3efec8, 0, 0, fd9f0800, 0, 1) + 8
    ff241364 __1cXUnixSignalHandlerThreadDrun6M_v_ (ff316130, 64, 2800, 2800, 2b20, 2bf8) + bc
    ff106dec ThreadMain (654c88, 666be8, 3, 0, 1, 0) + 24
    fedd0028 ptroot (666be8, fd3f0000, 0, 0, 10000, fede8d70) + d0
    fe0400a0 lwpstart (0, 0, 0, 0, 0, 0)
    ----------------- lwp# 9 / thread# 9 --------------------
    fe040144 __lwp_park (26640, 6cfaf8, 0, 0, 0, 0) + 14
    fe03a1d4 cond_wait_queue (26640, 6cfaf8, 0, 0, 0, 0) + 28
    fe03a754 cond_wait (26640, 6cfaf8, 0, 14, 22008, fd9f0d00) + 10
    fe03a790 pthread_cond_wait (26640, 6cfaf8, 0, 1000, 0, 0) + 8
    fedc7a00 PR_WaitCondVar (26638, ffffffff, 842b, 6cfb80, 1, 1000) + 18c
    ff21e0c4 __1cJPollArrayPGetPollSnapshot6Mpippv_v_ (7f5a8, fd3cfed0, fd3cfed4, 3, fffffffd, 1) + 70
    ff21ea5c __1cMKAPollThreadDrun6M_v_ (7f5f0, 1, ff2edfec, ff2ee020, ff2ee054, ff2edfb8) + e4
    ff106dec ThreadMain (7f5f0, 6cfb80, 103, 0, 1, 0) + 24
    fedd0028 ptroot (6cfb80, fd3d0000, 0, 0, 10000, fede8d70) + d0
    fe0400a0 lwpstart (0, 0, 0, 0, 0, 0)
    ----------------- lwp# 10 / thread# 10 --------------------
    fe040144 __lwp_park (26668, 6cfda0, 0, 0, 0, 0) + 14
    fe03a1d4 cond_wait_queue (26668, 6cfda0, 0, 0, 0, 0) + 28
    fe03a754 cond_wait (26668, 6cfda0, 0, 14, 0, fd9f1100) + 10
    fe03a790 pthread_cond_wait (26668, 6cfda0, 0, 1000, 0, fd9f1100) + 8
    fedc7a00 PR_WaitCondVar (26660, ffffffff, fe06cbc0, 6cfe28, 46448, 0) + 18c
    fdf615b4 NSTP_ThreadMain (6cfd18, 0, fd3aff28, 0, 1, 0) + 74
    fedd0028 ptroot (6cfe28, fd3b0000, 0, 0, 10000, fede8d70) + d0
    fe0400a0 lwpstart (0, 0, 0, 0, 0, 0)
    ----------------- lwp# 11 / thread# 11 --------------------
    fe040e70 __pollsys (0, 0, fd38feb8, 0, 0, 0) + 8
    fdfdcf48 poll (0, 0, 3e7, 10624c00, ee2e1f, 3b8b87c0) + 7c
    fde6119c __1cQclockthread_main6Fpv_v_ (fde73400, c0, 0, 3, 3, 60) + 148
    fedd0028 ptroot (6cff38, fd390000, 0, 0, 10000, fede8d70) + d0
    fe0400a0 lwpstart (0, 0, 0, 0, 0, 0)
    ----------------- lwp# 13 / thread# 13 --------------------
    fe040144 __lwp_park (266b8, 6d0048, 0, 0, 0, 0) + 14
    fe03a1d4 cond_wait_queue (266b8, 6d0048, 0, 0, 0, 0) + 28
    fe03a754 cond_wait (266b8, 6d0048, 0, 14, 0, fd9f1d00) + 10
    fe03a790 pthread_cond_wait (266b8, 6d0048, 0, 1000, 0, 0) + 8
    fedc7a00 PR_WaitCondVar (266b0, ffffffff, 0, 6d00d0, 0, 0) + 18c
    ff1abb54 __1cHPSQdDueue4CpnbCConfigurationManagerListener__Dget6Mr1_nIPRStatus__ (3eec0, fd34fed4, 2800, ff000000, 0, 0) + 44
    ff226264 __1cUConfigurationManagerDrun6M_v_ (266d8, 6, 5, 29b0, 46448, 0) + 28
    ff106dec ThreadMain (266d8, 6d00d0, 103, 0, 1, 0) + 24
    fedd0028 ptroot (6d00d0, fd350000, 0, 0, 20000, fede8d70) + d0
    fe0400a0 lwpstart (0, 0, 0, 0, 0, 0)
    ----------------- lwp# 14 / thread# 14 --------------------
    fe040144 __lwp_park (82ccb0, 81ac08, fd36fcc8, 1, 0, 0) + 14
    fe03a1d4 cond_wait_queue (82ccb0, 81ac08, fd36fcc8, 0, 0, 0) + 28
    fe03a64c cond_wait_common (82ccb0, 81ac08, fd36fcc8, 0, 0, 0) + 298
    fe03a7e4 condtimedwait (82ccb0, 81ac08, fd36fdf8, ff000000, 0, 0) + 34
    fe03a8d8 cond_timedwait (82ccb0, 81ac08, fd36fdf8, 186a0, 0, 0) + 14
    fe03a918 pthread_cond_timedwait (82ccb0, 81ac08, fd36fdf8, 0, 0, 0) + c
    fedc7b1c PR_WaitCondVar (82cca8, 0, 0, 7f6da0, 0, 0) + 2a8
    ff239eb0 __1cQBandwidthManagerDrun6M_v_ (58fe0, 29e8, ff2e0814, 6, 46448, 0) + 2a0
    ff106dec ThreadMain (28578, 7f6da0, 103, 0, 1, 0) + 24
    fedd0028 ptroot (7f6da0, fd370000, 0, 0, 10000, fede8d70) + d0
    fe0400a0 lwpstart (0, 0, 0, 0, 0, 0)
    ----------------- lwp# 15 / thread# 15 --------------------
    fe041378 ___lwp_cond_wait (85830, 85818, faeffd38, 3b9ac800, 3704cef0, 16) + 8
    fe02c214 lwpcond_timedwait (85830, 85818, faeffe20, f4240, 0, 1) + 1c
    fd4c7d04 __1cHMonitorEwait6Mil_i_ (fd83bfb4, 4000, 0, 2a508, 4330, fd837b20) + 2a8
    fd4c85b0 __1cIVMThreadEloop6M_v_ (4800, 4400, 446c, 4400, 440c, 3c00) + 120
    fd4c8238 __1cIVMThreadDrun6M_v_ (7f7950, 0, fd847158, ffff8000, 0, 1) + 8c
    fd759828 java_start (7f7950, faf00000, 0, 0, fd7596f4, 1) + 134
    fe0400a0 lwpstart (0, 0, 0, 0, 0, 0)
    ----------------- lwp# 16 / thread# 16 --------------------
    fe041378 ___lwp_cond_wait (88d10, 88cf8, 101020, ff000000, 0, 0) + 8
    fd4d9200 __1cNObjectMonitorEwait6MxipnGThread__v_ (5000, 50a0, 4c00, 4f84, 101020, 4ab0) + 54c
    fd4d8738 JVM_MonitorWait (1010b8, fa77fa94, 0, 0, 4800, 0) + 13c
    f840bf48 ???????? (e5c95db8, b6, fa77fb14, c, e421f740, fa77fa30)
    f8405d64 ???????? (e5c95db8, b6, fa77fb18, f84153a4, 0, fa77fab0)
    f8405d64 ???????? (fa77fba8, 0, 0, f84156e0, 36955c, fa77fb48)
    f8400218 ???????? (fa77fc30, fa77fe98, a, f404ec78, f840abe0, fa77fdb8)
    fd4c9890 __1cJJavaCallsLcall_helper6FpnJJavaValue_pnMmethodHandle_pnRJavaCallArguments_pnGThread__v_ (fa77fe90, fa77fcf8, fa77fdb0, 101020, 101020, fa77fd08) + 274
    fd4d8254 __1cJJavaCallsMcall_virtual6FpnJJavaValue_nLKlassHandle_nMsymbolHandle_4pnRJavaCallArguments_pnGThread__v_ (fd826000, 127578, fa77fda4, fa77fda0, fa77fdb0, 101020) + 164
    fd4d80e0 __1cJJavaCallsMcall_virtual6FpnJJavaValue_nGHandle_nLKlassHandle_nMsymbolHandle_5pnGThread__v_ (fa77fe90, fa77fe8c, fa77fe84, fa77fe7c, fa77fe74, 101020) + 60
    fd4d8068 __1cMthread_entry6FpnKJavaThread_pnGThread__v_ (101020, 101020, 2a580, 127578, 34e0f8, fd4d7e6c) + 128
    fd4d7e94 __1cKJavaThreadDrun6M_v_ (101020, ffffffe2, fd847158, ffff8000, 0, 1) + 288
    fd759828 java_start (101020, fa780000, 0, 0, fd7596f4, 1) + 134
    fe0400a0 lwpstart (0, 0, 0, 0, 0, 0)
    ----------------- lwp# 17 / thread# 17 --------------------
    fe041378 ___lwp_cond_wait (88e78, 88e60, 101228, fd83ca88, 0, fa67f8ac) + 8
    fd4d9200 __1cNObjectMonitorEwait6MxipnGThread__v_ (5000, 50a0, 4c00, 4f84, 101228, 4ab0) + 54c
    fd4d8738 JVM_MonitorWait (1012c0, fa67fa14, 0, 0, e5c984d8, 0) + 13c
    f840bf48 ???????? (e5c95d50, b6, fa67fa18, c, e4210fa8, fa67f9a8)
    f8405d64 ???????? (e5c95d58, b6, fa67fb24, f84153a4, f8415724, fa67fa48)
    f8405c10 ???????? (e5c95d58, b6, fa67fba4, f84153a4, f401eb38, fa67fac8)
    f8405c10 ???????? (fa67fba8, 0, 0, f8415690, 36955c, fa67fb48)
    f8400218 ???????? (fa67fc30, fa67fe98, a, f4050300, f840abe0, fa67fdb8)
    fd4c9890 __1cJJavaCallsLcall_helper6FpnJJavaValue_pnMmethodHandle_pnRJavaCallArguments_pnGThread__v_ (fa67fe90, fa67fcf8, fa67fdb0, 101228, 101228, fa67fd08) + 274
    fd4d8254 __1cJJavaCallsMcall_virtual6FpnJJavaValue_nLKlassHandle_nMsymbolHandle_4pnRJavaCallArguments_pnGThread__v_ (fd826000, 127d88, fa67fda4, fa67fda0, fa67fdb0, 101228) + 164
    fd4d80e0 __1cJJavaCallsMcall_virtual6FpnJJavaValue_nGHandle_nLKlassHandle_nMsymbolHandle_5pnGThread__v_ (fa67fe90, fa67fe8c, fa67fe84, fa67fe7c, fa67fe74, 101228) + 60
    fd4d8068 __1cMthread_entry6FpnKJavaThread_pnGThread__v_ (101228, 101228, 2a5d0, 127d88, 34e0f8, fd4d7e6c) + 128
    fd4d7e94 __1cKJavaThreadDrun6M_v_ (101228, ffffffe2, fd847158, ffff8000, 0, 1) + 288
    fd759828 java_start (101228, fa680000, 0, 0, fd7596f4, 1) + 134
    fe0400a0 lwpstart (0, 0, 0, 0, 0, 0)
    ----------------- lwp# 18 / thread# 18 --------------------
    fe041378 ___lwp_cond_wait (84fc0, 84fa8, 0, ff000000, 0, c0) + 8
    fd4c7b54 __1cHMonitorEwait6Mil_i_ (fd83bfb4, 4000, 0, 3, 4330, 1) + f8
    fd4f2370 __1cUSuspendCheckerThreadDrun6M_v_ (7f7b70, ffffffe2, fd847158, ffff8000, 0, 1) + 88
    fd759828 java_start (7f7b70, fa580000, 0, 0, fd7596f4, 1) + 134
    fe0400a0 lwpstart (0, 0, 0, 0, 0, 0)
    ----------------- lwp# 19 / thread# 19 --------------------
    fe040144 __lwp_park (0, 0, fe06dc44, 1000, 0, 0) + 14
    fd4f3498 __1cVcheck_pending_signals6Fi_i_ (fd83c8e4, fd83e0b8, fd83ca98, fd83f790, 1, c0) + 1a8
    fd4f30a0 __1cTsignal_thread_entry6FpnKJavaThread_pnGThread__v_ (1, fd84641c, fd846224, fd84644c, fd7fc092, fd4d7e6c) + 88
    fd4d7e94 __1cKJavaThreadDrun6M_v_ (101430, ffffffe2, fd847158, ffff8000, 0, 1) + 288
    fd759828 java_start (101430, f8380000, 0, 0, fd7596f4, 1) + 134
    fe0400a0 lwpstart (0, 0, 0, 0, 0, 0)
    ----------------- lwp# 20 / thread# 20 --------------------
    fe041378 ___lwp_cond_wait (85e60, 85e48, 101638, 89eb0, fd826000, 0) + 8
    fd4c7e14 __1cHMonitorEwait6Mil_i_ (fd83bfb4, 4000, 0, 1299c0, 4330, 101638) + 3b8
    fd4f39c8 __1cNCompileBrokerUcompiler_thread_loop6F_v_ (fd7dd432, fd837bc0, 0, 101638, 41c4, fd4d7e6c) + 214
    fd4d7e94 __1cKJavaThreadDrun6M_v_ (101638, ffffffe2, fd847158, ffff8000, 0, 1) + 288
    fd759828 java_start (101638, f8280000, 0, 0, fd7596f4, 1) + 134
    fe0400a0 lwpstart (0, 0, 0, 0, 0, 0)
    ----------------- lwp# 21 / thread# 21 --------------------
    fe040e70 __pollsys (e3f7fd48, 0, e3f7fdb0, 0, 0, 0) + 8
    fdfe1f24 pselect (e3f7fd48, fe06ba68, fe06ba68, 0, e3f7fdb0, 0) + 1c8
    fdfe229c select (0, 0, 0, 0, e3f7fe18, e3f7fe18) + a0
    fd4f1ce0 __1cIos_sleep6Fxi_i_ (0, 32, 0, 0, 0, c0) + 170
    fd4f1b34 __1cCosFsleep6FpnGThread_xi_i_ (7f7bf8, 0, 32, 0, fd4f1718, 1) + 21c
    fd4f1710 __1cNWatcherThreadDrun6M_v_ (7f7bf8, ffffffe2, fd847158, ffff8000, 0, 1) + e0
    fd759828 java_start (7f7bf8, e3f80000, 0, 0, fd7596f4, 1) + 134
    fe0400a0 lwpstart (0, 0, 0, 0, 0, 0)
    ----------------- lwp# 22 / thread# 22 --------------------
    fe040e70 __pollsys (e3a7f788, 0, e3a7f7f0, 0, 0, 0) + 8
    fdfe1f24 pselect (e3a7f788, fe06ba68, fe06ba68, 0, e3a7f7f0, 0) + 1c8
    fdfe229c select (0, 0, 0, 0, e3a7f858, e3a7f858) + a0
    fd4f1d68 __1cIos_sleep6Fxi_i_ (0, ea60, 1, 0, fd4c46ec, 3836a8) + 1f8
    fd4f1b34 __1cCosFsleep6FpnGThread_xi_i_ (101e58, 0, ea60, 1, e3a7f600, 1) + 21c
    fd56ecbc JVM_Sleep (101ef0, e3a7f9b0, 0, ea60, f8415724, 0) + 27c
    f840bf48 ???????? (101e58, b8, 0, 8, f84155c4, e3a7f9c8)
    f8405d64 ???????? (e4213108, b7, e3a7fb2c, f84156c4, f8415884, e3a7fa58)
    f8405d64 ???????? (e4213108, f401fc38, e3a7fba4, f8415530, 0, e3a7fad0)
    f840622c ???????? (e3a7fba8, 0, 0, f8415840, 36955c, e3a7fb48)
    f8400218 ???????? (e3a7fc30, e3a7fe98, a, f4020520, f840abe0, e3a7fdb8)
    fd4c9890 __1cJJavaCallsLcall_helper6FpnJJavaValue_pnMmethodHandle_pnRJavaCallArguments_pnGThread__v_ (e3a7fe90, e3a7fcf8, e3a7fdb0, 101e58, 101e58, e3a7fd08) + 274
    fd4d8254 __1cJJavaCallsMcall_virtual6FpnJJavaValue_nLKlassHandle_nMsymbolHandle_4pnRJavaCallArguments_pnGThread__v_ (fd826000, 8d0ea0, e3a7fda4, e3a7fda0, e3a7fdb0, 101e58) + 164
    fd4d80e0 __1cJJavaCallsMcall_virtual6FpnJJavaValue_nGHandle_nLKlassHandle_nMsymbolHandle_5pnGThread__v_ (e3a7fe90, e3a7fe8c, e3a7fe84, e3a7fe7c, e3a7fe74, 101e58) + 60
    fd4d8068 __1cMthread_entry6FpnKJavaThread_pnGThread__v_ (101e58, 101e58, 2cf88, 8d0ea0, 34e0f8, fd4d7e6c) + 128
    fd4d7e94 __1cKJavaThreadDrun6M_v_ (101e58, ffffffe2, fd847158, ffff8000, 0, 1) + 288
    fd759828 java_start (101e58, e3a80000, 0, 0, fd7596f4, 1) + 134
    fe0400a0 lwpstart (0, 0, 0, 0, 0, 0)
    ----------------- lwp# 23 / thread# 23 --------------------
    fe040e70 __pollsys (e2aff788, 0, e2aff7f0, 0, 0, 0) + 8
    fdfe1f24 pselect (e2aff788, fe06ba68, fe06ba68, 0, e2aff7f0, 0) + 1c8
    fdfe229c select (0, 0, 0, 0, e2aff858, e2aff858) + a0
    fd4f1d68 __1cIos_sleep6Fxi_i_ (0, ea60, 1, 0, 0, 0) + 1f8
    fd4f1b34 __1cCosFsleep6FpnGThread_xi_i_ (102e98, 0, ea60, 1, 0, 0) + 21c
    fd56ecbc JVM_Sleep (102f30, e2aff9b0, 0, ea60, 0, 0) + 27c
    f840bf48 ???????? (0, b8, 0, 8, 0, e2aff9c8)
    f8405d64 ???????? (e5cf8690, b7, e2affb2c, f84156c4, 0, e2affa58)
    f8405d64 ???????? (e5cf8690, f401fc38, e2affba4, f8415530, 0, e2affad0)
    f840622c ???????? (e2affba8, 0, 0, f84157f0, 36955c, e2affb48)
    f8400218 ???????? (e2affc30, e2affe98, a, f4020520, f840abe0, e2affdb8)
    fd4c9890 __1cJJavaCallsLcall_helper6FpnJJavaValue_pnMmethodHandle_pnRJavaCallArguments_pnGThread__v_ (e2affe90, e2affcf8, e2affdb0, 102e98, 102e98, e2affd08) + 274
    fd4d8254 __1cJJavaCallsMcall_virtual6FpnJJavaValue_nLKlassHandle_nMsymbolHandle_4pnRJavaCallArguments_pnGThread__v_ (fd826000, 8d5f40, e2affda4, e2affda0, e2affdb0, 102e98) + 164
    fd4d80e0 __1cJJavaCallsMcall_virtual6FpnJJavaValue_nGHandle_nLKlassHandle_nMsymbolHandle_5pnGThread__v_ (e2affe90, e2affe8c, e2affe84, e2affe7c, e2affe74, 102e98) + 60
    fd4d8068 __1cMthread_entry6FpnKJavaThread_pnGThread__v_ (102e98, 102e98, 2ded8, 8d5f40, 34e0f8, fd4d7e6c) + 128
    fd4d7e94 __1cKJavaThreadDrun6M_v_ (102e98, ffffffe2, fd847158, ffff8000, 0, 1) + 288
    fd759828 java_start (102e98, e2b00000, 0, 0, fd7596f4, 1) + 134
    fe0400a0 lwpstart (0, 0, 0, 0, 0, 0)
    ----------------- lwp# 24 / thread# 24 --------------------
    fe040e70 __pollsys (e1fff880, 0, e1fff8e8, 0, 0, 0) + 8
    fdfe1f24 pselect (e1fff880, fe06ba68, fe06ba68, 0, e1fff8e8, 0) + 1c8
    fdfe229c select (0, 0, 0, 0, e1fff950, e1fff950) + a0
    fd4f1d68 __1cIos_sleep6Fxi_i_ (0, 4e20, 1, 0, e1fff604, 3836a8) + 1f8
    fd4f1b34 __1cCosFsleep6FpnGThread_xi_i_ (103cd0, 0, 4e20, 1, e1fff6f8, 1) + 21c
    fd56ecbc JVM_Sleep (103d68, e1fffaa8, 0, 4e20, f8415724, 0) + 27c
    f840bf48 ???????? (103cd0, b8, e1fffba4, 8, 0, e1fffac0)
    f8405d64 ???????? (e1fffba8, 0, 0, f84156c4, 36955c, e1fffb48)
    f8400218 ???????? (e1fffc30, e1fffe98, a, f46d5728, f840abe0, e1fffdb8)
    fd4c9890 __1cJJavaCallsLcall_helper6FpnJJavaValue_pnMmethodHandle_pnRJavaCallArguments_pnGThread__v_ (e1fffe90, e1fffcf8, e1fffdb0, 103cd0, 103cd0, e1fffd08) + 274
    fd4d8254 __1cJJavaCallsMcall_virtual6FpnJJavaValue_nLKlassHandle_nMsymbolHandle_4pnRJavaCallArguments_pnGThread__v_ (fd826000, 8d93a8, e1fffda4, e1fffda0, e1fffdb0, 103cd0) + 164
    fd4d80e0 __1cJJavaCallsMcall_virtual6FpnJJavaValue_nGHandle_nLKlassHandle_nMsymbolHandle_5pnGThread__v_ (e1fffe90, e1fffe8c, e1fffe84, e1fffe7c, e1fffe74, 103cd0) + 60
    fd4d8068 __1cMthread_entry6FpnKJavaThread_pnGThread__v_ (103cd0, 103cd0, 2f008, 8d93a8, 34e0f8, fd4d7e6c) + 128
    fd4d7e94 __1cKJavaThreadDrun6M_v_ (103cd0, ffffffe2, fd847158, ffff8000, 0, 1) + 288
    fd759828 java_start (103cd0, e2000000, 0, 0, fd7596f4, 1) + 134
    fe0400a0 lwpstart (0, 0, 0, 0, 0, 0)
    ----------------- lwp# 25 / thread# 25 --------------------
    fe040e70 __pollsys (e1eff788, 0, e1eff7f0, 0, 0, 0) + 8
    fdfe1f24 pselect (e1eff788, fe06ba68, fe06ba68, 0, e1eff7f0, 0) + 1c8
    fdfe229c select (0, 0, 0, 0, e1eff858, e1eff858) + a0
    fd4f1d68 __1cIos_sleep6Fxi_i_ (0, ea60, 1, 0, 0, 0) + 1f8
    fd4f1b34 __1cCosFsleep6FpnGThread_xi_i_ (103ed8, 0, ea60, 1, 0, 0) + 21c
    fd56ecbc JVM_Sleep (103f70, e1eff9b0, 0, ea60, 0, 0) + 27c
    f840bf48 ???????? (0, b8, 0, 8, 0, e1eff9c8)
    f8405d64 ???????? (e5cf8728, b7, e1effb2c, f84156c4, 0, e1effa58)
    f8405d64 ???????? (e5cf8728, f401fc38, e1effba4, f8415530, 0, e1effad0)
    f840622c ???????? (e1effba8, 0, 0, f84157f0, 36955c, e1effb48)
    f8400218 ???????? (e1effc30, e1effe98, a, f4020520, f840abe0, e1effdb8)
    fd4c9890 __1cJJavaCallsLcall_helper6FpnJJavaValue_pnMmethodHandle_pnRJavaCallArguments_pnGThread__v_ (e1effe90, e1effcf8, e1effdb0, 103ed8, 103ed8, e1effd08) + 274
    fd4d8254 __1cJJavaCallsMcall_virtual6FpnJJavaValue_nLKlassHandle_nMsymbolHandle_4pnRJavaCallArguments_pnGThread__v_ (fd826000, 8df870, e1effda4, e1effda0, e1effdb0, 103ed8) + 164
    fd4d80e0 __1cJJavaCallsMcall_virtual6FpnJJavaValue_nGHandle_nLKlassHandle_nMsymbolHandle_5pnGThread__v_ (e1effe90, e1effe8c, e1effe84, e1effe7c, e1effe74, 103ed8) + 60
    fd4d8068 __1cMthread_entry6FpnKJavaThread_pnGThread__v_ (103ed8, 103ed8, 2ebd0, 8df870, 34e0f8, fd4d7e6c) + 128
    fd4d7e94 __1cKJavaThreadDrun6M_v_ (103ed8, ffffffe2, fd847158, ffff8000, 0, 1) + 288
    fd759828 java_start (103ed8, e1f00000, 0, 0, fd7596f4, 1) + 134
    fe0400a0 lwpstart (0, 0, 0, 0, 0, 0)
    ----------------- lwp# 27 / thread# 27 --------------------
    fe040e70 __pollsys (fa43fc98, 1, fa43fc28, 0, 0, 1388) + 8
    fdfdcf48 poll (fa43fc98, 1, 1388, 10624c00, 0, 0) + 7c
    fedc9568 pt_poll_now (fa43fd04, 7d2988, 3, ffffffff, ffffffff, 20) + 48
    fedcb218 pt_Accept (3f0, 7d2988, ffffffff, fa43fd34, fedc98d4, 3) + 104
    ff229d44 __1cMListenSocketGaccept6MrnJPRNetAddr_kI_pnKPRFileDesc__ (105f58, 7d2988, ffffffff, 1000, 9a060, 3ed88) + c
    ff220934 __1cIAcceptorDrun6M_v_ (8da98, 8, 7d2988, 0, 1000, ffffe800) + 54
    ff106dec ThreadMain (8da98, 7fb3c0, 102, 0, 1, 0) + 24
    fedd0028 ptroot (7fb3c0, fa440000, 0, 0, 10000, fede8d70) + d0
    fe0400a0 lwpstart (0, 0, 0, 0, 0, 0)
    ----------------- lwp# 28 / thread# 28 --------------------
    fe040144 __lwp_park (241d8, 478f8, fa41fd60, 1, 0, 0) + 14
    fe03a1d4 cond_wait_queue (241d8, 478f8, fa41fd60, 0, 0, 0) + 28
    fe03a64c cond_wait_common (241d8, 478f8, fa41fd60, 0, 0, 0) + 298
    fe03a7e4 condtimedwait (241d8, 478f8, fa41fe90, ff000000, 0, 0) + 34
    fe03a8d8 cond_timedwait (241d8, 478f8, fa41fe90, 186a0, 0, 0) + 14
    fe03a918 pthread_cond_timedwait (241d8, 478f8, fa41fe90, 0, 0, 0) + c
    fedc7b1c PR_WaitCondVar (241d0, 0, 0, 7fbd50, 0, 0) + 2a8
    ff23b1c4 __1cRGlobalFlushThread6Fpv_v_ (2e64, 0, 0, ff2eeb88, ff2eeb90, ff2eeb7c) + 394
    fedd0028 ptroot (7fbd50, fa420000, 0, 0, 10000, fede8d70) + d0
    fe0400a0 lwpstart (0, 0, 0, 0, 0, 0)
    ----------------- lwp# 29 / thread# 29 --------------------
    feee0e40 memcpy (e1140040, e, f64e90, 1b6d8, ff3f06d0, f6df20) + 680
    fdb78224 __1cDstdMbasic_string4Ccn0ALchar_traits4Cc__n0AJallocator4Cc___Hreserve6MI_v_ (e1140040, e, f6df28, 7, 0, f6df20) + 24
    e10fe7a0 __1cDstdG__copy4Cpkcn0AUback_insert_iterator4n0AMbasic_string4Ccn0ALchar_traits4Cc__n0AJallocator4Cc______Ci_6FTA3TBrkn0AbArandom_access_iterator_tag_pTC_4_ (f83eb77c, e1128e49, e1128e4a, f83eb778, f83eb777, 0) + 68
    e10fd7ec __1cDstdO_Init_timeinfo6Frn0AK_Time_Info__v_ (e113fe60, e1140034, e1128e54, e113ff08, e, e1140028) + 158
    e10ff320 __1cDstdM_Locale_implTmake_classic_locale6F_p1_ (e113fd68, e1140064, e10b2fb0, 18, 0, e113a65c) + 2ac
    e10ffeb4 __1cDstdGlocaleN_S_initialize6F_v_ (e113f9e4, 0, e113ad3c, e113a65c, 3a7c4, 1) + 24
    e10f32fc __SLIP.INIT_A (0, fe06cbc0, 0, e113a65c, 47374, fda91ec0) + 1c
    e1111698 _init    (0, 1, fd9f5800, ff3ee980, 32380, ff3ee268) + f0
    ff3bfea8 call_init (1, e11115a8, f8291708, ffdfffff, ff3ee980, ffffffff) + 1a0
    ff3c5318 dlmopen_intn (f8390338, f2fa60, ff3ee0f8, fd931eb8, 8000, 0) + 70
    ff3c5474 dlmopen_check (ff3ee0f8, f2fa60, c01, fd931eb8, f83ebacc, f83ec280) + 14c
    ff3c54e8 dlopen (f2fa60, 1, 861, 294f4, fe06dc44, 0) + 64
    fd302344 ???????? (f2fa60, f83ebf98, 400, fd83a188, 3f, baddc800)
    fd4ee864 JVM_LoadLibrary (f2fa60, f83ec5f0, 0, 0, 4800, 49c8) + 114
    fd27d394 Java_java_lang_ClassLoader_00024NativeLibrary_load (108070, f83ec5f4, f83ec5f0, 4, 9, 0) + e8
    f840bf48 ???????? (e41cfa28, b6, f3, 8, f400e8e0, f83ec588)
    f8405d64 ???????? (e41cf778, b8, e5c98598, f8415370, e4200000, f83ec658)
    f8405b44 ???????? (0, b8, f83ec7e4, f8415690, f83ec440, f83ec6f0)
    f8405d64 ???????? (e5c97b78, b6, f83ec86c, f84156d8, f8415724, f83ec788)
    f8405d64 ???????? (107fd8, b8, 8, f8415370, fd826000, f83ec808)
    f8405d64 ???????? (107fd8, 0, 0, f84156e0, 36955c, f83ec888)
    f8400218 ???????? (f83ec970, f83eca30, a, f4725c28, f840abe0, f83eca3c)
    fd4c9890 __1cJJavaCallsLcall_helper6FpnJJavaValue_pnMmethodHandle_pnRJavaCallArguments_pnGThread__v_ (f83eca28, f83eca24, f83eca38, 107fd8, 107fd8, f83ed44c) + 274
    fd4c9538 __1cNinstanceKlassbBcall_class_initializer_impl6FnTinstanceKlassHandle_pnGThread__v_ (f83ecb48, 107fd8, 10b, f83ecbe0, 1, 0) + fc
    fd4c905c __1cNinstanceKlassPinitialize_impl6FnTinstanceKlassHandle_pnGThread__v_ (f83ecc90, 107fd8, f83ed360, e8d140, 107fd8, 0) + 4f4
    fd4c8b20 __1cNinstanceKlassKinitialize6MpnGThread__v_ (f4725cb8, 107fd8, 1b8, f4001e00, f83ecd54, 1) + 84
    fd4cc574 __1cMLinkResolverTresolve_static_call6FrnICallInfo_rnLKlassHandle_nMsymbolHandle_53iipnGThread__v_ (0, 107fd8, fd84a4ac, f83ece4c, f83ece48, 1) + 190
    fd4cb448 __1cMLinkResolverOresolve_invoke6FrnICallInfo_nGHandle_nSconstantPoolHandle_inJBytecodesECode_pnGThread__v_ (f83ed13c, f83ed104, f83ed100, 1b, b8, 107fd8) + d8
    fd4ca464 __1cSInterpreterRuntimeOresolve_invoke6FpnKJavaThread_nJBytecodesECode__v_ (107fd8, b8, f83ed2f8, f4000f18, fd826000, 0) + 6ac
    f841571c ???????? (107fd8, 0, 0, 2000, 36955c, f83ed298)
    f8400218 ???????? (f83ed380, f83ed440, a, f4776248, f840abe0, f83ed44c)
    fd4c9890 __1cJJavaCallsLcall_helper6FpnJJavaValue_pnMmethodHandle_pnRJavaCallArguments_pnGThread__v_ (f83ed438, f83ed434, f83ed448, 107fd8, 107fd8, fd4a2b7c) + 274
    fd4c9538 __1cNinstanceKlassbBcall_class_initializer_impl6FnTinstanceKlassHandle_pnGThread__v_ (f83ed558, 107fd8, 10b, f83ed5f0, 1, 0) + fc
    fd4c905c __1cNinstanceKlassPinitialize_impl6FnTinstanceKlassHandle_pnGThread__v_ (f83ed6a0, 107fd8, f83edf20, e8cfb4, 107fd8, 3836a8) + 4f4
    fd4c8b20 __1cNinstanceKlassKinitialize6MpnGThread__v_ (f47762d8, 107fd8, 1b8, f4001e00, f83ed764, 1) + 84
    fd4cc574 __1cMLinkResolverTresolve_static_call6FrnICallInfo_rnLKlassHandle_nMsymbolHandle_53iipnGThread__v_ (0, 107fd8, fd84a4ac, f83ed85c, f83ed858, 1) + 190
    fd4cb448 __1cMLinkResolverOresolve_invoke6FrnICallInfo_nGHandle_nSconstantPoolHandle_inJBytecodesECode_pnGThread__v_ (f83edb4c, f83edb14, f83edb10, 28, b8, 107fd8) + d8
    fd4ca464 __1cSInterpreterRuntimeOresolve_invoke6FpnKJavaThread_nJBytecodesECode__v_ (107fd8, b8, 8, f8413cc8, f476b128, f83edc20) + 6ac
    f841571c ???????? (107fd8, b8, 8, f84156e0, f476b128, f83edcb8)
    f8405c10 ???????? (107fd8, b8, 4, f8415690, f476b128, f83edd58)
    f8405d64 ???????? (e41c5088, b7, 8, f84156e0, 2, f83eddd8)
    f8405d64 ???????? (107fd8, 0, 0, f8415580, 36955c, f83ede58)
    f8400218 ???????? (f83edf40, f83ee078, a, f476c990, f840abe0, f83ee0ac)
    fd4c9890 __1cJJavaCallsLcall_helper6FpnJJavaValue_pnMmethodHandle_pnRJavaCallArguments_pnGThread__v_ (f83ee070, f83ee06c, f83ee0a4, 107fd8, 107fd8, 107fd8) + 274
    fd4e93a0 __1cKReflectionGinvoke6FnTinstanceKlassHandle_nMmethodHandle_nGHandle_inOobjArrayHandle_nJBasicType_4ipnGThread__pnHoopDesc__ (0, f83ee1c8, fd84a4ac, 0, 1, e) + eec
    fd4e8324 __1cKReflectionSinvoke_constructor6FpnHoopDesc_nOobjArrayHandle_pnGThread__2_ (e41c5020, f83ee250, 107fd8, f84156d8, 357cac, 0) + 308
    fd4e7e1c JVM_NewInstanceFromConstructor (108070, f83ee3ac, 0, f8415530, 357cac, 0) + 154
    fd27c1fc Java_sun_reflect_NativeConstructorAccessorImpl_newInstance0 (108070, f83ee328, f83ee3ac, 0, 357cac, 0) + c
    f840bf48 ???????? (0, b8, f83ee430, 8, e4200000, f83ee340)
    f8405c10 ???????? (e41c5060, b6, f83ee4b8, f8415690, 0, f83ee3d0)
    f8405c10 ???????? (e41c5078, f402dea0, f83ee548, f8415370, 357cac, f83ee450)
    f84060d8 ???????? (e41c5020, b6, 0, f84157f0, e4200000, f83ee4e0)
    f8405c10 ???????? (f476cb78, b7, f83ee664, f8415370, 0, f83ee578)
    f8405c10 ???????? (f476cb78, b6, 2e, f8415530, f476de10, f83ee5f8)
    f8405c10 ???????? (e5c95e38, b8, f83ee710, f8415370, e5c95e50, f83ee6a0)
    f8405c10 ???????? (0, b8, 8, f8415690, e4200000, f83ee750)
    f8405c10 ???????? (e5d7f710, b8, f83ee8e8, f8415690, f8415724, f83ee808)
    f8405c10 ???????? (107fd8, b8, 8, f8415690, f84155c4, f83ee888)
    f8405c10 ???????? (e41b5f90, b7, a, f84156e0, f471ae70, f83ee908)
    f8405d64 ???????? (e4172b90, b7, f83eeaa0, f8415580, f84155c4, f83ee9b8)
    f8405d64 ???????? (e4172b90, b7, 18, f8415530, f4715d28, f83eea30)
    f8405d64 ???????? (e41dc4c8, b7, 0, f8415580, e4200000, f83eead8)
    f8405d64 ???????? (107fd8, b8, 0, f8415530, e4200000, f83eeb80)
    f8405c10 ???????? (e41aadd8, b7, 8, f8415690, 5, f83eec50)
    f8405d64 ???????? (e41aadd8, b6, 8, f8415530, f4004608, f83eecd8)
    f8405b44 ???????? (e41aadd8, b6, f83eee74, f8415370, f414d970, f83eed80)
    f8405d64 ???????? (e41aadd8, f4396ad0, 8, f8415370, e4200000, f83eee10)
    f840622c ???????? (e4203ac8, b6, f83eefcc, f84157f0, f8415404, f83eeee0)
    f8405d64 ???????? (e4203ac8, b6, 8, f8415370, 4, f83eef60)
    f8405d64 ???????? (e4203ac8, b6, f83ef104, f8415370, f414d970, f83ef008)
    f8405d64 ???????? (e4203ac8, f4396ad0, 8, f8415370, f414d970, f83ef098)
    f840622c ???????? (e5e4e080, b7, 8, f84157f0, f42a30f0, f83ef138)
    f8405d64 ???????? (e5e4e080, f413e6c8, f83ef2fc, f8415530, f8415884, f83ef208)
    f840611c ???????? (e5e79b08, f4141998, 8, f84157f0, f4143d40, f83ef2a0)
    f840622c ???????? (e5d13488, f413e6c8, f83ef434, f84157f0, f8415884, f83ef340)
    f840611c ???????? (e5d079a0, f4141998, f83ef4d4, f84157f0, f4143d40, f83ef3d8)
    f840622c ???????? (e5d06b78, f413e6c8, 1, f84157f0, f8415884, f83ef470)
    f840611c ???????? (e5d00038, f4141998, 1d, f84157f0, f46d8390, f83ef508)
    f840622c ???????? (e40fde60, b6, f83ef6b0, f8415840, 0, f83ef5a8)
    f8405c54 ???????? (f83ef6e0, 0, 0, f8415370, 36955c, f83ef650)
    f8400218 ???????? (f83ef768, f83ef948, a, f4137488, f840abe0, 8e04bc)
    fd4c9890 __1cJJavaCallsLcall_helper6FpnJJavaValue_pnMmethodHandle_pnRJavaCallArguments_pnGThread__v_ (f83ef940, f83ef81c, f83ef84c, 107fd8, 107fd8, 49c8) + 274
    fd4dd990 __1cRjni_invoke_static6FpnHJNIEnv__pnJJavaValue_pnI_jobject_nLJNICallType_pnK_jmethodID_pnSJNI_ArgumentPusher_pnGThread__v_ (108070, f83ef940, 0, 0, 2b728, f83ef924) + 218
    fd69685c jni_CallStaticIntMethodV (108070, 5dd60, 2b728, f83efa08, f83ef9a4, dbcfb0) + 134
    fd9b77ac __1cHJNIEnv_TCallStaticIntMethod6MpnH_jclass_pnK_jmethodID_E_i_ (108070, 5dd60, 2b728, 0, f83efab4, 5e7a8) + 24
    fd9b4540 __1cONSAPIConnectorHservice6MpnRJ2EEVirtualServer__i_ (f83efab4, 5e7a8, 0, 0, 0, 5f1ec) + 484
    fd9b276c service_j2ee (27150, dbcf38, dbcfb0, 0, fd9c1f53, 39b1e0) + 40
    ff1cf9e4 __1cNfunc_exec_str6FpnKFuncStruct_pnGpblock_pnHSession_pnHRequest__i_ (668, 27150, dbcf38, dbcfb0, 0, 0) + 248
    ff1d0e04 INTobject_execute (40828, dbcf38, dbcfb0, 0, 25cb0, 6d1cf8) + 5e8
    ff1d5e34 INTservact_service (dbcf38, dbcfb0, ff2e7ce4, 0, 0, ff2e7cbc) + 4d8
    ff1d6544 INTservact_handle_processed (dbcf38, dbcfb0, 20, 2, ab90d0, 3fe38) + 158
    ff218bf0 __1cLHttpRequestUUnacceleratedRespond6Mpc_v_ (dbce98, ff2e7d08, 2f44, 22ba, dbcfb0, dbcf38) + 3c8
    ff2182e0 __1cLHttpRequestNHandleRequest6MpnGnetbuf__i_ (dbce98, ab6680, ab8708, ab86f8, 2000, ab66e0) + 648
    ff2166d8 __1cNDaemonSessionDrun6M_v_ (dbca90, 2000, ff2eda0c, 0, 0, ff2ed9c4) + 17c
    ff106dec ThreadMain (dbca90, 7fbe60, 3, 0, 1, 0) + 24
    fedd0028 ptroot (7fbe60, f83f0000, 0, 0, 20000, fede8d70) + d0
    fe0400a0 lwpstart (0, 0, 0, 0, 0, 0)
    ----------------- lwp# 30 / thread# 30 --------------------
    fe040144 __lwp_park (265c8, 6cfa70, 0, 0, 0, 0) + 14
    fe03a1d4 cond_wait_queue (265c8, 6cfa70, 0, 0, 0, 0) + 28
    fe03a754 cond_wait (265c8, 6cfa70, 0, 14, 0, fd9f5d00) + 10
    fe03a790 pthread_cond_wait (265c8, 6cfa70, 0, 1000, 0, ef8ef3) + 8
    fedc7a00 PR_WaitCondVar (265c0, ffffffff, 0, 7fbf70, 0, c0664) + 18c
    ff2202ac __1cPConnectionQdDueueIGetReady6MI_pnKConnection__ (5b2f0, ffffffff, 3eda0, 14, ca8c8, 2c00) + 10c
    ff215f78 __1cNDaemonSessionNGetConnection6MI_i_ (dbd2a0, ffffffff, ff2ed9d0, ff2e0814, fec7a780, ef8f08) + 30
    ff216138 __1cNDaemonSessionNGetConnection6M_i_ (dbd2a0, 2000, eb0ed8, ff2e0814, 1e, 1) + 98
    ff216650 __1cNDaemonSessionDrun6M_v_ (dbd2a0, 2000, 9, 0, 0, ff2ed9c4) + f4
    ff106dec ThreadMain (dbd2a0, 7fbf70, 3, 0, 1, 0) + 24
    fedd0028 ptroot (7fbf70, f83c0000, 0, 0, 20000, fede8d70) + d0
    fe0400a0 lwpstart (0, 0, 0, 0, 0, 0)
    ----------------- lwp# 31 / thread# 31 --------------------
    fe040144 __lwp_park (265c8, 6cfa70, 0, 0, 0, 0) + 14
    fe03a1d4 cond_wait_queue (265c8, 6cfa70, 0, 0, 0, 0) + 28
    fe03a754 cond_wait (265c8, 6cfa70, 0, 14, 0, fd9f61

  • OBIEE 11.1.1.7-Ago Function Error-[nQSError: 46008] Internal error: File server\Query\Optimizer\SmartScheduler\PhysicalRequestGenerator\Src\SQOSPMarkMultiTargetSupport.cpp

    Hi All,
    I was performing the steps mentioned in Oracle Tutorial"http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi11115/biadmin11g_02/biadmin11g.htm#t10"-BI RPD creation.
    After Using the AGO function data in the Time series metric(Month Ago Revenue) was null always. I updated the DB features in RPD physical layers by selecting support for time series functions.
    After that report started to fail with below error. Please let me know if its a bug and any option to fix it.
    Thanks,
    Sreekanth
    Error
    View Display Error
    Odbc driver returned an error (SQLExecDirectW). 
      Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P 
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 43119] Query Failed: [nQSError: 46008] Internal error: File server\Query\Optimizer\SmartScheduler\PhysicalRequestGenerator\Src\SQOSPMarkMultiTargetSupport.cpp, line 1680. (HY000) 
    SQL Issued: SELECT 0 s_0, "Sample Sales"."Time"."Year-L1" s_1, "Sample Sales"."Revenue"."Ago-Year Revenue" s_2, "Sample Sales"."Revenue"."Revenue" s_3 FROM "Sample Sales" FETCH FIRST 65001 ROWS ONLY
      Refresh

    I know that there is no relation between "SampleApp Lite"."D3 Orders (Facts Attributes)"."Order Date", "SampleApp Lite"."D0 Time"."Calendar Date", it's also the same thing in my own RPD.
    But as it's working with the 11.1.1.6.2 BP1 version I don't understand why it's not working with 11.1.1.6.9.
    Implicit fact column is not set on my repository, but I don't have any request with only dimensional column, so if my understanding is correct I don't need to use it. Also, the problem appears during the check of the repository not in answers.
    thanks anyway

  • Windows 8 and IE 10 crashed after printing from Report Manager SQL server 2008 / 2008 R2

    We have a problem with Windows 8 in combination with IE 10 and printing reports.
    When we print a report from the Report Manager 'http://<servername>/reports' the browser crashed after a print.
    Sometimes before printing and somthimes after printing or when you close the browser.
    Al other operating systems like XP, Vista, Windows 7 with different IE versions have no problem.
    I tried the report manager from SQL Server 2008 and SQL Server 2008 R2.
    The same error occured when printing from our Internet application and the reportviewer.
    (ASP application written in Visual Studio 2010 and reportviewer version 10.)
    The event log shows two different messages.
    Faulting application name: IEXPLORE.EXE, version: 10.0.9200.16453, time stamp: 0x509b0dfb
    Faulting module name: ntdll.dll, version: 6.2.9200.16420, time stamp: 0x505aaa82
    Exception code: 0xc0000005
    Fault offset: 0x00061252
    Faulting process id: 0x780
    Faulting application start time: 0x01ce03a294f7d1d5
    Faulting application path: C:\Program Files (x86)\Internet Explorer\IEXPLORE.EXE
    Faulting module path: C:\Windows\SYSTEM32\ntdll.dll
    Report Id: d4a72486-6f96-11e2-be6e-10604b6a74ed
    Faulting package full name:
    Faulting package-relative application ID:
    Faulting application name: IEXPLORE.EXE, version: 10.0.9200.16384, time stamp: 0x50107ee0
    Faulting module name: rsclientprint.dll, version: 2009.100.1600.1, time stamp: 0x4bb67a74
    Exception code: 0xc0000005
    Fault offset: 0x00017e7a
    Faulting process id: 0x9c8
    Faulting application start time: 0x01ce02f35c70ab85
    Faulting application path: C:\Program Files (x86)\Internet Explorer\IEXPLORE.EXE
    Faulting module path: C:\Windows\Downloaded Program Files\rsclientprint.dll
    Report Id: a13fccc6-6ee6-11e2-be67-10604b6a74ed
    Faulting package full name:
    Faulting package-relative application ID:
    Is there a fix for this problem?

    Dear Mike Yin,
    Thank you for your response. Your answer was the
    reason for finding the real problem.
    In december 2010 a SQL Server 2008 fix was the cause. I don't remember exactly the problem, but we changed the RSCLIENTPrint-x86.cab file. But instead to use the version of SQL Server 2008 we used the version of SQL Server 2008
    R2 (10.50.1600.1). This worked until
    Windows 8 (Internet Explorer crashed when printing).
    We fixed this problem by using the RSClientPrint-x86.cab file from SQL server 2008 (10.0.5500.0).
    But we now get the known problem that the
    activeX always must be installed again. 
    The reason for this is that the version of
    the SQL Server (10.0.5512.0) 
    and the rsclientprint.dll (10.0.5500.0) is different. SQL Server is newer (caused
    by a security patch (KB2716436)).
    Do you know when this problem will be resolved
    by Microsoft?
    Work arrounds
    I've also tried to install the RSClientprint.dll
    every time automatically (without user interaction).
    But this will be delayed the printing for more
    than 4 seconds. This
    is very annoying.
    Another workaround is to generate a PDF and print the PDF. But this is also
    a lot slower.
    Uninstall the security patch. but I don't know the security risk.

  • Level based measure and AGO function

    Hi,
    I've a TIME fact table with a single dimension (TIME_DIM) and a single measure (WORK_DAY).
    WORK_DAY is 1 if the day is a working day, otherwise it is 0.
    This way I can get the number of working days by month, quarter and year.
    (TIME is a logical fact table. WORK_DAY is phsical stored inside the physical TIME_DIM).
    To have WORK_DAY work correctly when used with others fact tables, I've defined it as a level based measure, where all the dimensions are set to the "total" level, apart TIME_DIM.
    So far so good.
    Then I created a new calculated measure WORK_DAY_PREVIOUS_YEAR.
    I used the AGO function this way: AGO (TIME.WORK_DAY, TIME_HIERARCHY.YEAR, 1)
    No complains by OBIEE, but this column always returns 1...
    I've no trouble using level based measures.
    I've no trouble using AGO.
    But if I mix them together they no longer work.
    Do you experience this issue? Any workaround?
    I'm using OBIEE 11.1.1.5
    Regards,
    Corraod

    What is the month level key column functionality in your time dimension?
    it should be in format of yyyymm but not in just mm ..

  • Weblogic managed server crash and automatic restart on Solaris SPARC platform

    hi Everyone,
    We are facing a problem a problem with Weblogic managed server where the managed server crashes and automatically restarts (via nodemanager) on Solaris SPARC platform.
    The system info is as below:
    OS:                            Oracle Solaris 11.1 SPARC
      Copyright (c) 1983, 2012, Oracle and/or its affiliates.  All rights reserved.
                               Assembled 19 September 2012
    uname:SunOS 5.11 11.1 sun4v
      (T2 libthread)
    rlimit: STACK 8192k, CORE infinity, NOFILE 65536, AS infinity
    load average:1.04 0.52 0.32
    CPU:total 4 v9, popc, vis1, vis2, vis3, blk_init, cbcond, sun4v, niagara_plus
    Memory: 8k page, physical 16777216k(5930008k free)
    vm_info: Java HotSpot(TM) 64-Bit Server VM (23.25-b01) for solaris-sparc JRE (1.7.0_25-b11), built on May 15 2013 04:30:17 by "" with Sun Studio 12u1
    The pstack output of analyzing the core file is as below (for the particular thread, I can attach the entire output of pstack if required):
    --- called from signal handler with signal 11 (SIGSEGV) ---
    ffffffff7ec1a7c4 memcpy%sun4v-hwcap3 (103d34720, 10a7e7710, 108ae1060, 6300, 0, ffffffff5f66394b) + 990
    ffffffff36102fa4 ZIP_GetEntry (103d34720, ffffffff636f66a4, bd, 103d347f0, a26f1c, 2f) + e4
    ffffffff36103440 Java_java_util_zip_ZipFile_getEntry (2b, ffffffff636f66a4, 103d34720, ffffffff636f6b70, 2b, 1) + a8
    ffffffff7586ac1c * *java/util/zip/ZipFile.getEntry(J[BZ)J [compiled]
    ffffffff75b61b58 * *java/util/zip/ZipFile.getEntry(Ljava/lang/String;)Ljava/util/zip/ZipEntry; [compiled] +39 (line 606)
    ffffffff75b61b58 * *java/util/jar/JarFile.getEntry(Ljava/lang/String;)Ljava/util/zip/ZipEntry;+3 (line 452)
    ffffffff75b61b58 * *weblogic/utils/classloaders/ZipClassFinder.getSource(Ljava/lang/String;)Lweblogic/utils/classloaders/Source;+36 (line 75)
    ffffffff75b6eb84 * *weblogic/utils/classloaders/JarClassFinder.getSource(Ljava/lang/String;)Lweblogic/utils/classloaders/Source; [compiled] +6 (line 100)
    ffffffff75a40938 * *weblogic/utils/classloaders/AbstractClassFinder.getClassSource(Ljava/lang/String;)Lweblogic/utils/classloaders/Source; [compiled] +74 (line 58)
    ffffffff75976c88 * *weblogic/utils/classloaders/MultiClassFinder.getClassSource(Ljava/lang/String;)Lweblogic/utils/classloaders/Source; [compiled] +30 (line 114)
    ffffffff75976c88 * *weblogic/utils/classloaders/MultiClassFinder.getClassSource(Ljava/lang/String;)Lweblogic/utils/classloaders/Source; [compiled] +30 (line 114)
    ffffffff75976c88 * *weblogic/utils/classloaders/MultiClassFinder.getClassSource(Ljava/lang/String;)Lweblogic/utils/classloaders/Source; [compiled] +30 (line 114)
    ffffffff75806d10 * weblogic/application/utils/CompositeWebAppFinder.getClassSource(Ljava/lang/String;)Lweblogic/utils/classloaders/Source;+5 (line 176)
    ffffffff75976c88 * *weblogic/utils/classloaders/MultiClassFinder.getClassSource(Ljava/lang/String;)Lweblogic/utils/classloaders/Source; [compiled] +30 (line 114)
    ffffffff75976c88 * *weblogic/utils/classloaders/MultiClassFinder.getClassSource(Ljava/lang/String;)Lweblogic/utils/classloaders/Source; [compiled] +30 (line 114)
    ffffffff75806d10 * weblogic/utils/classloaders/CodeGenClassFinder.getClassSource(Ljava/lang/String;)Lweblogic/utils/classloaders/Source;+43 (line 48)
    ffffffff75806d10 * weblogic/utils/classloaders/GenericClassLoader.findLocalClass(Ljava/lang/String;)Ljava/lang/Class;+87 (line 571)
    ffffffff75806d10 * weblogic/utils/classloaders/GenericClassLoader.findClass(Ljava/lang/String;)Ljava/lang/Class;+117 (line 515)
    ffffffff75806d10 * weblogic/utils/classloaders/ChangeAwareClassLoader.findClass(Ljava/lang/String;)Ljava/lang/Class;+60 (line 121)
    ffffffff75a465c8 * *java/lang/ClassLoader.loadClass(Ljava/lang/String;Z)Ljava/lang/Class; [compiled] +71 (line 836)
    ffffffff75db42c0 * *java/lang/ClassLoader.loadClass(Ljava/lang/String;)Ljava/lang/Class; [compiled] +4 (line 714)
    ffffffff75806d10 * weblogic/utils/classloaders/GenericClassLoader.loadClass(Ljava/lang/String;)Ljava/lang/Class;+2 (line 358)
    ffffffff75806d10 * weblogic/utils/classloaders/ChangeAwareClassLoader.loadClass(Ljava/lang/String;)Ljava/lang/Class;+27 (line 83)
    ffffffff7580024c * StubRoutines (1)
    ffffffff3691f44c __1cJJavaCallsLcall_helper6FpnJJavaValue_pnMmethodHandle_pnRJavaCallArguments_pnGThread__v_ (ffffffff636f7f98, 10234f000, 2, c, 2, 10) + 2f4
    ffffffff36e546c0 __1cJJavaCallsMcall_virtual6FpnJJavaValue_nGHandle_nLKlassHandle_pnGSymbol_63pnGThread__v_ (ffffffff636f7f98, 1013e7748, 10234f000, 10011bf30, 100119ec0, 772d4ec08) + 1b8
    ffffffff3725bf0c __1cQSystemDictionaryTload_instance_class6FpnGSymbol_nGHandle_pnGThread__nTinstanceKlassHandle__ (105cb6100, 1013e7978, 10234f000, 102b6e500, 0, 1013e7748) + 494
    ffffffff3725a028 __1cQSystemDictionarybEresolve_instance_class_or_null6FpnGSymbol_nGHandle_3pnGThread__pnMklassOopDesc__ (105cb6100, 19dc00, 70, 10234f000, 70, 1013e7700) + ae0
    ffffffff37257800 __1cQSystemDictionaryPresolve_or_fail6FpnGSymbol_nGHandle_3bpnGThread__pnMklassOopDesc__ (105cb6100, 1013e76f0, 1013e76f8, 1, 10234f000, 1) + 290
    ffffffff368ba9dc __1cTconstantPoolOopDescNklass_at_impl6FnSconstantPoolHandle_ipnGThread__pnMklassOopDesc__ (10201b6e0, 1013e7978, 10234f000, 10201b6e0, 783cfb098, ffffffff37588000) + 264
    ffffffff36937380 __1cSInterpreterRuntimeE_new6FpnKJavaThread_pnTconstantPoolOopDesc_i_v_ (10234f000, 77548b730, 49, 10201b6e0, 1013e76e8, 10234f000) + b8
    ffffffff7581ab58 * com/jdedwards/base/logging/log4j/JdeLogger.warn(ILjava/lang/String;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Throwable;)V+14
    ffffffff75807bcc * com/jdedwards/system/security/proxy/SecurityServerProxyImpl.install(Ljava/util/Hashtable;)Lcom/jdedwards/system/security/proxy/SecurityServerProxyImpl;+30
    ffffffff75806d10 * com/jdedwards/system/security/proxy/SecurityServerProxyFactory.create(Ljava/util/Hashtable;)Lcom/jdedwards/system/security/SecurityServer;+1
    ffffffff75807898 * com/jdedwards/system/security/SecurityServerInstance.getInstance()Lcom/jdedwards/system/security/SecurityServer;+27
    ffffffff75806d10 * com/jdedwards/mgmt/security/UserManager.checkPassword(Ljava/lang/String;Ljava/lang/String;)Z+59
    ffffffff75806b24 * com/jdedwards/mgmt/security/UserManagerImpl.checkPassword(Ljava/lang/String;Ljava/lang/String;)Z+5
    ffffffff75806b24 * com/jdedwards/mgmt/security/SCFLoginModule.login()Z+481
    The output of the hs_err_pid1127.log file is as below:
    # A fatal error has been detected by the Java Runtime Environment:
    #  SIGSEGV (0xb) at pc=0xffffffff7ec1a544, pid=1127, tid=20
    # JRE version: 7.0_25-b11
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (23.25-b01 mixed mode solaris-sparc compressed oops)
    # Problematic frame:
    # C  [libc.so.1+0x11a544]  memcpy%sun4v-hwcap3+0x710
    # Core dump written. Default location: /slot/ems9437/appmgr/Oracle/Middleware/user_projects/domains/smc_domain/core or core.1127
    # If you would like to submit a bug report, please visit:
    #   http://bugreport.sun.com/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    ---------------  T H R E A D  ---------------
    Current thread (0x000000010294d000):  JavaThread "[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_in_native, id=20, stack(0xffffffff62f00000,0xffffffff63000000)]
    siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0xffffffff5f6ce000
    I ran the suspect code which i believed was causing the issue as a standalone Java program using the same Java executable and it worked fine without any crash.
    Appreciate any inputs / discussion / feedback / thoughts on this topic.
    Good day.

    I just wanted to throw in one more thought.  I have also seen that there is a restart=true parameter.  Maybe if we set this to true, and just issue the command to shut down the server in the script, the managed server will restart on its own. 
    Would greatly appreciate any advice!

  • TODATE and AGO function errors in OBIEE

    I have aggregated time dimension. The time calendar comprises of the following structure with a physical table for each level in the Physical Layer -
    Year -> Half Year -> Quarter -> Month -> Week -> Day
    These tables form the calendar. The RPD works fine until I use the TODATE and AGO based fields in the query.
    When I use the AGO and the TODATE time series function to generate the YTD and PY YTD calculations in the Business Modelling Layer. The system gives the following error on Answers -
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 22045] AGO function is used on a time dimension which is logically snowflaked. (HY000)
    SQL Issued: SELECT "- Retail Calendar"."Year Identifier" saw_0, "- Sales"."Gallons Sold" saw_1, "- Sales"."Profit Amount" saw_2, "- Sales"."Sales Quantity" saw_3, "- Sales"."Retail Sales Amount" saw_4, "- Sales"."Licensee Sales Amount" saw_5, "- Sales"."% Retail Sales Amount" saw_6, "- Sales"."% Licensee Sales Amount" saw_7, "- Sales"."Store Average Profit" saw_8, "- Sales"."Sales Amount - Last Year" saw_9 FROM "Reporting Objects" ORDER BY saw_0
    Let me know what I am doing incorrect here?
    I have checked all the joins to see if the time calendar has been incorrectly joined, but I can't find anything. Please help.

    Below are the physical tables involved -
    Year - TIME_YEAR_DM
    Half Year - TIME_HALF_DM
    Quarter - TIME_QTR_DM
    Month - TIME_MTH_DM
    Week - TIME_WK_DM
    Day - TIME_DAY_DM
    Each of these tables has an Identifier key (for example, YR_IDNT, HALF_IDNT, QTR_IDNT, etc.) that uniquely identifies the rows. I am using these IDNT fields as my hierarchical keys.

Maybe you are looking for

  • Cannot install upgrade for iweb

    I have upgraded my iMac last December and bought the new 27inch one. It came with iWeb, that I have been enjoying for years, and used it to upload my Web pages. I also transfer my self in to iCloud few months ago, and that also seemed to be well. How

  • P2 media offline.

    I've got a project with around 1.3TB of P2 Media. A clip which was a long clip and spanned at that, was made off line and deleted from the disc. I need to get it back and I have the original .mxf on tape back up, so I have the original files availabl

  • Error while partitioning in boot camp

    When I try to repair the disk from my booted OSX it says something like "Your filesystem is broken and has to be repaired from the rescue partition". When I do so, the DiskUtility doesn't find any errors and says "everything seems to be fine". So any

  • Can I use PERL in APEX

    Hi All can i use PERL language in APEX? is it gud practice to use PERL in APEX? Thanxs

  • CS6 PC Lizenz in Mac Lizenz umtauschen

    Ich möchte eine bestehende CS6 PC Lizenz wegen Gerätewechsel in eine Mac Lizenz umtauschen. Wird das von Adobe unterstützt? Gruß AB