Underlying Error with Execute

BACKGROUND: We are in the middle of load testing an application we have developed using dbxml on the backend. The current test subjects the database to repeated queries (in large batches). This is an integrated java application.
PROBLEM: There appears to be a random crash in the system. We have successfully run the load test for a period of 8 hours, 14, hours, 24 hours, and 48 hours, however sometimes during these tests the JVM will crash with the following error. This appears to be random, as it is not located to a single instance of a fetched object (as we are constantly fetching the same set of objects over and over again - just for stress testing).
POSSIBLE CAUSES: The only common symptom in this trace is the call to XmlQuerryExpression.execute - memory usage appears to be consistent, no additional programs are running on the test environment, all other indications of anomalous behavior are negative. The garbage collector was monitored to determine weather this had any effect on the segmentation fault, however, none of the crash-scenarios were anyway related with GC operation (since this is a constant query load test, the memory levels off after a while, as do the threads and the GC remains dormant during the remainder of the testing - despite this, the crash still occurs).
Replacing the execute function with a simple query (slows down performance) but also prevents the crash from occurring - successfully tested the system using query under multiple conditions without any indication of failure or crashing.
TECHNICAL DUMP:
# An unexpected error has been detected by Java Runtime Environment:
# SIGSEGV (0xb) at pc=0xb1344da8, pid=10333, tid=2889173904
# Java VM: Java HotSpot(TM) Client VM (10.0-b22 mixed mode, sharing linux-x86)
# Problematic frame:
# C [libxqilla.so.4+0x23ada8] m_apm_copy+0x28
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/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 (0x0c6f8800): JavaThread "pool-2-thread-71" [_thread_in_native, id=10472, stack(0xac304000,0xac355000)]
siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x0000005d
Registers:
EAX=0xaa50b840, EBX=0xb14b688c, ECX=0xaa50b840, EDX=0x0ab404c8
ESP=0xac352820, EBP=0xac352848, ESI=0x00000004, EDI=0x00000051
EIP=0xb1344da8, CR2=0x0000005d, EFLAGS=0x00210203
Top of Stack: (sp=0xac352820)
0xac352820: b13440ac b14b688c ac352878 b13444bf
0xac352830: 0000000a 00707ff4 aa500010 b14b688c
0xac352840: 00000008 00000051 ac352868 b1344604
0xac352850: 00000051 aa50b840 00352d84 b14b688c
0xac352860: aa50b840 00000007 ac3528b8 b134303d
0xac352870: 00000051 00000007 aa50b840 b1343419
0xac352880: aa50b9e0 aa50b9e0 00000051 b134478b
0xac352890: 00000054 00000004 aa50b9e0 b134473a
Instructions: (pc=0xb1344da8)
0xb1344d98: e8 8a 3a ec ff 81 c3 ef 1a 17 00 83 c6 01 d1 fe
0xb1344da8: 3b 77 0c 7f 36 8b 4d 0c 8b 17 8b 41 10 89 47 10
Stack: [0xac304000,0xac355000], sp=0xac352820, free space=314k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [libxqilla.so.4+0x23ada8] m_apm_copy+0x28
C [libxqilla.so.4+0x23a604] m_apm_round+0x74
C [libxqilla.so.4+0x23903d] m_apm_to_string+0x3d
C [libxqilla.so.4+0x23723b] m_apm_to_string_mt+0x2b
C [libxqilla.so.4+0x22f243] _ZNK4MAPM8toStringEPci+0x33
C [libxqilla.so.4+0x20de31] ZN7Numeric14asDoubleStringENS5StateERK4MAPMiPK13StaticContext+0xf1
C [libxqilla.so.4+0x20e194] _ZNK7Numeric14asDoubleStringEiPK13StaticContext+0x74
C [libxqilla.so.4+0x1eab40] _ZNK21ATDoubleOrDerivedImpl8asStringEPK14DynamicContext+0x30
C [libxqilla.so.4+0x20f76e] _ZNK22NumericTypeConstructor10createItemEPK14DynamicContext+0x15e
C [libxqilla.so.4+0x120a10] _ZN10XQSequence14SequenceResult4nextEP14DynamicContext+0x60
C [libxqilla.so.4+0x261b27] _ZN13ClosureResult4nextEP14DynamicContext+0x67
C [libxqilla.so.4+0x263183] _ZN16ResultBufferImpl4itemEjP14DynamicContext+0x53
C [libxqilla.so.4+0x2632d0] _ZN14BufferedResult4nextEP14DynamicContext+0x40
C [libxqilla.so.4+0x263183] _ZN16ResultBufferImpl4itemEjP14DynamicContext+0x53
C [libxqilla.so.4+0x2632d0] _ZN14BufferedResult4nextEP14DynamicContext+0x40
C [libdbxml_java-2.4.so+0x20987e] _ZN5DbXml20GeneralCompareFilter6doNextEP14DynamicContext+0xde
C [libdbxml_java-2.4.so+0x206c13] _ZN5DbXml11ValueFilter4nextEP14DynamicContext+0x33
C [libdbxml_java-2.4.so+0x20c8ef] _ZN5DbXml22VarNodePredicateFilter6doNextEP14DynamicContext+0x8f
C [libdbxml_java-2.4.so+0x20bb03] _ZN5DbXml22VarNodePredicateFilter4nextEP14DynamicContext+0x33
C [libdbxml_java-2.4.so+0x20baf1] _ZN5DbXml22VarNodePredicateFilter4nextEP14DynamicContext+0x21
C [libdbxml_java-2.4.so+0x20baf1] _ZN5DbXml22VarNodePredicateFilter4nextEP14DynamicContext+0x21
C [libdbxml_java-2.4.so+0x2135d4] _ZN5DbXml20QueryPlanToASTResult4nextEP14DynamicContext+0x24
C [libxqilla.so.4+0x261b27] _ZN13ClosureResult4nextEP14DynamicContext+0x67
C [libxqilla.so.4+0x263183] _ZN16ResultBufferImpl4itemEjP14DynamicContext+0x53
C [libxqilla.so.4+0x2632d0] _ZN14BufferedResult4nextEP14DynamicContext+0x40
C [libdbxml_java-2.4.so+0x21270d] ZN5DbXml22ASTToQueryPlanIterator4seekEiRKNS5DocIDERKNS_5NsNidEP14DynamicContext+0x3d
C [libdbxml_java-2.4.so+0x1d886e] _ZN5DbXml17IntersectIterator4nextEP14DynamicContext+0x9e
C [libdbxml_java-2.4.so+0x2135d4] _ZN5DbXml20QueryPlanToASTResult4nextEP14DynamicContext+0x24
C [libxqilla.so.4+0x26429b] _ZN10ResultImpl24getEffectiveBooleanValueEP14DynamicContextPK12LocationInfo+0x3b
C [libxqilla.so.4+0x117775] _ZN4XQIf8IfResult4nextEP14DynamicContext+0xb5
C [libxqilla.so.4+0x11770d] _ZN4XQIf8IfResult4nextEP14DynamicContext+0x4d
C [libxqilla.so.4+0x13cb1b] _ZN12ReturnResult4nextEP14DynamicContext+0x15b
C [libxqilla.so.4+0x160d47] _ZN7XQQuery11QueryResult4nextEP14DynamicContext+0x47
C [libdbxml_java-2.4.so+0x10b115] ZN5DbXml13LazyDIResults4nextERNS8XmlValueE+0x185
C [libdbxml_java-2.4.so+0x11d3c9] ZN5DbXml10XmlResults4nextERNS8XmlValueE+0x39
C [libdbxml_java-2.4.so+0x107024] ZN5DbXml12ValueResults4initERNS10XmlResultsE+0x44
C [libdbxml_java-2.4.so+0x108339] ZN5DbXml12ValueResultsC1EPNS7ResultsERNS_10XmlManagerEPNS_11TransactionE+0x89
C [libdbxml_java-2.4.so+0xd1698] ZN5DbXml15QueryExpression7executeEPNS11TransactionEPNS_5ValueERNS_15XmlQueryContextEj+0x1e8
C [libdbxml_java-2.4.so+0x114b30] ZNK5DbXml18XmlQueryExpression7executeERNS14XmlTransactionERNS_15XmlQueryContextEj+0x60
C [libdbxml_java-2.4.so+0x232671]
C [libdbxml_java-2.4.so+0x2522f9] Java_com_sleepycat_dbxml_dbxml_1javaJNI_XmlQueryExpression_1execute_1_1SWIG_15+0x229
v ~BufferBlob::Interpreter

