How are duplicate parameters handled when starting WLS?

I was given some memory tuning suggestions for WLS and told to set them in $USER_MEM_ARGS. However, when I try to start the AdminServer I am getting an error "Invalid initial heap size: -Xms512m". This puzzles me because it looks like that was the original heap size. I am wondering if it is because the parameter appears twice.
So my question is, "If a parameter is used twice, is the first one used? the last one? or is it an error?"
Now to see if I can add an image. Guess not. Soooo... note -Xms=512m appears twice.
* To start WebLogic Server, use a username and *
* password assigned to an admin-level user. For *
* server administration, use the WebLogic Server *
* console at http://hostname:port/console *
RRP Debugging...
$SERVER_NAME: AdminServer
$JAVA_VENDOR: Sun
$USER_MEM_ARGS: -Xms=512m -Xmx=512m -Xns=128m -d64 -XgcPrio:throughput -XXnoSystemGC -Djava.security.egd=file:/dev/../dev/urandom -XX:PermSize=128m -XX:MaxPermSize=256m -XX:PermSize=128m -XX:MaxPermSize
starting weblogic with Java version:
java version "1.6.0_25"
Java(TM) SE Runtime Environment (build 1.6.0_25-b06)
Java HotSpot(TM) 64-Bit Server VM (build 20.0-b11, mixed mode)
Starting WLS with line:
/app/oracle/product/ofm/jdk1.6.0_25/bin/java -server -Xms=512m -Xmx=512m -Xns=128m -d64 -XgcPrio:throughput -XXnoSystemGC -Djava.security.egd=file:/dev/../dev/urandom -XX:PermSize=128m -XX:MaxPermSize=256m -XX:PermSize=128m -XX:MaxPermSize -Dweblogic.Name=AdminServer -Djava.security.policy=/app/oracle/product/ofm/wlserver_10.3/server/lib/weblogic.policy -Dweblogic.ProductionModeEnabled=true -da -Dplatform.home=/app/oracle/product/ofm/wlserver_10.3 -Dwls.home=/app/oracle/product/ofm/wlserver_10.3/server -Dweblogic.home=/app/oracle/product/ofm/wlserver_10.3/server -XX:PermSize=256m -XX:MaxPermSize=512m -Dcommon.components.home=/app/oracle/product/ofm/oracle_common -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=/app/oracle/product/ofm/user_projects/domains/IDMDomain -Djrockit.optfile=/app/oracle/product/ofm/oracle_common/modules/oracle.jrf_11.1.1/jrocket_optfile.txt -Doracle.server.config.dir=/app/oracle/product/ofm/user_projects/domains/IDMDomain/config/fmwconfig/servers/AdminServer -Doracle.domain.config.dir=/app/oracle/product/ofm/user_projects/domains/IDMDomain/config/fmwconfig -Digf.arisidbeans.carmlloc=/app/oracle/product/ofm/user_projects/domains/IDMDomain/config/fmwconfig/carml -Digf.arisidstack.home=/app/oracle/product/ofm/user_projects/domains/IDMDomain/config/fmwconfig/arisidprovider -Doracle.security.jps.config=/app/oracle/product/ofm/user_projects/domains/IDMDomain/config/fmwconfig/jps-config.xml -Doracle.deployed.app.dir=/app/oracle/product/ofm/user_projects/domains/IDMDomain/servers/AdminServer/tmp/_WL_user -Doracle.deployed.app.ext=/- -Dweblogic.alternateTypesDirectory=/app/oracle/product/ofm/oracle_common/modules/oracle.ossoiap_11.1.1,/app/oracle/product/ofm/oracle_common/modules/oracle.oamprovider_11.1.1 -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.jdbc.remoteEnabled=false -Dem.oracle.home=/app/oracle/product/ofm/oracle_common -Djava.awt.headless=true -Didm.oracle.home=/app/oracle/product/ofm/Oracle_IDM1 -Xms512m -Xmx1024m -Xss512K -Djava.net.preferIPv6Addresses=true -DuseIPv6Address=true -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.management.discover=false -Djava.net.preferIPv6Addresses=true -Dweblogic.management.discover=true -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Dweblogic.ext.dirs=/app/oracle/product/ofm/patch_wls1035/profiles/default/sysext_manifest_classpath:/app/oracle/product/ofm/patch_ocp360/profiles/default/sysext_manifest_classpath weblogic.Server
Invalid initial heap size: -Xms=512m
Could not create the Java virtual machine.
Edited by: rrp on Oct 26, 2011 10:38 AM

