Uploading war through admin console for a deployer-role user

Hi
We have a weblogic 9 server installed in a linux machine. We have created two users - one administrator and another deployer. Admin console is accessed through an external machine. When logged in as an administrator, we are able to upload a war into the server from our local machine. But for the deployer we are unable to find the "Browse" button to upload the war. But he is able to browse the server machine and upload the war from the server.
Is it possible for the deployer to upload a war from his local machine to the server through admin console?
Could you please help me out....
Regards
Suraj

Hi Sridhar,
Setting 'transport-guarantee' to CONFIDENTIAL or INTEGRAL in web.xml. With that set, WebLogic Server will automatically redirect a client to the HTTPS port if the original request was over HTTP.
The 'transport-guarantee' element specifies the type of communication with the client application on the WebLogic server.
The value of this element is either NONE, INTEGRAL, or CONFIDENTIAL. NONE means that the application does not require any transport guarantees. A value of INTEGRAL means that the application requires that the data sent between the client and server be sent in such a way that it cannot be changed in transit. CONFIDENTIAL means that the application requires that the data be transmitted in a way that prevents other entities from observing the contents of the transmission. The presence of the INTEGRAL or CONFIDENTIAL flag indicates that the use of SSL is required.
So I dont think it is possible for now.
Regards,
Kal

