Error running Globalsetup for CMSDK examples

hi, I have successfully installed the CMSDK904 on Red hat Linux 3.0. But when i try to set up the Examples, I got the following error:
>java oracle.ifs.examples.api.GlobalSetup... ...
GlobalSetup starting
Unable to start service:
java.lang.UnsatisfiedLinkError:no ocijdbc9 in java.Lang.path
It seems from the error that some classes may be missing in the ClassPath , but I do not know which is missing?
I already have the Classes12.zip and Classes12.jar in my classpath.
Is this something to do with compatibility of CMSDK904 and red hat 3?
Please advise. Thanks.
Robin

hi all,
I ve kind of resolve the previously mentioned "no ocijdbc9 in java.lang.path" problem by downloading the JDK 1.4 JDBC drivers(ie ojdbc14.zip) from OTN and setting them in the classpath.
But i am now seeing a new error below:
Create a set of sample users (SampleUser1 - SampleUser5):
Fatal exception occurred in run():
oracle.ifs.common.IfsException:oracle.ifs.common.IfsException: IFS-30002: Unable to create new LibraryObject
oracle.ifs.common.IfsException: IFS-32653: Unable to add folder reference to the Folder Index
oracle.ifs.common.IfsException: IFS-32659: Error determining Folder Index level
java.sql.SQLException: Missing IN or OUT parameter at index:: 3
oracle.ifs.common.IfsException: IFS-30002: Unable to create new LibraryObject
oracle.ifs.common.IfsException: IFS-32653: Unable to add folder reference to the Folder Index
oracle.ifs.common.IfsException: IFS-32659: Error determining Folder Index level
java.sql.SQLException: Missing IN or OUT parameter at index:: 3
at oracle.ifs.beans.LibrarySession.createPublicObject(LibrarySession.java:3381)
at oracle.ifs.adk.user.UserManager.createHomeFolder(UserManager.java:1221)
at oracle.ifs.adk.user.UserManager.createUser(UserManager.java:1025)
at oracle.ifs.examples.api.utils.UserUtilities.createUser(UserUtilities.java:100)
at oracle.ifs.examples.api.GlobalSetup.run(GlobalSetup.java:105)
at oracle.ifs.examples.api.GlobalSetup.main(GlobalSetup.java:56)
Can anyone advise.
Thanks.

