OC4j is not running for OBI10g (perfcounter problem)

Hi Gurus,
Earlier I could work with OBI EE 10g,
but now when I wanted to start OC4j
I continually get the following message pair:
2011-05-17 16:26:00.328 NOTIFICATION Oracle BI Presentation Server has stopped.
Perfcounter data is not collected.
2011-05-17 16:26:00.328 NOTIFICATION Oracle BI Server has started. Perfcounter d
ata is collected.
after the
- Scheduler BIPublisherScheduler_$_NON_CLUSTERED started.
11/05/17 16:25:52 Oracle Containers for J2EE 10g (10.1.3.1.0) initialized
But the BI server and the Presentation server seem to be working, but I am not able to work with presentation services.
Any ideas?
Many thanks in advance!
Best regards
Laszlo

Hi lczinkoc,
Did your question answered..?
Is your problem resolved..
I am also getting the same problem...
2011-05-24 17:59:04.738 NOTIFICATION Oracle BI Server has stopped. Perfcounter data is not collected.
*2011-05-24 17:59:14.738 NOTIFICATION Oracle BI Server has started. Perfcounter data is collected.*
011-05-24 17:59:44.738 NOTIFICATION Oracle BI Presentation Server has stopped.
Perfcounter data is not collected.
but Perfcounter data is collected: this does not happen for BI Presentation Server.

