An error occurred during olap API metadata retrieval. This is probably caus

this is what i have done so far. i really nead some help asap!!!
1. Install Oracle 9i Release 2 (9.2.0.1) Enterprise Edition with the General purpose database configuration (Data warehouse works as well). At the end of the installation I chose the password management button to change passwords for the few necessary accounts: SYS, SYSTEM, OLAPSYS, SH.
2. Download the p3948480_9206_WINNT.zip from metalink, the 9.2.0.6 patchset
3. Shut down any existing Oracle9i database instances with normal or immediate priority. Stop all listener and other services running in the Oracle home directory where you want to install the patch set.
4. unzip the content of thepatch to a temp directory
5. start setup.exe under the temp directory (it will start the Oracle Universal installer 10.1.0.3)
6. install the patchset to your Oracle home, selecting the source in the temp_dir\stage\products.jar file
7. review carefully the post-installation tasks for the patchset:
Review the following sections before upgrading a database (quote from the patchset html readme):
8.2.1.1If JServer is part of the installation ensure that there is at least 10 MB of free space allocated to the SYSTEM tablespace.
8.2.1.2 Check XDB Tablespace Size
For RAC installations, ensure that there is at least 50 MB of free space allocated to the XDB tablespace.
8.2.1.3 Set the SHARED_POOL_SIZE and JAVA_POOL_SIZE Initialization Parameters
Set the value of the SHARED_POOL_SIZE and the JAVA_POOL_SIZE initialization parameters as follows:
Start the database:
SQL> STARTUP
If necessary, enter the following command to determine whether the system uses an initialization parameter file (initsid.ora) or a server parameter file (spfiledbname.ora):
SQL> SHOW PARAMETER PFILE;
This command displays the name and location of the server parameter file or the initialization parameter file.
Determine the current values of these parameters:
SQL> SHOW PARAMETER SHARED_POOL_SIZE
SQL> SHOW PARAMETER JAVA_POOL_SIZE
If the system is using a server parameter file:
If necessary, set the value of the SHARED_POOL_SIZE initialization parameter to at least 150 MB:
SQL> ALTER SYSTEM SET SHARED_POOL_SIZE='150M' SCOPE=spfile;
If necessary, set the value of the JAVA_POOL_SIZE initialization parameter to at least 150 MB:
SQL> ALTER SYSTEM SET JAVA_POOL_SIZE='150M' SCOPE=spfile;
If the system uses an initialization parameter file, if necessary, change the values of the SHARED_POOL_SIZE and the JAVA_POOL_SIZE initialization parameters to at least 150 MB in the initialization parameter file (initsid.ora).
Shut down the database:
SQL> SHUTDOWN
8.2.2 Upgrade the Database
After you install the patch set, you must complete the following steps on every database associated with the upgraded Oracle home:
Log on as a member of the Administrators group to the computer where the Oracle components are installed.
Use SQL*Plus to login to the database as the SYS user with SYSDBA privileges:
sqlplus /NOLOG
CONNECT SYS/password AS SYSDBA
Enter the following SQL*Plus commands:
SQL> STARTUP MIGRATE
SQL> SPOOL patch.log
SQL> @ORACLE_BASE\ORACLE_HOME\rdbms\admin\catpatch.sql
SQL> SPOOL OFF
Restart the database:
SQL> SHUTDOWN
SQL> STARTUP
Run the utlrp.sql script to recompile all invalid PL/SQL packages now instead of when the packages are accessed for the first time. This step is optional but recommended.
SQL> @ORACLE_BASE\ORACLE_HOME\rdbms\admin\utlrp.sql
12. Install JDeveloper 9.0.4 (download it from OTN and just unzip it in a directory ... it doesn't require an oracle home)
13. Install BI Beans 9.0.4 (download it from OTN as well), run the setup.exe that comes with it and in the destination oracle home select the directory where you installed JDeveloper and give an oracle home name to it)
14. Install the BIBDEMO schema:
Create a directory on the computer that is running the Oracle9i database. This install_home directory is the location to which you will upload the data files that are required to build the BIBDEMO schema.
On the computer where BI Beans is installed, locate the bibeans_home\bibdemo_schema folder (where bibeans_home is the root folder of your BI Beans installation). Copy all of the files found in this folder to the install_home folder on your server machine.
Open a DOS prompt and navigate to the install_home folder.
Run bibdemo.bat to install the schema, using the following syntax:
bibdemo.bat <path to Oracle database files >
For example, for an instance named my9iService, enter the following:
bibdemo.bat D:\OraHome1\oradata\my9iService
You are prompted for the password for the sys as sysdba user.
The script takes approximately 15 minutes to run, depending on the machine specifications. It is normal to see some error messages while the script is running. In addition, when materialized views are being created in the database, the script will appear to stop; this is also normal. A clear message will tell you when the script has completed.
The log files (*.log) that are generated by the installation script are stored in the folder from which you ran the script.
Here's what
bi_checkconfig.bat -h ana -po 1521 -sid proiect -u bibdemo -p bibdemo -q
returned:
BI Beans Diagnostics(v1.0.2.0) 2/28/05
===============================================================================
JDEV_ORACLE_HOME .......................... = E:\OraDS
JAVA_HOME ................................. = E:\OraDS\jdk
JDeveloper version ........................ = 9.0.4.1.1.1436
BI Beans release description .............. = BI Beans 9.0.4 Production Release
BI Beans component number ................. = 9.0.4.23.0
BI Beans internal version ................. = 2.7.5.32
Connect to database ....................... = Successful
JDBC driver version ....................... = 9.2.0.4.0
JDBC JAR file location .................... = E:\OraDS\jdev\lib\patches
Database version .......................... = 9.2.0.6.0
OLAP Catalog version ...................... = 9.2.0.1.0
OLAP AW Engine version .................... = 9.2.0.1.0
OLAP API Server version ................... = 9.2.0.1.0
BI Beans Catalog version .................. = N/A; not installed in bibdemo
OLAP API JAR file version ................. = 9.2
OLAP API JAR file location ................ = E:\OraDS\jdev\lib\ext
Load OLAP API metadata .................... = Successful
Number of metadata folders ................ = 2
Number of metadata measures ............... = 12
Number of metadata dimensions ............. = 8
Testing sample query for measures and dimensions
(S=Schema, C=Cube, M=Measure, D=Dimension)
1/21) Measure Budget ................... = Successful
S=BIBDEMO, C=BIBDEMO_BUDGET_CUBE, M=BUDGET
2/21) Measure Actual ................... = Successful
S=BIBDEMO, C=BIBDEMO_ACTUAL_CUBE, M=ACTUAL
3/21) Measure Close Price .............. = Successful
S=BIBDEMO, C=BIBDEMO_STKPRICE_CUBE, M=STKPRICE_CLOSE
4/21) Measure Open Price ............... = Successful
S=BIBDEMO, C=BIBDEMO_STKPRICE_CUBE, M=STKPRICE_OPEN
5/21) Measure Low Price ................ = Successful
S=BIBDEMO, C=BIBDEMO_STKPRICE_CUBE, M=STKPRICE_LOW
6/21) Measure High Price ............... = Successful
S=BIBDEMO, C=BIBDEMO_STKPRICE_CUBE, M=STKPRICE_HIGH
7/21) Measure Stock Volume ............. = Successful
S=BIBDEMO, C=BIBDEMO_STKPRICE_CUBE, M=STKPRICE_VOLUME
8/21) Dimension Division ............... = Successful
S=BIBDEMO, D=DIVISION
9/21) Dimension Line Items ............. = Successful
S=BIBDEMO, D=LINE
10/21) Dimension Time ................... = Successful
S=BIBDEMO, D=TIME
11/21) Dimension Day .................... = Successful
S=BIBDEMO, D=DAY
12/21) Dimension Stock .................. = Successful
S=BIBDEMO, D=STOCK
13/21) Measure Costs .................... = Successful
S=BIBDEMO, C=ANALYTIC_CUBE, M=F.COSTS
14/21) Measure Promotion ................ = Successful
S=BIBDEMO, C=ANALYTIC_CUBE, M=F.PROMO
15/21) Measure Quota .................... = Successful
S=BIBDEMO, C=ANALYTIC_CUBE, M=F.QUOTA
16/21) Measure Units .................... = Successful
S=BIBDEMO, C=ANALYTIC_CUBE, M=F.UNITS
17/21) Measure Sales .................... = Successful
S=BIBDEMO, C=ANALYTIC_CUBE, M=F.SALES
18/21) Dimension Channel ................ = Successful
S=BIBDEMO, D=CHANNEL
19/21) Dimension Geography .............. = Successful
S=BIBDEMO, D=GEOGRAPHY
20/21) Dimension Product ................ = Successful
S=BIBDEMO, D=PRODUCT
21/21) Dimension Time ................... = Successful
S=BIBDEMO, D=TIME
Metadata output location .................. = E:\OraDS\bibeans\bi_checkconfig\bi
_metadata.txt
To interpret this output, see the "Displaying Information about your Oracle9i Bu
siness Intelligence Beans Client Configuration" technical note, whose file name
is bi_checkconfig_tn.html
These diagnostics are captured in: E:\OraDS\bibeans\bi_checkconfig\bi_checkconfi
g.xml
now: i have created some new stuff:
1). user ana with roles:
-dba
-olap_dba
-connect
-resource
(same roles as bibdemo)
2).schema ana; tablespace ana (permanent), tablespace anatemp (temporary)
3).i have created some relational tables and i have inserted some data in them:
agent, aparat (cofee machines), beneficiar (clients), locatii (city), raport (REPORT), timp (time), tipaparat (types of cofee machines), tipbautura (products : types of cofee made by all the cofee machines), zone (state)
4). one fact table with:
- sold cantity (measure)
- id_bautura (id_product) primary key
- id_timp(id_time) primary key
- id_beneficiar (id_client) primary key
- id_agent primary key
- id_locatie (id_city) primary key
- id_aparat (id_cofee_machine)primary key
i have inserted some data also
5).dimensions:
AGENT_DIM :levels: codag(id_agent), numeag (agent name), telefag (agent phone number)from relational table agent
BENEFICIAR_DIM :levels: codben (id_client), denumire (client name), adresa (adress) ,codl (id_city) etc from relatinal table beneficiar (clients)
TIMP_DIM :levels: id, year, month from relational table timp (time)
TIPBAUTURA_DIM :levels: codbautura (id_product), numebautura (product name)from relational table tipbautura (products)
ZONA_DIM :levels: codzona (id state), numezona (state name), codoras (id city), numeoras (city name) with ierarhy id_state---id_city FROM 2 RELATINAL TABLES CITY AND STATE!!!!!!!! AM I ALOUD TO DO THAT?????
DO I NEED TO CREATE A DIMENSION FROM ONLY ONE TABLE???????
APARAT_DIM :LEVELS: codben (id client), codtip (id machine type), denumireap (machine type name), matricolap ((machine id) (FROM 2 RELATIONAL TABLES ALSO!!!!!!! FROM TYPES OF COFEE MACHINES AND COFEE MACHINES!!!!!
6). I HAVE NOW CREATED THE CUBE FROM THE FACT TABLE AND WITH ALL THE DIMENSIONS
7). summary advisor wizard NOT WORKING! IT NEVER STOPS!
8). I HAVE CREATED ALSO ONE materialized view FOR THE CUBE
IF I COMPILE IT... NO ERRORS
9). CUBE VIEWER NOT WORKING!!!!!!! IT ONLY APEARS A BELL!!!
NOW IF I RUN BI_CHECK CONFIG ON ANA AND ALSO ON BIBDEMO!!!!!!!!!!!!
IT SAYS:
1) An error occurred during olap API metadata retrieval. This is probably caused by inconsistent metadata.
============================================================================
oracle.express.ExpressServerExceptionError class: Unknown Error
Server error descriptions:
INI: System failure, Generic at TxsOqConnection::getDefaultDatabase
at oracle.express.olapi.data.full.ExpressDataProvider.getMetadataProviderInterface(ExpressDataProvider.java:1003)
at oracle.olapi.metadata.MetadataFetcher.initialize(MetadataFetcher.java:73)
at oracle.olapi.metadata.MetadataFetcher.<init>(MetadataFetcher.java:45)
at oracle.olapi.metadata.BaseMetadataProvider.<init>(BaseMetadataProvider.java:47)
at oracle.olapi.metadata.mdm.MdmMetadataProvider.<init>(MdmMetadataProvider.java:130)
at oracle.express.olapi.data.full.ExpressDataProvider.getDefaultMetadataProvider(ExpressDataProvider.java:964)
at oracle.dss.metadataManager.server.drivers.mdm._92.MDMMetadataDriverImpl_92.getMdmMetadataProvider(MDMMetadataDriverImpl_92.java:1133)
at oracle.dss.metadataManager.server.drivers.mdm._92.MDMMetadataDriverImpl_92.attach(MDMMetadataDriverImpl_92.java:810)
at oracle.dss.metadataManager.server.drivers.mdm.MDMMetadataDriverImpl.attach(MDMMetadataDriverImpl.java:125)
at oracle.dss.metadataManager.server.MetadataManagerImpl.buildObjectModel(MetadataManagerImpl.java:1092)
at oracle.dss.metadataManager.server.MetadataManagerImpl.attach(MetadataManagerImpl.java:969)
at oracle.dss.metadataManager.client.MetadataManager.attach(MetadataManager.java:876)
at oracle.dss.metadataManager.client.MetadataManager.attach(MetadataManager.java:799)
at BICheckConfig.checkConnection(BICheckConfig.java:277)
at BICheckConfig.main(BICheckConfig.java:1348)
I TRYED ALSO WITH USER ANA WITH ROLES:
- DBA
- CONNECT
-RESOURCE
- OLAP_USER
NOT WORKING! AND ALSO BIBDEMO NOT WORKING!
WHAT AM I MISSING? SHOULD I USE AW MANAGER? OR DO I NEED TO CREATE AN AMNALITIC WORKSPACE???
WHAT ARE THE STEPS TO CREATE A GOOD METADATA????

