Slow Admin Console

We are having an issue with our WLP 10.3.2 environment where the admin takes a while to startup. It is installed as a Windows service and always started within a couple of minutes until recently. No known changes that would affect this. Look at the logging below....the server showed running at 8:12 am shortly after last log entry below. Notice the 3 minute gaps at 8:06 and 8:09am. I would assume this is where the delay is but not sure as we saw this same entries in the logs when it started quicker, however, there were not large gaps in time like there is now. Let me know if you have any ideas, thanks.
####<May 28, 2013 8:06:54 AM CDT> <Notice> <Security> <qaportal1> <AdminServer> <ConnSetupMgr ldaps://qaadmserver1.fcqa.com:636> <<anonymous>> <> <> <1369746414936> <BEA-090898> <Ignoring the trusted CA certificate "CN=T-TeleSec GlobalRoot Class 3,OU=T-Systems Trust Center,O=T-Systems Enterprise Services GmbH,C=DE". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
####<May 28, 2013 8:06:54 AM CDT> <Notice> <Security> <qaportal1> <AdminServer> <ConnSetupMgr ldaps://qaadmserver1.fcqa.com:636> <<anonymous>> <> <> <1369746414936> <BEA-090898> <Ignoring the trusted CA certificate "CN=T-TeleSec GlobalRoot Class 2,OU=T-Systems Trust Center,O=T-Systems Enterprise Services GmbH,C=DE". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
####<May 28, 2013 8:06:55 AM CDT> <Notice> <Security> <qaportal1> <AdminServer> <ConnSetupMgr ldaps://qaadmserver1.fcqa.com:636> <<anonymous>> <> <> <1369746415014> <BEA-090898> <Ignoring the trusted CA certificate "CN=KEYNECTIS ROOT CA,OU=ROOT,O=KEYNECTIS,C=FR". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
####<May 28, 2013 8:09:39 AM CDT> <Notice> <Security> <qaportal1> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1369746579092> <BEA-090082> <Security initializing using security realm myrealm.>
####<May 28, 2013 8:12:13 AM CDT> <Notice> <WebLogicServer> <qaportal1> <AdminServer> <main> <<WLS Kernel>> <> <> <1369746733452> <BEA-000365> <Server state changed to STANDBY>
####<May 28, 2013 8:12:13 AM CDT> <Notice> <WebLogicServer> <qaportal1> <AdminServer> <main> <<WLS Kernel>> <> <> <1369746733452> <BEA-000365> <Server state changed to STARTING>

