Oracle Entitlements Server 10gR3 with Windows env - Installation issues

Hi Everybody,
I am trying to install OES 10gR3 on Windows. while installing admin server, when i click on "Done" (after installing the admin server), one new command prompt open and finally it show me the below error:
Dropping deprecated database constraints, stored procedures, sequences, and views
Run database loader...
Initializing the Administration server for the first time...
Starting "ALES Service Control Manager"...
The ALES Service Control Manager service is starting......
The ALES Service Control Manager service was started successfully.
Waiting for Service Control Manager to initialize...
Waiting for server at url: https://f2tssh1s:7019/ManagedServer.................................................................................................................
+..........failed.+
The requested action wait to URL https://f2tssh1s:7019/ManagedServer failed.
+2010-11-23 16:11:19,531 [main] ERROR com.bea.security.utils.ASISignal - java.rmi.RemoteException: Unable to wait for the server within 120 times+
Service Control Manager failed to start.
You may troubleshoot any issues in console mode by using the WLESadmin debuginit
command to initialize the server for the first time.
--- Then i apply the Admin Patch CP4, and then restarted the admin server then i found the this error (given below)..........
Starting ALES.WLS.f2tssh1s...
The ALES WLS.f2tssh1s service is starting.......................................
The ALES WLS.f2tssh1s service was started successfully.
Waiting for server READY at url: https://f2tssh1s:7017/services/ManagedServer...
failed.
The requested action waitready to URL https://f2tssh1s:7017/services/ManagedServ
er failed.
2010-11-23 17:07:24,562 [main] ERROR com.bea.security.utils.ASISignal - java.rmi
.RemoteException: Unable to wait for the server within 240 times
Admin Console failed to start.
Please make sure all configurations are correct, or check the logs for errors.
---- **I checked the connection of database for admin user and password, everything is working fine.** **Please see the log details (given below) for your reference.**
2010-11-23 16:04:30,656 [main] ERROR com.bea.security.management.databaseloader.AdminPasswordUtil - Error setting admin user password.
<1.0.0-SNAPSHOT-SNAPSHOT nonfatal user error> kodo.jdo.UserException: ORA-00942: table or view does not exist
{prepstmnt 1937054 SELECT t0.id, t0.create_id, t0.create_time, t0.description, t0.loc_id, t0.qualified, t0.upd_id, t0.upd_time FROM dir_curr t0 WHERE (t0.qualified = ?) [params=(String) //dir/RootOrg!AdminDir] [reused=0]} [code=942, state=42000]
     at org.apache.openjpa.kernel.QueryImpl.execute(QueryImpl.java:805)
     at org.apache.openjpa.kernel.QueryImpl.execute(QueryImpl.java:766)
     at kodo.kernel.KodoQuery.execute(KodoQuery.java:43)
     at org.apache.openjpa.kernel.QueryImpl.execute(QueryImpl.java:762)
     at kodo.kernel.KodoQuery.execute(KodoQuery.java:39)
     at org.apache.openjpa.kernel.DelegatingQuery.execute(DelegatingQuery.java:517)
     at kodo.jdo.QueryImpl.execute(QueryImpl.java:98)
     at com.bea.security.management.databaseloader.AdminPasswordUtil.createInitialUser(AdminPasswordUtil.java:136)
     at com.bea.security.management.databaseloader.AdminPasswordUtil.setAdminuserPasswd(AdminPasswordUtil.java:103)
     at com.bea.security.management.databaseloader.AdminPasswordUtil.main(AdminPasswordUtil.java:82)
NestedThrowablesStackTrace:
org.apache.openjpa.lib.jdbc.ReportingSQLException: ORA-00942: table or view does not exist
{prepstmnt 1937054 SELECT t0.id, t0.create_id, t0.create_time, t0.description, t0.loc_id, t0.qualified, t0.upd_id, t0.upd_time FROM dir_curr t0 WHERE (t0.qualified = ?) [params=(String) //dir/RootOrg!AdminDir] [reused=0]} [code=942, state=42000]
     at org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.wrap(LoggingConnectionDecorator.java:191)
     at org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.access$800(LoggingConnectionDecorator.java:56)
     at org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator$LoggingConnection$LoggingPreparedStatement.executeQuery(LoggingConnectionDecorator.java:843)
     at org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:262)
     at org.apache.openjpa.jdbc.kernel.JDBCStoreManager$CancelPreparedStatement.executeQuery(JDBCStoreManager.java:1372)
     at org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:252)
     at org.apache.openjpa.jdbc.sql.SelectImpl.execute(SelectImpl.java:359)
     at kodo.jdbc.sql.KodoSelectImpl.execute(KodoSelectImpl.java:33)
     at org.apache.openjpa.jdbc.sql.SelectImpl.execute(SelectImpl.java:317)
     at org.apache.openjpa.jdbc.sql.LogicalUnion$UnionSelect.execute(LogicalUnion.java:407)
     at org.apache.openjpa.jdbc.sql.LogicalUnion.execute(LogicalUnion.java:218)
     at kodo.jdbc.sql.TrueUnion.execute(TrueUnion.java:169)
     at org.apache.openjpa.jdbc.sql.LogicalUnion.execute(LogicalUnion.java:208)
     at org.apache.openjpa.jdbc.kernel.SelectResultObjectProvider.open(SelectResultObjectProvider.java:94)
     at org.apache.openjpa.kernel.QueryImpl.singleResult(QueryImpl.java:1275)
     at org.apache.openjpa.kernel.QueryImpl.toResult(QueryImpl.java:1212)
     at org.apache.openjpa.kernel.QueryImpl.execute(QueryImpl.java:987)
     at org.apache.openjpa.kernel.QueryImpl.execute(QueryImpl.java:796)
     at org.apache.openjpa.kernel.QueryImpl.execute(QueryImpl.java:766)
     at kodo.kernel.KodoQuery.execute(KodoQuery.java:43)
     at org.apache.openjpa.kernel.QueryImpl.execute(QueryImpl.java:762)
     at kodo.kernel.KodoQuery.execute(KodoQuery.java:39)
     at org.apache.openjpa.kernel.DelegatingQuery.execute(DelegatingQuery.java:517)
     at kodo.jdo.QueryImpl.execute(QueryImpl.java:98)
     at com.bea.security.management.databaseloader.AdminPasswordUtil.createInitialUser(AdminPasswordUtil.java:136)
     at com.bea.security.management.databaseloader.AdminPasswordUtil.setAdminuserPasswd(AdminPasswordUtil.java:103)
     at com.bea.security.management.databaseloader.AdminPasswordUtil.main(AdminPasswordUtil.java:82)
2010-11-23 16:11:19,531 [main] ERROR com.bea.security.utils.ASISignal - java.rmi.RemoteException: Unable to wait for the server within 120 times.
Any quick suggestion/solution would be much appreciated.
Thanks,
User814822

Hi User814822.
I too come accross this issue. But, I didn't installed any patch on top of OES.
I just rebuild the OES schema in database and it started perfectly. Hope it helps.
B/W did you tried to configure external user store to OES like LDAP??
Thanks

Similar Messages

  • Oracle Application Server 10.1.3.1 installation issue

    Hi,
    I am trying to install Oracle Applicaiton server on linux and i have installed it on similar boxes before without any issues, however this time around after i am done with the installation, it is not showing me the enterprise console. It gives a successful installation message but with the following message.
    Application Server Control Console is not running in this instance of Oracle Application Server. You can manage this instance remotely through another instance of Oracle Application Server that is configured to run Application Server Control Console.
    What should I do to get the admin console. I also looking around and saw but emctl utitlity is not there in ORACLE_HOME/bin
    Edited by: user9938780 on Dec 11, 2008 11:34 AM

    the 10.1.3.1 version does not use emctl
    if you do a opmnctl status -app you can see your applications, one of them is ascontrol
    you can reach the emconsole through http://hostname:7777/em
    to start you can issue opmnctl startproc application=ascontrol
    reg
    Michel
    Edited by: MichelS on Dec 11, 2008 11:53 AM
    Edited by: MichelS on Dec 11, 2008 11:54 AM

  • Sql Server 2008 on Windows 8 installation issue...: SqlEngineConfigAction_install_confignonrc_Cpu64

    Hi:)
    I try to install ms sql server 2008 standard on Windows 8.1
    .Net framework 3.5 is enabled
    setup is running by admin.
    following errors will appear:
    Attemted to preform an unathorized operation:
    SqlEngineConfigAction_install_confignonrc_Cpu64
    and for next files (when I'm trying with developer editon):
    SSISCONFIGACTION_INSTALL_POSTMSI_CPU64
    SSISConfigAction_intall_postmsi_Cpu64
    SSISConfigAction_intall_ConfigNonRC_Cpu32
    Could you help me?
    You can find applicable part of the file below:
    and screenshot at the end...
    > 2014-10-27 00:25:22 Slp: Parameter 8 : 0x2C419A32
    >
    > 2014-10-27 00:25:27 Slp: Sco: Attempting to write hklm registry key
    > SOFTWARE\Microsoft\Microsoft SQL Server to file C:\Program
    > Files\Microsoft SQL Server\100\Setup
    > Bootstrap\Log\20141026_222703\Registry_SOFTWARE_Microsoft_Microsoft
    > SQL Server.reg_ 2014-10-27 00:25:27 Slp: Sco: Attempting to write hklm
    > registry key SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall to
    > file C:\Program Files\Microsoft SQL Server\100\Setup
    > Bootstrap\Log\20141026_222703\Registry_SOFTWARE_Microsoft_Windows_CurrentVersion_Uninstall.reg_
    > 2014-10-27 00:25:28 Slp: Sco: Attempting to write hklm registry key
    > SOFTWARE\Microsoft\MSSQLServer to file C:\Program Files\Microsoft SQL
    > Server\100\Setup
    > Bootstrap\Log\20141026_222703\Registry_SOFTWARE_Microsoft_MSSQLServer.reg_
    > 2014-10-27 00:25:28 Slp: Sco: Attempting to write hklm registry key
    > SOFTWARE\Wow6432Node\Microsoft\Microsoft SQL Server to file C:\Program
    > Files\Microsoft SQL Server\100\Setup
    > Bootstrap\Log\20141026_222703\Registry_SOFTWARE_Wow6432Node_Microsoft_Microsoft
    > SQL Server.reg_ 2014-10-27 00:25:28 Slp: Sco: Attempting to write hklm
    > registry key
    > SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall to
    > file C:\Program Files\Microsoft SQL Server\100\Setup
    > Bootstrap\Log\20141026_222703\Registry_SOFTWARE_Wow6432Node_Microsoft_Windows_CurrentVersion_Uninstall.reg_
    > 2014-10-27 00:25:28 Slp: Sco: Attempting to write hklm registry key
    > SOFTWARE\Wow6432Node\Microsoft\MSSQLServer to file C:\Program
    > Files\Microsoft SQL Server\100\Setup
    > Bootstrap\Log\20141026_222703\Registry_SOFTWARE_Wow6432Node_Microsoft_MSSQLServer.reg_
    > 2014-10-27 00:25:53 Slp: Attempted to perform an unauthorized
    > operation. 2014-10-27 00:25:56 Slp: Watson bucket for exception based
    > failure has been created 2014-10-27 00:25:56 Slp: Configuration action
    > failed for feature SQL_Engine_Core_Inst during timing ConfigNonRC and
    > scenario ConfigNonRC. 2014-10-27 00:25:56 Slp: Attempted to perform an
    > unauthorized operation. 2014-10-27 00:25:56 Slp: The configuration
    > failure category of current exception is ConfigurationFailure
    > 2014-10-27 00:25:56 Slp: Configuration action failed for feature
    > SQL_Engine_Core_Inst during timing ConfigNonRC and scenario
    > ConfigNonRC. 2014-10-27 00:25:56 Slp:
    > Microsoft.SqlServer.Configuration.Sco.ScoException: Attempted to
    > perform an unauthorized operation. --->
    > System.UnauthorizedAccessException: Attempted to perform an
    > unauthorized operation. 2014-10-27 00:25:56 Slp:    at
    > Microsoft.SqlServer.Configuration.Sco.InternalRegistryKey.OpenSubKey(String
    > subkey, RegistryAccess requestedAccess) 2014-10-27 00:25:56 Slp:   
    > --- End of inner exception stack trace --- 2014-10-27 00:25:56 Slp:    at
    > Microsoft.SqlServer.Configuration.Sco.InternalRegistryKey.OpenSubKey(String
    > subkey, RegistryAccess requestedAccess) 2014-10-27 00:25:56 Slp:    at
    > Microsoft.SqlServer.Configuration.Sco.SqlRegistryKey.OpenSubKey(String
    > subkey, RegistryAccess requestedAccess) 2014-10-27 00:25:56 Slp:    at
    > Microsoft.SqlServer.Configuration.SqlEngine.EtwSetup.UpdateWmiSecurity(Guid
    > guidInstance) 2014-10-27 00:25:56 Slp:    at
    > Microsoft.SqlServer.Configuration.SqlEngine.EtwSetup.Install(String
    > strInstanceName, Guid guidInstance, String strPath) 2014-10-27
    > 00:25:56 Slp:    at
    > Microsoft.SqlServer.Configuration.SqlEngine.SqlEngineSetupPrivate.SetupETW(EffectiveProperties
    > properties) 2014-10-27 00:25:56 Slp:    at
    > Microsoft.SqlServer.Configuration.SqlEngine.SqlEngineSetupPrivate.Install_ConfigNonRC_Prepare(EffectiveProperties
    > properties) 2014-10-27 00:25:56 Slp:    at
    > Microsoft.SqlServer.Configuration.SqlEngine.SqlEngineSetupPrivate.Install(ConfigActionTiming
    > timing, Dictionary`2 actionData, PublicConfigurationBase spcb)
    > 2014-10-27 00:25:56 Slp:    at
    > Microsoft.SqlServer.Configuration.SqlConfigBase.SlpConfigAction.ExecuteAction(String
    > actionId) 2014-10-27 00:25:56 Slp:    at
    > Microsoft.SqlServer.Configuration.SqlConfigBase.SlpConfigAction.Execute(String
    > actionId, TextWriter errorStream) 2014-10-27 00:25:56 Slp: Exception:
    > Microsoft.SqlServer.Configuration.Sco.ScoException. 2014-10-27
    > 00:25:56 Slp: Source: Microsoft.SqlServer.Configuration.Sco.
    > 2014-10-27 00:25:56 Slp: Message: Attempted to perform an unauthorized
    > operation.. 2014-10-27 00:25:56 Slp: Inner exception: 2014-10-27
    > 00:25:56 Slp:     Exception: System.UnauthorizedAccessException.
    > 2014-10-27 00:25:56 Slp:     Source:
    > Microsoft.SqlServer.Configuration.Sco. 2014-10-27 00:25:56 Slp:
    >     Message: Attempted to perform an unauthorized operation.. 2014-10-27
    > 00:25:56 Slp: Error: Action
    > "SqlEngineConfigAction_install_confignonrc_Cpu64" failed during
    > execution. 2014-10-27 00:25:56 Slp: Completed Action:
    > SqlEngineConfigAction_install_confignonrc_Cpu64, returned False
    > 2014-10-27 00:25:56 Slp: Sco: Attempting to get instance feature flag
    > UpgradeIncomplete for feature SQL_Engine_Core_Inst, instance
    > MSSQL10_50.MSSQLSERVER, machine name NN
    >
    > (...)
    >
    >
    > 2014-10-27 00:26:39 Slp:
    > ---------------------------------------------------------------------- 2014-10-27 00:26:39 Slp:  2014-10-27 00:26:39 Slp: Error result:
    > -2068119551 2014-10-27 00:26:39 Slp: Result facility code: 1211 2014-10-27 00:26:39 Slp: Result error code: 1 2014-10-27 00:26:39 Slp:
    > Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE,
    > machine  2014-10-27 00:26:39 Slp: Sco: Attempting to open registry
    > subkey  2014-10-27 00:26:39 Slp: Sco: Attempting to open registry
    > subkey Software\Microsoft\PCHealth\ErrorReporting\DW\Installed
    > 2014-10-27 00:26:39 Slp: Sco: Attempting to get registry value DW0201
    > 2014-10-27 00:26:54 Slp: Submitted 1 of 1 failures to the Watson data
    > repository

    Hello,
    The first “Attempted to perform an unauthorized operation” is related to permissions to the registry keys. Please provide full permissions
    on the following registry key:
    SOFTWARE\Wow6432Node\Microsoft\MSSQLServer
    Please note that SQL Server 2008 requires Service Pack 3 (SP3) to make it compatible with Windows 8.1. Please perform
    an slipstream installation of SQL Server 2008 + SP3:
    http://support.microsoft.com/kb/955392
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Oracle WebLogic Server 10gR3 Installation Query

    I have Windows 7 (64-bit OS) & i'd like to install Oracle WebLogic Server 10gR3 (i know it's not the newest).
    Would you please provide me with a link for downloading the suitable Weblogic Server package & net installer?

    Hi
    Yes, you should download Weblogic Server 10.3.3 Generic Installer which is like a .JAR file (sometimes .zip but rename as .jar file). In the below link, for weblogic server 10.3.3 row, on right side, click on + icon (See All Files). There in the last column you will see 64 bit installer (wls1033_generic.jar).
    http://www.oracle.com/technetwork/middleware/ias/downloads/wls-main-097127.html
    Just refer online docs for 64 bit installation. Make sure that first you download 64 bit jdk (Sun or JRockit). Set this in PATH. When you run java -version, it should refer this 64 bit jdk. Then run command like java -d64 -jar wls1033_generic.jar (if -d64 do not work, try -D64). Basically generic installer for 64 bit will not have any JDK built in. You have to download it first and then use it for installing weblogic.
    Thanks
    Ravi Jegga

  • Integrating Apahce HTTP server with Oracle Entitlement Server

    Hi,
    In our project we are trying to protect a applicaiton via Oracle entitlement server. And the login page for the same is hosted on the Apache server. But we are facing issue with the Log In page.
    My apache is installed int he c:\apache folder.
    The ssm folder for apache is c:\bea\ales32-ssm\apache-ssm\instance\asm1\config
    the wles_module is at c:\bea\ales32-ssm\apache-ssm\lib\mod_wles.dll
    I have added the follwoing lines in my httpd.conf file
    LoadModule wles_module c:\bea\ales32-ssm\apache-ssm\lib\mod_wles.dll
    <IfModule mod_wles.cpp>
    WLESConfigDir c:\bea\ales32-ssm\apache-ssm\instance\asm1\config
    </IfModule>
    But while access the Apache home page I am gettign the error saying -
    [Mon Mar 02 17:50:46 2009] [error] Unable to get HTTPServer instance, please check configuration.
    [Mon Mar 02 17:50:46 2009] [error] WLESConfigDir=c:\\bea\\ales32-ssm\\apache-ssm\\instance\\asm1\\config
    Please let me knwo if I am missing any.

    I am trying to access the URL -
    http://<servername>:8080/test/foo.html where test/foo.html is located at c:\apache\apache2 (the docroot of Apache)
    The Default.properties is as follow -
    # Default policydomain settings for this runtime. Each policydomain can override these settings by creating their own
    # configuration file named after the policydomain - if the policydomain is named "mydomain" then it's properties is named
    # "mydomain.properties"
    # All of these settings persist until the server which uses this runtime is shut down and restarted (loaded once on startup)
    ### Authentication settings
    # Order in which authentication methods are valued. First mechanism takes precedence over the latter. Valid values are
    # FORM - authenticate the user by collecting credentials (asking the user questions)
    authentication.precedence=FORM
    authentication.initialForm=/test/NamePasswordForm.html
    authentication.nameCallback[]=username:/test/NamePasswordForm.html
    authentication.passwordCallback[]=password:/test/NamePasswordForm.html
    authentication.onatnfailure=/test/atnfailure.html
    authentication.onatzfailure=/test/atzfailure.html
    authentication.default.resultform=/test/loggedin.html
    ### Single-sign on domain. Must include at least 2 dots. For example: .bea.com
    authentication.cookiedomain=.bea.com
    ### SAML Identity Transfer settings
    # If this is set to true, SAML identity transfer is accepted in the post handler
    saml.incoming.enable=false
    # The URL that consumes SAML Browser/POST data -- SAMLIn.html is a sample
    saml.incoming.url=<SAMLAssertionConsumerServiceURL>/test/SAMLIn.html
    # If this is set to true, SAML SSIs are enabled, allowing for outgoing identity transfer via the SAML template
    saml.outgoing.enable=false
    ### Role Mapping Settings
    # Any value other than "true" is false and disables role mapping
    rolemapping.enable=false
    # The name of the variable injected into the request stream which contains a comma seperated list of roles
    rolemapping.name=WLES_ROLES
    ### Credential Mapping Settings
    # Any value of than "true" is false and disables credential mapping
    credentialmapping.enable=false
    # A comma seperated list of credentials to query the runtime for on each request. If the examples
    # exist they will be added into the request stream and made availble to subsequant cgis
    # If the credentials don't exist or are not defined no credentials are injected into the request stream
    credentialmapping.credtypes=weblogic.UserPassword
    # The name prepended to the credential before it is added to the request stream. A number may be added to make the name
    # unique - i.e. CRED1=B64(SAMLResponse) CRED2=DBPassword etc
    credentialmapping.prefix=CRED
    ### Session settings
    # Session inactivity timeout in seconds
    session.inactivity.timeout=600
    # Session absolute timeout in seconds - causing the user to re-authenticate - zero means never
    session.absolute.timeout=86400
    # Session logoff URL
    session.forcedlogoffURL=/test/logoff.html
    # Session cookie prefix - used to create a unique session cookie - any string including null will do - a unique code is attached to the prefix
    session.cookie.name=ALESIdentityAssertion
    # Session cookie prefix - used to create a session cookie for non sensitive data
    session.misc.cookie.name=WLES_MISC
    # The SSM WS Configuration ID
    ssmconfig.default=asm1
    ### Naming Authorities
    namingauthority.resource=ARME_RESOURCE_AUTHORITY
    namingauthority.action=ARME_ACTION_AUTHORITY
    namingauthority.audit=AUDITBASE
    webservice.registry.url=http://192.168.179.130:9000/ServiceRegistry
    ### SSL Settings
    # Directory that contains ssl PEM and configuration files (such as wles-ssm.pem).
    # Use forward slashes (/) even on Windows. For example: c:/path1/path2/ssl
    ssl.directory=C:/bea/ales32-ssm/apache-ssm/instance/asm1/ssl
    ### Debug Settings
    # The log level (Possible values are error or debug)
    log.level=error

  • Oracle Access Manager 11g r2 with Oracle Entitlement Server 11g r2

    Hello,
    I would like to set up a configuration with Oracle Access Manager 11g r2 where Authentication is against Active Directory, and Authorisation is against Oracle internet Directory
    Access Manager has to get authorizations from Oracle internet Directory via Oracle Entitlement Server
    I cant find any document describing how to integrate Oracle Access Manager with Oracle Entitlement Server
    could any one help ?
    Regards

    Hi all,
    I am facing some issue with the distribution of the policy in the security module of OES.
    The "application" distribution tab allows me to distribute the policy created but does not generate any distribution ID or address for webservice access.
    I am using OES 11.1.5
    Thanks in advance.

  • Oracle entitlements server

    Hi All,
    please provide me the document for installation and configuration of Oracle Entitlements Server in linux(if you have step by step snapshot it would be helpfull)
    Thank you

    Hi Srivatsa,
    links below should help you get started with Oracle Entitlements Server. Let me known if you have other questions.
    Bye,
    Subbu
    *My Blog: [url http://accessmanagement.wordpress.com/]Authorization for the Real World*
    *Follow me on [url https://twitter.com/#!/BloggerSubbu]Twitter*
    Download products:
    [url http://www.oracle.com/technetwork/middleware/weblogic/downloads/wls-main-097127.html] Oracle WebLogic Server 11gR1 (10.3.5)
    [url http://download.oracle.com/otn/linux/middleware/11g/111150/ofm_rcu_linux_11.1.1.5.0_disk1_1of1.zip ] RCU 11.1.1.5.0 - Linux
    [url http://download.oracle.com/otn/nt/middleware/11g/111150/ofm_rcu_win_11.1.1.5.0_disk1_1of1.zip ] RCU 11.1.1.5.0 - Windows
    [url http://www.oracle.com/technetwork/middleware/downloads/oid-11g-161194.html ] Oracle Identity and Access Management (11.1.1.5.0) - OES Admin
    [url http://download.oracle.com/otn/nt/middleware/11g/111150/ofm_oesclient_generic_11.1.1.5.0_disk1_1of1.zip] Oracle Entitlements Server Client (11.1.1.5.0) - OES SM
    Documentation:
    [url http://download.oracle.com/docs/cd/E21764_01/install.1111/e12002/oes.htm] OES Installation doc
    [url http://download.oracle.com/docs/cd/E21764_01/doc.1111/e14096/toc.htm] OES Admin Guide
    [url http://download.oracle.com/docs/cd/E21764_01/security.1111/e14097/toc.htm] OES Dev Guide
    Edited by: Subbu Devulapalli on Jun 14, 2011 3:19 AM

  • Oracle Entitlements Server - Training/Education Question

    Is developer or administrator training available for Oracle Entitlements Server (formerly AquaLogic Enterprise Security)?
    I was unable to find any training for this product.
    If training is not available for this product then is there a timeframe when it would be available?
    I did find a 1 day policy modeling course. I was more interested on product installation, administration, configuration and application integration (e.g. usage from WebLogic Portal or ALSB or ALDSP) tasks.
    Thanks
    Edited by: user651936 on Sep 28, 2008 11:00 AM

    Martin , i have some question about the product (you have my private contact if you can't answer with too much details)
    Can we share oracle database with OES and other product like IDM or OIM? We have some issues with OIM and IDM in the same database we can't install in the same database because there are some requirement about NLS_LENGTH_SEMANTICS (OIM char, IDM byte)
    About integration with OAM, is there some out of the box connector? Can we use only OES without OAM?
    About provisioning users in OES repository, is there some integration out of the box with OIM?
    About platform and application integration which is your experience about heterogenous enviroment (jboss, tomcat, oas, bea with and without apache in the front end, linux, solaris, and windows) and application already deployed in customer enviroment?
    Regards

  • Oracle Entitlement Server 11g Exception issue need to be solved

    Hi Friends,
    Need your guidance and help to fix this exception of (oracle entitlement server 11 g).
    please let me know the meaning of this error;
    oracle.security.oes.OesException: OES-04004: Credential is not found for trust key store
    got this error at the time when trying to execute : ./enroll.sh
    Thank You ,
    Regards,
    Prem

    Candy,
    all this steps are not necessary... and apachectl is deprecated.
    Simply go to $ORACLE_INSTANCE/bin and start your OHS with *./opmnctl startall*. (It also sets all your ORACLE_HOME, ORACLE_INSTANCE, COMPONENT_TYPE, COMPONENT_NAME values).
    HTH,
    --olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Installing Oracle Entitlements Server

    hi all,
    i try to install oracle entitlements server in my pc.
    but after install everything i can't start Service Control management and i foud the following error log.
    i believe nothing is using in port 7063.
    bocz i check with netstat command.
    ERROR 2010-01-03 13:37:41 [local-soap-server.jsse-listener] Error creating an SSLServerSocket. See error log for details.
    INFO | jvm 1 | 2010/01/03 21:37:41 | java.net.BindException: Address already in use: JVM_Bind
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at java.net.PlainSocketImpl.socketBind(Ljava.net.InetAddress;I)V(Native Method)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at java.net.ServerSocket.bind(ServerSocket.java:319)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at java.net.ServerSocket.<init>(ServerSocket.java:185)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at javax.net.ssl.SSLServerSocket.<init>(SSLServerSocket.java:106)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at javax.net.ssl.impl.SSLServerSocketImpl.<init>(Lcom.certicom.tls.interfaceimpl.TLSSystem;IILjava.net.InetAddress;)V(Unknown Source)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at javax.net.ssl.impl.SSLServerSocketFactoryImpl.createServerSocket(IILjava.net.InetAddress;)Ljava.net.ServerSocket;(Unknown Source)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at com.bea.security.scm.ssl.JsseListener.newServerSocket(JsseListener.java:154)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.mortbay.util.ThreadedServer.open(ThreadedServer.java:436)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.mortbay.util.ThreadedServer.start(ThreadedServer.java:462)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.mortbay.http.SocketListener.start(SocketListener.java:175)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.mortbay.http.HttpServer.start(HttpServer.java:671)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at com.bea.security.scm.soap.JettySoapServer.start(JettySoapServer.java:236)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.framework.container.ContainerUtil.start(ContainerUtil.java:251)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.excalibur.containerkit.lifecycle.LifecycleHelper.startup(LifecycleHelper.java:152)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.startup(DefaultApplication.java:481)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.doRunPhase(DefaultApplication.java:429)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.runPhase(DefaultApplication.java:365)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.start(DefaultApplication.java:139)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.framework.container.ContainerUtil.start(ContainerUtil.java:251)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.kernel.DefaultKernel.startup(DefaultKernel.java:178)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.kernel.DefaultKernel.addApplication(DefaultKernel.java:254)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.deployer.DefaultDeployer.deploy(DefaultDeployer.java:353)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployFile(DefaultEmbeddor.java:498)
    INFO | jvm 1 | 2010/01/03 21:37:41 | org.apache.excalibur.containerkit.lifecycle.LifecycleException: Component named "local-soap-server" failed to pass through the Starting stage. (Reason: org.mortbay.util.MultiException[java.io.IOException: Error creating an SSLServerSocket. See error log for details.]).
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.excalibur.containerkit.lifecycle.LifecycleHelper.fail(LifecycleHelper.java:289)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.excalibur.containerkit.lifecycle.LifecycleHelper.startup(LifecycleHelper.java:159)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.startup(DefaultApplication.java:481)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.doRunPhase(DefaultApplication.java:429)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.runPhase(DefaultApplication.java:365)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.start(DefaultApplication.java:139)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.framework.container.ContainerUtil.start(ContainerUtil.java:251)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.kernel.DefaultKernel.startup(DefaultKernel.java:178)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.kernel.DefaultKernel.addApplication(DefaultKernel.java:254)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.deployer.DefaultDeployer.deploy(DefaultDeployer.java:353)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployFile(DefaultEmbeddor.java:498)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployFile(DefaultEmbeddor.java:491)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployFiles(DefaultEmbeddor.java:476)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployDefaultApplications(DefaultEmbeddor.java:466)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.execute(DefaultEmbeddor.java:224)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.frontends.CLIMain.run(CLIMain.java:158)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at java.lang.Thread.run()V(Unknown Source)
    INFO | jvm 1 | 2010/01/03 21:37:41 | Caused by: org.mortbay.util.MultiException[java.io.IOException: Error creating an SSLServerSocket. See error log for details.]
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.mortbay.http.HttpServer.start(HttpServer.java:640)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at com.bea.security.scm.soap.JettySoapServer.start(JettySoapServer.java:236)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.framework.container.ContainerUtil.start(ContainerUtil.java:251)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.excalibur.containerkit.lifecycle.LifecycleHelper.startup(LifecycleHelper.java:152)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      ... 15 more
    INFO | jvm 1 | 2010/01/03 21:37:41 | There was an uncaught exception:
    INFO | jvm 1 | 2010/01/03 21:37:41 | ---------------------------------------------------------
    INFO | jvm 1 | 2010/01/03 21:37:41 | --- Message ---
    INFO | jvm 1 | 2010/01/03 21:37:41 | Failed to start application scm-asi.
    INFO | jvm 1 | 2010/01/03 21:37:41 | --- Stack Trace ---
    INFO | jvm 1 | 2010/01/03 21:37:41 | org.apache.avalon.phoenix.interfaces.DeploymentException: Failed to start application scm-asi.
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.deployer.DefaultDeployer.deploy(DefaultDeployer.java:379)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployFile(DefaultEmbeddor.java:498)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployFile(DefaultEmbeddor.java:491)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployFiles(DefaultEmbeddor.java:476)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployDefaultApplications(DefaultEmbeddor.java:466)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.execute(DefaultEmbeddor.java:224)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.frontends.CLIMain.run(CLIMain.java:158)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at java.lang.Thread.run()V(Unknown Source)
    INFO | jvm 1 | 2010/01/03 21:37:41 | Caused by: org.apache.avalon.framework.CascadingException: Failed to start application scm-asi.
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.kernel.DefaultKernel.startup(DefaultKernel.java:195)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.kernel.DefaultKernel.addApplication(DefaultKernel.java:254)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.deployer.DefaultDeployer.deploy(DefaultDeployer.java:353)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      ... 7 more
    INFO | jvm 1 | 2010/01/03 21:37:41 | Caused by: org.apache.avalon.phoenix.interfaces.ApplicationException: Component named "local-soap-server" failed to pass through the Starting stage. (Reason: org.mortbay.util.MultiException[java.io.IOException: Error creating an SSLServerSocket. See error log for details.]).
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.start(DefaultApplication.java:145)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.framework.container.ContainerUtil.start(ContainerUtil.java:251)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.kernel.DefaultKernel.startup(DefaultKernel.java:178)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      ... 9 more
    INFO | jvm 1 | 2010/01/03 21:37:41 | Caused by: org.apache.excalibur.containerkit.lifecycle.LifecycleException: Component named "local-soap-server" failed to pass through the Starting stage. (Reason: org.mortbay.util.MultiException[java.io.IOException: Error creating an SSLServerSocket. See error log for details.]).
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.excalibur.containerkit.lifecycle.LifecycleHelper.fail(LifecycleHelper.java:289)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.excalibur.containerkit.lifecycle.LifecycleHelper.startup(LifecycleHelper.java:159)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.startup(DefaultApplication.java:481)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.doRunPhase(DefaultApplication.java:429)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.runPhase(DefaultApplication.java:365)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.start(DefaultApplication.java:139)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      ... 11 more
    INFO | jvm 1 | 2010/01/03 21:37:41 | Caused by: org.mortbay.util.MultiException[java.io.IOException: Error creating an SSLServerSocket. See error log for details.]
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.mortbay.http.HttpServer.start(HttpServer.java:640)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at com.bea.security.scm.soap.JettySoapServer.start(JettySoapServer.java:236)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.framework.container.ContainerUtil.start(ContainerUtil.java:251)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.excalibur.containerkit.lifecycle.LifecycleHelper.startup(LifecycleHelper.java:152)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      ... 15 more
    INFO | jvm 1 | 2010/01/03 21:37:41 | rethrown from
    INFO | jvm 1 | 2010/01/03 21:37:41 | org.apache.avalon.framework.CascadingException: Failed to start application scm-asi.
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.kernel.DefaultKernel.startup(DefaultKernel.java:195)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.kernel.DefaultKernel.addApplication(DefaultKernel.java:254)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.deployer.DefaultDeployer.deploy(DefaultDeployer.java:353)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployFile(DefaultEmbeddor.java:498)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployFile(DefaultEmbeddor.java:491)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployFiles(DefaultEmbeddor.java:476)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployDefaultApplications(DefaultEmbeddor.java:466)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.execute(DefaultEmbeddor.java:224)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.frontends.CLIMain.run(CLIMain.java:158)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at java.lang.Thread.run()V(Unknown Source)
    INFO | jvm 1 | 2010/01/03 21:37:41 | Caused by: org.apache.avalon.phoenix.interfaces.ApplicationException: Component named "local-soap-server" failed to pass through the Starting stage. (Reason: org.mortbay.util.MultiException[java.io.IOException: Error creating an SSLServerSocket. See error log for details.]).
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.start(DefaultApplication.java:145)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.framework.container.ContainerUtil.start(ContainerUtil.java:251)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.kernel.DefaultKernel.startup(DefaultKernel.java:178)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      ... 9 more
    INFO | jvm 1 | 2010/01/03 21:37:41 | Caused by: org.apache.excalibur.containerkit.lifecycle.LifecycleException: Component named "local-soap-server" failed to pass through the Starting stage. (Reason: org.mortbay.util.MultiException[java.io.IOException: Error creating an SSLServerSocket. See error log for details.]).
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.excalibur.containerkit.lifecycle.LifecycleHelper.fail(LifecycleHelper.java:289)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.excalibur.containerkit.lifecycle.LifecycleHelper.startup(LifecycleHelper.java:159)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.startup(DefaultApplication.java:481)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.doRunPhase(DefaultApplication.java:429)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.runPhase(DefaultApplication.java:365)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.start(DefaultApplication.java:139)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      ... 11 more
    INFO | jvm 1 | 2010/01/03 21:37:41 | Caused by: org.mortbay.util.MultiException[java.io.IOException: Error creating an SSLServerSocket. See error log for details.]
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.mortbay.http.HttpServer.start(HttpServer.java:640)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at com.bea.security.scm.soap.JettySoapServer.start(JettySoapServer.java:236)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.framework.container.ContainerUtil.start(ContainerUtil.java:251)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.excalibur.containerkit.lifecycle.LifecycleHelper.startup(LifecycleHelper.java:152)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      ... 15 more
    INFO | jvm 1 | 2010/01/03 21:37:41 | rethrown from
    INFO | jvm 1 | 2010/01/03 21:37:41 | org.apache.avalon.phoenix.interfaces.ApplicationException: Component named "local-soap-server" failed to pass through the Starting stage. (Reason: org.mortbay.util.MultiException[java.io.IOException: Error creating an SSLServerSocket. See error log for details.]).
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.start(DefaultApplication.java:145)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.framework.container.ContainerUtil.start(ContainerUtil.java:251)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.kernel.DefaultKernel.startup(DefaultKernel.java:178)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.kernel.DefaultKernel.addApplication(DefaultKernel.java:254)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.deployer.DefaultDeployer.deploy(DefaultDeployer.java:353)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployFile(DefaultEmbeddor.java:498)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployFile(DefaultEmbeddor.java:491)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployFiles(DefaultEmbeddor.java:476)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployDefaultApplications(DefaultEmbeddor.java:466)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.execute(DefaultEmbeddor.java:224)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.frontends.CLIMain.run(CLIMain.java:158)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at java.lang.Thread.run()V(Unknown Source)
    INFO | jvm 1 | 2010/01/03 21:37:41 | Caused by: org.apache.excalibur.containerkit.lifecycle.LifecycleException: Component named "local-soap-server" failed to pass through the Starting stage. (Reason: org.mortbay.util.MultiException[java.io.IOException: Error creating an SSLServerSocket. See error log for details.]).
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.excalibur.containerkit.lifecycle.LifecycleHelper.fail(LifecycleHelper.java:289)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.excalibur.containerkit.lifecycle.LifecycleHelper.startup(LifecycleHelper.java:159)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.startup(DefaultApplication.java:481)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.doRunPhase(DefaultApplication.java:429)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.runPhase(DefaultApplication.java:365)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.start(DefaultApplication.java:139)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      ... 11 more
    INFO | jvm 1 | 2010/01/03 21:37:41 | Caused by: org.mortbay.util.MultiException[java.io.IOException: Error creating an SSLServerSocket. See error log for details.]
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.mortbay.http.HttpServer.start(HttpServer.java:640)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at com.bea.security.scm.soap.JettySoapServer.start(JettySoapServer.java:236)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.framework.container.ContainerUtil.start(ContainerUtil.java:251)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.excalibur.containerkit.lifecycle.LifecycleHelper.startup(LifecycleHelper.java:152)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      ... 15 more
    INFO | jvm 1 | 2010/01/03 21:37:41 | rethrown from
    INFO | jvm 1 | 2010/01/03 21:37:41 | org.apache.excalibur.containerkit.lifecycle.LifecycleException: Component named "local-soap-server" failed to pass through the Starting stage. (Reason: org.mortbay.util.MultiException[java.io.IOException: Error creating an SSLServerSocket. See error log for details.]).
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.excalibur.containerkit.lifecycle.LifecycleHelper.fail(LifecycleHelper.java:289)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.excalibur.containerkit.lifecycle.LifecycleHelper.startup(LifecycleHelper.java:159)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.startup(DefaultApplication.java:481)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.doRunPhase(DefaultApplication.java:429)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.runPhase(DefaultApplication.java:365)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.start(DefaultApplication.java:139)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.framework.container.ContainerUtil.start(ContainerUtil.java:251)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.kernel.DefaultKernel.startup(DefaultKernel.java:178)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.kernel.DefaultKernel.addApplication(DefaultKernel.java:254)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.deployer.DefaultDeployer.deploy(DefaultDeployer.java:353)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployFile(DefaultEmbeddor.java:498)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployFile(DefaultEmbeddor.java:491)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployFiles(DefaultEmbeddor.java:476)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployDefaultApplications(DefaultEmbeddor.java:466)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.execute(DefaultEmbeddor.java:224)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.frontends.CLIMain.run(CLIMain.java:158)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at java.lang.Thread.run()V(Unknown Source)
    INFO | jvm 1 | 2010/01/03 21:37:42 | Caused by: org.mortbay.util.MultiException[java.io.IOException: Error creating an SSLServerSocket. See error log for details.]
    INFO | jvm 1 | 2010/01/03 21:37:42 |      at org.mortbay.http.HttpServer.start(HttpServer.java:640)
    INFO | jvm 1 | 2010/01/03 21:37:42 |      at com.bea.security.scm.soap.JettySoapServer.start(JettySoapServer.java:236)
    INFO | jvm 1 | 2010/01/03 21:37:42 |      at org.apache.avalon.framework.container.ContainerUtil.start(ContainerUtil.java:251)
    INFO | jvm 1 | 2010/01/03 21:37:42 |      at org.apache.excalibur.containerkit.lifecycle.LifecycleHelper.startup(LifecycleHelper.java:152)
    INFO | jvm 1 | 2010/01/03 21:37:42 |      ... 15 more
    INFO | jvm 1 | 2010/01/03 21:37:42 | rethrown from
    INFO | jvm 1 | 2010/01/03 21:37:42 | org.mortbay.util.MultiException[java.io.IOException: Error creating an SSLServerSocket. See error log for details.]
    INFO | jvm 1 | 2010/01/03 21:37:42 |      at org.mortbay.http.HttpServer.start(HttpServer.java:640)
    INFO | jvm 1 | 2010/01/03 21:37:42 |      at com.bea.security.scm.soap.JettySoapServer.start(JettySoapServer.java:236)
    INFO | jvm 1 | 2010/01/03 21:37:42 |      at org.apache.avalon.framework.container.ContainerUtil.start(ContainerUtil.java:251)
    INFO | jvm 1 | 2010/01/03 21:37:42 |      at org.apache.excalibur.containerkit.lifecycle.LifecycleHelper.startup(LifecycleHelper.java:152)
    INFO | jvm 1 | 2010/01/03 21:37:42 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.startup(DefaultApplication.java:481)
    INFO | jvm 1 | 2010/01/03 21:37:42 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.doRunPhase(DefaultApplication.java:429)
    INFO | jvm 1 | 2010/01/03 21:37:42 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.runPhase(DefaultApplication.java:365)
    INFO | jvm 1 | 2010/01/03 21:37:42 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.start(DefaultApplication.java:139)
    INFO | jvm 1 | 2010/01/03 21:37:42 |      at org.apache.avalon.framework.container.ContainerUtil.start(ContainerUtil.java:251)
    INFO | jvm 1 | 2010/01/03 21:37:42 |      at org.apache.avalon.phoenix.components.kernel.DefaultKernel.startup(DefaultKernel.java:178)
    INFO | jvm 1 | 2010/01/03 21:37:42 |      at org.apache.avalon.phoenix.components.kernel.DefaultKernel.addApplication(DefaultKernel.java:254)
    INFO | jvm 1 | 2010/01/03 21:37:42 |      at org.apache.avalon.phoenix.components.deployer.DefaultDeployer.deploy(DefaultDeployer.java:353)
    INFO | jvm 1 | 2010/01/03 21:37:42 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployFile(DefaultEmbeddor.java:498)
    INFO | jvm 1 | 2010/01/03 21:37:42 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployFile(DefaultEmbeddor.java:491)
    INFO | jvm 1 | 2010/01/03 21:37:42 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployFiles(DefaultEmbeddor.java:476)
    INFO | jvm 1 | 2010/01/03 21:37:42 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployDefaultApplications(DefaultEmbeddor.java:466)
    INFO | jvm 1 | 2010/01/03 21:37:42 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.execute(DefaultEmbeddor.java:224)
    INFO | jvm 1 | 2010/01/03 21:37:42 |      at org.apache.avalon.phoenix.frontends.CLIMain.run(CLIMain.java:158)
    INFO | jvm 1 | 2010/01/03 21:37:42 |      at java.lang.Thread.run()V(Unknown Source)
    INFO | jvm 1 | 2010/01/03 21:37:42 |
    INFO | jvm 1 | 2010/01/03 21:37:42 | ---------------------------------------------------------
    INFO | jvm 1 | 2010/01/03 21:37:42 |

    hi,
    Thanks for response. now i can solve that problem.
    I have some other problem.
    I go to administration url https://localhost:7060/entitlementsadministration and login into it using admin/password. then it go forward to main page and stop there. i can only see blank in main page and i found SSL certificate error in my browser. i try to install that certificate but i still have same problem.
    Do u have any idea?
    With Regards,
    WP

  • Where can I get Oracle database server 9i for windows 2003

    Hi,
    I need Oracle Database Server 9i for Windows 2003. From Oracle online download, there is one a patch set available. Where can I get the full version?
    Thanks
    Laura

    Hi, I found the solution. There is no software to direcly install Oracle 9i on Windows 2003. I need to install the software for NT/2000 first, the patch it.
    That's why there is only patchset for 2003 for downloading. See the doc below:
    three installation components required to install
    Oracle9i Database release 2 (9.2.0.3.0) on Windows Server 2003. These three
    installation components must be installed in the order listed. If you are
    migrating a pre-existing Oracle9i database to Windows Server 2003, first
    upgrade the database to the Oracle9i Database release 2 (9.2.0.3.0) patch set
    before upgrading the operating system.
    Obtain the following installation components:
    Oracle9i Database Release 2 (9.2.0.1.0) for Windows
    Oracle Universal Installer release 2.2.0.18.0 for Windows
    Oracle9i Database Release 2 (9.2.0.3.0) Patch Set for Windows

  • Can I install Oracle Report Server 6i in Windows 2000???

    Can I install Oracle Report Server 6i in Windows 2000???
    Please reply.
    Thanks,
    Mukesh

    Yes you can, but be sure you will not install it in the same home with 8.7 or later versions of database.

  • Integration steps for Oracle entitlement server & R12 EBS

    Hi,
    Can anyone give me the steps to inegration Oracle entitlement server & R12 EBS

    Hi,
    As a quick test, can you check whether you are able to connect to that Oracle DB using sys?
    If DB is in remote machine, please check the accessibility.
    If you are still not able to do it with db config tool, you can try manually using the link
    -Mahendra.

  • How to enable high availability on SQL Server 2005 with Windows Server 2008 Enterprise R2

    Dear Folks,
    I would like to ask you about this thing. I'm working for IT department for bank in Myanmar. Our bank have up to 96 branches across all of Myanmar including H.O. We are using Microsoft SQL Server 2005 with Windows Server 2008 for our banking
    information system. My main problem is having to backup and restore the database backup files every time the servers in branches goes down for whatever reasons. I want to deploy this feature of high availability and failover cluster using Windows Server 2008
    and SQL Server 2005. Our branches have 2 Servers. One is for Primary and other is for Backup. What I want to do is that, I want to change Backup Server to Primary Server whenever the Primary Server goes down for whatever reasons. All the working data and databases
    from Primary will immediately replicated into Backup Server along with all the IP information of Primary Server. Please give me step by step guide for this process.

    Try below
    http://blogs.msdn.com/b/cindygross/archive/2009/10/23/checklist-for-installing-sql-server-2005-as-a-clustered-instance.aspx
    I will recommend you to upgrade SQL server to newer version for support as well as flexibility.
    Regards,
    Vishal Patel
    Blog: http://vspatel.co.uk
    Site: http://lehrity.com

  • Oracle Application Server 10g with 11g Database

    Hi everyone,
    If anyone can tell, is there any compatibility issues in Oracle Application Server 10g with 11g Database?
    Will it work properly?
    Thanks

    hi,
    This will be helpful,
    http://www.oracle.com/technetwork/middleware/ias/downloads/as-certification-r2-101202-095871.html#CHDBFJFD
    which states
    "All available editions of Oracle Database 11g (11.1.0.6) or higher are supported. Please refer to Metalink note 740417.1 for details on Oracle Database 11gR1 Certification for Oracle Application Server 10g (10.1.2.x) and Metalink note 887365.1 for details on Oracle Database 11gR2 Certification for Oracle Application Server 10g (10.1.2.x) "
    Regards
    Fabian

Maybe you are looking for

  • Installation problem on Intel

    I have tried to install Solaris 8 on my Dell machine. I have tried to boot both directly via CD and by using Device Configuration Assistant on a floppy.. The first screen says this.... SunOS Secondary Boot version 3.00 WARNING: ACPI Tables not in Rec

  • Video OUT

    I recently bought a 3rd party A/V out cable. I can hear audio out of the plugs to the TV but no Video. Yes I know that the yellow cable is the composite video signal. I have tried 2 3rd party cable and neither of the Video outs work.....I have gone t

  • MDM Import Server after error in import file

    We setup Import Server and it processed a few files.  then we tested what happens when there is an error. it logged a file to LOG folder. but would not start picking up new files we dropped in the READY folder.  We removed the file with an error but

  • Offline Processing Changes

    Just noticed that the link Collecting credit card details for offline processing in this document is broken. http://helpx.adobe.com/business-catalyst/kb/offline-processing-changes---post.html

  • Updating Amount in DFKKCOHI through FPCOPARA

    Hello Experts, I understand that when transaction FPCOPARA is run for a correspondence (say account statement priniting), it updates the amount field DFKKCOHI-SALBE. I observed that this amount is pulled from open account balance through standard FM