Similar Messages

  • Weblogic 10 doesn't start through admin console

    Hi,
    While starting a managed server on WebLogic 10.3 through the admin console I get the below error. However when starting the same managed server with a script I can successfully start it up.
    <Sep 30, 2010 10:31:52 AM EEST> <Emergency> <Management> <BEA-141151> <The admin server could not be reached at http://10.123.456.78:7001.>
    <Sep 30, 2010 10:31:52 AM EEST> <Info> <Configuration Management> <BEA-150018> <This server is being started in managed server independence mode in the absence of the admin server.>
    <Sep 30, 2010 10:31:52 AM EEST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    Sep 30, 2010 10:31:55 AM EEST> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: java.lang.AssertionError: Could not obtain the localhost address. The most likely cause is an error in the network configuration of this machine.
    java.lang.AssertionError: Could not obtain the localhost address. The most likely cause is an error in the network configuration of this machine.
         at weblogic.server.channels.AddressUtils$AddressMaker.getLocalHost(AddressUtils.java:40)
         at weblogic.server.channels.AddressUtils$AddressMaker.<clinit>(AddressUtils.java:35)
         at weblogic.server.channels.AddressUtils.getIPAny(AddressUtils.java:105)
         at weblogic.protocol.configuration.ChannelHelper.checkConsistency(ChannelHelper.java:60)
         at weblogic.server.channels.ChannelService.start(ChannelService.java:197)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    java.net.UnknownHostException: myServer: myServer
         at java.net.InetAddress.getLocalHost(InetAddress.java:1353)
         at weblogic.server.channels.AddressUtils$AddressMaker.getLocalHost(AddressUtils.java:38)
         at weblogic.server.channels.AddressUtils$AddressMaker.<clinit>(AddressUtils.java:35)
         at weblogic.server.channels.AddressUtils.getIPAny(AddressUtils.java:105)
         at weblogic.protocol.configuration.ChannelHelper.checkConsistency(ChannelHelper.java:60)
         at weblogic.server.channels.ChannelService.start(ChannelService.java:197)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    The environment had been up and running for many months, have done many successfull restarts occasionally. But after an ungraceful shutdown (database connection was down and managed server wouldn't shutdown through admin console) of the managed server & admin server, the startup through admin console stopped working. No configurations had been modified and we have two other systems working with similar configurations.
    The log is stating that "<The admin server could not be reached at http://10.123.456.78:7001.>" but it actually is listening at that IP and port and I can connect to it with other means. I'm able to ping the hostname, IP, localhost etc... and network connection shouldn't be an issue even though the log states so.
    Does anyone have any ideas what is broken? Thanks for any help in advance!

    Hi,
    With script I meant the startManagedWebLogic.cmd script (on Windows). The managed server is running on the same machine as the admin server.
    The hosts file has also been checked, it has the same content as two other environments which are working fine. But anyway we tried adding the IP & hostname there, but it didn't fix the issue. Nothing is wrong with the DNS either.
    I'm also able to ping the address:port, with the command you gave I get the following result:
    Sending 1 ping of 100 bytes.
    RTT = ~0 milliseconds, or ~0 milliseconds/packet
    When I'm trying to restart the managed server through admin console (on my laptop), I can see on the server side that there is a connection to the IP:port of admin server from my laptop's IP:
    C:\>netstat -an | grep 7001
    TCP 10.123.456.78:7001 0.0.0.0:0 LISTENING
    TCP 10.123.456.78:7001 10.164.51.33:3965 ESTABLISHED
    I again want to say that no changes have been done to any configurations in the environment. It was working fine before the "ungraceful" shutdown, where the connection to DB (that the managed server uses) was down and neither the managed or admin server would shutdown through admin console, but were shutdown by closing the cmd prompt window(used to start admin server) and java.exe task from taskmgr (managed server).

  • Set up a read only group on the config.xml file through Admin console

    I would like to set up a group which can use Admin console
    (http://ip:7001/console).
    However, this group cannot deploy, modify anything on the configuration. In
    the document, I can add ACL lists. But how? The table of permission
    function on the document is not clear. For example, there is no READ and
    WRITE on the table in the Admin Server guide. Please help.
    If I have guest enable on the Admin console. What is the user name and
    password of a gest to use the Admin console?
    Thanks for help.

    Do you want to expose the Admin app on the same network as the managed app?
    If not, just hide (black hole) the IP/port to the admin server.
    If I have guest enable on the Admin console. What is the user name and
    password of a gest to use the Admin console?I don't think guest has a password. Allowing guest means non-auth'd users
    can access it.
    Peace,
    Cameron Purdy
    Tangosol, Inc.
    Clustering Weblogic? You're either using Coherence, or you should be!
    Download a Tangosol Coherence eval today at http://www.tangosol.com/
    "SLC" <[email protected]> wrote in message
    news:3c5dcd78$[email protected]..
    I would like to set up a group which can use Admin console
    (http://ip:7001/console).
    However, this group cannot deploy, modify anything on the configuration.In
    the document, I can add ACL lists. But how? The table of permission
    function on the document is not clear. For example, there is no READ and
    WRITE on the table in the Admin Server guide. Please help.
    If I have guest enable on the Admin console. What is the user name and
    password of a gest to use the Admin console?
    Thanks for help.

  • 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

  • Admin console for connector doesn't work

              I deployed the sample connector "BlackBoxNoTx.rar" under
              wlserver6.1_beta\samples\examples\jconnector\simple.
              There's no error. but in admin console for deployments/connector,
              I can not see any configuration info(such as JNDI name)under monitoring. It always
              display blank.
              Is it a known bug?
              thanks
              

    Hi
    The language problem is a mystery. Maybe that's why your password doesn't work anymore - just a thought.
    However Reset Password is found in the menu bar on the Installer application.
    Then you may have a chance to select the hard drive, and then your user name.
    regards roam

  • Admin console for SAP server

    Hai all,
    How to open the admin console for the SAP J2ee server.
    Regards
    Hari

    Hi Hari,
    If by "admin console" you mean the Telnet Console Administrator, you can start it by opening the SAP Management Console directly from the shortcut on your desktop, then going to J2EE Process Table under the corresponding instance in the console tree, right-clicking on the icm process -> J2EE Telnet. Or you can start it directly by typing
    <i>telnet localhost 5<instanceNumber>08</i>
    in a console window. For a default installation the port is 50008.
    Does this answer your question?
    For more information on administration tools and options in this release, please check the Administration Guide in the SAP NetWeaver Developer Studio.
    Regards,
    Vladimir

  • HttpSessionDebug Not Working For Session Monitoring through Admin Console

    Hi,
    I want to Analyze the HttpSession Payload (Size) in the AdminConsole-->Diagnostics-->Log Files -->EventsDataArchive
    I followed the Link http://jayesh-patel.blogspot.com/2008_04_01_archive.html
    I am using "MyDiagnosticEar\META-INF\weblogic-diagnostics.xml" as following:
    <?xml version="1.0" encoding="UTF-8"?>
    <wldf-resource xmlns="http://www.bea.com/ns/weblogic/90/diagnostics">
    <instrumentation>
    <enabled>true</enabled>
    <wldf-instrumentation-monitor>
    <name>HttpSessionDebug</name>
    <enabled>true</enabled>
    </wldf-instrumentation-monitor>
    </instrumentation>
    </wldf-resource>
    I am using a Simple JSP page to set Some Attribute inside the newly Created Session
    MyDiagnosticEar\SimpleActionWebApp\index.jsp
    <%@ page language="java" contentType="text/html;charset=UTF-8"%>
    <%@ page session="false" %>
    <html>
    <body>
    <%
    HttpSession session=request.getSession(true);
    out.println("<h4>Session ID: "+session.getId());
    session.setAttribute("AAAAAAAAA","BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB");
    java.util.Vector v=new java.util.Vector();
    v.add(new java.util.Date());
    v.add(new java.util.ArrayList());
    v.add("AAAAABBCCCC");
    session.setAttribute("EEEEEEEEEEEEEE",v);
    %>
    Data is Set As an Attribute inside the HttpSession:
    session.setAttribute("AAAAAAAAA","BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB");
    session.setAttribute("EEEEEEEEEEEEEE",v);
    <%
    System.out.println((String)request.getSession().getAttribute("AAAAAAAAA"));
    System.out.println(session.getAttribute("EEEEEEEEEEEEEE"));
    %>
    </body>
    </html>
    Please let me know if there is any thing missing.....I have tested it in All WLS9.2, WLS10MP1 and WLS10.3 versions ..But no Success...
    I am not able to see anything After hitting the JSP...in AdminConsole-->Diagnostics-->Log Files -->EventsDataArchive
    But i can see that the Diagnostic Module has been Picked up successfully...
    AdminConsole--->Deployments--->MyDiagnosticEar -->Configuration--->Instrumentation page
    Thanks
    Jay SenSharma

    Hi Raj,
    Thanks for looking into this issue.
    I tried to Configure DiagnosticModule as well from Admin Console but could not make it work...Can u Please elaborate more on this...It will be really helpful.
    Below is the Diagnostic Module...Created using Admin Console....Diagnostics -> Diagnostics Modules.
    <?xml version='1.0' encoding='UTF-8'?>
    <wldf-resource xmlns="http://www.bea.com/ns/weblogic/weblogic-diagnostics" xmlns:sec="http://www.bea.com/ns/weblogic/90/security" xmlns:wls="http://www.bea.com/ns/weblogic/90/security/wls" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.bea.com/ns/weblogic/weblogic-diagnostics http://www.bea.com/ns/weblogic/weblogic-diagnostics/1.1/weblogic-diagnostics.xsd">
    <name>Module-0</name>
    <instrumentation>
    <enabled>true</enabled>
    <wldf-instrumentation-monitor>
    <name>Connector_Around_Work</name>
    <description></description>
    </wldf-instrumentation-monitor>
    </instrumentation>
    <harvester>
    <enabled>true</enabled>
    <sample-period>3000</sample-period>
    <harvested-type>
    <name>weblogic.management.runtime.WebAppComponentRuntimeMBean</name>
    <harvested-attribute>SessionMonitoringEnabled</harvested-attribute>
    <harvested-instance>com.bea:ApplicationRuntime=TestDiagnosticsEAR,Name=AdminServer_/TestDiagnostics,ServerRuntime=AdminServer,Type=WebAppComponentRuntime</harvested-instance>
    <namespace>ServerRuntime</namespace>
    </harvested-type>
    </harvester>
    <watch-notification>
    <watch>
    <name>WatchA</name>
    <enabled>true</enabled>
    <rule-type>Harvester</rule-type>
    <rule-expression>(${ServerRuntime//[weblogic.management.runtime.WebAppComponentRuntimeMBean]com.bea:ApplicationRuntime=TestDiagnosticsEAR,Name=AdminServer_/TestDiagnostics,ServerRuntime=AdminServer,Type=WebAppComponentRuntime//SessionMonitoringEnabled} = '')</rule-expression>
    <alarm-type>AutomaticReset</alarm-type>
    <alarm-reset-period>60000</alarm-reset-period>
    </watch>
    </watch-notification>
    </wldf-resource>
    TestDiagnostics
    Thanks
    Jay SenSharma
    Edited by: Jay SenSharma on Jan 8, 2010 10:38 AM

  • Unable to open Messaging Server 6.2 through admin console 5.2

    my system is
    Sun Java(tm) System Messaging Server 6.2-3.05 (built Nov 23 2005)
    libimta.dll 6.2-3.05 (built 02:22:19, Nov 23 2005)
    Microsoft Windows 2000 version 5.2 (Build 3790)
    i installed Sun Java Enterprise System (directory, admin, messaging) servers on my windows 2003 server, all is working fine except:
    1- unable to open my messaging server through my admin console 5.2.
    when checking the error log file i see
    "[05/Jun/2006:10:51:49] failure ( 2624): for host t.est.hotmail.com trying to GET /msg-config/tasks/operation/cgi_root, cgi_scan_headers reports: the CGI program E:\Sun\Server-Root\bin\msg\admin\bin\cgi_root.exe did not produce a valid header (program terminated without a valid CGI header. Check for core dump or other abnormal termination)"
    Any clue?
    2- When creating a new user through the admin console 5.2, and check the mail account checkbox, i don't get the "mail tab" to complete the needed information, and therefore the newly created user is not an active email account as mainly the mailhost attribute has not been created for the account
    Is this related to the problem in point 1?
    NOTE 1: i ran cmm_dssetup.pl before configuring the messaging server and selected schema 1
    NOTE 2: i downloaded the software from sun.com, didn't register it yet as i'm in the testing phase
    Appreciate your help, direction and tips

    Oh, my.....
    1. The Directory Console is not very useful, for anything in Messaging 6. The MTA is configured via editing files, and the mail store is better configured using the configutil utility.
    2. You SHOULD NOT attempt to create users with the Directory Console. They won't work. Use either the command-line tools provided (comm-admin), or use the Delegated Admin tool provided.

  • Error starting managed server through admin console

    Hey,
    I am trying to start the managed server through the admin console, but it gives fails and give errors in the log, below mention is the log file details:
    ####<2007-dec-18 kl 14:05 CET> <Error> <Security> <SESO-ODX251909> <ManagedServer_1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1197983149062> <BEA-090870> <The realm "myrealm" failed to be loaded: weblogic.security.service.SecurityServiceException: com.bea.common.engine.ServiceInitializationException: weblogic.security.spi.ProviderInitializationException: [Security:090730]Failed to verify credential mapper LDAP hierarchy
    netscape.ldap.LDAPException: Server or network error (81)
         at netscape.ldap.LDAPConnThread.networkError(LDAPConnThread.java:768)
         at netscape.ldap.LDAPConnThread.run(LDAPConnThread.java:555)
         at java.lang.Thread.run(Thread.java:595)
    weblogic.security.service.SecurityServiceException: com.bea.common.engine.ServiceInitializationException: weblogic.security.spi.ProviderInitializationException: [Security:090730]Failed to verify credential mapper LDAP hierarchy
    netscape.ldap.LDAPException: Server or network error (81)
         at netscape.ldap.LDAPConnThread.networkError(LDAPConnThread.java:768)
         at netscape.ldap.LDAPConnThread.run(LDAPConnThread.java:555)
         at java.lang.Thread.run(Thread.java:595)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealm(CommonSecurityServiceManagerDelegateImpl.java:469)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadRealm(CommonSecurityServiceManagerDelegateImpl.java:822)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealms(CommonSecurityServiceManagerDelegateImpl.java:851)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1007)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:854)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    com.bea.common.engine.ServiceInitializationException: weblogic.security.spi.ProviderInitializationException: [Security:090730]Failed to verify credential mapper LDAP hierarchy
    netscape.ldap.LDAPException: Server or network error (81)
         at netscape.ldap.LDAPConnThread.networkError(LDAPConnThread.java:768)
         at netscape.ldap.LDAPConnThread.run(LDAPConnThread.java:555)
         at java.lang.Thread.run(Thread.java:595)
         at com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(ServiceEngineImpl.java:342)
         at com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(ServiceEngineImpl.java:292)
         at com.bea.common.engine.internal.ServiceEngineImpl.lookupService(ServiceEngineImpl.java:263)
         at com.bea.common.engine.internal.ServicesImpl.getService(ServicesImpl.java:71)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealm(CommonSecurityServiceManagerDelegateImpl.java:461)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadRealm(CommonSecurityServiceManagerDelegateImpl.java:822)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealms(CommonSecurityServiceManagerDelegateImpl.java:851)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1007)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:854)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    weblogic.security.spi.ProviderInitializationException: [Security:090730]Failed to verify credential mapper LDAP hierarchy
    netscape.ldap.LDAPException: Server or network error (81)
         at netscape.ldap.LDAPConnThread.networkError(LDAPConnThread.java:768)
         at netscape.ldap.LDAPConnThread.run(LDAPConnThread.java:555)
         at java.lang.Thread.run(Thread.java:595)
         at weblogic.security.providers.credentials.DefaultCredentialMapperLDAPHelper.getInstance(DefaultCredentialMapperLDAPHelper.java:115)
         at weblogic.security.providers.credentials.DefaultCredentialMapperProviderImpl.initialize(DefaultCredentialMapperProviderImpl.java:93)
         at com.bea.common.security.internal.legacy.service.SecurityProviderImpl.init(SecurityProviderImpl.java:53)
         at com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(ServiceEngineImpl.java:340)
         at com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(ServiceEngineImpl.java:292)
         at com.bea.common.engine.internal.ServiceEngineImpl.lookupService(ServiceEngineImpl.java:263)
         at com.bea.common.engine.internal.ServicesImpl.getService(ServicesImpl.java:71)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealm(CommonSecurityServiceManagerDelegateImpl.java:461)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadRealm(CommonSecurityServiceManagerDelegateImpl.java:822)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealms(CommonSecurityServiceManagerDelegateImpl.java:851)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1007)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:854)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    >
    ####<2007-dec-18 kl 14:05 CET> <Critical> <WebLogicServer> <SESO-ODX251909> <ManagedServer_1> <Main Thread> <<WLS Kernel>> <> <> <1197983149109> <BEA-000362> <Server failed. Reason:
    There are 1 nested errors:
    weblogic.security.service.SecurityServiceRuntimeException: [Security:090399]Security Services Unavailable
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:898)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1029)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:854)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    I am using weblogic server 9.2 on windows. Node manager is working fine. i have tried installing weblogic server several times but it gives the same error each time i start a managed server. Kindly help.
    Regards,
    Alka

    Can you start a managed server from the command line?
    <Alka Parveen> wrote in message news:[email protected]...
    Hey,
    I am trying to start the managed server through the admin console, but it
    gives fails and give errors in the log, below mention is the log file
    details:
    ####<2007-dec-18 kl 14:05 CET> <Error> <Security> <SESO-ODX251909>
    <ManagedServer_1> <[ACTIVE] ExecuteThread: '0' for queue:
    'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <>
    <1197983149062> <BEA-090870> <The realm "myrealm" failed to be loaded:
    weblogic.security.service.SecurityServiceException:
    com.bea.common.engine.ServiceInitializationException:
    weblogic.security.spi.ProviderInitializationException:
    [Security:090730]Failed to verify credential mapper LDAP hierarchy
    netscape.ldap.LDAPException: Server or network error (81)
    at netscape.ldap.LDAPConnThread.networkError(LDAPConnThread.java:768)
    at netscape.ldap.LDAPConnThread.run(LDAPConnThread.java:555)
    at java.lang.Thread.run(Thread.java:595)
    weblogic.security.service.SecurityServiceException:
    com.bea.common.engine.ServiceInitializationException:
    weblogic.security.spi.ProviderInitializationException:
    [Security:090730]Failed to verify credential mapper LDAP hierarchy
    netscape.ldap.LDAPException: Server or network error (81)
    at netscape.ldap.LDAPConnThread.networkError(LDAPConnThread.java:768)
    at netscape.ldap.LDAPConnThread.run(LDAPConnThread.java:555)
    at java.lang.Thread.run(Thread.java:595)
    at
    weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealm(CommonSecurityServiceManagerDelegateImpl.java:469)
    at
    weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadRealm(CommonSecurityServiceManagerDelegateImpl.java:822)
    at
    weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealms(CommonSecurityServiceManagerDelegateImpl.java:851)
    at
    weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1007)
    at
    weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:854)
    at weblogic.security.SecurityService.start(SecurityService.java:141)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    com.bea.common.engine.ServiceInitializationException:
    weblogic.security.spi.ProviderInitializationException:
    [Security:090730]Failed to verify credential mapper LDAP hierarchy
    netscape.ldap.LDAPException: Server or network error (81)
    at netscape.ldap.LDAPConnThread.networkError(LDAPConnThread.java:768)
    at netscape.ldap.LDAPConnThread.run(LDAPConnThread.java:555)
    at java.lang.Thread.run(Thread.java:595)
    at
    com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(ServiceEngineImpl.java:342)
    at
    com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(ServiceEngineImpl.java:292)
    at
    com.bea.common.engine.internal.ServiceEngineImpl.lookupService(ServiceEngineImpl.java:263)
    at
    com.bea.common.engine.internal.ServicesImpl.getService(ServicesImpl.java:71)
    at
    weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealm(CommonSecurityServiceManagerDelegateImpl.java:461)
    at
    weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadRealm(CommonSecurityServiceManagerDelegateImpl.java:822)
    at
    weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealms(CommonSecurityServiceManagerDelegateImpl.java:851)
    at
    weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1007)
    at
    weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:854)
    at weblogic.security.SecurityService.start(SecurityService.java:141)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    weblogic.security.spi.ProviderInitializationException:
    [Security:090730]Failed to verify credential mapper LDAP hierarchy
    netscape.ldap.LDAPException: Server or network error (81)
    at netscape.ldap.LDAPConnThread.networkError(LDAPConnThread.java:768)
    at netscape.ldap.LDAPConnThread.run(LDAPConnThread.java:555)
    at java.lang.Thread.run(Thread.java:595)
    at
    weblogic.security.providers.credentials.DefaultCredentialMapperLDAPHelper.getInstance(DefaultCredentialMapperLDAPHelper.java:115)
    at
    weblogic.security.providers.credentials.DefaultCredentialMapperProviderImpl.initialize(DefaultCredentialMapperProviderImpl.java:93)
    at
    com.bea.common.security.internal.legacy.service.SecurityProviderImpl.init(SecurityProviderImpl.java:53)
    at
    com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(ServiceEngineImpl.java:340)
    at
    com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(ServiceEngineImpl.java:292)
    at
    com.bea.common.engine.internal.ServiceEngineImpl.lookupService(ServiceEngineImpl.java:263)
    at
    com.bea.common.engine.internal.ServicesImpl.getService(ServicesImpl.java:71)
    at
    weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealm(CommonSecurityServiceManagerDelegateImpl.java:461)
    at
    weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadRealm(CommonSecurityServiceManagerDelegateImpl.java:822)
    at
    weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealms(CommonSecurityServiceManagerDelegateImpl.java:851)
    at
    weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1007)
    at
    weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:854)
    at weblogic.security.SecurityService.start(SecurityService.java:141)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    >
    ####<2007-dec-18 kl 14:05 CET> <Critical> <WebLogicServer> <SESO-ODX251909>
    <ManagedServer_1> <Main Thread> <<WLS Kernel>> <> <> <1197983149109>
    <BEA-000362> <Server failed. Reason:
    There are 1 nested errors:
    weblogic.security.service.SecurityServiceRuntimeException:
    [Security:090399]Security Services Unavailable
    at
    weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:898)
    at
    weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1029)
    at
    weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:854)
    at weblogic.security.SecurityService.start(SecurityService.java:141)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    I am using weblogic server 9.2 on windows. Node manager is working fine. i
    have tried installing weblogic server several times but it gives the same
    error each time i start a managed server. Kindly help.
    Regards,
    Alka

  • Can't access msg server instance through admin console

    I am running
    Sun Java(tm) System Messaging Server 6.3-5.02 (built Oct 12 2007; 32bit)
    libimta.so 6.3-5.02 (built 17:15:31, Oct 12 2007; 32bit)
    SunOS cosmos.scranton.edu 5.10 Generic_118833-36 sun4u sparc SUNW,Sun-Fire-V245
    along with [20/Feb/2008:14:39:46 -0500] - Sun Java(TM) System Directory Server/5.2_Patch_4 B2005.230.0041 (64-bit) as the config DS
    The console webserver is
    [20/Feb/2008:14:42:00] info (26032): SunONE-WebServer-Enterprise/6.0SP3 B05/19/2004 02:48
    and
    # ./mpsadmconfig -version
    Administration Server Command Line (admconfig) version 5.2
    Copyright (c) 2001 Sun Microsystems, Inc.
    I can manage the DS through the Console just fine. If I try to access the msg server nothing happens.
    I see the following error in the ds admin-serv/logs/error log
    [21/Feb/2008:08:41:35] warning (26033): for host ::ffff:134.198.6.4 trying to GET /msg-config/tasks/operation/cgi_root, send-cgi reports: cannot find CGI program /opt/luminis/products/ds/bin/msg/admin/bin/cgi_root (No such file or directory)
    This cgi_root file is a pointer to /opt/luminis/products/mail/lib/cgimsg which does not exist
    It applied patch 115610-25 which (I'm under the impression) has the Admin console in it. It didn't fix it though
    So, does anyone know of a patch that just has the Admin Server / Console or does anyone running 32 bit Sparc Solaris 10 have a cgimsg file they can lend me? (I'll give it right back!)

    chris_krall1 wrote:
    I can't argue with that Shane. Well you can argue but there isn't anything I can do about it unfortunately. The decision to stop using the admin console was a 'big-picture' sort of deal.
    Well sort of - this didn't work when I first installed msg 6.2-4.04. The core patch 6.3-5.02 (120228-25) was applied through smpatch more or less inadvertently. Anyway I guess I will have to learn the command line interface. I really only wish to apply certs to the various services and turn on ssl
    I was able to request and apply the cert through msgcert, so I will try the next steps and see how it goesmsgcert was added to 6.3 for entirely this reason -- a replacement was required for the functionality lost due to the dropping of the admin console.
    Regards,
    Shane.

  • "File not Found" error in the admin console for dimension

    Hi All,
    We are onto the BPC7 MS version and recently we have started facing an error "File Not Found" while trying to access the dimension members from the admin console.
    I have checked the "adminapp" folder where all the dimension files should be placed in the system, the files are present in the folder.
    The mbr<DIMENSION>  tables are also present in the database and have the members intact.
    I have also tried with processing the dimensions (NOT processing from the membersheet) and it goes successful, but still face the same "File Not Found" Error.
    We have a single appset and a single application.
    Regards
    Raghav

    Hi Sorin,
    Where can I check the File path if it is set incorrect?
    I am recieving this message for all the dimensions, even when I click on the "maintain dimension members", try to process or even try to copy them i have this pop up showing "file not found".
    I have the dimension tables intact at the DB servers and they have the members in them.
    Regards
    Raghav

  • Classpath through admin console

    Hi,
    I was trying to declare some classpath through the admin console startup config page. But I'm getting following error when trying to startup the managed server.
    Exception in thread "Main Thread" java.lang.NoClassDefFoundError: Files\Java\jrmc-3/1/0-1/6/0\lib\tools/jar;
    The jar full path in my server is as follows.
    C:\Program Files\Java\jrmc-3.1.0-1.6.0\lib\tools.jar
    Somehow I don't understand why it is only reading the C:\Program and the rest is an exception.
    I tried using C:\PROGRA~1\ but now it is giving me command syntax error using java.
    Any ideas?

    If any Folder name contains space ... then add that part of classpath in DOUBLE QUOTE Mark ...
    in your case "C:\Program Files" part is causing the issue....because Program and Files words are separated by a Single Space so Please surround them in Double quote like following:
    set CLASSPATH=%CLASSPATH%;*"C:\Program Files\Java\jrmc-3.1.0-1.6.0\lib\tools.jar"*;C:\SomeOtherThings\abc.jar;

  • 9 Box Grid Settings are not availaible through admin console

    Hi ALL,
    We are implementing Nakisa 3.0 SP1 here. While configuring Succession Planning, for Employees, 'Grid' option is not availaible through Administration Console. However the same is availaible for End USer under Employee>>Grid.
    If I understand it correctly, this 'Grid' talks about Talent Management 9 Box Grid i.e. why 'Performance' & 'Potential' are given as X & Y axis.
    Is this done for a purpose? If this is the case, how to configure settings for Grid?
    Thanks,
    Prashant

    Hi Prashant,
    Grid settings can only be made in the XML files. You can make several changes in the XML file to affect various grid settings, which I have done at a few clients. You need to look for the listing configuration called DirectoryListing1_With_NineBox.xml.
    Best regards,
    Luke

  • Admin Console for EE 8.1 2005Q4 Not Working

    Hello everyone!
    I've recently created a new zone with the following setup:
    # zonecfg -z sunappserver
    zonecfg:sunappserver> create -b
    zonecfg:sunappserver> set zonepath=/zones/sunappserver
    zonecfg:sunappserver> set autoboot=true
    zonecfg:sunappserver> add net
    zonecfg:sunappserver:net> set address=192.168.10.110
    zonecfg:sunappserver:net> set physical=nge0
    zonecfg:sunappserver:net> end
    zonecfg:sunappserver> verify
    zonecfg:sunappserver> commit
    zonecfg:sunappserver> exitI then install the zone,
    # zoneadm -z sunappserver install
    Preparing to install zone <sunappserver>.
    Creating list of files to copy from the global zone.
    Copying <101729> files to the zone.
    Initializing zone product registry.
    Determining zone package initialization order.
    Preparing to initialize <1080> packages on the zone.
    Initialized <1080> packages on zone.
    Zone <sunappserver> is initialized.
    Installation of these packages generated errors: <SUNWjhrt SUNWjhdev SUNWaadm SUNWabe SUNWabhdw SUNWalab SUNWaman SUNWas8doc SUNWcdeu SUNWdev SUNWgndoc SUNWinab SUNWsjdscm SUNWsodoc>
    Installation of <1> packages was skipped.
    The file </zones/sunappserver/root/var/sadm/system/logs/install_log> contains a log of the zone installation.After I install EE 8.1_2005Q4 using all the defaults, I use the following to start the domain:
    # cd /opt/SUNWappserver/appserver/bin
    # ./asadmin
    asadmin> start-domain --user admin domain1
    Starting Domain domain1, please wait.
    Log redirected to /var/appserver/domains/domain1/logs/server.log.
    Please enter password>
    Please enter the master password>
    Domain domain1 started.
    asadmin> quitI then attempt to go view the admin console at http://localhost:4848 but all I get is a blank page. No content or login. If I create a new zone, and use the bundled version this works properly. Needless to say, I have deleted the domain and recreated it with the following:
    asadmin> create-domain --adminport 4848 --adminuser admin domain1
    Please enter adminpassword>
    Please enter adminpassword again>
    Please enter the master password>
    Please enter the master password again>
    Using default port 8,080 for HTTP Instance.
    Using default port 7,676 for JMS.
    Using default port 3,700 for IIOP.
    Using default port 8,181 for HTTP_SSL.
    Using default port 3,820 for IIOP_SSL.
    Using default port 3,920 for IIOP_MUTUALAUTH.
    Using default port 8,686 for JMX_ADMIN.
    Domain domain1 created.However, the end result is the same.
    Am I missing something or does anyone have any ideas?
    Thanks in advance!
    Joshua Preston

    Well guys,
    Just as an FYI, I have failed to notice that the default installation makes the admin console gui running on port 4849 secure!
    So, after following the directions and connecting to:
    http://localhost:4849without any success, it is actually a secure port! Therefore,
    https://localhost:4849works properly!
    I open my mouth only to change feet.
    Thanks!
    Joshua Preston.

  • Admin console for our sites is gone!

    When I try to log into one of our sites in BC, I receive this message: Cannot find the server or the Resource can't be found (404 error)
    Where is our BC site?

    Here is the URL for one site:
    http://betheldualenrollment.businesscatalyst.com
    The URL that comes up as a 404 error is:
    http://www.dualenrollment.bethelu.edu/Admin/Index2.aspx?SID=1284806&UID=795926&SV=18682866 81&FN=Kevin&LN=Warren&UN=kevin.warren%40savantlearningsystems.com&siteAuthToken=341dfd7e1f f04fada368cad0c1e080fc3f2ea4b8343c4fa8b50832de6f8ffa6d&genericAuthToken=02a74f59626c40af80 b4ba4672d09dd35ca5ee42aee24482abc4e27a46daeafa
    One problem with this site may be that I added a Site Redirect (maybe incorrectly). But with the Admin console gone, I can't fix it.
    It also doesn't explain why our second site has disappeared.
    How do I get our old Admin URL back if I accidentally added the redirect (dualenrollment.bethelu.edu)?

Maybe you are looking for

  • How can I remove a recommended Update?

    I have a Brother Printer that, for some reason, works well with the driver that came with the system. Later releases cause numerous problems. How can I keep Snow Leopard from continually recommending to update this software but still keep me up-to-da

  • SAPscript print program

    Hi All I have the SAPscript form name. I need to find out the name of the print program. The table TNAPR gives the standard program name attached to the SAPscript. But, I need to find out the Z* program name associated with the SAPscript. Pls do help

  • AIR 1.5, create and print PDF?

    Hi, I need to develop an application that is able to print. To file to print is build up during application usage (you can walk trough the application in a linear way). At the end of the app you need to be able to print the printable file. Im using A

  • Failure of downloading the latest OS for iphone 3GS

    I have a problem of downloading the latest OS for my iphone. Although I can't download the OS but I can download those apps. I have tried many times downloading the OS and it failed. I do using the latest itunes, but it's still say network error. Doe

  • Sync address book & iCal in iPod nano (6th Gen)?

    hello all, today I switched from an ancient iPod to a brandnew iPod nano 6th Gen. To my utter surprise there seems to be no (straightforward) way to sync my address book or iCal...? Needless to say, the olden iPod offered that feature. Have I overloo