No real changes, we added an ADAM server to the provider list but it didn't seem to be a fix when I removed it....thanks.
<security-configuration>
<name>QA11</name>
<realm>
<sec:authentication-provider xsi:type="wls:iplanet-authenticatorType">
<sec:name>ADAM</sec:name>
<sec:control-flag>SUFFICIENT</sec:control-flag>
<wls:host>qaadmserver1.fcqa.com qaadmserver2.fcqa.com</wls:host>
<wls:port>636</wls:port>
<wls:user-object-class>user</wls:user-object-class>
<wls:ssl-enabled>true</wls:ssl-enabled>
<wls:user-name-attribute>cn</wls:user-name-attribute>
<wls:principal>cn=administrator,cn=users,dc=client,dc=fcqa,dc=com</wls:principal>
<wls:user-base-dn>cn=users,dc=client,dc=fcqa,dc=com</wls:user-base-dn>
<wls:credential-encrypted>bs</wls:credential-encrypted>
<wls:user-from-name-filter>(&amp;(cn=%u)(objectclass=user))</wls:user-from-name-filter>
<wls:cache-size>64</wls:cache-size>
<wls:cache-ttl>30</wls:cache-ttl>
<wls:group-base-dn>cn=users,dc=client,dc=fcqa,dc=com</wls:group-base-dn>
<wls:group-from-name-filter>(&amp;(cn=%g)(objectclass=group))</wls:group-from-name-filter>
<wls:static-group-object-class>group</wls:static-group-object-class>
<wls:parallel-connect-delay>10</wls:parallel-connect-delay>
<wls:connection-retry-limit>2</wls:connection-retry-limit>
<wls:static-member-dn-attribute>member</wls:static-member-dn-attribute>
<wls:connection-pool-size>100</wls:connection-pool-size>
<wls:static-group-dns-from-member-dn-filter>(&amp;(member=%M)(objectclass=group))</wls:static-group-dns-from-member-dn-filter>
<wls:dynamic-group-object-class></wls:dynamic-group-object-class>
<wls:dynamic-group-name-attribute></wls:dynamic-group-name-attribute>
<wls:dynamic-member-url-attribute></wls:dynamic-member-url-attribute>
</sec:authentication-provider>
<sec:authentication-provider xsi:type="wls:active-directory-authenticatorType">
<sec:name>Active Directory</sec:name>
<sec:control-flag>SUFFICIENT</sec:control-flag>
<wls:host>qaadserver1 qaadserver2</wls:host>
<wls:port>636</wls:port>
<wls:ssl-enabled>true</wls:ssl-enabled>
<wls:user-name-attribute>sAMAccountName</wls:user-name-attribute>
<wls:principal>cn=administrator,cn=users,dc=fcqa,dc=com</wls:principal>
<wls:user-base-dn>ou=HomeOfficeUsers,dc=FCQA,dc=COM</wls:user-base-dn>
<wls:credential-encrypted>bs</wls:credential-encrypted>
<wls:user-from-name-filter>(&amp;(sAMAccountName=%u)(objectclass=user))</wls:user-from-name-filter>
<wls:group-base-dn>cn=Users,dc=FCQA,dc=COM</wls:group-base-dn>
<wls:parallel-connect-delay>5</wls:parallel-connect-delay>
<wls:connection-retry-limit>2</wls:connection-retry-limit>
<wls:connection-pool-size>15</wls:connection-pool-size>
</sec:authentication-provider>
<sec:authentication-provider xsi:type="wls:active-directory-authenticatorType">
<sec:name>FCHQA AD Realm</sec:name>
<sec:control-flag>SUFFICIENT</sec:control-flag>
<wls:host>qafchadserver1 qafchadserver2</wls:host>
<wls:port>636</wls:port>
<wls:user-name-attribute>sAMAccountName</wls:user-name-attribute>
<wls:principal>cn=administrator,cn=users,dc=fchqa,dc=fcqa,dc=com</wls:principal>
<wls:user-base-dn>ou=HomeOfficeUsers,dc=FCHQA,dc=FCQA,dc=COM</wls:user-base-dn>
<wls:credential-encrypted>bs</wls:credential-encrypted>
<wls:user-from-name-filter>(&amp;(sAMAccountName=%u)(objectclass=user))</wls:user-from-name-filter>
<wls:group-base-dn>cn=Users,dc=FCHQA,dc=FCQA,dc=COM</wls:group-base-dn>
<wls:parallel-connect-delay>5</wls:parallel-connect-delay>
<wls:connection-retry-limit>2</wls:connection-retry-limit>
<wls:connection-pool-size>15</wls:connection-pool-size>
</sec:authentication-provider>
<sec:authentication-provider xsi:type="wls:sql-authenticatorType">
<sec:control-flag>SUFFICIENT</sec:control-flag>
<wls:data-source-name>p13nDataSource</wls:data-source-name>
</sec:authentication-provider>
<sec:authentication-provider xmlns:wsrp="http://www.bea.com/ns/wlp/90/security/wsrp" xsi:type="wsrp:wsrp-identity-asserterType">
<sec:name>WSRPIdentityAsserter</sec:name>
<sec:active-type>WSRPPerimeterAtnToken</sec:active-type>
<sec:base64-decoding-required>false</sec:base64-decoding-required>
</sec:authentication-provider>
<sec:authentication-provider xsi:type="wls:default-identity-asserterType">
<sec:name>DefaultIdentityAsserter</sec:name>
<sec:active-type>X.509</sec:active-type>
<sec:active-type>wsse:PasswordDigest</sec:active-type>
<wls:use-default-user-name-mapper>true</wls:use-default-user-name-mapper>
<wls:default-user-name-mapper-attribute-type>CN</wls:default-user-name-mapper-attribute-type>
</sec:authentication-provider>
<sec:authentication-provider xsi:type="wls:saml-identity-asserter-v2Type">
<sec:name>SAMLIdentityAsserter</sec:name>
</sec:authentication-provider>
<sec:authentication-provider xsi:type="wls:saml-authenticatorType">
<sec:name>SAMLAuthenticator</sec:name>
<sec:control-flag>SUFFICIENT</sec:control-flag>
</sec:authentication-provider>
<sec:authentication-provider xsi:type="wls:default-authenticatorType">
<sec:name>defaultauth</sec:name>
<sec:control-flag>OPTIONAL</sec:control-flag>
</sec:authentication-provider>
<sec:role-mapper xmlns:xac="http://xmlns.oracle.com/weblogic/security/xacml" xsi:type="xac:xacml-role-mapperType"></sec:role-mapper>
<sec:authorizer xmlns:xac="http://xmlns.oracle.com/weblogic/security/xacml" xsi:type="xac:xacml-authorizerType"></sec:authorizer>
<sec:adjudicator xsi:type="wls:default-adjudicatorType"></sec:adjudicator>
<sec:credential-mapper xsi:type="wls:default-credential-mapperType"></sec:credential-mapper>
<sec:credential-mapper xsi:type="wls:saml-credential-mapper-v2Type">
<sec:name>SAMLCredentialMapper</sec:name>
<wls:issuer-uri>http://www.bea.com/wsrp/saml</wls:issuer-uri>
<wls:name-qualifier>wsrpConsumer</wls:name-qualifier>
<wls:signing-key-alias>wsrpconsumerrsa</wls:signing-key-alias>
<wls:default-time-to-live>2700</wls:default-time-to-live>
<wls:default-time-to-live-delta>-900</wls:default-time-to-live-delta>
<wls:cred-cache-size>1000</wls:cred-cache-size>
<wls:cred-cache-min-viable-ttl>1800</wls:cred-cache-min-viable-ttl>
<wls:signing-key-pass-phrase-encrypted>bs</wls:signing-key-pass-phrase-encrypted>
</sec:credential-mapper>
<sec:credential-mapper xsi:type="wls:pki-credential-mapperType">
<sec:name>PKICredentialMapper</sec:name>
<wls:key-store-file-name>wsrpKeystore.jks</wls:key-store-file-name>
<wls:key-store-pass-phrase-encrypted>bs</wls:key-store-pass-phrase-encrypted>
</sec:credential-mapper>
<sec:cert-path-provider xsi:type="wls:web-logic-cert-path-providerType"></sec:cert-path-provider>
<sec:cert-path-builder>WebLogicCertPathProvider</sec:cert-path-builder>
<sec:user-lockout-manager>
<sec:lockout-enabled>true</sec:lockout-enabled>
<sec:lockout-threshold>8</sec:lockout-threshold>
<sec:lockout-duration>30</sec:lockout-duration>
<sec:lockout-reset-duration>5</sec:lockout-reset-duration>
<sec:lockout-cache-size>5</sec:lockout-cache-size>
<sec:lockout-gc-threshold>400</sec:lockout-gc-threshold>
</sec:user-lockout-manager>
<sec:enable-web-logic-principal-validator-cache>true</sec:enable-web-logic-principal-validator-cache>
<sec:max-web-logic-principals-in-cache>500</sec:max-web-logic-principals-in-cache>
<sec:name>myrealm</sec:name>
<sec:rdbms-security-store>
<sec:username>BEA10</sec:username>
<sec:password-encrypted>bs</sec:password-encrypted>
<sec:connection-url>jdbc:oracle:thin:@QAOracleDB:1521:PORTQA</sec:connection-url>
<sec:driver-name>oracle.jdbc.OracleDriver</sec:driver-name>
<sec:connection-properties>user=BEA10</sec:connection-properties>
<sec:jms-topic>p13n.security.RDBMSSecurityStoreTopic</sec:jms-topic>
<sec:jms-topic-connection-factory>weblogic.jms.ConnectionFactory</sec:jms-topic-connection-factory>
<sec:jms-exception-reconnect-attempts>15</sec:jms-exception-reconnect-attempts>
<sec:notification-properties>java.naming.provider.url=t3://10.5.110.227:7011,java.naming.factory.initial=weblogic.jndi.WLInitialContextFactory</sec:notification-properties>
<sec:name>p13nRDBMSSecurityStore</sec:name>
</sec:rdbms-security-store>
<sec:password-validator xmlns:pas="http://xmlns.oracle.com/weblogic/security/providers/passwordvalidator" xsi:type="pas:system-password-validatorType">
<sec:name>SystemPasswordValidator</sec:name>
<pas:min-password-length>8</pas:min-password-length>
<pas:min-numeric-or-special-characters>1</pas:min-numeric-or-special-characters>
</sec:password-validator>
</realm>
<default-realm>myrealm</default-realm>
<anonymous-admin-lookup-enabled>false</anonymous-admin-lookup-enabled>
<credential-encrypted>bs</credential-encrypted>
<web-app-files-case-insensitive>false</web-app-files-case-insensitive>
<compatibility-connection-filters-enabled>false</compatibility-connection-filters-enabled>
<node-manager-username>beaadmin</node-manager-username>
<node-manager-password-encrypted>bs</node-manager-password-encrypted>
<principal-equals-case-insensitive>false</principal-equals-case-insensitive>
<principal-equals-compare-dn-and-guid>false</principal-equals-compare-dn-and-guid>
<downgrade-untrusted-principals>false</downgrade-untrusted-principals>
<enforce-strict-url-pattern>true</enforce-strict-url-pattern>
<cross-domain-security-enabled>false</cross-domain-security-enabled>
</security-configuration>

