SUN ROLE MANAGER INSTALLATION HASSLE

I am installing Sun Role Manager 5.0 on Tomcat 6.0.2
I am facing context initialization error when i deploye rbacx.war filerbacx.log file's content is as shown below. (This log file gets created in log folder of the tomcat server after deployment)
12:19:34,289 ERROR [ContextLoader] Context initialization failedorg.springframework.beans.factory.BeanCreationException: Error creating bean with name 'certificationEventListener' defined in ServletContext resource [WEB-INF/idc-context.xml]: Cannot resolve reference to bean 'rbacxIDCService' while setting bean property 'rbacxIDCService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'rbacxIDCService' defined in ServletContext resource [WEB-INF/idc-context.xml]: Cannot resolve reference to bean 'rbacxIDWService' while setting bean property 'rbacxIDWService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'rbacxIDWService' defined in ServletContext resource [WEB-INF/idw-context.xml]: Cannot resolve reference to bean 'mLRbacxRoleMiningService' while setting bean property 'roleMiningService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mLRbacxRoleMiningService' defined in ServletContext resource [WEB-INF/rolemining-context.xml]: Cannot resolve reference to bean 'roleMiningServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'roleMiningServiceTarget' defined in ServletContext resource [WEB-INF/rolemining-context.xml]: Cannot create inner bean 'mLRbacxRoleMiningServiceImpl' of type [com.vaau.rbacx.rolemining.service.impl.MLRbacxRoleMiningServiceImpl] while setting bean property 'rbacxRoleMiningService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mLRbacxRoleMiningServiceImpl' defined in ServletContext resource [WEB-INF/rolemining-context.xml]: Cannot resolve reference to bean 'roleMiningConfigurationManager' while setting bean property 'roleMiningConfigurationManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'roleMiningConfigurationManager' defined in ServletContext resource [WEB-INF/rolemining-context.xml]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'normalize' threw exception; nested exception is com.thoughtworks.xstream.io.StreamException: : only whitespace content allowed before start tag and not \u0 (position: START_DOCUMENT seen \u0... @1:1)
     at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:275)
     at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:104)
     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1245)
     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1010)
     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:472)
     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
     at java.security.AccessController.doPrivileged(Native Method)
     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
     at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
     at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
     at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
     at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
     at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
     at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:308)
     at org.springframework.context.support.AbstractApplicationContext.getBeansOfType(AbstractApplicationContext.java:947)
     at org.springframework.context.support.AbstractApplicationContext.registerListeners(AbstractApplicationContext.java:701)
     at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:377)
     at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255)
     at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199)
     at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45)
     at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3934)
     at org.apache.catalina.core.StandardContext.start(StandardContext.java:4429)
     at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
     at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
     at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:526)
     at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:850)
     at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:724)
     at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:493)
     at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1206)
     at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:314)
     at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
     at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
     at org.apache.catalina.core.StandardHost.start(StandardHost.java:722)
     at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
     at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
     at org.apache.catalina.core.StandardService.start(StandardService.java:516)
     at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
     at org.apache.catalina.startup.Catalina.start(Catalina.java:583)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
     at java.lang.reflect.Method.invoke(Unknown Source)
     at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
     at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
Edited by: chhavi.saluja on Jan 25, 2010 2:35 AM

is com.thoughtworks.xstream.io.StreamException: : only whitespace content allowed before
start tag and not \u0 (position: START_DOCUMENT seen \u0... @1:1) Well, looks like one of these xml thingies is broken.