Hi,
The issue here is if the whole catalog is corrupt or just one schema. So to try and determine the status of the catalog I would try:
1) Using OEM remove all the objects you created
2) I presume you created your database using the Database Configuration Assistant? You should have used the warehouse template
3) Make sure the following accounts are unlocked and also not expired : SH, OLAPSYS
4) Make sure the password for the SH schema is SH
5) Make sure the password for the OLAPSYS account is manager
6) Install the BIBDEMO schema that is shipped with BI Beans. This in the jdev_home/bibeans/bibdemo_schema
The installation process will remove SH schema from the OLAP catalog.
7)Once this is installed use JDeveloper to see if you can create a crosstab or graph.
8) If the BIBDEMO schema works try creating your new schemas one at a time.
9) Make sure the if you define the a dimension as type time it has END_DATE (column type DATE) and TIME_SPAN (column type number) defined. Otherwise don't define the dimension as type time.
Hope this helps
Keith Laker
Product Manager
Oracle Business Intelligence Beans

Similar Messages

  • When I try to go on iMessage and sign in it says iMessage Activation an error occurred during activation try again. This is the same for FaceTime please help :(

    ppls help me

    Turn off iMessage and FaceTime and restart
    Go to Settings > Messages and turn off iMessage.
    Go to Settings > FaceTime and turn off FaceTime.
    Restart your device.
    Turn iMessage and FaceTime back on.
    Still not activated after an hour?
    It might take a few minutes to activate iMessage and FaceTime. If you've waited more than an hour, try these steps:
    Make sure that your device has the latest version of iOS.
    If you're using an iPhone, contact your carrier to make sure that you can receive SMS messages.
    Contact Apple Support.

  • Unable to select OLAP API metadata

    I am using oracle rdbms 9.2.0.5
    Initially I was able to view BIBDEMO schema cubes using cubeviewer. I also created my own cubes using CWM2 API and was able to view through the bibeans. All of sudden it stopped working and I am currently unable to even view the demo cubes in BIBDEMO schema using cube viewer, it throws a "red bell with no error message" dialog.
    I validated the entire OLAP catalog using the CWM2 API, all the objects are valid.
    I do not have a time dimension and any AW cubes.
    The bi_checkconfig utility returned the following results.
    <?xml version="1.0" encoding="UTF-8" ?>
    <BICheckConfig version="1.0.0.0">
    <Check key="JDEV_ORACLE_HOME" value="d:\Program Files\JDev_903"/>
    <Check key="JAVA_HOME" value="D:\JDK\1.3.1_11"/>
    <Check key="JDeveloper version" value="9.0.3.4.1247"/>
    <Check key="BI Beans version" value="9.0.3.6.0A"/>
    <Check key="BI Beans internal version" value="2.7.0.14"/>
    <Check key="host" value="199.254.233.44"/>
    <Check key="port" value="1521"/>
    <Check key="sid" value="config3"/>
    <Check key="user" value="kaisernw"/>
    <Check key="Connecting to the database" value="Successful"/>
    <Check key="JDBC driver version" value="9.2.0.3.0"/>
    <Check key="JDBC JAR file location" value="d:\Program Files\JDev_903\jdbc\lib"/>
    <Check key="Database version" value="9.2.0.5.0"/>
    <Check key="OLAP Catalog version" value="9.2.0.5.0"/>
    <Check key="OLAP AW Engine version" value="9.2.0.5.0"/>
    <Check key="OLAP API Server version" value="9.2.0.5.0"/>
    <Check key="BI Beans Catalog version" value="N/A; not installed in kaisernw"/>
    <Check key="OLAP API JAR file version" value="9.2"/>
    <Check key="OLAP API JAR file location" value="d:\Program Files\JDev_903\jdev\lib\ext"/>
    <Check key="OLAP API Metadata Load" value="Unsuccessful"/>
    <Check key="Failure Point" value="MDMLoadFailed"/>
    <Check key="StackTrace">
    <![CDATA[
    ============================================================================
    1) An error occurred during olap API metadata retrieval. This is probably caused by inconsistent metadata.
    1) An error occurred during olap API metadata retrieval. This is probably caused by inconsistent metadata.
    ============================================================================
    oracle.express.ExpressServerExceptionError class: Unknown Error
    Server error descriptions:
    INI: System failure, Generic at TxsOqConnection::getDefaultDatabase
         void oracle.olapi.metadata.BaseMetadataProvider.<init>(oracle.olapi.data.source.DataProvider)
              BaseMetadataProvider.java:68
         void oracle.olapi.metadata.mdm.MdmMetadataProvider.<init>(oracle.olapi.data.source.DataProvider)
              MdmMetadataProvider.java:127
         oracle.olapi.metadata.MetadataProvider oracle.express.olapi.data.full.ExpressDataProvider.getDefaultMetadataProvider()
              ExpressDataProvider.java:912
         oracle.express.mdm.MdmMetadataProvider oracle.dss.metadataManager.server.drivers.mdm._92.MDMMetadataDriverImpl_92.getMdmMetadataProvider()
              MDMMetadataDriverImpl_92.java:1134
         oracle.dss.metadataUtil.PropertyBag oracle.dss.metadataManager.server.drivers.mdm._92.MDMMetadataDriverImpl_92.attach(oracle.dss.metadataUtil.PropertyBag)
              MDMMetadataDriverImpl_92.java:811
         oracle.dss.metadataUtil.PropertyBag oracle.dss.metadataManager.server.drivers.mdm.MDMMetadataDriverImpl.attach(oracle.dss.metadataUtil.PropertyBag)
              MDMMetadataDriverImpl.java:133
         void oracle.dss.metadataManager.server.MetadataManagerImpl.buildObjectModel()
              MetadataManagerImpl.java:1085
         oracle.dss.metadataManager.common.MDRoot oracle.dss.metadataManager.server.MetadataManagerImpl.attach(oracle.dss.metadataManager.common.MDRoot, oracle.dss.metadataUtil.PropertyBag)
              MetadataManagerImpl.java:962
         int oracle.dss.metadataManager.client.MetadataManager.attach(oracle.dss.metadataUtil.PropertyBag)
              MetadataManager.java:866
         int oracle.dss.metadataManager.client.MetadataManager.attach()
              MetadataManager.java:792
         oracle.dss.metadataUtil.OrderedHashtable BICheckConfig.checkConnection(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.io.OutputStream, boolean)
              BICheckConfig.java:250
         void BICheckConfig.main(java.lang.String[])
              BICheckConfig.java:1172
    ]]>
    </Check>
    </BICheckConfig>
    How can I debug this issue.
    Thank you,
    Senthil

    I figured what the problem is, I missed one of the invalid objects in my OLAP validation log file when I scanned before.
    As part of another issue (Issue #1), I dropped and recreated some dimensions. But did not reattach those dimensions to the cube. So in the log, that particular cube was marked as invalid with the error "no dimensions".
    FYI - (Issue #1)
    When creating dimensions, by mistake I mapped some of the fields using CWM2 map table API to a VIEW. The CWM2 validation API, validated these dimensions and marked them as valid.
    But from the query builder I was not able to progress forward from the layout panel to the dimension panel, it will just sit there without throwing any errors. Once I changed the view to the base table in the dimension definition, the querybuilder started working.
    Thank you,
    Senthil

  • Errors occurred during extraction

    Dear Friends,
    I have Multiprovider "Sales Margin Multi-Provider New Requirement- ZZRT_C01", which gets data from "Article- ZZRT_C01" and "Store/Article/Day - Sales Margin- ZZRPA_C01".
    The corresponding data source for ZZRPA_C01 is "0RT_PA_TRAN_CONTROL", when checked for data from the extractor checker using tcode RSA3 gives message "Errors occurred during the extraction".
            What could be the cause of the same and how do we correct the same.
            Is this failure the cause of incorrect data in the data target? If not what is the cause & How do we correct the same?
    All suggestion is welcome.
    KS

    Dear All,
    There is note in the SAP.help.com which say for 0PRA_C01:
    The volume of data is very high for data retention at store/article/day level. We recommend that you restrict your data retention period to a maximum of three months.
    How do we retain data for the period mentioned above?
    Is it thru datatarget archieving?
    If No
    Do we move the data from the day level to week level than to the month level, and then delete the data after three months at the day level datatarget?
    Also is the error due to data retained in the datatarget fro more then 3 months?
    All answers are welcome!!!
    K S

  • Error occured during load process com.essbase.api.base.EssException: (-1):

    I am trying extract the Measures dimension from Sample application by following John's blog (ODI Series - Loading Essbase Metadata) . Its giving error on extracting metadata from Sample basic.
    ODI Ver 10.1.3.6.3
    Error
    Error occured during load process com.essbase.api.base.EssException: (-1):
    Error log :
    2010-07-17 04:25:30,741 INFO [DwgCmdExecutionThread:null:9]: ODI Hyperion Essbase Adapter Version 9.3.1.1
    2010-07-17 04:25:30,741 INFO [DwgCmdExecutionThread:null:9]: Connecting to Essbase application [Sample] on [M2BTG.BADAKLNG.COM]:[1423] using username [admin].
    2010-07-17 04:25:30,760 INFO [DwgCmdExecutionThread:null:9]: Successfully connected to the Essbase application.
    2010-07-17 04:25:30,760 INFO [DwgCmdExecutionThread:null:9]: Essbase Load IKM option RULES_FILE = prodload
    2010-07-17 04:25:30,762 INFO [DwgCmdExecutionThread:null:9]: Essbase Load IKM option RULE_SEPARATOR = Tab
    2010-07-17 04:25:30,762 INFO [DwgCmdExecutionThread:null:9]: Essbase Load IKM option PRE_LOAD_MAXL_SCRIPT =
    2010-07-17 04:25:30,762 INFO [DwgCmdExecutionThread:null:9]: Essbase Load IKM option POST_LOAD_MAXL_SCRIPT =
    2010-07-17 04:25:30,762 INFO [DwgCmdExecutionThread:null:9]: Essbase Load IKM option ABORT_ON_PRE_MAXL_ERROR = true
    2010-07-17 04:25:30,763 INFO [DwgCmdExecutionThread:null:9]: Essbase Load IKM option RESTRUCTURE_DATABASE = KEEP_ALL_DATA
    2010-07-17 04:25:30,774 INFO [DwgCmdExecutionThread:null:9]: Begining the load process.
    2010-07-17 04:25:30,792 ERROR [DwgCmdExecutionThread:null:9]: Error occured during load process com.essbase.api.base.EssException: (-1): null.
    2010-07-17 04:25:30,792 INFO [DwgCmdExecutionThread:null:9]: Load process completed.
    2010-07-17 04:25:30,792 INFO [DwgCmdExecutionThread:null:9]: Logging out and disconnecting from the essbase application.
    On checking the toplology manager, it gives error as shown below.
    rg.apache.bsf.BSFException: exception from Jython:
    Traceback (innermost last):
    File "<string>", line 23, in ?
    com.hyperion.odi.essbase.ODIEssbaseException: (-1): null
         at com.hyperion.odi.essbase.ODIEssbaseMetaWriter.loadData(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java)
         at org.python.core.PyMethod.__call__(PyMethod.java)
         at org.python.core.PyObject.__call__(PyObject.java)
         at org.python.core.PyInstance.invoke(PyInstance.java)
         at org.python.pycode._pyx9.f$0(<string>:23)
         at org.python.pycode._pyx9.call_function(<string>)
         at org.python.core.PyTableCode.call(PyTableCode.java)
         at org.python.core.PyCode.call(PyCode.java)
         at org.python.core.Py.runCode(Py.java)
         at org.python.core.Py.exec(Py.java)
         at org.python.util.PythonInterpreter.exec(PythonInterpreter.java)
         at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:144)
         at com.sunopsis.dwg.codeinterpretor.k.a(k.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSqlI.treatTaskTrt(SnpSessTaskSqlI.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
         at com.sunopsis.dwg.cmd.e.k(e.java)
         at com.sunopsis.dwg.cmd.h.A(h.java)
         at com.sunopsis.dwg.cmd.e.run(e.java)
         at java.lang.Thread.run(Unknown Source)
    Caused by: com.essbase.api.base.EssException: (-1): null
         at com.essbase.server.framework.EssOrbPluginDirect.ex_olap(Unknown Source)
         at com.essbase.server.framework.EssOrbPluginDirect.essMainBuildDimension(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin._invokeMainMethod(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin._invokeMethod2(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin._invokeMethod(Unknown Source)
         at com.essbase.server.framework.EssOrbPluginDirect._invokeProtected(Unknown Source)
         at com.essbase.api.session.EssOrbPluginEmbedded.invokeMethod(Unknown Source)
         at com.essbase.api.session.EssOrbPluginEmbedded.invokeMethod(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin.essMainBuildDimension(Unknown Source)
         at com.essbase.api.datasource.EssCube.buildDimension(Unknown Source)
         at com.hyperion.odi.essbase.wrapper.EssbaseApplication.buildDimension(Unknown Source)
         ... 32 more
    com.hyperion.odi.essbase.ODIEssbaseException: com.hyperion.odi.essbase.ODIEssbaseException: (-1): null
         at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
         at com.sunopsis.dwg.codeinterpretor.k.a(k.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSqlI.treatTaskTrt(SnpSessTaskSqlI.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
         at com.sunopsis.dwg.cmd.e.k(e.java)
         at com.sunopsis.dwg.cmd.h.A(h.java)
         at com.sunopsis.dwg.cmd.e.run(e.java)
         at java.lang.Thread.run(Unknown Source)
    Please Help me
    Rgds
    Uka FP

    You won't get much response with an error like that, what I can suggest is have a look at one of the blogs I wrote going through loading metadata :- http://john-goodwin.blogspot.com/2008/11/odi-series-loading-essbase-metadata.html
    Try building some test metadata loads against the sample.basic application to get a feel for how to do it.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Excel SSAS Tabular error: An error occurred during an attempt to establish a connection to the external data source

    Hello there,
    I have an Excel report I created which works perfectly fine on my dev environment, but fails on my test environment when I try to do a data refresh.
    The key difference between both dev and test environments is that in dev, everything is installed in one server:
    SharePoint 2013
    SQL 2012: Database Instance, SSAS Instance, SSRS for SharePoint, SSAS POWERPIVOT instance (Powerpivot for SharePoint).
    In my test and production environments, the architecture is different:
    SQL DB Servers in High Availability (irrelevant for this report since it is connecting to the tabular model, just FYI)
    SQL SSAS Tabular server (contains a tabular model that processes data from the SQL DBs).
    2x SharePoint Application Servers (we installed both SSRS and PowerPivot for SharePoint on these servers)
    2x SharePoint FrontEnd Servers (contain the SSRS and PowerPivot add-ins).
    Now in dev, test and production, I can run PowerPivot reports that have been created in SharePoint without any issues. Those reports can access the SSAS Tabular model without any issues, and perform data refresh and OLAP functions (slicing, dicing, etc).
    The problem is with Excel reports (i.e. .xlsx files) uploaded to SharePoint. While I can open them, I am having a hard time performing a data refresh. The error I get is:
    "An error occurred during an attempt to establish a connection to the external data source [...]"
    I ran SQL Profiler on my SSAS Server where the Tabular instance is and I noticed that every time I try to perform a data refresh, I get the following entries:
    Every time I try to perform a data refresh, two entries under the user name ANONYMOUS LOGON.
    Since things work without any issues on my single-server dev environment, I tried running SQL Server Profiler there as well to see what I get.
    As you can see from the above, in the dev environment the query runs without any issues and the user name logged is in fact my username from the dev environment domain. I also have a separated user for the test domain, and another for the production domain.
    Now upon some preliminary investigation I believe this has something to do with the data connection settings in Excel and the usage (or no usage) of secure store. This is what I can vouch for so far:
    Library containing reports is configured as trusted in SharePoint Central Admin.
    Library containing data connections is configured as trusted in SharePoint Central Admin.
    The Data Provider referenced in the Excel report (MSOLAP.5) is configured as trusted in SharePoint Central Admin.
    In the Excel report, the Excel Services authentication settings is set as "use authenticated user's account". This wortks fine in the DEV environment.
    Concerning SecureStore, PowerPivot Configurator has configured it the PowerPivotUnnattendedAccount application ID in all the environments. There is
    NO configuration of an Application ID for Excel Services in any of the environments (Dev, test or production). Altough I reckon this is where the solution lies, I am not 100% sure as to why it fails in test and prod. But as I read what I am
    writing, I reckon this is because of the authentication "hops" through servers. Am I right in my assumption?
    Could someone please advise what am I doing wrong in this case? If it is the fact that I am missing an Secure Store entry for Excel Services, I am wondering if someone could advise me on how to set ip up? My confusion is around the "Target Application
    Type" setting.
    Thank you for your time.
    Regards,
    P.

    Hi Rameshwar,
    PowerPivot workbooks contain embedded data connections. To support workbook interaction through slicers and filters, Excel Services must be configured to allow external data access through embedded connection information. External data access is required
    for retrieving PowerPivot data that is loaded on PowerPivot servers in the farm. Please refer to the steps below to solve this issue:
    In Central Administration, in Application Management, click Manage service applications.
    Click Excel Services Application.
    Click Trusted File Location.
    Click http:// or the location you want to configure.
    In External Data, in Allow External Data, click Trusted data connection libraries and embedded.
    Click OK.
    For more information, please see:
    Create a trusted location for PowerPivot sites in Central Administration:
    http://msdn.microsoft.com/en-us/library/ee637428.aspx
    Another reason is Excel Services returns this error when you query PowerPivot data in an Excel workbook that is published to SharePoint, and the SharePoint environment does not have a PowerPivot for SharePoint server, or the SQL Server Analysis
    Services (PowerPivot) service is stopped. Please check this document:
    http://technet.microsoft.com/en-us/library/ff487858(v=sql.110).aspx
    Finally, here is a good article regarding how to troubleshoot PowerPivot data refresh for your reference. Please see:
    Troubleshooting PowerPivot Data Refresh:
    http://social.technet.microsoft.com/wiki/contents/articles/3870.troubleshooting-powerpivot-data-refresh.aspx
    Hope this helps.
    Elvis Long
    TechNet Community Support

  • Error: "Application error occurred during the request processing

    Hello,
    I have successfully installed NW7 CE with MaxDB database. Then trying to logon to NWA/User Admin etc, & couldn't logon. Getting the following error.
    I am using Internet exploreer 7
      500   Internal Server Error
      SAP NetWeaver Application Server 7.11 / AS Java 7.11 
      Error: "Application error occurred during the request processing."
      Troubleshooting Guide https://sdn.sap.com/irj/sdn/wiki?path=/display/jsts/home
    Details: com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to retrieve client for current request. Causing exception is  nested.
         at com.sap.tc.webdynpro.clientserver.task.Task.getClient(Task.java:493)
         at com.sap.tc.webdynpro.serverimpl.wdc.um.ClientUserFactory.checkAuthentication(ClientUserFactory.java:200)
         at com.sap.tc.webdynpro.serverimpl.core.um.AbstractClientUserFactory$1.checkAuthentication(AbstractClientUserFactory.java:151)
         at com.sap.tc.webdynpro.services.sal.um.api.WDClientUser.checkAuthentication(WDClientUser.java:214)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.checkAuthentication(RequestManager.java:713)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:237)
         at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.delegateToRequestManager(AbstractExecutionContextDispatcher.java:202)
         at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.DispatchHandlerForRequestManager.doService(DispatchHandlerForRequestManager.java:38)
         at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.AbstractDispatchHandler.service(AbstractDispatchHandler.java:127)
         at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:95)
         at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.ExecutionContextDispatcher.dispatchToRequestManager(ExecutionContextDispatcher.java:140)
         at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:92)
         at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:104)
         at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doContent(AbstractDispatcherServlet.java:87)
         at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doGet(AbstractDispatcherServlet.java:54)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:140)
         at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:37)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:466)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:291)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:396)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:385)
         at com.sap.engine.services.servlets_jsp.filters.DSRWebContainerFilter.process(DSRWebContainerFilter.java:48)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
         at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:76)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
         at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:240)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
         at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:78)
         at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
         at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
         at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
         at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
         at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
         at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
         at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
         at com.sap.engine.services.httpserver.filters.MemoryStatisticFilter.process(MemoryStatisticFilter.java:43)
         at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
         at com.sap.engine.services.httpserver.filters.DSRHttpFilter.process(DSRHttpFilter.java:42)
         at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
         at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:425)
         at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.process(Processor.java:250)
         at com.sap.engine.services.httpserver.server.rcm.RequestProcessorThread.run(RequestProcessorThread.java:45)
         at com.sap.engine.core.thread.execution.Executable.run(Executable.java:109)
         at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:314)
    Caused by: com.sap.tc.webdynpro.services.cal.core.exceptions.WDClientException: Found no client: clientNameReqParam=null, clientNameAppParam=null, useragent=Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; Trident/4.0; GTB6; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
         at com.sap.tc.webdynpro.clientserver.cal.ClientInspector.findClientContainer(ClientInspector.java:212)
         at com.sap.tc.webdynpro.clientserver.cal.ClientInspector.getClient(ClientInspector.java:104)
         at com.sap.tc.webdynpro.clientserver.task.Task.getClient(Task.java:491)
         ... 51 more
    Checked hostname resolution, check any network issues...everything looks good. Suggest a solution.

    It's a problem with the browser.
    Please try the following possiblities:
    - use a different browser or at least a different IE-Version
    - restart the problems (helped me several times)
    - try comptability view in IE
    Regards
    Adrian

  • SIGSEGV error occurred during init a JDOM element

    HI!
    I have faced a problem related to segmentation failed in Linux box. I got following error -
    J org.jdom.Element.<init>(Ljava/lang/String;)V
    siginfo:si_signo=SIGSEGV: si_errno=0, si_code=2 (SEGV_ACCERR), si_addr=0x00002aab2ac30000
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
    It is also shows in the log that 100% use of PermGen space. Why this segmentation fault occurred? Is it related to JDK or JDOM?
    In my understanding, problem is related to JDK and occurred due to 100% use of PermGen space. But I am not sure as Problematic frame is J.
    Another interesting point is "error occurred during error reporting (printing native stack), id 0xb".
    I am using JDK6up20 and Linux environment. Please find logs below.
    ****************************** Logs *****************************************************************************************
    [myapps@mynbl01 batch]$ cat GVNSV1050D0_20130218_180109_mynbl01.12264.service.log
    Running My Console Application
    Using My Home [opt/myapps/nyc/bin]
    Using My Run Home [opt/myapps/nyc/bin]
    Using Java executable [usr/java/latest/bin/java]
    Monitor Service initializing.....
    Monitor Service started...
    # A fatal error has been detected by the Java Runtime Environment:
    # SIGSEGV (0xb) at pc=0x00002aaaab404284, pid=13019, tid=1113000256
    # JRE version: 6.0_20-b02
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (16.3-b01 mixed mode linux-amd64 )
    # Problematic frame:
    # J org.jdom.Element.<init>(Ljava/lang/String;)V
    # An error report file with more information is saved as:
    # /home/myapps/hs_err_pid13019.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    /opt/myapps/nyc/bin/run.sh: line 104: 13019 Aborted (core dumped) "${_JAVACMD}" -DMyhome="${_My_RUN_HOME}" -Djava.endorsed.dirs="${_XENDORSEDDIRS}" -Djava.security.egd=file:///dev/urandom "${@}"
    [myapps@mynbl01 batch]$ cat /home/myapps/hs_err_pid13019.log
    # A fatal error has been detected by the Java Runtime Environment:
    # SIGSEGV (0xb) at pc=0x00002aaaab404284, pid=13019, tid=1113000256
    # JRE version: 6.0_20-b02
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (16.3-b01 mixed mode linux-amd64 )
    # Problematic frame:
    # J org.jdom.Element.<init>(Ljava/lang/String;)V
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    --------------- T H R E A D ---------------
    Current thread (0x000000004596b000): JavaThread "Thread-9" [_thread_in_Java, id=13598, stack(0x0000000042470000,0x0000000042571000)]
    siginfo:si_signo=SIGSEGV: si_errno=0, si_code=2 (SEGV_ACCERR), si_addr=0x00002aab2ac30000
    Registers:
    RAX=0x0000000000000001, RBX=0x00002aab29040eb0, RCX=0x0000000000000008, RDX=0x0000000000000004
    RSP=0x000000004256f128, RBP=0x00002a95d8c8f000, RSI=0x00002aab2ac2fff8, RDI=0x00002aab29040ec8
    R8 =0x0000000000000014, R9 =0x0000000000000013, R10=0x00002aab2ac2ff98, R11=0x0000000000000014
    R12=0x00002aab2ab9b270, R13=0x000000004256f190, R14=0x000000004256f210, R15=0x000000004596b000
    RIP=0x00002aaaab404284, EFL=0x0000000000010202, CSGSFS=0x0000000000000033, ERR=0x0000000000000004
    TRAPNO=0x000000000000000e
    Top of Stack: (sp=0x000000004256f128)
    0x000000004256f128: 0000000000000001 00002aab29040ec8
    0x000000004256f138: 00002aab2ac2ffd8 00002aab2ac2ff98
    0x000000004256f148: 00002aaaaf713a90 000000004596b798
    0x000000004256f158: 000000004596b7b8 0000000000000040
    0x000000004256f168: 000000004256f200 000000004256f1e8
    0x000000004256f178: 00002aaaab145a42 0000000045844640
    0x000000004256f188: 00002aaaab145a42 00002aab2ac2ff98
    0x000000004256f198: 00002aaaaf713a90 00002aaaaf713a90
    0x000000004256f1a8: 000000004256f1a8 00002aab2a7420ab
    0x000000004256f1b8: 000000004256f210 00002aab2a743b50
    0x000000004256f1c8: 00002aab2aaa9458 00002aab2a742100
    0x000000004256f1d8: 000000004256f190 000000004256f200
    0x000000004256f1e8: 000000004256f258 00002aaaab145a42
    0x000000004256f1f8: 0000000000000000 00002aab2a7902f8
    0x000000004256f208: 00002aab2ac2ff98 00002aaaaf712c98
    0x000000004256f218: 000000004256f218 00002aab2ab9dad4
    0x000000004256f228: 000000004256f2a0 00002aab2ac2c738
    0x000000004256f238: 0000000000000000 00002aab2ab9dc68
    0x000000004256f248: 000000004256f200 000000004256f298
    0x000000004256f258: 000000004256f2e8 00002aaaab1458e9
    0x000000004256f268: 0000000000000000 00002aaaaf713288
    0x000000004256f278: 00002aaaaf712d50 00002aaaaf712c98
    0x000000004256f288: 00002aaaaf529658 00002aaaaf70ba18
    0x000000004256f298: 00002aaaaf5291b8 00002aaaaf704b80
    0x000000004256f2a8: 000000004256f2a8 00002aab2ab9d3c4
    0x000000004256f2b8: 000000004256f340 00002aab2ac2c738
    0x000000004256f2c8: 0000000000000000 00002aab2ab9d570
    0x000000004256f2d8: 000000004256f298 000000004256f340
    0x000000004256f2e8: 000000004256f388 00002aaaab1458e9
    0x000000004256f2f8: 0000000000000000 0000000000000000
    0x000000004256f308: 0000000000000000 0000000000000000
    0x000000004256f318: 00002aaaaf5291b8 00002aaaaf70b9f0
    Instructions: (pc=0x00002aaaab404284)
    0x00002aaaab404274: 48 83 c2 08 48 83 ee 10 48 83 ea 08 48 83 c6 10
    0x00002aaaab404284: 66 0f 3a 61 06 0d 77 f0 73 4f 2b d1 3b d0 78 49
    Stack: [0x0000000042470000,0x0000000042571000], sp=0x000000004256f128, free space=3fc0000000000000018k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    J org.jdom.Element.<init>(Ljava/lang/String;)V
    [error occurred during error reporting (printing native stack), id 0xb]
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x000000004598b800 JavaThread "PoolScavenger0" daemon [_thread_blocked, id=13612, stack(0x0000000042571000,0x0000000042672000)]
    =>0x000000004596b000 JavaThread "Thread-9" [_thread_in_Java, id=13598, stack(0x0000000042470000,0x0000000042571000)]
    0x0000000045843000 JavaThread "Thread-8" daemon [_thread_blocked, id=13597, stack(0x000000004236f000,0x0000000042470000)]
    0x0000000045c6e000 JavaThread "RMI Reaper" [_thread_blocked, id=13583, stack(0x000000004216d000,0x000000004226e000)]
    0x0000000045dd7800 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=13582, stack(0x0000000041b83000,0x0000000041c84000)]
    0x0000000045cc5000 JavaThread "GC Daemon" daemon [_thread_blocked, id=13573, stack(0x0000000041a82000,0x0000000041b83000)]
    0x0000000045e55000 JavaThread "RMI Scheduler(0)" daemon [_thread_blocked, id=13571, stack(0x00000000412e6000,0x00000000413e7000)]
    0x0000000045f81800 JavaThread "Thread-5" daemon [_thread_blocked, id=13399, stack(0x00000000411e5000,0x00000000412e6000)]
    0x0000000045f80800 JavaThread "Thread-6" daemon [_thread_blocked, id=13398, stack(0x0000000040f1e000,0x000000004101f000)]
    0x0000000045943800 JavaThread "Thread-4" daemon [_thread_blocked, id=13396, stack(0x000000004075a000,0x000000004085b000)]
    0x000000004577c800 JavaThread "Thread-3" daemon [_thread_in_native, id=13395, stack(0x00000000404c0000,0x00000000405c1000)]
    0x000000004584b800 JavaThread "Thread-2" daemon [_thread_blocked, id=13394, stack(0x0000000040a5e000,0x0000000040b5f000)]
    0x00000000459d4000 JavaThread "Thread-1" daemon [_thread_in_native, id=13393, stack(0x00000000401de000,0x00000000402df000)]
    0x0000000045723000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=13309, stack(0x0000000041f6b000,0x000000004206c000)]
    0x0000000045721000 JavaThread "CompilerThread1" daemon [_thread_blocked, id=13294, stack(0x0000000041e6a000,0x0000000041f6b000)]
    0x000000004571c800 JavaThread "CompilerThread0" daemon [_thread_blocked, id=13283, stack(0x0000000041d69000,0x0000000041e6a000)]
    0x000000004571a800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=13273, stack(0x00000000416c0000,0x00000000417c1000)]
    0x00000000456f7000 JavaThread "Finalizer" daemon [_thread_blocked, id=13180, stack(0x00000000415bf000,0x00000000416c0000)]
    0x00000000456f5000 JavaThread "Reference Handler" daemon [_thread_blocked, id=13174, stack(0x0000000040659000,0x000000004075a000)]
    0x000000004569d000 JavaThread "main" [_thread_blocked, id=13020, stack(0x00000000410e4000,0x00000000411e5000)]
    Other Threads:
    0x00000000456f0800 VMThread [stack: 0x00000000403bf000,0x00000000404c0000] [id=13163]
    0x0000000045726800 WatcherThread [stack: 0x000000004206c000,0x000000004216d000] [id=13317]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 37824K, used 26322K [0x00002aaaae200000, 0x00002aaab0b00000, 0x00002aaad70a0000)
    eden space 33664K, 65% used [0x00002aaaae200000, 0x00002aaaaf7a4be0, 0x00002aaab02e0000)
    from space 4160K, 99% used [0x00002aaab06f0000, 0x00002aaab0affff8, 0x00002aaab0b00000)
    to space 4160K, 0% used [0x00002aaab02e0000, 0x00002aaab02e0000, 0x00002aaab06f0000)
    tenured generation total 83840K, used 17652K [0x00002aaad70a0000, 0x00002aaadc280000, 0x00002aab28e00000)
    the space 83840K, 21% used [0x00002aaad70a0000, 0x00002aaad81dd110, 0x00002aaad81dd200, 0x00002aaadc280000)
    compacting perm gen total 30912K, used 30912K [0x00002aab28e00000, 0x00002aab2ac30000, 0x00002aab2e200000)
    the space 30912K, 100% used [0x00002aab28e00000, 0x00002aab2ac30000, 0x00002aab2ac30000, 0x00002aab2ac30000)
    No shared spaces configured.
    Dynamic libraries:
    40000000-40009000 r-xp 00000000 fd:00 527191 /usr/java/jdk1.6.0_20/bin/java
    40108000-4010a000 rwxp 00008000 fd:00 527191 /usr/java/jdk1.6.0_20/bin/java
    45691000-46e0a000 rwxp 45691000 00:00 0 [heap]
    3422200000-342221c000 r-xp 00000000 fd:00 1833565 /lib64/ld-2.5.so
    342241b000-342241c000 r-xp 0001b000 fd:00 1833565 /lib64/ld-2.5.so
    342241c000-342241d000 rwxp 0001c000 fd:00 1833565 /lib64/ld-2.5.so
    3422600000-342274e000 r-xp 00000000 fd:00 1833566 /lib64/libc-2.5.so
    342274e000-342294d000 ---p 0014e000 fd:00 1833566 /lib64/libc-2.5.so
    342294d000-3422951000 r-xp 0014d000 fd:00 1833566 /lib64/libc-2.5.so
    3422951000-3422952000 rwxp 00151000 fd:00 1833566 /lib64/libc-2.5.so
    3422952000-3422957000 rwxp 3422952000 00:00 0
    3422a00000-3422a02000 r-xp 00000000 fd:00 1833567 /lib64/libdl-2.5.so
    3422a02000-3422c02000 ---p 00002000 fd:00 1833567 /lib64/libdl-2.5.so
    3422c02000-3422c03000 r-xp 00002000 fd:00 1833567 /lib64/libdl-2.5.so
    3422c03000-3422c04000 rwxp 00003000 fd:00 1833567 /lib64/libdl-2.5.so
    3422e00000-3422e82000 r-xp 00000000 fd:00 1833433 /lib64/libm-2.5.so
    3422e82000-3423081000 ---p 00082000 fd:00 1833433 /lib64/libm-2.5.so
    3423081000-3423082000 r-xp 00081000 fd:00 1833433 /lib64/libm-2.5.so
    3423082000-3423083000 rwxp 00082000 fd:00 1833433 /lib64/libm-2.5.so
    3423200000-3423216000 r-xp 00000000 fd:00 1833427 /lib64/libpthread-2.5.so
    3423216000-3423415000 ---p 00016000 fd:00 1833427 /lib64/libpthread-2.5.so
    3423415000-3423416000 r-xp 00015000 fd:00 1833427 /lib64/libpthread-2.5.so
    3423416000-3423417000 rwxp 00016000 fd:00 1833427 /lib64/libpthread-2.5.so
    3423417000-342341b000 rwxp 3423417000 00:00 0
    3423a00000-3423a07000 r-xp 00000000 fd:00 1833572 /lib64/librt-2.5.so
    3423a07000-3423c07000 ---p 00007000 fd:00 1833572 /lib64/librt-2.5.so
    3423c07000-3423c08000 r-xp 00007000 fd:00 1833572 /lib64/librt-2.5.so
    3423c08000-3423c09000 rwxp 00008000 fd:00 1833572 /lib64/librt-2.5.so
    3426200000-3426215000 r-xp 00000000 fd:00 1833511 /lib64/libnsl-2.5.so
    3426215000-3426414000 ---p 00015000 fd:00 1833511 /lib64/libnsl-2.5.so
    3426414000-3426415000 r-xp 00014000 fd:00 1833511 /lib64/libnsl-2.5.so
    3426415000-3426416000 rwxp 00015000 fd:00 1833511 /lib64/libnsl-2.5.so
    3426416000-3426418000 rwxp 3426416000 00:00 0
    2aaaaaaab000-2aaaaaaad000 r-xs 0000c000 fd:00 2914785 /opt/myapps/nyc/bin/CONSOLE-INF/lib/activation-1.0.2.jar
    2aaaaaaad000-2aaaaaab8000 r-xs 000aa000 fd:00 2914764 /opt/myapps/nyc/bin/CONSOLE-INF/lib/ant-1.5.3-1.jar
    2aaaaaab8000-2aaaaaabd000 r-xs 00053000 fd:00 2914813 /opt/myapps/nyc/bin/CONSOLE-INF/lib/antlr-2.7.2.jar
    2aaaaaabd000-2aaaaaac0000 r-xs 00013000 fd:00 428220 /usr/java/jdk1.6.0_20/jre/lib/jce.jar
    2aaaaaac1000-2aaaaaace000 r-xp 00000000 fd:00 428188 /usr/java/jdk1.6.0_20/jre/lib/amd64/libverify.so
    2aaaaaace000-2aaaaabcd000 ---p 0000d000 fd:00 428188 /usr/java/jdk1.6.0_20/jre/lib/amd64/libverify.so
    2aaaaabcd000-2aaaaabd0000 rwxp 0000c000 fd:00 428188 /usr/java/jdk1.6.0_20/jre/lib/amd64/libverify.so
    2aaaaabd0000-2aaaaabf9000 r-xp 00000000 fd:00 428196 /usr/java/jdk1.6.0_20/jre/lib/amd64/libjava.so
    2aaaaabf9000-2aaaaacf8000 ---p 00029000 fd:00 428196 /usr/java/jdk1.6.0_20/jre/lib/amd64/libjava.so
    2aaaaacf8000-2aaaaacff000 rwxp 00028000 fd:00 428196 /usr/java/jdk1.6.0_20/jre/lib/amd64/libjava.so
    2aaaaacff000-2aaaaad00000 r-xp 2aaaaacff000 00:00 0
    2aaaaad00000-2aaaaad01000 rwxp 2aaaaad00000 00:00 0
    2aaaaad01000-2aaaaad08000 r-xp 00000000 fd:00 428171 /usr/java/jdk1.6.0_20/jre/lib/amd64/native_threads/libhpi.so
    2aaaaad08000-2aaaaae09000 ---p 00007000 fd:00 428171 /usr/java/jdk1.6.0_20/jre/lib/amd64/native_threads/libhpi.so
    2aaaaae09000-2aaaaae0b000 rwxp 00008000 fd:00 428171 /usr/java/jdk1.6.0_20/jre/lib/amd64/native_threads/libhpi.so
    2aaaaae0b000-2aaaaae0c000 rwxp 2aaaaae0b000 00:00 0
    2aaaaae0c000-2aaaaae14000 rwxs 00000000 fd:00 1440464 /tmp/hsperfdata_myapps/13019
    2aaaaae14000-2aaaaae19000 r-xs 00018000 fd:00 2914817 /opt/myapps/nyc/bin/CONSOLE-INF/lib/aspectjrt-1.6.2.jar
    2aaaaae19000-2aaaaae1f000 r-xs 00092000 fd:00 428219 /usr/java/jdk1.6.0_20/jre/lib/jsse.jar
    2aaaaae21000-2aaaaae2b000 r-xp 00000000 fd:00 1833242 /lib64/libnss_files-2.5.so
    2aaaaae2b000-2aaaab02a000 ---p 0000a000 fd:00 1833242 /lib64/libnss_files-2.5.so
    2aaaab02a000-2aaaab02b000 r-xp 00009000 fd:00 1833242 /lib64/libnss_files-2.5.so
    2aaaab02b000-2aaaab02c000 rwxp 0000a000 fd:00 1833242 /lib64/libnss_files-2.5.so
    2aaaab02c000-2aaaab03a000 r-xp 00000000 fd:00 428198 /usr/java/jdk1.6.0_20/jre/lib/amd64/libzip.so
    2aaaab03a000-2aaaab13c000 ---p 0000e000 fd:00 428198 /usr/java/jdk1.6.0_20/jre/lib/amd64/libzip.so
    2aaaab13c000-2aaaab13f000 rwxp 00010000 fd:00 428198 /usr/java/jdk1.6.0_20/jre/lib/amd64/libzip.so
    2aab2e8e3000-2aab2ea79000 r-xs 02fd0000 fd:00 428225 /usr/java/jdk1.6.0_20/jre/lib/rt.jar
    2aab2ea79000-2aab2eaac000 rwxp 2aab2ea79000 00:00 0
    2aab2eaac000-2aab2eb0f000 r-xs 007eb000 fd:00 2914818 /opt/myapps/nyc/bin/CONSOLE-INF/lib/aspectjtools-1.6.2.jar
    2aab2eb0f000-2aab2eb11000 r-xs 00007000 fd:00 2914765 /opt/myapps/nyc/bin/CONSOLE-INF/lib/avalon-framework-api-4.2.0.jar
    2aab2eb11000-2aab2eb13000 r-xs 0000d000 fd:00 2914766 /opt/myapps/nyc/bin/CONSOLE-INF/lib/avalon-framework-impl-4.2.0.jar
    2aab2eb13000-2aab2eb1b000 r-xs 00077000 fd:00 2914767 /opt/myapps/nyc/bin/CONSOLE-INF/lib/batik-awt-util-1.5.jar
    2aab2eb1b000-2aab2eb21000 r-xs 00035000 fd:00 2914768 /opt/myapps/nyc/bin/CONSOLE-INF/lib/batik-bridge-1.5.jar
    2aab2eb21000-2aab2eb26000 r-xs 0000e000 fd:00 2914769 /opt/myapps/nyc/bin/CONSOLE-INF/lib/batik-ext-1.5.jar
    2aab2eb26000-2aab2eb2a000 r-xs 00020000 fd:00 2914770 /opt/myapps/nyc/bin/CONSOLE-INF/lib/batik-gvt-1.5.jar
    2aab2eb2a000-2aab2eb35000 r-xs 00052000 fd:00 2914771 /opt/myapps/nyc/bin/CONSOLE-INF/lib/batik-svg-dom-1.5.jar
    2aab2eb35000-2aab2eb38000 r-xs 00010000 fd:00 2914772 /opt/myapps/nyc/bin/CONSOLE-INF/lib/batik-util-1.5.jar
    2aab2eb38000-2aab2eb3a000 r-xs 00021000 fd:00 2914774 /opt/myapps/nyc/bin/CONSOLE-INF/lib/bsh-core-2.0b2.jar
    2aab2eb3a000-2aab2eb3f000 r-xs 0002a000 fd:00 2914775 /opt/myapps/nyc/bin/CONSOLE-INF/lib/commons-beanutils-1.7.0.jar
    2aab2eb3f000-2aab2eb41000 r-xs 00006000 fd:00 2914777 /opt/myapps/nyc/bin/CONSOLE-INF/lib/commons-cli-1.0.jar
    2aab2eb41000-2aab2eb4e000 r-xs 0007c000 fd:00 2914779 /opt/myapps/nyc/bin/CONSOLE-INF/lib/commons-collections-3.1.jar
    2aab2eb4e000-2aab2eb50000 r-xs 00005000 fd:00 2914780 /opt/myapps/nyc/bin/CONSOLE-INF/lib/commons-dbutils-1.0.jar
    2aab2eb50000-2aab2eb53000 r-xs 00018000 fd:00 2914781 /opt/myapps/nyc/bin/CONSOLE-INF/lib/commons-digester-1.5.jar
    2aab2eb53000-2aab2eb56000 r-xs 0000f000 fd:00 2914783 /opt/myapps/nyc/bin/CONSOLE-INF/lib/commons-discovery-0.2.jar
    2aab2eb56000-2aab2eb57000 r-xs 00005000 fd:00 2914784 /opt/myapps/nyc/bin/CONSOLE-INF/lib/commons-email-1.0.jar
    2aab2eb57000-2aab2eb59000 r-xs 00004000 fd:00 2914786 /opt/myapps/nyc/bin/CONSOLE-INF/lib/commons-fileupload-1.0.jar
    2aab2eb59000-2aab2eb5c000 r-xs 00018000 fd:00 2914787 /opt/myapps/nyc/bin/CONSOLE-INF/lib/commons-io-1.4.jar
    2aab2eb5c000-2aab2eb60000 r-xs 0002f000 fd:00 2914778 /opt/myapps/nyc/bin/CONSOLE-INF/lib/commons-lang-2.1.jar
    2aab2eb60000-2aab2eb62000 r-xs 0000d000 fd:00 2914776 /opt/myapps/nyc/bin/CONSOLE-INF/lib/commons-logging-1.1.1.jar
    2aab2eb62000-2aab2eb64000 r-xs 00009000 fd:00 2914788 /opt/myapps/nyc/bin/CONSOLE-INF/lib/commons-pool-1.2.jar
    2aab2eb64000-2aab2eb6d000 r-xs 00037000 fd:00 2914790 /opt/myapps/nyc/bin/CONSOLE-INF/lib/commons-primitives-1.0.jar
    2aab2eb6d000-2aab2eb6f000 r-xs 00013000 fd:00 2914791 /opt/myapps/nyc/bin/CONSOLE-INF/lib/commons-validator-1.1.3-dev.jar
    2aab2eb6f000-2aab2eb72000 r-xs 00007000 fd:00 2914819 /opt/myapps/nyc/bin/CONSOLE-INF/lib/connector-api-1.0.jar
    2aab2eb72000-2aab2eb7a000 r-xs 0006f000 fd:00 2914815 /opt/myapps/nyc/bin/CONSOLE-INF/lib/dom4j-1.4-dev-8.jar
    2aab2eb7a000-2aab2eb83000 r-xs 00050000 fd:00 2914853 /opt/myapps/nyc/bin/CONSOLE-INF/lib/google-collect-snapshot-20071022.jar
    2aab2eb83000-2aab2eb94000 r-xs 00136000 fd:00 2914795 /opt/myapps/nyc/bin/CONSOLE-INF/lib/itext-1.4.2.jar
    2aab2eb94000-2aab2eb98000 r-xs 00031000 fd:00 2914820 /opt/myapps/nyc/bin/CONSOLE-INF/lib/jai-codec-1.0.jar
    2aab2eb98000-2aab2ebab000 r-xs 0016e000 fd:00 2914821 /opt/myapps/nyc/bin/CONSOLE-INF/lib/jai-core-1.0.jar
    2aab2ebab000-2aab2ebb1000 r-xs 00036000 fd:00 2914814 /opt/myapps/nyc/bin/CONSOLE-INF/lib/jaxen-1.1-beta-4.jar
    2aab2ebb1000-2aab2ebb3000 r-xs 00022000 fd:00 2914797 /opt/myapps/nyc/bin/CONSOLE-INF/lib/jdom-b10.jar
    2aab2ebb3000-2aab2ebbc000 r-xs 00068000 fd:00 2914823 /opt/myapps/nyc/bin/CONSOLE-INF/lib/jimi-1.0.jar
    2aab2ebbc000-2aab2ebbe000 r-xs 00005000 fd:00 2914796 /opt/myapps/nyc/bin/CONSOLE-INF/lib/jms-1.1.jar
    2aab2ebbe000-2aab2ebc0000 r-xs 00001000 fd:00 2914799 /opt/myapps/nyc/bin/CONSOLE-INF/lib/jta-1.0.1B.jar
    2aab2ebc0000-2aab2ebcb000 r-xs 000a5000 fd:00 2914798 /opt/myapps/nyc/bin/CONSOLE-INF/lib/jxl-1.0.jar
    2aab2ebcb000-2aab2ebd4000 r-xs 0006f000 fd:00 2914807 /opt/myapps/nyc/bin/CONSOLE-INF/lib/log4j-1.2.17.jar
    2aab2ebd4000-2aab2ebda000 r-xs 00051000 fd:00 2914801 /opt/myapps/nyc/bin/CONSOLE-INF/lib/mail-1.3.3_01.jar
    2aab2ebda000-2aab2ebde000 r-xs 00029000 fd:00 2914800 /opt/myapps/nyc/bin/CONSOLE-INF/lib/mailapi-1.3.3_01.jar
    2aab2ebde000-2aab2ebe1000 r-xs 00047000 fd:00 2914792 /opt/myapps/nyc/bin/CONSOLE-INF/lib/mq-5.300-j530-L021008.jar
    2aab2ebe1000-2aab2ebe2000 r-xs 00009000 fd:00 2914793 /opt/myapps/nyc/bin/CONSOLE-INF/lib/mqbind-5.300-j530-L021008.jar
    2aab2ebe2000-2aab2ebf3000 r-xs 0013e000 fd:00 2914794 /opt/myapps/nyc/bin/CONSOLE-INF/lib/mqjms-5.300-j530-L021008.jar
    2aab2ebf3000-2aab2ec05000 r-xs 001f2000 fd:00 2914802 /opt/myapps/nyc/bin/CONSOLE-INF/lib/ojdbc16-11.2.0.1.0.jar
    2aab2ec05000-2aab2ec06000 r-xs 0000b000 fd:00 2914803 /opt/myapps/nyc/bin/CONSOLE-INF/lib/ons-1.0.jar
    2aab2ec06000-2aab2ec0d000 r-xs 0018e000 fd:00 2914804 /opt/myapps/nyc/bin/CONSOLE-INF/lib/orai18n-11.2.0.1.0.jar
    2aab2ec0d000-2aab2ec28000 r-xs 00142000 fd:00 2914808 /opt/myapps/nyc/bin/CONSOLE-INF/lib/poi-3.2-FINAL-20081019.jar
    2aab2ec28000-2aab2ec2a000 r-xs 0001d000 fd:00 2914822 /opt/myapps/nyc/bin/CONSOLE-INF/lib/pwcrules-1.0.jar
    2aab2ec2a000-2aab2ec2c000 r-xs 00005000 fd:00 2914809 /opt/myapps/nyc/bin/CONSOLE-INF/lib/regexp-1.3.jar
    2aab2ec2c000-2aab2ec35000 r-xs 0007a000 fd:00 2914810 /opt/myapps/nyc/bin/CONSOLE-INF/lib/repro-1.1.jar
    2aab2ec35000-2aab2ec3e000 r-xs 000a2000 fd:00 2914811 /opt/myapps/nyc/bin/CONSOLE-INF/lib/repro-chart-1.0.jar
    2aab2ec3e000-2aab2ec56000 r-xs 0017a000 fd:00 2914812 /opt/myapps/nyc/bin/CONSOLE-INF/lib/repro-fop-1.0.jar
    2aab2ec56000-2aab2ec57000 r-xs 0000c000 fd:00 2914824 /opt/myapps/nyc/bin/CONSOLE-INF/lib/spring-asm-3.0.0.RELEASE.jar
    2aab2ec57000-2aab2ec62000 r-xs 0007c000 fd:00 2914825 /opt/myapps/nyc/bin/CONSOLE-INF/lib/spring-beans-3.0.0.RELEASE.jar
    2aab2ec62000-2aab2ec73000 r-xs 00090000 fd:00 2914827 /opt/myapps/nyc/bin/CONSOLE-INF/lib/spring-context-3.0.0.RELEASE.jar
    2aab2ec73000-2aab2ec7b000 r-xs 00050000 fd:00 2914826 /opt/myapps/nyc/bin/CONSOLE-INF/lib/spring-core-3.0.0.RELEASE.jar
    2aab2ec7b000-2aab2ec7f000 r-xs 00022000 fd:00 2914828 /opt/myapps/nyc/bin/CONSOLE-INF/lib/spring-expression-3.0.0.RELEASE.jar
    2aab2ec7f000-2aab2ec88000 r-xs 0004f000 fd:00 2914829 /opt/myapps/nyc/bin/CONSOLE-INF/lib/spring-web-3.0.0.RELEASE.jar
    2aab2ec88000-2aab2ec90000 r-xs 00057000 fd:00 2914830 /opt/myapps/nyc/bin/CONSOLE-INF/lib/spring-webmvc-3.0.0.RELEASE.jar
    2aab2ec90000-2aab2ec98000 r-xs 00051000 fd:00 2914773 /opt/myapps/nyc/bin/CONSOLE-INF/lib/velocity-1.4.jar
    2aab2ec98000-2aab2ecbd000 r-xs 002dc000 fd:00 2914816 /opt/myapps/nyc/bin/CONSOLE-INF/lib/xalan-2.6.0.jar
    2aab2ecbd000-2aab2ecbf000 r-xs 0002a000 fd:00 2914805 /opt/myapps/nyc/bin/CONSOLE-INF/lib/xdb-10.2.0.1.jar
    2aab2eda0000-2aab2edb4000 r-xs 000e3000 fd:00 2914789 /opt/myapps/nyc/bin/CONSOLE-INF/lib/xercesImpl-2.6.2.jar
    2aab2edb4000-2aab2edb9000 r-xs 00016000 fd:00 2914782 /opt/myapps/nyc/bin/CONSOLE-INF/lib/xml-apis-1.0.b2.jar
    2aab2edb9000-2aab2edc6000 r-xs 00108000 fd:00 2914806 /opt/myapps/nyc/bin/CONSOLE-INF/lib/xmlparserv3-10.2.0.1.jar
    2aab2edc6000-2aab2ee25000 r-xs 00ba5000 fd:00 623619 /usr/java/jdk1.6.0_20/lib/tools.jar
    2aab2ee25000-2aab2ee2c000 r-xs 00111000 fd:00 428161 /usr/java/jdk1.6.0_20/jre/lib/resources.jar
    2aab2ee2c000-2aab2ee32000 r-xp 00000000 fd:00 428205 /usr/java/jdk1.6.0_20/jre/lib/amd64/libmanagement.so
    2aab2ee32000-2aab2ef31000 ---p 00006000 fd:00 428205 /usr/java/jdk1.6.0_20/jre/lib/amd64/libmanagement.so
    2aab2ef31000-2aab2ef33000 rwxp 00005000 fd:00 428205 /usr/java/jdk1.6.0_20/jre/lib/amd64/libmanagement.so
    2aab2ef33000-2aab2ef46000 r-xp 00000000 fd:00 428189 /usr/java/jdk1.6.0_20/jre/lib/amd64/libnet.so
    2aab2ef46000-2aab2f047000 ---p 00013000 fd:00 428189 /usr/java/jdk1.6.0_20/jre/lib/amd64/libnet.so
    2aab2f047000-2aab2f04a000 rwxp 00014000 fd:00 428189 /usr/java/jdk1.6.0_20/jre/lib/amd64/libnet.so
    2aab2f04a000-2aab2f04d000 r-xs 00027000 fd:00 493284 /usr/java/jdk1.6.0_20/jre/lib/ext/sunjce_provider.jar
    2aab2f04d000-2aab2f04e000 r-xp 00000000 fd:00 428201 /usr/java/jdk1.6.0_20/jre/lib/amd64/librmi.so
    2aab2f04e000-2aab2f14d000 ---p 00001000 fd:00 428201 /usr/java/jdk1.6.0_20/jre/lib/amd64/librmi.so
    2aab2f14d000-2aab2f14e000 rwxp 00000000 fd:00 428201 /usr/java/jdk1.6.0_20/jre/lib/amd64/librmi.so
    2aab30000000-2aab31587000 rwxp 2aab30000000 00:00 0
    2aab31587000-2aab34000000 ---p 2aab31587000 00:00 0
    2acd591de000-2acd591df000 rwxp 2acd591de000 00:00 0
    2acd591f4000-2acd591f5000 rwxp 2acd591f4000 00:00 0
    2acd591f5000-2acd591fc000 r-xp 00000000 fd:00 458315 /usr/java/jdk1.6.0_20/jre/lib/amd64/jli/libjli.so
    2acd591fc000-2acd592fd000 ---p 00007000 fd:00 458315 /usr/java/jdk1.6.0_20/jre/lib/amd64/jli/libjli.so
    2acd592fd000-2acd592ff000 rwxp 00008000 fd:00 458315 /usr/java/jdk1.6.0_20/jre/lib/amd64/jli/libjli.so
    2acd592ff000-2acd59301000 rwxp 2acd592ff000 00:00 0
    2acd59301000-2acd59ab6000 r-xp 00000000 fd:00 428183 /usr/java/jdk1.6.0_20/jre/lib/amd64/server/libjvm.so
    2acd59ab6000-2acd59bb5000 ---p 007b5000 fd:00 428183 /usr/java/jdk1.6.0_20/jre/lib/amd64/server/libjvm.so
    2acd59bb5000-2acd59d40000 rwxp 007b4000 fd:00 428183 /usr/java/jdk1.6.0_20/jre/lib/amd64/server/libjvm.so
    2acd59d40000-2acd59d79000 rwxp 2acd59d40000 00:00 0
    7fff9ad9f000-7fff9adb5000 rwxp 7ffffffe9000 00:00 0 [stack]
    ffffffffff600000-ffffffffffe00000 ---p 00000000 00:00 0 [vdso]
    Regards,
    Krish
    Edited by: 989493 on Feb 24, 2013 8:18 PM

    +> I am little bit curious about- how memory allocated in PermGen space? Is this a same way as heap (grows incrementally upto certain limit)?+
    PermGen space stores class structures and class metadata, it doesn't grow much while the program is running, it allocated memory when classes are loaded by classloaders. Also, programs that performs bytecode instrumentation (hibernate, spring, jboss seam, etc.) requires more permgen space than other programs as it modifies class structures.

  • RC-00118: Error occurred during creation of database

    adcrdb.sh started at Mon Nov 14 16:16:13 EAT 2011
    The environment settings are as follows ...
    ORACLE_HOME : /u04/d01/tech_st/11.2.0
    ORACLE_SID : JCLONE
    TWO_TASK :
    PATH : /usr/bin:/u04/d01/tech_st/11.2.0/bin:/usr/bin:/usr/sbin:/u0 4/d01/tech_st/11.2.0/jdk/bin:/usr/ccs/bin:/bin:/usr/bin/X11:/usr/local/bin:/u04/ d01/tech_st/11.2.0/appsutil/clone/bin/../jre/jre/bin:/usr/lib/qt-3.3/bin:/usr/ke rberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbi n:/usr/bin:/usr/X11R6/bin:/root/bin:.
    LD_LIBRARY_PATH : /u04/d01/tech_st/11.2.0/lib:/usr/X11R6/lib:/usr/openwin/lib :/u04/d01/tech_st/11.2.0/ctx/lib
    Executable : /u04/d01/tech_st/11.2.0/bin/sqlplus
    The log information will be written to
    /u04/d01/tech_st/11.2.0/appsutil/log/JCLONE_oracle/adcrdb_JCLONE.txt
    Creating the control file for JCLONE_oracle database ...
    SQL*Plus: Release 11.2.0.2.0 Production on Mon Nov 14 16:16:13 2011
    Copyright (c) 1982, 2010, Oracle. All rights reserved.
    Connected to an idle instance.
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 1071333376 bytes
    Fixed Size 1348968 bytes
    Variable Size 427821720 bytes
    Database Buffers 629145600 bytes
    Redo Buffers 13017088 bytes
    CREATE CONTROLFILE REUSE SET DATABASE "JCLONE"
    ERROR at line 1:
    ORA-01503: CREATE CONTROLFILE failed
    ORA-01159: file is not from same database as previous files - wrong database id
    ORA-01110: data file 1: '/u04/d01/apps_st/data/system01.dbf'
    alter database open resetlogs
    ERROR at line 1:
    ORA-01507: database not mounted
    alter tablespace TEMP add tempfile '/u04/d01/apps_st/data/temp01.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    ALTER DATABASE RENAME GLOBAL_NAME TO "JCLONE.jtl.co.ke"
    ERROR at line 1:
    ORA-01109: database not open
    ORA-01507: database not mounted
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 1071333376 bytes
    Fixed Size 1348968 bytes
    Variable Size 427821720 bytes
    Database Buffers 629145600 bytes
    Redo Buffers 13017088 bytes
    Database mounted.
    BEGIN dbms_backup_restore.zeroDbid(0); END;
    ERROR at line 1:
    ORA-01119: error in creating database file
    '/u04/d01/tech_st/11.2.0/dbs/MISSING00015'
    ORA-27037: unable to obtain file status
    Linux Error: 2: No such file or directory
    Additional information: 3
    ORA-06512: at "SYS.X$DBMS_BACKUP_RESTORE", line 4754
    ORA-06512: at line 1
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 1071333376 bytes
    Fixed Size 1348968 bytes
    Variable Size 427821720 bytes
    Database Buffers 629145600 bytes
    Redo Buffers 13017088 bytes
    CREATE CONTROLFILE REUSE SET DATABASE "JCLONE"
    ERROR at line 1:
    ORA-01503: CREATE CONTROLFILE failed
    ORA-01159: file is not from same database as previous files - wrong database id
    ORA-01110: data file 1: '/u04/d01/apps_st/data/system01.dbf'
    alter database open resetlogs
    ERROR at line 1:
    ORA-01507: database not mounted
    alter tablespace TEMP add tempfile '/u04/d01/apps_st/data/temp01.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    ALTER DATABASE RENAME GLOBAL_NAME TO "JCLONE.jtl.co.ke"
    ERROR at line 1:
    ORA-01109: database not open
    Error Running create/replace library with adupdlib.sql
    ORA-01109: database not open
    PL/SQL procedure successfully completed.
    File created.
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - Pr oduction
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    exit_code=0
    Checking for errors ...
    The database has not been successfully created. Shutting down the instance ...
    SQL*Plus: Release 11.2.0.2.0 Production on Mon Nov 14 16:16:32 2011
    Copyright (c) 1982, 2010, Oracle. All rights reserved.
    Connected.
    ORACLE instance shut down.
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - Pr oduction
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    .end std out.
    .end err out.
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL='null'
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost : oracle
    sDbDomain : jtl.co.ke
    sDbPort : 1524
    sDbSid : JCLONE
    sDbUser : apps
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@oracle.jtl.co.ke:1524:JCLONE
    Exception occurred: java.sql.SQLException: IO Error: The Network Adapter cou ld not establish the connection
    Trying to connect using SID as ServiceName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=oracle .jtl.co.ke)(PORT=1524))(CONNECT_DATA=(SERVICE_NAME=JCLONE)))
    Exception occurred: java.sql.SQLException: IO Error: The Network Adapter cou ld not establish the connection
    Trying to connect using SID as ServiceName.DomainName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=oracle .jtl.co.ke)(PORT=1524))(CONNECT_DATA=(SERVICE_NAME=JCLONE.jtl.co.ke)))
    Exception occurred: java.sql.SQLException: IO Error: The Network Adapter cou ld not establish the connection
    Connection could not be obtained; returning null
    -------------------ADX Database Utility Finished---------------
    RC-00118: Error occurred during creation of database
    Raised by oracle.apps.ad.clone.ApplyDatabase
    StackTrace:
    java.lang.Exception: Control file creation failed
    at oracle.apps.ad.clone.ApplyDatabase.<init>(ApplyDatabase.java:661)
    at oracle.apps.ad.clone.ApplyDatabase.<init>(ApplyDatabase.java:328)
    at oracle.apps.ad.clone.ApplyDatabase.<init>(ApplyDatabase.java:304)
    at oracle.apps.ad.clone.ApplyDBTier.<init>(ApplyDBTier.java:154)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct orAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC onstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:501)
    at oracle.apps.ad.clone.util.CloneProcessor.run(CloneProcessor.java:68)
    at java.lang.Thread.run(Thread.java:595)
    Current database Version is 11.2.0.2
    Apps Version is 11.5.10.2
    RUP version is 6
    Forms Patchset version is 19
    Please advise how to resolve this error ?
    Regards
    Mohammed.

    Please refer to these docs/links.
    Troubleshooting RapidClone issues with Oracle Applications 11i [ID 364565.1]
    Adcfgclone.pl DBTier is failing with error for dbms_backup_restore.zeroDbid(0) [ID 361157.1]
    https://forums.oracle.com/forums/search.jspa?threadID=&q=ORA-01503+AND+ORA-01159+AND+ORA-01110&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • RC-00118: Error occurred during creation of database Raised by oracle.apps.

    Hi Experts,
    Please note i am doing the clonning from production to test server.
    Production Server -
    1. Run the adpreclone.pl on the apps & db tier.
    2. run the autoconfig on the apps and db tier.
    3. shut down the production instance.
    4. Moved the files and started the clonning process on the db tier i am getting the below issue.
    My current E-Business Suit Version is R12.0.4 Database Version is 10.2.0.3. Operating system is SUN SPARC 64 BIT SUN SOLARIS 10.
    Executing CreateDB...
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL='null'
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost : proddb
    sDbDomain : clientdomain
    sDbPort : 1530
    sDbSid : TEST
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@proddb.clientdomain:1530:TEST
    Exception occurred: java.sql.SQLException: ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    SVR4 Error: 2: No such file or directory
    Trying to connect using SID as ServiceName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=proddb.clientdomain)(PORT=1530))(CONNECT_DATA=(SERVICE_NAME=TEST)))
    Exception occurred: java.sql.SQLException: ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    SVR4 Error: 2: No such file or directory
    Trying to connect using SID as ServiceName.DomainName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=proddb.clientdomain)(PORT=1530))(CONNECT_DATA=(SERVICE_NAME=TEST.clientdomain)))
    Exception occurred: java.sql.SQLException: Listener refused the connection with the following error:
    ORA-12514, TNS:listener does not currently know of service requested in connect descriptor
    The Connection descriptor used by the client was:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=proddb.clientdomain)(PORT=1530))(CONNECT_DATA=(SERVICE_NAME=TEST.clientdomain)))
    Connection could not be obtained; returning null
    -------------------ADX Database Utility Finished---------------
    adcrdb.sh started at Wed Mar 21 18:09:54 WAT 2012
    The environment settings are as follows ...
    ORACLE_HOME : /erptestdata2/u01/d01/tech_st/10.2.0
    ORACLE_SID : TEST
    TWO_TASK :
    PATH : /erptestdata2/u01/d01/tech_st/10.2.0/perl/bin:/erptestdata2/u01/d01/tech_st/10.2.0/bin:/usr/ccs/bin:/usr/sbin:/erptestdata2/u01/d01/tech_st/10.2.0/appsutil/jre/bin:/erptestdata2/u01/d01/tech_st/10.2.0/appsutil/clone/bin/../jre/bin:/erptestdata2/u01/d01/tech_st/10.2.0/appsutil/clone/bin/../jre/bin:/usr/sbin:/usr/bin:/opt/EMCpower/bin:/etc/emc/bin:/etc:/usr/ccs/bin:/usr/openwin/bin:/usr/dt/bin:/usr/platform/SUNW,SPARC-Enterprise/sbin:/opt/sun/bin:/opt/SUNWexplo/bin:/opt/SUNWsneep/bin
    LD_LIBRARY_PATH : /erptestdata2/u01/d01/tech_st/10.2.0/lib:/usr/dt/lib:/usr/openwin/lib:/erptestdata2/u01/d01/tech_st/10.2.0/ctx/lib:/erptestdata2/u01/d01/tech_st/10.2.0/lib32
    Executable : /erptestdata2/u01/d01/tech_st/10.2.0/bin/sqlplus
    The log information will be written to
         /erptestdata2/u01/d01/tech_st/10.2.0/appsutil/log/TEST_proddb/adcrdb_TEST.txt
    Creating the control file for TEST_proddb database ...
    SQL*Plus: Release 10.2.0.3.0 - Production on Wed Mar 21 18:09:54 2012
    Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
    Connected to an idle instance.
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 1073741824 bytes
    Fixed Size          2035496 bytes
    Variable Size          432017624 bytes
    Database Buffers     624951296 bytes
    Redo Buffers          14737408 bytes
    CREATE CONTROLFILE REUSE SET DATABASE "TEST"
    ERROR at line 1:
    ORA-01503: CREATE CONTROLFILE failed
    ORA-01167: two files are the same file/group number or the same file
    ORA-01110: data file 31: '/erptestdata2/u01/d01/apps_st/data/olap.dbf'
    ORA-01110: data file 31: '/erptestdata2/u01/d01/apps_st/data/odm.dbf'
    alter database open resetlogs
    ERROR at line 1:
    ORA-01507: database not mounted
    alter tablespace TEMP1 add tempfile '/erptestdata2/u01/d01/apps_st/data/temp01.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    alter tablespace TEMP1 add tempfile '/erptestdata2/u01/d01/apps_st/data/temp02.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    alter tablespace TEMP2 add tempfile '/erptestdata2/u01/d01/apps_st/data/temp03.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    alter tablespace TEMP2 add tempfile '/erptestdata2/u01/d01/apps_st/data/temp04.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    alter tablespace TEMP1 add tempfile '/erptestdata2/u01/d01/apps_st/data/temp10a5.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    ALTER DATABASE RENAME GLOBAL_NAME TO "TEST.clientdomain"
    ERROR at line 1:
    ORA-01109: database not open
    ORA-01507: database not mounted
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 1073741824 bytes
    Fixed Size          2035496 bytes
    Variable Size          432017624 bytes
    Database Buffers     624951296 bytes
    Redo Buffers          14737408 bytes
    ORA-00205: error in identifying control file, check alert log for more info
    BEGIN dbms_backup_restore.zeroDbid(0); END;
    ERROR at line 1:
    ORA-00210: cannot open the specified control file
    ORA-06512: at "SYS.X$DBMS_BACKUP_RESTORE", line 4168
    ORA-06512: at line 1
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 1073741824 bytes
    Fixed Size          2035496 bytes
    Variable Size          432017624 bytes
    Database Buffers     624951296 bytes
    Redo Buffers          14737408 bytes
    CREATE CONTROLFILE REUSE SET DATABASE "TEST"
    ERROR at line 1:
    ORA-01503: CREATE CONTROLFILE failed
    ORA-01167: two files are the same file/group number or the same file
    ORA-01110: data file 31: '/erptestdata2/u01/d01/apps_st/data/olap.dbf'
    ORA-01110: data file 31: '/erptestdata2/u01/d01/apps_st/data/odm.dbf'
    alter database open resetlogs
    ERROR at line 1:
    ORA-01507: database not mounted
    alter tablespace TEMP1 add tempfile '/erptestdata2/u01/d01/apps_st/data/temp01.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    alter tablespace TEMP1 add tempfile '/erptestdata2/u01/d01/apps_st/data/temp02.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    alter tablespace TEMP2 add tempfile '/erptestdata2/u01/d01/apps_st/data/temp03.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    alter tablespace TEMP2 add tempfile '/erptestdata2/u01/d01/apps_st/data/temp04.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    alter tablespace TEMP1 add tempfile '/erptestdata2/u01/d01/apps_st/data/temp10a5.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    ALTER DATABASE RENAME GLOBAL_NAME TO "TEST.clientdomain"
    ERROR at line 1:
    ORA-01109: database not open
    Error Running create/replace library with adupdlib.sql
    ORA-01109: database not open
    PL/SQL procedure successfully completed.
    File created.
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    exit_code=0
    Checking for errors ...
    The database has not been successfully created. Shutting down the instance ...
    SQL*Plus: Release 10.2.0.3.0 - Production on Wed Mar 21 18:10:16 2012
    Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
    Connected.
    ORACLE instance shut down.
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    .end std out.
    .end err out.
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL='null'
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost : proddb
    sDbDomain : clientdomain
    sDbPort : 1530
    sDbSid : TEST
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@proddb.clientdomain:1530:TEST
    Exception occurred: java.sql.SQLException: ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    SVR4 Error: 2: No such file or directory
    Trying to connect using SID as ServiceName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=proddb.clientdomain)(PORT=1530))(CONNECT_DATA=(SERVICE_NAME=TEST)))
    Exception occurred: java.sql.SQLException: ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    SVR4 Error: 2: No such file or directory
    Trying to connect using SID as ServiceName.DomainName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=proddb.clientdomain)(PORT=1530))(CONNECT_DATA=(SERVICE_NAME=TEST.clientdomain)))
    Exception occurred: java.sql.SQLException: Listener refused the connection with the following error:
    ORA-12514, TNS:listener does not currently know of service requested in connect descriptor
    The Connection descriptor used by the client was:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=proddb.clientdomain)(PORT=1530))(CONNECT_DATA=(SERVICE_NAME=TEST.clientdomain)))
    Connection could not be obtained; returning null
    -------------------ADX Database Utility Finished---------------
    RC-00118: Error occurred during creation of database
    Raised by oracle.apps.ad.clone.ApplyDatabase
    Please advise ASAP.
    Regards
    Mohammed.

    Nikki,
    Check alert<SID>.log file for more details about the error.
    It looks like that the source database was not cleanly shutdown before copying the files to the target node. Please do the following and check then:
    SQL> connect / as sysdba
    SQL> startup mount;
    SQL> recover database using backup controlfile until cancel;
    -- type CANCEL
    SQL> alter database open resetlogs; If the above does not help, then shutdown the source database normally (make sure it is down), re-copy the files and start the cloning process again.

  • Analysis Services failing to Start . File system error: Error occurred during the creation of directory

    Hello All,
    Posting this problem here and hoping for a solution from the experts in this forum.
    When i have restarted the Analysis Services , i see that it has been stopped but never started back. It fails with an error
    "The SQL Server Analysis Services (MSSQLSERVER) service on Local Computer started and then stopped. Some services stop automatically if they are not in use by other services or programs."
    When Checked the Event Viewer i see the following error -
    The service cannot be started: The following system error occurred:  The filename, directory name, or volume label syntax is incorrect.  File system error: Error occurred during the creation of directory: '\\?\E:\OLAP\MSSOLAPFactory\OlapData;M:\Test
    Backup'.
    I remember changing the BackupDir value of Analysis Services few days back, and i think it could have impacted. Can you please help me how can i change back the BackupDir value and have the server back?
    Let me know if you need any more details
    SG

    Is this still an issue? If so, I would find msmdsrv.ini and make sure you don't have two folders listed in the BackupDir (or DataDir or TempDir). You'll have to runas Administrator to edit the msmdsrv.ini file and save changes. Once you fix that, it should
    succeed.
    http://artisconsulting.com/Blogs/GregGalloway

  • Application error occurred during request processing TRIAL EmployeeAddressD

    I ve the NW Java Trial which is chipped with a demo scenario.
    When I try to test this service:
    Service: EmployeeAddressData
    Test: getAddressByPersonalID_R (String personalid)
    I'm runing into:
    Result:
    Application error occurred during request processing.
      Details:   com.sap.engine.services.webservices.wsnavigator.WSNavigatorException: null
    Exception id: [000C2980205100660000001900000F1D00044B2662750D88]
    In the netweaver portal itself the user gets the following information when trying to access its data:
    com.sap.tc.webdynpro.model.webservice.api.WDWSModelExecuteException: Exception on execution of web service with WSDL URL 'http://ivml2005:50000/EmployeeAddressData/Config1?wsdl' with operation 'getAddressByPersonalID_R' in interface 'EmployeeAddressDataVi_Document' User not found in HR: Exception on execution of web service with WSDL URL 'http://ivml2005:50000/EmployeeAddressData/Config1?wsdl' with operation 'getAddressByPersonalID_R' in interface 'EmployeeAddressDataVi_Document'
    Any ideas on how to solve this or how to get an error msg, which has more information?
    Edited by: Deniz Kesmen on Apr 18, 2008 5:52 PM

    Hi Deniz Kesmen
    Did you got the solution of the above problem?
    I am also getting the same type of issue while executing the webservice for a BRM rule from a webdynpro java application.
    I am using adaptive web service model for executing the webservice. Error is given below:
    com.sap.tc.webdynpro.model.webservice.api.WDWSModelExecuteException: Exception on execution of web service with WSDL URL 'http://LT-ENTITPCONSAJ.s1.ms.unilever.com:50000/testrule/testrulePort?wsdl&mode=ws_policy' with operation 'invokeRules' in interface 'testrulePortType'
    I am using CE 7.2 system.
    If I execute the web service from wsnavigator it works fine.
    Appreciate for you help.
    Regards
    Sajith

  • Errors occurred during the extraction(Generic Extraction)

    Hi All,
    I am facing problems in solving BW Production issues .
    The following are the Problem  details.
    Actually there are two Datasources connected to BW System  One is from R/3 and other is from CRM.
    The problem is with Delta  Request which has been failed in ODS while uploading Data from R/3 in Background Scheduling but other DataSource is loading perfectly into BW System.
    Its a generic extraction created based on View.
    When i checked BW Side the error is displaying as follows:                                                                                Error occurred in the Data Selection.
         Error occurred in the Source System.
            No Data has been extracted from R/3 into BW.
    But when i checked R/3 (Source system)
    Firslty i executed RSA7  for checking Delta Records.  The records are 0 for the Datasource.
    I executed RSA3 with Full UpdateMode, the number of records extracted were displayed
    when i checked with Delta Update Mode its giving the following error.
    Errors occurred during the extraction
    Message no. RJ 012
    Diagnosis
    There was an error during the extraction phase of the extractor. An exception 'error_passed_to_mess_handler' has been triggered.
    Procedure
    Check the function module and the call from the extractor check program
    Messages from source system
    see also Processing Steps Request
    These messages are sent by IDoc from the source system. Both the extractor itself as well as the service API can send messages. When errors occur, several messages are usually sent together.
    From the source system, there are several types of messages that can be differentiated by the so-called Info-IDoc-Status. The IDoc with status 2 plays a particular role here; it describes the number of records that have been extracted in a source system and sent to BW. The number of the records received in BW is checked against this information.
    Regards,
    Chakri
    Message was edited by: Chakri
    Message was edited by: Chakri

    Hi,
    If Idoc are already sent to BW then goto Monitor in BW and in Details tab note the Idoc no in OLTP, and goto R?3 and BD20 tcode and give the Idoc no and execute it.And see the records are came or not in BW.
    Thanks
    Reddy

  • An error occurred during the operation (endpoint id 842). (ALC-WKS-007-027)

    In the log file I get this:
    2 errors with the message: "No scheduler found with name IDPSchedulerService";
    the stack dump says this:
    "tack Dump = com.adobe.idp.event.exception.EventCreateException: Event for event-type TaskCreated cannot be created in the database. Reason:com.adobe.idp.event.policy.EventPolicyException: No scheduler found with name IDPSchedulerService
    at com.adobe.idp.event.manager.EventManagerImpl.createEvent(EventManagerImpl.java:499)
    at com.adobe.idp.event.manager.EventManagerImpl.publishAsynchronousEvent(EventManagerImpl.ja va:636)
    at com.adobe.idp.event.manager.EventManagerImpl.createEvent(EventManagerImpl.java:357)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorI"
    After the 2 above erros I get:
    EJB threw an unexpected (non-declared) exception during invocation of method "doRequiresNew" on bean "BeanId(LiveCycle8#adobe-dscf.jar#EjbTransactionCMTAdapter, null)". Exception data: com.adobe.idp.event.exception.EventCreateException: Event for event-type TaskCreated cannot be created in the database. Reason:com.adobe.idp.event.policy.EventPolicyException: No scheduler found with name IDPSchedulerService
    and this:
    0000005b ExceptionUtil E CNTR0020E: EJB threw an unexpected (non-declared) exception during invocation of method "doSupports" on bean "BeanId(LiveCycle8#adobe-dscf.jar#EjbTransactionCMTAdapter, null)". Exception data: com.adobe.idp.event.exception.EventCreateException: Event for event-type TaskCreated cannot be created in the database. Reason:com.adobe.idp.event.policy.EventPolicyException: No scheduler found with name IDPSchedulerService
    finally this:
    SystemOut O [LCDS] [ERROR] Exception when invoking service 'remoting-service': flex.messaging.MessageException: ALC-WKS-005-055: An error occurred while retrieving endpoints based on a collection of endpoit ids.
    incomingMessage: Flex Message (flex.messaging.messages.RemotingMessage)
    operation = invoke
    clientId = F7149C09-0009-5D6D-9BC1-6E4D6695EECD
    destination = endpoint-actions
    messageId = FCC3F5ED-6BBF-5973-327A-4BCF1E12CBDF
    timestamp = 1229632510208
    timeToLive = 0
    body = null
    hdr(DSId) = F708081D-AF1A-E1AC-E3A6-3D38677596EC
    hdr(DSEndpoint) = workspace-polling-amf
    In workspace I get this:
    An error occurred during the operation (endpoint id 842). (ALC-WKS-007-027)
    thank you

    Hi Neptus,
    Have you ever gotten response to your question? I am getting the exact same error on my server (WebSphere/AIX/Oracle10g) and I am not sure what is causing it. When I look at the list of running services "IDPSchedulerService" is one of them. I am not sure what is going on.
    Thanks,
    Ilija

  • ATG Error occurred during initialization of VM when trying to start CIM

    I am following this tutorial: https://www.sparkred.com/blog/installing-oracle-commerce-11-1-with-commerce-reference-store/
    I get Endeca working fine, but when I try to start ATG using CIM
    I use:
    [oracle@soabpm-vm ~]$ source ~/atg-env.sh
    [oracle@soabpm-vm ~]$ sh $DYNAMO_HOME/bin/cim.sh
    I get this error:
    Error occurred during initialization of VM
    java/lang/NoClassDefFoundError: java/lang/Object
    Error: /opt/java/jdk1.7.0_55/bin/java  -Djava.security.policy=lib/java.policy -Datg.dynamo.home=/opt/atg/ATG11.1/home -Datg.dynamo.root=/opt/atg/ATG11.1/home/.. -Datg.dynamo.display=:0.0 -Djava.protocol.handler.pkgs=atg.net.www.protocol -Djava.naming.factory.url.pkgs=atg.jndi.url  -Datg.dynamo.modulepath=/opt/atg/ATG11.1/home/.. -Xms512m -Xmx1024m -XX:MaxPermSize=128m -XX:MaxNewSize=128m -Datg.dynamo.server.home=CIM -Datg.dynamo.modules=CIM:DSS -Datg.dynamo.layers= -Datg.dynamo.root=/opt/atg/ATG11.1/home/.. -Datg.cygwin=false atg.applauncher.dynamo.DynamoServerLauncher -environment /tmp/dynamoEnv4612.sh CIM:DSS -classPathModules CIM:DSS  failed
    CLASSPATH was /opt/atg/ATG11.1/home/locallib/:/opt/atg/ATG11.1/home/lib/launcher.jar:/opt/atg/ATG11.1/home/../Tomcat/apache-tomcat-7.0.37/lib/servlet-api.jar:/opt/atg/ATG11.1/home/../Tomcat/apache-tomcat-7.0.37/lib/jsp-api.jar:/opt/atg/ATG11.1/home/../DafEar/Tomcat/atomikos/jta.jar:/opt/atg/ATG11.1/home/../DAS/lib/min-ejb3-api.jar:/opt/atg/ATG11.1/home/../Tomcat/apache-tomcat-7.0.37/lib/servlet-api.jar:/opt/atg/ATG11.1/home/../Tomcat/apache-tomcat-7.0.37/lib/jsp-api.jar:/opt/atg/ATG11.1/home/../DafEar/Tomcat/atomikos/jta.jar:/opt/atg/ATG11.1/home/../DAS/lib/min-ejb3-api.jar
    DYNAMO_HOME was /opt/atg/ATG11.1/home
    DYNAMO_MODULES was CIM:DSS
    Error occurred during initialization of VM
    java/lang/NoClassDefFoundError: java/lang/Object
    My atg-env.sh contains:
    #!/bin/sh
    export JDK_HOME=/opt/java/jdk1.7.0_55
    export PATH=$PATH:/opt/java/jdk1.7.0_55/bin
    export JAVA_HOME=$JDK_HOME
    export JBOSS_HOME=/opt/jboss/jboss-eap-6.1
    export DYNAMO_ROOT=/opt/atg/ATG11.1
    export DYNAMO_HOME=$DYNAMO_ROOT/home
    export ATGJRE=$JDK_HOME/bin/java
    Any help would be appreciated.

    I fixed this by going into the ant-sca-compile.xml and changing the <jvmarg value="-Xmx512m"/>below.
    Before
    <target name="scac" description="Compile and validate a composite">
    <scac input="${scac.input}" outXml="${scac.output}" error="${scac.error}" appHome="${scac.application.home}" failonerror="true" displayLevel="${scac.displayLevel}">
    <jvmarg value="-Xms128m"/>
    <jvmarg value="-Xmx1024m"/>
    <jvmarg value="-XX:PermSize=32m"/>
    <jvmarg value="-XX:MaxPermSize=512m"/>
    <!-- jvmarg value="-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005"/ -->
    </scac>
    After
    <target name="scac" description="Compile and validate a composite">
    <scac input="${scac.input}" outXml="${scac.output}" error="${scac.error}" appHome="${scac.application.home}" failonerror="true" displayLevel="${scac.displayLevel}">
    <jvmarg value="-Xms128m"/>
    <jvmarg value="-Xmx512m"/>
    <jvmarg value="-XX:PermSize=32m"/>
    <jvmarg value="-XX:MaxPermSize=512m"/>
    <!-- jvmarg value="-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005"/ -->
    </scac>

