Firmware of the IOM on switch m6348 failed, incompatibility of fabric

Update the firmware of the IOM 2 of the 4 m6348 failed to update and report incompatibility of fabric.  I tried the update process again and put back them in place.  They don't have the same power on in the Cabinet to access the console, is it possible to recover?

The problem was caused because if you link the internal chassis interrrupteurs CMC, updated the firmware on the causes of MCC switches in the chassis of the cycle power and corrupt the update. (this is a trap that should not exist tbh)

Avoid this problem by connecting the CMC directly or via an external switch during firmware updates.

The firmware on switches is corrupt, I think that it should be possible to reflash the chips directly however this would require electronic expertise.  In our case, the seller has replaced the switches under warranty and we were able to update those successfully.

Tags: Dell Tech

Similar Questions

  • create the policy by using the API of the IOM: tcAPIException:insert exception failed

    Hello

    I need to create the policy by using the API of the IOM.

    Here is my code:

    long [] provObjKeys is {10};.
    Boolean [] revokeObjectIfNotApply = {true};
    long [] denyObjKeys is {11};.
    long [] groupKeys is {6};.
    tcAccessPolicyOperationsIntf accessPolicyOp = (tcAccessPolicyOperationsIntf) ioUtilityFactory.getUtility ("Thor.API.Operations.tcAccessPolicyOperationsIntf");

    HashMap policyCriteriaMap = new HashMap();
    policyCriteriaMap.put ("Access Policies.Name", "computer laptop Access Policy");
    policyCriteriaMap.put ("Access Policies.Description", "computer laptop access political Desc");
    policyCriteriaMap.put ("Access Policies.Note", "computer laptop Access Policy Note");
    policyCriteriaMap.put ('Access Policies.Retrofit Flag', ' yes');
    policyCriteriaMap.put ("Access Policies.By Request", "No");

    long accessPolicyKey = accessPolicyOp.createAccessPolicy (policyCriteriaMap, provObjKeys, revokeObjectIfNotApply, denyObjKeys, groupKeys);

    but the political establishment fails.

    Not able to discover the problem.

    policyCriteriaMap.put ("Access Policies.Retrofit Flag", "1");
    policyCriteriaMap.put ("Policies.By application access","0");

  • My USB-6008 has bad firmware for c# application, utility switch fails.

    I use a pair of USB-6008 in an application. Everything was fine until what I installed the driver NOR-DAQmx. This software has changed the firmware of NOR-DAQmx BASE of NOR-DAQmx. The problem is that I can't change it back again. The OR errors of the utility of switching because it cannot find the Labview engine. Well, it will not be as I am not a user of labview.

    Hello Drew,

    The simplest solution would be for you to download and install runtime LabVIEW 8.5.1, with which you will be able to run the utility of switching without problem. It of free and can be found here:

    LabVIEW Run - Time Engine 8.5.1 - Windows 2000/Vista x 64/Vista/XP

    Let me know if you encounter other problems.

  • OIM 11 g R2 installation question. Failed to create schema of the IOM by using RCU 11.1.2

    I tried to install OIM 11 g R2 on a Windows 2008 R2 64-bit server and were met the following error during the creation of diagrams of IOM. Other patterns, such as metadata, SOA, user's email services and other associated schema creation succeeded. But creating schema IOM took more than 2 minutes and finally it fails with the error below.
    ################################################################
    UCR-6130: Action failed
    UCR-6135: error when trying to execute the action of java.
    ################################################################

    Components used:
    OS: Windows Server 2008 R2 64 Bit
    DBS: 11 GR 2 (11.2.0.1)
    UCR: 11.1.2

    The first error was ora-12637 package receive failure followed by Table or view does not exist. I couldn't get much information from the IOM and the rcu.log.

    I put the processes and the open_cursors session_cached_cursors described in preinstalling OIM 11 g R2 installation step.

    Pointers on what will be highly appreciated.

    Thank you
    Srini

    Copy the msvcr71.dll rcuHome\jdk\jre\bin inside the installer of the UCR and paste in C:\Windows\SysWOW64.

    Try to rerun the rcu with the new user, i.e. instead of DEV_OIM, run it with DEV_OIM1.

    Or delete the user DEV_OIM first and then use the same user.

  • Deployment of the IOM has failed but OIM_Server1 works fine

    Hello
    When I start the server admin it shows oim_server running. But when I click on it and see the deployment, it does evidence application IOM (11.1.1.3.0) failed. I try check it out but not succeeded. I check my db connection is fine. I reinstall but once again even.
    The error light is when I run the console of the IOM on (localhost:14000 / IOM) it gives me error 404 not found.

    Error 404 - not found
    RFC 2068 Hypertext Transfer Protocol--HTTP / 1.1:
    10.4.5 404 not found

    Server not found anything matching the request URI. No indication is given whether the condition is temporary or permanent.

    If the server does not wish to make this information available to the client, the status code 403 (refused) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through a configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.

    any help would be appreciated.please

    Hello

    Open the weblogic administration console, go to server and click on IOM server and then click deployments and see the State of all things confirm in return.

    Kind regards
    kK

  • IOM Login authentication fails when the IOM API call

    Hello

    We have a small custom application written to make the update of some attributes of the user on OIM. This app works great on the development system, as well as the test system. However, when you run the program on the live system, it generates the error below. Please note that we use the IOM 11.1.1.5, test and production are under linux, while the development system is running windows 7. The test system is a single instance, while IOM in a production environment is clustered. Quick response will be very useful.

    We checked the path provided for authwl.conf and that's okay. Here is the thrown error:

    oracle.iam.platform.utils.NoSuchServiceException: java.lang.reflect.InvocationTargetException
    at oracle.iam.platform.OIMClient.getServiceDelegate(OIMClient.java:197)
    at oracle.iam.platform.OIMClient.getService(OIMClient.java:174)
    at oracle.iam.platform.OIMClient.loginSessionCreated(OIMClient.java:209)
    at oracle.iam.platform.OIMClient.login(OIMClient.java:136)
    at oracle.iam.platform.OIMClient.login(OIMClient.java:129)
    at com.infotech.tra.organization.RoleAssignment.updateUserAttributes(RoleAssignment.java:274)
    at com.infotech.tra.organization.RoleAssignment.main(RoleAssignment.java:73)
    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.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:56)
    Caused by: java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0 (Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at oracle.iam.platform.OIMClient.getServiceDelegate(OIMClient.java:193)
    ... 11 more
    Caused by: oracle.iam.platform.utils.NoSuchServiceException: javax.naming.AuthenticationException [Root exception is java.lang.SecurityException: user: weblogic, could not be authenticated.]
    to oracle.iam.platformservice.api.ClientLoginSessionServiceDelegate. < init >(Unknown Source)
    ... 16 more
    Related: javax.naming.AuthenticationException [Root exception is java.lang.SecurityException: user: weblogic, could not be authenticated.]
    at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:42)
    at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:788)
    at weblogic.jndi.WLInitialContextFactoryDelegate.pushSubject(WLInitialContextFactoryDelegate.java:682)
    at weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialContextFactoryDelegate.java:469)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:376)
    at weblogic.jndi.Environment.getContext(Environment.java:315)
    at weblogic.jndi.Environment.getContext(Environment.java:285)
    at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
    at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
    at javax.naming.InitialContext.init(InitialContext.java:223)
    to javax.naming.InitialContext. < init > (InitialContext.java:197)
    at org.springframework.jndi.JndiTemplate.createInitialContext(JndiTemplate.java:114)
    at org.springframework.jndi.JndiTemplate.execute(JndiTemplate.java:86)
    at org.springframework.jndi.JndiTemplate.lookup(JndiTemplate.java:130)
    at org.springframework.jndi.JndiTemplate.lookup(JndiTemplate.java:155)
    ... more than 17
    Caused by: java.lang.SecurityException: user: weblogic, could not be authenticated.
    at weblogic.common.internal.RMIBootServiceImpl.authenticate(RMIBootServiceImpl.java:116)
    at weblogic.common.internal.RMIBootServiceImpl_WLSkel.invoke (unknown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:667)
    to weblogic.rmi.internal.BasicServerRef$ 1.run(BasicServerRef.java:522)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    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:118)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)

    There was incorrect values in the jndi.properties file causing problems. After the correction of the connection of IOM file worked properly.

  • Unable to update firmware for the PERC 5 controller / i on PE1950

    We have 6 PE1950 server with SAS PERC 5 / i integrated RAID controllers. Dell OpenManage complains about being obsolete PERC firmware. 2 servers I currently have running, firmware 5.2.1 - 0062 and 5.1.1 - 0040. I downloaded the latest version of 5.2.2 - 0072. I tried the update by the Windows package and who did not, and he complain about the OS being too recent. A server is Windows Server 2008 R2 and the other Windows Server R2 2012. So, I created a BACK USB key with Dell hard drive files and run update.bat. Who failed on both servers with the following errors:

    Firmware doesn't have flash. Stop!

    Failed to update Firmware for controller 0

    The process of updating of the firmware of the controller does not have!

    Both servers had the exact same mistakes as described above. Ideas on how I can get the firmware update successfully? I checked the package I downloaded is for the PERC 5 / I integrated.

    It's here (if that will allow me to post a link):

    www.dell.com/.../DriversDetails

    Hello

    Try this updated version and see if it works. He said that it was for the 1950s.

  • Firmware of the phone doesn't have a 7.1 to 10.5

    experts,

    What happens in this scenario below:

    -When we improve form UCM 7.1 to 10.5, but current UCM 7.1 phone firmware is too old to get the firmware of the phone of 10.5 UCM by default

    the phone just will record very well to the AAU 10.5 with their old firmware and keep functioning?

    TKS,

    K

    the phone should try to improve and to fail if it cannot, then register correctly to 10.x

    -Atul

  • The IOM Update Status: update

    Just curious if anyone has faced an IOM firmware update that takes forever. I'm working on an area of 2 chassis with a pair of FIs in a HA pair. The two IOM (2208xp) in two chassis updated quickly (well, fast for firmware UCS updates, for about 15 minutes). But the two IOM in chassis one was stuck at 66% for nearly an hour now.

    I followed the guide of the UCS 2.0 software update. So far, I have activated UCSM. Now I'm waiting for the IOM to update, so I can activate their versions of boot, then activate FIs them and restart to finish update of IOM.

    I'm tempted to push forward with the activation of FI subordinate at this stage, given that should force the IOM in its path of data to update. But something about these two IOM being stuck in the update for so long has me... concerned.

    Any advice?

    -mstump

    Hi Michael,

    It looks like you can hit a known bug:

    http://Tools.Cisco.com/support/BugToolKit/search/getBugDetails.do?method=fetchBugDetails&bugId=CSCto68104

    I would say invocation a TAC case and we can apply the workaround to resolve the problem.  The process does not have too much time for us to perform.

  • The 300 series switches are compatible with detection of PoE before standard in old phones Cisco?

    The 300 series switches are compatible with detection of PoE before standard in old phones Cisco? They don't seem to be (7902G don't turn on when it is connected to a SF302-08MP with firmware version 1.1). What no need special configuration on the switch to enable this detection?

    Please note that the switches of the series 200 and 300 are now supported POE Legacy Cisco from September 2011, to provide power to 7960, 7940 and other phones standard pre and APs. Details on the following link:

    https://supportforums.Cisco.com/docs/doc-18337

  • IAM-2050243: process Orchestration with the id 498509, failed with the IAM-3051103 error message: failed to create operation on the entity user at the point of action

    Hello

    While creating a use to the IOM, I get the error below. I have to configure?

    oracle.iam.ui.platform.exception.OIMRuntimeException: IAM-2050243: process of Orchestration with the id 498509, failed with the IAM-3051103 error message: failed to create operation on the entity user at the point of action

    Error log file:

    ]]

    [2015 07-28 T 12: 53:51.674 - 07:00] [oimext_server1] [NOTIFICATION] [] [oracle.iam.identity.usermgmt.impl.handlers.base] [tid: [ASSETS].] [' ExecuteThread: ' 74 ' for queue: "(self-adjusting) weblogic.kernel.Default"] [username: xelsysadm] [ecid: 77744a889dde03de:77dc1a7d:14ec20555f9:-8000-000000000099b7c8, 0] [APP: IOM #11.1.2.0.0] [IDDM: 0000KvMCNcVEoIs6wjyWMG1Lgf5y00000k] compensate the method called in a process of running User Manager CREATE with process Id 498 509 and Event Id 3 306 663

    [2015 07-28 T 12: 53:51.703 - 07:00] [oimext_server1] [NOTIFICATION] [LIBOVD-20043] [oracle.ods.virtualization.accesslog] [tid: [ASSETS].] [' ExecuteThread: ' 74 ' for queue: "(self-adjusting) weblogic.kernel.Default"] [userId: xelsysadm] [ecid: 77744a889dde03de:77dc1a7d:14ec20555f9:-8000-000000000099b7c8, 0] [APP: IOM #11.1.2.0.0] [IDDM: 0000KvMCNcVEoIs6wjyWMG1Lgf5y00000k] conn = op 78 = basic 207 SRCH = scope = base filter = objectclass = * requestedAttributes = [] sizelimit = 0 timelimit = 0 typesOnly = false

    [2015 07-28 T 12: 53:51.703 - 07:00] [oimext_server1] [NOTIFICATION] [LIBOVD-20044] [oracle.ods.virtualization.accesslog] [tid: [ASSETS].] [' ExecuteThread: ' 74 ' for queue: "(self-adjusting) weblogic.kernel.Default"] [userId: xelsysadm] [ecid: 77744a889dde03de:77dc1a7d:14ec20555f9:-8000-000000000099b7c8, 0] [APP: IOM #11.1.2.0.0] [IDDM: 0000KvMCNcVEoIs6wjyWMG1Lgf5y00000k] conn = op 78 = 207 RESULT err = 0 tag = 0 nentries = 1 etime = 0 = 0 mem = 2, 058, 395 728 dbtime / 4294967296

    [2015 07-28 T 12: 53:51.703 - 07:00] [oimext_server1] [NOTIFICATION] [LIBOVD-20043] [oracle.ods.virtualization.accesslog] [tid: [ASSETS].] [' ExecuteThread: ' 74 ' for queue: "(self-adjusting) weblogic.kernel.Default"] [userId: xelsysadm] [ecid: 77744a889dde03de:77dc1a7d:14ec20555f9:-8000-000000000099b7c8, 0] [APP: IOM #11.1.2.0.0] [IDDM: 0000KvMCNcVEoIs6wjyWMG1Lgf5y00000k] conn = op 78 = basic 208 SRCH = scope = base filter = objectclass = * = sizelimit timelimit [] = 0 requestedAttributes = 0 typesOnly = false

    [2015 07-28 T 12: 53:51.703 - 07:00] [oimext_server1] [NOTIFICATION] [LIBOVD-20044] [oracle.ods.virtualization.accesslog] [tid: [ASSETS].] [' ExecuteThread: ' 74 ' for queue: "(self-adjusting) weblogic.kernel.Default"] [userId: xelsysadm] [ecid: 77744a889dde03de:77dc1a7d:14ec20555f9:-8000-000000000099b7c8, 0] [APP: IOM #11.1.2.0.0] [IDDM: 0000KvMCNcVEoIs6wjyWMG1Lgf5y00000k] conn = op 78 = 208 RESULT err = 0 tag = 0 nentries = 1 etime = 0 = 0 mem = 2, 058, 395 728 dbtime / 4294967296

    [2015 07-28 T 12: 53:51.703 - 07:00] [oimext_server1] [NOTIFICATION] [LIBOVD-20043] [oracle.ods.virtualization.accesslog] [tid: [ASSETS].] [' ExecuteThread: ' 74 ' for queue: "(self-adjusting) weblogic.kernel.Default"] [userId: xelsysadm] [ecid: 77744a889dde03de:77dc1a7d:14ec20555f9:-8000-000000000099b7c8, 0] [APP: IOM #11.1.2.0.0] [IDDM: 0000KvMCNcVEoIs6wjyWMG1Lgf5y00000k] conn = op 78 = base 209 SRCH = xxxxxxxxxx, dc = net scope = filter sub = orclguid = 56ca2d28625f47819064b8241ab44539 requestedAttributes = [orclguid] = 0 = 0 = false typesOnly timelimit sizelimit

    [2015 07-28 T 12: 53:51.705 - 07:00] [oimext_server1] [NOTIFICATION] [LIBOVD-20044] [oracle.ods.virtualization.accesslog] [tid: [ASSETS].] [' ExecuteThread: ' 74 ' for queue: "(self-adjusting) weblogic.kernel.Default"] [userId: xelsysadm] [ecid: 77744a889dde03de:77dc1a7d:14ec20555f9:-8000-000000000099b7c8, 0] [APP: IOM #11.1.2.0.0] [IDDM: 0000KvMCNcVEoIs6wjyWMG1Lgf5y00000k] conn = op 78 = 209 RESULT err = 0 tag = 0 = 1 = 2 = 0 = 2 mem dbtime etime nentries, 058, 395 728 / 4294967296

    [2015 07-28 T 12: 53:51.705 - 07:00] [oimext_server1] [NOTIFICATION] [LIBOVD-20040] [oracle.ods.virtualization.accesslog] [tid: [ASSETS].] [' ExecuteThread: ' 74 ' for queue: "(self-adjusting) weblogic.kernel.Default"] [username: xelsysadm] [ecid: 77744a889dde03de:77dc1a7d:14ec20555f9:-8000-000000000099b7c8, 0] [APP: IOM #11.1.2.0.0] [IDDM: 0000KvMCNcVEoIs6wjyWMG1Lgf5y00000k] conn = op 78 = 210 DEL dn = cn = afdada, cn = users, xxxxxxxxxx, dc is net

    [2015 07-28 T 12: 53:51.709 - 07:00] [oimext_server1] [NOTIFICATION] [LIBOVD-20039] [oracle.ods.virtualization.accesslog] [tid: [ASSETS].] [' ExecuteThread: ' 74 ' for queue: "(self-adjusting) weblogic.kernel.Default"] [userId: xelsysadm] [ecid: 77744a889dde03de:77dc1a7d:14ec20555f9:-8000-000000000099b7c8, 0] [APP: IOM #11.1.2.0.0] [IDDM: 0000KvMCNcVEoIs6wjyWMG1Lgf5y00000k] conn = op 78 = 210 RESULT tag = 0 = 0 = 4 etime nentries err = 0

    [2015 07-28 T 12: 53:51.723 - 07:00] [oimext_server1] [NOTIFICATION] [] [oracle.iam.identity.usermgmt.impl.handlers.custom] [tid: [ASSETS].] [' ExecuteThread: ' 74 ' for queue: "(self-adjusting) weblogic.kernel.Default"] [username: xelsysadm] [ecid: 77744a889dde03de:77dc1a7d:14ec20555f9:-8000-000000000099b7c8, 0] [APP: IOM #11.1.2.0.0] [IDDM: 0000KvMCNcVEoIs6wjyWMG1Lgf5y00000k] compensate the method called in a process of running User Manager CREATE with process Id 498 509 and Event Id 3 658 306

    [2015 07-28 T 12: 53:51.763 - 07:00] [oimext_server1] [NOTIFICATION] [] [oracle.iam.platform.kernel.impl] [tid: [ASSETS].] [' ExecuteThread: ' 74 ' for queue: "(self-adjusting) weblogic.kernel.Default"] [userId: xelsysadm] [ecid: 77744a889dde03de:77dc1a7d:14ec20555f9:-8000-000000000099b7c8, 0] [APP: IOM #11.1.2.0.0] [IDDM: 0000KvMCNcVEoIs6wjyWMG1Lgf5y00000k] completed the orchestration with the result of the action - oracle.iam.platform.kernel.EventFailedException: IAM-3051103: failure of the create operation on the entity user at the point of action. :

    [2015 07-28 T 12: 53:51.775 - 07:00] [oimext_server1] [ERROR] [] [oracle.iam.request.impl] [tid: [ASSETS].] [' ExecuteThread: ' 74 ' for queue: "(self-adjusting) weblogic.kernel.Default"] [username: xelsysadm] [ecid: 77744a889dde03de:77dc1a7d:14ec20555f9:-8000-000000000099b7c8, 0] [APP: IOM #11.1.2.0.0] [IDDM: 0000KvMCNcVEoIs6wjyWMG1Lgf5y00000k] Orchestration process with id 498509, failed with the IAM-3051103 error message: failed to create operation on the entity user at the point of action. :.

    [2015 07-28 T 12: 53:51.784 - 07:00] [oimext_server1] [WARNING] [] [oracle.adf.controller.faces.lifecycle.Utils] [tid: [ASSETS].] [' ExecuteThread: ' 74 ' for queue: "(self-adjusting) weblogic.kernel.Default"] [userId: xelsysadm] [ecid: 77744a889dde03de:77dc1a7d:14ec20555f9:-8000-000000000099b7c8, 0] [APP: oracle.iam.console.identity.self-service.ear #V2.0] [IDDM: 0000KvMCNcVEoIs6wjyWMG1Lgf5y00000k] ADF: adding the following JSF error message: IAM-2050243: Orchestration process with id 498509, failed with the IAM-3051103 error message: failed to create operation on the entity user at the stage of the action... [[

    oracle.iam.ui.platform.exception.OIMRuntimeException: IAM-2050243: process of Orchestration with the id 498509, failed with the IAM-3051103 error message: failed to create operation on the entity user at the stage of the action...

    at oracle.iam.ui.platform.exception.OIMErrorHandler.reportServiceException(OIMErrorHandler.java:171)

    at oracle.iam.ui.platform.exception.OIMErrorHandler.reportException(OIMErrorHandler.java:65)

    at oracle.adf.model.binding.DCDataControl.reportException(DCDataControl.java:411)

    at oracle.adf.model.binding.DCBindingContainer.reportException(DCBindingContainer.java:424)

    at oracle.adf.model.binding.DCBindingContainer.reportException(DCBindingContainer.java:479)

    at oracle.adf.model.binding.DCControlBinding.reportException(DCControlBinding.java:201)

    at oracle.jbo.uicli.binding.JUCtrlActionBinding.reportException(JUCtrlActionBinding.java:2036)

    at oracle.jbo.uicli.binding.JUCtrlActionBinding.doIt(JUCtrlActionBinding.java:1680)

    at oracle.adf.model.binding.DCDataControl.invokeOperation(DCDataControl.java:2150)

    at oracle.jbo.uicli.binding.JUCtrlActionBinding.invoke(JUCtrlActionBinding.java:760)

    at oracle.adf.controller.v2.lifecycle.PageLifecycleImpl.executeEvent(PageLifecycleImpl.java:407)

    at oracle.adfinternal.view.faces.model.binding.FacesCtrlActionBinding._execute(FacesCtrlActionBinding.java:252)

    at oracle.adfinternal.view.faces.model.binding.FacesCtrlActionBinding.execute(FacesCtrlActionBinding.java:210)

    at oracle.iam.ui.platform.utils.FacesUtils.executeOperationBinding(FacesUtils.java:169)

    at oracle.iam.ui.platform.utils.FacesUtils.executeOperationBindingFromActionListener(FacesUtils.java:116)

    at oracle.iam.ui.catalog.view.backing.CartReqBean.submit(CartReqBean.java:980)

    at oracle.iam.ui.catalog.view.backing.CartReqBean.submitActionListener(CartReqBean.java:919)

    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 com.sun.el.parser.AstValue.invoke(AstValue.java:187)

    at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:297)

    at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1490)

    at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183)

    at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:181)

    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:104)

    to oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$ 1.run(ContextSwitchingComponent.java:93)

    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:371)

    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:97)

    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:98)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.broadcastEvents(LifecycleImpl.java:1086)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:434)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:207)

    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)

    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:227)

    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)

    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)

    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at oracle.help.web.rich.OHWFilter.doFilter (unknown Source)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at oracle.adf.view.page.editor.webapp.WebCenterComposerFilter.doFilter(WebCenterComposerFilter.java:117)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:128)

    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:446)

    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)

    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:446)

    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)

    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)

    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at oracle.iam.ui.platform.servletfilter.IdentityContextFilter.doFilter(IdentityContextFilter.java:50)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at oracle.iam.platform.servletfilter.PwdMgmtNavigationFilter.doFilter(PwdMgmtNavigationFilter.java:164)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at oracle.bpel.services.workflow.client.worklist.util.WorkflowFilter.doFilter(WorkflowFilter.java:175)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at oracle.bpel.services.workflow.client.worklist.util.DisableUrlSessionFilter.doFilter(DisableUrlSessionFilter.java:70)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:180)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:119)

    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324)

    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)

    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)

    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)

    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at oracle.security.wls.filter.SSOSessionSynchronizationFilter.doFilter(SSOSessionSynchronizationFilter.java:418)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at oracle.security.am.agent.wls.filters.OAMServletAuthenticationFilter.doFilter(OAMServletAuthenticationFilter.java:265)

    at oracle.security.am.agent.wls.filters.OAMValidationSystemFilter.doFilter(OAMValidationSystemFilter.java:133)

    at oracle.security.wls.oamagent.OAMAgentWrapperFilter.doFilter(OAMAgentWrapperFilter.java:120)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:163)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.wrapRun (WebAppServletContext.java:3730)

    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3696)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)

    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)

    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)

    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1485)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

    Thank you

    As IOM tablespace maxed out, we were receving a lot of mistakes. It was one of them.

    Thank you Anne for your contributions.

  • No emails sent by the IOM approval process

    Hello

    We have a problem with the mail notifications sent from the element of human task of a BPEL workflow approval in OIM 11 g R2 (SOA 11 g R1):

    On one of our circles of IOM, no approval notification is sent at all, even if they are correctly configured in the element of human task corresponds to the composite SOA. Notifications are sent correctly on another installation of the IOM that uses exactly the same composite.

    There is no trace of the IOM and SOA even try to send these messages, that they appear at all in the "State of the Message page" of the section of the mail Service of the Enterprise Manager user (not even in a "failed" State).

    We already checked:

    • AdminServer, SOAServer, OIMServer and area newspapers (they show no unusual)
    • The composites themselves (identical on both facilities)
    • The configuration of email from UMS driver (identical on both facilities)
    • The JpsContextName in the SDPMessagingServerConfig MBean and jps-config. XML (identical on both facilities)

    What are we missing that could be the cause of this problem?

    Thank you very much!

    Configure you the messaging part and turn notifications on the server SOA?

    In enterprise manager, right-click of your soa server instance, under Administration of SOA, select properties of Notification Workflow.  From there set the Notification Mode and the emails below.

    -Kevin

  • Unable to add host to the distributed virtual switch

    Hello

    I'm trying to add a host to a virtual switch distributed through API (ReconfigureDvs_Task).

    I'll put the following text:

    VMWareDVSConfigSpec - configVersion, host

    DistributedVirtualSwitchHostMemberConfigSpec - operation, host, support

    DistributedVirtualSwitchHostMemberPnicBacking - pnicSpec

    DistributedVirtualSwitchHostMemberPnicSpec - pnicDevice

    Reconfigre_DvsTask fails with the following error in vcenter:

    An error occurred during the configuration of the host. the exception (vim.fault.PlatformConfigFault)

    VCenter newspapers also have the following information about this error:

    [error 04244 "utilshostMethod"] [HostMethodDispatcher::ProcessTaskResult] The appeal [createDistributedVirtualSwitch] host [host-*] failed with the exception [vim.fault.PlatformConfigFault]

    [error 03856 opID 'operationhostOp' = a0963b99] [MoDVSwitch::SendHostMemberChangeToHostsInParallel] failed calling host dvs Manager (op = add): got [exception vim.fault.PlatformConfigFault:]

    -> (vim.fault.PlatformConfigFault) {}

    -> dynamicType = < unset >

    -> faultCause = (vmodl. NULL in MethodFault),

    -> faultMessage = (vmodl. [LocalizableMessage)

    -> (vmodl. LocalizableMessage) {}

    -> dynamicType = < unset >

    -> key = "com.vmware.esx.hostctl.default"

    -> arg = (vmodl. [KeyAnyValue)

    -> (vmodl. KeyAnyValue) {}

    -> dynamicType = < unset >

    -> key = "reason."

    -> value = "error Sysinfo on operation returned status: busy.» See the VMkernel detailed error information log. "

    -->             }

    -->          ],

    -> message = ' operation failed, the diagnostic report: error Sysinfo on operation returned status: busy.» See the VMkernel detailed error information log. "

    -->       }

    -->    ],

    -> text = ""

    -> msg = "an error occurred during the configuration of the host."

    ->}]

    Any help will be greatly appreciated.

    Thank you!

    try to add the host by using some unused network cards...

  • How to use the API of the IOM in Self Service identity custom region

    Hi all

    I developed a custom in Self Service identity using this guide area: customization of the Interface - 11 g Release 2 (11.1.2.1.0)

    Inside this area, I have a simple form that allows the creation of users. This form uses the API of the IOM, in particular the following line:

    UserManager usermgr = Platform.getService(UserManager.class);
    

    The error I got is:

    < error > < oracle.iam.platform.utils.SpringBeanFactory > < BEA-000000 > < parsin instantiation Spring Bean Factory Failed.IOExceptiong XML document resource path of class [META-INF/iam-spring-config. XML]; nested exception is java.io.FileNotFoundException: resource path of class [META-INF/AIm-spring-config.] XML] could not be opened because there is no >

    I use it because I think that I am inside the ISS. For this reason I don't want to use the client method to retrieve the UserManager (which obviously works):

            String ctxFactory = "weblogic.jndi.WLInitialContextFactory";
            String serverURL = "t3://" + HOSTNAME + ":" + PORT;
            
            Hashtable env = new Hashtable();
            env.put(OIMClient.JAVA_NAMING_FACTORY_INITIAL, ctxFactory);
            env.put(OIMClient.JAVA_NAMING_PROVIDER_URL, serverURL);
            
            OIMClient oimClient = new OIMClient(env);
            try {
                oimClient.login(OIM_USERNAME, OIM_PASSWORD.toCharArray());
            } catch(LoginException e) {
                e.printStackTrace();
            }
            UserManager usermgr = client.getService(UserManager.class);
    

    It is possible to use the UserManager methods in this case?

    Thanks in advance for your help.

    Manual

    Solved.

    Just replace

    UserManager usrmgr = Platform.getService(UserManager.class);
    

    with

    UserManager usermgr = OIMClientFactory.getUserManager();
    

    Manual

  • Is there a limit on the number of users to create in the IOM?

    Hello
    I created about 6000 users in IOM by using the method.
    "IOM now not allow me to create more users give all the" DOBJ. Error INSERT_FAILED Insert failed. ».

    Is there a limit on the number of users to create in the IOM?

    Any help please.

    Hello

    There is no limit to any number of users that can be created in the IOM, but maybe it's because the limitation in the database table space, just try increasing the table space.

    Concerning
    YMI

Maybe you are looking for