Similar Messages

  • Problem installing Sun Role Manager 5.0.3

    Hi All,
    I've set up Sun Role Manager 5.0.3 (The Oracle Identity Analytics branded version)
    I'm using Tomcat 5.5 and Oracle database 11.1.0.6
    The issue occurs during start up. I get a bunch of errors which I'll list below. It looks like a database connectivity problem but I am not exactly sure. I'm pretty sure my jdbc.properties file is correct, except maybe the password.
    Can anyone help work out what exactly is wrong here?
    Cheers,
    Charles
    errors listed:
    Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'quartzSchedulerFactoryBeanTarget' defined in ServletContext resource [WEB-INF/scheduling-context.xml]: Invocation of init method failed; nested exception is org.quartz.SchedulerConfigException: Failure occured during job recovery. [See nested exception: org.quartz.JobPersistenceException: Failed to obtain DB connection from data source 'springNonTxDataSource.quartzSchedulerFactoryBeanTarget': java.sql.SQLException: Connections could not be acquired from the underlying database! [See nested exception: java.sql.SQLException: Connections could not be acquired from the underlying database!]]
    Caused by: org.quartz.SchedulerConfigException: Failure occured during job recovery. [See nested exception: org.quartz.JobPersistenceException: Failed to obtain DB connection from data source 'springNonTxDataSource.quartzSchedulerFactoryBeanTarget': java.sql.SQLException: Connections could not be acquired from the underlying database! [See nested exception: java.sql.SQLException: Connections could not be acquired from the underlying database!]]
    Caused by: org.quartz.JobPersistenceException: Failed to obtain DB connection from data source 'springNonTxDataSource.quartzSchedulerFactoryBeanTarget': java.sql.SQLException: Connections could not be acquired from the underlying database! [See nested exception: java.sql.SQLException: Connections could not be acquired from the underlying database!]
    Caused by: java.sql.SQLException: Connections could not be acquired from the underlying database!
    Caused by: com.mchange.v2.resourcepool.CannotAcquireResourceException: A ResourcePool could not acquire a resource from its primary factory or source.
    Caused by: java.sql.SQLException: Connections could not be acquired from the underlying database!
         at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:106)
         at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool.checkoutPooledConnection(C3P0PooledConnectionPool.java:529)
         at com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource.getConnection(AbstractPoolBackedDataSource.java:128)
         at org.springframework.scheduling.quartz.LocalDataSourceJobStore$2.getConnection(LocalDataSourceJobStore.java:125)
         at org.quartz.utils.DBConnectionManager.getConnection(DBConnectionManager.java:112)
         at org.quartz.impl.jdbcjobstore.JobStoreCMT.getNonManagedTXConnection(JobStoreCMT.java:164)
         ... 200 more
    Caused by: com.mchange.v2.resourcepool.CannotAcquireResourceException: A ResourcePool could not acquire a resource from its primary factory or source.
         at com.mchange.v2.resourcepool.BasicResourcePool.awaitAvailable(BasicResourcePool.java:1319)
         at com.mchange.v2.resourcepool.BasicResourcePool.prelimCheckoutResource(BasicResourcePool.java:557)
         at com.mchange.v2.resourcepool.BasicResourcePool.checkoutResource(BasicResourcePool.java:477)
         at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool.checkoutPooledConnection(C3P0PooledConnectionPool.java:525)
         ... 204 more

    Hi,
    Make sure you have the correct URL setup in the jdbc.properties (MSSQL-specific) and make sure the database driver is within the Web-INF/lib folder. Make sure the DB server is running also
    Regards,
    Daniel

  • Need Sun Role Manager 5.0.3  Database Schema

    Hi All,
    Is there any link/document to understand the Sun Role Manager Database Schema? if yes, then please share the link/document.
    Regards,
    Sunny Ajmera

    Hi,
    Look into the Database Admin Guide in the below link
    http://wikis.sun.com/display/Srm503Docs/Database+Administrator%27s+Guide
    Regards,
    JK

  • Sun Federation Manager installation problem

    I'm trying to install Sun Federation Manager on a machine running RedHat Linux and Sun Application Server. The installation in itself appears to go ok, and the loginpage appears when i connect to http://x.x.x.x/federation The problem is when I try to login with the username and password, it only redirects back to the login page. It seems like it tries to go to AMAdminFrame, but gets redirected back. First I thought i didn't login correctly, but when I look in the amAuthentication.access file, it says that the login was correct.
    Has anyone else had this problem? I've tried with both 8.2 and 9 of the application server, and the problem is the same on both. All help would be appriciated.
    I've also tried with the Sun Webserver, but it threw an nullpointerexception on me. Does anyone have any ideas?

    Hello,
    When you create any user through SUN Access Manager, is that user is created in LDAP
    datastore, or is it created in SAM flat file repository ?

  • Sun Role manager question.

    Hi,
    1. Does Sun IDM 7.1 support SRM 5.0.3?
    2. Does Sun IDM 8.1 support SRM 4.1?
    I am not able to find this information anywhere. Please assist.
    Thanks,
    Santoshanand

    IDM is used for managing the identities (User). It manages the full cycle of user CREATE -> MODIFY - > DELETE
    Role Manager manages the entitlements of the target applications.
    Integration of both tools are required because if someone has 3k-5K-10K roles/entitlements then it is very difficult to manage through IDM. So we manage these through Role Manager (OIA). We can also generate reports and do certification on role through Role Manager.
    For detailed description, go through OIA docs.

  • Sun Role Manager 4.1 – WebLogic server not getting started

    We are using Sun RM 4.1, WebLogic 10.3
    In the recent past we are seeing a strange issue only in our production environment. When we wanted to restart the server, the server doesn’t come up at the first time, it fails will below listed errors, and when started second time it comes up.
    Any help is greatly appreciated!
    Error message:
    User defined listener org.springframework.web.context.ContextLoaderListener failed: java.lang.ClassCastException: java.lang.Class cannot be cast to java.lang.String.
    -AND-
    Unable to set the activation state to true for the application 'rbacx'
    Detailed Log:
    ####<Sep 26, 2011 8:53:19 PM EDT> <Info> <ServletContext-/rbacx> <srmprod> <SRM_MT_SRMPROD_7003> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1317084799663> <BEA-000000> <Initializing Spring root WebApplicationContext>
    ####<Sep 26, 2011 8:53:36 PM EDT> <Warning> <HTTP> <srmprod> <SRM_MT_SRMPROD_7003> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1317084816581> <BEA-101162> <*User defined listener org.springframework.web.context.ContextLoaderListener failed: java.lang.ClassCastException: java.lang.Class cannot be cast to java.lang.String.*
    java.lang.ClassCastException: java.lang.Class cannot be cast to java.lang.String
         at org.springframework.beans.factory.support.AbstractBeanDefinition.getBeanClassName(AbstractBeanDefinition.java:364)
         at org.springframework.beans.factory.support.AbstractBeanDefinition.resolveBeanClass(AbstractBeanDefinition.java:377)
         at org.springframework.beans.factory.support.AbstractBeanFactory.resolveBeanClass(AbstractBeanFactory.java:1135)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.predictBeanType(AbstractAutowireCapableBeanFactory.java:522)
         at org.springframework.beans.factory.support.AbstractBeanFactory.isFactoryBean(AbstractBeanFactory.java:1174)
         at org.springframework.beans.factory.support.AbstractBeanFactory.isFactoryBean(AbstractBeanFactory.java:754)
         at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:422)
         at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:729)
         at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:381)
         at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255)
         at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199)
         at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45)
         at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:465)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:175)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1784)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:2999)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1371)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:468)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:117)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:635)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
         at weblogic.application.internal.SingleModuleDeployment.activate(SingleModuleDeployment.java:16)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:162)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
         at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:196)
         at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:233)
         at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:173)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:89)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    ####<Sep 26, 2011 8:53:36 PM EDT> <Info> <Deployer> <srmprod> <SRM_MT_SRMPROD_7003> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1317084816585> <BEA-149059> <Module rbacx of application rbacx is transitioning from STATE_ADMIN to STATE_PREPARED on server SRM_MT_SRMPROD_7003.>
    ####<Sep 26, 2011 8:53:36 PM EDT> <Info> <ServletContext-/rbacx> <srmprod> <SRM_MT_SRMPROD_7003> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1317084816589> <BEA-000000> <Closing Spring root WebApplicationContext>
    ####<Sep 26, 2011 8:53:36 PM EDT> <Info> <ServletContext-/rbacx> <srmprod> <SRM_MT_SRMPROD_7003> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1317084816589> <BEA-000000> <Shutting down log4j>
    ####<Sep 26, 2011 8:53:36 PM EDT> <Info> <Deployer> <srmprod> <SRM_MT_SRMPROD_7003> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1317084816611> <BEA-149060> <Module rbacx of application rbacx successfully transitioned from STATE_ADMIN to STATE_PREPARED on server SRM_MT_SRMPROD_7003.>
    ####<Sep 26, 2011 8:53:36 PM EDT> <Error> <Deployer> <srmprod> <SRM_MT_SRMPROD_7003> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1317084816611> <BEA-149231> <*Unable to set the activation state to true for the application 'rbacx'.*
    weblogic.application.ModuleException:
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1373)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:468)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:117)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:635)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
         at weblogic.application.internal.SingleModuleDeployment.activate(SingleModuleDeployment.java:16)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:162)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
         at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:196)
         at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:233)
         at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:173)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:89)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    java.lang.ClassCastException: java.lang.Class cannot be cast to java.lang.String
         at org.springframework.beans.factory.support.AbstractBeanDefinition.getBeanClassName(AbstractBeanDefinition.java:364)
         at org.springframework.beans.factory.support.AbstractBeanDefinition.resolveBeanClass(AbstractBeanDefinition.java:377)
         at org.springframework.beans.factory.support.AbstractBeanFactory.resolveBeanClass(AbstractBeanFactory.java:1135)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.predictBeanType(AbstractAutowireCapableBeanFactory.java:522)
         at org.springframework.beans.factory.support.AbstractBeanFactory.isFactoryBean(AbstractBeanFactory.java:1174)
         at org.springframework.beans.factory.support.AbstractBeanFactory.isFactoryBean(AbstractBeanFactory.java:754)
         at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:422)
         at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:729)
         at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:381)
         at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255)
         at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199)
         at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45)
         at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:465)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:175)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1784)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:2999)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1371)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:468)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:117)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:635)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
         at weblogic.application.internal.SingleModuleDeployment.activate(SingleModuleDeployment.java:16)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:162)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
         at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:196)
         at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:233)
         at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:173)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:89)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    ####<Sep 26, 2011 8:53:36 PM EDT> <Info> <Deployer> <srmprod> <SRM_MT_SRMPROD_7003> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1317084816612> <BEA-149059> <Module rbacx of application rbacx is transitioning from STATE_PREPARED to STATE_NEW on server SRM_MT_SRMPROD_7003.>
    ####<Sep 26, 2011 8:53:36 PM EDT> <Info> <Deployer> <srmprod> <SRM_MT_SRMPROD_7003> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1317084816612> <BEA-149060> <Module rbacx of application rbacx successfully transitioned from STATE_PREPARED to STATE_NEW on server SRM_MT_SRMPROD_7003.>

    Thiago, Thanks for your response.
    For your 1st answer - this application is in production for couple of years and we are seeing this error only for past few days. do you still think it might be a deployment issue.
    For your 2nd Ans: this seems to be related to our env. can you give some more details on this as to what exactly needs to be done. sorry I've not worked much on WebLogic.
    Below is the exception stack trace i got from stdout log, please see if you get any clue out of this. this seems to be some class loader issue but i don't know the fix. I have also seen in different forums that this might be a defect in Quartz Scheduler. We are getting a NoClassDefFoundError but the specified class file is in WEB-INF\lib dir, and also the missing class file name in the error is different when each time this error occurs, in the sense, this time the error is com.vaau.rbacx.scheduling.executor.rme.RoleStatusAndMembershipMaintenanceJobExecutor not found and when we restarted the server next time it gives org/springframework/orm/ibatis/SqlMapClientTemplate$10 is not found and so on.
    Exception in thread "QuartzScheduler_Worker-2" java.lang.NoClassDefFoundError: com/vaau/rbacx/scheduling/executor/rme/RoleStatusAndMembershipMaintenanceJobExecutor
         at com.vaau.rbacx.scheduling.manager.providers.quartz.jobs.RoleStatusAndMembershipMaintenanceJob.getJobExecutor(RoleStatusAndMembershipMaintenanceJob.java:16)
         at com.vaau.rbacx.scheduling.manager.providers.quartz.jobs.AbstractQuartzJob.execute(AbstractQuartzJob.java:50)
         at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
         at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)
    Caused by: java.lang.ClassNotFoundException: com.vaau.rbacx.scheduling.executor.rme.RoleStatusAndMembershipMaintenanceJobExecutor
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:283)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:256)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:54)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:176)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.loadClass(ChangeAwareClassLoader.java:35)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
         ... 4 more
    Exception in thread "QuartzScheduler_Worker-3" java.lang.NoClassDefFoundError: com/vaau/rbacx/scheduling/executor/workflow/WorkflowSLAJobExecutor
         at com.vaau.rbacx.scheduling.manager.providers.quartz.jobs.WorkflowStepSLAJob.getJobExecutor(WorkflowStepSLAJob.java:17)
         at com.vaau.rbacx.scheduling.manager.providers.quartz.jobs.AbstractQuartzJob.execute(AbstractQuartzJob.java:50)
         at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
         at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)
    Caused by: java.lang.ClassNotFoundException: com.vaau.rbacx.scheduling.executor.workflow.WorkflowSLAJobExecutor
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:283)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:256)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:54)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:176)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.loadClass(ChangeAwareClassLoader.java:35)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
         ... 4 more
    Exception in thread "QuartzScheduler_Worker-0" java.lang.NoClassDefFoundError: com/vaau/rbacx/scheduling/executor/workflow/WorkflowSLAJobExecutor
         at com.vaau.rbacx.scheduling.manager.providers.quartz.jobs.WorkflowStepSLAJob.getJobExecutor(WorkflowStepSLAJob.java:17)
         at com.vaau.rbacx.scheduling.manager.providers.quartz.jobs.AbstractQuartzJob.execute(AbstractQuartzJob.java:50)
         at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
         at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)
    Exception in thread "QuartzScheduler_Worker-1" java.lang.NoClassDefFoundError: com/vaau/rbacx/scheduling/executor/workflow/WorkflowSLAJobExecutor
         at com.vaau.rbacx.scheduling.manager.providers.quartz.jobs.WorkflowStepSLAJob.getJobExecutor(WorkflowStepSLAJob.java:17)
         at com.vaau.rbacx.scheduling.manager.providers.quartz.jobs.AbstractQuartzJob.execute(AbstractQuartzJob.java:50)
         at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
         at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)
    Exception in thread "QuartzScheduler_Worker-4" java.lang.NoClassDefFoundError: com/vaau/rbacx/scheduling/executor/rme/RoleStatusAndMembershipMaintenanceJobExecutor
         at com.vaau.rbacx.scheduling.manager.providers.quartz.jobs.RoleStatusAndMembershipMaintenanceJob.getJobExecutor(RoleStatusAndMembershipMaintenanceJob.java:16)
         at com.vaau.rbacx.scheduling.manager.providers.quartz.jobs.AbstractQuartzJob.execute(AbstractQuartzJob.java:50)
         at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
         at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)

  • SUN Role Manager (SRM)(OIA) Oracle Identity Manager (OIM) Data Import Error

    Hi Team,
    Need ur help asap on following,
    I have integrated SRM - OIM and trying to import data. I'm getting following errors:
    ERROR [JBOSSLOGINHANDLER] Error in creating login context
    javax.security.auth.login.LoginException: unable to find LoginModule class: org.jboss.security.ClientLoginModule
    ERROR [ACCOUNTMANAGEMENT] Class/Method: tcUtilityFactory/tcUtilityFactory(Hashtable env, String psUserId, String psPassword) encounter some problems: javax.naming.NoInitialContextException: Cannot instantiate class: org.jnp.interfaces.NamingContextFactory [Root exception is java.lang.ClassNotFoundException: org.jnp.interfaces.NamingContextFactory]
    com.thortech.xl.security.tcLoginException: javax.naming.NoInitialContextException: Cannot instantiate class: org.jnp.interfaces.NamingContextFactory [Root exception is java.lang.ClassNotFoundException: org.jnp.interfaces.NamingContextFactory]
    ERROR [OIMIAMSolution] Error Connecting to OIM Server
    Thor.API.Exceptions.tcAPIException: com.thortech.xl.security.tcLoginException: javax.naming.NoInitialContextException: Cannot instantiate class: org.jnp.interfaces.NamingContextFactory [Root exception is java.lang.ClassNotFoundException: org.jnp.interfaces.NamingContextFactory]
    ERROR [OIMIAMSolution] Error Connecting to OIM Server : : Error Connecting to OIM Server  : com.thortech.xl.security.tcLoginException: javax.naming.NoInitialContextException: Cannot instantiate class: org.jnp.interfaces.NamingContextFactory [Root exception is java.lang.ClassNotFoundException: org.jnp.interfaces.NamingContextFactory]Please let me know solutions, if any.
    Thanks in advance.
    Cheers:
    Amar

    Following is the error in proper format:
    ERROR [JBOSSLOGINHANDLER] Error in creating login context
    javax.security.auth.login.LoginException: unable to find LoginModule class: org.jboss.security.ClientLoginModule
    ERROR [ACCOUNTMANAGEMENT] Class/Method: tcUtilityFactory/tcUtilityFactory(Hashtable env, String psUserId, String psPassword) encounter some problems: javax.naming.NoInitialContextException: Cannot instantiate class: org.jnp.interfaces.NamingContextFactory [Root exception is java.lang.ClassNotFoundException: org.jnp.interfaces.NamingContextFactory]
    com.thortech.xl.security.tcLoginException: javax.naming.NoInitialContextException: Cannot instantiate class: org.jnp.interfaces.NamingContextFactory [Root exception is java.lang.ClassNotFoundException: org.jnp.interfaces.NamingContextFactory]
    ERROR [OIMIAMSolution] Error Connecting to OIM Server
    Thor.API.Exceptions.tcAPIException: com.thortech.xl.security.tcLoginException: javax.naming.NoInitialContextException: Cannot instantiate class: org.jnp.interfaces.NamingContextFactory [Root exception is java.lang.ClassNotFoundException: org.jnp.interfaces.NamingContextFactory]
    ERROR [OIMIAMSolution] Error Connecting to OIM Server : : Error Connecting to OIM Server : com.thortech.xl.security.tcLoginException: javax.naming.NoInitialContextException: Cannot instantiate class: org.jnp.interfaces.NamingContextFactory [Root exception is java.lang.ClassNotFoundException: org.jnp.interfaces.NamingContextFactory]

  • Sun Role Manager v5.0.3 performance tuning on Apache Tomcat server

    hello everyone,
    We currently have SRM v4.1 in production running on Tomcat. This has major performance issues. A single page for app owner certfication takes approx 10 minutes to load. The current version is now being upgraded to 5.0.3 on Tomcat 6. Are there any new features/configurations available in SRM 5.0.3 for better performance (on tomcat)? Has anyone tried optimizing the performance of v5? Any server settings I need to look at? Any pointers will be highly helpful.

    Where's your database for this located? On the same server or another server? It is more likely the database than Glassfish being the weak and slow link here unless badly tuned GC is taking up all the CPU cycles.

  • Problems with the installation of Oracle Role Manager

    Hello everyone;
    I have a problem with the deployment of Jboss 4.05GA; just can not load the Role Manager Administrative Console (http://localhost:8080/ormconsole)
    Probe load the Jboss and that if I load the console this APPSERVER (http://localhost:8080)
    Also probe load the Role Manager Web UI and I had no problems (http://localhost:8080/webui)
    Use the method of installation Install Software Only then can make the integration with the IOM.
    Any suggestions for solving this problem.
    Part of the Log:
    14:17:02,953 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
    --- Incompletely deployed packages ---
    org.jboss.deployment.DeploymentInfo@40e1e159 { url=file:/C:/jboss-4.0.5.GA/serve
    r/default/deploy/server.ear }
    deployer: org.jboss.deployment.EARDeployer@873723
    status: Deployment FAILED reason: URL file:/C:/jboss-4.0.5.GA/server/default/t
    mp/deploy/tmp18940server.ear-contents/ormconsole-exp.war/ deployment failed
    state: FAILED
    watch: file:/C:/jboss-4.0.5.GA/server/default/deploy/server.ear
    altDD: null
    lastDeployed: 1228418189671
    lastModified: 1228418186515
    mbeans:
    --- MBeans waiting for other MBeans ---
    ObjectName: jboss.web.deployment:war=ormconsole.war,id=-1206236729
    State: FAILED
    Reason: org.jboss.deployment.DeploymentException: URL file:/C:/jboss-4.0.5.GA/
    server/default/tmp/deploy/tmp18940server.ear-contents/ormconsole-exp.war/ deploy
    ment failed
    --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
    ObjectName: jboss.web.deployment:war=ormconsole.war,id=-1206236729
    State: FAILED
    Reason: org.jboss.deployment.DeploymentException: URL file:/C:/jboss-4.0.5.GA/
    server/default/tmp/deploy/tmp18940server.ear-contents/ormconsole-exp.war/ deploy
    ment failed
    14:17:03,281 INFO [Http11BaseProtocol] Starting Coyote HTTP/1.1 on http-0.0.0.0
    -8080
    14:17:03,718 INFO [ChannelSocket] JK: ajp13 listening on /0.0.0.0:8009
    14:17:03,781 INFO [JkMain] Jk running ID=0 time=0/94 config=null
    14:17:04,015 INFO [Server] JBoss (MX MicroKernel) [4.0.5.GA (build: CVSTag=Bran
    ch_4_0 date=200610162339)] Started in 1m:35s:859ms
    Thank you

    HI JLK,
    i think i have solved the problem. Try to install the Oracle Role Manager with the installer and select the "Install Software and Configure" and install the "Standard Model" to the Database. Don't deploy the standard.car file.
    I hope i could help you.
    Thomas

  • Integrate IdM roles with Sun Access Manager roles

    Hi all,
    I am currently working on a solution involving Sun Identity Manager 7.1 and Sun Access Manager 7.1 as well. We use AM for overall authentication and SSO across the application, and IdM for user provisioning.
    I need to create roles in Identity Manager, and I would like that when I assign a role to a user in Identity Manager, he gets the same role in my Access Manager repository (Sun LDAP). Identity Manager does provide a way to set attribute values in resources when a role is set. Access Manager on the other hand has both dynamic roles, based on an LDAP search, and static roles.
    What are the important differences between static and dynamic roles in AM?
    Does anybody know a good way to propagate roles from Identity Manager to Access Manager?
    Thanks.

    I found answers to my question. I succeeded in setting the Access Manager role from Identity Manager using the nsRoleDN attribute. Here are some references to begin with:
    About directory server roles:
    http://docs.sun.com/app/docs/doc/820-2493/fvbrn?a=view
    Forum thread reference:
    http://forums.sun.com/thread.jspa?threadID=5208694
    Here are roughly the steps I followed to get this working.
    Access Manager roles setup:
    1. In Access Manager, create a new static role named test_role under the identities realm (in Subjects > Role).
    Identity Manager roles setup:
    1. Create a new role in Identity Manager: tab Roles, click New....
    2. Assign the LDAP resource to synchronize the role with.
    3. On the Assigned Resources line, click the Set Attributes Values button. This shows up the attributes listing allowing you to bind your IdM role to your LDAP repository.
    4. Set the attribute nsRoleDN to the LDAP DN of the role that was created in AM (nsRoleDN must be added in the resource attributes mapping before).
    * In the column Value override, select Text.
    * In the column How to set, select Authoritative merge with value, clear existing. (* See IDM Admin guide about this setting, I am still not sure how it reacts with multi-value attributes)
    * In the text box, enter the role DN text (ex: cn=test_role,dc=com).
    5. Save the role. You can now add the role to a user.

  • How to installl sun access manager in windows xp

    Hi,
    Can any one guide me how to install sun access managment in windows xp. I have downloaded access managment 7.x version i didnt find any installation shield nor exe file to install. More over i didnt find any document regarding installation for sun access managnement.
    Can any one please suggest me the good document for installationa and configuring the sun access managment and realted pdf's.
    regards
    ravi

    I found the directory with java.exe on my XP client. After updating my Path and then typing 'java -versions' I still see a 'java not found message'. No problem though - a README.TXT says that I have JRE 1.1.7B.
    One final question - a co-worker who also has XP just starting seeing a pop-up window saying 'Runtime' error when running a Java applet. His java.exe is in a path that includes the sub-directory 'JRE' On my XP client, java.exe is in a path which includes a 'JRE11' sub-directory. We therefore seem to have different versions of the JRE. Since I don't see the Runtime error when running the same applet, should my co-worker try upgrading his JRE?
    Thank you.

  • Oracle VM 3 Manager installation hangs Step 8 of 9 on Weblogic error

    Hi all,
    I am installing Oracle VM 3.0.3 Manager component for Oracle VM on RHEL 5.5 64 bit Linux OS platform.
    1) The installation hangs on the following step
    Step 6 of 9 : Oracle VM ...
    Retrieving Oracle VM Manager Application ...
    Extracting Oracle VM Manager Application ...
    Installing Oracle VM Manager Core ...
    Step 7 of 9 : Domain creation ...
    Creating Oracle WebLogic Server domain ...
    Starting Oracle WebLogic Server 11g ...
    Configuring data source 'OVMDS' ...
    Creating Oracle VM Manager user 'admin' ...
    Step 8 of 9 : Deploy ...
    Deploying Oracle VM Manager Core container ...
    2) Reviewing the OVM 3.0.3 Manager installation logs shows the following errors:
    Initializing WebLogic Scripting Tool (WLST) ...
    Welcome to WebLogic Server Administration Scripting Shell
    Type help() for help on available commands
    Connecting to t3://localhost:7001 with userid weblogic ...
    Successfully connected to Admin Server 'AdminServer' that belongs to domain 'base_adf_domain'.
    Warning: An insecure protocol was used to connect to the
    server. To ensure on-the-wire security, the SSL port or
    Admin port should be used instead.
    Location changed to edit tree. This is a writable tree with
    DomainMBean as the root. To make changes you will need to start
    an edit session via startEdit().
    For more help, use help(edit)
    Connecting to t3://localhost:7001 with userid weblogic ...
    Successfully connected to Admin Server 'AdminServer' that belongs to domain 'base_adf_domain'.
    Warning: An insecure protocol was used to connect to the
    server. To ensure on-the-wire security, the SSL port or
    Admin port should be used instead.
    Location changed to edit tree. This is a writable tree with
    DomainMBean as the root. To make changes you will need to start
    an edit session via startEdit().
    For more help, use help(edit)
    Starting an edit session ...
    Started edit session, please be sure to save and activate your
    changes once you are done.
    Saving all your changes ...
    Saved all your changes successfully.
    Activating all your changes, this may take a while ...
    The edit lock associated with this edit session is released
    BUILD FAILED
    weblogic.Deployer$DeployerException: weblogic.deploy.api.tools.deployer.DeployerException: Task 0 failed: [Deployer:149026]deploy application ovm_core on AdminServer.
    Target state: deploy failed on Server AdminServer
    java.lang.Exception: [DeploymentService:290051]The commit message for the deployment '1,331,919,570,897' could not be completed because the deployment timed out.
    at weblogic.deploy.service.internal.adminserver.AdminRequestStatus.signalCommitFailed(AdminRequestStatus.java:1007)
    at weblogic.deploy.service.internal.statemachines.adminserver.AwaitingCommitResponses.requestTimedOut(AwaitingCommitResponses.java:42)
    at weblogic.deploy.service.internal.adminserver.AdminRequestImpl.requestTimedout(AdminRequestImpl.java:354)
    at weblogic.deploy.service.internal.RequestImpl$TimeoutMonitor.timerExpired(RequestImpl.java:242)
    at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
    3) Previous weblogic errors that caused the OVM 3.0.3 Manager installation to hang and fail:
    Your environment has been set.
    Initializing WebLogic Scripting Tool (WLST) ...
    Welcome to WebLogic Server Administration Scripting Shell
    Type help() for help on available commands
    user: weblogic
    timeout: 300
    Connecting to t3://localhost:7001 with userid weblogic ...
    This Exception occurred at Fri Mar 16 10:33:13 PDT 2012.
    Connecting to t3://localhost:7001 with userid weblogic ...
    This Exception occurred at Fri Mar 16 10:34:27 PDT 2012.
    Connecting to t3://localhost:7001 with userid weblogic ...
    Successfully connected to Admin Server 'AdminServer' that belongs to domain 'base_adf_domain'.
    Warning: An insecure protocol was used to connect to the
    server. To ensure on-the-wire security, the SSL port or
    Admin port should be used instead.
    Location changed to domainRuntime tree. This is a read-only tree with DomainMBean as the root.
    For more help, use help(domainRuntime)
    Current status is RUNNING
    Disconnected from weblogic server: AdminServer
    03-16 10:34 system.process DEBUG system.process.run stderr:
    javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3://localhost:7001: Destination unreachable; nested exception is:
            java.net.ConnectException: Connection refused; No available router to destination]
    at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:40)
    at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:788)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:366)
    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)
    at javax.naming.InitialContext.<init>(InitialContext.java:197)
    at weblogic.management.scripting.WLSTHelper.populateInitialContext(WLSTHelper.java:520)
    at weblogic.management.scripting.WLSTHelper.initDeprecatedConnection(WLSTHelper.java:573)
    at weblogic.management.scripting.WLSTHelper.initConnections(WLSTHelper.java:313)
    at weblogic.management.scripting.WLSTHelper.connect(WLSTHelper.java:203)
    at weblogic.management.scripting.WLScriptContext.connect(WLScriptContext.java:61)
    at weblogic.management.scripting.utils.WLSTUtil.initializeOnlineWLST(WLSTUtil.java:147)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    Any ideas how to resolve these issues so that I can successfully install OVM 3.0.3 Manager?

    Issue resolved had to disable Linux firewall

  • Error in oim Role creation using Role Manager Service API from Standalone Java client

    Hi,
      Facing the following error when trying to create Role using Role Manager Service API from a standalone java client .
    Tried with the solution of changing ,
    Login into the Web Logic Admin Console --> Servers --> OIM Server --> Protocols --> Modify the Maximum Message from 100000000 to 1000000000, but still the problem persists.
    Exception in thread "main" org.omg.CORBA.BAD_PARAM:   vmcid: 0x0  minor code: 0  completed: No
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    at java.lang.Class.newInstance0(Unknown Source)
    at java.lang.Class.newInstance(Unknown Source)
    at com.sun.corba.se.impl.protocol.giopmsgheaders.MessageBase.getSystemException(Unknown Source)
    at com.sun.corba.se.impl.protocol.giopmsgheaders.ReplyMessage_1_2.getSystemException(Unknown Source)
    at com.sun.corba.se.impl.protocol.CorbaMessageMediatorImpl.getSystemExceptionReply(Unknown Source)
    at com.sun.corba.se.impl.protocol.CorbaClientRequestDispatcherImpl.processResponse(Unknown Source)
    at com.sun.corba.se.impl.protocol.CorbaClientRequestDispatcherImpl.marshalingComplete(Unknown Source)
    at com.sun.corba.se.impl.protocol.CorbaClientDelegateImpl.invoke(Unknown Source)
    at org.omg.CORBA.portable.ObjectImpl._invoke(Unknown Source)
    at com.sun.org.omg.SendingContext._CodeBaseStub.meta(Unknown Source)
    at com.sun.corba.se.impl.encoding.CachedCodeBase.meta(Unknown Source)
    at com.sun.corba.se.impl.io.IIOPInputStream.getOrderedDescriptions(Unknown Source)
    at com.sun.corba.se.impl.io.IIOPInputStream.inputObjectUsingFVD(Unknown Source)
    at com.sun.corba.se.impl.io.IIOPInputStream.simpleReadObject(Unknown Source)
    at com.sun.corba.se.impl.io.ValueHandlerImpl.readValueInternal(Unknown Source)
    at com.sun.corba.se.impl.io.ValueHandlerImpl.readValue(Unknown Source)
    at com.sun.corba.se.impl.encoding.CDRInputStream_1_0.read_value(Unknown Source)
    at com.sun.corba.se.impl.encoding.CDRInputStream.read_value(Unknown Source)
    at oracle.iam.identity.rolemgmt.api._RoleManager_ogut7n_RoleManagerRemoteRIntf_Stub.createx(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at weblogic.ejb.container.internal.RemoteBusinessIntfProxy.invoke(RemoteBusinessIntfProxy.java:85)
    at $Proxy2.createx(Unknown Source)
    at oracle.iam.identity.rolemgmt.api.RoleManagerDelegate.create(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at Thor.API.Base.SecurityInvocationHandler$1.run(SecurityInvocationHandler.java:68)
    at weblogic.security.subject.SubjectProxy.doAs(SubjectProxy.java:64)
    at weblogic.security.subject.SubjectManager.runAs(SubjectManager.java:262)
    at weblogic.security.Security.runAs(Security.java:48)
    at Thor.API.Security.LoginHandler.weblogicLoginSession.runAs(weblogicLoginSession.java:52)
    at Thor.API.Base.SecurityInvocationHandler.invoke(SecurityInvocationHandler.java:79)
    at $Proxy3.create(Unknown Source)
    at com.idm.role.CreateRole.createRole(CreateRole.java:113)
    at com.idm.role.CreateRole.main(CreateRole.java:167)
    Thanks In Advance

    Hi , I have used OIM 11g  R2.
    Please find below the code we have used,
    package com.idm.role;
    import java.util.HashMap;
    import java.util.HashSet;
    import java.util.Hashtable;
    import java.util.Iterator;
    import java.util.Set;
    import java.util.logging.Logger;
    import javax.security.auth.login.LoginException;
    import oracle.iam.identity.exception.NoSuchRoleException;
    import oracle.iam.identity.exception.RoleAlreadyExistsException;
    import oracle.iam.identity.exception.RoleCreateException;
    import oracle.iam.identity.exception.RoleLookupException;
    import oracle.iam.identity.exception.RoleModifyException;
    import oracle.iam.identity.exception.SearchKeyNotUniqueException;
    import oracle.iam.identity.exception.ValidationFailedException;
    import oracle.iam.identity.rolemgmt.api.RoleManager;
    import oracle.iam.identity.rolemgmt.api.RoleManagerConstants;
    import oracle.iam.identity.rolemgmt.vo.Role;
    import oracle.iam.platform.OIMClient;
    import oracle.iam.platform.authz.exception.AccessDeniedException;
    public class CreateRole {
    private final static Logger LOGGER = Logger.getLogger(CreateRole.class .getName());
    OIMClient oimClient = null;
    public OIMClient connectToOIM() {
      LOGGER.info("In connectToOIM ");
      Hashtable env = new Hashtable();
      env.put(OIMClient.JAVA_NAMING_FACTORY_INITIAL,
        "weblogic.jndi.WLInitialContextFactory");
      env.put(OIMClient.JAVA_NAMING_PROVIDER_URL,
        "t3://V-hydidm1.itig.co.in:14000");
      System.setProperty("java.security.auth.login.config",
        "F:\\Projects\\IDM\\Team\\Env_setup\\OIM_Setup\\designconsole\\config\\authwl.conf");
      System.setProperty("java.security.policy",
        "F:\\Projects\\IDM\\Team\\Env_setup\\OIM_Setup\\designconsole\\config\\xl.policy");
      System.setProperty("OIM.AppServerType", "wls");
      System.setProperty("APPSERVER_TYPE", "wls");
      System.setProperty("weblogic.Name", "oim_server1");
      oimClient = new OIMClient(env);
      try {
       oimClient.login("xelsysadm", "Passw0rd".toCharArray());
      } catch (LoginException e) {
       e.printStackTrace();
      System.out.println("Connected");
      return oimClient;
    public void readRoleMetadata() {
      LOGGER.info("in readRoleMetadata ");
      RoleManager roleManagerService = oimClient
        .getService(RoleManager.class);
      try {
       Role roleVo = roleManagerService.getDetails(
         RoleManagerConstants.ROLE_DISPLAY_NAME, "API Role1", null);
       Set attributeNameSet = roleVo.getAttributeNames();
       Iterator it = attributeNameSet.iterator();
       while (it.hasNext()) {
        System.out.println("Attribute Name :: " + it.next());
       // roleVo.setAttribute("ADentitlements", "Security Admin access");
       String adEntitlements = "" + roleVo.getAttribute("ADentitlements");
       System.out.println("AD Entitlements :: " + adEntitlements);
       System.out.println("DB Entitlements :: " + ""
         + roleVo.getAttribute("DBEntitlements"));
       System.out.println("Unix Entitlements :: " + ""
         + roleVo.getAttribute("UnixWindows"));
       System.out.println("VPN :: " + "" + roleVo.getAttribute("VPN"));
      } catch (SearchKeyNotUniqueException e) {
       e.printStackTrace();
      } catch (NoSuchRoleException e) {
       e.printStackTrace();
      } catch (RoleLookupException e) {
       e.printStackTrace();
      } catch (AccessDeniedException e) {
       e.printStackTrace();
    public void createRole() {
      LOGGER.info(" in Create role ");
      RoleManager roleManagerService = oimClient
        .getService(RoleManager.class);
      HashMap<String, Object> roleCreationAttrMap = new HashMap<String, Object>();
      roleCreationAttrMap.put(RoleManagerConstants.ROLE_NAME, "API Role1");
      roleCreationAttrMap.put(RoleManagerConstants.ROLE_DESCRIPTION,
        "This Role is created using API Role1");
      roleCreationAttrMap.put(RoleManagerConstants.ROLE_DISPLAY_NAME,
        "API Role1");
      roleCreationAttrMap.put("ADentitlements", "API Role1 AD Entitlements");
      roleCreationAttrMap.put("DBEntitlements", "API Role1 DB Entitlements");
      roleCreationAttrMap.put("VPN", "No");
      roleCreationAttrMap.put("UnixWindows", "API Role1 Unix Entitlements");
      Role roleVo = new Role(roleCreationAttrMap);
      try {
       System.out.println(" Before Create role *********************************************");
       roleManagerService.create(roleVo);
       System.out.println("Role Created .. ");
      } catch (ValidationFailedException e) {
       e.printStackTrace();
      } catch (RoleAlreadyExistsException e) {
       e.printStackTrace();
      } catch (RoleCreateException e) {
       e.printStackTrace();
      } catch (AccessDeniedException e) {
       e.printStackTrace();
    public void modifyRole() {
      LOGGER.info(" in modifyRole ");
      RoleManager roleManagerService = oimClient
        .getService(RoleManager.class);
      Role roleVo;
      try {
       roleVo = roleManagerService.getDetails(
         RoleManagerConstants.ROLE_DISPLAY_NAME, "API Role1", null);
       String roleKey = roleVo.getEntityId();
       HashMap<String, Object> roleCreationAttrMap = new HashMap<String, Object>();
       roleCreationAttrMap.put("ADentitlements",
         "Updated API Role1 AD Entitlements");
       Set roleKeySet = new HashSet<String>();
       roleKeySet.add(roleKey);
       Role roleVoNew = new Role(roleCreationAttrMap);
       roleManagerService.modify(roleKeySet, roleVoNew);
       System.out.println("Role Modified ..");
      } catch (SearchKeyNotUniqueException e) {
       e.printStackTrace();
      } catch (NoSuchRoleException e) {
       e.printStackTrace();
      } catch (RoleLookupException e) {
       e.printStackTrace();
      } catch (AccessDeniedException e) {
       e.printStackTrace();
      } catch (ValidationFailedException e) {
       e.printStackTrace();
      } catch (RoleModifyException e) {
       e.printStackTrace();
    public static void main(String args[]) {
      CreateRole miscObj = new CreateRole();
      miscObj.connectToOIM();
      miscObj.createRole();
      //miscObj.readRoleMetadata();
    Thanks In Advance .

  • Sun Update Manager no connectivity on Solaris 10 x86

    I just installed Solaris 10 on x86 platform. I allso need to install all kind of patches but Sun Update Manager gives error message:
    Error: Unable to download document: "collection/default" Unknown host (username) connection to https://getupdates1.sun.com/solaris/
    and nothing happes...i cant check for updates. How can get sun service plan free of charge? i heard some patches are free of charge.
    Please help!
    Thank You!

    By accident, I found out that the graphics settings are remembered apparently only if a plug-and-play monitor is present (that reports its properties to the graphics adapter).
    Also, during installation, be sure to watch the screen at all times. The "kdmconfig" program is apparently run also during installation. There's a 4-second window (quite at the beginning of the installation) to view the graphics properties as detected by the installer. As soon as you see this screen, hit the SPACE key to stop the timer, then verify the settings if they match your monitor and graphics adapter type. If you have the manuals of these, it's easy to figure out if the settings are appropriate. Hit ESC to start kdmconfig, it'll go right into the XSun configuration (which is used ONLY by the installer with my version of Solaris 10). The installer automatically creates a XOrg configuration and switches to XOrg after reboot (if all went well).
    After successful installation of Solaris 10 (when the graphical subsystem is working), you can run "xorgconfig" (in the X binary directory) to create a "xorg.conf" file that you can place in "/etc/X11/" directory. I'm not sure if the file is actually parsed, but you can edit it to change settings if necessary.
    (BTW, it would be a good idea if "kdmconfig" would allow users to enter their own maximum/minimum/fixed horizontal and vertical frequencies, edit the mode table and set +/- hsync/vsync and interlace flags, and edit a monitor setting detected automatically. I was close to hair-pulling a couple of times. Also, the installer doesn't seem to save changes to the monitor setting.)

  • Smpatch and Sun Update Manager BROKEN - Solaris 10 Sparc

    Since the installation of patch 121118-12, smpatch and Sun Update Manager (SUM) 1.0.9 are completely broken for myself and many, many other Solaris 10 users. Numerous significant bugs are listed in the release notes for the client:
    http://www.sun.com/bigadmin/features/hub_articles/sc_update_rn.jsp
    smpatch analyze and download seems to work, but the system completely hangs on smpatch update, every time. During the hang, smpatch/SUM-related processes are duplicated. This is not mentioned in the release notes.
    Here is the results of "ps -ef | grep patch" when smpatch update hangs upon patch install:
    username 1365 1 0 18:39:38 ? 0:10 /usr/bin/java -jar /usr/lib/patch/swupna.jar
    root 2305 2275 0 18:48:05 ? 0:00 /usr/bin/java -Djava.library.path=/usr/lib/cc-ccr/lib com.sun.patchpro.cli.Patc
    root 2270 2261 0 18:45:34 ? 0:00 smpatch update -i 120222-18 -i 119115-28 -i 119090-24 -i 120099-08 -C patchpro.
    username 1061 1055 0 18:33:40 ? 2:34 /usr/bin/java -client -jar /usr/lib/patch/swupdate.jar
    root 1072 1061 0 18:33:57 ? 0:00 sh -c /usr/lib/patch/csm
    root 1073 1072 0 18:34:01 ? 0:00 /usr/lib/patch/csm
    root 2261 1073 0 18:45:33 ? 0:00 smpatch update -i 120222-18 -i 119115-28 -i 119090-24 -i 120099-08 -C patchpro.
    root 2275 2266 0 18:45:34 ? 1:20 /usr/bin/java -Djava.library.path=/usr/lib/cc-ccr/lib com.sun.patchpro.cli.Patc
    Note the duplicated smpatch and java processes. This is a networked, stand-alone system. Killing the secondary smpatch and java -Djava.lib... processes stops the hang, but always results in installation failure for at least one patch.
    Other than "killing hung processes and retry" as given in the release notes (bogus), what are good workarounds for the smpatch bug(s), which have severely impacted my system? When will Sun release a new SUM client? The current version is completely hosed.

    Thank you VERY much for your reply. I really appreciate your help.
    Yes, smpatch works fine without patch 121118-12 installed (121118-10 is now my current smpatch level).
    Here are the results of showrev -p:
    Patch: 118367-04 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 118371-07 Obsoletes: 119265-02 Requires: Incompatibles: Packages: SUNWcsu, SUNWcsl, SUNWtoo
    Patch: 118373-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 118872-04 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 118918-22 Obsoletes: 116781-02, 121473-01, 121476-01, 121478-01, 121282-02, 121284-02, 121292-01, 121786-01, 119012-03, 123444-01 Requires: Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWcsl, SUNWcnetr, SUNWckr, SUNWcar, SUNWcakr, SUNWhea, SUNWcslr, SUNWmdb, SUNWmdbr
    Patch: 119042-10 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWcsd, SUNWtnamr, SUNWkrbr, SUNWtnetr, SUNWocfr, SUNWvolr, SUNWnfscr, SUNWgssc, SUNWpmr, SUNWnisr, SUNWzoner, SUNWmdr, SUNWbsr, SUNWatfsr, SUNWcnsr, SUNWpcr, SUNWpsr, SUNWnfssr, SUNWntpr, SUNWpiclr, SUNWftpr, SUNWrcapr, SUNWrcmdr, SUNWslpr, SUNWsndmr, SUNWsshdr
    Patch: 119573-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 119574-02 Obsoletes: 119267-01 Requires: Incompatibles: Packages: SUNWcsu
    Patch: 119578-30 Obsoletes: 119330-01, 119331-01, 119559-01, 119576-01, 120635-02, 122396-01 Requires: Incompatibles: Packages: SUNWcsu, SUNWcsl, SUNWckr, SUNWhea, SUNWfmd, SUNWarc
    Patch: 119824-02 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 120044-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 120050-04 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 120062-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu, SUNWloc
    Patch: 120128-02 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu, SUNWxcu6
    Patch: 120618-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 120737-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 120816-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu, SUNWesu, SUNWxcu4
    Patch: 120830-05 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu, SUNWtoo, SUNWxcu4, SUNWxcu6
    Patch: 120845-03 Obsoletes: 121905-01, 123354-03 Requires: Incompatibles: Packages: SUNWcsu, SUNWcsl, SUNWhea
    Patch: 120988-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 121002-03 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 121012-02 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 121132-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 121215-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 121288-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 121296-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 121406-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 121901-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 122032-02 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 122183-02 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 122412-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 122513-02 Obsoletes: 122328-01 Requires: Incompatibles: Packages: SUNWcsu
    Patch: 123015-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 123017-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 123194-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 123319-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 123322-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 123326-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu, SUNWxcu4
    Patch: 123328-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu, SUNWxcu4, SUNWxcu6
    Patch: 123520-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu, SUNWxcu4
    Patch: 124325-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 121453-02 Obsoletes: 120776-03, 121086-02, 119107-07 Requires: 119574-02, 119254-06 Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWccccrr, SUNWccccr, SUNWccfw, SUNWccsign, SUNWcctpx, SUNWccinv, SUNWcsmauth, SUNWppror, SUNWpprou, SUNWupdatemgrr, SUNWupdatemgru, SUNWswupcl, SUNWccccfg, SUNWccfwctrl, SUNWppro-plugin-sunos-base
    Patch: 118833-33 Obsoletes: 118822-30, 118348-01, 118868-01, 120996-02, 121298-01, 119712-04, 119852-03, 119943-01, 119984-03, 120052-03, 120196-02, 121000-05, 117170-01, 117461-08, 118370-04, 118375-07, 118852-07, 118874-02, 118911-01, 118913-02, 118927-02, 118996-04, 119216-02, 119218-02, 119374-13, 119444-03, 119557-09, 119568-02, 119569-02, 119572-01, 119596-03, 119681-08, 119687-02, 119689-08, 119715-10, 119828-05, 119939-01, 119941-03, 119992-02, 119994-01, 119996-01, 120009-01, 120030-03, 120034-01, 120054-02, 120083-01, 120251-02, 120254-03, 120258-02, 120300-01, 120362-02, 120627-01, 121237-01, 121266-01, 121268-01, 121276-03, 121280-01, 121301-02, 121777-01, 121784-01, 121788-02, 121790-01, 121792-01, 121794-02, 121796-01, 121798-01, 121800-01, 121802-01, 121804-01, 121806-01, 121808-01, 121810-01, 121812-01, 121814-01, 121816-01, 121818-01, 121820-01, 121822-01, 121824-01, 121826-01, 121832-01, 121834-01, 121836-01, 121838-01, 121840-01, 121842-01, 121844-01, 121846-01, 121848-01, 121850-01, 121852-01, 121854-01, 121894-01, 122079-01, 122081-01, 122176-01, 122235-01, 122237-02, 122241-01, 122242-01, 122243-01, 122294-01, 122296-01, 122298-01, 122302-01, 122304-01, 122306-01, 122314-01, 122316-01, 122318-01, 122320-01, 122322-01, 122324-01, 122334-01, 122336-01, 122338-01, 122339-01, 122342-01, 122344-01, 122346-01, 122348-01, 122350-01, 122644-01, 120661-04, 121694-01, 118346-05, 118812-03, 118857-01, 118920-02, 119562-01, 119571-01, 119587-01, 120467-05, 121782-01, 123950-02, 118915-01, 119560-02, 119561-03, 119333-01, 119582-04, 122333-01, 122364-01, 122366-01, 122368-01, 122370-01, 122372-01, 122374-01, 122378-01, 122380-01, 122382-01, 122384-01, 122386-01, 122392-01, 119850-22, 119982-05, 120036-07, 120253-03, 120664-01, 120844-01, 121236-02, 121693-03, 122027-08, 122215-01, 122253-01, 122388-01, 122406-01, 122523-03, 122539-06, 122650-02, 122750-01, 123302-01, 123320-01, 123352-05, 123524-01, 122394-01, 122519-01, 122652-04, 123336-01, 120198-05, 121302-01, 122195-03, 122648-02, 122856-03, 123066-01, 123304-02, 123442-02, 123522-01, 123914-02, 123952-01, 124282-01, 118548-01, 118550-04, 119719-01, 119205-03, 119207-02, 119564-01, 119215-02, 119334-02, 119566-01, 119831-01, 119682-02, 118859-01, 118992-03, 119858-02, 120197-01, 118850-03, 119589-03, 118551-03, 118835-04, 118846-02, 118923-04, 119075-14, 119577-01, 119683-02, 119832-02, 119945-02, 119951-01, 119949-02, 119983-01, 119990-01, 120017-02, 120302-01, 120304-05, 119947-02, 120066-01, 118553-04, 119591-03, 119979-01, 120537-05, 120013-02, 120471-02, 124206-02 Requires: 118918-13, 119254-14, 119578-15, 119578-24 Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWcsl, SUNWcnetr, SUNWckr, SUNWkvm, SUNWcar, SUNWcakr, SUNWcsd, SUNWesu, SUNWkrbr, SUNWkrbu, SUNWtoo, SUNWib, SUNWipoib, SUNWtavor, SUNWudapltu, SUNWudapltr, SUNWudfr, SUNWaudd, SUNWusb, SUNWusbs, SUNWuedg, SUNWugen, SUNWuksp, SUNWopenssl-libraries, SUNWwbsup, SUNWuprl, SUNWusbu, SUNWvolr, SUNWnfsckr, SUNWnfscr, SUNWnfscu, SUNWvolu, SUNWrcmdc, SUNWscpu, SUNWxcu4, SUNWxge, SUNWxcu6, SUNWsmapi, SUNWnisu, SUNWmdr, SUNWmdu, SUNWcpr, SUNWhea, SUNWpiclu, SUNWses, SUNWssad, SUNWcslr, SUNWnfssu, SUNWintgige, SUNWipfh, SUNWipfr, SUNWipfu, SUNWcpcu, SUNWmdb, SUNWmdbr, SUNW1394, SUNWbtool, SUNWarc, SUNWarcr, SUNWkey, SUNWatfsr, SUNWatfsu, SUNWaudh, SUNWbart, SUNWmddr, SUNWsacom, SUNWpcu, SUNWppm, SUNWpsu, SUNWdfbh, SUNWnfsskr, SUNWnfssr, SUNWdtrc, SUNWdtrp, SUNWopenssl-commands, SUNWscplp, SUNWpd, SUNWpdu, SUNWpl5v, SUNWftdur, SUNWqos, SUNWroute, SUNWrpcib, SUNWsbp2, SUNWscsa1394, SUNWsndmr, SUNWsndmu
    Patch: 119986-03 Obsoletes: Requires: 122176-01, 118833-12 Incompatibles: Packages: SUNWcsu
    Patch: 120986-08 Obsoletes: 121008-02, 121274-01, 121414-01, 123932-02 Requires: 118822-24, 118833-25, 119374-09 Incompatibles: Packages: SUNWcsu
    Patch: 122172-06 Obsoletes: Requires: 118833-12 Incompatibles: Packages: SUNWcsu, SUNWcsr
    Patch: 122174-03 Obsoletes: Requires: 118833-12 Incompatibles: Packages: SUNWcsu
    Patch: 122521-01 Obsoletes: 121856-01 Requires: 118833-04 Incompatibles: Packages: SUNWcsu
    Patch: 123334-04 Obsoletes: Requires: 118833-18 Incompatibles: Packages: SUNWcsu
    Patch: 122660-07 Obsoletes: 122658-04, 122662-05, 123418-02, 123420-02, 123422-03 Requires: 124204-01, 122640-02, 121133-02, 118833-33, 120900-04, 118731-01 Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWzoneu
    Patch: 124997-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 122032-03 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 118833-36 Obsoletes: 118822-30, 118348-01, 118868-01, 120996-02, 121298-01, 119712-04, 119852-03, 119943-01, 119984-03, 120052-03, 120196-02, 121000-05, 117170-01, 117461-08, 118370-04, 118375-07, 118852-07, 118874-02, 118911-01, 118913-02, 118927-02, 118996-04, 119216-02, 119218-02, 119374-13, 119444-03, 119557-09, 119568-02, 119569-02, 119572-01, 119596-03, 119681-08, 119687-02, 119689-08, 119715-10, 119828-05, 119939-01, 119941-03, 119992-02, 119994-01, 119996-01, 120009-01, 120030-03, 120034-01, 120054-02, 120083-01, 120251-02, 120254-03, 120258-02, 120300-01, 120362-02, 120627-01, 121237-01, 121266-01, 121268-01, 121276-03, 121280-01, 121301-02, 121777-01, 121784-01, 121788-02, 121790-01, 121792-01, 121794-02, 121796-01, 121798-01, 121800-01, 121802-01, 121804-01, 121806-01, 121808-01, 121810-01, 121812-01, 121814-01, 121816-01, 121818-01, 121820-01, 121822-01, 121824-01, 121826-01, 121832-01, 121834-01, 121836-01, 121838-01, 121840-01, 121842-01, 121844-01, 121846-01, 121848-01, 121850-01, 121852-01, 121854-01, 121894-01, 122079-01, 122081-01, 122176-01, 122235-01, 122237-02, 122241-01, 122242-01, 122243-01, 122294-01, 122296-01, 122298-01, 122302-01, 122304-01, 122306-01, 122314-01, 122316-01, 122318-01, 122320-01, 122322-01, 122324-01, 122334-01, 122336-01, 122338-01, 122339-01, 122342-01, 122344-01, 122346-01, 122348-01, 122350-01, 122644-01, 120661-04, 121694-01, 118346-05, 118812-03, 118857-01, 118920-02, 119562-01, 119571-01, 119587-01, 120467-05, 121782-01, 123950-02, 118915-01, 119560-02, 119561-03, 119333-01, 119582-04, 122333-01, 122364-01, 122366-01, 122368-01, 122370-01, 122372-01, 122374-01, 122378-01, 122380-01, 122382-01, 122384-01, 122386-01, 122392-01, 119850-22, 119982-05, 120036-07, 120253-03, 120664-01, 120844-01, 121236-02, 121693-03, 122027-08, 122215-01, 122253-01, 122388-01, 122406-01, 122523-03, 122539-06, 122650-02, 122750-01, 123302-01, 123320-01, 123352-05, 123524-01, 122394-01, 122519-01, 122652-04, 123336-01, 120198-05, 121302-01, 122195-03, 122648-02, 122856-03, 123066-01, 123304-02, 123442-02, 123522-01, 123914-02, 123952-01, 124282-01, 118548-01, 118550-04, 119719-01, 119205-03, 119207-02, 119564-01, 119215-02, 119334-02, 119566-01, 119831-01, 119682-02, 118859-01, 118992-03, 119858-02, 120197-01, 118850-03, 119589-03, 118551-03, 118835-04, 118846-02, 118923-04, 119075-14, 119577-01, 119683-02, 119832-02, 119945-02, 119951-01, 119949-02, 119983-01, 119990-01, 120017-02, 120302-01, 120304-05, 119947-02, 120066-01, 118553-04, 119591-03, 119979-01, 120537-05, 120013-02, 120471-02, 124206-02, 118870-02, 123348-04, 122410-01 Requires: 118918-13, 119254-14, 119042-09, 119578-30 Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWcsl, SUNWcnetr, SUNWckr, SUNWkvm, SUNWcar, SUNWcakr, SUNWcsd, SUNWesu, SUNWkrbr, SUNWkrbu, SUNWtoo, SUNWib, SUNWipoib, SUNWtavor, SUNWudapltu, SUNWudapltr, SUNWudfr, SUNWaudd, SUNWusb, SUNWusbs, SUNWuedg, SUNWugen, SUNWuksp, SUNWopenssl-libraries, SUNWwbsup, SUNWuprl, SUNWusbu, SUNWvolr, SUNWnfsckr, SUNWnfscr, SUNWnfscu, SUNWvolu, SUNWrcmdc, SUNWscpu, SUNWxcu4, SUNWxge, SUNWxcu6, SUNWsmapi, SUNWnisu, SUNWmdr, SUNWmdu, SUNWcpr, SUNWhea, SUNWpiclu, SUNWses, SUNWssad, SUNWcslr, SUNWnfssu, SUNWintgige, SUNWipfh, SUNWipfr, SUNWipfu, SUNWcpcu, SUNWmdb, SUNWmdbr, SUNW1394, SUNWbtool, SUNWarc, SUNWarcr, SUNWkey, SUNWatfsr, SUNWatfsu, SUNWaudh, SUNWbart, SUNWmddr, SUNWsacom, SUNWpcu, SUNWppm, SUNWpsu, SUNWdfbh, SUNWnfsskr, SUNWnfssr, SUNWdtrc, SUNWdtrp, SUNWopenssl-commands, SUNWscplp, SUNWpd, SUNWpdu, SUNWpl5v, SUNWftdur, SUNWqos, SUNWroute, SUNWrpcib, SUNWsbp2, SUNWscsa1394, SUNWsndmr, SUNWsndmu
    Patch: 124922-02 Obsoletes: Requires: 118833-36 Incompatibles: Packages: SUNWcsu, SUNWcslr
    Patch: 118918-24 Obsoletes: 116781-02, 119012-03, 121282-02, 121284-02, 121292-01, 121473-01, 121476-01, 121478-01, 121786-01, 123444-01 Requires: Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWcsl, SUNWcnetr, SUNWckr, SUNWcar, SUNWcakr, SUNWhea, SUNWcslr, SUNWmdb, SUNWmdbr
    Patch: 124244-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu, SUNWxcu4
    Patch: 122032-04 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 118371-08 Obsoletes: 119265-02 Requires: Incompatibles: Packages: SUNWcsu, SUNWcsl, SUNWtoo
    Patch: 118371-09 Obsoletes: 119265-02 Requires: Incompatibles: Packages: SUNWcsu, SUNWcsl, SUNWtoo
    Patch: 120845-04 Obsoletes: 121905-01, 123354-03 Requires: 118833-25 Incompatibles: Packages: SUNWcsu, SUNWcsl, SUNWhea
    Patch: 124918-02 Obsoletes: Requires: 118833-36 Incompatibles: Packages: SUNWcsu
    Patch: 124250-03 Obsoletes: Requires: 118833-36 Incompatibles: Packages: SUNWcsu, SUNWckr, SUNWhea
    Patch: 125100-04 Obsoletes: 119998-02, 122513-02, 123441-05, 123916-05, 124916-03, 125018-02, 125028-02 Requires: 118833-36, 119042-09, 121901-01 Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWcsl, SUNWckr, SUNWkvm, SUNWcar, SUNWcakr, SUNWcsd, SUNWcpr, SUNWhea, SUNWssad, SUNWcpcu, SUNWmdb, SUNWmdbr
    Patch: 122660-08 Obsoletes: 122658-04, 122662-05, 123418-02, 123420-02, 123422-03 Requires: 118731-01, 118833-33, 120900-04, 121133-02, 122640-02, 124204-01 Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWzoneu
    Patch: 124922-03 Obsoletes: Requires: 118833-36 Incompatibles: Packages: SUNWcsu, SUNWcsl, SUNWckr, SUNWtoo, SUNWhea, SUNWcslr, SUNWbtool, SUNWarcr
    Patch: 125100-05 Obsoletes: 119998-02, 122513-02, 123441-05, 123916-05, 124916-03, 125018-02, 125028-02 Requires: 118833-36, 119042-09, 119578-30, 121901-01 Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWcsl, SUNWckr, SUNWkvm, SUNWcar, SUNWcakr, SUNWcsd, SUNWcpr, SUNWhea, SUNWssad, SUNWcpcu, SUNWmdb, SUNWmdbr
    Patch: 118371-10 Obsoletes: 119265-02 Requires: Incompatibles: Packages: SUNWcsu, SUNWcsl, SUNWtoo
    Patch: 120845-05 Obsoletes: 121905-01, 123354-03 Requires: 118833-25 Incompatibles: Packages: SUNWcsu, SUNWcsl, SUNWhea
    Patch: 121901-02 Obsoletes: Requires: 119042-09 Incompatibles: Packages: SUNWcsu
    Patch: 125100-06 Obsoletes: 119998-02, 122328-01, 122513-02, 123441-05, 123916-05, 124916-03, 125018-02, 125028-02 Requires: 118833-36, 119042-09, 119578-30, 120629-06, 121901-01, 124327-04 Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWcsl, SUNWckr, SUNWkvm, SUNWcar, SUNWcakr, SUNWcsd, SUNWcpr, SUNWhea, SUNWssad, SUNWcpcu, SUNWmdb, SUNWmdbr
    Patch: 123334-05 Obsoletes: Requires: 118833-18 Incompatibles: Packages: SUNWcsu
    Patch: 120050-06 Obsoletes: 124208-01 Requires: 118833-25 Incompatibles: Packages: SUNWcsu, SUNWhea
    Patch: 125100-07 Obsoletes: 119998-02, 122328-01, 122513-02, 123441-05, 123916-05, 124916-03, 125018-02, 125028-02 Requires: 118833-36, 119042-09, 119578-30, 120629-06, 121901-01, 124327-04 Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWcsl, SUNWckr, SUNWkvm, SUNWcar, SUNWcakr, SUNWcsd, SUNWcpr, SUNWhea, SUNWssad, SUNWcpcu, SUNWmdb, SUNWmdbr
    Patch: 122660-09 Obsoletes: 122658-04, 122662-05, 123418-02, 123420-02, 123422-03 Requires: 118731-01, 118833-33, 120900-04, 121133-02, 122640-02, 124204-01 Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWzoneu
    Patch: 125100-08 Obsoletes: 119336-01, 119586-02, 119998-02, 122328-01, 122513-02, 123441-05, 123916-05, 124916-03, 125018-02, 125028-02, 125792-01 Requires: 118833-36, 119042-09, 119578-30, 120629-06, 121901-01, 124327-04 Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWcsl, SUNWckr, SUNWkvm, SUNWcar, SUNWcakr, SUNWcsd, SUNWib, SUNWtavor, SUNWudapltu, SUNWudapltr, SUNWcpr, SUNWhea, SUNWssad, SUNWcpcu, SUNWmdb, SUNWmdbr, SUNWdtrp
    Patch: 121288-03 Obsoletes: 123017-01 Requires: 118833-36 Incompatibles: Packages: SUNWcsu, SUNWhea, SUNWcslr, SUNWarcr
    Patch: 119593-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr
    Patch: 119685-09 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr, SUNWmdb
    Patch: 120900-04 Obsoletes: 121266-01 Requires: Incompatibles: Packages: SUNWcsr, SUNWzoneu, SUNWdtrc
    Patch: 120990-02 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr
    Patch: 121004-03 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr
    Patch: 121133-02 Obsoletes: 121333-03 Requires: 120900-04 Incompatibles: Packages: SUNWcsr, SUNWzoneu
    Patch: 121561-04 Obsoletes: Requires: 119042-02 Incompatibles: Packages: SUNWcsr
    Patch: 122637-01 Obsoletes: Requires: 120900-04 Incompatibles: Packages: SUNWcsr
    Patch: 123910-01 Obsoletes: 123954-01 Requires: Incompatibles: Packages: SUNWcsr
    Patch: 123911-01 Obsoletes: 123356-02 Requires: Incompatibles: Packages: SUNWcsr, SUNWcsl, SUNWhea, SUNWcslr
    Patch: 123916-03 Obsoletes: 123441-05 Requires: Incompatibles: Packages: SUNWcsr, SUNWcar, SUNWcakr, SUNWcsd
    Patch: 121474-01 Obsoletes: Requires: 118822-29 Incompatibles: Packages: SUNWcsr
    Patch: 122640-05 Obsoletes: Requires: 118833-12 Incompatibles: Packages: SUNWcsr, SUNWzfskr, SUNWzfsr, SUNWzfsu
    Patch: 123912-02 Obsoletes: 123424-02 Requires: 118833-25 Incompatibles: Packages: SUNWcsr, SUNWesu
    Patch: 122646-01 Obsoletes: Requires: 122662-01, 121133-01 Incompatibles: Packages: SUNWcsr, SUNWzoneu
    Patch: 119077-10 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr, SUNWcnetr, SUNWckr, SUNWcsd, SUNWib
    Patch: 119079-13 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr, SUNWcsd, SUNWtnamr, SUNWkrbr, SUNWtnetr, SUNWtavor, SUNWusb, SUNWuedg, SUNWugen, SUNWocfr, SUNWvolr, SUNWnfscr, SUNWgssc, SUNWpmr, SUNWnisr, SUNWzoner, SUNWmdr, SUNWbsr, SUNWus, SUNWintgige, SUNWllcr, SUNWatfsr, SUNWsacom, SUNWcnsr, SUNWpcr, SUNWpsr, SUNWnfssr, SUNWntpr, SUNWpiclr, SUNWftpr, SUNWrcapr, SUNWrcmdr, SUNWslpr, SUNWsndmr, SUNWsndmu, SUNWsshdr
    Patch: 121061-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr
    Patch: 121778-12 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr, SUNWcnetr, SUNWckr, SUNWcsd, SUNWib, SUNWaudd, SUNWusb, SUNWugen, SUNWvolr, SUNWvolu, SUNWzoneu, SUNWses, SUNWssad, SUNWintgige, SUNWfmd, SUNWpd
    Patch: 121780-11 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr, SUNWcnetr, SUNWckr, SUNWcsd, SUNWib, SUNWusb, SUNWvolr, SUNWssad, SUNWsndmr
    Patch: 123258-11 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr, SUNWcnetr, SUNWckr, SUNWcsd, SUNWib, SUNWusb, SUNWssad, SUNWintgige, SUNWsacom, SUNWsndmr
    Patch: 123259-12 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr, SUNWcnetr, SUNWckr, SUNWcar, SUNWcsd, SUNWtnamr, SUNWkrbr, SUNWtnetr, SUNWib, SUNWtavor, SUNWaudd, SUNWusb, SUNWuedg, SUNWugen, SUNWuksp, SUNWuprl, SUNWocfr, SUNWvolr, SUNWnfscr, SUNWvolu, SUNWgssc, SUNWpmr, SUNWxge, SUNWnisr, SUNWzoner, SUNWmdr, SUNWpoolr, SUNWzoneu, SUNWses, SUNWssad, SUNWbsr, SUNWus, SUNWintgige, SUNWfmd, SUNWllcr, SUNWatfsr, SUNWauda, SUNWsacom, SUNWcnsr, SUNWpcr, SUNWpsr, SUNWnfssr, SUNWntpr, SUNWpd, SUNWpiclr, SUNWftpr, SUNWrcapr, SUNWrcmdr, SUNWslpr, SUNWsndmr, SUNWsndmu, SUNWsshdr
    Patch: 123910-03 Obsoletes: 123954-01 Requires: 119042-09, 121901-01 Incompatibles: Packages: SUNWcsr
    Patch: 120473-03 Obsoletes: 123356-02, 123911-01 Requires: 118833-36 Incompatibles: Packages: SUNWcsr, SUNWcsl, SUNWhea, SUNWcslr
    Patch: 120473-05 Obsoletes: 117463-05, 118890-03, 119985-02, 121278-01, 121294-01, 122535-01, 123330-01, 123350-01, 123356-02, 123911-01, 124204-04 Requires: 118833-36, 122640-05, 123839-01 Incompatibles: Packages: SUNWcsr, SUNWcsl, SUNWkvm, SUNWtecla, SUNWpl5u, SUNWperl584core, SUNWperl584usr, SUNWopenssl-libraries, SUNWvolu, SUNWaudit, SUNWscpu, SUNWzfskr, SUNWzfsr, SUNWsmapi, SUNWzfsu, SUNWhea, SUNWcslr, SUNWdmgtu, SUNWfmd, SUNWarc, SUNWarcr, SUNWdtrc, SUNWsndmu, SUNWsra
    Patch: 120473-06 Obsoletes: 117463-05, 118890-03, 119985-02, 121278-01, 121294-01, 122535-01, 123330-01, 123350-01, 123356-02, 123911-01, 124204-04 Requires: 118833-36, 122640-05, 123839-01 Incompatibles: Packages: SUNWcsr, SUNWcsl, SUNWkvm, SUNWtecla, SUNWpl5u, SUNWperl584core, SUNWperl584usr, SUNWopenssl-libraries, SUNWvolu, SUNWaudit, SUNWscpu, SUNWzfskr, SUNWzfsr, SUNWsmapi, SUNWzfsu, SUNWhea, SUNWcslr, SUNWdmgtu, SUNWfmd, SUNWarc, SUNWarcr, SUNWdtrc, SUNWsndmu, SUNWsra
    Patch: 120629-06 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr, SUNWpoolr, SUNWpool
    Patch: 124327-04 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr
    Patch: 120629-08 Obsoletes: Requires: 118833-36 Incompatibles: Packages: SUNWcsr, SUNWpoolr, SUNWpool
    Patch: 120473-08 Obsoletes: 117463-05, 118890-03, 119985-02, 121278-01, 121294-01, 122535-01, 123330-01, 123350-01, 123356-02, 123911-01, 124204-04 Requires: 118833-36, 122640-05, 123839-01 Incompatibles: Packages: SUNWcsr, SUNWcsl, SUNWkvm, SUNWtecla, SUNWpl5u, SUNWperl584core, SUNWperl584usr, SUNWopenssl-libraries, SUNWvolu, SUNWaudit, SUNWscpu, SUNWzfskr, SUNWzfsr, SUNWsmapi, SUNWzfsu, SUNWhea, SUNWcslr, SUNWdmgtu, SUNWfmd, SUNWarc, SUNWarcr, SUNWdtrc, SUNWsndmu, SUNWsra
    Patch: 120473-09 Obsoletes: 117463-05, 118890-03, 119985-02, 120469-07, 121278-01, 121294-01, 122535-01, 123330-01, 123350-01, 123356-02, 123911-01, 124204-04 Requires: 118833-36, 122640-05, 123839-01 Incompatibles: Packages: SUNWcsr, SUNWcsl, SUNWkvm, SUNWtecla, SUNWpl5u, SUNWperl584core, SUNWperl584usr, SUNWkrbu, SUNWopenssl-libraries, SUNWvolu, SUNWaudit, SUNWscpu, SUNWzfskr, SUNWzfsr, SUNWsmapi, SUNWzfsu, SUNWhea, SUNWcslr, SUNWdmgtu, SUNWfmd, SUNWarc, SUNWarcr, SUNWdtrc, SUNWsndmu, SUNWsra
    Patch: 117463-03 Obsoletes: Requires: Incompatibles: Packages: SUNWcsl
    Patch: 118564-03 Obsoletes: Requires: Incompatibles: Packages: SUNWcsl, SUNWcslr
    Patch: 120889-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsl, SUNWapct
    Patch: 120984-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsl
    Patch: 121130-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsl
    Patch: 121921-02 Obsoletes: Requires: Incompatibles: Packages: SUNWcsl, SUNWcslr
    Patch: 122408-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsl
    Patch: 123330-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsl
    Patch: 123362-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsl
    Patch: 123915-01 Obsoletes: 123712-01 Requires: Incompatibles: Packages: SUNWcsl, SUNWkvm
    Patch: 118870-02 Obsoletes: 123348-04 Requires: 118833-25 Incompatibles: Packages: SUNWcsl, SUNWnisu
    Patch: 122754-01 Obsoletes: Requires: 118833-09 Incompatibles: Packages: SUNWcsl, SUNWpl5u, SUNWperl584core, SUNWhea
    Patch: 117463-05 Obsoletes: 123330-01 Requires: 118833-36 Incompatibles: Packages: SUNWcsl, SUNWcslr, SUNWarc
    Patch: 125465-01 Obsoletes: Requires: 118918-24 Incompatibles: Packages: SUNWcsl
    Patch: 125465-02 Obsoletes: Requires: 118918-24 Incompatibles: Packages: SUNWcsl, SUNWckr, SUNWcakr
    Patch: 118842-01 Obsoletes: Requires: Incompatibles: Packages: SUNWckr
    Patch: 120048-03 Obsoletes: Requires: Incompatibles: Packages: SUNWckr, SUNWhea, SUNWfss
    Patch: 120311-02 Obsoletes: Requires: Incompatibles: Packages: SUNWckr, SUNWusb
    Patch: 123249-02 Obsoletes: Requires: Incompatibles: Packages: SUNWckr
    Patch: 123271-01 Obsoletes: Requires: Incompatibles: Packages: SUNWckr, SUNWhea
    Patch: 121337-01 Obsoletes: Requires: 118822-23 Incompatibles: Packages: SUNWckr
    Patch: 119998-02 Obsoletes: Requires: 118833-36 Incompatibles: Packages: SUNWckr, SUNWhea, SUNWmdb, SUNWmdbr
    Patch: 123836-01 Obsoletes: Requires: 118833-36 Incompatibles: Packages: SUNWckr
    Patch: 125020-01 Obsoletes: Requires: 118833-36 Incompatibles: Packages: SUNWckr
    Patch: 125116-01 Obsoletes: Requires: 118833-36 Incompatibles: Packages: SUNWckr
    Patch: 124258-05 Obsoletes: Requires: 118833-36 Incompatibles: Packages: SUNWckr, SUNWnfsckr
    Patch: 119070-04 Obsoletes: Requires: Incompatibles: Packages: SUNWkvm, SUNWhea
    Patch: 121557-01 Obsoletes: Requires: Incompatibles: Packages: SUNWkvm, SUNWpiclu
    Patch: 121558-01 Obsoletes: Requires: Incompatibles: Packages: SUNWkvm
    Patch: 121559-01 Obsoletes: Requires: Incompatibles: Packages: SUNWkvm
    Patch: 122515-01 Obsoletes: 122390-01 Requires: Incompatibles: Packages: SUNWkvm
    Patch: 119981-09 Obsoletes: Requires: 118822-23 Incompatibles: Packages: SUNWkvm, SUNWcar, SUNWcakr, SUNWhea, SUNWpiclu
    Patch: 125042-02 Obsoletes: 119981-09, 124990-01 Requires: 118822-23, 118833-36 Incompatibles: Packages: SUNWkvm, SUNWcar, SUNWcakr, SUNWhea, SUNWpiclu
    Patch: 121556-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcar, SUNWcakr
    Patch: 122255-03 Obsoletes: Requires: Incompatibles: Packages: SUNWcar
    Patch: 122517-03 Obsoletes: 122356-01 Requires: 118833-04 Incompatibles: Packages: SUNWcar, SUNWcakr, SUNWhea
    Patch: 118557-07 Obsoletes: Requires: Incompatibles: Packages: SUNWcakr
    Patch: 118814-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcakr
    Patch: 119570-01 Obsoletes: 119217-02 Requires: Incompatibles: Packages: SUNWcakr
    Patch: 120056-02 Obsoletes: Requires: Incompatibles: Packages: SUNWcakr
    Patch: 120195-02 Obsoletes: Requires: Incompatibles: Packages: SUNWcakr
    Patch: 120815-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcakr
    Patch: 123301-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcakr
    Patch: 122525-03 Obsoletes: 122358-01 Requires: 118833-04 Incompatibles: Packages: SUNWcakr, SUNWhea
    Patch: 118557-08 Obsoletes: Requires: Incompatibles: Packages: SUNWcakr
    Patch: 125424-01 Obsoletes: Requires: 118833-36 Incompatibles: Packages: SUNWcakr
    Patch: 125319-01 Obsoletes: Requires: 118833-36 Incompatibles: Packages: SUNWcakr
    Patch: 124999-01 Obsoletes: Requires: 118833-36 Incompatibles: Packages: SUNWcakr
    Patch: 121229-02 Obsoletes: Requires: 118833-36 Incompatibles: Packages: SUNWcakr, SUNWopenssl-libraries, SUNWopenssl-include
    Patch: 125319-02 Obsoletes: Requires: 118833-36 Incompatibles: Packages: SUNWcakr
    Patch: 118929-05 Obsoletes: Requires: 118822-15 Incompatibles: Packages: SUNWcsd
    Patch: 119985-02 Obsoletes: Requires: Incompatibles: Packages: SUNWpl5u, SUNWperl584core, SUNWperl584usr
    Patch: 123332-01 Obsoletes: Requires: Incompatibles: Packages: SUNWtftp
    Patch: 119213-10 Obsoletes: Requires: Incompatibles: Packages: SUNWpr, SUNWtls, SUNWprd, SUNWtlsd, SUNWtlsu, SUNWjss
    Patch: 119213-11 Obsoletes: Requires: Incompatibles: Packages: SUNWpr, SUNWtls, SUNWprd, SUNWtlsd, SUNWtlsu, SUNWjss
    Patch: 119213-12 Obsoletes: Requires: Incompatibles: Packages: SUNWpr, SUNWtls, SUNWprd, SUNWtlsd, SUNWtlsu, SUNWjss
    Patch: 124393-02 Obsoletes: 123507-05 Requires: 119042-09, 121901-01, 122539-04 Incompatibles: Packages: SUNWdtdmr, SUNWdtbas, SUNWtltkm, SUNWdtdte, SUNWdtdmn, SUNWdtdst, SUNWdtma, SUNWdtlog
    Patch: 124141-01 Obsoletes: Requires: Incompatibles: Packages: SUNWdtdmr, SUNWdtlog
    Patch: 124393-03 Obsoletes: 123507-05 Requires: 119042-09, 121901-01, 122539-04 Incompatibles: Packages: SUNWdtdmr, SUNWdtbas, SUNWtltkm, SUNWdtdte, SUNWdtdmn, SUNWdtdst, SUNWdtma, SUNWdtlog
    Patch: 124393-04 Obsoletes: 123507-05 Requires: 119042-09, 121901-01, 122539-04 Incompatibles: Packages: SUNWdtdmr, SUNWdtbas, SUNWtltkm, SUNWdtdte, SUNWdtdmn, SUNWdtdst, SUNWdtma, SUNWdtlog
    Patch: 119955-03 Obsoletes: Requires: Incompatibles: Packages: SUNWtltk
    Patch: 122064-01 Obsoletes: Requires: Incompatibles: Packages: SUNWtltk
    Patch: 122239-01 Obsoletes: Requires: Incompatibles: Packages: SUNWperl584usr
    Patch: 118815-04 Obsoletes: 122034-01 Requires: Incompatibles: Packages: SUNWesu, SUNWxcu4
    Patch: 118824-01 Obsoletes: Requires: Incompatibles: Packages: SUNWesu, SUNWxcu4
    Patch: 118959-03 Obsoletes: Requires: Incompatibles: Packages: SUNWesu
    Patch: 118815-05 Obsoletes: 122034-01 Requires: Incompatibles: Packages: SUNWesu, SUNWxcu4
    Patch: 119963-07 Obsoletes: Requires: Incompatibles: Packages: SUNWlibC
    Patch: 119963-08 Obsoletes: Requires: Incompatibles: Packages: SUNWlibC
    Patch: 120753-02 Obsoletes: Requires: Incompatibles: Packages: SUNWlibmsr, SUNWlibm
    Patch: 120753-03 Obsoletes: Requires: Incompatibles: Packages: SUNWlibmsr, SUNWlibm
    Patch: 120753-05 Obsoletes: Requires: Incompatibles: Packages: SUNWlibmsr, SUNWlibm
    Patch: 120272-12 Obsoletes: Requires: 119042-09, 121901-01, 122539-05 Incompatibles: Packages: SUNWbzip, SUNWsmagt, SUNWsmcmd, SUNWsmmgr
    Patch: 119059-20 Obsoletes: 121868-04 Requires: Incompatibles: Packages: SUNWxwfnt, SUNWxwplt, SUNWxwopt, SUNWxwacx, SUNWxwman, SUNWxwinc, SUNWxwfs, SUNWxwsrv, SUNWxwxst
    Patch: 119059-21 Obsoletes: 121868-04 Requires: Incompatibles: Packages: SUNWxwfnt, SUNWxwplt, SUNWxwopt, SUNWxwacx, SUNWxwman, SUNWxwinc, SUNWxwfs, SUNWxwsrv, SUNWxwxst
    Patch: 119059-25 Obsoletes: 121868-04 Requires: Incompatibles: Packages: SUNWxwfnt, SUNWxwplt, SUNWxwopt, SUNWxwacx, SUNWxwman, SUNWxwinc, SUNWxwfs, SUNWxwpmn, SUNWxwsrv, SUNWxwxst
    Patch: 123611-02 Obsoletes: Requires: Incompatibles: Packages: SUNWxwrtl, SUNWxwplt, SUNWxwinc
    Patch: 125725-02 Obsoletes: Requires: Incompatibles: Packages: SUNWxwrtl, SUNWxwplt, SUNWxwinc, SUNWxwpmn
    Patch: 119063-01 Obsoletes: Requires: Incompatibles: Packages: SUNWxwplt
    Patch: 119280-08 Obsoletes: Requires: Incompatibles: Packages: SUNWmfrun, SUNWdtbas
    Patch: 119280-10 Obsoletes: Requires: 123611-01, 124206-02 Incompatibles: Packages: SUNWmfrun, SUNWdtbas
    Patch: 119280-11 Obsoletes: Requires: 123611-01, 124206-02 Incompatibles: Packages: SUNWmfrun, SUNWdtbas
    Patch: 121870-01 Obsoletes: Requires: Incompatibles: Packages: SUNWxwopt
    Patch

Maybe you are looking for

  • How to get 'List' view with playlist within Music

    The Music Ap is usually listed along the botton of iPad. With in that ap we have menus across the bottom of the screen. Within the 'Playlists' music I have thumb nail icon views only.  See below: I would like a 'list view' - no icons.  See below Wher

  • Cannot Connect to the iTunes Store. Request Resource was not found

    I hope you can help me. I get the following error when trying to connect to the iTunes store. iTunes could not connect to the iTunes store, the requested resource was not found. I am running Norton Internet security and have allowed all permissions f

  • What setting in Toast for creating a DVD-R master for replication?

    I just Downloaded the new Toast 7 Titanium. What setting should I use to burn a DVD-R to send in for replication? Someone else said DVD-ROM UDF There is also a "Make Video DVD from VIDEO_TS folder" Which one?

  • IMovie, sound problems when i split the sound clip

    I'm editing a movie and everything worked out fine until this week. When i put in a song in iMovie, and then split the clip the sound dies in both parts of the clip. The clip volume is still 100% but there's no sound. Even the songs i put in last wee

  • Calcualting Count for a particular column

    Hi All,          I have this internal table which has records from jcds table.Now i want to display two fields on o/p screen.The fields are 1.Delivered By 2.No of deliveries for this user. No w can someone please tell me how to calculate count as the