Maybe you are looking for

  • Blocking the filling of a cost center in the creation of a Purchase Order

    Hi All, I've some cost center which are obsolete and mustn't be used in the creation of a Purchase Requisition (or Purchase Order). Could anyone suggest me how to do it? Thanks a lot G. Edited by: Jeyakanthan A on Jun 2, 2011 1:28 PM

  • Can anyone clarify the meaning of Cruise Ship data?

    Can anyone clarify the meaning of Cruise Ship data?  I recently asked for it on my account, but when I returned from my cruise I was charged all sorts of Global Roaming data charges.  No Cruise Ship usage was listed on my bill even though I only used

  • Too much ram used!

    Our applet has a size of 200kB aproximately, but when it is loaded in the client, it consumes something like 70MB of ram memory. Besides every time we reload it, the consumption increments by 10MB aprox. Is this behavior normal? Does exist maybe some

  • Error when backing up Itunes library

    Trying to backup Itunes library so I can put it on my new computer.  Got 5 of 11 discs copied fine.  On 6th cd error 4950(I think) pops up and says burn failed.  How do I get the rest of my library copied so I can put it on new computer?  Please help

  • Generate xml-rpc request using xsd

    Hi All, I have one xsd file . I want to generate xml-rpc request file using this xsd file. If any body have any tools for that , can you please share this name with me. It's great help for me... Thank You, Pattanaik