Tperrno set to TPEOS at start of service

Hi All,
I turned TMTRACE on for a laugh and noticed messages of the form....
085154.FULHAM!appserver.1464.1676.0: gtrid x0 x403a83fc x1:     TRACE:at: } tpalloc
= 0x157cf00 [tperrno TPEOS]
However, all my tpalloc calls are tested for success and all actually work.
I then noticed tperrno was set to TPEOS before my call to tpalloc, so the trace
message was thus misleading.
Further investigation revealed tperrno was not set to TPEOS at the end of my tpsvrinit
function but WAS set to TPEOS at the very start of my service function. In fact,
whenever
any of my service code is called it is always set. If I set tperrno to 0 then
I do not see
the apparent error shown above....I now get, as expected...
090519.FULHAM!appserver.1384.1672.0: gtrid x0 x403a8721 x1:     TRACE:at: { tpalloc("FML32",
"", 1024)
Any ideas on what the problem is here?
Thanks,
Peter

Try to further dissect this issue first before reporting it to BEA.
Are you tracing all INTERNAL ATMI calls as well?
As the TPEOS indicates there might be some (implicit) problem, e.g. due to an
faulty malloc, that returns an error.
The fact that you get a TPEOS, but still 'everything is working' fine doesn't
proof that there's nothing wrong with memory allocation if you're programming
in C!
Winfried
"Peter Gravestock" <[email protected]> wrote:
>
Hi All,
I turned TMTRACE on for a laugh and noticed messages of the form....
085154.FULHAM!appserver.1464.1676.0: gtrid x0 x403a83fc x1:     TRACE:at:
} tpalloc
= 0x157cf00 [tperrno TPEOS]
However, all my tpalloc calls are tested for success and all actually
work.
I then noticed tperrno was set to TPEOS before my call to tpalloc, so
the trace
message was thus misleading.
Further investigation revealed tperrno was not set to TPEOS at the end
of my tpsvrinit
function but WAS set to TPEOS at the very start of my service function.
In fact,
whenever
any of my service code is called it is always set. If I set tperrno to
0 then
I do not see
the apparent error shown above....I now get, as expected...
090519.FULHAM!appserver.1384.1672.0: gtrid x0 x403a8721 x1:     TRACE:at:
{ tpalloc("FML32",
"", 1024)
Any ideas on what the problem is here?
Thanks,
Peter

Similar Messages

  • How may I automatically stop and start Mail services at a set time please

    Hi folks. I was wondering if anyone could tell me how to automatically stop and start Mail services (or any other services) at a set time please in Leopard Server? Is there a script someone has created which might help?
    Cheers, David ( a realy newbie when it comes to administering OS X server)

    launchd works through a series of XML documents that define tasks to run, either at launch, on a time schedule, in response to network events, etc.
    So you'll need to create two .plists - one to start the mail server and one to stop it. They should be saved in /Library/LaunchDaemons. I'd suggest something like:
    /Library/LaunchDaemons/local.postfix.stop.plist:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple
    .com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
      <key>Label</key>
      <string>local.postfix.stop</string>
      <key>ProgramArguments</key>
      <array>
        <string>/usr/sbin/serveradmin</string>
        <string>stop</string>
        <string>mail</string>
      </array>
      <key>StartCalendarInterval</key>
      <dict>
        <key>Hour</key>
        <integer>1</integer>
        <key>Minute</key>
        <integer>00</integer>
      </dict>
    </dict>
    </plist>
    and /Library/LaunchDaemons/local.postfix.start.plist:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple
    .com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
      <key>Label</key>
      <string>local.postfix.start</string>
      <key>ProgramArguments</key>
      <array>
        <string>/usr/sbin/serveradmin</string>
        <string>start</string>
        <string>mail</string>
      </array>
      <key>StartCalendarInterval</key>
      <dict>
        <key>Hour</key>
        <integer>4</integer>
        <key>Minute</key>
        <integer>00</integer>
      </dict>
    </dict>
    </plist>
    You'll need to either use launchctl load /Library/LaunchDaemons/local.postfix.stop (or start) to load the tasks, or reboot your server.
    I'm curious, though, as to why you want to do this. Mail is typically one of the services that people want to run 24/7 so they don't miss out on any emails (even though SMTP can tolerate this). Why do you want to shut yours down?

  • Oracle XE Listener Requiring Service To Be Set To 'Automatic (Delayed Start

    Can anyone offer any insight/explanation as to why the Oracle Listener would require the service to be set to 'Automatic (Delayed Start)' When it is set to just automatic, it does not even try to start. No output to the listener log, and nothing to the event viewer. It is as if it never even tries to start. Once switched to 'Automatic (Delayed Start)' it works as expected. Additionally if you manually start the service due to it not starting automatically, it works fine as well.
    OS: Windows 7 64BIT
    Service is being run by the local system account and is set to allow to interact with desktop. -Local system account is part of the administrator group.

    OS: Windows 7 64BITFirst point, win7 isn't on the 10g XE "supported OS" list. The installer is nearly as old as Firefox 1.0. Not to say folks haven't been able to get it working, plenty of other threads cover that topic.
    Delayed start, auto start ... how critical is that functionality for your install? My suggestion, set it to Manual, and if you need the database, start the listener and then start the database service. If the database isn't needed keep your RAM and system resources available for other stuff.
    Sorry can't be more helpful (esp. for win7, don't have it, don't use it, same for vista) but XE is more of a "playground" environment for test drives, kicking the tires, etc., a practice resource intended as an introduction to managing an oracle instance.
    And always start the listener service first, that allows the database to register with the listener as it completes its startup processing. If startup goes the other way around, the Apex might not be immediately available, but a sqlplus system connection and `alter system register;` command will fix that.

  • ERROR: Cannot start mail services, configuration directory does not exist

    I'm running an Xserve G5 with one internal boot drive and one RAID using the other two internal drives. I used Apple's Disk Utility to set-up the RAID.
    Back in early December, I moved my mail database and mail store to the RAID. Ever since, when I restart the server, the mailaccess.log generates the following error:
    Jan 23 18:51:33 mail master[47]: ERROR: Cannot start mail services, configuration directory does not exist: /Volumes/RAID/mail.data/db
    I'm speculating this is a timing error that gets created when Postfix initially can't find the RAID. Then, it must try again and find it because the error message does not repeat and mail starts running.
    Is this something to worry about?

    Hi Joel,
    You're right, it's a timing issues. The mail system is ready for work before the file system is mounted. It's benign.
    Jeff

  • Got an Error trying to start scheduler services in obiee 11g

    hi,
    when i am trying to start the services in linux through  ./opmnctl startall
    got the following error Please help me out...
    ias-component/process-type/process-set:
      coreapplication_obisch1/OracleBISchedulerComponent/coreapplication_obisch1/
    Error
    --> Process (index=1,uid=1825388282,pid=4701)
      failed to start a managed process after the maximum retry limit
      Log:
      /MiddlewareHome/instances/instance1/diagnostics/logs/OracleBISchedulerComponent/coreapplication_obisch1/console~coreapplication_obisch1~1.log
    Regards,
    Ramaraju

    hi,
    For setting the MDS password:
    On the menu on the left, expand “WebLogic Domain”;
    Right-click “bifoundation_domain;
    On the pop-up menu select “JDBC Data Sources;
    Click “mds-owsm”;
    Select the “Connection Pool” tab;
    Set the password and hit “Apply”;
      To set the BIPLATFORM password:
    Expand “Business intelligence” menu on the left;
    Click the “Deployment” tab;
    Click the “Scheduler” tab under deployment;
    Click “Lock and Edit Configuration” button;
    Set the password and hit “Apply”;
    Click the “Activate Changes” button;
    you can remove AdminServer.lok and bi_server1.lok
    from: \user_projects\domains\bifoundation_domain\servers\AdminServer\tmp
    Restart the services.
    Regards,
    VG

  • Tip regarding the "systemd[1]: Failed to start Journal Service" error

    Just a tip regarding the well-known
    systemd[1]: Failed to start Journal Service
    error (which I ran into last weekend) to maybe save one or two among you a couple of hours of your time:
    The error is described here https://bbs.archlinux.org/viewtopic.php?id=151012 as well as in several other threads in other language boards / in other forums etc. It is usually (as in the linked thread) 'solved' by reinstalling the system - good old Windows magic, also useful when dealing with systemd.
    The Problem with this error is that you do not get into your system. Instead, systemd will print you the mentioned "Failed to start Journal Service" error message a couple of million times. There are also no logs that you could retrieve (when booting from a livesystem) and that would give you any helpful hints, since journal is systemd's logging service, old-style system logs are not kept, and the dmesg log doesn't survive the reboot with default settings.
    As pointed out in the above mentioned thread, you will see a few more instructive error messages when adding 'emergency' to the kernel line in the bootloader config.
    Now there may be plenty of reasons why the systemd journal service might not work. The most common and most annoying, however, appears to be this one:
    In this case you will see that the problem actually lies in
    systemd[1]: Cannot open /etc/machine-id: No such file or directory
    Now, 'man machine-id' reveals that "the /etc/machine-id file contains the unique machine id of the local system that is set during installation. (...) The machine ID is usually generated from a random source (...)". It is obviously perfectly justified to refuse to boot the system because an absolutely insignificant random number is missing. As far as systemd is concerned anyway.
    Usually, it seems, the /etc/machine-id is set by /usr/bin/systemd-machine-id-setup during installation or system upgrade. It is not documented anywhere that this is a rather important step and that you should better check if this was or was not actually done before rebooting. Obviously (but for no apparent reasons) systemd fails to run this (or to run this successfully) sometimes.
    Also to be recommended: Always retain (back up) your old kernel and initramfs and edit your bootloader config appropriately to be able to boot with your old kernel again ... just to have one or two options left to get back into the system in case of running into an unpleasant surprise from the side of systemd or other packages.
    The solution is, obviously, to create this file /etc/machine-id ... You probably want to do that from a livesystem (if you want to try it from the emergency shell, you would need to remount / (i.e. root) as rw and hope that systemd will not punish you for that) by just running the program that was designed for creating this file manually:  /usr/bin/systemd-machine-id-setup
    http://permalink.gmane.org/gmane.comp.s … devel/7528 states that it might also work with merely creating the file 'touch /etc/machine-id'. Though I didn't try that since I had enough fun with systemd for one week and didn't want to break my system again just to see if that works.

    Jristz wrote:
    ackalker wrote:Sorry for necrobumping this.
    Generating the machine-id in a consistent way is very important when working with KVM and containers, where the machine-id can be set for the VM or container. See `man systemd-machine-id-setup`.
    Again, _don't_ just put some random UUID in there, especially not in the systemd package install script, this makes provisioning Arch Linux containers a PITA.
    If you thing that the way that arch is handlynbg the machine-id is wrong or can be improved, then file a bug.
    He already did.
    Jristz wrote:Anyway, I thing if reinstalling systemd package or if systemd have a command to reinitialize the machine-id file.
    Like so many of your posts, I had to read this a half dozen times before it made any sense. I think you're hinting at the utility that ackalker already pointed out in the post you're replying to. And, if you read the install scriptlet, you wouldn't need to think about whether or not reinstalling would be an option. You would know that it isn't.

  • In Transaction code va41 how to set default sales contract start date

    Hi ,
    In Transaction code " VA41 "  how to set default sales contract start date and end date.
    Can any one tell me the correct user exit for the same.
    Thanks
    Basu

    hi,
    u have to use user exits  or badis.
    use sutable exits mentioned below.
    SDTRM001  Reschedule schedule lines without a new ATP check          
    SDVFX006  User exit: Tax line (transfer to accounting)               
    V45A0001  Determine alternative materials for product selection      
    V45A0002  Predefine sold-to party in sales document                  
    V45A0003  Collector for customer function modulpool MV45A            
    V45A0004  Copy packing proposal                                      
    V45E0001  Update the purchase order from the sales order             
    V45E0002  Data transfer in procurement elements (PRreq., assembly)   
    V45L0001  SD component supplier processing (customer enhancements)   
    V45P0001  SD customer function for cross-company code sales          
    V45S0001  Update sales document from configuration                   
    V45S0003  MRP-relevance for incomplete configuration                 
    V45S0004  Effectivity type in sales order                            
    V45W0001  SD Service Management: Forward Contract Data to Item       
    V46H0001  SD Customer functions for resource-related billing         
    V60F0001  SD Billing plan (customer enhancement) diff. to billing plan
    Edited by: katigiri linganna on Apr 28, 2009 12:19 PM

  • EPM 11.1.2 - wallet file errors trying to start foundation services.

    Running EPM 11.1.2 in a distributed environment. Middle tier is on linux REHL 5 VM, sql server database. Essbase servers are all linux REHL 5 servers.
    We have faced several challenges getting the environment up and stablized. Most recently after several EAS crashes (while migrating Essbase artifacts), we can no longer start Foundation Services.
    Has anyone faced this particular error? We have an open case with Oracle, no one seems to be familiar enough with WebLogic to assist.
    Part of the error log:
    WARNING: Opening of wallet based credential store failed. Reason java.io.IOException: PKI-02002: Unable to open the wallet. Check password.
    <Sep 7, 2010 7:54:32 PM EDT> <Error> <Security> <BEA-090892> <The dynamic loading of the OPSS java security policy provider class oracle.security.jps.internal.policystore.JavaPolicyProvider failed due to problem inside OPSS java security policy provider. Exception was thrown when loading or setting the JPSS policy provider. Enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: oracle.security.jps.JpsException: [PolicyUtil] Exception while getting default policy Provider>
    <Sep 7, 2010 7:54:32 PM EDT> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: The dynamic loading of the OPSS java security policy provider class oracle.security.jps.internal.policystore.JavaPolicyProvider failed due to problem inside OPSS java security policy provider. Exception was thrown when loading or setting the JPSS policy provider. Enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: oracle.security.jps.JpsException: [PolicyUtil] Exception while getting default policy Provider
    weblogic.security.SecurityInitializationException: The dynamic loading of the OPSS java security policy provider class oracle.security.jps.internal.policystore.JavaPolicyProvider failed due to problem inside OPSS java security policy provider. Exception was thrown when loading or setting the JPSS policy provider. Enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: oracle.security.jps.JpsException: [PolicyUtil] Exception while getting default policy Provider
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadOPSSPolicy(CommonSecurityServiceManagerDelegateImpl.java:1394)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1018)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:875)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         Truncated. see log file for complete stacktrace
    Caused By: oracle.security.jps.JpsRuntimeException: oracle.security.jps.JpsException: [PolicyUtil] Exception while getting default policy Provider
    at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:256)
    at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:248)
    at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:130)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    Truncated. see log file for complete stacktrace
    Caused By: oracle.security.jps.JpsException: [PolicyUtil] Exception while getting default policy Provider
    at oracle.security.jps.internal.policystore.PolicyUtil.getDefaultPolicyStore(PolicyUtil.java:675)
    at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:254)
    at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:248)
    at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:130)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    Truncated. see log file for complete stacktrace
    Caused By: java.security.PrivilegedActionException: oracle.security.jps.JpsException: [PolicyUtil] Unable to obtain default JPS Context!
    at oracle.security.jps.internal.policystore.PolicyUtil.getDefaultPolicyStore(PolicyUtil.java:622)
    at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:254)
    at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:248)
    at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:130)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    Truncated. see log file for complete stacktrace
    Caused By: oracle.security.jps.JpsException: [PolicyUtil] Unable to obtain default JPS Context!
    at oracle.security.jps.internal.policystore.PolicyUtil$1.run(PolicyUtil.java:637)
    at oracle.security.jps.internal.policystore.PolicyUtil$1.run(PolicyUtil.java:622)
    at oracle.security.jps.internal.policystore.PolicyUtil.getDefaultPolicyStore(PolicyUtil.java:622)
    at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:254)
    at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:248)
    Truncated. see log file for complete stacktrace
    Caused By: oracle.security.jps.service.credstore.CredStoreException: PKI-02002: Unable to open the wallet. Check password.
    at oracle.security.jps.internal.credstore.ssp.CsfWalletManager.openWallet(CsfWalletManager.java:176)
    at oracle.security.jps.internal.credstore.ssp.SspCredentialStore.doInit(SspCredentialStore.java:213)
    at oracle.security.jps.internal.credstore.ssp.SspCredentialStore.<init>(SspCredentialStore.java:135)
    at oracle.security.jps.internal.credstore.ssp.SspCredentialStore.<init>(SspCredentialStore.java:122)
    at oracle.security.jps.internal.credstore.ssp.SspCredentialStoreProvider.getInstance(SspCredentialStoreProvider.java:115)
    Truncated. see log file for complete stacktrace
    Caused By: java.io.IOException: PKI-02002: Unable to open the wallet. Check password.
    at oracle.security.pki.OracleWallet.open(Unknown Source)
    at oracle.security.jps.internal.credstore.ssp.CsfWalletManager.openWallet(CsfWalletManager.java:165)
    at oracle.security.jps.internal.credstore.ssp.SspCredentialStore.doInit(SspCredentialStore.java:213)
    at oracle.security.jps.internal.credstore.ssp.SspCredentialStore.<init>(SspCredentialStore.java:135)
    at oracle.security.jps.internal.credstore.ssp.SspCredentialStore.<init>(SspCredentialStore.java:122)
    Truncated. see log file for complete stacktrace
    Caused By: java.io.EOFException
    at oracle.security.crypto.util.Utils.inputByte(Unknown Source)
    at oracle.security.crypto.asn1.ASN1Header.a(Unknown Source)
    at oracle.security.crypto.asn1.ASN1Header.input(Unknown Source)
    at oracle.security.crypto.asn1.ASN1Header.<init>(Unknown Source)
    at oracle.security.crypto.asn1.ASN1ConstructedInputStream.<init>(Unknown Source)
    Truncated. see log file for complete stacktrace
    >
    <Sep 7, 2010 1:18:05 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <Sep 7, 2010 1:18:05 PM EDT> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
    <Sep 7, 2010 1:18:05 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>

    using orapki you should be able to see the contents of the wallet without a password. try using this:
    ORACLE_WM_HOME/oracle_common/bin/orapki wallet display -wallet ORACLE_WM_HOME/user_projects/domains/EPMSystem/config/fmwconfig
    Should result in the following
    Oracle PKI Tool : Version 11.1.1.2.0
    Copyright (c) 2004, 2009, Oracle and/or its affiliates. All rights reserved.
    Requested Certificates:
    User Certificates:
    Trusted Certificates:
    Subject: OU=Class 1 Public Primary Certification Authority,O=VeriSign\, Inc.,C=US
    Subject: OU=Secure Server Certification Authority,O=RSA Data Security\, Inc.,C=US
    Subject: CN=Entrust.net Secure Server Certification Authority,OU=(c) 1999 Entrust.net Limited,OU=www.entrust.net/CPS incorp. by ref. (limits liab.),O=Entrust.net,C=US
    Subject: CN=GTE CyberTrust Global Root,OU=GTE CyberTrust Solutions\, Inc.,O=GTE Corporation,C=US
    Subject: OU=Class 3 Public Primary Certification Authority,O=VeriSign\, Inc.,C=US
    Subject: CN=Entrust.net Secure Server Certification Authority,OU=(c) 2000 Entrust.net Limited,OU=www.entrust.net/SSL_CPS incorp. by ref. (limits liab.),O=Entrust.net
    Subject: OU=Class 2 Public Primary Certification Authority,O=VeriSign\, Inc.,C=US
    Subject: CN=Entrust.net Certification Authority (2048),OU=(c) 1999 Entrust.net Limited,OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.),O=Entrust.net
    If it prompts you for a password then that's your issue...

  • Error while starting managed services on local BIP server

    When I am trying to starting managed services on local BIP server then
    [aanshulg@indl60109 bin]$ /usr/bin/perl opmnctl startall
    opmnctl startall: starting opmn and all managed processes...
    ================================================================================
    opmn id=indl60109:9601
    Response: 4 of 5 processes started.
    ias-instance id=bi_instance1
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
      coreapplication_obips1/OracleBIPresentationServicesComponent/coreapplication_obips1/
    Error
    --> Process (index=1,uid=1757041790,pid=5845)
      failed to start a managed process after the maximum retry limit
      Log:
      /home/aanshulg/BIPDomain/instances/instance1/diagnostics/logs/OracleBIPresentationServicesComponent/coreapplication_obips1/console~coreapplication_obips1~1.log
    [aanshulg@indl60109 bin]$ /usr/bin/perl opmnctl status\
    [aanshulg@indl60109 bin]$ /usr/bin/perl opmnctl status
    Processes in Instance: bi_instance1
    ---------------------------------+--------------------+---------+---------
    ias-component                    | process-type       |     pid | status
    ---------------------------------+--------------------+---------+---------
    coreapplication_obiccs1          | OracleBIClusterCo~ |    5654 | Alive 
    coreapplication_obisch1          | OracleBIScheduler~ |    5656 | Alive 
    coreapplication_obijh1           | OracleBIJavaHostC~ |    5655 | Alive 
    coreapplication_obips1           | OracleBIPresentat~ |     N/A | Down  
    coreapplication_obis1            | OracleBIServerCom~ |    5652 | Alive 
    ===========================================================================
    In log file   console~coreapplication_obips1~1.log
    /scratch/software/mw_local/FMWTOOLS_11.1.1.7.0_GENERIC_130327.1838.3_PATCHES4FA_11.1.8.0.0_PLATFORMS_JDK64/aanshulg/mw_home_standalone/bi/bifoundation/web/bin/sawserver: error while loading shared libraries: /scratch/software/mw_local/FMWTOOLS_11.1.1.7.0_GENERIC_130327.1838.3_PATCHES4FA_11.1.8.0.0_PLATFORMS_JDK64/aanshulg/mw_home_standalone/bi/bifoundation/server/bin/libperfapi64.so: unsupported version 24168 of Verneed record
    Because of this issue when I am trying to connect the BIP server
    I am getting this error
    Error
    Server not initialized. Please make sure the repository is ready.
    Can any body help me in this issue
    Thanks in Advance
    Best Regards
    Anshul

    I could see calling to setDomainEnv.cmd script:
    *@REM Call setDomainEnv here.*
    set DOMAIN_HOME=D:\Perforce\weblogic1\dev\src_crmod\wls\mytest
    for %%i in ("%DOMAIN_HOME%") do set DOMAIN_HOME=%%~fsi
    call "%DOMAIN_HOME%\bin\setDomainEnv.cmd" %*
    set SAVE_JAVA_OPTIONS=%JAVA_OPTIONS%
    set SAVE_CLASSPATH=%CLASSPATH%
    But in my environment I do not see these variable set to any, JAVA_HOME, DERBY_CLASSPATH, JAVA_OPTIONS, CLASS_PATH.
    This might be the issue? Or anything else?

  • I am facing problem in starting ShellHWDetection service Error code 1075,please help

    I am facing problem in starting ShellHWDetection service Error code 1075,please help

    Shellhwdetection is a Windows service which stands for Shell Hardware Detection Service.
    It provides notifications for AutoPlay hardware events.
    System error code 1075 means "The dependency service does not exist or has been marked for deletion."
    Please run services.msc, then find Shell Hardware Detection Service, view its dependencies
    Make sure the three services are set to running "automatic" in Services.
    If this doesn't help, then run sfc to check if there're some missing or corrupted files in system.
    Yolanda Zhu
    TechNet Community Support

  • TS1424 apple mobile device failed to start. verify that you have sufficient privileges to start system services

    get error in downloading itunes, apple mobile device failed to start. verify that you have sufficient privileges to start system services
    how do I verify?

    Hey there bavalle,
    It sounds like you are unable to use iTunes becuase the Apple Mobile Device service failed to start. I would recommend using the following article to turn it back on and set it to automatically start from now on:
    How to restart the Apple Mobile Device Service (AMDS) on Windows
    http://support.apple.com/kb/ts1567
    If this does not resolve the issue, there are also steps in the article about uninstalling iTunes, its associated apps and reinstalling it.
    Thank you for using Apple Support Communities.
    All the best,
    Sterling

  • I'm trying to re-install itunes. I keep getting an error that says "Apple Moble device failed to start" Verify you have sufficiant privlidges to start system services. Anyone have an idea how to fix this?

    I'm trying to re-install Itunes. I keep getting an error message that says....
    "Apple Moblie Device failed to start, Verify you have sufficiant privileges to start system services"
    Does anyone know what this means, or how to fix?
    Thanks

    Hello pongo19,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    How to restart the Apple Mobile Device Service (AMDS) on Windows
    http://support.apple.com/kb/ts1567
    Close iTunes and disconnect the iPhone, iPad, or iPod touch.
    Click the Windows Start button .
    In the Start Search field type Services.
    In the Programs section of the search results, Click "Services".
    Select Apple Mobile Device and click Stop the service as shown below:
    After the service has stopped, click Start the service.
    After the Apple Mobile Device service has started again, open iTunes and connect the device.
    Set the Apple Mobile Device Service Startup type to Automatic
    Remove and reinstall iTunes and AMDS
    Best of luck,
    Mario

  • Unable to start ifs service after database is restarted

    Hi All,
    I am getting this weird problem with iFS. I have web application where I connect to iFS to read some of the documents. The problem is when the database is stopped and started with App server still running (ifs is also up and running)... I am getting the following error message.
    Any help will be greatly appreciated. I have also attached the java class which I am using to get connection...
    oracle.ifs.common.IfsException: IFS-21008: Unable to connect to iFS service
    oracle.ifs.common.IfsException: IFS-11013: Unable to start inter-service event exchanger
    java.sql.SQLException: No more data to read from socket
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:168)
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:210)
         at oracle.jdbc.dbaccess.DBError.check_error(DBError.java:857)
         at oracle.jdbc.ttc7.MAREngine.unmarshalUB1(MAREngine.java:731)
         at oracle.jdbc.ttc7.MAREngine.unmarshalSB1(MAREngine.java:690)
         at oracle.jdbc.ttc7.Oopen.receive(Oopen.java:103)
         at oracle.jdbc.ttc7.TTC7Protocol.open(TTC7Protocol.java:466)
         at oracle.jdbc.driver.OracleStatement.<init>(OracleStatement.java:413)
         at oracle.jdbc.driver.OracleConnection.privateCreateStatement(OracleConnection.java:470)
         at oracle.jdbc.driver.OracleConnection.createStatement(OracleConnection.java:379)
         at oracle.ifs.server.S_LibraryServiceRdbmsEventExchanger.start(S_LibraryServiceRdbmsEventExchanger.java:243)
         at oracle.ifs.server.S_LibraryService.addSession(S_LibraryService.java:2695)
         at oracle.ifs.server.S_LibrarySession.<init>(S_LibrarySession.java:1961)
         at java.lang.reflect.Constructor.newInstance(Native Method)
         at oracle.ifs.server.S_LibraryService.constructSession(S_LibraryService.java:2566)
         at oracle.ifs.server.S_LibraryService.connect(S_LibraryService.java:2359)
         at oracle.ifs.beans.LibraryService.connect(LibraryService.java:977)
         at com.comp.test.utils.iFSSession.getIfsConnection(iFSSession.java:73)
         at com.comp.test.controller.ReportRequestAction.processRequest(ReportRequestAction.java:95)
         at com.comp.test.controller.ReportRequestAction.execute(ReportRequestAction.java:64)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    --java code
              if(!LibraryService.isServiceStarted(serviceName)) {
              service = LibraryService.startService(serviceName,servicepasswd);
              } else {
              service = LibraryService.findService(serviceName);
                   //CredentialManager to authenticate a user
              CleartextCredential cred = new CleartextCredential(name, password);
              ConnectOptions connectOpt = new ConnectOptions();
                   //Sets and gets the Locale of the new session.
              connectOpt.setLocale(Locale.getDefault());
                   //Connects to iFS, establishing a new LibrarySession
              ifsSession = service.connect(cred, connectOpt);
                   //Set the administrator mode state for this session
                   ifsSession.setAdministrationMode(true);
                   return ifsSession;

    I am using the following class to get ifs session from IfsHttpLogin
    public class TestIfsSession implements IfsHttpLogin {
    * The <code>LibrarySession</code>.
    private LibrarySession m_session;
    * The <code>FolderPathResolver</code>.
    private FolderPathResolver m_resolver;
    * Default constructor required by the jsp spec for the USEBEAN tag
    * @exception IfsException
    public TestIfsSession() throws IfsException {
    public void init(LibrarySession libSession)
         this.m_session = libSession;
    * Return the login's session object.
    * @return The <code>LibrarySession</code> object.
    public LibrarySession getSession() {
    return m_session;
    * Return the login's path resolver.
    * @return The <code>FolderPathResolver</code> object.
    public FolderPathResolver getResolver() {
    return m_resolver;
    * Called when this object is bound to the HTTP session object.
    * @param event
    * The event when the object is bound to the Http session.
    public void valueBound(HttpSessionBindingEvent event) {
    // do nothing
    m_category.debug("value bound : ");
    * Called when this object is unbound from the HTTP session object.
    * @param event
    * The event when the object is unbound to the Http session.
    public void valueUnbound(HttpSessionBindingEvent event) {
    m_resolver = null;
    try {
    if (m_session != null) {
    m_category.debug("removing connection: valueUnbound " + m_session);
    m_session.disconnect();
    } catch (IfsException e) {
    e.printStackTrace();
    } finally {
    m_session = null; // release the resources
    System.gc();

  • Problem in starting Integration service with DAC 11g

    Hi friends,
    Im @ the step of registering integration service and the repository service in DAC 11g. I can start the Repository service well in DAC, but facing issue in starting integration service with DAC, while trying to test connection im getting a message like
    Failure connecting to BIA_IS!
    Im not sure the reason to this problem in DAC. I have also setted the necessary environment variables like INFA_HOME and INFA_DOMAINS_FILE referring the domains.infa file like
    INFA_DOMAINS_FILE = C:\Informatica\9.1.0\domains.infa
    Also checked with the dac_env file which has the below contents
    REM -----------------------------------------------------
    REM
    REM ENVIRONMENT VARIABLES THAT YOU MAY NEED TO SET FOR
    REM  PROPER INFORMATICA 8.x or 9.x HANDSHAKE.
    REM
    REM INFORMATICA_SERVER_LOCATION denotes installation of
    REM Informatica components. Example:
    REM C:\Informatica\PowerCenter9.1
    REM
    REM DOMAINS.INFA_FILE_LOCATION denotes the location
    REM (including name) of domains.infa file
    REM
    REM Please make sure to set correct values for variables
    REM mentioned above
    REM
    REM -----------------------------------------------------
    set INFORMATICA_SERVER_LOCATION="C:\Informatica\9.1.0"
    set DOMAINS_INFA_FILE_LOCATION=C:\Informatica\9.1.0\domains.infa
    set INFA_CMD_STYLE=8
    set PATH=C:\Informatica\9.1.0\server\bin;%PATH%
    set INFA_DOMAINS_FILE=%DOMAINS_INFA_FILE_LOCATION%
    What could be the problem and where to check with the logfile related to the integration service failure in DAC.
    Thanks in advance.
    Regards,
    Saro

    Hi guys,
    The issue is sorted out. The below are the two precautions to be considered.
    *) Make sure of INFA_HOME/Server/bin exist @ the end in the PATH variable.
    *) For each and every change in the PATH variable, it is better to restart the services(both infa and DAC) then and there for the changes to take effect.
    Regards,
    Saro

  • Can't start Foundation Services on Windows XP, Essbase 11.1.2

    Installation and & configuration were fine and everything worked for a while. Machine was rebooted. After that, I tried : "EPM System Start" from start menu, but it fails starting foundation services. I tried starting only Foundation services ... It is the same. In the starter log I can see:
    Adding reference: ant.PropertyHelper
    Detected Java version: 1.6 in: C:\Oracle\Middleware\jdk160_11\jre
    Detected OS: Windows XP
    Adding reference: ant.ComponentHelper
    Setting ro project property: ant.file -> C:\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\resources\instance\start.xml
    Adding reference: ant.projectHelper
    Adding reference: ant.parsing.context
    Adding reference: ant.targets
    parsing buildfile C:\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\resources\instance\start.xml with URI = file:/C:/Oracle/Middleware/EPMSystem11R1/common/config/11.1.2.0/resources/instance/start.xml
    Setting ro project property: ant.project.name -> start engine
    Adding reference: start engine
    Setting ro project property: ant.file.start engine -> C:\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\resources\instance\start.xml
    Project base dir set to: C:\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\resources\instance
    +Target:
    +Target: start
    +Target: stop
    [antlib:org.apache.tools.ant] Could not load definitions from resource org/apache/tools/ant/antlib.xml. It could not be found.
    [property] Loading Environment env.
    Setting project property: env.TEMP -> C:\DOCUME~1\apsarch\LOCALS~1\Temp
    Setting project property: env.INIT_PARAM -> EssbaseAdminServices.properties
    Setting project property: env.JAVA_HOME -> C:\Oracle\Middleware\EPMSystem11R1\..\jdk160_11
    Setting project property: env.CLASSPATH -> .;C:\Oracle\Middleware\EPMSystem11R1\common\utilities\Ant\1.7.0\lib;C:\Oracle\Middleware\EPMSystem11R1\..\jdk160_11\lib;C:\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\configtool.jar;
    Setting project property: env.day -> 18
    Setting project property: env.ProgramFiles -> C:\Program Files
    Setting project property: env.Path -> C:\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0;C:\Oracle\Middleware\EPMSystem11R1/products/Essbase/EssbaseServer/bin;C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\EssbaseClient\bin;C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\EssbaseClient;;C:\Oracle\Middleware\EPMSystem11R1\common\EssbaseRTC\11.1.2.0;C:\Oracle\Middleware\ohs\bin;C:\Oracle\Middleware\ohs\opmn\bin;C:\Oracle\Middleware\ohs\opmn\lib;C:\Oracle\Middleware\ohs\perl\bin;C:\Oracle\Middleware\EPMSystem11R1\common\ODBC\Merant\6.0\Drivers;C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\eas\console\bin;C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\eas\server\bin;C:\Oracle\Middleware\EPMSystem11R1\common\JRE\Sun\1.6.0\bin;C:\WINDOWS\system32C:\Oracle\Middleware\EPMSystem11R1\common\utilities\Ant\1.7.0\bin;C:\Oracle\Middleware\EPMSystem11R1\..\jdk160_11\bin;
    Setting project property: env.SESSIONNAME -> RDP-Tcp#1
    Setting project property: env.EPM_ORACLE_INSTANCE -> C:\Oracle\Middleware\user_projects\epmsystem1
    Setting project property: env.SystemRoot -> C:\WINDOWS
    Setting project property: env.EPM_ORACLE_HOME -> C:\Oracle\Middleware\EPMSystem11R1
    Setting project property: env.USERNAME -> apsarch
    Setting project property: env.APS_HOME -> C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\aps
    Setting project property: env._JAVACMD -> C:\Oracle\Middleware\EPMSystem11R1\..\jdk160_11\bin\java.exe
    Setting project property: env.PROCESSOR_LEVEL -> 15
    Setting project property: env.VSEDEFLOGDIR -> C:\Documents and Settings\All Users\Application Data\McAfee\DesktopProtection
    Setting project property: env.FP_NO_HOST_CHECK -> NO
    Setting project property: env.USERPROFILE -> C:\Documents and Settings\apsarch
    Setting project property: env.PROCESSOR_REVISION -> 0209
    Setting project property: env.timestamp -> 20100618T052007
    Setting project property: env.CommonProgramFiles -> C:\Program Files\Common Files
    Setting project property: env.ANT_CMD_LINE_ARGS -> -debug -f C:\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\resources\instance\start.xml start -logfile C:\Oracle\Middleware\user_projects\epmsystem1\diagnostics\logs\starter\starter20100618T052007.log
    Setting project property: env.HOMEPATH -> \Documents and Settings\apsarch
    Setting project property: env.HYPERION_HOME -> C:\Oracle\Middleware\EPMSystem11R1
    Setting project property: env.minute -> 20
    Setting project property: env.PROCESSOR_ARCHITECTURE -> x86
    Setting project property: env.OS -> Windows_NT
    Setting project property: env.EAS_HOME -> C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\eas\server
    Setting project property: env.CLIENTNAME -> Console
    Setting project property: env.ComSpec -> C:\WINDOWS\system32\cmd.exe
    Setting project property: env.PATHEXT -> .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.PSC1
    Setting project property: env.PROMPT -> $P$G
    Setting project property: env.dow -> Fri
    Setting project property: env.ALLUSERSPROFILE -> C:\Documents and Settings\All Users
    Setting project property: env.ESSLANG -> English_UnitedStates.Latin1@Binary
    Setting project property: env.HOMEDRIVE -> C:
    Setting project property: env.year -> 2010
    Setting project property: env.PROCESSOR_IDENTIFIER -> x86 Family 15 Model 2 Stepping 9, GenuineIntel
    Setting project property: env.APPDATA -> C:\Documents and Settings\apsarch\Application Data
    Setting project property: env.ESSBASEPATH -> C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\EssbaseClient
    Setting project property: env.NUMBER_OF_PROCESSORS -> 1
    Setting project property: env.month -> 06
    Setting project property: env.second -> 07
    Setting project property: env.ANT_HOME -> C:\Oracle\Middleware\EPMSystem11R1\common\utilities\Ant\1.7.0
    Setting project property: env._USE_CLASSPATH -> yes
    Setting project property: env.DEFLOGDIR -> C:\Documents and Settings\All Users\Application Data\McAfee\DesktopProtection
    Setting project property: env.ARBORPATH -> C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\EssbaseClient
    Setting project property: env.SystemDrive -> C:
    Setting project property: env.TMP -> C:\DOCUME~1\apsarch\LOCALS~1\Temp
    Setting project property: env.USERDOMAIN -> RYLIU-TEST
    Setting project property: env.tvdebugflags -> 0x20805
    Setting project property: env.hour -> 05
    Setting project property: env.windir -> C:\WINDOWS
    Setting project property: env.COMPUTERNAME -> RYLIU-TEST
    Setting project property: env.LOGONSERVER -> \\RYLIU-TEST
    Class com.hyperion.cis.ant.starter.StarterEngine loaded from parent loader (parentFirst)
    +Datatype starter com.hyperion.cis.ant.starter.StarterEngine
    Attempting to create object of type org.apache.tools.ant.helper.DefaultExecutor
    Adding reference: ant.executor
    Build sequence for target(s) `start' is [start]
    Complete build sequence is [start, stop, ]
    start:
    [starter] Starting component: FoundationServices.properties
    [starter] Selected starter: com.hyperion.cis.ant.starter.ServiceStarter@b9b538[name=HyS9FoundationServices,checker=com.hyperion.cis.ant.starter.checkers.J2eeChecker@1e1a408,engine=<null>,id=<null>,type=<null>,waitFor=true,running=false,timeout=500000,interval=5000,softDependency=[],strongDependency=[],isExecuted=false]
    [starter] Start time: Fri Jun 18 05:20:16 PDT 2010
    [starter] End time: Fri Jun 18 05:30:11 PDT 2010. Delay : 595063ms
    [starter] Operation 'start' wasn't completed
    [starter] Starting component: EssbaseAdminServices.properties
    [starter] Selected starter: com.hyperion.cis.ant.starter.ServiceStarter@1835282[name=HyS9eas,checker=com.hyperion.cis.ant.starter.checkers.J2eeChecker@9df354,engine=<null>,id=<null>,type=<null>,waitFor=true,running=false,timeout=500000,interval=5000,softDependency=[FoundationServices.properties],strongDependency=[],isExecuted=false]
    [starter] Start time: Fri Jun 18 05:30:16 PDT 2010
    [starter] End time: Fri Jun 18 05:40:11 PDT 2010. Delay : 595313ms
    [starter] Operation 'start' wasn't completed
    BUILD SUCCESSFUL
    Total time: 20 minutes 1 second
    I need to run Admin Services Console & essmsh. If I try to run Admin Service Console it has error: "Could not connect to admin server" and after thae "EAS server not available". How can I start Essbase? After reboot, I can see only Hyperion Integration service started - all others not (they are set to Automatic start). Also, I see ESSBASE.exe process and couple of opmn.exe ...
    Does anything else has to be started before starting EPM System start script? I really appreciate any help!

    Can't you install Essbase 11.1.1.x to not use Shared Services?
    From the 11.1.1.3 install guide:
    If you want to install Essbase in standalone mode (not using Shared Services), you can skip the installation for Shared Services. However, you must configure the Oracle's Hyperion Shared Services Registry database. To configure the Shared Services Registry database without installing Shared Services, see “Setting Up the Shared Services Registry Without Installing Shared Services” on page 112.And from page 112:
    If you want to install Essbase in standalone mode (not using Shared Services), you can skip the installation for Shared Services. However, you must still configure the Shared Services Registry database. To configure the Shared Services Registry database without installing Shared Services, you run EPM System Configurator from the command line using the –forceRegistry option. This option forces the “Shared Services and Registry Database Configuration” page to display during configuration so you can enter database details for the Shared Services Registry. EPM System Configurator populates the database with tables for the Shared Services Registry, but not for Shared Services.I'm pretty sure people are running Essbase on XP boxes. That includes EAS, and maybe APS for SmartView, and that's pretty much it.
    For sure XP isn't a supported environment.
    Regards,
    Cameron Lackpour

Maybe you are looking for