I just noticed that in one place it is -Xms=512m and in the other it is -Xms512m. But the example I was given works - but apparently with JRocket, not sun. Does the format of this parameter vary between Hotspot and JRocket??? But the question on duplicate parameters remains.
Edited by: rrp on Oct 26, 2011 10:50 AM

Similar Messages

  • WLS http access logs not written to when starting WLS instance using nodemanager

    When starting managed WLS instances using node manager the HTTP access logs are
    not written to (the WLS log in the same directory is written to). All other functionality
    of the WLS instances seem to operate just fine when started using node manager.
    When we start the same managed WLS instances using a start-up script the HTTP
    access logs are written to.
    ===
    How can we get HTTP access logs to be written to when starting a WLS instance
    using node manager?

    I think I know the answer to this one!
    I got bitten by the same bug (at least I think it is a bug). Check the location
    specified for the HTTP-access log for your server instance. It is probably a relative
    location, right?
    According to the docs, relative paths should start from the Root Directory (see
    your Remote Start config), but it seems like the BEA-programmers forgot to retrieve
    the Root Directory and instead blindly writes to the process' current working
    directory (CWD).
    And when started by the Node Managet, the CWD = WL_HOME/common/nodemanager.
    If you are as paronoid as I am (and you should be too), that directory should
    not be writeable by anyone. Because my BEA installation was owned by 'bin', and
    the processes run by 'beawls', I got an error message in my NM-logs pointing to
    the problem. In your case, you are probably running NM as a user that has write-access
    to your NM-home, and all your missing HTTP-access logs are deep, down there.
    Jan Bruun Andersen

  • How to avoid JMS validation when starting weblogic server

    Hi All,
    When starting up WebLogic server, it will validate JMS destinations one by one for deployed applications.
    If I don't connect the VPN, then these JMS destinations are not reachable, and WebLogic Server will spend a lot of time to try connecting to these JMS destinations.
    Thus it will take a lot of time to startup the WebLogic Server.
    How can I disable JMS validation when starting weblogic server?
    Thanks and Regards!

    Hi Daniel,
    By blank do you mean that the screen is black? Is it gray? Is it blue? The word "blank" is vague when trying to determine and isolate startup issues.

  • How to access Disk utilities when starting up.  Is it Shift, Apple , R?

    How do I access Disk Utilities when starting up.  Is it Shift, Apple, R?

    If your objective is to get into the recovery partition, try COMMAND + R keys.
    Ciao.
    If you are still on Leopard OSX, it will not work.

  • How are duplicate songs deleted from albums?  I've followed iTunes Help intructions but wasn't successful.

    How are multiple duplicate songs deleted from albums?  I've followed iTunes Help instructions but wasn't successful.  I command clicked the duplicate songs to select them, and pressed  "delete" on the keyboard, but nothing happened.  I also tried dragging the selections to tht Trash Bin to no avail. I'm sure that the album is not part of a Smart Playlist since i just impoted the songs.  Would appreciate any and all suggestions

    Right click - Delete.

  • Business vs. Private purchase - how are App updates handled?

    Hi,
    I have my own business, but already purchased a few apps for private use on my Mac. Now I need to make a business purchase and I'm wondering how the App Store handles this.
    If I switch accounts, can I still see, run, and update the same apps? Do I need to switch accounts to use an app? Do I (please no) need to log out and in to use an app from a different account?
    Any help is appreciated, thanks!
    Vincent

    You don't need to be logged in with the purchasing account in order to use a app.
    You would have to log in with the purchasing account in order to update.
    Matt

  • How to avoid blank screen when starting?

    When starting my mac book air, it only shows a blank screen, any suggestions to get back to normal?

    Hi Daniel,
    By blank do you mean that the screen is black? Is it gray? Is it blue? The word "blank" is vague when trying to determine and isolate startup issues.

  • Error when starting WLS/JRockit (10.3.3) on Win7/64

    Hi -
    In our team when we start our local WLS domains we see the following error :
    <10-01-2011 10:36:46 CET> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    ASSERTION FAILED: 'fio_delete(buf)'
    In unlock_repository() (src/ext/jfr/c/repository.c:67)
    Assertion failed after 0 days, 00:00:08 on Mon Jan 10 10:36:47 2011
    Press any key to continue . . .
    Occurs very often - but after a few retries, the server starts correctly.
    We added the following option :
    -XX:-FlightRecorder
    and the error seems to have gone. We hope that disabling the JFR helped here (at least the error has nor re-occurred yet), but at some point we will need the JFR - maybe not on our local Win 7/64 environments.
    Just pointing this issue out here on the forums - we know that WLS is not certified on Win 7 / 64.
    BR/Deepak

    Hi Klara -
    Thanks for your reply. We are using the following version :
    java version "1.6.0_17"
    Java(TM) SE Runtime Environment (build 1.6.0_17-b04)
    Oracle JRockit(R) (build R28.0.0-679-130297-1.6.0_17-20100312-2123-windows-ia32, compiled mode)
    And I am a local admin on this workstation. But I am not sure of I ran my weblogic start script "as admin" - with elevated privileges. Maybe I can try this out.
    I don't think I am running a debug build of JRockit (how can I check?) but the version that comes bundles with Fusion Middleware for WLS 10.3.3
    Thanks!
    BR/Deepak

  • How are the parameters passed by an EJB?

    I got a problem on parameters passing of my bean and also got confused.
    Let's say my Bean has a method call update(MyObject o);
    In the client side, I do
      MyObject obj = new MyObject();
      myBean.update(obj);
      In the bean side, I do
      public void update(MyObject obj) {
        obj.setX(100); // let say this change one of the members of MyObject
      Now, in my client side after the bean update() method call, do I see the changes in MyObject obj? If I do get the changes, the bean must be doing a reverse stub-skeleton call to update my client copy, is that true or I should not assume that?
    I was not thinking about all these when developing and the above code works as my assumption in WebLogic 5.1 and 6.0. But, when I port my bean to WebSphere 3.5, the above code crap out -- the client does not see the changes!!
    Does anyone know what the inside of this or have any suggestions?

    Thanks Jerome, harpreet,
    What you two say make sense, however, the problem is still a mystery.
    I started developing without thinking of the local copy or remote copy of the parameters between the client and the bean. WebLogic somehow reads my mind and worked the way I wanted (the parameter changes affect the the client copy, how they do that?).
    When I finished coding and started porting my bean to WebSphere, I realized beans in WebSphere work in a conceptually different way (parameters are passed by value).
    Unfortunately WebSphere works in a kind of logical way but not what I wanted, and WebLogic works magically as I intended but I don't understand how they do it.
    So, the question comes down to Are parameters passed by reference or passed by value in EJBs?
    If WebLogic passes parameters by reference, is it doing a reverse stub-skeleton call?
    If WebSphere passes parameters by value, how can I make it pass by reference?
    --Lichu                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • How are session timeouts handled

    Hi,
    Can anyone tell me how session timeouts are handled by the Servlet
    Engine.
    What is the exact role of the SessionInvalidator class. Are sessions
    correctly timed
    out by iAS, because I get strange behaviour in handling session timeouts
    in my application
    which is following MVC architecture.
    What I am observing is that sessions dont seem to timeout after the
    length of
    time specified and sometimes they do timeout correctly. The difference
    between the
    time the session should have timed out and when it actually does is too
    high, which is
    really a concern for us.
    Thanks in advance to evryone.
    Amar bhat.

    Hi AmarBhat,
    Actually this is a bug in iAS (bug id: 556909, Status: Fixed ). This is
    happeninig because iAS has a bad ( late) cleanup of timed out sessions. The
    getSession method (HttpSession) calls IsRequestedSessionIdValid() as a check
    for timeout and this check returns "Valid" even after a couple of seconds of
    timeout. Thus, the getSession from Java layer returns the valid session. So
    you are still able to read and write data on the session.
    We can specify iAS the session to invalidate itself after being timeout.
    Alternately, we can do it manually with HttpSession method, invalidate().
    Plese get back if you have any issues.
    Thanks,
    Rakesh.
    Developer -support, iAS.
    amar bhat wrote:
    Hi,
    Can anyone tell me how session timeouts are handled by the Servlet
    Engine.
    What is the exact role of the SessionInvalidator class. Are sessions
    correctly timed
    out by iAS, because I get strange behaviour in handling session timeouts
    in my application
    which is following MVC architecture.
    What I am observing is that sessions dont seem to timeout after the
    length of
    time specified and sometimes they do timeout correctly. The difference
    between the
    time the session should have timed out and when it actually does is too
    high, which is
    really a concern for us.
    Thanks in advance to evryone.
    Amar bhat.

  • Taglib parsing problems when starting WLS 5.1 with user and region properties set to Turkish

    Hi,
    We are building an application for the Turkish market and we developed
    custom tags to translate static text on JSP pages.
    When WLS 5.1 is started with -Duser.region=TR and -Duser.language=tr, the
    compilation of the pages doesn't work.
    In fact, WL try to access a class called weblogic.servlet.jsp.stdtag.0nfo
    which can't be found.
    Turkish language has two kinds of 'i' letter and I have the impression that
    weblogic is convering the I of info into another caracter and that it tries
    to load the class with that specail caracter.
    Does anyone has seen this already and what could we do to fix this problem ?
    Thanks

    Hi,
    We are building an application for the Turkish market and we developed
    custom tags to translate static text on JSP pages.
    When WLS 5.1 is started with -Duser.region=TR and -Duser.language=tr, the
    compilation of the pages doesn't work.
    In fact, WL try to access a class called weblogic.servlet.jsp.stdtag.0nfo
    which can't be found.
    Turkish language has two kinds of 'i' letter and I have the impression that
    weblogic is convering the I of info into another caracter and that it tries
    to load the class with that specail caracter.
    Does anyone has seen this already and what could we do to fix this problem ?
    Thanks

  • How to display different screens when starting the Webdynpro app?

    Hi All,
    When user starting up the Webdynpro app, it will first check some value in the persistent layer. If the check result is ok, it will show the normal app screen to the user; if the check failed, it will show the error screen.
    Now I write the check function in the view controller, But I think it is not a good approach, because there are some initialize code in the component controller, so before my check function reached, the server will waste some resource to execute the initialize code in the component controller.
    Would anyone give me some hints on how to move the check function to component controller and then display the different screen to the end-user?
    Thans and Best regards
    Deyang

    Deyang,
    I've opened <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/developerareas/webdynpro">Web Dynpro</a> section on SDN and see the featuring article:
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/developerareas/webdynpro?rid=/library/uuid/751d003a-0b01-0010-8996-afbaa3fd5339">cross-component Navigation, Explained</a>
    <i>New resources demonstrate <b>how to navigate to certain views from within Web Dynpro components</b>, and fill some gaps in the Sample Application and Tutorial matrix.</i>
    Should be exactly what are yuo looking for
    Valery Silaev
    EPAM Systems
    http://www.NetWeaverTeam.com

  • Switching user and group IDs at OS level when starting WLS 5.1

    Hello, Is it possible to switch the user ID and group ID at OS level when WLS 5.1
    is started?, this is because WLS is currently started with a priviledged account
    and I need to run WLS with a restricted user's environment, for securing purpouses.
    Please, any comments ares appreciated, thanks in advanced.
    Miguel Angel Avila Vqz.

    Thank you very much Michael, I am now able to accomplish this task, best regards,
    "Michael Young" <[email protected]> wrote:
    Hi Miguel.
    Check out the properties documented at
    http://www.weblogic.com/docs51/admindocs/properties.html#setuid in order
    to
    accomplish this.
    Regards,
    Michael
    "Miguel Angel Avila Vázquez" <[email protected]> wrote in message
    news:3e6bdeac$[email protected]..
    Hello, Is it possible to switch the user ID and group ID at OS levelwhen
    WLS 5.1
    is started?, this is because WLS is currently started with a priviledgedaccount
    and I need to run WLS with a restricted user's environment, for securingpurpouses.
    Please, any comments ares appreciated, thanks in advanced.
    Miguel Angel Avila Vqz.

  • Access denied - CredentialAccessPermission - error in OIF when starting WLS

    All,
    In an existing 2-node OIF deployment, a new oif.ear file was deployed and following the deployment via WLS admin console, the application components are not accessible (e.g., accessing application component /fed/user/testspsso results in HTTP 500 error). Examining the WLS server (diagnostic) log, I find the CredentialAccessPermission error and trace listed below. In the WLS admin server log, I see references to the CA cert parsing errors such as:
    <Jun 14, 2012 8:32:15 AM MDT> <Notice> <Security> <<server_FQDN>> <AdminServer> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <e74b8846f6eaa8d9:7db63c9e:137eb60bbd9:-8000-0000000000000053> <1339684335728> <BEA-090898> <Ignoring the trusted CA certificate "CN=Entrust Root Certification Authority - G2,OU=(c) 2009 Entrust\, Inc. - for authorized use only,OU=See www.entrust.net/legal-terms,O=Entrust\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    I have reviewed other forum discussions about that error, but I think it's byproduct of the credential error (below). This could be wrong, but I suspect the expiration of a WLS-related repository credential, but I cannot identify which specific credential is the problem.
    Any thoughts or recommendations would be much appreciated!!
    Thank you!
    ~Mark
    WLS Server error:
    [2012-06-14T07:45:19.785-06:00] [wls_oif1] [ERROR] [FED-12064] [oracle.security.fed.controller.web.servlet.AbstractFedServlet] [tid: [STANDBY].ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: e74b8846f6eaa8d9:6c0ea937:137eb3cf729:-8000-0000000000000002,0] [APP: oif] Exception: {0}[[
    java.security.AccessControlException: access denied (oracle.security.jps.service.credstore.CredentialAccessPermission context=SYSTEM,mapName=OIF,keyName=userldappassword read)
    at java.security.AccessControlContext.checkPermission(AccessControlContext.java:374)
    at java.security.AccessController.checkPermission(AccessController.java:546)
    at oracle.security.jps.util.JpsAuth$AuthorizationMechanism$3.checkPermission(JpsAuth.java:436)
    at oracle.security.jps.util.JpsAuth.checkPermission(JpsAuth.java:496)
    at oracle.security.jps.util.JpsAuth.checkPermission(JpsAuth.java:519)
    at oracle.security.jps.internal.credstore.util.CsfUtil.checkPermission(CsfUtil.java:612)
    at oracle.security.jps.internal.credstore.ssp.SspCredentialStore.containsCredential(SspCredentialStore.java:299)
    at oracle.security.fed.plugins.csf.CSFUtils$1.run(Unknown Source)
    at oracle.security.fed.plugins.csf.CSFUtils$1.run(Unknown Source)
    at oracle.security.fed.plugins.csf.CSFUtils.getPassword(Unknown Source)
    at oracle.security.fed.jvt.discovery.model.config.CSFConfigDiscoveryProvider.createMap(Unknown Source)
    at oracle.security.fed.jvt.discovery.model.config.CSFConfigDiscoveryProvider.locateProtocolConfiguration(Unknown Source)
    at oracle.security.fed.jvt.discovery.model.config.ChainingConfigDiscoveryProvider.locateProtocolConfiguration(Unknown Source)
    at oracle.security.fed.jvt.discovery.model.config.CachingConfigDiscoveryProvider.locateProtocolConfiguration(Unknown Source)
    at oracle.security.fed.jvt.discovery.model.session.MemoryActiveIdentityProviderFederationDiscoveryProvider.onRegistration(Unknown Source)
    at oracle.security.fed.jvt.discovery.DiscoveryRegistry.registerDiscoveryProvider(Unknown Source)
    at oracle.security.fed.jvt.discovery.util.BackEndInitializer.registerProvider(Unknown Source)
    at oracle.security.fed.jvt.discovery.util.BackEndInitializer.createDiscoveryRegistry(Unknown Source)
    at oracle.security.fed.controller.EventControllerImpl.getActionStateMachine(Unknown Source)
    at oracle.security.fed.controller.EventControllerImpl.processEvent(Unknown Source)
    at oracle.security.fed.controller.web.servlet.AbstractFedServlet.getServerConfiguration(Unknown Source)
    at oracle.security.fed.controller.web.servlet.AbstractFedServlet.initApplicationController(Unknown Source)
    at oracle.security.fed.controller.web.servlet.AbstractFedServlet.init(Unknown Source)
    at oracle.security.fed.controller.web.servlet.FederationServlet.init(Unknown Source)
    at javax.servlet.GenericServlet.init(GenericServlet.java:242)
    at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
    at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
    at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
    at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539)
    at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1985)
    at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1959)
    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1878)
    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3154)
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:485)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:201)
    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:249)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:28)
    at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:637)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
    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:52)
    at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
    at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:31)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
    at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:170)
    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:124)
    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:181)
    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:97)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)

    In my case, I had to untick the "Use TLS 1.0" option in Settings - Advanced - Cypher - Protocols. Don't know exact translation into English, got Italian localization. Adding screenshot for reference.
    [http://imageshack.us/photo/my-images/840/catturazz.jpg/ Screenshot]

  • How are control characters handled in keyboard layouts?

    Warmup question: What exactly is the difference between an "input method" and a "keyboard layout"?
    Real question: What exactly happens when I switch keyboard layouts and enter control characters, and how can I change it?
    I'll use as an example Hebrew-QWERTY and the "a" key. That key maps to Hebrew character aleph or א. What happens when I press control-a?
    The Emacs text editor claims to receive a control-aleph, saying "^א is undefined". This is a very strange character: א with bit 26 set. It doesn't even have a Unicode codepoint.
    TextEdit normally responds to control-a by moving to the start of the line. It doesn't do so with Hebrew-QWERTY in force, hence it's not getting a control-a. I have no idea what it is getting.
    The goal, by the way, is to create a keyboard layout that does NOT change the mapping of control characters. I don't want control-a to send a useless control-aleph; I want it to send control-a as usual. But if I examine the Hebrew-QWERTY layout in (say) Ukelele, it knows nothing of control-aleph and claims to map control-a to itself as usual. Therefore something else is producing these weird control characters. Who?
    If I'm hopelessly confused, please don't hesitate to say so. I wouldn't be surprised to learn that I'm missing something simple but crucial.

    Tom Gewecke wrote:
    Regarding control characters, you might try posting a query on the Ukelele page -- the fellow who makes that app knows a lot about how all this works.
    Layout vs Method: Thanks for the clarification.
    Ukelele: I've already posted to the Ukelele-users Google group, thus:
    http://groups.google.com/group/ukelele-users/browse_thread/thread/b9c8aadfd6969c 15?hl=en
    If that's what you mean by "the Ukelele page", I'm all set (assuming he replies). If you meant somewhere else, please let me know. I didn't find an Apple discussion forum specifically for Ukelele.

Maybe you are looking for

  • How to change the address to new address for all pages in a script

    i created a script for my website against an IP address now i have to run the same script of web site against new IP address can i change programmitically the old ip address of all script pages to new ip address? or should i go manually by opening ea

  • Hourglass-Bug

    I have developed a Java-Application (JDBC-Tool) and noticed several bugs in the Swing components: 1. I have a JDialog in a JFrame. Now setting an hourglass-mousecursor in the dialog only works as long as the user does not move the cursor outside the

  • Problem with Gantt table (Business graphic)

    Hi everybody, I got a problem with an gantt table (Business graphic) in an old project. This gantt table is used to display the timeline of used ressources. The Problem here his that, if the last row of the gantt table is filled, this row will not be

  • Mac osx 10.3.9 downloaded safari 1.3.2 having problems seeing emails :S

    I have upgraded my emac to osx 10.3.9 and I have downloaded safari 1.3.2. I having problems accessing my emails at yahoo.com. I can sign into yahoo.com but cannot access my emails. I have spoken to technical help at yahoo who have said i have a probl

  • Lenovo r400 bluetooth not working

    I have lenovo R400  7440DT5on which i have ubuntu and windows 7 on 2 separate partition. I installed windows 7 on my lenovo more than a year ago. I also installed the bluetooth driver from the ibm website. Bluetooth was working on my windows 7 3-4 mo