Similar Messages

  • Painfully slow access to admin console (how can I fix it?)

    Hi,
    I'm using using Sun Java System Web Server Version 7.0U4 B12/02/2008 02:17 running on CentOS (Redhat EL) release 4.4.
    The problem is that using the Admin Console (on port 8989) is painfully slow. It takes minutes for each page to load, but they do usually load.
    Any ideas on how to fix that?
    There are some other things going on that might be related and helpful to know:
    I get certificate errors when I access the Admin Console (e..g, IE complains about a mismatched address). I've tried following the directions to install the certificate in IE7 and FF3, but neither has stopped bothering me about the certificate error.
    I have the server behind a firewall which allows all outgoing traffic and select incoming ports to the server. The firewall also maps a public IP address to the server's local IP address (e..g, 10.10.10.8).
    If I access the Admin Console locally via the LAN address (https://10.10.10.8:8989) it is no longer slow, but I get booted back to the login screen very frequently (e.g, every minute or two of casual browsing through the console), and I still get the certificate error
    We haven't given the server a name, but access it by IP address, and the virtual server configuration in the Admin Console is name "localhost.localdomain"
    Any help and suggestions would be greatly appreciated!! I've tried searching for solutions several times, but haven't succeeded.
    Thanks,
    Tim

    Thanks for the thoughts
    sriram.natarajan wrote:
    The problem is that using the Admin Console (on port 8989) is painfully slow. It takes minutes for each page to load, but they do usually load.
    Any ideas on how to fix that?
    sounds more like some network issues. are you running your browser on your centos 4.4 as well ? also, did you try to connect using your IP - some thing like https://<ip>:8989 ?
    No, we're not running the browser on centos 4.4. We're runing browsers on laptops, connecting both offsite via public IP address and in the office via both the public IP address and the LAN ip address.
    Yes, we're using the ip address as you demonstrated. This machine does not have a domain name attached, so we only connect via ip addresses (mapped public or LAN)
    >>
    I get certificate errors when I access the Admin Console (e..g, IE complains about a mismatched address). I've tried following the directions to install the certificate in IE7 and FF3, but neither has stopped bothering me about the certificate error.it is not a certificate error. web server 7 admin server uses a self signed certificate . this is necessary step. however, IE reports a warning when it sees a self signed certificate. it wants you to know that it does not understand who sent this certificate. you need to create an exception - saying that you know what you are doing then there won't be any certificate error ..Okay, I'll look for how to do that, but so far I've only found instructions for how to install the certificate in the browsers, and unfortunately, that hasn't made a difference.
    >>
    I have the server behind a firewall which allows all outgoing traffic and select incoming ports to the server. The firewall also maps a public IP address to the server's local IP address (e..g, 10.10.10.8).
    sounds like some network misconfiguration - outside the scope of this forum.I cannot rule that out, but other servers/websites seem to work fine with this same setup. Although, only this server is using https
    >
    If I access the Admin Console locally via the LAN address (https://10.10.10.8:8989) it is no longer slow, but I get booted back to the login screen very frequently (e.g, every minute or two of casual browsing through the console), and I still get the certificate error
    if you want to increase this time out, you could do so by manually editing <install-root>/lib/webapps/admingui/WEB-INF/web.xml and change the value for session-timeout to say 600 (for 10 minutes).. . pl . note that this is not a supported way and you could potentially leave others to use your session if you are careless. but, if you know what you are doing .Thanks I did that. It surprises me that the default timeout appears to be 1 minute.

  • Experiencing extreme slowness of the Admin console for any function in Weblogic 12.1.1.

    Experiencing extreme slowness of the Admin console for any function in Weblogic 12.1.1. 
    Configuration is Admin server plus 28 JMS servers - no nodemanager - all on the same server. 
    When I bring up Admin console alone response is quick but bringing up JMS servers one by one will slow it down. 
    I did not experience this problem when this configuration was in Weblogic 9. 
    Memory configuration is -Xms4g, -Xmx4g. 
    Any ideas what else I should check ?
    Thanks.

    Hi,
    Collect multiple thread dump at the interval of 10 sec and check what the threads are doing .
    Thread dumps will give you some information about why there is a slowness .
    Ways to collect thread dumps
    Thread dumps & Ways to take thread dumps - weblogicexpert
    Hope it helps

  • Weblogic 12c Admin Console Extremely Slow Response in "Servers" only

    Hi,
    I have downloaded and installed weblogic 12c today on IBM p702 blade centre running AIX 7.1 & IBM Java 7. Everything is working fine; Admin Server, Node Manager, etc.
    I am facing a strange kind of problem and need your kind suggestions.
    When i login to Admin Console 12c and i click on the "servers" link under the domain -> environment; the server response is extremely slow. However, the rest is fine. There is no application deployed and no warning + exception/error is in logs (node manager, admin server out etc.)
    Please advice!
    Good Day.
    Atti
    Edited by: user1659354 on 11-Jan-2013 01:07
    Edited by: user1659354 on 11-Jan-2013 03:07

    This happens when node managers are not running (or not reachable), as it tries to obtain the status of the servers that are deployed on different machines.
    What you can check is; are the node managers running on the machines you have configured (in the admin console, click environment, machines, your_machine, monitoring)

  • Log In to the Admin Console is very slow

    Server start up time is fine.
    But when for the first time when I try and login to the admin console, the admin console page takes a lot of time (about 20-25 mins).
    The weblogic server version is 10.3.2.
    There are no errors in the server log file.
    Any Idea what can be the issue?

    What is the description of your server? Memory, HD, Processor speed, etc. As well is Unix or Windows? you may do some tuning to the server, by adding more memory ito the java vitual machine in the initialization scripts. this might help but if your Hardware is not big, it wont help much.
    Greetings

  • Admin console

    Hi
    My admin console is very slow. it's taking more than 3 minutes to load the page requested. any suggestions to improve its response time

    I saw in admin console that my server health state was changed ot Waring. Reason for this is some stuck threads. below is the info from admin console. can any one advice me what to do with this stuck thread.
    *[STUCK] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)' 848 weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl@2633a05*

  • Switching off DEBUG messages in the admin console

    Hi
    I have the problem that I see a lot of debug information on the log when starting the admin console and navigation through the pages. It makes the admin console VERY slow. This must be some sort of low level debug stuff which I'm not able to witch off.
    I already made sure that debugging is switched off for the server (AdminConsole->Debug) and no diagnostic options are turned on. I also checked for a debug command line option in the start script.
    Some example debug output:
    DEBUG struts.util.PropertyMessageResources (PropertyMessageResources.java:284) - Saving message key '.assistant.jms.server.resumeconsumption.title
    DEBUG util.logging.Logger (Logger.java:118) - Delegating to RequestDispatcher for URI /jsp/contentheader/Messages.jsp
    Thank for any hints!

    You could add a dynamic text field to your app, add it to the stage and send notifications for whatever you need to debug.
    e.g. Just as you would use the trace("this message "+variableValue); in Flash to debug using the output window.
    You would use
    textfield_name.appendText("this message "+variableValue+"\n");
    or if you were listening for error you could use something like:
    private function errorXML(e:Event):void {
    textfield_name.appendText("XML Error:"+ e);
    I'm not sure how or if you can utilise the Xcode organiser with an AIR app.

  • Weblogic 9.x admin console slowest and worst application ever

    Does anyone else think the Weblogic 9.x admin console really sucks? Is there any place I can make improvement requests?
    Things in Weblogic 8.x that took just a couple of minutes to accomplish routinely take a half-hour or more in the Weblogic 9.x console. I have recently discovered WLST and I have created a couple of scripts to script things I do quite often but quite honestly I don't have time to script everything I need to do in the console, especially since BEA should provide a usable admin console IMHO.
    My specific complaints (not all inclusive as there is no way I could think of every annoyance I run into on a day to day basis):
    1) It is crazy slow. We use the ssh node manager so every time it loads a page I guess it polls every managed instance via ssh and page loads take a couple of minutes. For example, getting the next page of Deployments takes around 3 minutes.
    2) The deployment pagination is very annoying. Why is this limited to 10 deployments per page? This should just show me a list of all my deployments in alphabetical order. The pagination offers nothing. At the very least pagination length should be configurable. The pagination combined with problem 1 takes me many minutes to get to the app I need to do something with.
    3) If BEA insists on pagination on the deployments list at least give me a link so I can immediately jump to a specific page! The link should have the letter range of the deployments on that page (like A-C, D-V, W-Z, or something like that).
    4) After I stop an app it jumps back to page 1 instead of showing the page of deployments containing the app I just stopped. OMG!!! GRRR! Now I have to hit Next several times to get back to my app with 3 minutes between each page load. YOU HAVE GOT TO BE KIDDING ME!!!!
    5) Why is there not a Redeploy button like there was in Weblogic 8.x? If I need to restart an application I have to go through the update procedure and not upload a new version. This is annoying, just give me a damn redeploy button.
    6) After clicking the Lock button I have to wait 2-3 minutes for it to give me the Lock. Why does it take this long?
    7) The whole locking mechanism is stupid. Why do I have to obtain a lock to make any changes? I never had a problem in Weblogic 8.x with walking on someone else. I can see how this could possibly be beneficial to some organizations (I suppose) so at the very least make obtaining the lock optional via configuration.
    I am sure there are many more but I can't think of all of them now. I will start writing it down every time the console annoys the hell out of me. IMHO the Weblogic 9.x console broke the perfectly good Weblogic 8.x console.
    It wouldn't be so annoying if it wasn't so MADDENINGLY SLOW.

    We have upgraded our WebLogic from 8.1 to 9.2 along with our PeopleSoft 9.0 upgrade and boy-oh-boy, has the WebLogicAdmin console slowed down.
    It used to open in about 10 seconds.
    Now it opens in roughly 1 minute and 30 seconds.
    The heap size settings are the same as they were in the WebLogic 8.1
    Even restarting the WebLogicAdmin and associated PeopleSoft PIA's is the worst I have ever seen.
    Windows 2003 SP3
    Here's the startup command line;
    -Xms256m -Xmx256m -XX:MaxPermSize=128m -classpath ";D:/psft/hr849\webserv\hdev\lib\ps_patch.jar;D:/psft/hr849\webserv\hdev\applications\peoplesoft\PSIGW\WEB-INF\lib\mail.jar;D:/psft/hr849\webserv\hdev\lib\portlet-api-1.0.jar;D:/psft/hr849\webserv\hdev\lib\pluto-1.0.1.jar;D:/psft/hr849\webserv\hdev\applications\peoplesoft\PORTAL\WEB-INF\lib\saaj.jar;D:/psft/hr849\webserv\hdev\applications\peoplesoft\PORTAL\WEB-INF\lib\xml-apis.jar;D:/psft/hr849\webserv\hdev\applications\peoplesoft\PORTAL\WEB-INF\lib\xercesImpl.jar;;d:\bea\patch_weblogic923\profiles\default\sys_manifest_classpath\weblogic_patch.jar;d:\bea\jdk150_12\lib\tools.jar;d:\bea\WEBLOG~1\server\lib\weblogic_sp.jar;d:\bea\WEBLOG~1\server\lib\weblogic.jar" -Djava.util.logging.config.file=D:\psft\hr849\webserv\hdev\applications\peoplesoft\logging.properties -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Dweblogic.Name=WebLogicAdmin -Dweblogic.management.username=operator -Dweblogic.ProductionModeEnabled=true -Dps_vault=D:\psft\hr849\webserv\hdev\psvault -Djava.security.policy="d:\bea\WEBLOG~1\server\lib\weblogic.policy" -Dssl.debug=false -Dps_home=D:/psft/hr849 weblogic.Server
    Regards,
    Tom

  • Web Admin Console Hanging

    I am trying to open the web admin console but the browser session just hangs - occasionally the session will get to the login screen, but after entering user/password, the session just hangs.
    Any ideas please ?
    Eric Jones.

    The problem persists when accessing directly on the server.
    To recap
    The OS is Win2008 64-bit.
    Software installed in the program file (x86) folder.
    The Apache Tomcat homepage is also inaccessible.
    After approximately 20 minutes the Apache Tomcat homepage will render.
    This suggests the installation is correct, just very slow.
    Eric.

  • Error in creating a new user in j2ee 14 admin console

    Hi,
    I am getting the following error while trying to create a new user using the j2ee 1.4 admin console.:
    A "com.sun.enterprise.tools.guiframework.exception.FrameworkError" was caught. The message from the exception: "Unable to get View for ViewDescriptor 'fileUsers'"
    The root cause is "java.lang.ArrayIndexOutOfBoundsException: 0"
    Plz proide me with solutions
    Regads,
    Tanmoy

    This problem wil happen only if you've created a user with an empty group id, and this issue is fixed for FCS .
    You have two workarounds to use adminGUI for managing users:
    1. Use CLI, and create a group id to this user, then you can use adminGUI.
    2. Other option is remove the empty group id user from domain.xml, and then you can come back to adminGUI to create the user with some group id. I prefer the 1st option.

  • How do I create admin console users with full access to configuration and the directory in every instance?

    I want to be able to create directory user ID for the iPlanet administrators. They should be able to access the admin console and all the instances created. They should be able to configure each instance and directory. I was able tocreate Admin Server Administrators but they were only able to modify the directory(tab) and not the configurations(tab). Any help would be greatly appreciated!
    Thanks.
    Keith

    Hi Keith,
    In o=netscaperoot, edit the static group called cn=Configuration Administrators, ou=Groups, ou=TopologyManagement, o=NetscapeRoot - this group contains the admins peer to your config admin. Since the console is quirky and doesn't let you add in users not in netscaperoot, just click advanced and put in the full dn of whoever you want in by hand, e.g., uid=scarter, ou=people, dc=mydomain,dc=com as a static member. then rebind to the console with the full dn and passwd, and away you go :)
    james

  • Read Only Admin Console

    Hey,
    Has anyone found a way to add further restrictions to users logged in to the Admin Console based on membership to a Group? Restricting them to specific Menu Items is taken care of, but I'd like to be able to prevent them from editing anything in the Manage Users section.
    Ideally they would be able to view the user details page and user resources, but not be able to change them in any way. At the same time I'd like to filter out certain user fields from displaying (for instance, the person's SSN).
    Is there any way to do this outside of front-end customization? This is using OIM 9.1.0.0.

    If I understood your qurey correctly... try changing the property of the user filed in FormMetaData.xml to readonly. By this you just display the fileds but are not editable.

  • Adobe muse - how to upload images in photo gallery in the admin console?

    Question from Adobe Muse beginner - I can't figure out how images can be uploaded in a slideshow/photo gallery in the admin console? I can edit or delete images but not upload additional images?

    Hi,
    May I know which admin console are you talking about.
    You are talking about Business Catalyst or Adobe Muse?
    Please provide the steps to access the admin console via Muse.
    Regards,
    Gaurav Aggarwal

  • Hi Team Admin console not connecting

    Hi Team,
    I am using sccm2007 sp2 in one of the primary. I am unable to connect admin console getting attached error. Actually one of my team met did the repository rename.. Is it cause issue? if yes. how can i back the track

    Previously i able to connect the sccm primary console. now i am not. I checked permission vise everything good..
    So that i capture my adminui.log ..
    one of my team met done the repository rename in primary server. My question that's y i am not able to connect the sccm server. when i tried to connect in WMI root\sms_sitecode getting error.. can you understand now? or not
    There is no getting back the WMI namespace if it was renamed or delete. It is not supported to do this without contact CSS directly for support.
    You have two options, Attempt to clean up the mess of renaming the WMI. This might take a while due to the complexity of WMI and the unknowns of what was exactly done.
    Call CSS and tell them what exact you have done and get them to work with you to solve this problem.
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • Can't access to Portal Admin Console.

    Hi all,
    I'm working with WLP 10.2. I've created the ear-file (using maven) and deployed it on server (with Unix-system). The current application works well.
    My current task is a creation portal in streaming mode. Unfortunately I can't access to Portal Admin console for resolving task. I always retrieve "Error 404 (Not found)".
    As I know the admin-tools.war is responsible for Portal Admin Console. I've checked admin-tools.war is running on server (with status "Active").
    I'm using the next path for running Portal Admin Console: {serverhost:port}/{context root of admin-tools}/portal.portal.
    Maybe, Should I set up(correct) application.xml or weblogic.xml?
    Please let me know if you have any ideas.
    Thanks,
    Yuriy

    I think your URL is wrong, try with the following...
    http://{server:port}/{name_your_ear}Admin/portal.portal
    name_your_ear= The name of your Enterprise Application.
    For example,
    http://localhost:7001/DemosEarAdmin/portal.portal
    I hope this helps

