Entitlements Server Policy Creation

Hi
Can any one please tell me whether the following cases are feasible
Do the users need to be existing physically in DB(Admin Server) before creating a policy for the respective user ??
(we were actually looking to for creation of policy with the userName by using a LDAP -- Question is whether the administration server sync up with the LDAP? )
If there is any workaround or any earlier discussion on this please forward me
Thanks
Kish

:/opt/SUNWappserver/domains/domain1/applications/j2ee.apps/epcis/-
this should be j2ee-apps.
i take it you rebooted the server then

Similar Messages

  • 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 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.

  • OES(oracle entitlement server)

    Hi,
    can anybody please explain me the difference between oracle entitlement server(Authorization Policy Manager) and oracle entitlement Server client(OES Client).
    Thank you

    Hi Srivatsa,
         I strongly recommend that you look at [url http://www.oracle.com/technetwork/middleware/oes/overview/index.html]OES White Paper, which has a lot of details on the product.
    Oracle Entitlement Server (OES) has two main components:
    1) OES Administration Server (previously Authorizaton Policy Manager)
    This is the main management console which has UI, administration tools etc.
    2) OES SM (Client/Agent)
    The runtime component which computes the actual authorization decision
    and provides the authorization service
    Bye,
    Subbu Devulapalli
    *My Blog: [url http://accessmanagement.wordpress.com/]Authorization for the Real World*
    *Follow me on [url https://twitter.com/#!/BloggerSubbu]Twitter*
    Edited by: user743696 on Jun 13, 2011 8:15 PM
    Edited by: Subbu Devulapalli on Jun 14, 2011 3:15 AM

  • Server.policy file

    The ejb I am developing is trying to delete the following file from a local filesystem (Linux SuSE 9.3 Pro) : /path/to/file/delete.me I get the following exception:
    java.security.AccessControlException: access denied (java.io.FilePermission /path/to/file/delete.me delete)
    at java.security.AccessControlContext.checkPermission(AccessControlContext.java:264)
    at java.security.AccessController.checkPermission(AccessController.java:427)
    at java.lang.SecurityManager.checkPermission(SecurityManager.java:532)
    at java.lang.SecurityManager.checkDelete(SecurityManager.java:990)
    at java.io.File.delete(File.java:869)
    I tried to modify the server.policy file adding the following line:
    permission java.io.FilePermission "/path/to/file/delete.me", "delete";
    but nothing changes, even when I restart the application server (don't know even if it is necessary to restart). I am using Sun Java System Application Server Enterprise Edition 8.1. Any help is welcome...
    Thanks in advance
    null

    I think I solved the problem. At least I managed to delete the file :-)
    First I had to add the following line to JRE's java.policy file:
    permission java.io.FilePermission "/path/to/file/delete.me", "delete";Then I added the following entry to the server's server.policy file:
    grant codeBase "file:${com.sun.aas.instanceRoot}/applications/j2ee-apps/MyApp-" {
      permission java.io.FilePermission "/path/to/file/delete.me", "delete";
    };like described here:
    http://docs.sun.com/app/docs/doc/819-3659/6n5s6m58n?a=view#beabz
    I hope this could help to someone with the same problem

  • 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                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • 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

  • 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

  • Server.policy how to solve this problem of permission

    I had deployed a adf faces application.
    I think adf framework build images, and javascritps at cache....
    then my page appear like this:
    http://img113.imageshack.us/img113/7519/adferror9lb.jpg
    the erros at log of SunApplicationServer of this issue is this:
    http://img115.imageshack.us/img115/3169/imagem1lm.jpg
    my server.policy is equal this:
    server.policy
    // Copyright 2004-2005 Sun Microsystems, Inc.  All rights reserved.
    // Use is subject to license terms.
    /* Copyright 2004 Sun Microsystems, Inc. All rights reserved.     */
    /* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */
    // Core server classes get all permissions by default
    grant codeBase "file:${com.sun.aas.installRoot}/lib/-" {
         permission java.security.AllPermission;
    // lockhart classes get all permissions by default
    grant codeBase "file:${com.sun.aas.webconsoleLib}/cc.jar" {
            permission java.security.AllPermission;
    // jato classes get all permissions by default
    grant codeBase "file:${com.sun.aas.jatoRoot}/jato.jar" {
            permission java.security.AllPermission;
    // iMQ classes get all permissions by default
    grant codeBase "file:${com.sun.aas.imqLib}/-" {
         permission java.security.AllPermission;
    // ANT classes get all permissions by default
    grant codeBase "file:${com.sun.aas.antLib}/-" {
         permission java.security.AllPermission;
    // Pointbase embedded server classes get all permissions by default
    grant codeBase "file:${com.sun.aas.pointbaseRoot}/lib/-" {
         permission java.security.AllPermission;
    // Web Services classes get all permissions by default
    grant codeBase "file:${com.sun.aas.webServicesLib}/-" {
         permission java.security.AllPermission;
    // permissions for avkit classes
    grant codeBase "file:${j2ee.appverification.home}/lib/-" {
        permission java.security.AllPermission;
    // Basic set of required permissions granted to all remaining code
    grant {
         permission java.lang.RuntimePermission  "loadLibrary.*";
         permission java.lang.RuntimePermission  "queuePrintJob";
         permission java.net.SocketPermission    "*", "connect";
         permission java.io.FilePermission       "<<ALL FILES>>", "read, write, delete";
            // work-around for pointbase bug 4864405     
            permission java.io.FilePermission "${com.sun.aas.instanceRoot}${/}lib${/}databases${/}-", "delete";
            permission java.io.FilePermission "${java.io.tmpdir}${/}-", "delete";
         permission java.util.PropertyPermission "*", "read";
         permission java.lang.RuntimePermission     "modifyThreadGroup";
    // Following grant block is only required by Connectors. If Connectors
    // are not in use the recommendation is to remove this grant.
    grant {
            permission javax.security.auth.PrivateCredentialPermission "javax.resource.spi.security.PasswordCredential * \"*\"","read";
    // Following grant block is only required for Reflection. If Reflection
    // is not in use the recommendation is to remove this section.
    grant {
         permission java.lang.RuntimePermission "accessDeclaredMembers";
    // Permissions to invoke CORBA objects in server
    grant {
        permission com.sun.enterprise.security.CORBAObjectPermission "*", "*";
    };

    Delete the files extensions.* (extensions.rdf, extensions.cache, extensions.ini) and compatibility.ini in the Firefox [[Profiles|profile folder]] to reset the extensions registry.
    See "Corrupt extension files": http://kb.mozillazine.org/Unable_to_install_themes_or_extensions
    If you see disabled extensions that are not compatible on the next start in "Tools > Add-ons > Extensions" then click the "Find Updates" button to do a compatibility check.

  • E6 - Mail for Exchange (Mandatory Server Policy Fa...

    I bought my E6 for couple of weeks, and have been having this problem when I tried to setup Mail for Exchange on my company's email account, and got this "Mandatory Server Policy Failed".  
    Just have Nokia Care reinstall all latest firmware, same problem exists.  My software version is 022.014, version date is 2011-07-05.
    I used to have the same setting on C7, E7 and my Android phones for my company's email, all works fine. 
    Any solutions for this?  

    I have been trying to configure Mail for Exchange on Nokia E6-00, but it doesn't work at all. It doesn't ask for auto phone lock option mandatory. Which is asked while configuring Mail for Exchange on Nokia E63, E72 and 5530, 5800 and so on.
    Also I have searched Mail for Exchange software on OVi store but it is not available for E6-00. So that I can updated the existing software in my phone.
    Can anyone please guide to resolve this issue?
    Mail for exchange is perfectly working on my E6-00 for Hotmail, Gmail, Yahoo but its not working while I tried to configure my Official email.

  • Error - Web Server Policy Agents setup

    Hi
    I get the following error message when I try to set up a Web Server Policy Agent on a box
    [https-jakarta]: failure: CORE3170: Configuration initialization failed: Error running init function load-modules: dlopen of /opt/SUNWam/agents/es6/lib/libames6.so failed (ld.so.1: webservd: fatal: libamsdk.so.2: open failed: No such file or directory)
    [https-jakarta]: failure: server initialization failed
    the name of the web server instance is https-jakarta.
    And it is talking to the Access Manager instance on the same box.(but set to a different web server instance)
    I set up the PA on the above web server instance and then when I try to start up the web server instance it throws up the above message.
    Any suggestions?
    Anand

    Hi
    I get the following error message when I try to set up a Web Server Policy Agent on a box
    [https-jakarta]: failure: CORE3170: Configuration initialization failed: Error running init function load-modules: dlopen of /opt/SUNWam/agents/es6/lib/libames6.so failed (ld.so.1: webservd: fatal: libamsdk.so.2: open failed: No such file or directory)
    [https-jakarta]: failure: server initialization failed
    the name of the web server instance is https-jakarta.
    And it is talking to the Access Manager instance on the same box.(but set to a different web server instance)
    I set up the PA on the above web server instance and then when I try to start up the web server instance it throws up the above message.
    Any suggestions?
    Anand

  • 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

  • Schedule NetWare Restart using Dist Server Policy?

    Can anybody tell me the best way to schedule a one-time NetWare server restart? Seems that a Distributed Server Package would be the logical tool. I've used them to schedule restarts on Windows servers, but it's not obvious to me how to do that for a NetWare server.

    hnewman said on 8/26/2008,
    >But extending the question out, I might want to schedule a weekly
    >reboot on a handful of NetWare servers. I could push out a cron job the
    >same way, but isn't that the purpose of a Distributed Server policy? It
    >certainly is for Windows servers. Isn't there a way to do a 'restart
    >server' using that mechanism?
    I do not have a setup in front of me at the moment, but the documentation
    for the policy object shows that there is a schedule and you can set the
    schedule as you please. I haven't actually used the policy just for a
    reboot, but this should work just fine.
    HOw about these to links
    http://www.novell.com/documentation/...4.html#a2oekkc
    http://www.novell.com/documentation/...a/a332qh4.html
    Jared Jennings - Data Technique, Inc.
    Novell Support Forums Sysop
    My Blog and Wiki with Tips, Tricks, and Tutorials
    http://jaredjennings.org

  • Losing server.policy settings

    Hi,
    I am using Sun ONE 8.1 EE on Solaris.
    My application needs an entry in config/server.policy (a secuirty provider is available). Once added the application works.
    However, stopping and starting the instance will lose the change and go back to the origianl one.
    Any ideas how to deal with this?
    Thanks
    Rakesh

    You have to change server.policy in the DAS (Domain Admin Server) configuation directory and then restart the instances. For example, if your domain is called "domain1" and it is in the directory /var/opt/SUNWappserver/domains, then you should make changes to /var/opt/SUNWappserver/domains/domain1/config/server.policy file
    From 8.1 EE, configuration for all instances is stored in the DAS. At every restart, instances get the latest configuration from DAS and cache it. Making any changes to the configuration files stored in the cache does not help because it is overwritten by the files in DAS the next time instance is restarted.
    For a graphical explanation of this, see figure 4-1 at http://docs.sun.com/source/819-0215/nodeagent.html

  • Server.policy seems to be a problem for many libraries.

    I'm trying to play around with an app written with DWR and Hibernate, and the server.policy is getting in the way. I understand the reasons for it, but there should be (in my opinion) an easy way for one of two things to happen:
    1) Turn off security altogether, assuming that the environment is "trusted." Most of the servers I've worked with that support security have an option for this; see Websphere, for example, which has a checkbox for security to be on or off.
    2) Specify security policies in a server log that would relate the the security exception. For example, on a violation, the server might generate a log that says "for the error at 8/28/2005 @ 10:04 a.m., the security policy 'grant { ... }' would fulfill the requirements."
    For libraries that rely on their own reflection capabilities, etc., this sort of thing would be drastically useful, moreso than requiring admins to find out exactly where in their filesystems a given jar is deployed so they can fiddle with security settings, hoping they got the right ones (and enough of them.)

    For the first part of your post, please see http://docs.sun.com/source/819-0076/jvm.html#wp1031405
    Steps copied from the above link --
    To disable the security manager:
    Go to the JVM Options page of the Admin Console.
    For instructions, see Configuring the JVM Options.
    On the JVM Options page, remove this option:
    -Djava.security.policy
    Click Save.
    Restart the server.
    Hope this helps.

Maybe you are looking for

  • How do I find out whether HP Pavilion p7-1110 PC has USB 2.0 or 3.0?

    Have to do a clean install of Win7 and need an external hard drive to use for file backups.  Have no idea where to find the USB info on my computer, and have had zero response when doing search.  Am a bit tech-challenged, but learning.   Help.  This

  • How to center a flash content in fullscreen mode

    I tried this for a flash exe file : import flash.display.*; stage.scaleMode = StageScaleMode.SHOW_ALL; stage.displayState = StageDisplayState.FULL_SCREEN; but i get a full black screen. any ideas what i am doing wrong.

  • Export 16:9 .move file with FCP

    Hello, Since May this year I cannot export my FCP 16:9 project to a 16:9 .mov file anymore. The last good one I exported was May 4th, 2009. When I open this QuickTime file with FCP it is widescreen. I exported the same project on May 27th. That .mov

  • Defragment disks? Good or bad...

    OS: RH Linux X86_64 DB: 11.1.0.7 Storage: SAN w/64k page size. What does Oracle recommend as far as running disk defragmentation utilities on the database mount points? Our SA set this up and has been running it for a little over a week -- and we sus

  • New App development: App with music!

    Dear all. Highly appreciate for help and knowledge regarding one of our unique App requests. The job is a new Applications for a publisher that wants to stream some of his content/more or less like a radio App from his servers. Where we streams songs