Similar Messages

  • OC4j is not running for OBI10g

    Hi Gurus,
    I wanted to launch the OC4J, but I got an error
    11/04/01 15:01:58 java.lang.Exception: Could not find tag PerfDll in fileC:\Orac
    leBI\systemsmanagement\resources\performance\perf_OracleBIPresentationServer.xml
    Indeed, this file does not contain PerfDll tag.
    Could somebody provide/send this file, which contains this tag?
    My email:
    [email protected]
    Many thanks in advance.
    Laszlo

    Hi,
    The file has been sent to your account
    Regrads
    Adil

  • Default logic not running for a particular team

    Hello,
    I have a financial consolidation application in BPC 7.5 NW. We have a particular problem, whereby the default logic is not running for one team when they are uploading data. The error message is "Error running default logic. Error converting records. The root element is missing".
    Users in other teams are not affected by this and they are able to upload data successfully without any problems and are able to view converted records.
    Can someone please explain how this is possible in BPC?
    Also, our development consultant created 2 copies of the default logic in the Finance application. In the admin consol, one is called "Default.LGF" and the other one "DEF BU 9 Mar 2011.LGF". Can anyone kindly explain whether it is possible to have 2 copies of the default logic and if so, how does BPC decide which one to run.
    In both versions of the default logic, the following code is inserted for FX translation:
    // Query 6  - Perform currency translations - run currency translation stored procedure
    *XDIM_MEMBERSET CATEGORY=%CATEGORY_SET%
    *XDIM_MEMBERSET TIME=%TIME_SET%
    *XDIM_MEMBERSET ENTITY=%ENTITY_SET%
    *XDIM_MEMBERSET MEASURES=YTD
    *RUN_PROGRAM CURR_CONVERSION
          CATEGORY = %CATEGORY_SET% 
          CURRENCY = GBP
          TID_RA = %TIME_SET%
          RATEENTITY = GLOBAL
          OTHER = [ENTITY = %ENTITY_SET%]
    *ENDRUN_PROGRAM
    *COMMIT
    Thank you very much.
    Edited by: kashifmehmood on Jun 17, 2011 4:12 PM

    Hi
    1.Users in other teams are not affected by this and they are able to upload data successfully without any problems and are able to view converted records.
    One of the reason may be there are some secured dimensions involved like Entity, which is not assigned to the team. Refer to the HTG document below:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/207995e8-deb8-2d10-3cb9-8ab146c95a09?quicklink=index&overridelayout=true
    2.Also, our development consultant created 2 copies of the default logic in the Finance application. In the admin consol, one is called "Default.LGF" and the other one "DEF BU 9 Mar 2011.LGF". Can anyone kindly explain whether it is possible to have 2 copies of the default logic and if so, how does BPC decide which one to run.
    In my opinion your consultant created "DEF BU 9 Mar 2011.LGF" and maintained the logic in that logic file. To run the logic by default, he has to call the earlier logic file in DEFAULT.LGF.
    *INCLUDE DEF BU 9 Mar 2011.LGF ( Nothing wrong in  keeping the entire logic, but it is not required)
    Logic file ""DEF BU 9 Mar 2011.LGF" can be called by DM packages.
    Thanks

  • Ipad 3 charger problem im using the original charger and it say is not apropiet for device.this problem star today. :/

    ipad 3 charger problem im using the original charger and it say is not apropiet for device.this problem star today. :/

    Take it to an Apple Store for evaluation and possible replacement.
    Make a Genius Bar Reservation
    http://www.apple.com/retail/geniusbar/
     Cheers, Tom

  • Analysis Engine Not running for IPS in AIPSSM Module

    Hi all,
      The Analysis Engine is not running for IPS module in AIPSSM Module. Please let me know how can i resolve this issue and get the analysis engine of IPS to running status.
    Regards
    Kiran

    Hi Kiran,
    Ideally, what you can do is to remove the configuration on the ASA that sends traffic to IPS.
    The crash in sensorapp or analysis engine might be traffic, configuration related.
    We can try to reboot the IPS with no load on it by stopping sending traffic to it.
    You can remove the IPS policy from the ASA configuration.
    http://tools.cisco.com/squish/2f7A3
    What this will do is stop ASA from sending any traffic to IPS.
    Now do the hw-module module 1 reset command.
    See if the IPS module comes back up.
    If that also fails, then you can re-image the module.
    This will however erase the configuration on the module.
    The re-image procedure for SSM module:
    http://tools.cisco.com/squish/ee66a
    Hope this helps.
    Sid

  • OC4J: Class not found for class in jar file placed in \j2ee\home\applib\

    I have an ADF application which uses external libraries (jars), which works fine when running the application from within JDeveloper (TP4).
    However if I deploy the application to the embedded OC4J server it won't find any classes imported in those external libraries at runtime (deploy does work). E.g. one library class imports oracle.jbo.server.DBTransaction. If a method of this class is called I get the following exception:
    Unexpected exception caught: java.lang.NoClassDefFoundError, msg=oracle/classloader/util/AnnotatedNoClassDefFoundError
    oracle/classloader/util/AnnotatedNoClassDefFoundErrorThe same exception, when using a german locale, explicitely states that it cannot find oracle.jbo.server.DBTransaction.
    The jar files are placed in the \j2ee\home\applib\ directory and a <library> element to this path is present in application.xml.
    Any further hints what could be wrong?

    Hi Edwin,
    tried your suggestions but without success.
    when I add this library to server.xml then following error occures when starting OC4J
    17.09.2008 17:10:33 oracle.oc4j.util.SystemLog log
    SCHWERWIEGEND: Server start failed processing configuration
    java.lang.InstantiationException: Illegal tag, 'library': The library tag has moved from config/server.xml to config/application.xml, please update your configuration manually or reinstall.
            at com.evermind.server.XMLApplicationServerConfig.parseDeploymentMainNode(XMLApplicationServerConfig.java:1227)
            at com.evermind.xml.XMLConfig.parseRootNode(XMLConfig.java:342)
            at com.evermind.xml.XMLConfig.init(XMLConfig.java:222)
            at com.evermind.xml.XMLConfig.init(XMLConfig.java:154)
            at com.evermind.server.XMLApplicationServerConfig.<init>(XMLApplicationServerConfig.java:237)
            at com.evermind.server.ApplicationServer.createConfig(ApplicationServer.java:661)
            at oracle.oc4j.server.ServerFactory$Worker.prepareConfig(ApplicationServerFactory.java:225)
            at oracle.oc4j.server.ServerFactory$Worker.start(ApplicationServerFactory.java:244)
            at oracle.oc4j.server.ServerFactory$Worker.run(ApplicationServerFactory.java:259)
            at java.lang.Thread.run(Thread.java:619)
    17.09.2008 17:10:33 oracle.oc4j.util.SystemLog logNoStack
    SCHWERWIEGEND: Server exiting: ApplicationServer entered state EXITING--> I added this to application.xml
    Than I enabled more logging of classloader "-Duser.country=US -Dclass.load.log.level=finest"
    Here a snippet of the output at starttime of OC4J:
    ================================
    08/09/18 10:17:07 Initial class loaders created. Uptime: 3156ms.
    08/09/18 10:17:07 Loading main class com.evermind.server.OC4JServer...
    08/09/18 10:17:07 com.evermind.server.OC4JServerMain class loaded. Uptime: 3344ms.
    08/09/18 10:17:07 Transferring to com.evermind.server.OC4JServer.main()...
    08/09/18 10:17:15 Ignoring non-existent code source: D:\oracle\jdevstudio1111_preview4_standalone\j2ee\home\config\..\..\..\BC4J\lib\jmxdc.jar(from <code-source> (ignore manifest Class-Path) in /D:/oracle/jdevstudio1111_preview4_standalone/j2ee/home/config/server.xml)
    08/09/18 10:17:15 Ignoring <code-source> (ignore manifest Class-Path) in /D:/oracle/jdevstudio1111_preview4_standalone/j2ee/home/config/server.xml entry: code-source /D:/oracle/jdevstudio1111_preview4_standalone/j2ee/home/lib/api-ext/adflogginghandler.jar (from system property api.ext.dirs) is already visible in the search path of adf.oracle.domain:11.1.4949.
    08/09/18 10:17:15 Ignoring non-existent code source: D:\oracle\jdevstudio1111_preview4_standalone\j2ee\home\config\..\..\..\BC4J\lib\jmxdc.jar(from <code-source> (ignore manifest Class-Path) in /D:/oracle/jdevstudio1111_preview4_standalone/j2ee/home/config/server.xml)
    08/09/18 10:17:15 Import was not resolved for adf.oracle.domain:11.1.4949: shared library "oracle.fabric.runtime" could not be found.
    08/09/18 10:17:15 Import was not resolved for adf.generic.domain:11.1.4949: shared library "oracle.fabric.runtime" could not be found.Seems that oracle.fabric.runtime couldn't be found but the jar's are located in D:\oracle\jdevstudio1111_preview4_standalone\lib\java\shared\oracle.fabric.runtime\11.1.1.0.0
    It's the same as with my jdeveloper installation where I don't have this problems.
    regards
    Peter

  • EM is not running for Oracle 10.2.0.5 on windows 2008 R2

    Hi,
    Recently, I installed oracle 10.2.0.4 on Windows 2008 R2 server followed by 10.2.0.5 patchset and 8350262 patch (to solve the problem of the expired certificate).
    After the installation, I created listener and database. The EM was working fine for few hours but not running after that. Listener was running all the times.
    I tried to to execute "emctl stop dbconsole" and "emctl start dbconsole".
    The EM worked again. However, it down again after few hours. I have repeated this process many times but still cannot resolve the this.
    I checked the logfiles in in the sysman/log. Herewith the output.
    emagent.trc
    2013-06-17 11:05:24 Thread-4100 WARN  http: snmehl_connect: connect failed to (dkcopeoradb001.FALCKDKWEB:1158): No connection could be made because the target machine actively refused it.
    (error = 10061)
    2013-06-17 11:09:27 Thread-3520 ERROR ssl: nzos_Handshake failed, ret=28862
    2013-06-17 11:09:27 Thread-3520 ERROR http: 296: Unable to initialize ssl connection with server, aborting connection attempt
    Please advise and assist.
    Thanks.
    Regards,
    Jia

    70d23884-cf5e-4be4-9c7b-5572c797bae9 wrote:
    Hi,
    Recently, I installed oracle 10.2.0.4 on Windows 2008 R2 server followed by 10.2.0.5 patchset and 8350262 patch (to solve the problem of the expired certificate).
    After the installation, I created listener and database. The EM was working fine for few hours but not running after that. Listener was running all the times.
    I tried to to execute "emctl stop dbconsole" and "emctl start dbconsole".
    The EM worked again. However, it down again after few hours. I have repeated this process many times but still cannot resolve the this.
    I checked the logfiles in in the sysman/log. Herewith the output.
    emagent.trc
    2013-06-17 11:05:24 Thread-4100 WARN  http: snmehl_connect: connect failed to (dkcopeoradb001.FALCKDKWEB:1158): No connection could be made because the target machine actively refused it.
    (error = 10061)
    2013-06-17 11:09:27 Thread-3520 ERROR ssl: nzos_Handshake failed, ret=28862
    2013-06-17 11:09:27 Thread-3520 ERROR http: 296: Unable to initialize ssl connection with server, aborting connection attempt
    Please advise and assist.
    Thanks.
    Regards,
    Jia
    Why are you bothering to install a de-supported version of Oracle?  10.2 is history and even 11.2 is at terminal release.  The bookies are taking money on when 12c will be released.
    When I googled "No connection could be made because the target machine actively refused it."  I got many, many hits that look useful.

  • Requested extension com.adobe.Vibration is not supported for Windows-x86 Problem with Cs6,air3.4.

    While compiling my application on Flash CS6 with Air for iOS 3.4, I am getting the error given below:
    The content cannot be loaded because there was a problem loading an extension: Error: Requested extension com.adobe.Vibration is not supported for Windows-x86.
    I am using vibration.ane file which got it from Adobe (http://www.adobe.com/devnet/air/native-extensions-for-air/extensions/vibration.html)
    Anybody out there who knows how to solve this problem!
    Thanks.

    1) The vibration ANE from Adobe does not support Windows.
    2) The iOS simulator (adl) is not a virtual machine but rather it is a native Windows app, thus the platform your app runs on is Windows not iOS.
    What Adobe needs to do to avoid confusing everyone is one of two things:
    1) Include a stub for Windows (and MacOS) in the Vibration ANE.
    2) Make it possible to deploy an app to a platform where the ANE is not supported, but produce a runtime error upon an attempt to use the ANE. The developer could then put logic in the app to detect the underlying platform and make adjustments.

  • Dispatcher Not running for XI

    Hi Gurus,
    I have a XI 3.5 system with Oracle 10.2 Database.
    Errors
    01) From MMC Dispatcher is not running
    02) 'Work' Folder is also not accessible. Although the folder is showing almost 3.5 GB of Data but on clicking no files can be seen
    R3trans -d is successfull, Oracle & listener is also running
    Please suggest....
    Regards,
    Souren
    Edited by: Souren on Jun 15, 2009 10:04 AM

    The directory 'work' is not hidden or compressed. Same problem persists with this folder.
    But now the system is up but dispatcher is yellow and following msg is showing.
    "Running but dialog Queue Info Unavailable: j2ee all processes running"
    The only thing that I did is I have re-initialise the auth to all SAP & Administrative users from OS level.
    Please suggest
    01) How to get access of the Work folder.
    02) How to make the dispatcher green from yellow?
    Regards,
    Souren

  • TS1398 'could not scan for wireless networks' problem

    I keep getting 'could not scan for wireless networks' whenever I try to connect. I have turned wi-fi off/on, restarted my network, iPod touch, and the home modem. What are some other options for fixing this problem?

    Try:
    - A reset. Nothing is lost
    Reset iPod touch: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup
    - Restore to factory settings/new iPod

  • Job dependecny with Not running for other jobs condition

    Hi,
    I have a job chain which should run with the below conditions
    1) at 19:00 GMT.
    2) Also it has another dependency that it should check for job x and job y and both these job x and job y should not be running.
    I checked for creating job locks and locks can be used for two jobs and it compliments each other and cannot be used in this case.
    How do I set this dependency in this case.
    Thanks.

    Hello,
    Then I don't understand the scenario.
    So the 19:00 job can only start when job x and y are not running. But job x and y can start when the 19:00 job is running?
    In that case create a pre-running action on the 19:00 job that checks if job x or y are running and waits for them to finish.
    Regards Gerben

  • Firefox will not run for mulitple instances of the SAME user account on Windows Multipoint Server 2011

    We have an HP MS6200 MulitSeat PC
    It is running Microsoft Windows MultiPoint Server 2011 (which appears to be a tweaked version of Windows 7)
    It is set up in a computer lab, and students log in using their shared room account - ie multiple instances of the same user accounts are running on the PC at the same time.
    The first student to run Firefox can work with it without problem.
    However when another student tries to start firefox they get the following message:
    Firefox is already running, but is not responding. To open a new window, you must first close the existing Firefox process, or restart your system.

    Thanks for the quick reply.
    I managed to get this to work by using:
    "C:\Program Files (x86)\Mozilla Firefox\firefox.exe" -profile "%temp%\ffprof" -no-remote
    This works because Windows assigns a different temp location for each instance of a user
    Thanks for your help

  • DBMS_JOB Not running for the scheduled time, but run with .run fucntion.

    Hi all,
    I am executing a job every 15 minutes which have to delete the rows created in every 30 minutes.
    ========================================
    Jobs Submitted as -
    begin
    sys.dbms_job.isubmit(job => 202,what => 'del_test_info_p;',next_date =>sysdate,interval => 'sysdate + 15/1440');
    commit;
    end;
    ==================================
    Procedure that is running in Job -
    CREATE OR REPLACE procedure del_test_info_p is
    cnt number;
    begin
    select count(*) into cnt from test where ((created_at+30/1440)<=systimestamp);
    update jobcount set cnt=cnt+1 ;
    delete from test where ((created_at+30/1440)<systimestamp);
    update jobcount set cnt=cnt+1 ;
    commit;
    dbms_output.put_line (cnt ||' ROWS DELETED');
    end del_test_info_p;
    =====================================
    PROBLEM - Job is running in every 15 minutes as per user_jobs but rows are not deleteing from the test table whose created time is more then 30 minutes from systimestamp. Even the views are not having logs of any job run.
    Checked the queries and run the job Manually using dbms_job.run.. gives correct output and deletes the row.
    Please suggest where is the problem and how I can correct it.
    With Regards
    Amit Nanote

    HI All,
    I have found solution for this. Dont use Systimestamp in the DML's if using in a job (scheduled).
    There is a statement in procedure del_test_info_p
    delete from test where ((created_at+30/1440)<systimestamp);
    Here usage of systimestamp restricting that procedure to execute.
    Create procedure as -
    CREATE OR REPLACE procedure del_test_info_p is
    tstamp timestamp;
    begin
    select systimestamp into tstamp from dual;
    delete from test where ((created_at+30/1440)<tstamp);
    commit;
    end del_test_info_p;
    Thank You.

  • Notification Mail is not working for other logon problem link

    Hi All,
    When we are submitting other logon problem details then administrator is not able to get any E-Mail notification,
    whereas when we are using password reset then we are able to get E-mail notification with new password.
    we are using EP6 and we have given ume.notification.admin_email= with some administrator id.
    in case of password rest we are getting the mail from the same id which we have given there.
    Regards
    Trilochan

    Hi,
    There are two ways of doing this: either through Visual Administrator or through Config Tool using offline mode. My guess is that if you are doing it through Vis. Admin, then there is a possibility that the settings are being lost. Have you tried it through Configtool?
    Make sure the procedure that you are following is as follows:
    1.      Start the Config Tool by executing j2eeconfigtoolconfigtool.bat.
    2.      In the tree, navigate to Global server configuration ® services ® com.sap.security.core.ume.service.
    The list of UME properties appears.
        a.        To change the value of a property:
           i.       Select the property in the list.
          ii.       In Value at the bottom of the screen, enter the new value that you want to assign to the property.
          iii.       Choose Set.
          iv.       Choose  (Apply changes).
    b.     To restore a property to its default value:
           i.       Select the property in the list.
          ii.       Choose Restore to default.
         iii.       Choose  (Apply changes).
    c.      To restore all properties to their default values:
          i.       Choose Restore all to default.
    3.      Restart the nodes in the cluster for the changes to take effect.
    Regards,
    Shitij

  • Another fix to try for Flash 10.1 not running for limited users

    I tried these instructions from this website:
    http://techreport.com/forums/viewtopic.php?f=30&t=73051&start=0&st=0&sk=t&sd=a
    http://techreport.com/forums/viewtopic.php?f=30&t=73051&start=0&st=0&sk=t&sd=a Quote:
    "The latest build of Flash is 10.1.82.76, a security update. The installation of that update created a permissions conflict on my system and at least one other which caused embedded Flash content to not display.
    The fix for this is to uninstall Flash and then delete the following registry key (Admin rights will be required).
    HKEY_CLASSES_ROOT\MIME\Database\Content Type\application/x-shockwave-flash
    Then install Flash and the permission mask should now be correct. A quick test of embedded content will confirm."
    After trying various ideas over the past three days, this was the only one that worked for me. For those unfamiliar, you can get to the registry key by doing Start/run/regedit. Then keep expanding each section til you get to this particular key. Right click on it and delete. You might want to set a restore point first, just in case things go wrong. Start/All Programs/Accessories/SystemTools/SystemRestore then choose create a restore point.

    function(){return A.apply(null,[this].concat($A(arguments)))}
    GCMarion wrote:
    I tried these instructions from this website:
    http://techreport.com/forums/viewtopic.php?f=30&t=73051&start=0&st=0&s k=t&sd=a
    http://techreport.com/forums/viewtopic.php?f=30&t=73051&start=0&st=0&s k=t&sd=a Quote:
    "The latest build of Flash is 10.1.82.76, a security update. The installation of that update created a permissions conflict on my system and at least one other which caused embedded Flash content to not display.
    The fix for this is to uninstall Flash and then delete the following registry key (Admin rights will be required).
    HKEY_CLASSES_ROOT\MIME\Database\Content Type\application/x-shockwave-flash
    Then install Flash and the permission mask should now be correct. A quick test of embedded content will confirm."
    After trying various ideas over the past three days, this was the only one that worked for me. For those unfamiliar, you can get to the registry key by doing Start/run/regedit. Then keep expanding each section til you get to this particular key. Right click on it and delete. You might want to set a restore point first, just in case things go wrong. Start/All Programs/Accessories/SystemTools/SystemRestore then choose create a restore point.