Maybe you are looking for

  • IPhone 4 front camera not working!!

    My front iPhone 4 camera is not working. I know for sure its and hardware issue. I I take it to an Apple store, what info will they ask me for, once they find out its an hardware issue. Is it going to be a free replacement? I read previous question a

  • Adding a new field to the selection screen of a LDB

    Hi all, I want to add a new field Clearing date(BSEG-AUGDT) in the dynamic selection screen of  the report RFUMSV00. For adding a new field i have copied the SAP view of a Logical database to CUS view. Next i had added the Clearing date(BSEG-AUGDT) t

  • Why does my B8550 keep refusing to print saying I don't have the right paper/paper size?

    I have never been so frustrated with a printer.  I have never tried using it for making pictures without having problems.  I buy HP paper and the printer still refuses to print...I get the message that I have the wrong paper or wrong paper size.  Eve

  • Sharepoint Open Authentication

    I have an SharePoint public site.  Is there  any possibilities for External user who can access my SharePoint public site using their Facebook , Google account. Admin without sending the Invitation or share the site ,the user can sign in and edit som

  • HiDPI (2x) don't export correct size. Even when I imported the image in larger size (original)

    It is an image of 5118X1441, and 144 resolution.  From the assets panel I imported like a larger size image When I see her on preview in browser, size automatically switches to a smaller one again. The same happens when I export or upload to server.