Errors in enterprise manager logs

Hi,
I don't want to duplicate threads, so please see the thread
Errors in em logs
Thank you.

Here's something I just did that seems to have had some success.
Combing through my LDAP Log (/var/log/slapd.log)
I had several of these errors:
bdb(dc=server,dc=domain,dc=tld): PANIC: fatal region error detected; run recovery
So I did a db_recover.
# launchctl unload /System/Library/LaunchDaemons/org.openldap.slapd.plist
# cd /var/db/openldap/openldap-data
# db_recover -v
So far this has fixed this particular issue, at this particular school.
I will update this thread as I go from here with the ultimate results.
-Henry

Similar Messages

  • Solution Manager Diagnostics Self Check Error with Enterprise Manager

    I'm trying to get the Solution Manager Self Diagnostics Self Check running,
    but I'm always getting the follwing Error:
    The Enterprise Manager on host 'hdeas81' and port '6443' cannot be reached.
    The Log File of the Introscope Manager shows the following line:
    6/29/09 01:15:36 PM CEST [INFO] [Manager.PostOfficeHub] Server listening for incoming ssl socket connections on port 6443
    Netstat -a is also showing that Port 6443 is open and Listening.
    The Port is also reachable via telnet.
    any suggestions what might be the problem?
    Thanks in advance
    Marco

    thanks, but i'm trying to get a ssl connection on port 6443.
    I have also another error in the diagnostics check (maybe related)
    An unexpected error occured
    in Detail i get the error:
    java.lang.RuntimeException: Error while silently connecting: org.w3c.www.protocol.http.HttpException: Connection refused: connect
         at org.w3c.www.protocol.http.HttpURLConnection.error(Unknown Source)
         at org.w3c.www.protocol.http.HttpURLConnection.checkReply(Unknown Source)
         at org.w3c.www.protocol.http.HttpURLConnection.getResponseCode(Unknown Source)
         at com.sap.sup.admin.selfcheck.checks.helper.HttpHelper.getHttpResponseCode(HttpHelper.java:48)
         at com.sap.sup.admin.selfcheck.checks.wily.em.UICheck.process(UICheck.java:78)
         at com.sap.sup.admin.selfcheck.fwk.check.AbstractCheck.processImpl(AbstractCheck.java:165)
         at sun.reflect.GeneratedMethodAccessor541.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.smd.server.exec.asio.AsioInvocationHandler$1.call(AsioInvocationHandler.java:87)
         at com.sap.smd.server.util.concurrent.FutureResult$1.run(FutureResult.java:90)
         at com.sap.smd.server.exec.asio.AsioInvocationHandler$AsioRunner.run(AsioInvocationHandler.java:274)
         at com.sap.smd.server.exec.TaskRunner.run(TaskRunner.java:45)
         at com.sap.smd.server.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:785)
         at java.lang.Thread.run(Thread.java:534)

  • Getting error in Enterprise Manager trying to look at ACL list

    I get the following error in Enterprise Manager when I try to view the {XML Database ACL files} under SYS.
    ORA-31011: XML parsing failed ORA-19202: Error occurred in XML processing LPX-00200: could not convert from encoding UTF-8 to WINDOWS-1252 Error at line 1 I'm trying to get the ACL enabled for sending email and was hoping this would show me a list of the current ACLs.

    I don't know about the error but alternatively you can get the list via DBA_NETWORK_ACLS and DBA_NETWORK_ACL_PRIVILEGES views.

  • Error starting Enterprise Manager in WebLogic 10.3.2 - library conflict?

    I've just installed WebLogic 11g (10.3.2) and the Application Developer Runtime (11.1.1.2.0). I then used the domain 'Configuration Wizard' to extend my domain (base_domain) and add:
    - Oracle JRF - 11.1.1.0 \[oracle_common]
    - Oracle Enterprise Manager - 11.1.1.0 \[oracle_common]
    Now when I start the server, I get the following error in the log
    <Jan 21, 2010 11:48:21 AM GMT> <Warning> <HTTP> <BEA-101162> <User defined listener oracle.sysman.eml.app.ContextInitializer failed: java.lang.NoSuchFieldError: level.
    java.lang.NoSuchFieldError: level
            at org.apache.log4j.spi.RootLogger.setLevel(RootLogger.java:65)
            at org.apache.log4j.spi.RootLogger.<init>(RootLogger.java:44)
            at org.apache.log4j.LogManager.<clinit>(LogManager.java:78)
            at org.apache.log4j.Logger.getLogger(Logger.java:117)
            at oracle.sysman.core.intg.RfbIntegration.<clinit>(RfbIntegration.java:44)
            Truncated. see log file for complete stacktrace
    <Jan 21, 2010 11:48:21 AM GMT> <Warning> <HTTP> <BEA-101162> <User defined listener oracle.sysman.eml.app.ContextInitializer failed: java.lang.NullPointerException.
    java.lang.NullPointerException
            at oracle.sysman.emdrep.repoless.RepolessTargetManager.stop(RepolessTargetManager.java:713)
            at oracle.sysman.eml.app.ContextInitializer.contextDestroyed(ContextInitializer.java:1229)
            at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:482)
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
            at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
            Truncated. see log file for complete stacktrace
    <Jan 21, 2010 11:48:21 AM GMT> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application 'em'.
    weblogic.application.ModuleException:
            at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1399)
            at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:460)
            at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
            at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
            at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
            Truncated. see log file for complete stacktrace
    Caused By: java.lang.NoSuchFieldError: level
            at org.apache.log4j.spi.RootLogger.setLevel(RootLogger.java:65)
            at org.apache.log4j.spi.RootLogger.<init>(RootLogger.java:44)
            at org.apache.log4j.LogManager.<clinit>(LogManager.java:78)
            at org.apache.log4j.Logger.getLogger(Logger.java:117)
            at oracle.sysman.core.intg.RfbIntegration.<clinit>(RfbIntegration.java:44)
            Truncated. see log file for complete stacktraceIt appears that there's a logging library conflict somewhere. I haven't installed any of my own applications at all, only extended the domain with the two features described above. Can anyone help?

    Just completely uninstalled everything and tried again. The problem seems to have disappeared.
    I can't be sure, but suspect one of the following fixed it:
    - I had JDeveloper 11.1.1.2.0 installed to the same Oracle Middleware home. This could have been where the conflicting library was coming from. Second time around I didn't install JDeveloper.
    - When I reinstalled WebLogic, I unchecked 'Oracle Enterprise Pack for Eclipse'
    - When I reinstalled WebLogic, I didn't install the Oracle JRockit JDK

  • Error Oracle Enterprise Manager

    Hi Friends...
    OS: Windows XP
    Oracle Version: 10g Release 2 v.10.2.0.2.0
    when i connect to enterprise manager and logging in it gives me so an error:
    Error:
    java.lang.Exception: Exception in sending Request :: null
    and i click to Administration then trying to logging in it shows me another error:
    Database Error
    Io exception: Unknown host specified

    user9004266 wrote:
    Hi Friends...
    OS: Windows XP
    Oracle Version: 10g Release 2 v.10.2.0.2.0
    when i connect to enterprise manager and logging in it gives me so an error:
    Error:
    java.lang.Exception: Exception in sending Request :: null
    and i click to Administration then trying to logging in it shows me another error:
    Database Error
    Io exception: Unknown host specified
    Read the following MOS
    OEM fails with : java.lang.Exception:Exception in sending Request null [ID 804025.1]
    My Oracle Video Tutorials - http://kamranagayev.wordpress.com/oracle-video-tutorials/

  • Error on Enterprise Manager 11g login screen

    I have Oracle 11g installed on a Windows 2008 Server and I'm running into a problem trying to log in to my Enterprise Manager screen. The screen loads just fine, but when I put in the username and password and hit login, the status wheel at the top spins like it's going to log in but instead returns me to the EM login screen.
    I've done some troubleshooting already but I have no idea where else to look. It isn't local because I'm not the only one in the office getting this error, it isn't my installation process because this isn't our only server, but it is the only one exibiting this error. I know there is a known issue with IE8, but from what I've read this isn't the same issue (the known issue is that the page just continues to load indefinately). I've tried 'emctl start agent', and it seems to start fine, but when I run 'emctl status agent' it continues to come back with 'agent not running.' I've tried using just the IP address, as well as the server name (DNS isn't set up on these servers) with the same results.
    Anybody out there have any other ideas?

    20.1.4 Limitations on Viewing XML Data on the Audit Trail Page with Internet Explorer 7
    If you are using Internet Explorer 7, and click the view XML document link on the Audit Trail page in Oracle Enterprise Manager Fusion Middleware Control Console, data is not displayed. Instead, you are prompted to save or open the page. If you select to open the file, no data is displayed and you are again prompted to save or open the file. Instead, you must save the XML document and view it separately in a text editor.
    As a workaround, use Mozilla FireFox to view the data directly after clicking the view XML document link.
    This is the limitation that we are aware of. Login should work with IE7 for EM. Please double check your settings.

  • Export error from enterprise manager

    Im getting this error when trying to do a table export from enterprise manager(oracle 10g statndard edition). There is a problem writing to the export files: ORA-39094: Parallel execution not supported in this database edition. I looked on line and places said to have parallelism to 1 but i think i already have that set.
    Export Type Tables
    Statistics type Estimate optimizer statistics when data is imported
    Parallelism 1
    Files to Export WRITABLE_DIRECTORY tables.DMP
    Log File WRITABLE_DIRECTORY EXPDAT.LOG

    Its trying to create a dump file, but file by that name already exists. Verify that name & path is correct.

  • Error running Enterprise Manager Configuration Assistant

    Dear all, another problem.
    I've installed a Oracle Enterprise Linux 5 in a machine with Oracle Database 10g R2. After the installation process I started to create a Oracle Database because I hadn't done this with the Oracle Server installation process. So, everything was going fine till almost the end of the creation, when I got a message showing it hadn't been possible to configure the Enterprise Manager due to the following error:
    SEVERE: Failed to allocate port(s) in the specified range(s) for the following process(es): JMS [5540-5559],RMI [5520-5539],Database Control [5500-5519],EM Agent [3938] | [1830-1849]
    Refer to the log file at /app/oracle/product/10.2.0/db_1/cfgtoollogs/emca/mki/emca_2009-03-25_12-53-41-PM.log for more details.
    Could not complete the configuration. Refer to the log file at /app/oracle/product/10.2.0/db_1/cfgtoollogs/emca/mki/emca_2009-03-25_12-53-41-PM.log for more details.
    The message said I could do it using emca script later. I execute that script using
    $ ./emca -config dbcontrol db
    and I got the same error, as follows:
    [oracle@treinamento bin]$ ./emca -config dbcontrol db
    STARTED EMCA at Mar 25, 2009 12:53:41 PM
    EM Configuration Assistant, Version 10.2.0.1.0 Production
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Enter the following information:
    Database SID: mki
    Listener port number: 1521
    Password for SYS user:
    Password for DBSNMP user:
    Invalid username/password.
    Password for DBSNMP user:
    Invalid username/password.
    Password for DBSNMP user:
    Password for SYSMAN user:
    Email address for notifications (optional):
    Outgoing Mail (SMTP) server for notifications (optional):
    You have specified the following settings
    Database ORACLE_HOME ................ /app/oracle/product/10.2.0/db_1
    Database hostname ................ treinamento.yoshitec.sp
    Listener port number ................ 1521
    Database SID ................ mki
    Email address for notifications ...............
    Outgoing Mail (SMTP) server for notifications ...............
    Do you wish to continue? [yes(Y)/no(N)]: y
    Mar 25, 2009 12:54:50 PM oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at /app/oracle/product/10.2.0/db_1/cfgtoollogs/emca/mki/emca_2009-03-25_12-53-41-PM.log.
    Mar 25, 2009 12:54:51 PM oracle.sysman.emcp.DatabaseChecks performReposChecks
    WARNING: 'shared_pool_size' must be greater than or equal to 80 MB.
    Mar 25, 2009 12:54:52 PM oracle.sysman.emcp.EMConfig perform
    SEVERE: Failed to allocate port(s) in the specified range(s) for the following process(es): JMS [5540-5559],RMI [5520-5539],Database Control [5500-5519],EM Agent [3938] | [1830-1849]
    Refer to the log file at /app/oracle/product/10.2.0/db_1/cfgtoollogs/emca/mki/emca_2009-03-25_12-53-41-PM.log for more details.
    Could not complete the configuration. Refer to the log file at /app/oracle/product/10.2.0/db_1/cfgtoollogs/emca/mki/emca_2009-03-25_12-53-41-PM.log for more details.
    Does anybody know how I can fix it and run the emca? I've tryed some google searches but I didn't have any luck.
    Thanks a lot.

    Hi schavali
    I'll try to explain better what's going on with this database Im configuring. So, I installed OEL 5 from the zero, in a new machine, to install Oracle DB Server 10g R2 later on. I did the first step and the second one, which were Install OEL 5 with the packages needed and Oracle Database Server 10g R2. After these installations I went to create a database (I called it mki with SID mki). OK? So, when everything was done, almost at the end of the database creation I got a message that Enterprise Manager failed because it wasnt possible to allocate ports in the specifics ranges for JMS RMI Database Control and Em Agent.
    When I run netca I got a message saying the Listener could not be started because another software was using the port 1521.
    I did what you suggested. Ignored the listener port and tryed to create manually those ports necessary to run emca.
    In the terminal, I typed:
    $. emca -config dbcontrol db -repos create -JMS_PORT 5540 -RMI_PORT 5520 -DBCONTROL_HTTP_PORT 5505 -AGENT_PORT 1830
    So, the problem is, I didnt get to create any of those ports. I tryed every single port number that wasnt listed as free in /etc vi services and I could not go through. I tryed as a oracle user and with root as well. When I type a port that is not listed in the services, sometimes the error I get says that emca cannot create that port because is out of the range.
    Following the procedure to OEL 5 installation, I read it's necessary to select all the packages neeed by Oracle DB 10g R2 and it's also necessary to leave all others unselected. I didnt do that, I installed almost all the packages listed there in the installation. Could be that the problem? That is, if I install OEL 5 again with just the packages needed by Oracle DB could I go through Oracle Enterprise Manager Configuration Assistant? It's just a doubt.
    Thanks a lot for your attention

  • Enterprise manager log file sizes

    Hi,
    I was wondering if there is a way of managing the size of the emdb.nohup file in Enterprise Manager. Looking at the documentation, it looks as though you can control the emoms trace and log file sizes, but I can't find anything about the nohup log.
    Ideally I would like to be able to purge the log file.
    Thanks very much!

    Hi again,
    I found the emdb.nohup file in my log directory at the location you noted. It is apparently created when I stopped and restarted my dbconsole (emctl start dbconsole) and is updated each time I make a connection to that database (for which you are connecting), and for every time the page refreshes.
    I think the name of the file using a suffix of nohup is probably intentional on Oracle's part to indicate that this is a log file that is 'active', but in reality, it is not a true nohup file as in the sense of using the unix nohup command. (at least that is what I'm thinking)
    Sorry I'm not knowledgeable enough on this to be sure of my theory, but that is what I basically theorize.
    According to man pages on nohup, it states nohup is "a utility immune to hangups".
    "nohup - run a command immune to hangups, with output to a non-tty"
    To answer your question, there is no problem purging or pruning this file.
    I just cleared it out by sending a date to the file which effectively clears it out except for a new entry in the file with the current date/timestamp.
    e.g., $ date > emdb.nohup
    Then, I reconnected to my OEM console for this database and it updated the file with new entries for the new connection. No problem....
    Wed Aug 6 09:46:53 EDT 2008
    08/08/06 09:47:07 ## oracle.sysman.db.adm.inst.SitemapController: event="doLoad"
    08/08/06 09:47:07 ## 1. newPage = /database/instance/sitemap/sitemap
    08/08/06 09:47:07 ## 2. newPage = /database/instance/sitemap/sitemap
    Ji Li

  • Error Recreating Enterprise Manager

    I am trying to recreate my Enterprise Manager, but continue to have error. I successfully droped the repository, but can't seem to recreate it.
    I followed all the instruction from Oracle using:
    emca -deconfig dbcontrol db -repos drop
    emca -config dbcontrol db -repos recreate
    drop user sysman cascade;
    drop role MGMT_USER;
    drop user MGMT_VIEW cascade;
    drop public synonym MGMT_TARGET_BLACKOUTS;
    drop public synonym SETEMVIEWUSERCONTEXT;
    --To drop the SYSMAN username
    exec DBMS_AQADM.DROP_QUEUE_TABLE(queue_table=>'SYSMAN.MGMT_NOTIFY_QTABLE',force =>TRUE);
    And here is the error:
    SQL> exec DBMS_AQADM.DROP_QUEUE_TABLE(queue_table=>'SYSMAN.MGMT_NOTIFY_QTABLE',f
    orce =>TRUE);
    BEGIN DBMS_AQADM.DROP_QUEUE_TABLE(queue_table=>'SYSMAN.MGMT_NOTIFY_QTABLE',force
    =>TRUE); END;
    ERROR at line 1:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00376: file 3 cannot be read at this time
    ORA-01110: data file 3: 'J:\ORA_TPISG64A\TPISG64A\SYSAUX01.DBF'
    ORA-06512: at "SYS.DBMS_AQADM_SYS", line 4215
    ORA-06512: at "SYS.DBMS_AQADM", line 197
    ORA-06512: at line 1
    I checked the data file and its online:
    SQL> select tablespace_name, status from dba_tablespaces where tablespace_name =
    'SYSAUX';
    TABLESPACE_NAME STATUS
    SYSAUX ONLINE
    Any help will be appreciated.

    >
    emca -deconfig dbcontrol db -repos drop
    emca -config dbcontrol db -repos recreate
    drop user sysman cascade;
    drop role MGMT_USER;
    drop user MGMT_VIEW cascade;
    drop public synonym MGMT_TARGET_BLACKOUTS;
    drop public synonym SETEMVIEWUSERCONTEXT;
    --To drop the SYSMAN username
    exec DBMS_AQADM.DROP_QUEUE_TABLE(queue_table=>'SYSMAN.MGMT_NOTIFY_QTABLE',force =>TRUE);
    And here is the error:
    SQL> exec DBMS_AQADM.DROP_QUEUE_TABLE(queue_table=>'SYSMAN.MGMT_NOTIFY_QTABLE',f
    orce =>TRUE);
    BEGIN DBMS_AQADM.DROP_QUEUE_TABLE(queue_table=>'SYSMAN.MGMT_NOTIFY_QTABLE',force
    =>TRUE); END;
    ERROR at line 1:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00376: file 3 cannot be read at this time
    ORA-01110: data file 3: 'J:\ORA_TPISG64A\TPISG64A\SYSAUX01.DBF'
    ORA-06512: at "SYS.DBMS_AQADM_SYS", line 4215
    ORA-06512: at "SYS.DBMS_AQADM", line 197
    ORA-06512: at line 1
    I checked the data file and its online:
    SQL> select tablespace_name, status from dba_tablespaces where tablespace_name =
    'SYSAUX';
    TABLESPACE_NAME STATUS
    SYSAUX ONLINE
    Any help will be appreciated.
    >
    Looks like you are following MOS Note: 278100.1. Looks to me like you are doing it all wrong; well that is to say if you are following Option 4.
    Well, since you seem to have already dropped DB Control, what happens when you recreate it? Please show us results of command below.
    emca -config dbcontrol db -repos recreateRegards,
    Phiri

  • Install error on enterprise manager, why???

    Hello guys,
    I have been trying to install Oracle enterprise edition on a 32 bit version windows. Every time install reaches enterprise manager that, I guess, uses oc4j it gives me
    some sort of I/O error when trying to create or read some file in this location.
    When installation reaches here:
    Copying file for 'Oracle Enterprise Manager Console DB 10.2.0.1.0'
    Then the error pops up with these wordings:
    I/O error in file C:\oracle\product\10.2.0\db_1\oc4j\j2ee\oc4j_applications\applications\em.ear
    Click 'Help' for more information
    Click 'Retry' to try again.
    Click 'Ignore' to ignore this error and go on.
    Click 'Cancel' to stop this installation.
    I am using Windows XP Professional SP2 with 512MB RAM.
    Does anyone has any idea what this error means? I have even reformatted my machine twice to make sure there are no coflicts. I downloaded Oracle Release 2 (10.2.0.1.0) for Microsoft Windows two times to make sure there are no errors in the downloaded file. If some could tell me what I am missing, I would really appreciate it. Thank you.
    Message was edited by:
    appsdev

    I just want to share my experience. I have installed the same oracle version on windows XP.
    SQL> SELECT * FROM V$VERSION;
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod
    PL/SQL Release 10.2.0.1.0 - Production
    CORE 10.2.0.1.0 Production
    TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    SQL>
    When I tried to download the oracle executable, It got downloaded but not completely. It's size was around 150 MB something. Then I asked my friend to download from another location, he got success.
    May be at the site itself em.ear file has an error (Not sure). Did you copy the software in hard disk or installing it from the CDROM ? If not try copying the software into Hard drive and install. Let me know the details further.

  • Getting "Error 500--Internal Server Error" for Enterprise Manager

    Hi,
    I'm getting "Error 500--Internal Server Error" while invoking EM of wls server ie http://<host>:7001/em/ It used to work fine before. Restored config.xml from domain_bak, but still error persists. I can see following error in AdminServer logs while invoking above URL:
    Caused By: java.lang.ClassNotFoundException: oracle.binding.DataControl
            at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
            at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
            at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
    Copied adfm.jar to domain lib and bounced all wls servers, but error still persists.
    Please let me know what else can be tried.
    Thanks,
    Vikas

    Some more lines from stack trace:
    ####<Oct 10, 2013 9:52:36 PM PDT> <Notice> <Diagnostics> <slc04qvi> <AdminServer> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <f7fdeea2380fcf3a:-5d5bd989:141a5bc686c:-8000-000000000000005e> <1381467156262> <BEA-320068> <Watch 'UncheckedException' with severity 'Notice' on server 'AdminServer' has triggered at Oct 10, 2013 9:52:36 PM PDT. Notification details:
    WatchRuleType: Log
    WatchRule: (SEVERITY = 'Error') AND ((MSGID = 'WL-101020') OR (MSGID = 'WL-101017') OR (MSGID = 'WL-000802') OR (MSGID = 'BEA-101020') OR (MSGID = 'BEA-101017') OR (MSGID = 'BEA-000802'))
    WatchData: DATE = Oct 10, 2013 9:52:36 PM PDT SERVER = AdminServer MESSAGE = [ServletContext@2095354505[app:em module:/em path:/em spec-version:2.5]] Root cause of ServletException.
    java.lang.NoClassDefFoundError: oracle/binding/DataControl
            at java.lang.ClassLoader.defineClass1(Native Method)
            at java.lang.ClassLoader.defineClass(ClassLoader.java:792)
            at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)

  • Error in enterprise manager obiee 11g

    hi experts cannot proceed further have a doubt
    *2.6.3.2Update RPD variables that contain database connection information*
    when i opened the bi admin tool in offline mode
    Navigate to Manage>Variables menu, double click on the BI_EE_HOME Repository Variable, update the default initializer string from its current value to the correct full path of the following directory on your BIEE install : *\InstallHome\instances\instance1\bifoundation\OracleBIServerComponent\coreapplication_obis1*
    i have not changed the default initializer string_
    c:\obiee11g\instances\instances1\bifoundation\oraclebiservercomponent\coreapplication_obis1\repository\sampleapplite_bi0001.rpd'
    is this could be the error issue????

    In Windows.. the Host User.. the local user probably (could be domain I think) has to be in the ORA_DBA group and must also be added to the group policy to logon as a batch job. Also needs to be able to logon as a service. Try that.

  • Error In enterprise Manager while deploying New RPD

    Hi all,
    When i was deploying new RPD , BI publisher and Oracle RTD status shows down (under internal Applications)
    Can any one please help me out this problem.
    Thanks in Advance
    Satish

    Thanks for your replies !!
    In any of the RPD deployments I'm getting the same error , not for some particular RPD .
    FYI , yesterday (before this issue) I had a issue with starting presentation services , so as adviced in forum I replaced the files sawguidstate and sawguidstate.atrin the location:
    <Instance_Home>\instances\<instance_name>\bifoundation\OracleBIPresentationServicesComponent\coreapplication_obips1\catalog\<project>\root\system\mktgcache\<name>
    with the same files from a backup or from another working OBIEE 11g (11.1.5)instance.
    plese refer : Re: Unable to start presentation services , in OBIEE 11g
    Is this causing the deployment issue ?

  • Error starting enterprise manager service

    i've create the repositry correctly but when I try to start the service
    (my os is w2000server) an error occour tells me that is impossible to start the service but there is no errors
    did you know this problem?
    i also try to install oracle in w2000pro but the service responde me in the same way .
    the oracle report error (i don't remember the right name of registry)tells me there's no listener active
    but i'm sure that i've set correctly listener(whit wizard)
    have you any idea?

    i've create the repositry correctly but when I try to start the service
    (my os is w2000server) an error occour tells me that is impossible to start the service but there is no errors
    did you know this problem?
    i also try to install oracle in w2000pro but the service responde me in the same way .
    the oracle report error (i don't remember the right name of registry)tells me there's no listener active
    but i'm sure that i've set correctly listener(whit wizard)
    have you any idea?

Maybe you are looking for