Good morning,
Thanks for the quick reply.
1. The crash always lists the m_apm* at the top of the stack, particularly the m_apm_copy function at the very top. We say it is random because the actual query which is being executed is not limited to a single reference or point in the database. At first we had thought it may be some bad data, however, any record set which is retrieved in this manner seems to give the same stack copy crash location, but it is random in that it may or may not appear during any of our testing runs. We have tested this on various systems with the same crashing results (single processor, multi processor 32bit/64bit Windows and various flavors of linux).
2. Yes.
3. When we perform the same function with a call to a direct query rather then building a query expression and calling execute on it, the system does not fall over.

Similar Messages

  • Could not find the main class error with executable jar

    Hello,
    I have troubles creating an executable jar file and I ran out of ideas how to solve it so I would appreciate some help.
    I have created a jar file with the export function in eclipse
    the Manifest.MF file contains:
    Manifest-Version: 1.0
    Main-Class: view.AppTennisViewI tried starting the file with a batch file which contains following code:
    @echo off
    javaw -classpath c:\TennisHSQLDB_GC2\tennisApp.jar
    @start javaw -jar tennisApp.jar
    exitthe batch file and the jar are both located in c:\TennisHSQLDB_GC2.
    When i try command line I get the same result.
    I also tried alternate statements such as SET CLASSPATH iso javaw -classpath and including the classpath in the manifest file but no luck. It keeps given me the error: could not find the main class. program will exit
    Anyone any suggestions for my problem?

    nevermind, found it.
    classpath in manifest was incorrect

  • Error with executable using ActiveX object in ver 7

    I have a top-level VI (version 7 in WindowsXP) that contains an ActiveX control. This ActiveX object further calls several DLL’s, one of which controls the serial port. SubVIs in the top-level VI call this ActiveX object via Invoke Node and Property Node. Everything works in the LabVIEW development environment. The ActiveX object is registered using the “regsvr32” command and is made with Visual C++.
    When I try to build an application of the top-level VI, the executable doesn’t work (giving the error “The server threw an exception.” Error -2147417851). I’ve narrowed the problem down to the ActiveX calls. I’ve tried embedding the ActiveX object and the DLL’s in the executable as support files. I’ve also tried changing the Execution property of the top-level VI from “same as caller” (default) to “standard” (no change) and “user interface” (crashes executable). The application setting “Enable ActiveX server” is checked. I still get the error. Any suggestions?

    I'm not exactly sure what is going wrong, but I have some information that might help. As has been mentioned in some of the referenced posts, Windows has completely different ways of finding DLLs depending on the technology being used.
    When dealing with a COM library, LabVIEW calls CoCreateInstance - a COM method provided by Microsoft to create the object. This method looks in the registery to find the absolute path to the ActiveX DLL. Thus it doesn't matter where your DLL (versus your LV application) is located.
    HOWEVER - If that ActiveX DLL then uses other DLLs via a normal C interface, the rules change. If the ActiveX DLL just links normally (using a .LIB) with these dependent DLLs, then that ActiveX DLL relies on the PATH environment variable to find the DLLs (which typically includes the current directory - and is probably how Chris' app started working). The ActiveX DLL can also call LoadLibrary() directly, and thus can provide an absolute or relative path - raising all sorts of possibilities.
    ACTION ITEM
    Here is my suggestion. Go to www.sysinternals.com and download the File Monitor (http://www.sysinternals.com/Utilities/Filemon.html). Set the filter on the monitor to the name of the EXE (either LabVIEW.exe or your built application). Then run the app. You'll see a lot of entries, but you can then search for the various DLLs in question. Don't be surprised to see FILE_NOT_FOUND errors, you'll get that as Windows probes around the various directories trying to find the DLLs.
    You can do this in both LV and your built app and see the difference in how it searches. That should give you some idea as to what is going wrong. Please feel free to post a follow-up with more questions once you've done this.
    Brian Tyler
    http://detritus.blogs.com/lycangeek

  • OutOfMemory error with executable file

    I'm a plant scientist not a Java programmer, so apologies for naivety or lack of clarity here. I am trying to help a colleague who consistently gets a java.lang.OutOfMemoryError when running an .exe file provided as part of a freeware academic version of a bioinformatics package. The full commercial version would be supplied as jar files and the company gives the obvious advice on how to fix the error in this case: issue the command
    java -Xmx256m -jar THEPROG.jar [followed by program-specific options] where THEPROG represents the program in question. However this won't work with the exe version, which is presumably just a compiled stripped-down form of the Java original. Is there any way we can overcome this error? We are currently running J2RE SE (version 1.4.2_02) which is part of our standard Windows XP desktop build; the problem is independent of system memory availability, and I've reproduced it with other versions of JRE/JDK. The other exe file released as part of the same freeware package runs fine, but is less computationally demanding.
    Thanks in advance

    Thanks to cotton.m, ChuckBing and mimi_tan1985 for your replies. The exe file doesn't accept options of the form -Xmxnnn. Unfortunately the originator of the software doesn't document which program was used to create the exe file from the Java classes/jars, and it doesn't provide support for the freeware version, though it's widely used in the academic community as it performs superbly when it works. The documentation is sketchy and provides no info on changing memory allocation for the exe version, only for the jar version.
    It looks as though we will either have to break our bigger jobs up into multiple small jobs which will run OK, or find the $2000 or so we need to buy the full version.
    Thanks again for your help.

  • Error while executing SDM process phase with action DEPLOY_SLOT

    Hi,
    I am upgrading CRM 2007 to CRM 7.0 and got an error in Java side.
    Following is DEPLOY_SLOT_1_DON_01.LOG
    <!LOGHEADER[START]/>
    <!HELP[Manual modification of the header may cause parsing problem!]/>
    <!LOGGINGVERSION[1.5.3.7185 - 630]/>
    <!NAME[C:\usr\sap\jupgrade\log\DEPLOY_SLOT_1__DON_01.LOG]/>
    <!PATTERN[DEPLOY_SLOT_1__DON_01.LOG]/>
    <!FORMATTER[com.sap.tc.logging.TraceFormatter(%24d %s: %m)]/>
    <!ENCODING[UTF8]/>
    <!LOGHEADER[END]/>
    May 20, 2009 4:15:48 AM  Info:
    May 20, 2009 4:15:48 AM  Info: ============================================
    May 20, 2009 4:15:48 AM  Info: =   Starting to execute command 'deploy'   =
    May 20, 2009 4:15:48 AM  Info: ============================================
    May 20, 2009 4:15:48 AM  Info: Starting SDM - Software Deployment Manager...
    May 20, 2009 4:15:49 AM  Info: tc/SL/SDM/SDM/sap.com/SAP AG/7.0103.20081105085605.0000
    May 20, 2009 4:15:51 AM  Info: SDM operation mode successfully set to: Standalone
    May 20, 2009 4:15:52 AM  Info: Initializing Network Manager (50017)
    May 20, 2009 4:15:52 AM  Info: Checking if another SDM is running on port 50018
    May 20, 2009 4:15:53 AM  Info: -
    Starting deployment -
    May 20, 2009 4:15:53 AM  Info: Error handling strategy: OnErrorSkipDepending
    May 20, 2009 4:15:53 AM  Info: Prerequisite error handling strategy: OnPrerequisiteErrorStop
    May 20, 2009 4:15:53 AM  Info: Update strategy: UpdateLowerVersions
    May 20, 2009 4:15:53 AM  Info: Starting deployment prerequisites:
    May 20, 2009 4:15:55 AM  Info: Loading selected archives...
    May 20, 2009 4:15:55 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\ADSSAP03_0.SCA'
    May 20, 2009 4:16:43 AM  Info: Loading archive '
    nbg-dev-cd1\sapmnt\trans\EPS\in\BIBASES16_0-10003477.SCA'
    May 20, 2009 4:16:48 AM  Info: Loading archive '
    nbg-dev-cd1\sapmnt\trans\EPS\in\BIIBC16_0-10003495.SCA'
    May 20, 2009 4:16:50 AM  Info: Loading archive '
    nbg-dev-cd1\sapmnt\trans\EPS\in\BIREPPLAN16_0-10002878.SCA'
    May 20, 2009 4:17:00 AM  Info: Loading archive '
    nbg-dev-cd1\sapmnt\trans\EPS\in\BIWDALV16_0-10003475.SCA'
    May 20, 2009 4:17:02 AM  Info: Loading archive '
    nbg-dev-cd1\sapmnt\trans\EPS\in\BIWEBAPP16_0-10003476.SCA'
    May 20, 2009 4:17:13 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\BIMMR03_0.SCA'
    May 20, 2009 4:17:24 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\BIUDI03_0.SCA'
    May 20, 2009 4:17:31 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\BPCRMAPP02_0.SCA'
    May 20, 2009 4:17:35 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\BPCRMFND02_0.SCA'
    May 20, 2009 4:17:37 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\CAF03_0.SCA'
    May 20, 2009 4:18:02 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\CAFKM03_0.SCA'
    May 20, 2009 4:18:04 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\CAFUM03_0.SCA'
    May 20, 2009 4:18:08 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\CRMAPP02_0.SCA'
    May 20, 2009 4:18:09 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\CRMFND02_1.SCA'
    May 20, 2009 4:18:10 AM  Info: Loading archive '
    nbg-dev-cd1\sapmnt\trans\EPS\in\DICBS16_0-10003500.SCA'
    May 20, 2009 4:18:13 AM  Info: Loading archive '
    nbg-dev-cd1\sapmnt\trans\EPS\in\DICMS16_0-10003499.SCA'
    May 20, 2009 4:18:20 AM  Info: Loading archive '
    nbg-dev-cd1\sapmnt\trans\EPS\in\DIDTR16_0-10003501.SCA'
    May 20, 2009 4:18:26 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\EPPSERV03_0.SCA'
    May 20, 2009 4:18:43 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\EPWDC03_0.SCA'
    May 20, 2009 4:18:45 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\EPBC203_0.SCA'
    May 20, 2009 4:18:50 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\KMKWJIKS03_0.SCA'
    May 20, 2009 4:18:51 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\KMCBC03_0.SCA'
    May 20, 2009 4:18:56 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\KMCCM03_0.SCA'
    May 20, 2009 4:19:03 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\KMCCOLL03_0.SCA'
    May 20, 2009 4:19:10 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\LMPORTAL03_0.SCA'
    May 20, 2009 4:19:12 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\LMTOOLS03_01.SCA'
    May 20, 2009 4:19:43 AM  Error: There is already a component of the same type with identical name 'tc/cts/appl' and vendor 'sap.com' selected.
    May 20, 2009 4:19:43 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\NETPDK03_0.SCA'
    May 20, 2009 4:19:45 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\RTC03_0.SCA'
    May 20, 2009 4:19:48 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\RTCSTREAM03_0.SCA'
    May 20, 2009 4:19:49 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\SAPCRMAPP02_1.SCA'
    May 20, 2009 4:20:55 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\SAPCRMDIC02_0.SCA'
    May 20, 2009 4:21:00 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\SAPEU03_0.SCA'
    May 20, 2009 4:21:39 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\SAPSHRAPP02_0.SCA'
    May 20, 2009 4:23:18 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\SWLIFECYCL03_0.SCA'
    May 20, 2009 4:23:24 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\UMEADMIN03_0.SCA'
    May 20, 2009 4:23:27 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\UWLJWF03_0.SCA'
    May 20, 2009 4:23:33 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\VCBASE03_0.SCA'
    May 20, 2009 4:23:37 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\VCFLEX03_0.SCA'
    May 20, 2009 4:23:54 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\VCFRAMEWORK03_0.SCA'
    May 20, 2009 4:23:58 AM  Info: Loading archive '
    nbg-dev-cd1\sapmnt\trans\EPS\in\VCKITBI16_0-10003603.SCA'
    May 20, 2009 4:23:59 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\VCKITGP03_0.SCA'
    May 20, 2009 4:24:00 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\VCKITXX03_0.SCA'
    May 20, 2009 4:24:02 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\WDEXTENSIONS03_0.SCA'
    May 20, 2009 4:24:05 AM  Error: Error while loading selected archives.
    May 20, 2009 4:24:05 AM  Error: Prerequisites were aborted.
    May 20, 2009 4:24:13 AM  Error: Error while loading selected archives.
    May 20, 2009 4:24:13 AM  Info: Summarizing the deployment results:
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\ADSSAP03_0.SCA
    May 20, 2009 4:24:13 AM  Error: Initial:
    nbg-dev-cd1\sapmnt\trans\EPS\in\BIBASES16_0-10003477.SCA
    May 20, 2009 4:24:13 AM  Error: Initial:
    nbg-dev-cd1\sapmnt\trans\EPS\in\BIIBC16_0-10003495.SCA
    May 20, 2009 4:24:13 AM  Error: Initial:
    nbg-dev-cd1\sapmnt\trans\EPS\in\BIREPPLAN16_0-10002878.SCA
    May 20, 2009 4:24:13 AM  Error: Initial:
    nbg-dev-cd1\sapmnt\trans\EPS\in\BIWDALV16_0-10003475.SCA
    May 20, 2009 4:24:13 AM  Error: Initial:
    nbg-dev-cd1\sapmnt\trans\EPS\in\BIWEBAPP16_0-10003476.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\BIMMR03_0.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\BIUDI03_0.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\BPCRMAPP02_0.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\BPCRMFND02_0.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\CAF03_0.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\CAFKM03_0.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\CAFUM03_0.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\CRMAPP02_0.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\CRMFND02_1.SCA
    May 20, 2009 4:24:13 AM  Error: Initial:
    nbg-dev-cd1\sapmnt\trans\EPS\in\DICBS16_0-10003500.SCA
    May 20, 2009 4:24:13 AM  Error: Initial:
    nbg-dev-cd1\sapmnt\trans\EPS\in\DICMS16_0-10003499.SCA
    May 20, 2009 4:24:13 AM  Error: Initial:
    nbg-dev-cd1\sapmnt\trans\EPS\in\DIDTR16_0-10003501.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\EPPSERV03_0.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\EPWDC03_0.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\EPBC203_0.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\KMKWJIKS03_0.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\KMCBC03_0.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\KMCCM03_0.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\KMCCOLL03_0.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\LMPORTAL03_0.SCA
    May 20, 2009 4:24:13 AM  Error: Precondition violated: C:\usr\sap\jupgrade\data\archives\LMTOOLS03_01.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\NETPDK03_0.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\RTC03_0.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\RTCSTREAM03_0.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\SAPCRMAPP02_1.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\SAPCRMDIC02_0.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\SAPEU03_0.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\SAPSHRAPP02_0.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\SWLIFECYCL03_0.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\UMEADMIN03_0.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\UWLJWF03_0.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\VCBASE03_0.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\VCFLEX03_0.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\VCFRAMEWORK03_0.SCA
    May 20, 2009 4:24:13 AM  Error: Initial:
    nbg-dev-cd1\sapmnt\trans\EPS\in\VCKITBI16_0-10003603.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\VCKITGP03_0.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\VCKITXX03_0.SCA
    May 20, 2009 4:24:13 AM  Error: Initial: C:\usr\sap\jupgrade\data\archives\WDEXTENSIONS03_0.SCA
    May 20, 2009 4:24:13 AM  Error: Processing error. Return code: 4
    It appears to me that somehow there is a component conflict:
    May 20, 2009 4:19:12 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\LMTOOLS03_01.SCA'
    May 20, 2009 4:19:43 AM  Error: There is already a component of the same type with identical name 'tc/cts/appl' and vendor 'sap.com' selected.
    May 20, 2009 4:19:43 AM  Info: Loading archive 'C:\usr\sap\jupgrade\data\archives\NETPDK03_0.SCA'
    Is it advisable at all to manually delete the above LMTOOLS03_01.SCA from the location and try again or this will lead to more errors?
    Please help ASAP, thanks a lot,
    Shival

    Following is the trouble ticket information:
    Trouble Ticket Report
    Upgrade to Enhancement Package 1 SR1 for SAP NetWeaver/ SAP Business Suite 7 SR1
    SID................: CD1
    Hostname...........: nbg-dev-cd1
    Install directory..: c:/usr/sap/CD1
    Upgrade directory..: C:\usr\sap\jupgrade
    Database...........: SAP DB
    Operating System...: NT
    JDK version........: 1.4.2_15 Sun Microsystems Inc.
    SAPJup version.....: 1.5.6
    Source release.....: 700
    Target release.....: 700
    Current usages.....: AS;EP;EPC;BP-CRM;JCRM;AAS
    ABAP stack present.: true
    The execution of UPGRADE/UPGRADE/DEPLOY_ONLINE ended in error.
    Error while executing SDM process phase with action DEPLOY_SLOT. See C:\usr\sap\jupgrade\log\DEPLOY_SLOT_1__DON_01.LOG for details.
    Cannot execute Java process for deployList with parameters C:/usr/sap/jupgrade/tmp/SLOT.DEPLOY.LST.
    Return code condition success evaluated to false for process java.exe for action ACTION_DEPLOY_LIST.
    More information can be found in the log file C:\usr\sap\jupgrade\log\DEPLOY_ONLINE_DON_01.LOG.
    Use the information provided to trouble-shoot the problem. There might be an OSS note providing a solution to this problem. Search for OSS notes with the following search terms:
    com.sap.sdt.j2ee.phases.PhaseTypeSDMProcess
    com.sap.sdt.ucp.phases.PhaseException
    Error while executing SDM process phase with action DEPLOY_SLOT. See C:\usr\sap\jupgrade\log\DEPLOY_SLOT_1__DON_01.LOG for details.
    DEPLOY_ONLINE
    UPGRADE
    NetWeaver Upgrade
    SAPJup
    Java Upgrade

  • Error while executing SAP E-Commerce Application with UME system

    When attempting to login to the B2B application (http://hostname:port/b2b/init.do), we receive the following error:
    Error while executing SAP E-Commerce Application with UME system; try again to log on. If the problem persists, call our hotline.
    I checked the defaultTrace log and every time the login page is called the following messages are displayed:
    #System.err#sap.com/crm~b2b#System.err#Guest#0##n/a##70cf2ba0756b11df86050003ba827311#SAPEngine_Application_Thread[impl:3]_0##0#0#Error##Plain###com.sap.engine.services.servlets_jsp.server.exceptions.WebIllegalStateException: The output is committed.
    #System.err#sap.com/crm~b2b#System.err#Guest#0##n/a##70cf2ba0756b11df86050003ba827311#SAPEngine_Application_Thread[impl:3]_0##0#0#Error##Plain###  at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:354)#
    another 40 lines of similar text
    When a login is attempted, the following messages are appended to the trace file:
    #tracing.isa.runtime#sap.com/crm~b2b#tracing.isa.runtime#Guest#0##n/a##f6384ec0756b11df81380003ba827311#SAPEngine_Application_Thread[impl:3]_0##0#0#Debug##Plain###[actionxecution]='begin' [actionclass]='com.sap.isa.user.action.PrepareLoginBaseAction' [path]='/preparelogin'#
    tracing.isa.runtime#sap.com/crm~b2b#tracing.isa.runtime#USER1#7439##n/a##f6384ec0756b11df81380003ba827311#SAPEngine_Application_Thread[impl:3]_0##0#0#Debug##Plain###[actionxecution]='end' [actionclass]='com.sap.isa.user.action.PrepareLoginBaseAction' [path]='/preparelogin' [forward]='/login.do' [exectime]='42'#
    #tracing.isa.runtime#sap.com/crm~b2b#tracing.isa.runtime#USER1#7439##n/a##f6384ec0756b11df81380003ba827311#SAPEngine_Application_Thread[impl:3]_0##0#0#Debug##Plain###[jcofuncionexecution]='begin' [funcname]='CRM_ISA_SSO_LOGIN_CHECKS' [ashost]='<hostname>' [sysid]='CRM'#
    #tracing.isa.runtime#sap.com/crm~b2b#tracing.isa.runtime#USER1#7439##<hostname>_CJM_678801250#USER1#f6384ec0756b11df81380003ba827311#SAPEngine_Application_Thread[impl:3]_0##0#0#Debug##Plain###[jcofunctionexecution]='end' [funcname]='CRM_ISA_SSO_LOGIN_CHECKS' [ashost]='<hostname>' [sysid]='CRM' [exectime]='12'#
    I have modified the userid and hostname in the above trace output.
    Does anyone know how we can debug this issue further?
    Thanks,
    Setu

    Hi,
    Are you using UME login type for your B2B Scenario?
    In your B2B XCM setting have you selected UME related login type?
    eCommerce Developer

  • Analysis Service Execute DDL Task throwing error with SourceType Variable

    Hi,
    I have Configuring Analysis Services Execute DDL Task to use Variable and Process Data(xmla Script) like below:
    When I execute this task I get the below error message:
    [Analysis Services Execute DDL Task] Error: The -->
    text node at line 23, column 3 cannot appear inside the DataSource element (namespace http://schemas.microsoft.com/analysisservices/2003/engine) under Envelope/Body/Execute/Command/Batch/Parallel/Process. This element can
    only have text nodes containing white-space characters.
    Can anyone please let me know how to resolve this.

    If I run using the sourceType "Direct Input", the Analysis Execute DDL Task runs fine, but if I use the sourcetype as variable its throws the error. And below is the xmla script
    Here is my Package look and the xmla script; its failing at "ProcessAdd" Analysis Execute DDL task:
    "SELECT '<Batch xmlns=\"http://schemas.microsoft.com/analysisservices/2003/engine\">
    <ErrorConfiguration xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:ddl2=\"http://schemas.microsoft.com/analysisservices/2003/engine/2\" xmlns:ddl2_2=\"http://schemas.microsoft.com/analysisservices/2003/engine/2/2\" xmlns:ddl100_100=\"http://schemas.microsoft.com/analysisservices/2008/engine/100/100\" xmlns:ddl200=\"http://schemas.microsoft.com/analysisservices/2010/engine/200\" xmlns:ddl200_200=\"http://schemas.microsoft.com/analysisservices/2010/engine/200/200\" xmlns:ddl300=\"http://schemas.microsoft.com/analysisservices/2011/engine/300\" xmlns:ddl300_300=\"http://schemas.microsoft.com/analysisservices/2011/engine/300/300\" xmlns:ddl400=\"http://schemas.microsoft.com/analysisservices/2012/engine/400\" xmlns:ddl400_400=\"http://schemas.microsoft.com/analysisservices/2012/engine/400/400\">
    <KeyNotFound>IgnoreError</KeyNotFound>
    </ErrorConfiguration>
    <Parallel>
    <Process xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:ddl2=\"http://schemas.microsoft.com/analysisservices/2003/engine/2\" xmlns:ddl2_2=\"http://schemas.microsoft.com/analysisservices/2003/engine/2/2\" xmlns:ddl100_100=\"http://schemas.microsoft.com/analysisservices/2008/engine/100/100\" xmlns:ddl200=\"http://schemas.microsoft.com/analysisservices/2010/engine/200\" xmlns:ddl200_200=\"http://schemas.microsoft.com/analysisservices/2010/engine/200/200\" xmlns:ddl300=\"http://schemas.microsoft.com/analysisservices/2011/engine/300\" xmlns:ddl300_300=\"http://schemas.microsoft.com/analysisservices/2011/engine/300/300\" xmlns:ddl400=\"http://schemas.microsoft.com/analysisservices/2012/engine/400\" xmlns:ddl400_400=\"http://schemas.microsoft.com/analysisservices/2012/engine/400/400\">
    <Object>
    <DatabaseID>IIS_Version2</DatabaseID>
    <DimensionID>Application</DimensionID>
    </Object>
    <Type>ProcessAdd</Type>
    <DataSource xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:ddl2=\"http://schemas.microsoft.com/analysisservices/2003/engine/2\" xmlns:ddl2_2=\"http://schemas.microsoft.com/analysisservices/2003/engine/2/2\" xmlns:ddl100_100=\"http://schemas.microsoft.com/analysisservices/2008/engine/100/100\" xmlns:ddl200=\"http://schemas.microsoft.com/analysisservices/2010/engine/200\" xmlns:ddl200_200=\"http://schemas.microsoft.com/analysisservices/2010/engine/200/200\" xmlns:ddl300=\"http://schemas.microsoft.com/analysisservices/2011/engine/300\" xmlns:ddl300_300=\"http://schemas.microsoft.com/analysisservices/2011/engine/300/300\" xmlns:ddl400=\"http://schemas.microsoft.com/analysisservices/2012/engine/400\" xmlns:ddl400_400=\"http://schemas.microsoft.com/analysisservices/2012/engine/400/400\" xmlns:dwd=\"http://schemas.microsoft.com/DataWarehouse/Designer/1.0\" xsi:type=\"RelationalDataSource\" dwd:design-time-name=\"1a3cb292-9bce-4c59-a182-177d6b3506ff\" xmlns=\"http://schemas.microsoft.com/analysisservices/2003/engine\">
    <ID>IISDW</ID>
    <Name>IISDW</Name>
    <ConnectionString>Provider=SQLNCLI11.1;Data Source=CO1MSFTSQLHKT02;Integrated Security=SSPI;Initial Catalog=IISDW</ConnectionString>
    <Timeout>PT0S</Timeout>-->
    </DataSource>
    <DataSourceView xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:ddl2=\"http://schemas.microsoft.com/analysisservices/2003/engine/2\" xmlns:ddl2_2=\"http://schemas.microsoft.com/analysisservices/2003/engine/2/2\" xmlns:ddl100_100=\"http://schemas.microsoft.com/analysisservices/2008/engine/100/100\" xmlns:ddl200=\"http://schemas.microsoft.com/analysisservices/2010/engine/200\" xmlns:ddl200_200=\"http://schemas.microsoft.com/analysisservices/2010/engine/200/200\" xmlns:ddl300=\"http://schemas.microsoft.com/analysisservices/2011/engine/300\" xmlns:ddl300_300=\"http://schemas.microsoft.com/analysisservices/2011/engine/300/300\" xmlns:ddl400=\"http://schemas.microsoft.com/analysisservices/2012/engine/400\" xmlns:ddl400_400=\"http://schemas.microsoft.com/analysisservices/2012/engine/400/400\" xmlns:dwd=\"http://schemas.microsoft.com/DataWarehouse/Designer/1.0\" dwd:design-time-name=\"b0b61205-c64d-4e34-afae-6d4d48b93fb3\" xmlns=\"http://schemas.microsoft.com/analysisservices/2003/engine\">
    <ID>IISDW</ID>
    <Name>IISDW</Name>
    <DataSourceID>IISDW</DataSourceID>
    <Schema>
    <xs:schema id=\"IISDW_x0020_1\" xmlns=\"\" xmlns:xs=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\" xmlns:msprop=\"urn:schemas-microsoft-com:xml-msprop\">
    <xs:element name=\"IISDW_x0020_1\" msdata:IsDataSet=\"true\" msdata:UseCurrentLocale=\"true\" msprop:design-time-name=\"72037318-e316-469d-9a45-a10c77709b39\">
    <xs:complexType>
    <xs:choice minOccurs=\"0\" maxOccurs=\"unbounded\">
    <xs:element name=\"Application\" msprop:design-time-name=\"7f579e7e-e8b7-4a9d-8a93-a255fccbbfbe\" msprop:IsLogical=\"True\" msprop:FriendlyName=\"Application\" msprop:DbTableName=\"Application\" msprop:TableType=\"View\" msprop:Description=\"\" msprop:QueryDefinition=\"SELECT a.Application, DATEADD([hour], DATEDIFF([hour], 0, a.[Timestamp]), 0) AS [Timestamp], a.ServerName, CAST(a.ServerName AS char(3)) AS DataCenter, a.CS_URI_Stem, CAST(HashBytes(''MD5'', &#xD;&#xA; a.Application + a.ServerName + a.CS_URI_Stem + CAST(DATEADD([hour], DATEDIFF([hour], 0, a.[Timestamp]), 0) AS varchar(24))) AS uniqueidentifier) AS Server_URI_Identity&#xD;&#xA;FROM IIS_6_OLD AS a LEFT OUTER JOIN&#xD;&#xA; Dimension_Pointer AS b ON a.Application = b.Application&#xD;&#xA;WHERE (b.ProcessedFlag = 0) AND (a.Application IN ("+(DT_WSTR,100) @[User::strDistinctApplication]+"))&#xD;&#xA;GROUP BY a.Application, DATEADD([hour], DATEDIFF([hour], 0, a.[Timestamp]), 0), a.ServerName, a.CS_URI_Stem\" msprop:QueryBuilder=\"SpecificQueryBuilder\">
    <xs:complexType>
    <xs:sequence>
    <xs:element name=\"Application\" msprop:design-time-name=\"f3074e98-4a82-4bc5-a818-916203f7758b\" msprop:DbColumnName=\"Application\" msprop:FriendlyName=\"Application\" minOccurs=\"0\">
    <xs:simpleType>
    <xs:restriction base=\"xs:string\">
    <xs:maxLength value=\"255\" />
    </xs:restriction>
    </xs:simpleType>
    </xs:element>
    <xs:element name=\"Timestamp\" msdata:ReadOnly=\"true\" msprop:design-time-name=\"2662e3a8-8b1a-4d77-aecb-575329b84dc1\" msprop:DbColumnName=\"Timestamp\" msprop:FriendlyName=\"Timestamp\" type=\"xs:dateTime\" />
    <xs:element name=\"ServerName\" msprop:design-time-name=\"ced26d49-cd6e-4073-a40c-ff5ef70e4ef1\" msprop:DbColumnName=\"ServerName\" msprop:FriendlyName=\"ServerName\" minOccurs=\"0\">
    <xs:simpleType>
    <xs:restriction base=\"xs:string\">
    <xs:maxLength value=\"255\" />
    </xs:restriction>
    </xs:simpleType>
    </xs:element>
    <xs:element name=\"DataCenter\" msdata:ReadOnly=\"true\" msprop:design-time-name=\"4583e15a-dcf1-45a2-a30b-bd142ca8b778\" msprop:DbColumnName=\"DataCenter\" msprop:FriendlyName=\"DataCenter\" minOccurs=\"0\">
    <xs:simpleType>
    <xs:restriction base=\"xs:string\">
    <xs:maxLength value=\"3\" />
    </xs:restriction>
    </xs:simpleType>
    </xs:element>
    <xs:element name=\"CS_URI_Stem\" msprop:design-time-name=\"10db5a79-8d50-49d2-9376-a3b4d19864b9\" msprop:DbColumnName=\"CS_URI_Stem\" msprop:FriendlyName=\"CS_URI_Stem\" minOccurs=\"0\">
    <xs:simpleType>
    <xs:restriction base=\"xs:string\">
    <xs:maxLength value=\"4000\" />
    </xs:restriction>
    </xs:simpleType>
    </xs:element>
    <xs:element name=\"Server_URI_Identity\" msdata:DataType=\"System.Guid, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\" msdata:ReadOnly=\"true\" msprop:design-time-name=\"018ede0a-e15e-47c2-851b-f4431e8c839c\" msprop:DbColumnName=\"Server_URI_Identity\" msprop:FriendlyName=\"Server_URI_Identity\" type=\"xs:string\" />
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    </xs:choice>
    </xs:complexType>
    <xs:unique name=\"Constraint1\" msprop:IsLogical=\"True\" msdata:PrimaryKey=\"true\">
    <xs:selector xpath=\".//Application\" />
    <xs:field xpath=\"Server_URI_Identity\" />
    <xs:field xpath=\"Timestamp\" />
    </xs:unique>
    </xs:element>
    </xs:schema>
    <IISDW_x0020_1 xmlns=\"\" />
    </Schema>
    </DataSourceView>
    <WriteBackTableCreation>UseExisting</WriteBackTableCreation>
    </Process>
    </Parallel>
    </Batch>' as XMLAScript_ProcessData"

  • Error with Oracle10G Sql Browser while execute package with exec clause

    Dear Experts,
    Please tell me why i am getting Error ORA- 00900 while executing this script with Oracle10G Sql Browserbut not getting error with Oracle9i Sql Browser
    var r1 refcursor;
    var r2 refcursor;
    exec ETKT_CANCEL_TICKET_PCK.GET_DATA(:r1,:r2,'05052007/00000003/0000994','23');

    It would be interesting to know, what Sql Browser is.

  • Unknown error when executing MDX when refreshing Crystal Report with BEx

    Hello Experts,
    I have created a Crystal Report (Crystal 2008 SP1) with BEx Query (7.10) and have been able to refresh successfully when the SAP_ALL authorization is included in my user role. I don't want my end users to have SAP_ALL so I created a role and assigned the authorizations recommended in the SAP Integration Kit for BusinessObjects 3.1 Install Guide.
    When I run the report as one of the users assigned to my new role I get the following error in the trace file.
    ERROR: .\crdb_bwmdx_execution.cpp [200]: l_bapiGetStreamInfo failed with return code RFC_RC = 0 Exception:  BAPI Error: BAPI Error #:0
    Unknown error when executing MDX
    2188     6556     Caught DbError #1 with Message 'BAPI Error #:0
    Unknown error when executing MDX'
    2188     6556     Caught DbError #1 with Message 'BAPI Error #:0
    Unknown error when executing MDX'
    2188     6556     Caught DbError #1 with Message 'BAPI Error #:0
    Unknown error when executing MDX'
    I tried all the Fix Packs (ie 1.1., 1.2 and 1.3) for XI 3.1 Integration Kit to try resolving the error but it didn't work.
    The same query works fine in BEx Web when running as one of the users in the new role I created for Crystal Report users.
    Are there any other Authorizations that I need to include in the role?
    Cheers.
    Paul.

    We have been able to identify what causes the MDX driver to error and I will explain what we are trying to implement with the hierarchies.
    Firstly, we are creating reports of the HR cube Mutliprovider using the SAP MDX Driver which works well when there are no authorization analysis set on the cube. But with the authorization analysis set for on 0ORGUNIT for BEx Explorer Crystal returns the MDX error.
    Each of the Business Unit managers are assigned to an Organization Unit that will be used to restrict the employees that will be reported. To restrict the Managers to only see their Org Unit we have set the 0ORGUNIT object to use authorization ananlysis and a custom authorization variable to return only data for the Org Unit they belong too.
    In Crystal this works well when a manager has an Org Unit that is a head department of other Org Units. This scenario will give Crystal the NodeID and Parent NodeID to create the hierarchies in the report. But when a manager does not have any other Org Units beneath there own department then Crystal doesn't have a Parent NodeID to create the Hierarchies with the NodeID. In the RFC trace I can see an error when Crystal is trying to get the Parent NodeID but the user is not authorized to that Org Unit then it throws the error.
    We have got a temporary workaround which is to create the managers a dummy Org Unit below their own department. The workaround will do for now but shouldn't the MDX driver be able to recognise that it has returned the last level in the Org Unit Hierarchy and not return an error?
    The customer is looking for a product fix as they believe this should be handled by the driver. Is this a bug or a limitation of the product?
    Paul.

  • Error while executing the rule session

    Hi, I am using Oracle Business Rules Engine 10.1.3.3.0.I am developing rules using XML Facts.I am using a complex type array schema and binding it to define XML facts.Earlier the depth of the schema is 1 and it worked fine,now our schema's depth is 2 and while binding this schema is also working fine.The sample structure of the present schema I am binding is
    <xsd:schema>
    <xsd:element name = 'ruleRepository' type = 'RuleRepositoryType'/>
    <xsd:complexType name='RuleRepositoryType'>
    <xsd:sequence>
    <xsd:element ='ruleFacts' type='RuleFactsType' minOccurs='0' maxOccurs='unbounded'/>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:complexType name='RuleFactsType'>
    <xsd:sequence>
    <xsd:element name='fact1' type='xsd:string'/>
    <xsd:element name='fact2' type='xsd:string'/>
    <xsd:element name='fact3' type='xsd:string'/>
    <xsd:element name='fact4' type='Fact4' minOccurs='0' maxOccurs='unbounded'/>
    <xsd:sequence/>
    </xsd:complexType>
    <xsd:complexType name='Fact4'>
    <xsd:sequence>
    <xsd:element name='element1' type='xsd:string'/>
    <xsd:element name='element2' type='xsd:string'/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:schema>
    Earlier I have binded the similar schema as above but without 'fact4'.It went well and the rules were executing fine.
    However when I am trying to bind a similar schema like the above one, its binding fine but when executing from the BPEL Process,its giving errors like,
    "Error Caching Decision Services metadata,fact3 is undefined in DM,line6,Column 12",
    Please note that I am using fact1 and fact2 only for defining the rules , I am niether using fact3 which is a simple type nor fact4 which is a complex type.
    I have asserted Package.RuleRepositoryType in the definitions of the rule author.I have tried with different combinations of assertions but no one worked.
    The above error(
    "Error Caching Decision Services metadata,fact3 is undefined in DM,line6,Column 12") is coming for the first run of the decision service only,in the next runs its giving another error,which is like
    <2008-04-10 07:52:30,772> <ERROR> <default.collaxa.cube.services> <::> ORABPEL-36333
    <2008-04-10 07:52:30,773> <ERROR> <default.collaxa.cube.services> <::>
    <2008-04-10 07:52:30,773> <ERROR> <default.collaxa.cube.services> <::> Error while executing the rule session.
    <2008-04-10 07:52:30,773> <ERROR> <default.collaxa.cube.services> <::> The rule session {0} failed to execute.
    <2008-04-10 07:52:30,773> <ERROR> <default.collaxa.cube.services> <::> Check the underlying exception and correct the error. Contact oracle support if error is not fixable.
    <2008-04-10 07:52:30,773> <ERROR> <default.collaxa.cube.services> <::>
    <2008-04-10 07:52:30,773> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.rules.rpi.oracle.OracleRuleSession.execute(OracleRuleSession.java:251)
    <2008-04-10 07:52:30,773> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.rules.impl.DecisionServiceImpl.process(DecisionServiceImpl.java:1385)
    <2008-04-10 07:52:30,773> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.rules.impl.DecisionServiceImpl.assertExecuteWatchStateless(DecisionServiceImpl.java:546)
    <2008-04-10 07:52:30,774> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.rules.runtime.BookOrderDecisionSOAPBinding_Tie.invoke_assertExecuteWatchStateless(BookOrderDecisionSOAPBinding_Tie.java:162)
    <2008-04-10 07:52:30,774> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.rules.runtime.BookOrderDecisionSOAPBinding_Tie.processingHook(BookOrderDecisionSOAPBinding_Tie.java:457)
    <2008-04-10 07:52:30,774> <ERROR> <default.collaxa.cube.services> <::> at oracle.j2ee.ws.server.StreamingHandler.handle(StreamingHandler.java:297)
    <2008-04-10 07:52:30,774> <ERROR> <default.collaxa.cube.services> <::> at oracle.j2ee.ws.server.JAXRPCProcessor.doEndpointProcessing(JAXRPCProcessor.java:413)
    <2008-04-10 07:52:30,783> <ERROR> <default.collaxa.cube.services> <::> at oracle.j2ee.ws.server.WebServiceProcessor.invokeEndpointImplementation(WebServiceProcessor.java:349)
    <2008-04-10 07:52:30,783> <ERROR> <default.collaxa.cube.services> <::> at oracle.j2ee.ws.server.JAXRPCProcessor.doRequestProcessing(JAXRPCProcessor.java:277)
    <2008-04-10 07:52:30,783> <ERROR> <default.collaxa.cube.services> <::> at oracle.j2ee.ws.server.WebServiceProcessor.processRequest(WebServiceProcessor.java:114)
    <2008-04-10 07:52:30,783> <ERROR> <default.collaxa.cube.services> <::> at oracle.j2ee.ws.server.JAXRPCProcessor.doService(JAXRPCProcessor.java:134)
    <2008-04-10 07:52:30,783> <ERROR> <default.collaxa.cube.services> <::> at oracle.j2ee.ws.server.WebServiceServlet.doPost(WebServiceServlet.java:177)
    <2008-04-10 07:52:30,783> <ERROR> <default.collaxa.cube.services> <::> at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    <2008-04-10 07:52:30,784> <ERROR> <default.collaxa.cube.services> <::> at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    <2008-04-10 07:52:30,784> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    <2008-04-10 07:52:30,784> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    <2008-04-10 07:52:30,784> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    <2008-04-10 07:52:30,784> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    <2008-04-10 07:52:30,784> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
    <2008-04-10 07:52:30,784> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
    <2008-04-10 07:52:30,784> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
    <2008-04-10 07:52:30,784> <ERROR> <default.collaxa.cube.services> <::> at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    <2008-04-10 07:52:30,801> <ERROR> <default.collaxa.cube.services> <::> at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
    <2008-04-10 07:52:30,802> <ERROR> <default.collaxa.cube.services> <::> at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
    <2008-04-10 07:52:30,802> <ERROR> <default.collaxa.cube.services> <::> at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
    <2008-04-10 07:52:30,802> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    <2008-04-10 07:52:30,802> <ERROR> <default.collaxa.cube.services> <::> at java.lang.Thread.run(Thread.java:595)
    <2008-04-10 07:52:30,802> <ERROR> <default.collaxa.cube.services> <::> Caused by: java.lang.NullPointerException
    <2008-04-10 07:52:30,802> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.rules.rpi.oracle.RuleSessionPool.getSession(RuleSessionPool.java:463)
    <2008-04-10 07:52:30,802> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.rules.rpi.oracle.OracleRuleSession.execute(OracleRuleSession.java:224)
    <2008-04-10 07:52:30,802> <ERROR> <default.collaxa.cube.services> <::> ... 26 more
    <2008-04-10 07:52:30,803> <ERROR> <oracle.bpel.services> <::>
    java.lang.NullPointerException
    at oracle.bpel.services.rules.rpi.oracle.RuleSessionPool.getSession(RuleSessionPool.java:463)
    at oracle.bpel.services.rules.rpi.oracle.OracleRuleSession.execute(OracleRuleSession.java:224)
    at oracle.bpel.services.rules.impl.DecisionServiceImpl.process(DecisionServiceImpl.java:1385)
    at oracle.bpel.services.rules.impl.DecisionServiceImpl.assertExecuteWatchStateless(DecisionServiceImpl.java:546)
    at oracle.bpel.services.rules.runtime.BookOrderDecisionSOAPBinding_Tie.invoke_assertExecuteWatchStateless(BookOrderDecisionSOAPBinding_Tie.java:162)
    at oracle.bpel.services.rules.runtime.BookOrderDecisionSOAPBinding_Tie.processingHook(BookOrderDecisionSOAPBinding_Tie.java:457)
    at oracle.j2ee.ws.server.StreamingHandler.handle(StreamingHandler.java:297)
    at oracle.j2ee.ws.server.JAXRPCProcessor.doEndpointProcessing(JAXRPCProcessor.java:413)
    at oracle.j2ee.ws.server.WebServiceProcessor.invokeEndpointImplementation(WebServiceProcessor.java:349)
    at oracle.j2ee.ws.server.JAXRPCProcessor.doRequestProcessing(JAXRPCProcessor.java:277)
    at oracle.j2ee.ws.server.WebServiceProcessor.processRequest(WebServiceProcessor.java:114)
    at oracle.j2ee.ws.server.JAXRPCProcessor.doService(JAXRPCProcessor.java:134)
    at oracle.j2ee.ws.server.WebServiceServlet.doPost(WebServiceServlet.java:177)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
    at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
    at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    08/04/10 07:52:30 pFaultMessage is org.collaxa.thirdparty.apache.wsif.base.WSIFDefaultMessage@6e0e5f name:operationErroredFault
    08/04/10 07:52:30 QName string is operationErroredFault
    where 'BookOrderDecision' is the name of the decision service I am using in BPEL.
    I dont understand why I am getting two errors for the same BPEL Process.
    Kindly help me in this problem.I am stuck with this for about a week but could not get to the solution.
    Thanks in advance.
    Regards,
    Venkat.

    Hi Venkat,
    Whenever you do schema changes, you need to go through the cycle of
    re-importing the XML schema in the rule repository, re-create the decision
    service partnerlink, re-deploy the decision service.
    I suspect you have maybe imported the entire XML fact type model (with fact3 and
    fact4) instead of just fact1 and fact2 (might want to check in rule author).
    So even if you don't use fact3 and fact4 in decision service, they are part of the rules
    datamodel.
    Regards,
    Ralf

  • Error in executing new webcenter portal application

    Hi
    i am getting error in executing new webcenter portal application, even while executing existing webcenter portal application.Installed all necessary bundles.And my installation is under OR_MW_1 folder.
    [Running application SmartSystems on Server Instance IntegratedWebLogicServer...]
    [11:29:32 AM] ---- Deployment started. ----
    [11:29:32 AM] Target platform is (Weblogic 10.3).
    [11:29:33 AM] Retrieving existing application information
    [11:29:33 AM] Running dependency analysis...
    [11:29:33 AM] Deploying 3 profiles...
    [11:29:33 AM] Wrote MAR file to C:\Users\Kavipriya_g01\AppData\Roaming\JDeveloper\system11.1.1.6.38.61.92\o.j2ee\drs\SmartSystems\AutoGeneratedMar
    [11:29:34 AM] Wrote Web Application Module to C:\Users\Kavipriya_g01\AppData\Roaming\JDeveloper\system11.1.1.6.38.61.92\o.j2ee\drs\SmartSystems\PortalWebApp.war
    [11:29:34 AM] Info: Namespace '/oracle/adf/share/prefs' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.
    [11:29:34 AM] Info: Namespace '/oracle/webcenter/lifecycle/importexport' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.
    [11:29:34 AM] Info: Namespace '/oracle/webcenter/lock' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.
    [11:29:34 AM] Info: Namespace '/oracle/webcenter/rc' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.
    [11:29:34 AM] Info: Namespace '/persdef' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.
    [11:29:34 AM] Info: Namespace '/shared/oracle/wcps' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.
    [11:29:34 AM] Info: Namespace '/xliffBundles' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.
    [11:29:34 AM] Info: Namespace '/oracle/webcenter/search/scopedMD' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.
    [11:29:34 AM] Info: Namespace '/oracle/webcenter/framework/scope/scopedMD' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.
    [11:29:34 AM] Info: Namespace '/oracle/webcenter/page/scopedMD' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.
    [11:29:34 AM] Info: Namespace '/pageDefs' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.
    [11:29:34 AM] Info: Namespace '/oracle/adf/portlet' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.
    [11:29:34 AM] Info: Namespace '/oracle/adf/portletappscope' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.
    [11:29:34 AM] Info: Namespace '/oracle/webcenter/doclib/scopedMD' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.
    [11:29:34 AM] Info: Namespace '/oracle/webcenter/portalapp' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.
    [11:29:34 AM] Info: Namespace '/oracle/webcenter/security/scopedMD' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.
    [11:29:34 AM] Info: Namespace '/oracle/webcenter/siteresources/shared' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.
    [11:29:34 AM] Info: Namespace '/oracle/webcenter/quicklinks/scopedMD' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.
    [11:29:34 AM] Info: Any customizations created while running the application will be written to 'C:\Users\Kavipriya_g01\AppData\Roaming\JDeveloper\system11.1.1.6.38.61.92\o.mds.dt\adrs\SmartSystems\AutoGeneratedMar\mds_adrs_writedir'.
    [11:29:35 AM] Wrote Enterprise Application Module to C:\Users\Kavipriya_g01\AppData\Roaming\JDeveloper\system11.1.1.6.38.61.92\o.j2ee\drs\SmartSystems
    [11:29:35 AM] Deploying Application...
    <May 6, 2013 11:29:36 AM IST> <Warning> <J2EE> <BEA-160140> <Unresolved optional package references (in META-INF/MANIFEST.MF): [Extension-Name: oracle.apps.common.resource, referenced from: C:\Users\Kavipriya_g01\AppData\Roaming\JDeveloper\system11.1.1.6.38.61.92\DefaultDomain\servers\DefaultServer\tmp\_WL_user\oracle.webcenter.framework\owur7d]. Make sure the referenced optional package has been deployed as a library.>
    <May 6, 2013 11:29:37 AM IST> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1367819975651' for task '2'. Error is: 'weblogic.management.DeploymentException: '
    weblogic.management.DeploymentException:
         at weblogic.application.internal.flow.BaseLifecycleFlow$CreateListenerAction.run(BaseLifecycleFlow.java:176)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.application.internal.flow.BaseLifecycleFlow$BaseAction.invoke(BaseLifecycleFlow.java:104)
         at weblogic.application.internal.flow.HeadLifecycleFlow.createListener(HeadLifecycleFlow.java:117)
         Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: oracle.webcenter.lifecycle.listener.FeatureMetricApplicationListener
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:179)
         Truncated. see log file for complete stacktrace
    >
    <May 6, 2013 11:29:37 AM IST> <Notice> <LoggingService> <BEA-320400> <The log file C:\Users\Kavipriya_g01\AppData\Roaming\JDeveloper\system11.1.1.6.38.61.92\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <May 6, 2013 11:29:37 AM IST> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to C:\Users\Kavipriya_g01\AppData\Roaming\JDeveloper\system11.1.1.6.38.61.92\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log00003. Log messages will continue to be logged in C:\Users\Kavipriya_g01\AppData\Roaming\JDeveloper\system11.1.1.6.38.61.92\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log.>
    <May 6, 2013 11:29:37 AM IST> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application 'SmartSystems [Version=V2.0]'.>
    <May 6, 2013 11:29:37 AM IST> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    weblogic.management.DeploymentException:
         at weblogic.application.internal.flow.BaseLifecycleFlow$CreateListenerAction.run(BaseLifecycleFlow.java:176)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.application.internal.flow.BaseLifecycleFlow$BaseAction.invoke(BaseLifecycleFlow.java:104)
         at weblogic.application.internal.flow.HeadLifecycleFlow.createListener(HeadLifecycleFlow.java:117)
         Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: oracle.webcenter.lifecycle.listener.FeatureMetricApplicationListener
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:179)
         Truncated. see log file for complete stacktrace
    >
    [11:29:37 AM] #### Deployment incomplete. ####
    [11:29:37 AM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    #### Cannot run application SmartSystems due to error deploying to IntegratedWebLogicServer.
    [Application SmartSystems stopped and undeployed from Server Instance IntegratedWebLogicServer]

    Have you included libraries for this ?
    java.lang.ClassNotFoundException: oracle.webcenter.lifecycle.listener.FeatureMetricApplicationListener

  • Rule Execution : Error while executing a rule session unit of work

    Error while executing a rule session unit of work.
    The rule session CreditRule:130002 failed to execute a unit of work.
    Check the underlying exception and correct the error. Contact oracle support if error is not fixable.
    I have created a simple rule and using a decision service and a decide process activity I have tried to run the orchestration.
    After compiling and saving and re-opening the orchestration flow looks correct.
    When I execute the process I get the above error.
    Is this something wrong with the Rule ?
    Can anyone offer any advice
    Thanks
    Cliff

    Hi.
    Any further advice on this issue?
    Getting the same problem and cannot figure out a solution.
    How do I check the "underlying exception" btw?

  • Problem with execute SSIS package from stored procedure

    Hi,
    I would like to execute SSIS package from stored procedure. Therefore, I implemented sp which exec SSISDB.CATALOG.CREATE_EXECUTION method. When I try to test it from SSMS on remote server, I got error that
    I was able to solve by adding “WITH EXECUTE AS …”. Then I got another error: The server principal "Domain\user" is not able to access the database "SSISDB" under the current security context. On Internet, I found a couple post that describe
    how to access SSIS catalog (one of them by Ke Yang -
    http://blogs.msdn.com/b/mattm/archive/2012/03/20/ssis-catalog-access-control-tips.aspx). It didn’t help. I’m still getting the error message.
    How to debug this issue?
    Any suggestion?
    Thanks
    SQL Server 2014 BI

    SSMS does not propagate user credentials thus the error
    Arthur
    MyBlog
    Twitter

  • Error on executing See Also search - no authorization for resource

    Hi there,
    i have installed TREX 6.1 SP 13.
    It searching fine but only two bugs - 1)when i'm clicking on "See also" link in search result page - i'm getting error:
    "Search Failure
    Error on executing See Also search - no authorization for resource
    An unexpected severe error occurred during the search call.  If the situation persists, inform your system administrator."
    2) when i'm clicking on "HTML version" - sometimes i'm getting "No valid content found in store" error message, but it depends on index.
    Any ideas?

    Hello Kwong,
    thanks for responce. Only that i have in log is:
    #1.5#000F20F6A8BD006D000000060000253400040016981EA972#1125996948354#com.sapporta
    ls.wcm.control.util.search.SearchSessionBuilder#sap.com/irj#com.sapportals.wcm.c
    ontrol.util.search.SearchSessionBuilder#Administrator#41230####04c0c6201eb411dab
    6f0000f20f6a8bd#SAPEngine_Application_Thread[impl:3]_0##0#0#Error##Plain###Error
    on executing See Also search - no authorization for resource#
    Moreover, i'm working under administartor with all rights.

  • MySQL syntax error with TestStand 4.0 database logging

    I had been using MS Access database to log results which worked fine but the access database is too limited. Switched to MySql. Database works fine and I can query it from Visual C++ and was able to create all my result tables fine from TestStand.
    I get a syntax error when actually trying to log results and it has to do with either a missing quote or and extra quote, I can't quite tell. I thought I saw a post on this somewhere but can't find it now. Here is the complaint from TestStand:
    An error occurred calling 'LogOneResult' in 'ITSDBLog' of 'zNI TestStand Database Logging'
    An error occurred executing a statement.
    Statement: UUT_RESULT.
    [MySQL][ODBC 3.51 Driver][mysqld-5.0.45-community-nt]You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT VALUES' at line 1
    Description: [MySQL][ODBC 3.51 Driver][mysqld-5.0.45-community-nt]You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT VALUES' at line 1
    Number: -2147467259
    NativeError: 1064
    SQLState: 37000
    Reported by: Microsoft OLE DB Provider for ODBC Drivers
    Description: Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done.
    Number: -2147217887
    NativeError: 0
    SQLState: 37000
    Reported by: Microsoft OLE DB Provider for ODBC Drivers
    Source: TSDBLog
    And here is all that appears in the MySql logfile:
    INSERT INTO UUT_RESULT DEFAULT VALUES
    070914
    You can't see it here but the string is truncated after the word VALUES. The next line starts with the odd number.
    Any ideas?
    Thanks,
    Bill Peters
    BAE SYSTEMS

    Sure. There were two bugs in the ini file that contains the default TS schemas (I think it was Default_Database_Options.ini or like that...).
    Anyway the table description for STEP_NUMERICLIMIT had for it's command line INSERT INTO MEAS_NUMERICLIMIT. I guess TestStand looked at that and said hmm I better create that table too. Then later down the page when you try to create MEAS_NUMERICLIMIT it says the table already exists even though it is empty. The generate SQL button builds a bad file and then the database viewer creates a bad database. I would have to go into MySql and drop the database. I had to save the schema under a custom name, edit it read it back in, generate a new SQL file, but then it would still fail validation because the ini files don't get updated until you exit TestStand. So basically I did this process 3 times before I got it right.
    It's wasn't a big deal but it's amazing how a little thing can cause a lot of work.
    The second bug, I'm not certain was initially in the file or somehow got set on the fly. There was a random int statement at the very end of the SQL table description for UUT_RESULT. It was also in the schema INI file. Since the int had no name and occurred in a odd place, it created a syntax error in MySql. Same fix as above.
    But like I said it's working great now. I like this approach because I serve it to the net with Apache and parse the database with simple PHP scripts.
    Thanks,
    Bill Peters
    BAE SYSTEMS

Maybe you are looking for

  • How do i turn off the ringer in continuity But leave my other sounds on

    how do i turn off the ringer in continuity But leave my other sounds on

  • Time Dimension and database 8.1.7.3

    Hi, I imported owb_bp project that is located in: <OWB install directory>\owb\misc\time directory into my OWB. Then i copied the standard time dimension and mapping from that project to my project. I changed the necesary things(removed day level, did

  • Matrox O2 Mini not available for Mercury Transmit

    I'm completely new to Speedgrade so please excuse me if this is a stupid question! My Matrox O2 Mini is working fine in Premiere Pro but is unavailable for selection in Speedgrade under the Display Preferences for Mercury Transmit. Without an externa

  • Multiple captivate graded simulations in single SCO

    Hi All, I have a situation where I need to create a single SCO Captivate course with multiple Assessment simulations and some assessment questions as well. As the the simulations are heavy, they are broken into multiple files. Each file will have its

  • The database target is currently unavailable.

    i have Oracle 11g on windows 64bit i get strange error while opeing EM. when I run EM it show database Instance is down startup or perform recovery whereas i check from this command select status from v$Instance it show state of database open i have