Similar Messages

  • Error running A Simple MDB example with oc4j

    Hi All,
    I am new to OC4J, I am trying the example for MDB from OTN's site, A Simple MDB example with OC4J. When I start my OC4J on the command line > java -jar oc4j.jar
    I get the following exception:
    Error deploying file:/C:/unzipped/mdb_hello_world/build/mdb/mdb.jar homes: No lo
    cation set for Topic resource MessageDrivenBean MDB
    Error in application mdb: Error loading package at file:/C:/unzipped/mdb_hello_w
    orld/build/mdb/mdb.jar, Error deploying file:/C:/unzipped/mdb_hello_world/build/
    mdb/mdb.jar homes: No location set for Topic resource MessageDrivenBean MDB
    04/07/09 15:21:40 Error instantiating application 'mdb' at file:/C:/unzipped/mdb
    helloworld/build/mdb.ear: Error initializing ejb-module; Exception Error in ap
    plication mdb: Error loading package at file:/C:/unzipped/mdb_hello_world/build/
    mdb/mdb.jar, Error deploying file:/C:/unzipped/mdb_hello_world/build/mdb/mdb.jar
    homes: No location set for Topic resource MessageDrivenBean MDB
    04/07/09 15:21:41 Error starting HTTP-Server: Address already in use: JVM_Bind
    04/07/09 15:21:41 Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)
    initialized
    I have just followed all the steps provided to run the example exactly as given.
    I did add my Topic and TopicConnectionFatory entries in my jms.xml -
    <topic name="The Topic" location="jms/theTopic">
    <description>A MDB topic</description>
    </topic>
    <topic-connection-factory location="jms/theTopicConnectionFactory" />
    Here is the ejb-jar.xml given in the example:
    <?xml version="1.0"?>
    <!DOCTYPE ejb-jar>
    <ejb-jar>
    <enterprise-beans>
    <message-driven>
    <description>My message driven bean</description>
    <ejb-name>MDB</ejb-name>
    <ejb-class>MDB</ejb-class>
    <transaction-type>Container</transaction-type>
    <message-driven-destination>
    <destination-type>javax.jms.Topic</destination-type>
    <subscription-durability>NonDurable</subscription-durability>
    </message-driven-destination>
    <resource-ref>
    <description>The log topic where log events are broadcasted...</description>
    <res-ref-name>jms/theTopic</res-ref-name>
    <res-type>javax.jms.Topic</res-type>
    <res-auth>Container</res-auth>
    </resource-ref>
    <resource-ref>
    <description>The Factory used to produce connections to the log topic...</description>
    <res-ref-name>jms/theTopicConnectionFactory</res-ref-name>
    <res-type>javax.jms.TopicConnectionFactory</res-type>
    <res-auth>Container</res-auth>
    </resource-ref>
    </message-driven>
    </enterprise-beans>
    <assembly-descriptor>
    <container-transaction>
    <method>
    <ejb-name>MDB</ejb-name>
    <method-name>*</method-name>
    </method>
    <trans-attribute>Supports</trans-attribute>
    </container-transaction>
    </assembly-descriptor>
    </ejb-jar>
    Here is my orion-ejb-jar.xml:
    <?xml version="1.0"?>
    <!DOCTYPE orion-ejb-jar PUBLIC "-//Evermind//DTD Enterprise JavaBeans 1.1 runtime//EN" "http://xmlns.oracle.com/ias/dtds/orion-ejb-jar.dtd">
    <orion-ejb-jar deployment-version="1.0.2.2" deployment-time="e7f5a3f42d">
    <enterprise-beans>
    <message-driven-deployment name="MDB" destination-location="jms/theTopic" connection-factory-location="jms/theTopicConnectionFactory">
    <resource-ref-mapping name="jms/theTopic" />
    <resource-ref-mapping name="jms/theTopicConnectionFactory" />
    </message-driven-deployment>
    </enterprise-beans>
    <assembly-descriptor>
    <default-method-access>
    <security-role-mapping name="&lt;default-ejb-caller-role&gt;" impliesAll="true" />
    </default-method-access>
    </assembly-descriptor>
    </orion-ejb-jar>
    I don't know what is wrong. Please help me.
    Rohini

    Hello,
    I guess that you didn't define the Topic and/or TopicConnectionFactory on your OC4J
    Inside $J2EE_HOME/config (see: subfolders .../j2ee/home/config e.g.)folder are several xml files appropriate for OC4J configuration. There's also jms.xml. Please, verify this one, it should have some entries for your settings.
    Just like in an example below:
    <topic-connection-factory name="TopicConnectionFactory" location="jms/TopicConnectionFactory"/>
    <topic name="theTopic" location="jms/theTopic"/>
    The names should be the same like in your MDB deployment descriptors. It works of course after next OC4J server restart.
    I hope helped you
    Krzysztof

  • Error running OTT for XMLType

    If I run ott on a class that contains a column of XMLType datatype, I get the following error:
    O2T-118, ERROR: User-defined type SYS.XMLTYPE was not found in the database
    Apparently, XMLType is not supported for OTT. Is there any workaround for that?
    OTT: Release 10.2.0.3.0

    also, when I type "ant -version" I get:
    C:\java\java2Class\session1\ant-example\hello>ant -version
    Unable to locate tools.jar. Expected to find it in C:\Program Files\Java\jre1
    0_02\lib\tools.jar
    Apache Ant version 1.7.0 compiled on December 13 2006
    C:\java\java2Class\session1\ant-example\hello>

  • Error running an interactive form example

    Hi everyone,
    I'm trying to run a basic AIF scenario on a local machine.
    I created a web dynypro example according to the Guide "How to Create Online and Offline Forms in Web Dynpro".
    I configured the Adobe Document Services and my credential as described in the ADS Configuration Guide.
    What I get when I deploy the example in the NW Developer Studio is the follwing error message:
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Error during call to AdobeDocumentServer: Processing exception during a "Render" operation.
    Request start time: Thu Feb 02 15:20:47 CET 2006
         at com.sap.tc.webdynpro.clientserver.adobe.AdobeFormHelper.createPDFDocumentForUIElement(AdobeFormHelper.java:460)
         at com.sap.tc.webdynpro.clientserver.uielib.adobe.impl.InteractiveForm.afterHandleActionEvent(InteractiveForm.java:158)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.afterHandleActionEvent(ClientApplication.java:1123)
         at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.handleActionEvent(WebDynproMainTask.java:402)
         at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.execute(WebDynproMainTask.java:649)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:59)
         at com.sap.tc.webdynpro.clientserver.cal.ClientManager.doProcessing(ClientManager.java:252)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doWebDynproProcessing(DispatcherServlet.java:154)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:116)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:48)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:392)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:345)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:323)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:865)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:240)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
         at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:95)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:159)
    Can anybody help me?
    Thanks in advance
    Olaf

    Hi Olaf,
    if you are absolutely certain that you have configured the ADS correctly and have looked at the ADS troubleshooting documentation in the SAP Help Portal at http://help.sap.com/saphelp_nw04s/helpdata/en/c2/42c437004b4d74bd74100d327a3354/frameset.htm and still get the error, please create a customer message on component BC-SRV-FP.
    Best regards,
    Markus

  • Errors running MRUA for Metadata Repository Upgrade to version 10.1.2.0.2

    Hi,
    I am encountering the following errors trying to run the MRUA for our Metadata Repository Upgrade on an AIX 5.3 box:
    <mrua_runs> ../mrua/mrua.sh -oracle_home /u01/oracle/product/9.2.0.8 -oid_host ourhost.domain.com -oid_ssl_port 3130
    Executing mrua.pl
    Running on UNIX
    OracleAS Metadata Repository Upgrade Assistant 10.1.4.0.1
    Enter the password for SYS: <syspw>
    Enter the password for cn=orcladmin: <pwd>
    Exception in thread "main" java.lang.NoClassDefFoundError: oracle/sysman/oii/oiio/oiiol/OiiolTextLogger
    at oracle.ias.repqueries.RepositoryQueries.formatGlobalDBName(RepositoryQueries.java:603)
    at oracle.ias.mrua.RepQueries.getDBInfo(RepQueries.java:180)
    at oracle.ias.mrua.Util.getTheDBInfo(Util.java:50)
    at oracle.ias.mrua.MRUA.getInfoFromOID(MRUA.java:690)
    at oracle.ias.mrua.MRUA.driver(MRUA.java:297)
    at oracle.ias.mrua.MRUA.main(MRUA.java:193)
    MRUA detected an error at /mnt/MRUA/mrua/mrua.pl line 237.
    <mrua_runs>
    Before running the MRUA for the Metadata Repository:
    1. I have just recently completed a Middle Tier and Identity Mangement upgrade to 10.1.2.0.2 from version 9.0.4.1.
    2. I was able to successfully run the MRUA upgrade script for upgrading our Portal Repository (customer database).
    Our Metadata Repository database is at version 9.2.0.8. Has anyone seen these errors or had this problem?
    The MRUA CD that I have is labelled "Oracle Metadata Repository Upgrade Assistant and Utilities 10g (10.1.2.0.2) for AIX based systems".
    But in the errors I see "OracleAS Metadata Repository Upgrade Assistant 10.1.4.0.1". Is something wrong there? Should it say 10.1.2.0.2?
    Any help would be greatly appreciated.
    Thanks.
    CV
    Hi,
    I have downloaded the 10.1.2.0.2 version of the MRUA and tried the upgrade again. This time I see the following errors:
    Executing mrua.pl
    Running on UNIX
    OracleAS Metadata Repository Upgrade Assistant 10.1.2.0.2
    Enter the password for SYS: <syspwd>
    Enter the password for cn=orcladmin: <pwd>
    Exception in thread "main" java.lang.NoClassDefFoundError: oracle/sysman/oii/oiio/oiiol/OiiolTextLogger
    at oracle.ias.repqueries.RepositoryQueries.formatGlobalDBName(RepositoryQueries.java:603)
    at oracle.ias.mrua.RepQueries.getDBInfo(RepQueries.java:180)
    at oracle.ias.mrua.Util.getTheDBInfo(Util.java:50)
    at oracle.ias.mrua.MRUA.getInfoFromOID(MRUA.java:784)
    at oracle.ias.mrua.MRUA.driver(MRUA.java:290)
    at oracle.ias.mrua.MRUA.main(MRUA.java:186)
    MRUA detected an error at /mnt/MRUA_downloaded/ohome/mrua/mrua.pl line 239.
    Thanks.
    CV
    Edited by: CV on Jul 28, 2009 1:37 PM

    Hi,
    Found out from Oracle that the "oracle/sysman/oii/oiio/oiiol/OiiolTextLogger" class is in the $ORACLE_HOME/oui/jlib/OraInstaller.jar file and as per their suggestion added the jar file to the $classpath list of jar files in the mrua.pl script. I tried running the MRUA again, and ran into the following errors:
    Exception in thread "main" java.lang.NullPointerException
    at oracle.ias.mrua.MRUA.formatHostPortSid(MRUA.java:1449)
    at oracle.ias.mrua.MRUA.getInfoFromOID(MRUA.java:794)
    at oracle.ias.mrua.MRUA.driver(MRUA.java:290)
    at oracle.ias.mrua.MRUA.main(MRUA.java:186)
    MRUA detected an error at /u01/oracle/mrua_runs/MRUA_downloaded/ohome/mrua/mrua.pl line 243.
    I am still troubleshooting. So if you have any ideas please let me know.
    Thanks.
    CV

  • Error running delta for DSO using DS FI-AA: Transactions(0FI_AA_11)

    Hi All,
    Using full upload i could load data to the DSO. I tried to delete the data and initialize the DS and it went through smoothly. But when I tried creating an infopackage for delta and ran it, it gave an error "Error in Source system".
    Please let me know how I can fix this error.
    Thanks in Advance.
    Sid

    Hi Experts,
    I have a few issues in reconciling the BI reports with R3 standard reports in Fixed Assets module.
    Challenge :
    ECC report to be reconciled in BI : S_ALR_87011964 (Asset Balances)
                We are having difficulty in understanding the key figures derived in extractors. I am pretty sure that they are not one to one mapping from the base tables. All the key figure values are derived based on
    some logic. We also noticed that there are some values in the key figures of the extractor which has no matching values in the base table key figures.
    Example :
    Extractor           : 0FI_AA_11
    Key Figure        : BW_ANSBW_T
    Origin Table      : ANEP, ANLC
    Field in the
    Origin table       : ANBTR(ANEP), KANSW (ANLC), ANSWL(ANLC)

  • Itunes wont update--run prescript for apple mobile device

    My itunes update is hanging and I get the error "run prescript for apple mobile device..."  I cannot sync my ipad 3 w/o the update, so I am stuck.  Can someone help?

    Sidenote--Itunes compatibility is my curent version of OS.  I have an IPAD 3 that wont sync because of old verison of itunes

  • Error 10846 after running VI for a day

    I am trying to develop a program that acquires data continuously from 9 analog input channels, then processed the data to extract the mean, max, min for each signal and do some calculation and then store the data in a spreadsheet every minute. The VI works fine if I run it for a short time (less than 5 hours) but if I tried to run it for a long period (an all day), I get an AI error 10846. If I ignored the message error and keep running the program, the error message 10846 keeps appearing and every thing in the VI seems slowing down. If I restart the VI without restarting the computer, the VI will run but the same message error 10846 will reappear after a short time. So I have finally had to stop the program and restart the co
    mputer so that the VI reruns normally. The VI is running at a scan rate = 1000 scans and a scan to read = 2000 scans, the buffer size is set up to 20000 scans. I tried to increase the buffer size up to 100000 scans and increase the scan to read up to 10000 scans but the message error keeps appearing. If I look at my scan backlog, for the first couple hours, it is equal to 0 and after that, for no reason, once in a while, the scan backlog show a value different of 0.
    I do not have really a lot of experiment with Data acquisition system and I am not sure to use the correct values of those parameters. But at the same time, I do not understand why the VI is running fine for couple hours and then crashed.
    Concerning the system that I am using, my computer is a 1 GHz Duron Processor running Windows 98 with 120 MB of RAM and I used:
    NI software = LabView version 6.1
    DAQ card = PCI-6071E
    I attached my code for the ones who will have time to run it.
    If anyone can offer some wisdom on
    that it would be greatly appreciated.
    Thanks
    PS: I am also wondering if the problem could come of my computer or hardware I am using?
    Attachments:
    TAH_DAQ_050703.zip ‏749 KB

    Right off hand, I would say that the fact you have to restart the computer to recover is very odd indeed--and troubling. Have you tried to run any of the continuous acquisition examples that ship with LV to see if they exhibit the same behaviour? Also, is the computer on a network? If so, try unplugging it and see if you still get the problem. Finally, when the thing is slowing down, what does the computer's overall CPU utilization look like?
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • "asant build" for bookstore1 example in j2ee tutorial gives "compile error"

    Hello everybody,
    I am trying to run "asant build" command to build package for bookstore1 example given in j2ee tutorials.
    I installed my j2ee tutorial 1.4 in "c:\java\j2eetutorial14" and my example is in "c:\java\j2eetutorial\examples\web\bookstore1".
    My j2ee SDK with appliation server is installed in C:\sun\appserver.
    When i run the "asant build" command in "c:\java\j2eetutorial\examples\web\bookstore1" directory i get compile error with last few lines as follows.
    [javac] location: class servlets.ShowCartServlet
    [javac] } catch (BookNotFoundException ex) {
    [javac] ^
    [javac] C:\Java\j2eetutorial14\examples\web\bookstore1\src\servlets\ShowCartServlet.jav
    :136: cannot resolve symbol
    [javac] symbol : class ShoppingCartItem
    [javac] location: class servlets.ShowCartServlet
    [javac] ShoppingCartItem item = (ShoppingCartItem) i.next();
    [javac] ^
    [javac] C:\Java\j2eetutorial14\examples\web\bookstore1\src\servlets\ShowCartServlet.jav
    :136: cannot resolve symbol
    [javac] symbol : class ShoppingCartItem
    [javac] location: class servlets.ShowCartServlet
    [javac] ShoppingCartItem item = (ShoppingCartItem) i.next();
    [javac] ^
    [javac] C:\Java\j2eetutorial14\examples\web\bookstore1\src\servlets\ShowCartServlet.jav
    :137: cannot resolve symbol
    [javac] symbol : class BookDetails
    [javac] location: class servlets.ShowCartServlet
    [javac] bd = (BookDetails) item.getItem();
    [javac] ^
    [javac] 69 errors
    BUILD FAILED
    file:C:/Java/j2eetutorial14/examples/web/bookstore1/build.xml:68: Compile failed; see the compiler error output for details.
    Total time: 2 seconds
    Can some one please help me.
    thanks

    When i run the "asant build" command in
    "c:\java\j2eetutorial\examples\web\bookstore1"
    directory i get compile error with last few lines as
    follows.Did you package the bookstore common files as described in Chapter 3? My guess is that you didn't include bookstore.jar from <INSTALL>/j2eetutorial14/examples/build/web/bookstore/dist/.
    -Ian Evans
    Sun Microsystems
    J2EE Tutorial team

  • Errors running PHP examples

    I have built DB XML on my Linux box.
    [ctucker@fedora dbxml_testing]$ uname -a
    Linux fedora.chilternnetworks.local 2.6.17-1.2174_FC5 #1 SMP Tue Aug 8 15:30:44 EDT 2006 x86_64 x86_64 x86_64 GNU/Linux
    I can run the dbxml CLI examples successfully.
    I have built the PHP API with no obvious errors, following the guidelines in "http://dev.sleepycat.com/resources/faq_show.html?id=130", but there is obviously something wrong. For example, now I have loaded the two PHP modules (db4 and dbxml), I get a PHP Notice I did not see before:
    [ctucker@fedora dbxml_testing]$ php -v
    PHP Notice: Constant DB_LOCK_DEADLOCK already defined in Unknown on line 0
    PHP 5.1.4 (cli) (built: May 8 2006 08:35:26)
    Copyright (c) 1997-2006 The PHP Group
    Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies
    Also, the PHP examples fail, for example:
    [ctucker@fedora dbxml_testing]$ php 01.php
    PHP Notice: Constant DB_LOCK_DEADLOCK already defined in Unknown on line 0
    PHP Warning: xmlmanager::createcontainer(): St9bad_alloc in /home/ctucker/Desktop/dbxml_testing/01.php on line 5
    PHP Fatal error: Call to a member function putDocument() on a non-object in /home/ctucker/Desktop/dbxml_testing/01.php on line 6
    with similar results for other examples.
    Any suggestions for solving these problems will be welcome.

    I had the same problem, and finally I got with the solution.
    This is an error caused on configure:27200
    config.log says that pthread is not found:
    configure:27163: gcc -o conftest -g -O2 -L/usr/local/dbxml-2.2.13/install/lib conftest.c -ldb -lz -lresolv -lm -ldl -lnsl -lxml2 -lz -lm 1>&5
    /usr/local/dbxml-2.2.13/install/lib/libdb.so: undefined reference to `pthread_condattr_setpshared'
    /usr/local/dbxml-2.2.13/install/lib/libdb.so: undefined reference to `pthread_mutexattr_destroy'
    /usr/local/dbxml-2.2.13/install/lib/libdb.so: undefined reference to `pthread_mutexattr_setpshared'
    /usr/local/dbxml-2.2.13/install/lib/libdb.so: undefined reference to `pthread_mutexattr_init'
    /usr/local/dbxml-2.2.13/install/lib/libdb.so: undefined reference to `pthread_mutex_trylock'
    collect2: ld returned 1 exit status
    configure: failed program was:
    #line 27152 "configure"
    #include "confdefs.h"
    #include "/usr/local/dbxml-2.2.13/install/include/db.h"
    Just comment these two lines (configure:27197)
    LDFLAGS=$old_LDFLAGS
    LIBS=$old_LIBS
    and add this one:
    THIS_LIBS="pthread"
    it worked for me.
    ldd `which php`
    linux-gate.so.1 => (0x00145000)
    libcrypt.so.1 => /lib/libcrypt.so.1 (0x03850000)
    librt.so.1 => /lib/librt.so.1 (0x0038c000)
    libdb-4.3.so => /usr/local/dbxml-2.2.13/install/lib/libdb-4.3.so (0x008bc000)
    libz.so.1 => /usr/lib/libz.so.1 (0x00d7e000)
    libresolv.so.2 => /lib/libresolv.so.2 (0x00118000)
    libm.so.6 => /lib/libm.so.6 (0x00c45000)
    libdl.so.2 => /lib/libdl.so.2 (0x00c6c000)
    libnsl.so.1 => /lib/libnsl.so.1 (0x00101000)
    libxml2.so.2 => /usr/lib/libxml2.so.2 (0x03bd1000)
    libc.so.6 => /lib/libc.so.6 (0x00b10000)
    libpthread.so.0 => /lib/libpthread.so.0 (0x00a20000)
    /lib/ld-linux.so.2 (0x00af3000)
    However, it still appears the DB_LOCK_DEADLOCK .. :(
    Best,
    /Enric

  • Error while running TPM_MIGRATION for CFM upgrade

    Hi All,
    While running TPM_MIGRATION for upgrade, executing steps for conversion in company code I am getting folowing error.
    Step : D42- OTC: Enhance parallel business transaction
    Error : Position management category in PMP 2000 is not compatible with product type EI
    I have tried changing Pos management category in PMP (pos management procedure) but didnt get the right one.
    If any one can help me if there is some other config required apart from TPM_Migration for upgrade which I am missing.
    Thanks in advance,
    Amit Goyal

    Hi,
    Thanks for your reply.
    Product type EI is External Swap Normal Hedge, & Product category is SWAP. I tried changing Pos Management category but then it threw error for some other product type.
    Thanks
    Amit Goyal
    Edited by: ca_amit_spidey on Dec 13, 2010 7:45 AM

  • Error while running ETL for Financials_Oracle R1213.

    Hi All,
    I have done all installation and configuration for OBIA 7.9.6.4. I am getting following error while running ETL for Financials_Oracle R1213.
    ===========================================================================================================
    1)While starting DAC server, I am getting following  error:
    SEVERE: Incorrectly specified Post-Etl Script/Executable
    ================================================================================================================
    2) After starting ETL Financials_Oracle R1213,
    ANOMALY INFO::: Error while executing : INFORMATICA TASK:SILOS:SIL_InsertRowInRunTable:1:(Source : FULL Target : FULL)
    MESSAGE:::
    Irrecoverable Error
    pmcmd startworkflow -sv BIA_IS -d Domain_oracle2go2.us.oracle.com -u Administrator -p ****  -f SILOS  -paramfile /home/oracle/Informatica/9.0.1/server/infa_shared/SILOS.SIL_InsertRowInRunTable.ORA_R1213_Flatfile.txt  SIL_InsertRowInRunTable
    Status Desc : Failed
    WorkFlowMessage :
    Error Message : Unknown reason for error code 36331
    ErrorCode : 36331
    EXCEPTION CLASS::: com.siebel.analytics.etl.etltask.IrrecoverableException
    com.siebel.analytics.etl.etltask.InformaticaTask.doExecute(InformaticaTask.java:254)
    com.siebel.analytics.etl.etltask.GenericTaskImpl.doExecuteWithRetries(GenericTaskImpl.java:477)
    com.siebel.analytics.etl.etltask.GenericTaskImpl.execute(GenericTaskImpl.java:372)
    com.siebel.analytics.etl.etltask.GenericTaskImpl.execute(GenericTaskImpl.java:253)
    com.siebel.analytics.etl.etltask.GenericTaskImpl.run(GenericTaskImpl.java:655)
    com.siebel.analytics.etl.taskmanager.XCallable.call(XCallable.java:63)
    java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
    java.util.concurrent.FutureTask.run(FutureTask.java:138)
    java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
    java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
    java.util.concurrent.FutureTask.run(FutureTask.java:138)
    java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
    java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
    java.lang.Thread.run(Thread.java:619)
    (Number of retries : 1) pmcmd startworkflow -sv BIA_IS -d Domain_oracle2go2.us.oracle.com -u Administrator -p ****  -f SILOS  -paramfile /home/oracle/Informatica/9.0.1/server/infa_shared/SILOS.SIL_InsertRowInRunTable.ORA_R1213_Flatfile.txt  SIL_InsertRowInRunTable 2013-11-27 11:26:59.923 INFORMATICA TASK:SILOS:SIL_InsertRowInRunTable:1:(Source : FULL Target : FULL) has finished execution with Failed status.2013-11-27 11:26:28.855 Acquiring Resources 2013-11-27 11:26:28.857 Acquired Resources  2013-11-27 11:26:28.858 INFORMATICA TASK:SILOS:SIL_InsertRowInRunTable:1:(Source : FULL Target : FULL) has started.   ANOMALY INFO::: Error while executing : INFORMATICA TASK:SILOS:SIL_InsertRowInRunTable:1:(Source : FULL Target : FULL)MESSAGE:::Irrecoverable Errorpmcmd startworkflow -sv BIA_IS -d Domain_oracle2go2.us.oracle.com -u Administrator -p ****  -f SILOS  -paramfile /home/oracle/Informatica/9.0.1/server/infa_shared/SILOS.SIL_InsertRowInRunTable.ORA_R1213_Flatfile.txt  SIL_InsertRowInRunTableStatus Desc : FailedWorkFlowMessage : Error Message : Unknown reason for error code 36331ErrorCode : 36331EXCEPTION CLASS::: com.siebel.analytics.etl.etltask.IrrecoverableException
    com.siebel.analytics.etl.etltask.InformaticaTask.doExecute(InformaticaTask.java:254)
    com.siebel.analytics.etl.etltask.GenericTaskImpl.doExecuteWithRetries(GenericTaskImpl.java:477)
    com.siebel.analytics.etl.etltask.GenericTaskImpl.execute(GenericTaskImpl.java:372)
    com.siebel.analytics.etl.etltask.GenericTaskImpl.execute(GenericTaskImpl.java:253)
    com.siebel.analytics.etl.etltask.GenericTaskImpl.run(GenericTaskImpl.java:655)
    com.siebel.analytics.etl.taskmanager.XCallable.call(XCallable.java:63)
    java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
    java.util.concurrent.FutureTask.run(FutureTask.java:138)
    java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
    java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
    java.util.concurrent.FutureTask.run(FutureTask.java:138)
    java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
    java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
    java.lang.Thread.run(Thread.java:619)
    (Number of retries : 1)
    pmcmd startworkflow -sv BIA_IS -d Domain_oracle2go2.us.oracle.com -u Administrator -p ****  -f SILOS  -paramfile /home/oracle/Informatica/9.0.1/server/infa_shared/SILOS.SIL_InsertRowInRunTable.ORA_R1213_Flatfile.txt  SIL_InsertRowInRunTable
    2013-11-27 11:26:59.923 INFORMATICA TASK:SILOS:SIL_InsertRowInRunTable:1:(Source : FULL Target : FULL) has finished execution with Failed status.
    ====================================================================================================================
    Could anyone please help me to resolve this error?
    Regards,
    Narottam

    Did you configured Informatica???

  • Stack overflow error while running Jprofiler for Jboss 4.0.2

    I am getting the below mentioned error while running Jprofiler for Jboss App server.
    My JVM version on linux is:
    03:39:16,286 INFO [ServerInfo] Java version: 1.5.0_03,Sun Microsystems Inc.
    03:39:16,287 INFO [ServerInfo] Java VM: Java HotSpot(TM) Server VM 1.5.0_03-b07,Sun Microsystems Inc.
    03:39:16,287 INFO [ServerInfo] OS-System: Linux 2.6.9-34.ELsmp,i386
    Could pass any pointers what could be wrong. This is first time I am using Jprofiler.
    TIA,
    Sachin
    =========================================================================
    JBoss Bootstrap Environment
    JBOSS_HOME: /opt/myApp/Jboss-app
    JAVA: /usr/java/jdk1.5.0_03/bin/java
    JAVA_OPTS: -server -Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dprogram.name=runjboss.sh -javaagent:/opt/myApp/Jboss-app/bin/pluggable-instrumentor.jar -DSUN_AM_URL=https://hpss3.ca.myApp.com:68081 -DWhenToUse=never
    CLASSPATH: /opt/myApp/Jboss-app/bin/run.jar:/usr/java/jdk1.5.0_03/lib/tools.jar
    =========================================================================
    JProfiler> Protocol version 22
    JProfiler> Using JVMTI
    JProfiler> 32-bit library
    JProfiler> Listening on port: 8849.
    JProfiler> Native library initialized
    Error occurred during initialization of VM
    java.lang.StackOverflowError

    You could try increasing the thread stack size, e.g. something like
    'java -XX:ThreadStackSize=768 ...'
    But you should really be asking the JProfiler people, they would probably give you better advice.
    -kto

  • Kernel_data_inpage_error & non-system disk error but everything running OK for a while

    Hi,
    can someone please help me out since I have a deadline in coming up and need my laptop to work properly!
    I have windows 7 64bit running on a HP ProBook 6550b. My PC runs fine for about an hour, after an hour the screen freezes for 10 seconds and then I get the KERNEL_DATA_INPAGE_ERROR. He reboots and then I get the message 'Non-system disk or disk error'
    Then I just shut down my PC and start it back up and everything works perfectly fine again for about 45 minutes. Then again the same problem.
    I have tried multiple things. I executed a chkdsk /f /r  This did find some problems. I tried and followed some instructions about changing the paging file settings. I ran a memtest. No errors with the memtest.
    Finally I went in the BIOS and I did a HP harddrive test. This one failed almost immediately but I can just close the BIOS and start my PC and windows runs fine.
    What can I do to resolve this problem other then buying a new harddrive. (I intend to buy a new laptop anyways in couple of months after I have passed my deadline and test period has finished. But for short term I really needs this to work.)
    Many thanks!!
     Johan 
    This question was solved.
    View Solution.

    Just in case someone else encouters this.
    The problem was due to my SSD M4 hard drive. There was a problem with the firmware causing hourly crashes after the disk has been in use for more then +-5200 hours. Upgrading the firmware fixed this for me.

  • Trying to launch photoshop cs3 on a mac running OS10.6.8 i keep getting the error message: Licensing for this product has stopped working  you cannot use this product at this time. You must repair the problem by uninstalling and then reinstalling this pro

    trying to launch photoshop cs3 on a mac running OS10.6.8 i keep getting the error message: Licensing for this product has stopped working  you cannot use this product at this time. You must repair the problem by uninstalling and then reinstalling this product or contacting your IT adminstrator or Adobe customer support for help
    I already Uninstalled and reinstalled the product and it still does not work.

    Hi,
    Try to uninstall the software again and you have to manually
    Delete the following folders:
    [Startup Disk]/Library/Application Support/Adobe/Adobe PCD
    [Startup Disk]/Library/Application Support/Adobe/caps
    [Startup Disk]/Library/Application Support/Adobe/backup
    [Startup Disk]/Library/Preferences/FLEXnet Publisher/
    [Startup Disk]/Library/Application Support/FLEXnet Publisher/
    Go to Applications-->Utilities-->Disk Utility, Open it and Select the MAC HD and then click on Repair permissions.
    After that try to run the cleaner tool as mentioned by kglad.
    Restart machine and then try to install again.
    *** Make sure , you only delete these folders if there is no other adobe applications installed on the machine. As if you have any other Adobe application of the suite ( not free applications ) then it will be a problem.

Maybe you are looking for

  • How do I get rid of internet pages restrictions on...

    I have a Nokia 2630 and just applied a free-to-try option that gives 30 days free internet for the mobile phone. The bad thing is that I can't open some pages on the net.... It gives me a restriction that says the page was restricted because my profi

  • Boot camp cant find windows installer

    I'm trying to run boot camp to install Windows 7 on a partition and it can't find the Windows installer. I'm tried it from a USB and the Windows DVD, but neither works. It's an 2008 iMac 2.66 Ghz 4 Gig Ram, 128 SSD running 10.7.2 Thanks!

  • IWork is all white and doesn't work properly with Snow Leopard

    Whenever I open Pages or Numbers 09, everything is displayed as white. The text colour is black but I can't see the blinking text mouse icon (which looks like I). I can open templates and can only see the text when I highlight it otherwise the screen

  • My cloudscape is wrong?

    system:win2000 jre:1.4 j2sdkee 1.3.1 when i build a new database or open an exist database ,i receive: Database access resulted in SQL exception: No SQLState, Error code 0, Message: Connection refused to host: localhost; nested exception is:      jav

  • Panasonic P2 frame rates and FCP

    I just got 2 new hvx200's and i'm trying out the frame rate options. Here's what i've tried. Shot in 480/60i, 480/30, 480/24P, and 480/24PA I did the "easy setup" and my sequence says the Frame rate is 24. I had to render every clip. Then i changed t