Wlst connecting to admin server

I am confused that we can connect to the admin servers using wlst without password?
Is that true and under what circumstances we will be able to connect to the servers?

Hi Eden,
Yes, You are 50% Right.
<b><font color=maroon>
BUT Only in one case we can connect to WebLogic Using WLST without Passing the Username and Password....If and only if the Default username is "weblogic" and password is "weblogic" for your Domain.....Even u need no to enter the AdminServer URL wile connecting to the AdminServer via WLST if your AdminServer is running at "localhost:7001"
</font></b>
Example:
C:\>java weblogic.WLST
Initializing WebLogic Scripting Tool (WLST) ...
Welcome to WebLogic Server Administration Scripting Shell
Type help() for help on available commands
wls:/offline> connect()
Please enter your username [weblogic] : --------- I didnot enter anything here Just Pressed ENTER Key
Please enter your password [weblogic] : --------- I didnot enter anything here Just Pressed ENTER Key
Please enter your server URL [t3://localhost:7001] : --------- I didnot enter anything here Just Pressed ENTER Key
Connecting to t3://localhost:7001 with userid weblogic ...
Successfully connected to Admin Server 'AdminServer' that belongs to domain '7001_Domain'.
Warning: An insecure protocol was used to connect to the
server. To ensure on-the-wire security, the SSL port or
Admin port should be used instead.
wls:/7001_Domain/serverConfig>
<b><font color=red>
NOTE:
If you Don't want to put the ClearText Username and Passwords inside your WLST Script Due to some Security reasons...Then u can make use of *"userConfig"* Feature of WLST like described here: http://weblogic-wonders.com/weblogic/2009/11/30/steps-to-use-userconfig-file-and-userkey-file/
</font></b>
Thanks
Jay SenSharma
http://weblogic-wonders.com/weblogic/  (WebLogic Wonders Are Here)

Similar Messages

  • Unable to connect to Admin Server from second machine using WLST

    Hello,
    PROBLEM
    Can't get WLST to connect to admin server from 2nd host to register the domain.
    SETUP
    I have 2 Centos VMs running on Oracle Virtual box in a single laptop. Both the VMs use "Bridged Networking".
    VM-1 CONFIG
    cat /etc/hosts
    192.168.1.17
    dom1 dom1.my mac1
    192.168.1.51
    centos2 mac2
    VM-1 hosts admin server & one managed server
    VM-2 CONFIG
    192.168.1.51
    mac2
    192.168.1.17
    centos1 mac1
    VM-2 hosts just one managed server
    I can start up admin on VM-1 fine. The node manager is reachable too. Both the VMs are can be pinged from each other. I can also telnet to the admin server's port ( telnet 192.168.1.17 7001) from the second server.
    My HOST OS is Windows 7. I can ping from windows to both the VM IPs too. The reverse is working fine as well.
    I've tried both mechanisms of copying the whole domain from machine 1 over to machine2 & also using the pack.sh/unpack.sh combinations to transfer the domains.
    When I invoke WLST, this is what happens
    ./wlst.sh
    CLASSPATH=/apps/prod/appservers/weblogic/wls_10_3_6/patch_wls1036/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/apps/prod/appservers/weblogic/wls_10_3_6/patch_ocp371/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25.x86_64/lib/tools.jar:/apps/prod/appservers/weblogic/wls_10_3_6/wlserver_10.3/server/lib/weblogic_sp.jar:/apps/prod/appservers/weblogic/wls_10_3_6/wlserver_10.3/server/lib/weblogic.jar:/apps/prod/appservers/weblogic/wls_10_3_6/modules/features/weblogic.server.modules_10.3.6.0.jar:/apps/prod/appservers/weblogic/wls_10_3_6/wlserver_10.3/server/lib/webservices.jar:/apps/prod/appservers/weblogic/wls_10_3_6/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/apps/prod/appservers/weblogic/wls_10_3_6/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar::/apps/prod/appservers/weblogic/wls_10_3_6/utils/config/10.3/config-launch.jar::/apps/prod/appservers/weblogic/wls_10_3_6/wlserver_10.3/common/derby/lib/derbynet.jar:/apps/prod/appservers/weblogic/wls_10_3_6/wlserver_10.3/common/derby/lib/derbyclient.jar:/apps/prod/appservers/weblogic/wls_10_3_6/wlserver_10.3/common/derby/lib/derbytools.jar::
    Initializing WebLogic Scripting Tool (WLST) ...
    Welcome to WebLogic Server Administration Scripting Shell
    Type help() for help on available commands
    wls:/offline> connect('weblogic','weblogic123','t3://192.168.1.17:7001')
    Connecting to t3://192.168.1.17:7001 with userid weblogic ...
    Traceback (innermost last):
      File "<console>", line 1, in ?
      File "<iostream>", line 22, in connect
      File "<iostream>", line 648, in raiseWLSTException
    WLSTException: Error occured while performing connect : Error connecting to the server : Could not obtain the localhost address. The most likely cause is an error in the network configuration of this machine.
    Use dumpStack() to view the full stacktrace
    wls:/offline> dumpStack()
    This Exception occurred at Fri Oct 11 17:11:07 NZDT 2013.
    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.
    wls:/offline>
    Also, I can't invoke weblogic.Admin from the second VM despite setting the environment using "setWLSEnv.sh". i get the error "Error: Could not find or load main class weblogic.Admin".
    Please could you help me fix this? I've spent 3 days now trying numerous things without much luck :-(
    Kind Regards

    Hi Raj,
    Issue is with NM registry with domain home. Please follow the below steps and let us know the status.
    1 . Check whether the node manager port ( default 5556 ) is opened for communication on both Admin and Managed server.
    2 . After opening the port - We would need to enroll the node manager home with domain home to establish the communication between Admin and Managed server.
       a .  Start the Administration Server.
       b .  Using the Administration Console update the Node Manager credentials from the Advanced options under domain_nameArrow symbolSecurityArrow symbolGeneral.
       c .  Invoke WLST and connect to an Administration Server using the connect command. See Using the WebLogic Scripting Tool in WebLogic Scripting Tool.
       d .  Run nmEnroll using the following syntax:
            nmEnroll([domainDir], [nmHome])
    Running nmEnroll() ensures that the correct Node Manager user and password token are supplied to each Managed Server. Once these are available for each Managed Server, you can use nmConnect() in a production environment.
    Note:     You must run nmEnroll() on each machine that is running a Managed Server. Additionally, you should run nmEnroll() for each domain directory on each machine.
    For more info : General Node Manager Configuration
    Thanks
    Lakshman

  • Console cannot connect to Admin Server in a local network

    Hi,
    This issue may has been asked before, but I didn't find corresponding answer. So I ask again:
    The Directory server 5.2 P4 is running on Windows XP and a console running on the same server (192.168.1.80) works fine. However second console which is running on 192.168.1.50 can not connect to admin server. Error message is:
    Cannot connect to the Admin Server "http://homeserver.keiban.com:5201/" The URL is not correct or the server is not running.
    I noticed that if I use http://192.168.1.80:5201 to connect admin server instead of http://homeserver.keiban.com, it took 10 seconds to show Initialization Failure:
    Connect connect to the Directory Server "ldap://homeserver.keiban.com:5200" LDAP error: failed to connect to server ldap://homeserver.keiban.com;5200 Would you like to attemt to restart the Directory Server?
    In Control Panel -> Windwos Firewall -> Exceptions, I have added port number 5201 for Sun ONe Admin Server 5.2 on TCP.
    In etc/host file, an entry is already added:
    192.168.1.80 homeserver.keiban.com homeserver
    Both computers are in a local network and via cable DSL to connect to Internet. Is there some thing I am missing?
    Your help will be appreciated,

    1. Make sure your FQDN is set up correct on both
    client and Server.Victor, you are right! I setup FQDN on server properly, but forgot to have FQDN setup to map FQDN to IP address on client. So the Console goes to Internet to find the directory server in which it causes failure.
    Thanks your hint,
    a. ping xxx.xxx.xxx.xxx from client to Server
    Check the Admin Server for Client Access Control
    configuration.
    Victor

  • Not able to connect to admin server through WLST

    Hi,
    I am not able to connect admin server of machine1 though WLST from machine2. This is how i am trying to connect.
    wls:/offline> connect('weblogic','weterner1','t3://machine1:7111')
    Connecting to t3://machine1:7111 with userid weblogic ...
    Traceback (innermost last):
    File "<console>", line 1, in ?
    File "<iostream>", line 22, in connect
    File "<iostream>", line 646, in raiseWLSTException
    WLSTException: Error occured while performing connect : null
    Use dumpStack() to view the full stacktrace
    Could anyone please help... FYI... This is in windows environment._
    Thanks,
    Venkat

    I am able to connect to admin console of Machine1 with this URL http://vakumarn12:7111/console.
    My machine name is M1 and listener address is vakumarn12.
    I have installed WL in machine2 and trying to connect admin server of machine1.
    I have used connect() but still the same.
    One more thing I am(Machine1) in VPN network and the system from which i am trying accessing admin server is in client location(Machine2).
    In machine1 i have two network connections one is Ethernet adapter and other is PPP adapter - (Is this creating a problem)
    dumpStack() is as below:
    wls:/offline> dumpStack()
    This Exception occurred at Tue Jan 08 07:56:30 EST 2013.
    javax.naming.ServiceUnavailableException [Root exception is java.net.UnknownHost
    Exception: vakumarn12]
    at weblogic.jndi.internal.ExceptionTranslator.toNamingException(Exceptio
    nTranslator.java:34)
    at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLIni
    tialContextFactoryDelegate.java:788)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLIni
    tialContextFactoryDelegate.java:366)
    at weblogic.jndi.Environment.getContext(Environment.java:315)
    at weblogic.jndi.Environment.getContext(Environment.java:285)
    at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialCont
    extFactory.java:117)
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:6
    67)
    at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288
    at javax.naming.InitialContext.init(InitialContext.java:223)
    at javax.naming.InitialContext.<init>(InitialContext.java:197)
    at weblogic.management.scripting.WLSTHelper.populateInitialContext(WLSTH
    elper.java:520)
    at weblogic.management.scripting.WLSTHelper.initDeprecatedConnection(WLS
    THelper.java:573)
    at weblogic.management.scripting.WLSTHelper.initConnections(WLSTHelper.j
    ava:313)
    at weblogic.management.scripting.WLSTHelper.connect(WLSTHelper.java:203)
    at weblogic.management.scripting.WLScriptContext.connect(WLScriptContext
    .java:61)
    at weblogic.management.scripting.utils.WLSTUtil.initializeOnlineWLST(WLS
    TUtil.java:147)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.python.core.PyReflectedFunction.__call__(Unknown Source)
    at org.python.core.PyMethod.__call__(Unknown Source)
    at org.python.core.PyObject.__call__(Unknown Source)
    at org.python.core.PyObject.invoke(Unknown Source)
    at org.python.pycode._pyx45.connect$1(<iostream>:16)
    at org.python.pycode._pyx45.call_function(<iostream>)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyFunction.__call__(Unknown Source)
    at org.python.pycode._pyx50.f$0(<console>:1)
    at org.python.pycode._pyx50.call_function(<console>)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyCode.call(Unknown Source)
    at org.python.core.Py.runCode(Unknown Source)
    at org.python.core.Py.exec(Unknown Source)
    at org.python.util.PythonInterpreter.exec(Unknown Source)
    at org.python.util.InteractiveInterpreter.runcode(Unknown Source)
    at org.python.util.InteractiveInterpreter.runsource(Unknown Source)
    at org.python.util.InteractiveInterpreter.runsource(Unknown Source)
    at weblogic.management.scripting.WLST.main(WLST.java:173)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at weblogic.WLST.main(WLST.java:29)
    Caused by: java.net.UnknownHostException: vakumarn12
    at java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method)
    at java.net.InetAddress$1.lookupAllHostAddr(InetAddress.java:850)
    at java.net.InetAddress.getAddressFromNameService(InetAddress.java:1201)
    at java.net.InetAddress.getAllByName0(InetAddress.java:1154)
    at java.net.InetAddress.getAllByName(InetAddress.java:1084)
    at java.net.InetAddress.getAllByName(InetAddress.java:1020)
    at weblogic.rjvm.RJVMFinder.getDnsEntries(RJVMFinder.java:422)
    at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:192)
    at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:170)
    at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:153)
    at weblogic.jndi.WLInitialContextFactoryDelegate$1.run(WLInitialContextF
    actoryDelegate.java:345)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
    dSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:
    146)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLIni
    tialContextFactoryDelegate.java:340)
    ... 43 more
    javax.naming.ServiceUnavailableException [Root exception is java.net.UnknownHost
    Exception: vakumarn12]
    Edited by: KumarOra on Jan 8, 2013 5:18 AM

  • How  remote managed server to connect to admin server

    I have an admin server on one machine and created a managed server on different
    machine, I am not able to start managed server from either machine. When I used
    the admin server machine to start the managed server remotely I got this message
    Connecting to http://fkeita:7001...
    <Jul 17, 2002 11:11:06 AM EDT> <Notice> <Security> <090082> <Security initializi
    ng using realm myrealm.>
    <Jul 17, 2002 11:11:06 AM EDT> <Notice> <WebLogicServer> <000328> <Starting WebL
    ogic Managed Server "managedserver3" for domain "admindomain">
    <Jul 17, 2002 11:11:28 AM EDT> <Emergency> <WebLogicServer> <000350> <Unable to
    create a server socket on Channel Default for: BFINKELMAN/90.0.0.25, port: 8002.
    java.net.BindException: Cannot assign requested address: JVM_Bind Perhaps the
    a
    ddress BFINKELMAN/90.0.0.25 is incorrect or another process is using port 8002.>
    <Jul 17, 2002 11:11:29 AM EDT> <Emergency> <Security> <090085> <Server failed
    to
    bind to any port such that it is not reachable from the console.>
    <Jul 17, 2002 11:11:29 AM EDT> <Emergency> <WebLogicServer> <000342> <Unable to
    initialize the server: Fatal initialization exception>
    When I tried to connect managed server from its machine to admin server (running
    on separate machine ) I got this error
    Starting WebLogic Server...
    Connecting to http://fkeita:7001...
    <Jul 17, 2002 11:15:18 AM EDT> <Notice> <Security> <090082> <Security initializi
    ng using realm myrealm.>
    <Jul 17, 2002 11:15:18 AM EDT> <Critical> <WebLogicServer> <000364> <Server fail
    ed during initialization. Exception:java.lang.SecurityException: Authentication
    for user system denied
    java.lang.SecurityException: Authentication for user system denied
    at weblogic.security.service.SecurityServiceManager.doBootAuthorization(
    SecurityServiceManager.java:978)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityS
    erviceManager.java:1116)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:703)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:588)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:276)
    at weblogic.Server.main(Server.java:31)
    >
    <Jul 17, 2002 11:15:18 AM EDT> <Emergency> <WebLogicServer> <000342> <Unable to
    initialize the server: Fatal initialization exception
    Throwable: java.lang.SecurityException: Authentication for user system denied
    java.lang.SecurityException: Authentication for user system denied
    at weblogic.security.service.SecurityServiceManager.doBootAuthorization(
    SecurityServiceManager.java:978)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityS
    erviceManager.java:1116)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:703)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:588)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:276)
    at weblogic.Server.main(Server.java:31)
    >
    The WebLogic Server did not start up properly.
    Exception raised:
    java.lang.SecurityException: Authentication for user system denied
    at weblogic.security.service.SecurityServiceManager.doBootAuthorization(
    SecurityServiceManager.java:978)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityS
    erviceManager.java:1116)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:703)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:588)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:276)
    at weblogic.Server.main(Server.java:31)
    Reason: Fatal initialization exception
    Throwable: java.lang.SecurityException: Authentication for user system denied
    java.lang.SecurityException: Authentication for user system denied
    at weblogic.security.service.SecurityServiceManager.doBootAuthorization(
    SecurityServiceManager.java:978)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityS
    erviceManager.java:1116)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:703)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:588)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:276)
    at weblogic.Server.main(Server.java:31)
    Thanks.

    Is your applications deployed to Cluster?
    If yes it will automatically deploy to new managed servers added to cluster when it comes to running mode

  • Starting cluster fails, managed servers can't seem to connect to admin serv

    I have been trying to run the WebLogic JPA example from,
    http://wiki.eclipse.org/EclipseLink/Examples/JPA/CacheCoordination
    but not having much luck on three different Linux machines,
    The first issue I found was if you did not set the memory options just right, the JVM would just hang,
    I am now using,
                   <jvmarg value="-XX:PermSize=512m"/>
                   <jvmarg value="-XX:MaxPermSize=960m"/>
    with JDK 1.7_17, not sure if there are better options...
    The 3 servers are started using (each with different port, all server run on the same machine, as with the admin server),
    <java classname="weblogic.Server"
    fork="true"
    failonerror="true">
    <jvmarg value="-server"/>
    <!--jvmarg value="-Xms512m"/>
    <jvmarg value="-Xmx960m"/-->
                   <jvmarg value="-XX:PermSize=512m"/>
                   <jvmarg value="-XX:MaxPermSize=960m"/>
    <env key="PATH" value="${env.JAVA_HOME}/bin:${env.PATH}"/>
                   <sysproperty key="java.security.egd" value="file:///dev/./urandom"/>
    <sysproperty key="weblogic.Name" value="server1"/>
    <sysproperty key="bea.home" value="${JEE_HOME}"/>
    <sysproperty key="weblogic.management.server" value="${JEE_HOST}:7001"/>
    <sysproperty key="weblogic.management.username" value="${JEE_USER}"/>
    <sysproperty key="weblogic.management.password" value="${JEE_PASSWORD}"/>
    <sysproperty key="java.security.police" value='"${JEE_SERVER}/lib/weblogic.policy"'/>
    <sysproperty key="weblogic.RootDirectory" value="${JEE_DOMAIN}"/>
    <sysproperty key="weblogic.Stdout" value="server1.log"/>
    <sysproperty key="weblogic.Stderr" value="server1.err"/>
    <classpath>
    <fileset dir="${JEE_SERVER}/lib" includes="weblogic.jar,weblogic_sp.jar"/>
    <pathelement location="${env.JAVA_HOME}/lib/tools.jar"/>
    </classpath>
    </java>
    I found that the start-up would sometimes fail on some of the machines unless I used,
                   <sysproperty key="java.security.egd" value="file:///dev/./urandom"/>
    But on once machine this does not help either,
    I also tried using unicast, but still does not start,
    the admin server starts, then the managed servers start and seem to try to connect to the admin server and just never do, never get past STARTING (to STARTED in the log).
    Another have any other ideas?

    How are you starting the managed servers. try running the command
    from /MW_HOME/user_projects/domains/bifoundation_domain/bin
    nohup sh ./startManagedWebLogic.sh bi_server1 http://localhost:7001> start_bi_server1.log &
    and see how it goes. make sure you have set the boot.properties files under security folder so that it wont get failed looking for username and password.
    hope it helps

  • Cannot expand IDM cluster due to unable to connect to Admin Server

    Hi everyone.
    When I was configuring HA on IDM node2 for ODS managed server and ASinstance, I met the strange situation:
    - I choose expand cluster on IDM configuration wizard windows (oim_11.1.1.7.0)
    - I entered the admin server address, port, username, password, all of them is correct because I tested them on all nodes and from my remote laptop
    - when I hit the Next button, that error occured:
    INST-07242 Unable to connect to Oracle Weblogic Middleware Administration Server
    Make sure Oracle Administration Server is up and hostname, port, user name and administration password are correct.
    I don't know what the reason of that error. On the Metalink I watch the doc ID:1324425.1 but the solutions mentioned to earlier verions than mine. So that I cannot apply that solutions.
    Have you got any idea ?
    Thank in advance.
    Cuong Pham

    Hi,
    Post again to the Identity forum at Identity Manager

  • Having trouble connecting to Admin server

    after the window update I can not connect to my Admin Server for Essbase
    Please advise
    Edited by: Next Level on Nov 13, 2011 11:05 PM

    I am installing 11.1.2.1 on my laptop
    I have updated to window 7 Ultimate
    How can I find the Java version
    Please advise
    Edited by: 876432 on Nov 14, 2011 4:06 AM
    Edited by: 876432 on Nov 14, 2011 4:07 AM

  • Managed servers not  connecting to admin server

    Someone has surely seen the below err msg:
              java.net.MalformedURLException: no protocol: \http://svrnm:port\/wl_management_internal2/Bootstrap
              

              ryan upton <[email protected]> wrote:
              >ken wrote:
              >
              >> ryan upton <[email protected]> wrote:
              >>
              >>>ken wrote:
              >>>
              >>>>Someone has surely seen the below err msg:
              >>>>
              >>>>java.net.MalformedURLException: no protocol: \http://svrnm:port\/wl_management_internal2/Bootstrap
              >>>
              >>>Ken,
              >>>I think a little more detail would be helpful in understanding your
              >problem
              >>>
              >>>~Ryan Upton
              >>
              >>
              >>
              >> the stated error msg is on the NTservice PIA log when attempting to
              >start the
              >> managed weblogic server ... the managed weblogic server comes online
              >just fine
              >> thru the command prompt ... thanks for your response
              >>
              >
              >Do you remember the commad line you used to register the service?
              installNTservice ... for the admin NT service
              installNTservice PIA for the managed weblogic server
              Because we use proxy servers in front of the Webservers, a registry entry is required
              for the two new services generated by the installNTservice cmd. The entries look
              like they are from the setenv file.
              

  • Can not connect to ther admin server with t3s in the WLST

    Hi,
    Our server face a strange problem.
    We want to add SSL to our server, and I have set the SSL linsten port enabled, an we can access the admin console with https protocol and SSL listen port.
    Then I want to manage the server with
    ##start WLST with DemoTrust enable
    java -Dweblogic.security.SSL.ignoreHostnameVerification=true -Dweblogic.security.TrustKeyStore=DemoTrust weblogic.WLST
    ##connect
    If I use
    connect('system','testAdmin','t3://xxxx:10001')
    ##this can connect successful.
    If I use
    connect('system','testAdmin','t3s://xxxx:10002')
    It will cause an error
    WLSTException: Error occured while performing connect : Error getting the initial context. There is no server running at t3s://xxxx:10002 Use dumpStack() to view the full stacktrace
    I both enabled plain and SSL listen port and I can access the admin console with http and https without problem. But why I just can not use t3s to connect the server in the WLST? Is there any setting related this? Please advise, thanks.
    Here is the dumpStack()
    javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3s://xxxx:10002: Destination unreachable; nested exception is:
            java.io.IOException: Stream closed.; No available router to destination]
    at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:40)
    at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:783)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:365)
    at weblogic.jndi.Environment.getContext(Environment.java:315)
    at weblogic.jndi.Environment.getContext(Environment.java:285)
    at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
    at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
    at javax.naming.InitialContext.init(InitialContext.java:223)
    at javax.naming.InitialContext.<init>(InitialContext.java:197)
    at weblogic.management.scripting.WLSTHelper.populateInitialContext(WLSTHelper.java:512)
    at weblogic.management.scripting.WLSTHelper.initDeprecatedConnection(WLSTHelper.java:565)
    at weblogic.management.scripting.WLSTHelper.initConnections(WLSTHelper.java:305)
    at weblogic.management.scripting.WLSTHelper.connect(WLSTHelper.java:203)
    at weblogic.management.scripting.WLScriptContext.connect(WLScriptContext.java:60)
    at weblogic.management.scripting.utils.WLSTUtil.initializeOnlineWLST(WLSTUtil.java:125)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:160)
    at org.python.core.PyMethod.__call__(PyMethod.java:96)
    at org.python.core.PyObject.__call__(PyObject.java:248)
    at org.python.core.PyObject.invoke(PyObject.java:2016)
    at org.python.pycode._pyx4.connect$1(<iostream>:16)
    at org.python.pycode._pyx4.call_function(<iostream>)
    at org.python.core.PyTableCode.call(PyTableCode.java:208)
    at org.python.core.PyTableCode.call(PyTableCode.java:404)
    at org.python.core.PyTableCode.call(PyTableCode.java:287)
    at org.python.core.PyFunction.__call__(PyFunction.java:179)
    at org.python.pycode._pyx15.f$0(<console>:1)
    at org.python.pycode._pyx15.call_function(<console>)
    at org.python.core.PyTableCode.call(PyTableCode.java:208)
    at org.python.core.PyCode.call(PyCode.java:14)
    at org.python.core.Py.runCode(Py.java:1135)
    at org.python.core.Py.exec(Py.java:1157)
    at org.python.util.PythonInterpreter.exec(PythonInterpreter.java:148)
    at org.python.util.InteractiveInterpreter.runcode(InteractiveInterpreter.java:89)
    at org.python.util.InteractiveInterpreter.runsource(InteractiveInterpreter.java:70)
    at org.python.util.InteractiveInterpreter.runsource(InteractiveInterpreter.java:44)
    at weblogic.management.scripting.WLST.main(WLST.java:178)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at weblogic.WLST.main(WLST.java:29)
    Caused by: java.net.ConnectException: t3s://xxxx:10002: Destination unreachable; nested exception is:
    java.io.IOException: Stream closed.; No available router to destination
    at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:203)
    at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:153)
    at weblogic.jndi.WLInitialContextFactoryDelegate$1.run(WLInitialContextFactoryDelegate.java:344)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:339)
    ... 43 more
    Caused by: java.rmi.ConnectException: Destination unreachable; nested exception is:
    java.io.IOException: Stream closed.; No available router to destination
    at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:464)
    at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:315)
    at weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java:251)
    at weblogic.rjvm.RJVMManager.findOrCreate(RJVMManager.java:194)
    at weblogic.rjvm.RJVMFinder.findOrCreateRemoteServer(RJVMFinder.java:225)
    at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:188)
    ... 48 more
    Edited by: Kaos on Feb 25, 2010 12:06 AM

    Jai/Faisal,
    One strange thing i observe, i tried connecting to admin server through WLST, it works for first time and again it gave me the error next (Connecting alternatively).
    the error message which i am getting:
    This Exception occurred at Thu Jun 10 08:19:39 CDT 2010.
    javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3s://mo8xdwls0018.bankofamerica.com:8933: Destination unreachable; nested exception is:
            java.io.IOException: Stream closed.; No available router to destination]
    at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:40)
    at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:783)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:365)
    at weblogic.jndi.Environment.getContext(Environment.java:315)
    at weblogic.jndi.Environment.getContext(Environment.java:285)
    at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
    at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
    at javax.naming.InitialContext.init(InitialContext.java:223)
    at javax.naming.InitialContext.<init>(InitialContext.java:197)
    at weblogic.management.scripting.WLSTHelper.populateInitialContext(WLSTHelper.java:512)
    at weblogic.management.scripting.WLSTHelper.initDeprecatedConnection(WLSTHelper.java:565)
    at weblogic.management.scripting.WLSTHelper.initConnections(WLSTHelper.java:305)
    at weblogic.management.scripting.WLSTHelper.connect(WLSTHelper.java:203)
    at weblogic.management.scripting.WLScriptContext.connect(WLScriptContext.java:60)
    at weblogic.management.scripting.utils.WLSTUtil.initializeOnlineWLST(WLSTUtil.java:125)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:160)
    at org.python.core.PyMethod.__call__(PyMethod.java:96)
    we are connecting to t3s://mo8xdwls0018.bankofamerica.com:8933.
    Any help would be appreciated.
    -Vishal Iyer

  • Java.io.IOException when to use WLST to connect admin server

    Hello experts,
    I am following this article to use wlst to connect to admin server from remote, but failed with below error.
    Oracle WebLogic Server 12c: Configuring and Using Node Manager
    >java weblogic.WLST
    wls:/offline> connect('superadmin', 'agile9', 't3://myadminserver.company.com:7001')
    Connecting to t3://myadminserver.company.com:7001 with userid superadmin ...
    The CompatabilityMBeanServer is not initialized properly.
    This might happen if the CompatabilityMBeanServer is
    disabled via the JMXMBean.
    To view the root cause exception use dumpStack()
    WLST detected that the RuntimeMBeanServer is not enabled. This
    might happen if the RuntimeMBeanServer is disabled via the JMXMBean.
    Please ensure that this MBeanServer is enabled. Online WLST cannot
    function without this MBeanServer.
    Traceback (innermost last):
      File "<console>", line 1, in ?
      File "<iostream>", line 22, in connect
      File "<iostream>", line 648, in raiseWLSTException
    WLSTException: Error occured while performing connect : "Cannot connect to WLST."
    Use dumpStack() to view the full stacktrace
    wls:/offline> dumpStack()
    This Exception occurred at Tue Jul 22 20:45:53 PDT 2014.
    java.io.IOException
    java.io.IOException
    wls:/offline>
    I checked CompatabilityMBeanServer is already enabled in Admin Console
    Does anybody has any idea how to resolve?
    My Environment:
    weblogic 12.1.1.0
    OS: REL 6.0
    Java: 1.7.0_21
    Thanks
    Jie

    Hi,
    Thanks for the reply. There was some problem with the input parameters to the automated activity. That error is resolved now.
    I try to view the output of the automated activity, i.e, response of the web service call. I do an output mapping from the automated activity to a data object. But once I start the process and the automated activity executes, I could not see the output data in the context data in 'Operation Management --> Manage Processes'. The data object doesn't have any value. 
    The default trace doesn't have any error. I doubt if the web service is called at all!
    Any suggestions?
    Thank you.

  • How to connect admin server thorugh wlst

    Hi ,
    I am connecting to nodemanager thorugh nmConnect() command but i am getting follwoing error..
    Welcome to WebLogic Server Administration Scripting Shell
    Type help() for help on available commands
    wls:/offline> connect()
    Please enter your username ["weblogic"] : system
    Please enter your password ["weblogic"] :
    Please enter the url ["t3://localhost:7001"] : t3://localhost:7001
    Connecting to weblogic server instance running at t3://localhost:7001 as username system ...
    Successfully connected to Admin Server 'AdminServer' that belongs to domain 'dizzyworld'.
    Warning: An insecure protocol was used to connect to the server.
    To ensure on-the-wire security, the SSL port or Admin port
    should be used instead.
    wls:/dizzyworld/serverConfig> nmConnect('weblogic'.'weblogic','localhost','5556','dizzyworld','c:/student/course/work/domains','plain')
    Traceback (innermost last):
    (no code object) at line 0
    File "<console>", line 1
    nmConnect('weblogic'.'weblogic','localhost','5556','dizzyworld','c:/student/course/work/domains','plain')
    ^
    SyntaxError: invalid syntax
    wls:/dizzyworld/serverConfig> nmConnect('system','weblogic','localhost','5556','dizzyworld','c:/student/course/work/domains','plain')
    Connecting to Node Manager ...
    Traceback (innermost last):
    File "<console>", line 1, in ?
    File "<iostream>", line 1447, in nmConnect
    WLSTException: "Error occured while performing nmConnect : Cannot connect to the Node Manager.Connection refused: connect. Couldn't connect to
    r. Check that it is running at localhost:5556 Use dumpStack() to view the full stacktrace"
    wls:/dizzyworld/serverConfig>

    Hello
    ('weblogic'.'weblogic'
    You put a dot, so the jython syntax is invalid.
    Regards.

  • Failed to connect to the remote Admin Server on host "...." and port "7001" Please, check configuration

    Hello friends,
    I have two servers S1 and S2
    I installed on S1 Foundation, OHS, CALC on S2 I install EAS, APS, FR, however during the EAS or APS configuration. These fail to deploy in Weblogic.
    I have this message.
    Now, when do I start startWebLogic, I do not have this message but the config is failed.
    Here is the config logs. someone an idea.
    [2013-10-02T10:55:49.922+01:00] [EPMCFG] [TRACE] [EPMCFG-01020] [oracle.EPMCFG] [tid: 23] [ecid: 0000K5sa1z9D^aL5MRw0ye1IIynL000006,0] [SRC_CLASS: com.hyperion.hit.tool.deploy.script.wrappers.WrappedDConfigBean] Error:
    [2013-10-02T10:55:49.922+01:00] [EPMCFG] [TRACE] [EPMCFG-01020] [oracle.EPMCFG] [tid: 23] [ecid: 0000K5sa1z9D^aL5MRw0ye1IIynL000006,0] [SRC_CLASS: com.hyperion.hit.tool.deploy.script.wrappers.WrappedDConfigBean] Error:
    [2013-10-02T10:55:50.250+01:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 23] [ecid: 0000K5sa1z9D^aL5MRw0ye1IIynL000006,0] [SRC_CLASS: com.hyperion.cis.config.WeblogicNonApiHelper] trace: EPMSystem
    [2013-10-02T10:55:50.454+01:00] [EPMCFG] [TRACE] [EPMCFG-01020] [oracle.EPMCFG] [tid: 23] [ecid: 0000K5sa1z9D^aL5MRw0ye1IIynL000006,0] [SRC_CLASS: com.hyperion.hit.tool.deploy.script.wrappers.WrappedDConfigBean] Error:
    [2013-10-02T10:55:50.454+01:00] [EPMCFG] [TRACE] [EPMCFG-01020] [oracle.EPMCFG] [tid: 23] [ecid: 0000K5sa1z9D^aL5MRw0ye1IIynL000006,0] [SRC_CLASS: com.hyperion.hit.tool.deploy.script.wrappers.WrappedDConfigBean] Error:
    [2013-10-02T10:55:50.516+01:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 23] [ecid: 0000K5sa1z9D^aL5MRw0ye1IIynL000006,0] [SRC_CLASS: com.hyperion.cis.config.DeploymentApiAdapter] trace: Performing deploy...
    [2013-10-02T10:55:50.516+01:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 23] [ecid: 0000K5sa1z9D^aL5MRw0ye1IIynL000006,0] [SRC_CLASS: com.hyperion.cis.config.DeploymentApiAdapter] trace: Deploying eas
    [2013-10-02T10:55:50.532+01:00] [EPMCFG] [TRACE] [EPMCFG-02013] [oracle.EPMCFG] [tid: 23] [ecid: 0000K5sa1z9D^aL5MRw0ye1IIynL000006,0] [SRC_CLASS: com.hyperion.hit.tool.deploy.script.DeployScriptRunner] Processing file in global D:\Soft\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\resources\repository\common\1-global-read-s9-configuration.js
    [2013-10-02T10:55:50.704+01:00] [EPMCFG] [TRACE] [EPMCFG-01919] [oracle.EPMCFG] [tid: 23] [ecid: 0000K5sa1z9D^aL5MRw0ye1IIynL000006,0] [SRC_CLASS: com.hyperion.hit.tool.deploy.script.ProductDeployScriptRunner] Processing file: D:\Soft\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\resources\repository\common\weblogic\2-import-functions.js
    [2013-10-02T10:55:50.735+01:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 23] [ecid: 0000K5sa1z9D^aL5MRw0ye1IIynL000006,0] [SRC_CLASS: com.hyperion.hit.tool.deploy.utils.UIPortUtil] trace: Calculating next free index based on the domain data...
    [2013-10-02T10:55:50.735+01:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 23] [ecid: 0000K5sa1z9D^aL5MRw0ye1IIynL000006,0] [SRC_CLASS: com.hyperion.hit.tool.deploy.utils.UIPortUtil] trace: Domain contains server EssbaseAdminServices0 based on the prefix EssbaseAdminServices, index 0 is busy
    [2013-10-02T10:55:50.735+01:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 23] [ecid: 0000K5sa1z9D^aL5MRw0ye1IIynL000006,0] [SRC_CLASS: com.hyperion.hit.tool.deploy.utils.UIPortUtil] trace: Domain contains server EssbaseAdminServices1 based on the prefix EssbaseAdminServices, index 1 is busy
    [2013-10-02T10:55:50.735+01:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 23] [ecid: 0000K5sa1z9D^aL5MRw0ye1IIynL000006,0] [SRC_CLASS: com.hyperion.hit.tool.deploy.utils.UIPortUtil] trace: The server is NOT exist, the index is 2
    [2013-10-02T10:55:50.751+01:00] [EPMCFG] [NOTIFICATION] [EPMCFG-01001] [oracle.EPMCFG] [tid: 23] [ecid: 0000K5sa1z9D^aL5MRw0ye1IIynL000006,0] [SRC_CLASS: com.hyperion.hit.tool.deploy.script.ProductDeployScriptRunner] trace: 2-import-functions.js: Deployment server index: EssbaseAdminServices2
    [2013-10-02T10:55:50.751+01:00] [EPMCFG] [TRACE] [EPMCFG-02013] [oracle.EPMCFG] [tid: 23] [ecid: 0000K5sa1z9D^aL5MRw0ye1IIynL000006,0] [SRC_CLASS: com.hyperion.hit.tool.deploy.script.DeployScriptRunner] Processing file in global D:\Soft\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\resources\repository\common\weblogic\3-global-epm-vars.js
    [2013-10-02T10:55:50.751+01:00] [EPMCFG] [TRACE] [EPMCFG-01919] [oracle.EPMCFG] [tid: 23] [ecid: 0000K5sa1z9D^aL5MRw0ye1IIynL000006,0] [SRC_CLASS: com.hyperion.hit.tool.deploy.script.ProductDeployScriptRunner] Processing file: D:\Soft\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\resources\repository\common\5-mark-deployment-started.js
    [2013-10-02T10:55:50.751+01:00] [EPMCFG] [TRACE] [EPMCFG-01919] [oracle.EPMCFG] [tid: 23] [ecid: 0000K5sa1z9D^aL5MRw0ye1IIynL000006,0] [SRC_CLASS: com.hyperion.hit.tool.deploy.script.ProductDeployScriptRunner] Processing file: D:\Soft\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\resources\repository\product\eas\6-init-eas-script-env.js
    [2013-10-02T10:55:50.766+01:00] [EPMCFG] [TRACE] [EPMCFG-05922] [oracle.EPMCFG] [tid: 23] [ecid: 0000K5sa1z9D^aL5MRw0ye1IIynL000006,0] [SRC_CLASS: com.hyperion.install.sw.SoftwareRegistry] Adding Hyperion Home entry...
    [2013-10-02T10:55:50.766+01:00] [EPMCFG] [TRACE] [EPMCFG-01919] [oracle.EPMCFG] [tid: 23] [ecid: 0000K5sa1z9D^aL5MRw0ye1IIynL000006,0] [SRC_CLASS: com.hyperion.hit.tool.deploy.script.ProductDeployScriptRunner] Processing file: D:\Soft\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\resources\repository\common\weblogic\7-common-cp-jvm-options.js
    [2013-10-02T10:55:50.813+01:00] [EPMCFG] [NOTIFICATION] [EPMCFG-01001] [oracle.EPMCFG] [tid: 23] [ecid: 0000K5sa1z9D^aL5MRw0ye1IIynL000006,0] [SRC_CLASS: com.hyperion.hit.tool.deploy.script.ProductDeployScriptRunner] trace: isApplication32bitOnly flag value for EssbaseAdminServices2 : false
    [2013-10-02T10:55:50.844+01:00] [EPMCFG] [NOTIFICATION] [EPMCFG-01001] [oracle.EPMCFG] [tid: 23] [ecid: 0000K5sa1z9D^aL5MRw0ye1IIynL000006,0] [SRC_CLASS: com.hyperion.hit.tool.deploy.script.ProductDeployScriptRunner] trace: isJRockit flag value: true
    [2013-10-02T10:55:50.891+01:00] [EPMCFG] [NOTIFICATION] [EPMCFG-01001] [oracle.EPMCFG] [tid: 23] [ecid: 0000K5sa1z9D^aL5MRw0ye1IIynL000006,0] [SRC_CLASS: com.hyperion.hit.tool.deploy.script.ProductDeployScriptRunner] trace: Ignoring jvm option: -XX:PermSize=64m
    [2013-10-02T10:55:50.891+01:00] [EPMCFG] [NOTIFICATION] [EPMCFG-01001] [oracle.EPMCFG] [tid: 23] [ecid: 0000K5sa1z9D^aL5MRw0ye1IIynL000006,0] [SRC_CLASS: com.hyperion.hit.tool.deploy.script.ProductDeployScriptRunner] trace: Ignoring jvm option: -XX:MaxPermSize=256m
    [2013-10-02T10:55:50.891+01:00] [EPMCFG] [TRACE] [EPMCFG-02013] [oracle.EPMCFG] [tid: 23] [ecid: 0000K5sa1z9D^aL5MRw0ye1IIynL000006,0] [SRC_CLASS: com.hyperion.hit.tool.deploy.script.DeployScriptRunner] Processing file in global D:\Soft\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\resources\repository\common\10-global-open-domain.js
    [2013-10-02T10:55:50.907+01:00] [EPMCFG] [TRACE] [EPMCFG-02012] [oracle.EPMCFG] [tid: 23] [ecid: 0000K5sa1z9D^aL5MRw0ye1IIynL000006,0] [SRC_CLASS: com.hyperion.hit.tool.deploy.J2EEDomain] Looks like WebLogic domain, initing webLogic
    [2013-10-02T10:55:51.016+01:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 23] [ecid: 0000K5sa1z9D^aL5MRw0ye1IIynL000006,0] [SRC_CLASS: com.hyperion.hit.tool.deploy.wlst.high.WlstDomain] trace: Performing EPM and JRF maintenance
    [2013-10-02T10:55:54.626+01:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 23] [ecid: 0000K5sa1z9D^aL5MRw0ye1IIynL000006,0] [SRC_CLASS: com.hyperion.hit.tool.deploy.wlst.WlstConsole] trace: Current promt is ''
    [2013-10-02T10:55:54.626+01:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 23] [ecid: 0000K5sa1z9D^aL5MRw0ye1IIynL000006,0] [SRC_CLASS: com.hyperion.hit.tool.deploy.wlst.ScriptWlstConsole] trace: Initialising WLST console
    [2013-10-02T10:55:54.954+01:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 24] [ecid: 0000K5sa1z9D^aL5MRw0ye1IIynL000006,0:1] [SRC_CLASS: com.hyperion.hit.tool.deploy.wlst.ScriptWlstConsole] trace:
    [2013-10-02T10:55:54.954+01:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 24] [ecid: 0000K5sa1z9D^aL5MRw0ye1IIynL000006,0:1] [SRC_CLASS: com.hyperion.hit.tool.deploy.wlst.ScriptWlstConsole] trace: CLASSPATH=D:\Soft\Oracle\MIDDLE~1\patch_wls1036\profiles\default\sys_manifest_classpath\weblogic_patch.jar;D:\Soft\Oracle\MIDDLE~1\JROCKI~1\lib\tools.jar;D:\Soft\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;D:\Soft\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;D:\Soft\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.6.0.jar;D:\Soft\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;D:\Soft\Oracle\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;D:\Soft\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;.;;D:\Soft\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jrf_11.1.1/jrf-wlstman.jar;D:\Soft\Oracle\MIDDLE~1\ORACLE~1\common\wlst\lib\ADF-SH~1.JAR;D:\Soft\Oracle\MIDDLE~1\ORACLE~1\common\wlst\lib\ADFSCR~1.JAR;D:\Soft\Oracle\MIDDLE~1\ORACLE~1\common\wlst\lib\mdswlst.jar;D:\Soft\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\AUDITW~1.JAR;D:\Soft\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\IGFWLS~1.JAR;D:\Soft\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\jps-wlst.jar;D:\Soft\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\jrf-wlst.jar;D:\Soft\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OAMAP_~1.JAR;D:\Soft\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OAMAUT~1.JAR;D:\Soft\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\ossoiap.jar;D:\Soft\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OSSOIA~1.JAR;D:\Soft\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OVDWLS~1.JAR;D:\Soft\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\SSLCON~1.JAR;D:\Soft\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\wsm-wlst.jar;D:\Soft\Oracle\MIDDLE~1\utils\config\10.3\config-launch.jar;D:\Soft\Oracle\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbynet.jar;D:\Soft\Oracle\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbyclient.jar;D:\Soft\Oracle\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbytools.jar;;
    [2013-10-02T10:56:00.002+01:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 24] [ecid: 0000K5sa1z9D^aL5MRw0ye1IIynL000006,0:1] [SRC_CLASS: com.hyperion.hit.tool.deploy.wlst.ScriptWlstConsole] trace:
    [2013-10-02T10:56:00.002+01:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 24] [ecid: 0000K5sa1z9D^aL5MRw0ye1IIynL000006,0:1] [SRC_CLASS: com.hyperion.hit.tool.deploy.wlst.ScriptWlstConsole] trace: Initializing WebLogic Scripting Tool (WLST) ...
    [2013-10-02T10:56:00.002+01:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 24] [ecid: 0000K5sa1z9D^aL5MRw0ye1IIynL000006,0:1] [SRC_CLASS: com.hyperion.hit.tool.deploy.wlst.ScriptWlstConsole] trace:
    [2013-10-02T10:56:14.615+01:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 24] [ecid: 0000K5sa1z9D^aL5MRw0ye1IIynL000006,0:1] [SRC_CLASS: com.hyperion.hit.tool.deploy.wlst.ScriptWlstConsole] trace: Welcome to WebLogic Server Administration Scripting Shell
    [2013-10-02T10:56:14.615+01:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 24] [ecid: 0000K5sa1z9D^aL5MRw0ye1IIynL000006,0:1] [SRC_CLASS: com.hyperion.hit.tool.deploy.wlst.ScriptWlstConsole] trace:
    [2013-10-02T10:56:14.615+01:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 24] [ecid: 0000K5sa1z9D^aL5MRw0ye1IIynL000006,0:1] [SRC_CLASS: com.hyperion.hit.tool.deploy.wlst.ScriptWlstConsole] trace: Type help() for help on available commands
    [2013-10-02T10:56:14.615+01:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 24] [ecid: 0000K5sa1z9D^aL5MRw0ye1IIynL000006,0:1] [SRC_CLASS: com.hyperion.hit.tool.deploy.wlst.ScriptWlstConsole] trace:
    [2013-10-02T10:56:14.631+01:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 25] [ecid: 0000K5sa1z9D^aL5MRw0ye1IIynL000006,0:2] [SRC_CLASS: com.hyperion.hit.tool.deploy.wlst.ScriptWlstConsole] trace: WLST is ready
    [2013-10-02T10:56:21.382+01:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 24] [ecid: 0000K5sa1z9D^aL5MRw0ye1IIynL000006,0:1] [SRC_CLASS: com.hyperion.hit.tool.deploy.wlst.ScriptWlstConsole] trace: wls:/offline>readDomain(r'D:/Soft/Oracle/Middleware/user_projects/domains/EPMSystem')
    [2013-10-02T10:56:21.382+01:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 24] [ecid: 0000K5sa1z9D^aL5MRw0ye1IIynL000006,0:1] [SRC_CLASS: com.hyperion.hit.tool.deploy.wlst.ScriptWlstConsole] trace:
    [2013-10-02T10:56:21.398+01:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 23] [ecid: 0000K5sa1z9D^aL5MRw0ye1IIynL000006,0] [SRC_CLASS: com.hyperion.hit.tool.deploy.wlst.high.WlstDomain] trace: Is online: 'false'
    [2013-10-02T10:56:21.398+01:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 23] [ecid: 0000K5sa1z9D^aL5MRw0ye1IIynL000006,0] [SRC_CLASS: com.hyperion.hit.tool.deploy.wlst.ScriptWlstConsole] trace: Initialising WLST console
    [2013-10-02T10:56:21.492+01:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 26] [ecid: 0000K5sa1z9D^aL5MRw0ye1IIynL000006,0:3] [SRC_CLASS: com.hyperion.hit.tool.deploy.wlst.ScriptWlstConsole] trace:
    [2013-10-02T10:56:21.492+01:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 26] [ecid: 0000K5sa1z9D^aL5MRw0ye1IIynL000006,0:3] [SRC_CLASS: com.hyperion.hit.tool.deploy.wlst.ScriptWlstConsole] trace: CLASSPATH=D:\Soft\Oracle\MIDDLE~1\patch_wls1036\profiles\default\sys_manifest_classpath\weblogic_patch.jar;D:\Soft\Oracle\MIDDLE~1\JROCKI~1\lib\tools.jar;D:\Soft\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;D:\Soft\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;D:\Soft\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.6.0.jar;D:\Soft\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;D:\Soft\Oracle\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;D:\Soft\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;.;;D:\Soft\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jrf_11.1.1/jrf-wlstman.jar;D:\Soft\Oracle\MIDDLE~1\ORACLE~1\common\wlst\lib\ADF-SH~1.JAR;D:\Soft\Oracle\MIDDLE~1\ORACLE~1\common\wlst\lib\ADFSCR~1.JAR;D:\Soft\Oracle\MIDDLE~1\ORACLE~1\common\wlst\lib\mdswlst.jar;D:\Soft\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\AUDITW~1.JAR;D:\Soft\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\IGFWLS~1.JAR;D:\Soft\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\jps-wlst.jar;D:\Soft\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\jrf-wlst.jar;D:\Soft\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OAMAP_~1.JAR;D:\Soft\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OAMAUT~1.JAR;D:\Soft\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\ossoiap.jar;D:\Soft\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OSSOIA~1.JAR;D:\Soft\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OVDWLS~1.JAR;D:\Soft\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\SSLCON~1.JAR;D:\Soft\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\wsm-wlst.jar;D:\Soft\Oracle\MIDDLE~1\utils\config\10.3\config-launch.jar;D:\Soft\Oracle\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbynet.jar;D:\Soft\Oracle\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbyclient.jar;D:\Soft\Oracle\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbytools.jar;;
    [2013-10-02T10:56:22.570+01:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 26] [ecid: 0000K5sa1z9D^aL5MRw0ye1IIynL000006,0:3] [SRC_CLASS: com.hyperion.hit.tool.deploy.wlst.ScriptWlstConsole] trace:
    [2013-10-02T10:56:22.570+01:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 26] [ecid: 0000K5sa1z9D^aL5MRw0ye1IIynL000006,0:3] [SRC_CLASS: com.hyperion.hit.tool.deploy.wlst.ScriptWlstConsole] trace: Initializing WebLogic Scripting Tool (WLST) ...
    [2013-10-02T10:56:22.570+01:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 26] [ecid: 0000K5sa1z9D^aL5MRw0ye1IIynL000006,0:3] [SRC_CLASS: com.hyperion.hit.tool.deploy.wlst.ScriptWlstConsole] trace:
    [2013-10-02T10:56:30.697+01:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 26] [ecid: 0000K5sa1z9D^aL5MRw0ye1IIynL000006,0:3] [SRC_CLASS: com.hyperion.hit.tool.deploy.wlst.ScriptWlstConsole] trace: Welcome to WebLogic Server Administration Scripting Shell
    [2013-10-02T10:56:30.697+01:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 26] [ecid: 0000K5sa1z9D^aL5MRw0ye1IIynL000006,0:3] [SRC_CLASS: com.hyperion.hit.tool.deploy.wlst.ScriptWlstConsole] trace:
    [2013-10-02T10:56:30.697+01:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 26] [ecid: 0000K5sa1z9D^aL5MRw0ye1IIynL000006,0:3] [SRC_CLASS: com.hyperion.hit.tool.deploy.wlst.ScriptWlstConsole] trace: Type help() for help on available commands
    [2013-10-02T10:56:30.697+01:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 26] [ecid: 0000K5sa1z9D^aL5MRw0ye1IIynL000006,0:3] [SRC_CLASS: com.hyperion.hit.tool.deploy.wlst.ScriptWlstConsole] trace:
    [2013-10-02T10:56:30.712+01:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 27] [ecid: 0000K5sa1z9D^aL5MRw0ye1IIynL000006,0:4] [SRC_CLASS: com.hyperion.hit.tool.deploy.wlst.ScriptWlstConsole] trace: WLST is ready
    [2013-10-02T10:56:30.837+01:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 26] [ecid: 0000K5sa1z9D^aL5MRw0ye1IIynL000006,0:3] [SRC_CLASS: com.hyperion.hit.tool.deploy.wlst.ScriptWlstConsole] trace: wls:/offline>connect('epm_admin', '**HIT**', 't3://CMAPPA1391.cm.par.emea.cib:7001')
    [2013-10-02T10:56:30.837+01:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 26] [ecid: 0000K5sa1z9D^aL5MRw0ye1IIynL000006,0:3] [SRC_CLASS: com.hyperion.hit.tool.deploy.wlst.ScriptWlstConsole] trace: Connecting to t3://CMAPPA1391.cm.par.emea.cib:7001 with userid epm_admin ...
    [2013-10-02T10:56:34.151+01:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 26] [ecid: 0000K5sa1z9D^aL5MRw0ye1IIynL000006,0:3] [SRC_CLASS: com.hyperion.hit.tool.deploy.wlst.ScriptWlstConsole] trace: Successfully connected to Admin Server 'AdminServer' that belongs to domain 'EPMSystem'.
    [2013-10-02T10:56:34.151+01:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 26] [ecid: 0000K5sa1z9D^aL5MRw0ye1IIynL000006,0:3] [SRC_CLASS: com.hyperion.hit.tool.deploy.wlst.ScriptWlstConsole] trace:
    [2013-10-02T10:56:34.151+01:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 26] [ecid: 0000K5sa1z9D^aL5MRw0ye1IIynL000006,0:3] [SRC_CLASS: com.hyperion.hit.tool.deploy.wlst.ScriptWlstConsole] trace: Warning: An insecure protocol was used to connect to the
    [2013-10-02T10:56:34.151+01:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 26] [ecid: 0000K5sa1z9D^aL5MRw0ye1IIynL000006,0:3] [SRC_CLASS: com.hyperion.hit.tool.deploy.wlst.ScriptWlstConsole] trace: server. To ensure on-the-wire security, the SSL port or
    [2013-10-02T10:56:34.151+01:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 26] [ecid: 0000K5sa1z9D^aL5MRw0ye1IIynL000006,0:3] [SRC_CLASS: com.hyperion.hit.tool.deploy.wlst.ScriptWlstConsole] trace: Admin port should be used instead.

    Hello Santy,
    Thank you for your response.
    In fact, I'm on a distributed architecture
    Server 1: OHS as Web Server, Foundation (Shared Services, Workspaces )
    Server 2: Essbase Administration Services "EAS" Essbase Provider Services, Financial Reporting CALC Manager --> (Database and deploy to application server)
    When I configure EAS, APS etc... on server 2 (Database and deploy to application server), Weblogic is started on the server1 (by startWebLogic), but I have a "Failed" in the "deploy to server application", does not pass. But the database is "OK".
    However, I try to install on the server CALC MANAGER 1, it worked.
    So I ask myself, is that web applications can be on another server that Foundation?
    Thank you for your return

  • Connecting to the admin server via SSL

    Hi there,
    I'm trying to connect to our Admin server in a testing environment in a DMZ from another linux box. We've tried the same method on previous testing environments and its worked ok with a .conf and .key file.
    java -Dssl.debug=true -Dweblogic.security.SSL.ignoreHostnameVerification=true -Dweblogic.security.TrustKeySore=DemoTrust weblogic.WLST
    wls:/offline> connect(userConfigFile='../acols_cobb.conf', userKeyFile='../acols_cobb.key', url='https://cobb.workcover.dmz:9191')
    Connecting to https://cobb.workcover.dmz:9191 with userid system ...
    <Dec 31, 2009 11:21:27 AM EST> <Debug> <SecuritySSL> <BEA-000000> <Filtering JSSE SSLSocket>
    <Dec 31, 2009 11:21:27 AM EST> <Debug> <SecuritySSL> <BEA-000000> <SSLIOContextTable.addContext(ctx): 8620279>
    <Dec 31, 2009 11:21:27 AM EST> <Debug> <SecuritySSL> <BEA-000000> <SSLSocket will NOT be Muxing>
    <Dec 31, 2009 11:21:27 AM EST> <Debug> <SecuritySSL> <BEA-000000> <write SSL_20_RECORD>
    <Dec 31, 2009 11:21:27 AM EST> <Debug> <SecuritySSL> <BEA-000000> <isMuxerActivated: false>
    <Dec 31, 2009 11:21:27 AM EST> <Debug> <SecuritySSL> <BEA-000000> <4600242 SSL3/TLS MAC>
    <Dec 31, 2009 11:21:27 AM EST> <Debug> <SecuritySSL> <BEA-000000> <4600242 received HANDSHAKE>
    <Dec 31, 2009 11:21:27 AM EST> <Debug> <SecuritySSL> <BEA-000000> <HANDSHAKEMESSAGE: ServerHello>
    <Dec 31, 2009 11:21:27 AM EST> <Debug> <SecuritySSL> <BEA-000000> <isMuxerActivated: false>
    <Dec 31, 2009 11:21:27 AM EST> <Debug> <SecuritySSL> <BEA-000000> <4600242 SSL3/TLS MAC>
    <Dec 31, 2009 11:21:27 AM EST> <Debug> <SecuritySSL> <BEA-000000> <4600242 received HANDSHAKE>
    <Dec 31, 2009 11:21:27 AM EST> <Debug> <SecuritySSL> <BEA-000000> <HANDSHAKEMESSAGE: Certificate>
    <Dec 31, 2009 11:21:27 AM EST> <Debug> <SecuritySSL> <BEA-000000> <Cannot complete the certificate chain: No trusted cert found>
    <Dec 31, 2009 11:21:27 AM EST> <Debug> <SecuritySSL> <BEA-000000> <Validating certificate 0 in the chain: Serial number: 50788157593152036917613181257703108893
    Issuer:C=US, ST=MyState, L=MyTown, O=MyOrganization, OU=FOR TESTING ONLY, CN=CertGenCAB
    Subject:C=US, ST=MyState, L=MyTown, O=MyOrganization, OU=FOR TESTING ONLY, CN=cobb
    Not Valid Before:Thu May 21 11:13:10 EST 2009
    Not Valid After:Wed May 22 11:13:10 EST 2024
    Signature Algorithm:MD5withRSA
    >
    <Dec 31, 2009 11:21:27 AM EST> <Debug> <SecuritySSL> <BEA-000000> <validationCallback: validateErr = 16>
    <Dec 31, 2009 11:21:27 AM EST> <Debug> <SecuritySSL> <BEA-000000> < cert[0] = Serial number: 50788157593152036917613181257703108893
    Issuer:C=US, ST=MyState, L=MyTown, O=MyOrganization, OU=FOR TESTING ONLY, CN=CertGenCAB
    Subject:C=US, ST=MyState, L=MyTown, O=MyOrganization, OU=FOR TESTING ONLY, CN=cobb
    Not Valid Before:Thu May 21 11:13:10 EST 2009
    Not Valid After:Wed May 22 11:13:10 EST 2024
    Signature Algorithm:MD5withRSA
    >
    <Dec 31, 2009 11:21:27 AM EST> <Warning> <Security> <BEA-090542> <Certificate chain received from cobb.workcover.dmz - 203.82.216.131 was not trusted causing SSL handshake failure. Check the certificate chain to determine if it should be trusted or not. If it should be trusted, then update the client trusted CA configuration to trust the CA certificate that signed the peer certificate chain. If you are connecting to a WLS server that is using demo certificates (the default WLS server behavior), and you want this client to trust demo certificates, then specify -Dweblogic.security.TrustKeyStore=DemoTrust on the command line for this client.>

    Hi,
    You are not able to establish connection with the Admin server because there is no trust between the two.
    D:\weblogic\wls924\user_projects\domains\saml_1.1_source_post>java -Dweblogic.security.SSL.ignoreHostnameVerification=true -Dweblogic.security.CustomTrustKeyStoreType="JKS" -Dweblogic.security.TrustKeyStore=CustomTrust -Dweblogic.security.CustomTrustKeyStoreFileName="D:/weblogic/wls924/user_projects/domains/saml_1.1_source_post/trust.jks" weblogic.WLST
    Initializing WebLogic Scripting Tool (WLST) ...
    Welcome to WebLogic Server Administration Scripting Shell
    Type help() for help on available commands
    wls:/offline> connect()
    Please enter your username [weblogic] :weblogic
    Please enter your password [weblogic] :
    Please enter your server URL [t3://localhost:7001] :t3s://localhost:7002
    Connecting to t3s://localhost:7002 with userid weblogic ...
    Successfully connected to Admin Server 'AdminServer' that belongs to domain 'sam
    l_1.1_source_post'.
    wls:/saml_1.1_source_post/serverConfig>
    Regards,
    Puneeth P

  • Cann't connect to the Admin Server!

    Hi,everyone:
    when I "startconsole",error appears:
    "Cann't connect to Admin Server:http://myhostname.mydomain:port number,the URL is not correct or the server is not running "
    how can I resolve this problem?
    Thanks

    This may seem like a dumb question, but
    Is the Admin Server running on myhostname.mydomain:port number?

Maybe you are looking for

  • Two column text wrap

    I'm using CS5 and I'm preparing a book that uses two columns. I have some photos that extend from one column into the other. When I wrap text around those photos one of the columns wraps fine but the other column does not. It wraps with a large white

  • ClassCastException on classLoader

    Hi everybody, I'm having a bit of a problem with some reflection code and I can't work it out. I have a method which get as as one of its parameters a class that implements an interface where resides the method I'm interested in to execute, something

  • Create index for the NVARCHAR Datatype columns.

    We have facing problem with NVARCHAR datatype columns during the select with WHERE condition . The Index is not getting used even though index is available. Oracle takes FULL table Scan only . For Eg: Table created with ITEM_NO as NVARCHAR2(100). and

  • Not recieving Mail

    Hi there Have setup OS X Server 10.5.1 with Mail services, configured the router with the necessary ports and setup POP accounts on my mail clients software but no mail is coming in. Looking at Mail Access log in Server Admin it says: TLS server engi

  • System upgrade on MacBook Pro stopped and my MacBook Pro will not restart.

    MacBook Pro will not restart.