Error importing policies in OAM

Hi Experts,
I am getting following error while importing in OAM:-
wls:/internal_iam_domain/serverConfig> importPolicy(pathTempOAMPolicyFile='/oracle/app/deploy/staging/sec-oam/oam_policy_internal.xml')
Jan 3, 2013 4:29:49 PM oracle.security.am.wlst.WLSTWrapper execute
SEVERE: Unable to execute the WLST Command
javax.management.RuntimeMBeanException: javax.management.RuntimeMBeanException: Error occurred during initialization.
at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:234)
at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:223)
at javax.management.remote.rmi.RMIConnectionImpl_1035_WLStub.invoke(Unknown Source)
at weblogic.management.remote.common.RMIConnectionWrapper$16.run(ClientProviderBase.java:919)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
at weblogic.security.Security.runAs(Security.java:61)
at weblogic.management.remote.common.RMIConnectionWrapper.invoke(ClientProviderBase.java:917)
at javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection.invoke(RMIConnector.java:993)
at oracle.security.am.wlst.util.WLSTT2PUtil.executeCommand(WLSTT2PUtil.java:116)
at oracle.security.am.wlst.WLSTWrapper.executeCommand(WLSTWrapper.java:135)
at oracle.security.am.wlst.WLSTWrapper.execute(WLSTWrapper.java:92)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.python.core.PyReflectedFunction.__call__(Unknown Source)
at org.python.core.PyReflectedFunction.__call__(Unknown Source)
at org.python.core.PyObject.__call__(Unknown Source)
at org.python.core.PyObject.invoke(Unknown Source)
at org.python.pycode._pyx47.importPolicy$26(/oracle/app/product/fmw_iam/int/11.1.1.5/iam/common/wlst/oamWlstCmd.py:798)
at org.python.pycode._pyx47.call_function(/oracle/app/product/fmw_iam/int/11.1.1.5/iam/common/wlst/oamWlstCmd.py)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyFunction.__call__(Unknown Source)
at org.python.pycode._pyx679.f$0(<console>:1)
at org.python.pycode._pyx679.call_function(<console>)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyCode.call(Unknown Source)
at org.python.core.Py.runCode(Unknown Source)
at org.python.core.Py.exec(Unknown Source)
at org.python.util.PythonInterpreter.exec(Unknown Source)
at org.python.util.InteractiveInterpreter.runcode(Unknown Source)
at org.python.util.InteractiveInterpreter.runsource(Unknown Source)
at org.python.util.InteractiveInterpreter.runsource(Unknown Source)
at weblogic.management.scripting.WLST.main(WLST.java:173)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at weblogic.WLST.main(WLST.java:29)
Caused by: javax.management.RuntimeMBeanException: Error occurred during initialization.
at oracle.as.jmx.framework.standardmbeans.spi.OracleStandardEmitterMBean.doInvoke(OracleStandardEmitterMBean.java:981)
at oracle.adf.mbean.share.AdfMBeanInterceptor.internalInvoke(AdfMBeanInterceptor.java:104)
at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doInvoke(AbstractMBeanInterceptor.java:252)
at oracle.as.jmx.framework.generic.spi.security.AbstractMBeanSecurityInterceptor.internalInvoke(AbstractMBeanSecurityInterceptor.java:190)
at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doInvoke(AbstractMBeanInterceptor.java:252)
at oracle.security.jps.ee.jmx.JpsJmxInterceptor$2.run(JpsJmxInterceptor.java:344)
at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
at oracle.security.jps.ee.jmx.JpsJmxInterceptor.internalInvoke(JpsJmxInterceptor.java:360)
at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doInvoke(AbstractMBeanInterceptor.java:252)
at oracle.as.jmx.framework.generic.spi.interceptors.ContextClassLoaderMBeanInterceptor.internalInvoke(ContextClassLoaderMBeanInterceptor.java:103)
at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doInvoke(AbstractMBeanInterceptor.java:252)
at oracle.as.jmx.framework.generic.spi.interceptors.MBeanRestartInterceptor.internalInvoke(MBeanRestartInterceptor.java:116)
at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doInvoke(AbstractMBeanInterceptor.java:252)
at oracle.as.jmx.framework.generic.spi.interceptors.LoggingMBeanInterceptor.internalInvoke(LoggingMBeanInterceptor.java:524)
at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doInvoke(AbstractMBeanInterceptor.java:252)
at oracle.as.jmx.framework.standardmbeans.spi.OracleStandardEmitterMBean.invoke(OracleStandardEmitterMBean.java:887)
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$16.run(WLSMBeanServerInterceptorBase.java:449)
at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:447)
at weblogic.management.mbeanservers.internal.JMXContextInterceptor.invoke(JMXContextInterceptor.java:263)
at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$16.run(WLSMBeanServerInterceptorBase.java:449)
at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:447)
at weblogic.management.mbeanservers.internal.SecurityInterceptor.invoke(SecurityInterceptor.java:444)
at weblogic.management.jmx.mbeanserver.WLSMBeanServer.invoke(WLSMBeanServer.java:323)
at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder$11$1.run(JMXConnectorSubjectForwarder.java:663)
at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder$11.run(JMXConnectorSubjectForwarder.java:661)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder.invoke(JMXConnectorSubjectForwarder.java:654)
at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1427)
at javax.management.remote.rmi.RMIConnectionImpl.access$200(RMIConnectionImpl.java:72)
at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1265)
at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1367)
at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:788)
at javax.management.remote.rmi.RMIConnectionImpl_WLSkel.invoke(Unknown Source)
at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:668)
at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:523)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:518)
at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:119)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
Caused by: java.lang.RuntimeException: Error occurred during initialization.
at oracle.security.am.t2p.MigrationMXBeanImpl.applyPolicyConfiguration(MigrationMXBeanImpl.java:529)
at sun.reflect.GeneratedMethodAccessor2051.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at oracle.as.jmx.framework.standardmbeans.spi.OracleStandardEmitterMBean.doInvoke(OracleStandardEmitterMBean.java:973)
... 42 more
Caused by: oracle.security.am.common.policy.admin.store.PolicyStoreException: OAMSSA-06078: Error while creating Constraint of type: "{0}", class: "{1}".
at oracle.security.am.common.policy.admin.provider.xml.PolicyAdminStore.createAbstractConstraintFromJaxB(PolicyAdminStore.java:410)
at oracle.security.am.common.policy.admin.provider.xml.PolicyStoreImpl.createAuthzPolicyInstance(PolicyStoreImpl.java:1272)
at oracle.security.am.common.policy.admin.provider.xml.PolicyStoreImpl.getAllAuthzPolicies(PolicyStoreImpl.java:945)
at oracle.security.am.common.policy.admin.impl.PolicyManagerImpl.loadSharedMaps(PolicyManagerImpl.java:165)
at oracle.security.am.common.policy.admin.impl.PolicyManagerImpl.<init>(PolicyManagerImpl.java:136)
at oracle.security.am.common.policy.admin.impl.ApplicationDomainManagerImpl.createManagers(ApplicationDomainManagerImpl.java:563)
at oracle.security.am.common.policy.admin.impl.ApplicationDomainManagerImpl.loadSharedMaps(ApplicationDomainManagerImpl.java:130)
at oracle.security.am.common.policy.admin.impl.ApplicationDomainManagerImpl.<init>(ApplicationDomainManagerImpl.java:103)
at oracle.security.am.common.policy.admin.impl.PolicyAdminImpl.createManagers(PolicyAdminImpl.java:277)
at oracle.security.am.common.policy.admin.impl.PolicyAdminImpl.<init>(PolicyAdminImpl.java:109)
at oracle.security.am.common.policy.admin.PolicyAdminFactory.init(PolicyAdminFactory.java:182)
at oracle.security.am.common.policy.admin.PolicyAdminFactory.getPolicyAdmin(PolicyAdminFactory.java:425)
at oracle.security.am.t2p.MigrationMXBeanImpl.init(MigrationMXBeanImpl.java:637)
at oracle.security.am.t2p.MigrationMXBeanImpl.applyPolicyConfiguration(MigrationMXBeanImpl.java:525)
... 46 more
Caused by: java.lang.NullPointerException: Name is null
at java.lang.Enum.valueOf(Enum.java:195)
at oracle.security.am.common.policy.admin.model.Identity$IDENTITY_TYPE.valueOf(Identity.java:82)
at oracle.security.am.common.policy.admin.provider.xml.PolicyAdminStore.createAbstractConstraintFromJaxB(PolicyAdminStore.java:347)
... 59 more
Unable to execute the commandjavax.management.RuntimeMBeanException: Error occurred during initialization
Thanks
Harpreet