Maybe you are looking for

  • How do I get QT 6.5.2 image adjustments to be retained on iMovie import

    Hi, I produced a DVD last year using clips from my digital camera (which always need tint, contrast, brightness, and color adjustments), Quicktime, and iMovie. I sat down this weekend to do the same thing, but discovered, much to my discomfiture, tha

  • Unified Mobility, no audio on Send call to Mobile Phone

    I'm using UCM 9.1 with Unified Mobility (xfer to alternate number) with good success if I follow a typical call flow: Inbound call -> Ext -> Rings deskphone x seconds -> Rings mobile phone -> Answer mobile phone -> hangup -> Resume call on desk phone

  • Unable to access some websites

    I'm unable to connect to certain websites on safari for example www.apple.com, google.com. I can access Google Maps, Bing though. Someone's assistance would be much appreciated

  • Interactive ALV...user Command routine

    Hi All, From the ALV report, I am Double clicking on Sales order Docuemt(VA02), It is taking me to va02 transaction. I am writing like CALL TRANSACTION 'VA02' AND SKIP FIRST SCREEN. But When ever I double click One information popup coming with 'Cons

  • Authentication type for  cl_http_client= create_by_url

    Hi All, I am trying to understand how to set authentication type for "cl_http_client=>create_by_url". It is currently defaulting to client certificate. ICM log: "auth_type=3 (USE_CLIENT_CERT)) " I need to set to no authentication as server requires p