Weblogic Administration Server start with WLST

Hi Team,
I am looking for some WLST script to start the WLS Admin server and then check the status of the Adminserver as well.
When i tried thee command startServer( Adminserver, myserver, domainname, Domaindir )
its not working the way i want it to.....So if you tell me some way to check if its not running and start it with WLST...
I can do the same thing using Shell scripting but not WLST..
Also is there any way in jython language to execute the script from a file.
i use exec startmyfile.sh but it does not recognize it.
help appreciated!!

You can see an overview presentation of WLST here:
http://www.slideshare.net/jambay/weblogic-server-weblogic-scripting-tool-overview-presentation/
There is an Oracle By Example (OBE) tutorial for WLST here:
http://www.oracle.com/technology/obe/fusion_middleware/wls103/SystemMgmt/Command_Line/Command_Line.html
I think both of these resources would be valuable for you.

Similar Messages

  • OIM problem with weblogic administration server (configuring OIM)

    Hi,
    I have this software installed:
    - Oracle database 11gR2 (schemas made with RCU)
    - SOA Suite generic 11.1.1.2.0
    - Repository Creation Utility
    - Weblogic Server 1034
    - JDK 1.6.0_24
    - IAM_generic 11.1.1.1.3.0 (OIM)
    when I'm configuring the oracle identity management 11.1.1.3.0 and I'm in the weblogic administration server screen I write in the fields:
    url administration server : t3://localhost:7001
    Username: weblogic
    Password: ****** (correct)
    when it tries to connect to weblogic I get an error that says:
    INST-6180: It has not been possible to get the URL server managed by the OIM domain // (spanish translation of the error)
    then if look at the weblogic standard output (and in the admin server log) I see the following error
    ####<23-feb-2011 21H04' CET> <Warning> <RMI> <WIN-5GJP37O0LUL> <AdminServer> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1298491447915> <BEA-080003> <RuntimeException thrown by rmi server: javax.management.remote.rmi.RMIConnectionImpl.getAttribute(Ljavax.management.ObjectName;Ljava.lang.String;Ljavax.security.auth.Subject;)
    java.lang.NullPointerException.
    java.lang.NullPointerException
         at java.util.concurrent.ConcurrentHashMap.get(ConcurrentHashMap.java:768)
         at weblogic.management.mbeanservers.internal.JMXContextInterceptor.getMBeanContextLoader(JMXContextInterceptor.java:475)
         at weblogic.management.mbeanservers.internal.JMXContextInterceptor.getAttribute(JMXContextInterceptor.java:146)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$12.run(WLSMBeanServerInterceptorBase.java:326)
         at java.security.AccessController.doPrivileged(Native Method)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.getAttribute(WLSMBeanServerInterceptorBase.java:324)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$12.run(WLSMBeanServerInterceptorBase.java:326)
         at java.security.AccessController.doPrivileged(Native Method)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.getAttribute(WLSMBeanServerInterceptorBase.java:324)
         at weblogic.management.mbeanservers.internal.SecurityInterceptor.getAttribute(SecurityInterceptor.java:299)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServer.getAttribute(WLSMBeanServer.java:279)
         at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder$5$1.run(JMXConnectorSubjectForwarder.java:326)
         at java.security.AccessController.doPrivileged(Native Method)
         at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder$5.run(JMXConnectorSubjectForwarder.java:324)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder.getAttribute(JMXConnectorSubjectForwarder.java:319)
         at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1404)
         at javax.management.remote.rmi.RMIConnectionImpl.access$200(RMIConnectionImpl.java:72)
         at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1265)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1367)
         at javax.management.remote.rmi.RMIConnectionImpl.getAttribute(RMIConnectionImpl.java:600)
         at javax.management.remote.rmi.RMIConnectionImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:667)
         at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:522)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
         at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:518)
         at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Thanks for your time

    As mentioned earlier in this thread please use 10.3.3 weblogic .
    I have created 8 post step by step installation series for OIM/OAM/OAAM/OAPM inclding SOA here http://onlineappsdba.com/index.php/2010/08/05/oracleidm-11g-step-by-installation-of-oam-oim-oaam-oapm-oin-111130-part-i-load-schema/
    IDAM 11g certification matrix is at http://www.oracle.com/technetwork/middleware/id-mgmt/identity-accessmgmt-11gr1certmatrix-161244.xls
    Atul Kumar
    - Book "OAM/OIM 11g for Administrators" -> http://onlineappsdba.com/index.php/2011/02/23/my-book-oracle-identity-access-manager-11g-for-administrators-is-now-available-in-raw-format/
    Edited by: onlineAppsDBA.com on May 15, 2011 2:15 PM

  • Unable to connect to Oracle Weblogic Administration Server

    Hi Folks,
    As part of installation steps, I am facing error with " Unable to connect to Oracle Weblogic Administration Server"
    Below is AdminServer Log, So please guide me reolving this impending issue.
    ####<12 Jun, 2014 2:46:01 PM IST> <Info> <Deployer> <obia111171w64> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <0000KQFMukk5yW^5xV_AiW1JaMxv000002> <1402564561284> <BEA-149059> <Module adminservicesmbeans of application biadminservices [Version=11.1.1] is transitioning from STATE_ADMIN to STATE_PREPARED on server AdminServer.>
    ####<12 Jun, 2014 2:46:05 PM IST> <Info> <Deployer> <obia111171w64> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <0000KQFMukk5yW^5xV_AiW1JaMxv000002> <1402564565300> <BEA-149061> <Module adminservicesmbeans of application biadminservices [Version=11.1.1] failed to transition from STATE_ADMIN to STATE_PREPARED on server AdminServer.>
    ####<12 Jun, 2014 2:46:11 PM IST> <Error> <Deployer> <obia111171w64> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <0000KQFMukk5yW^5xV_AiW1JaMxv000002> <1402564571861> <BEA-149231> <Unable to set the activation state to true for the application 'biadminservices [Version=11.1.1]'.
    weblogic.management.DeploymentException: Unexpected error encountered
      at weblogic.deploy.internal.targetserver.AppContainerInvoker.getOrCreateDeploymentException(AppContainerInvoker.java:299)
      at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:84)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
      at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
      at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
      at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
      at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:261)
      at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:220)
      at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
      at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
      at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
      at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
      at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused By: java.lang.OutOfMemoryError: PermGen space
      at weblogic.j2ee.J2EELogger.logIgnoringUndeploymentError(J2EELogger.java:2902)
      at weblogic.application.internal.BaseDeployment$2.logRollbackError(BaseDeployment.java:682)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:65)
      at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
      at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:59)
      at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
      at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
      at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
      at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
      at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
      at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:261)
      at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:220)
      at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
      at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
      at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
      at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
      at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    >
    Thanks,
    Wj

    Did you manage to solve this issue?
    I'm running into the exact same error, but installing 11.1.1.7.0 on Windows 2003
    Haven't found anything on MOS yet :(
    Kind regards,
    Rob
    Edited by: rgouw on 10-apr-2013 1:10

  • Weblogic Administrator Server won't start after a fresh WCC install

    Hi guys, i followed this [install documentation|http://docs.oracle.com/cd/E23943_01/doc.1111/e14538/qiecm.htm#sthref8] to install wls and WCC on a OEL6 (64bit), all went relatively smoothly. Then when I get ready to start weblogic admin server for the first time, it errors out on me.
    system:
    -Oracle Enterprise Linux6 (64bit)
    -WebLogic Server 12.1.1
    -Webcenter Content 11g
    -Oracle DB 11g
    basic steps I've took:
    1) RCU installed UCM, URM, IPM, and IBR schemas into 11g DB
    2) installed wls, created a basic domain (base_domain) with Admin Server as a place holder
    3) installed WCC, create new domain (wcc_domain) with Admin Server
    4) start wls Admin Server: $WCC_DOMAIN_HOME/bin/startWebLogic.sh
    5) error.......
    [high level error msg]
    Feb 12, 2013 10:27:07 PM oracle.security.jps.internal.keystore.file.FileKeyStoreManager openKeyStore
    WARNING: Opening of file based keystore failed.
    <Feb 12, 2013 10:27:07 PM CST> <Error> <Security> <BEA-090892> <The loading of OPSS java security policy provider failed due to exception, see the exception stack trace or the server log file for root cause. If still see no obvious cause, enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: JPS-06514: Opening of file based keystore failed.>
    <Feb 12, 2013 10:27:07 PM CST> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: The loading of OPSS java security policy provider failed due to exception, see the exception stack trace or the server log file for root cause. If still see no obvious cause, enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: JPS-06514: Opening of file based keystore failed.
    weblogic.security.SecurityInitializationException: The loading of OPSS java security policy provider failed due to exception, see the exception stack trace or the server log file for root cause. If still see no obvious cause, enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: JPS-06514: Opening of file based keystore failed.
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadOPSSPolicy(CommonSecurityServiceManagerDelegateImpl.java:1402)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1022)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)
         at weblogic.security.SecurityService.start(SecurityService.java:148)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         Truncated. see log file for complete stacktrace
    Caused By: oracle.security.jps.JpsRuntimeException: JPS-06514: Opening of file based keystore failed.
         at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:167)
         at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:369)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         Truncated. see log file for complete stacktrace
    Caused By: oracle.security.jps.JpsException: JPS-06514: Opening of file based keystore failed.
         at oracle.security.jps.internal.policystore.PolicyUtil.getDefaultPDPService(PolicyUtil.java:2855)
         at oracle.security.jps.internal.policystore.PolicyUtil.getPDPService(PolicyUtil.java:3099)
         at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:164)
         at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:369)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         Truncated. see log file for complete stacktrace
    Caused By: oracle.security.jps.service.keystore.KeyStoreServiceException: JPS-06514: Opening of file based keystore failed.
         at oracle.security.jps.internal.keystore.file.FileKeyStoreManager.openKeyStore(FileKeyStoreManager.java:374)
         at oracle.security.jps.internal.keystore.file.FileKeyStoreServiceImpl.doInit(FileKeyStoreServiceImpl.java:105)
         at oracle.security.jps.internal.keystore.file.FileKeyStoreServiceImpl.<init>(FileKeyStoreServiceImpl.java:77)
         at oracle.security.jps.internal.keystore.file.FileKeyStoreServiceImpl.<init>(FileKeyStoreServiceImpl.java:67)
         at oracle.security.jps.internal.keystore.KeyStoreProvider.getInstance(KeyStoreProvider.java:157)
         Truncated. see log file for complete stacktrace
    [high level error msg]
    steps I've took to tackle this problem:
    1) removed $WCC_DOMAIN/security folder, then re-enter username/password
    <result> can't find SerializedSystemIni.dat file
    2) create a boot.properties file in folder
    <result> same keystore error as above
    3) re-generate a new SerializedSystemIni.dat file [described here|http://www.wikiconsole.com/wiki/?p=3041]
    <result> same keystore error as above
    4) tried modify cwallet.sso [described here|https://forums.oracle.com/forums/thread.jspa?threadID=2266436]
    <result> can't modify, content in sso file is encrtyped
    5) review message with debug option enabled
    <result> it said error from LDAP [described here|http://docs.oracle.com/cd/E17904_01/core.1111/e10043/aptrouble.htm] but I don't have LDAP enabled/installed
    6) create a key store based on WCC install doc (IRM section)
    <result> same keystore error as above
    none of the steps above work, only option left I can think of, is maybe install it with wls 10.3 (seems like that's what the installation doc used). I honestly hope it could be as simple as that, but if I'm missing anything critical, please let me know.
    Thank you
    p.s: please feel free to ask me to post the long lengthy debug output

    Hi ,
    First and foremost I am not sure why you have used WLS 12c to be installed for WCC environment . That is currently a non-supported configuration .
    Secondly you are starting the admin server from <domain_home>/bin ? If yes , then go up the directory and start it from <domain_home> itself .
    Check if that works .
    Thanks,
    Srinath

  • Server starting: jython/WLST vs console

    I'm using the startServer command in WLST to start a server with jmv arguments. Some of the arguments get overridden by what is in the "Server Start" section of the console. Emphasis on SOME...and not always.
    what gets overridden on a Managed server may not get overridden on an Admin server and vice verse...
    is there a document that defines which jvmArgs have precedence and when?

    oh yea, this is on 92 and at server boot time which is why i'm using the jython/WLST combo.

  • Weblogic SIP Server start problem

    I installed the evaluation version of the Welogic SIP server 2.2.0. When I start the server, I get the following error message:
    "...failed to bind socket to host 192.168.1.1 and port 5060..."
    "...failed to start the sip service, shutting down..."
    When I try to open the the server admin concole at http://localhost:7001, I get the 404 message.
    I uninstalled and reinstalled the server, but the same problem exists.
    Any help from anyone is greatly appreciated.
    Thank you very much.

    Double-check the weblogic.policy file in your WLS 5.1 installation directory. My codeBase and
    FilePermission for my WinNT installation looks like this:
    grant codeBase "file:C:/wls/-" {
    permission java.io.FilePermission "C:${/}wls${/}-", "read,write,delete,execute";
    Niall wrote:
    Hello,
    When I try to start the Weblogic Commerce server 3.2,
    I get the error message:
    The WebLogic Server did not start up properly.
    Exception raised: java.security.AccessControlException: access denied (java.util.PropertyPermission
    weblogic.management.password read)
    java.security.AccessControlException: access denied (java.util.PropertyPermission
    weblogic.management.password read)
    I have changed the property weblogic.password.system in the weblogic.properties file
    to the system password for Weblogic.
    Any ideas?--
    Ture Hoefner
    BEA Systems, Inc.
    2590 Pearl St.
    Suite 110
    Boulder, CO 80302
    www.bea.com
    [att1.html]

  • Weblogic commerce server  start problem

    Hello,
    When I try to start the Weblogic Commerce server 3.2,
    I get the error message:
    The WebLogic Server did not start up properly.
    Exception raised: java.security.AccessControlException: access denied (java.util.PropertyPermission
    weblogic.management.password read)
    java.security.AccessControlException: access denied (java.util.PropertyPermission
    weblogic.management.password read)
    I have changed the property weblogic.password.system in the weblogic.properties file
    to the system password for Weblogic.
    Any ideas?

    Double-check the weblogic.policy file in your WLS 5.1 installation directory. My codeBase and
    FilePermission for my WinNT installation looks like this:
    grant codeBase "file:C:/wls/-" {
    permission java.io.FilePermission "C:${/}wls${/}-", "read,write,delete,execute";
    Niall wrote:
    Hello,
    When I try to start the Weblogic Commerce server 3.2,
    I get the error message:
    The WebLogic Server did not start up properly.
    Exception raised: java.security.AccessControlException: access denied (java.util.PropertyPermission
    weblogic.management.password read)
    java.security.AccessControlException: access denied (java.util.PropertyPermission
    weblogic.management.password read)
    I have changed the property weblogic.password.system in the weblogic.properties file
    to the system password for Weblogic.
    Any ideas?--
    Ture Hoefner
    BEA Systems, Inc.
    2590 Pearl St.
    Suite 110
    Boulder, CO 80302
    www.bea.com
    [att1.html]

  • JRockit JVM Freezes on server start and WLST domain configuration

    Hi,
    Here is our configuration:
    OS:
    cat /etc/redhat-release
    Red Hat Enterprise Linux Server release 5.3 (Tikanga)
    uname -a
    Linux ********* 2.6.18-128.el5 #1 SMP Wed Dec 17 11:41:38 EST 2008 x86_64 x86_64 x86_64 GNU/Linux
    rpm -qa | grep glibc
    glibc-2.5-34
    glibc-common-2.5-34
    glibc-2.5-34
    We are using WLS 10.3 with 64 bit OS and 64 bit JRockit JVM on Xeon system.
    The JVM freezes for about 10m when I am trying to start the server. I also see the same behavior when I am trying to create the domain using WLST. Here is the thread dump during the freeze. The JVM eventually recovers from this and continues processing. During domain configuration, the freeze happens when it is trying to write the domain files to disk. All writes are happening to local disk.
    ===== FULL THREAD DUMP ===============
    Mon Apr 20 18:37:41 2009
    BEA JRockit(R) R27.6.0-50_o-100423-1.6.0_05-20080626-2104-linux-x86_64
    "Main Thread" id=1 idx=0x4 tid=30539 prio=5 alive, in native
    at jrockit/io/FileNativeIO.readBytesPinned(Ljava/io/FileDescriptor;[BII)I(Native Method)
        at jrockit/io/FileNativeIO.readBytes(FileNativeIO.java:46)
        at java/io/FileInputStream.readBytes([BII)I(FileInputStream.java)
        at java/io/FileInputStream.read(FileInputStream.java:199)
        at sun/security/provider/NativePRNG$RandomIO.readFully(NativePRNG.java:185)
        at sun/security/provider/NativePRNG$RandomIO.implGenerateSeed(NativePRNG.java:202)
        ^-- Holding lock: java/lang/Object@0x8577948[biased lock]
    at sun/security/provider/NativePRNG$RandomIO.access$300(NativePRNG.java:108)
    at sun/security/provider/NativePRNG.engineGenerateSeed(NativePRNG.java:102)
    at java/security/SecureRandom.generateSeed(SecureRandom.java:495)
    at com/bea/security/utils/random/AbstractRandomData.ensureInittedAndSeeded(AbstractRandomData.java:83)
    ^-- Holding lock: com/bea/security/utils/random/SecureRandomData@0x95f5db0[recursive]
    at com/bea/security/utils/random/AbstractRandomData.getRandomBytes(AbstractRandomData.java:97)
    ^-- Holding lock: com/bea/security/utils/random/SecureRandomData@0x95f5db0[biased lock]
    at com/bea/security/utils/random/AbstractRandomData.getRandomBytes(AbstractRandomData.java:92)
    at weblogic/security/Salt.getRandomBytes(Salt.java:18)
    at weblogic/security/internal/encryption/JSafeSecretKeyEncryptor.decryptSecretKey(JSafeSecretKeyEncryptor.java:108)
    at weblogic/security/internal/encryption/JSafeEncryptionServiceImpl.<init>(JSafeEncryptionServiceImpl.java:206)
    at weblogic/security/internal/encryption/JSafeEncryptionServiceFactory.getEncryptionService(JSafeEncryptionServiceFactory.java:23)
    at weblogic/security/internal/SerializedSystemIni.getEncryptionService(SerializedSystemIni.java:214)
    at weblogic/security/internal/SerializedSystemIni.getExistingEncryptionService(SerializedSystemIni.java:240)
    at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
    at jrockit/vm/Reflect.invokeMethod(Ljava/lang/Object;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Native Method)
        at sun/reflect/NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(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/descriptor/DescriptorManager$SecurityServiceImpl$SecurityProxy.<init>(DescriptorManager.java:149)
        at weblogic/descriptor/DescriptorManager$SecurityServiceImpl$SecurityProxy.instance(DescriptorManager.java:137)
        at weblogic/descriptor/DescriptorManager$SecurityServiceImpl.isEncrypted(DescriptorManager.java:108)
        at weblogic/descriptor/internal/AbstractDescriptorBean._isEncrypted(AbstractDescriptorBean.java:968)
        at weblogic/management/configuration/SecurityConfigurationMBeanImpl.setCredentialEncrypted(SecurityConfigurationMBeanImpl.java:1557)
        at weblogic/management/configuration/SecurityConfigurationMBeanImpl.setCredentialEncryptedAsString(SecurityConfigurationMBeanImpl.java:781)
        at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
        at jrockit/vm/Reflect.invokeMethod(Ljava/lang/Object;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Native Method)
        at sun/reflect/NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(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 com/bea/staxb/runtime/internal/util/ReflectionUtils.invokeMethod(ReflectionUtils.java:48)
        at com/bea/staxb/runtime/internal/RuntimeBindingType$BeanRuntimeProperty.setValue(RuntimeBindingType.java:531)
        at com/bea/staxb/runtime/internal/MultiIntermediary.setValue(MultiIntermediary.java:80)
        at com/bea/staxb/runtime/internal/ByNameRuntimeBindingType$ElementQNameProperty.fill(ByNameRuntimeBindingType.java:348)
        at com/bea/staxb/runtime/internal/LiteralUnmarshalResult.extractAndFillElementProp(LiteralUnmarshalResult.java:139)
        at com/bea/staxb/runtime/internal/ByNameUnmarshaller.deserializeContents(ByNameUnmarshaller.java:51)
        at com/bea/staxb/runtime/internal/AttributeUnmarshaller.unmarshalIntoIntermediary(AttributeUnmarshaller.java:47)
        at com/bea/staxb/runtime/internal/LiteralUnmarshalResult.unmarshalElementProperty(LiteralUnmarshalResult.java:164)
        at com/bea/staxb/runtime/internal/LiteralUnmarshalResult.extractAndFillElementProp(LiteralUnmarshalResult.java:136)
        at com/bea/staxb/runtime/internal/ByNameUnmarshaller.deserializeContents(ByNameUnmarshaller.java:51)
        at com/bea/staxb/runtime/internal/AttributeUnmarshaller.unmarshalIntoIntermediary(AttributeUnmarshaller.java:47)
        at com/bea/staxb/runtime/internal/UnmarshalResult.unmarshalBindingType(UnmarshalResult.java:189)
        at com/bea/staxb/runtime/internal/UnmarshalResult.unmarshalDocument(UnmarshalResult.java:159)
        at com/bea/staxb/runtime/internal/UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:65)
        at weblogic/descriptor/internal/MarshallerFactory$1.createDescriptor(MarshallerFactory.java:95)
        at weblogic/descriptor/BasicDescriptorManager.createDescriptor(BasicDescriptorManager.java:240)
        at weblogic/management/provider/internal/DescriptorManagerHelper.loadDescriptor(DescriptorManagerHelper.java:63)
        at weblogic/management/provider/internal/RuntimeAccessImpl$IOHelperImpl.parseXML(RuntimeAccessImpl.java:683)
        at weblogic/management/provider/internal/RuntimeAccessImpl.parseNewStyleConfig(RuntimeAccessImpl.java:268)
        at weblogic/management/provider/internal/RuntimeAccessImpl.<init>(RuntimeAccessImpl.java:115)
        at weblogic/management/provider/internal/RuntimeAccessService.start(RuntimeAccessService.java:39)
        at weblogic/t3/srvr/ServerServicesManager.startService(ServerServicesManager.java:459)
        at weblogic/t3/srvr/ServerServicesManager.startInStandbyState(ServerServicesManager.java:164)
        ^-- Holding lock: java/lang/Class@0x939df30[biased lock]
    at weblogic/t3/srvr/T3Srvr.initializeStandby(T3Srvr.java:711)
    at weblogic/t3/srvr/T3Srvr.startup(T3Srvr.java:482)
    at weblogic/t3/srvr/T3Srvr.run(T3Srvr.java:440)
    at weblogic/Server.main(Server.java:67)
    at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
    -- end of trace
    <<Truncated for brevity>>
    ===== END OF THREAD DUMP ===============
    The same process works fine on a VM with the same OS. Any ideas what might be going on?
    Thanks,
    Chengi

    This does not look familiar to me. Download R27.6.3 and see if that works things out: http://www.oracle.com/technology/software/products/jrockit/index.html. If that does not help, I recommend you to report the issue to JRockit support (see how to below).
    Best Regards,
    Tuva
    JRockit PM
    How to report to JRockit support:
    You must register and file the issue on Metalink, http://metalink.oracle.com. Note that you must have purchased support to continue.
    If you have problems during the registration or filing you can call our support +1.800.223.1711* or 1-800-633-0738 directly.
    In case you have not purchased support call 1.800.833.3536* for support sales.
    More information on our support site: http://www.oracle.com/support/index.html.
    *) US numbers - for global technical support contacts see: http://www.oracle.com/support/contact.html

  • "Application authentication required. Incorrect method call." on server start with Queues

    Hi people!
    I am using a message-driven EJB listening on a queue.
    Everytime a start the server, the server deploys the enterprise
    application with the MDB and the queue, and then gives this error
    message:
    "Application authentication required. Incorrect method call."
    What am I missing?
    Here are more details: The server is in fact CFMX6.1 in
    standalone installation and I am using the hidden JRun inside it.
    Here is an extract of ejb-jar.xml:
    <message-driven>
    <ejb-name>ij.portal.EventExecutor</ejb-name>
    <ejb-class>ij.portal.EventExecutor</ejb-class>
    <transaction-type>Container</transaction-type>
    <acknowledge-mode>Auto-acknowledge</acknowledge-mode>
    <message-driven-destination>
    <!--javax.jms.Queue or javax.jms.Topic-->
    <destination-type>javax.jms.Queue</destination-type>
    <!--Durable or NonDurable-->
    <subscription-durability>Durable</subscription-durability>
    </message-driven-destination>
    <!--
    The queue that this MDB listens to. The name must be mapped
    to
    a real JNDI name in jrun-ejb-jar.xml.
    -->
    <resource-env-ref>
    <resource-env-ref-name>EventQueue</resource-env-ref-name>
    <resource-env-ref-type>javax.jms.Queue</resource-env-ref-type>
    </resource-env-ref>
    </message-driven>
    A part of the jrun-ejb-jar.xml is:
    <message-driven>
    <ejb-name>ij.portal.EventExecutor</ejb-name>
    <jndi-name>ij.portal.EventExecutor</jndi-name>
    <resource-env-ref>
    <resource-env-ref-name>EventQueue</resource-env-ref-name>
    <jndi-name>jms/queue/EventQueue</jndi-name>
    <mdb-destination>jms/queue/EventQueue</mdb-destination>
    </resource-env-ref>
    <message-driven-subscription>
    <client-id>MDBSubscriber</client-id>
    </message-driven-subscription>
    </message-driven>
    Finally, here is the jrun-resources.xml that defines the
    queue:
    <?xml version="1.0" encoding="UTF-8"?>
    <!--
    <!DOCTYPE jrun-resources PUBLIC "-//Macromedia Inc.//DTD
    jrun-resources 4.0//EN"
    http://jrun.macromedia.com/dtds/jrun-resources.dtd">
    -->
    <jrun-resources>
    <jms-destination>
    <jndi-name>jms/queue/EventQueue</jndi-name>
    <destination-name>EventQueue</destination-name>
    <destination-type>javax.jms.Queue</destination-type>
    </jms-destination>
    <jms-connection-factory>
    <!-- jms provider factory name. Optional-->
    <factory-name>QueueConnectionFactory</factory-name>
    <!-- jndi name - name under wich this connection factory
    will be available -->
    <!-- to client in jndi. Required. -->
    <jndi-name>jms/jndi-QueueConnectionFactory</jndi-name>
    <!-- connection factory type (required ifno -->
    <!-- can be one of the -->
    <!-- following: -->
    <!-- javax.jms.QueueConnectionFactory, -->
    <!-- javax.jms.XAQueueConnectionFactory, -->
    <!-- javax.jms.TopicConnectionFactory -->
    <!-- javax.jms.XATopicConnectionFactory -->
    <type>javax.jms.QueueConnectionFactory</type>
    <!-- jms transport (rmi, tcpip, rmiiiopi, intravm).
    -->
    <!-- Required if no factory name was specified. -->
    <transport>RMI</transport>
    <!-- userName and password required if seamless
    authorization will be used -->
    <!-- (can be specified and updated, upon application
    deployment via resorce-ref) -->
    <username>guest</username>
    <password>guest</password>
    </jms-connection-factory>
    <!-- MDB specifc connection factory - utilizes intra vm
    connection, cannot be used by remote client -->
    <jms-connection-factory>
    <!-- jms provider factory name. Optional-->
    <factory-name>MDBQueueConnectionFactory</factory-name>
    <!-- jndi name - name under wich this connection factory
    will be available -->
    <!-- to client in jndi. Required. -->
    <jndi-name>jms/jndi-MDBQueueConnectionFactory</jndi-name>
    <!-- connection factory type (required ifno -->
    <!-- can be one of the -->
    <!-- following: -->
    <!-- javax.jms.QueueConnectionFactory, -->
    <!-- javax.jms.XAQueueConnectionFactory, -->
    <!-- javax.jms.TopicConnectionFactory -->
    <!-- javax.jms.XATopicConnectionFactory -->
    <type>javax.jms.QueueConnectionFactory</type>
    <!-- jms transport (rmi, tcpip, rmiiiopi, intravm).
    -->
    <!-- Required if no factory name was specified. -->
    <transport>INTRAVM</transport>
    <!-- username and password required if seamless
    authorization will be used -->
    <!-- (can be specified and updated, upon application
    deployment via resorce-ref) -->
    <username>guest</username>
    <password>guest</password>
    </jms-connection-factory>
    </jrun-resources>
    What am I doing wrong? I should add that the queue and the
    MDB actually work. I just want to get rid of the error message.
    I have found out that the error message comes from the class
    jrun.jms.wrapper.enterprise.JRunConnectionFactoryWrapper, method
    createQueueConnection, when instance variable m_useContainerAuth is
    false.

    I dont think you should it on server-side - you can do it in client side logic. Start playing live stream - if no data is coming - i think you can use ns.time for checking this - then switch to recorded file play.

  • Email server starts with error message

    Hi,
    We need help - high urgend. On Start of job smtp_in and smtp_out we receive the following error message:
    ((time 10/10/2002 20:58:33.269 CEST)(compclass oracle.mail.system.oesadmin)(compinst 0)(component admin)(module AQHandler)(priority
    error 6)(execid 127.0.0.1:1034276299.main:1034276299-4)(msgid aq_dequeue_exception)(mtext AQ dequeue exception contacting list_10341
    5697483660124 Doracle.AQ.AQOracleSQLException: ORA-25228: timeout or end-of-fetch during message dequeue from ES_MAIL.ES_EMAILRESPON
    SEQ\))
    It would be great if anybody could help us. Thanks

    Hi,
    Can you login to Mail database with SQL*Plus?
    check the midtier host
    ./oesctl show targetrs
    Check listener_es is running.
    Regards,

  • Weblogic 12g Server - EAR with WAR - how can I have different XML parsers

    Hi All,
    I have a requirement where I need to have two different XML parsers in the same enterprise application.
    By backend Spring container require a XML parser and my JSP code which has XSLT logic require another XML parser.
    If I specify -D System property then it is applied to the whole Enterprise application. Instead I want a way to specify different XML parsers one for Spring backend container and the other for JSP pages.
    I am deploying my application in Weblogic and it is an EAR file.
    Thanks in Advance,
    Kishore Veleti A.V.K.

    check this one.
    -Djavax.xml.transform.TransformerFactory=com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl

  • Two Administrator Consoles - problem with logging

    Hi Everybody,
    This is my first post on this really great board, so first of all I would like say HELLO.
    Now, my problem is.
    I have got two Administrator Consoles on one machine to manage two domains.
    When I logging to one Admin Console using web browser, logs me out of the other one.
    I use the same name and password for both consoles.
    Please help me understand what I doing wrong.
    Thank You,
    Paul

    Hi Paul,
    Welcome to OTN forums your views and ideas are really appreciated here.
    Coming to you problem.
    As you mentioned that you have two different domain running on same Machine but you cannot access both Admin console at one time because of having same port number on both port.
    Weblogic Admin Server comes with default called 7001.
    Now Try to change the Admin Server port to different one eg: 7003 and then you can start both the Admin console at a time.
    Still you have issue please let me know.
    Happy to help you :).
    Regards,
    Kal

  • Help: Install "WebLogic Express Server" license

    I am having problem to install my "WebLogic Express Server" license.
    As I understand, the "WebLogic Server" and "WebLogic Express Server" use the same
    installation file, the only difference is the license. So I downloaded the "WebLogic
    Server 6.0 Service Pack 2" from BEA's web site. After the installation, I found
    a "license.bea" file under WebLogic home directory. I replaced this file with
    my license file for "WebLogic Express Server". Unfortunately, I can not start
    the default server anymore.
    Neither the "UpdateLicense" command works: it seems to me that it only merges/replaces
    the existing license with the new one. So although I "updated" the "WebLogic Server"
    license to "WebLogic Express Server" license using this command, it seems that
    I am still using the "WebLogic Server", because I can still see the EJB component
    page in the admin console.
    Did I miss something? What is the best way to check whether "WebLogic Express
    Server" has been sucessfully installed? Your help is highly appreciated!

    Hi,
    Find the Link with the screenshots of the whole installtion and domain creation process for Weblogic in all the ways
    Installing Weblogic in GUI mode - weblogicexpert
    Installing Weblogic 10.3.6 in console Mode in windows machine - weblogicexpert
    Creating Domain In GUI mode - weblogicexpert
    Creating Domain in Console Mode - weblogicexpert    
    Starting Weblogic Admin Server
    Starting/Stoping Weblogic Admin Server - weblogicexpert
    Starting Weblogic Managed Server
    Starting/Stoping Weblogic Managed Server - weblogicexpert
    Configuring Node manger
    Configuring NODE MANAGER And Starting Managed Server from Console - weblogicexpert
    Deployment process
    Deployments - weblogicexpert
    Security concepts
    Security Concepts and Hands on - weblogicexpert
    Installing Weblogic 12.1.2
    Weblogic 12c - weblogicexpert
    All other basic information are available in the blog
    Hope it helps

  • Install weblogic standalone server in my laptop. Need guidelines or any blogs.

    Hi,
    Am planning to install weblogic stand alone server in my laptop.
    Kindly help me if there is any blog to provide step by step intallation tutorial.
    regards,
    Prasad K T,

    Hi,
    Find the Link with the screenshots of the whole installtion and domain creation process for Weblogic in all the ways
    Installing Weblogic in GUI mode - weblogicexpert
    Installing Weblogic 10.3.6 in console Mode in windows machine - weblogicexpert
    Creating Domain In GUI mode - weblogicexpert
    Creating Domain in Console Mode - weblogicexpert    
    Starting Weblogic Admin Server
    Starting/Stoping Weblogic Admin Server - weblogicexpert
    Starting Weblogic Managed Server
    Starting/Stoping Weblogic Managed Server - weblogicexpert
    Configuring Node manger
    Configuring NODE MANAGER And Starting Managed Server from Console - weblogicexpert
    Deployment process
    Deployments - weblogicexpert
    Security concepts
    Security Concepts and Hands on - weblogicexpert
    Installing Weblogic 12.1.2
    Weblogic 12c - weblogicexpert
    All other basic information are available in the blog
    Hope it helps

  • Weblogic App Server Memory Settings

    Hi,
    How memory management is happening weblogic app server and where I need to set the those things in weblogic server.
    Thanks,

    You set memory argumnets for Weblogic in server start scripts - startWeblogic.sh & startManagedWeblogic.sh. You have MEM_ARGS arguments where you set your JVM minimum and maximun heap settings.
    Weblogic JVM by default has parallel garbage collection algorithm.
    - - Weblogic Consultant

Maybe you are looking for

  • HT1199 IMAC with purple pixels scattered across the screen at start up

    This happens intermittently when I start up the IMAC. Re booting the IMAC is becoming more frequent, and performance is slowing. The latest has been the blue tooth mouce can't be found at start up, so it is taking a couple of reboots to get that far.

  • Connect to network, but not internet

    I have an iMac with 10.5.5 and a linksys wrt wireless router. My connection status is "connected" but I can not access internet. It is a cable ISP. I have tried changing config of router. I have also reset it to factory default. I have tried setting

  • LV60AFZZ - USEREXIT_PRICING_PREPARE_TKOMP

    Hello!    I have updated the form USEREXIT_PRICING_PREPARE_TKOMP in program LV60AFZZ, but I have a problem.  LV60AFZZ is an include program, but I can tell by using the where-used functionality that it is not included in a main program.    I know wit

  • How to control traffic to internet through schedule

    Hi,Guys I would like to control my customers access to internet, just like 8:00 Am~5:00 PM can access to internet, rest time cannot. Nice Day

  • Get Multiple Records in FUNCTIONS

    Dear All I have created the following function in oracle database 10g then I used it in Oracle reports 6 . It is working fine for single row(one value). But when there is multiple rows then it show error . Note:ot.po_code is number datatype and clr_n