You should execute wlst command from ORACLE_HOME/common/bin. Once you are connected to domain you should see wls:/base_domain/serverConfig but not wls:/internal_iam_domain/serverConfig

Similar Messages

  • Exporting/importing policies in OAM 10g

    How can I export/import policies in 10.1.4.3? Is there a command-line tool for this? Appreciate any advice.
    Thanks,
    Alex

    Hi,
    You can do this by migrating the LDAP data, since all the config/policy data is stored in the LDAP.
    Here are a high level steps of what might be required -
    (Note: These may not be the complete tasks which you might have to do, and may differ for your settings).
    -> Ensure the LDAP (in both envs) are of the same version, and the schema are the same.
    -> If the schema has been copied as well, make sure the references have been changed (hostname, IP, etc, if any).
    -> Take a backup of the the data in the from/to environment(s).
    -> Export the config data (and policy data if req) from the existing env into an ldif file using LDAP commands or using an LDAP Editor (Eg: Apache Directory Studio).
    -> Change references (hostname, IP, etc, (if any)) to match the new environment settings. (Eg: obDBAgentHost).
    -> Import the ldif file in the new environment.
    -> Ensure the components (LDAP, OIS, AAA, Webserver) comes up fine in the new environment. (After installing/configuring the required OAM components).
    -> Reconfig components if necessary.
    -- Pramod Aravind

  • Error importing CD (required folder cannot be found)

    iTunes 10.6, running on a Mac Mini with OSX 10.6.8
    Hi all,
    A bit of backstory. Been using iTunes to manage my music collection for over 8 years. At one point, I moved my music off of a primary disk to an external disk, although perhaps oddly set up, in that the 'iTunes Music Library.xml' file was still local (under ~User/Music), and just the music files were external (under /Volumes/Media/Music).  When the iTunes Media directory structure upgrade happened, the only way I could access my music was to put a soft link from the Music folder to my external drive.
    For awhile now, I've been in a state where for the most part, I can listen to all of my music, but when I try to import a CD, I get the 'required folder cannot be found' error.
    Help!  Do I have to rebuild my file somehow?  Edit the xml file directly?
    Thanks so much.
    I'm happy to provide more information, such as the xml file, directory listings, etc..  I'm just not sure what's helpful.

    I have the same problem.  I recently moved my music from a Vista PC to a new Laptop with an external CD drive. It will copy one song from the CD and it will show in the Music file and then I get the message ' Error importing a CD - Folder not found'.  I must unplug the CD drive and plug it back in.  I have seen no fix for this problem.

  • Error Importing - Disk Space when there is plenty of Space

    Hello,
    I am trying to import small .avi movies into iMovies. When I do, it states that there is a Error Importing due to not enough Disk Space. I have 24GB of disk space available, however, inside the iMovie application it states that there is only 20kb available. Has anyone come across this?
    Thank you
    Leoville

    I had the same problem. The following steps worked for me. 
    1. In iTunes on my Mac, on the Summary page for my iPhone, under "Options" I clicked "sync only checked songs and videos."
    2. On the "Music" page, I clicked Sync Music and then clicked "Selected playlists, albums," etc. underneath.
    3. IMPORTANT! make sure that the "automatically fill free space with songs" is NOT clicked. My computer kept clicking that one automatically and I had to keep turning it off.
    4. I clicked one playlist or album at a time and watched the status bar (below) to see how much space was being taken up (the blue line).
    5. When I had as much music as I wanted, I clicked Apply.
    It turned out that I had one play list which, for some unknown reason, had a huge number of songs on it and that was clogging up the works. When I unchecked it, I had enough room for the rest.
    I hope this helps!

  • RUNTIME ERROR IMPORT ABAP PHASE IN HETEROGENIOUS SYTEM COPY

    Hi All,
    We have started heterogenious sytem copy from windows (mssql_ to linux(maxdb).
    In import abap phase at the 128th job it ended with an error Here i attach the log of IMPORT_MONITOR.LOG
    ERROR : Execute for create index /BI0/F0RSTT_C01~P on /BI0/F0RSTT_C01 failed (dbrc=99).
      (SQL error -7055)
      error message returned by DbSl:
    SQL-Statement: CREATE  INDEX "/BI0/F0RSTT_C01~P" ON "/BI0/F0RSTT_C01" ( "KEY_0RSTT_C01P" , "KEY_0RSTT_C01T" , "KEY_0RSTT_C01U" , "KEY_0RSTT_C011" , "KEY_0RSTT_C012" , "KEY_0RSTT_C013" , "KEY_0RSTT_C014" , "KEY_0RSTT_C015" , "KEY_0RSTT_C016" , "KEY_0RSTT_C017" , "KEY_0RSTT_C018" , "KEY_0RSTT_C019" , "KEY_0RSTT_C01A"  )
    (DB) INFO: disconnected from DB
    /usr/sap/DM1/SYS/exe/run/R3load: job finished with 1 error(s)
    /usr/sap/DM1/SYS/exe/run/R3load: END OF LOG: 20110417003352
    /usr/sap/DM1/SYS/exe/run/R3load: START OF LOG: 20110417004819
    /usr/sap/DM1/SYS/exe/run/R3load: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#14 $ SAP
    /usr/sap/DM1/SYS/exe/run/R3load: version R7.00/V1.4 [UNICODE]
    Compiled Jan 23 2008 17:39:05
    /usr/sap/DM1/SYS/exe/run/R3load -i SAPAPPL1_24.cmd -dbcodepage 4103 -k                          -l SAPAPPL1_24.log -nolog -c 10000
    (DB) INFO: connected to DB
    (DB) INFO: The MaxDB logwriter is switched off#20110417004819
    (GSI) INFO: dbname   = "DM1                                                                                "
    (GSI) INFO: vname    = "ADABAS D                        "
    (GSI) INFO: hostname = "sgmw-s-relse1                                                   "
    (GSI) INFO: sysname  = "Linux"
    (GSI) INFO: nodename = "sgmw-s-relse1"
    (GSI) INFO: release  = "2.6.32.12-0.7-xen"
    (GSI) INFO: version  = "#1 SMP 2010-05-20 11:14:20 +0200"
    (GSI) INFO: machine  = "x86_64"
    (DB) ERROR: DDL statement failed
    (DROP INDEX "PCL4~XPS" ON "PCL4")
    DbSlExecute: rc = 103
      (SQL error -4011)
      error message returned by DbSl:
    (IMP) INFO: a failed DROP attempt is not necessarily a problem
    DbSl Trace: EXECUTE on connection 0, rc=-7055 (POS(59) Column(s) already indexed:/BI0/F0RSTT_C01~P)
    ERROR : Execute for create index /BI0/F0RSTT_C01~P on /BI0/F0RSTT_C01 failed (dbrc=99).
      (SQL error -7055)
      error message returned by DbSl:
    SQL-Statement: CREATE  INDEX "/BI0/F0RSTT_C01~P" ON "/BI0/F0RSTT_C01" ( "KEY_0RSTT_C01P" , "KEY_0RSTT_C01T" , "KEY_0RSTT_C01U" , "KEY_0RSTT_C011" , "KEY_0RSTT_C012" , "KEY_0RSTT_C013" , "KEY_0RSTT_C014" , "KEY_0RSTT_C015" , "KEY_0RSTT_C016" , "KEY_0RSTT_C017" , "KEY_0RSTT_C018" , "KEY_0RSTT_C019" , "KEY_0RSTT_C01A"  )
    (DB) INFO: disconnected from DB
    /usr/sap/DM1/SYS/exe/run/R3load: job finished with 1 error(s)
    /usr/sap/DM1/SYS/exe/run/R3load: END OF LOG: 20110417004819
    Import Monitor jobs: running 1, waiting 1, completed 128, failed 0, total 130.
    Loading of 'SAPAPPL1_24' import package: ERROR
    Import Monitor jobs: running 0, waiting 1, completed 128, failed 1, total 130.
    could any one  please help me in solving this issue
    Thanks!
    Vardhan.

    \\10.207.3.59\d$\ftproot\import_sap\BWS\ABAP\DATA\ARFCSDATA.TOC
    Please check if above said file located under specified path where SAPINST searvhing for it ie at
    10.207.3.59\d$\ftproot\import_sap\BWS\ABAP\DATA. if this file dont exist them it may be the case that your export is not proper.
    Also check if user from which you have started this SAPINST is able to access
    10.207.3.59\d$\ftproot\import_sap\BWS\ABAP\DATA.
    Thanks..
    Mohit

  • Error import / export in console standalone

    hai all,
    error import / export in console standalone
    iam logged in 9i console standalone pc not connected any other pc.
    unable to import or export or load any database
    because the error shows that
    only on OMS mode is possible
    how can import or export or load?
    any help?
    thanks in advance
    rcs
    ------

    I have no idea what you are asking or in what environment you are work.
    Lets start with the need for a version number ... 9i is not a version ... it is a marketing label. Do you mean 9.0.? or 9.2.0.1 or 9.2.0.8 no one knows.
    Second I have no idea what a you intend to convey with the statement "console standalone pc."
    Third "unable" means what? That the pc crashed and burned and is a smoldering cinder or you received some error message you thought too unimportant to post? Again ... you've given us no useful information.
    Finally what do you mean by OMS? Is this OMS as in the Java application running as part of the Grid Control or something else?
    Finally what are you trying to import? How? A clear explanation is required.
    If someone reading what you post can not understand or duplicate what you did because of lack of information you will not receive any help.

  • Error: import failed

    Hi everyone,
    I am trying to create a import format to read a .csv file. I have specified the load location and import group. In my Import format, I have fields Account, ICP, entitity and Amount and use the delimiter format to parse the fields. As the source file contains BegBalance and the 12 time periods, I need to do some VB scripting to bring in the correct amount depending on POV Period.
    However, when i try specifying a script in the Expression column of the Import Format and run the import, get a error: Import Failed. On the other hand, when i specify a field number in the Import Format and run an import, it works fine.
    Any ideas why this happens?
    Would appreciate a reply.
    thanks!

    Hi everyone,
    I am trying to create a import format to read a .csv file. I have specified the load location and import group. In my Import format, I have fields Account, ICP, entitity and Amount and use the delimiter format to parse the fields. As the source file contains BegBalance and the 12 time periods, I need to do some VB scripting to bring in the correct amount depending on POV Period.
    However, when i try specifying a script in the Expression column of the Import Format and run the import, get a error: Import Failed. On the other hand, when i specify a field number in the Import Format and run an import, it works fine.
    Any ideas why this happens?
    Would appreciate a reply.
    thanks!

  • Internal error: Import of table SKA1 not possible in IDoc

    Hi All,
    I am getting an error like Internal error: Import of table SKA1 not possiblein an Idoc.
    Please suggeset me how to resolve this issue.
    Edited by: SAP USER on Nov 25, 2009 8:46 AM

    Message no. FF724
    Check note 681538
    thanks
    G. Lakshmipathi

  • Mac book pro (2008)will not start up,command-v gives (error) Import:Importer start failed for 89(kr:268435459)invalid destination port)

    will not start up.
    tried Command-v
    message reads
    (error) Import:Importer start failed for 89 (kr:268435459)invalid destination port)

    First, uninstall "SuperTV" (whatever that is) according to the developer's instructions. It isn't working and it's filling the log with noise.
    If you have more than one user account, these instructions must be carried out as an administrator.
    Launch the Console application.
    Step 1
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left.
    Enter "BOOT_TIME" (without the quotes) in the search box. Note the timestamps of those log messages, which refer to the times when the system was booted. Now clear the search box and scroll back in the log to the last boot time when you had the problem. Post the messages logged before the boot, while the system was unresponsive or was failing to shut down. Please include the BOOT_TIME message at the end of the log extract.
    Post the log text, please, not a screenshot. If there are runs of repeated messages, post only one example of each. Don’t post many repetitions of the same message. When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    PLEASE DO NOT INDISCRIMINATELY DUMP THOUSANDS OF LINES FROM THE LOG INTO A MESSAGE. If you do that, I will not respond.
    Important: Some private information, such as your name, may appear in the log. Edit it out by search-and-replace in a text editor before posting.
    Step 2
    Still in Console, look under System Diagnostic Reports for crash or panic logs, and post the most recent one, if any. In the interest of privacy, I suggest you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if present (it may not be.) Please don’t post shutdownStall, spin, or hang logs — they're very long and not helpful.

  • MDL1261: Error importing OBJECT_CATALOG

    I am getting an error when importing a change to a process flow from our staging environment to production. The change I made was adding assigns to the process flow. The import only fails on this process flow I am able to import other process flows and maps. Now I am getting this error when I import:
    Error occurred importing from file "C:\oracle\OWB103\owb\bin\admin\DAILY_STG_DATA2_PF.mdl".
    Error at line 795: MDL1261: Error importing OBJECT_CATALOG THE_SSI_DW.
    Detailed Error Message:
    2nd class object CMPNameInfo@35f542/id=3536194/type=CMPPhysicalObject/name=null not loaded into cache. Need to load its first class object first. Please contact Oracle Support with the stack trace and details on how to reproduce it.
    Anybody have any ideas on how to fix this?

    Did you do a lot of edits on the flow to get it to the state it is in now? It looks like some information is messed up. If you try making the changes from your base state and then retrying might work around it, but thats a guess.
    Cheers
    David

  • Why do I get an error importing .mov files in Lightroom 4.2 RC

    I have Lightroom 4.2 RC on a Windows 7 desktop and laptop. Mov files from a Nikon D4 import fine on the desktop, but I get an error importing the same files on my laptop and they get skipped. My laptop is actually newer and more powerful than my desktop.

    I was getting this message: "There is a problem with the video file" when attempting to import video files on Lightroom 4.1 (and after upgrading to 4.2) on Win7/64-bit.
    The video files were M-JPEG/AVI and H.264/MP4. 
    Seeing a recommendation elsewhere, I uninstalled DivX and rebooted.
    This resolved the issue for me!
    Perhaps it will work for you, too, William.

  • MDL1261: Error Importing

    Hello, OWB gurus! :)
    I exported a process flow into an MDL file from our test environment, say DBTEST.
    Upon importing it to our production environment, say DBPROD, I got the following error:
    "Error at line 141: MDL1261: Error importing PHYSICALOBJECT PROJECT.PROCESS.PACKAGE.null.
    Detailed Error Message:
    API0259: The object cannot be edited in Read-Only mode!"
    Here are my import options:
    1. Create New Metadata
    2. Match by Name
    Other details:
    -- DBTEST and DBPROD have the same project name (say PROJECT), process flow module (PROCESS), etc. They have the same module/database/object names, in short.
    -- Repository owner has full access (any procedure)
    This only happens whenever I am importing process flows. I can successfully import tables and mappings.
    I tried searching answers through the internet, but I don't know why I couldn't find one. I would like to ask the help of our OWB gurus, or anyone, out there. =)
    Thanks a lot,
    Manoy

    Hi,
    No process was running when I imported the objects. I also tried importing other process flows individually (after exporting them one by one), still I got the same error.
    Thanks. :)
    Manoy

  • Photoshop elements 9 Ogranizer error Import failed

    Photoshop Elements 9 organizer...when I try to "save as" a  .jpg file from editor to the organizer, I keep getting an error "Import Failed" file not supported or file already in organizer...been using this software for a long time..just started to happen...now it says this everytime I try to save anything..it will not let me put it in the organizer at all.  What happened?

    What is the exact message?
    Just 'Import Failed' or some more information?
    Can you please do a catalog optimize and repair using File >> Catalogs... option ?
    Also, are you initiating the edit workflow from Organizer, say by sending the file from Organizer to Editor, doing some edit and then saving to 'Include in Organizer' or you are simply opening a file directly in Editor, doing some edits and then saving the file?
    What are your exact steps?
    Thanks
    Andaleeb

  • Error : Import Security Failed - The application is invalid.

    I am getting the following error while importng security in planning through secfile.txt
    Error : Import Security Failed - The application XPLAN is invalid.

    John:
    Here is the error i am getting while extracting the security from planning
    D:\Hyperion\Planning\bin>ExportSecurity.cmd /A=XPlan,/U=admin,/P=Pwd
    Unable to get JDBC driver oracle.jdbc.driver.OracleDriverjava.lang.ClassNotFound
    Exception: oracle.jdbc.driver.OracleDriver
    java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at com.hyperion.planning.HspJDBCPool.<init>(Unknown Source)
    at com.hyperion.planning.sql.HspSQLImpl.connectToJDBC(Unknown Source)
    at com.hyperion.planning.sql.HspSQLImpl.<init>(Unknown Source)
    at com.hyperion.planning.utils.HspJSHomePropsFactory.createHomeInstance(
    Unknown Source)
    at com.hyperion.planning.utils.HspJSHomePropsFactory.createHomeInstance(
    Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.loadProperties(Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.<init>(Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.getStaticHome(Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.getStaticHome(Unknown Source)
    at com.hyperion.planning.HyperionPlanningBean.<init>(Unknown Source)
    at com.hyperion.planning.utils.HspExportSecurityCmd.execute(Unknown Sour
    ce)
    at com.hyperion.planning.utils.HspExportSecurityCmd.main(Unknown Source)
    Unable to create JDBC connection. java.sql.SQLException: No suitable driver
    Unable to set Planning's Oracle connection numeric character to '.'. java.lang.N
    ullPointerException
    Can not set database catalog name, skipping set of catalog name: CAT_NAM
    Can not get JDBC connection.
    Unable to create JDBC connection. java.sql.SQLException: No suitable driver
    java.lang.Exception: No object were successfully created. This can be caused by
    any of the following: The OLAP Server is not running, The DBMS is not running, t
    he DBMS is running on a different machine that the one specified, the name and p
    assword provided were incorrect.
    at com.hyperion.planning.HspPool.getObject(Unknown Source)
    at com.hyperion.planning.sql.HspSQLImpl.getConnection(Unknown Source)
    at com.hyperion.planning.utils.HspJSHomePropsFactory.createHomeInstance(
    Unknown Source)
    at com.hyperion.planning.utils.HspJSHomePropsFactory.createHomeInstance(
    Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.loadProperties(Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.<init>(Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.getStaticHome(Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.getStaticHome(Unknown Source)
    at com.hyperion.planning.HyperionPlanningBean.<init>(Unknown Source)
    at com.hyperion.planning.utils.HspExportSecurityCmd.execute(Unknown Sour
    ce)
    at com.hyperion.planning.utils.HspExportSecurityCmd.main(Unknown Source)
    Unable to set Planning's Oracle connection numeric character to '.'. java.lang.N
    ullPointerException
    Can not set database catalog name, skipping set of catalog name: CAT_NAM
    Exception while trying to load HspJSHome.properties: Connection was null
    Unable to create JDBC connection. java.sql.SQLException: No suitable driver
    java.lang.NullPointerException: Connection was null
    at com.hyperion.planning.sql.HspSQLImpl.executeQuery(Unknown Source)
    at com.hyperion.planning.sql.HspSQLImpl.executeQuery(Unknown Source)
    at com.hyperion.planning.utils.HspJSHomePropsFactory.createHomeInstance(
    Unknown Source)
    at com.hyperion.planning.utils.HspJSHomePropsFactory.createHomeInstance(
    Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.loadProperties(Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.<init>(Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.getStaticHome(Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.getStaticHome(Unknown Source)
    at com.hyperion.planning.HyperionPlanningBean.<init>(Unknown Source)
    at com.hyperion.planning.utils.HspExportSecurityCmd.execute(Unknown Sour
    ce)
    at com.hyperion.planning.utils.HspExportSecurityCmd.main(Unknown Source)
    Unable to set Planning's Oracle connection numeric character to '.'. java.lang.N
    ullPointerException
    Creating rebind thread to RMI
    Can not set database catalog name, skipping set of catalog name: CAT_NAM
    java.lang.IllegalArgumentException: JDBC driver cannot be null
    at com.hyperion.planning.HspJDBCPool.<init>(Unknown Source)
    at com.hyperion.planning.sql.HspSQLImpl.connectToJDBC(Unknown Source)
    at com.hyperion.planning.sql.HspSQLImpl.<init>(Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.<init>(Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.getStaticHome(Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.getStaticHome(Unknown Source)
    at com.hyperion.planning.HyperionPlanningBean.<init>(Unknown Source)
    at com.hyperion.planning.utils.HspExportSecurityCmd.execute(Unknown Sour
    ce)
    at com.hyperion.planning.utils.HspExportSecurityCmd.main(Unknown Source)
    java.lang.NullPointerException: Connection was null
    at com.hyperion.planning.sql.HspSQLImpl.executeQuery(Unknown Source)
    at com.hyperion.planning.sql.HspSQLImpl.executeQuery(Unknown Source)
    at com.hyperion.planning.utils.HspJSHomePropsFactory.getApplicationsForC
    luster(Unknown Source)
    at com.hyperion.planning.utils.HspJSHomePropsFactory.getApplications(Unk
    nown Source)
    at com.hyperion.planning.utils.HspJSHomePropsFactory.createAppsInstance(
    Unknown Source)
    at com.hyperion.planning.utils.HspJSHomePropsFactory.createDecryptedApps
    Instance(Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.<init>(Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.getStaticHome(Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.getStaticHome(Unknown Source)
    at com.hyperion.planning.HyperionPlanningBean.<init>(Unknown Source)
    at com.hyperion.planning.utils.HspExportSecurityCmd.execute(Unknown Sour
    ce)
    at com.hyperion.planning.utils.HspExportSecurityCmd.main(Unknown Source)
    Can not get JDBC connection.
    java.lang.NullPointerException
    at com.hyperion.planning.sql.HspSQLImpl.getConnection(Unknown Source)
    at com.hyperion.planning.event.HspSysExtChangeHandler.actionPoller(Unkno
    wn Source)
    at com.hyperion.planning.event.HspSysExtChangeHandler.<init>(Unknown Sou
    rce)
    at com.hyperion.planning.HspJSHomeImpl.<init>(Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.getStaticHome(Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.getStaticHome(Unknown Source)
    at com.hyperion.planning.HyperionPlanningBean.<init>(Unknown Source)
    at com.hyperion.planning.utils.HspExportSecurityCmd.execute(Unknown Sour
    ce)
    at com.hyperion.planning.utils.HspExportSecurityCmd.main(Unknown Source)
    Can not get JDBC connection for SYS external changed actions.
    Can not get JDBC connection.
    java.lang.NullPointerException
    at com.hyperion.planning.sql.HspSQLImpl.getConnection(Unknown Source)
    at com.hyperion.planning.event.HspSysExtChangeHandler.actionPoller(Unkno
    wn Source)
    at com.hyperion.planning.event.HspSysExtChangeHandler.run(Unknown Source
    Can not get JDBC connection for SYS external changed actions.
    Unable to find JDBC_CATALOG key for application: XPlan
    com.hyperion.planning.InvalidApplicationException: The application XPlan is in
    valid.
    at com.hyperion.planning.HspJSHomeImpl.createHspJS(Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.getHspJSByApp(Unknown Source)
    at com.hyperion.planning.HyperionPlanningBean.Login(Unknown Source)
    at com.hyperion.planning.HyperionPlanningBean.Login(Unknown Source)
    at com.hyperion.planning.utils.HspExportSecurityCmd.execute(Unknown Sour
    ce)
    at com.hyperion.planning.utils.HspExportSecurityCmd.main(Unknown Source)
    the prop file is ok and the catalog name and dsn is fine in Oracle.
    The Oracle is running on a diff server.

  • Don't understand what this means I/O Error: import file

    I'm building a website in dreamweaver cs5 with a XML doctype. When I tried to validate my css I got an error code I don't understand. This is the error: I/O Error: import file:/Volumes/Macintosh%20HD/Users/schweideltyson/Desktop/CS%2080_final%20project/gallery .html: Operation not permitted. Any suggestions? The only thing I can think of is that I imported some text for my index page from another website.

    XML is used for data.  This is an example of a media playlist in XML.
    <?xml version="1.0" encoding="UTF-8"?>
         <playlist version="1" xmlns="http://xspf.org/ns/0/">
             <trackList>
                      <track><location>file:///mp3s/song_1.mp3</location></track>
                      <track><location>file:///mp3s/song_2.mp3</location></track>
                      <track><location>file:///mp3s/song_3.mp3</location></track>
             </trackList>
        </playlist>
    XHTML is for web pages. 
    http://www.w3schools.com/html/html_doctype.asp
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

Maybe you are looking for

  • Some Widget does not work after latest upgrade

    Today is July 23rd, 2011. By recent latest upgrade, mainly for supporting Lion, where I am still using Snow Leopard 10.6.8, some widget does not work, including Battery Meter, Digital Clock Alarm, Victoria Digital Clock, etc. By the way, my company u

  • Help! (please and thanks)

    I had to re-load Media Go after my computer crashed but now it doesn't acknowledge that my phone is plugged in. Any suggestions??

  • What format are the .tmp files created by hp scanner deskjet f2400?

    What format are the .tmp files created by hp scanner deskjet f2400?  I had a customer get the dreaded "out of space" error after scanning over a hundred pages that she was going to have all in one multipage pdf.  So all that work was gone (each page

  • Trying to figure out how to get custom quiz concept to work

    OK so I've been trying to get this concept to work in CP4. I have simulation quiz questions that gives the user 2 attempts to answer the quiz. The one hitch is that if the user get the question wrong the first time it gives them an "incorrect try aga

  • Essbase secuirty

    Hi, We are having some users with write back functionality to cube through smart view. We created a group and did assigned the native user and Ldap user to the group and i did provisioned the group with filter access.and we did refresh security in EA