Replica of cluster WebLogic Session covers do not

Dear all,

I-one areas with WLS 10.3.4 on two machines, each machine hosting a managed server, cluster of two servers, Manager of the nodes on the server and the management server on one of the servers. Using unicast and replication in memory with replicate if Group located in the weblogic.xml.

Balancing between both Apache and selected options that allow proxy plugin in the field.

It is I bring both servers,

Connect the user to the test application.

In the console, I can see cluster control that a user on Managed Server 1 and that the session is properly replicated on Managed Server 2.

I don't then not Managed 1 Server that hosts the main session, the manual page refresh users request goes to the 2 managed server with the user to stay connected (as expected).

However when I come back failed Managed Server 1 to the service I expected the current session now on Managed Server 2 to replicate to the Managed Server 1 (in case of failure of Managed Server 2, which now houses the main session).

No matter how long wait this replication does not take place, BUT if after the 1 managed server is back online I manually refresh the Web Page, which connects to Managed Server 2, this starts the replication in action and creates a replica of the session on Managed Server 1.

I don't think it's exected behavior and every idea what goes wrong?

It is said in the oracle documentation

"In a cluster of two servers, the customer would be transparent fail over to the server hosting the secondary session state." However, the client session state replication would not continue unless another WebLogic Server becomes available and joined the cluster. For example, if the original primary server has been restarted or reconnected to the network, it would be hosting the secondary session state. "

but in this case the second bit does not seem to allow the secondary State unless the web page is in fact used again (when you see the State of replica created, it's almost as if it happen going forward but does not take into account the current state and to re - synchronizes between managed servers) leading to a user to disconnect if a failed server flip-flop test is performed.

Thank you

Published by: user10645195 on February 18, 2011 08:46

Published by: user10645195 on February 18, 2011 08:52

Hello

Even if you choose the JDBC persistence... changes in the HttpSession data will be persisted/updated in the database only if you call "setAttribute" on HttpSession.

Please visit the following link: http://download.oracle.com/docs/cd/E13222_01/wls/docs90/webapp/sessions.html#session-persistence

WebLogic Server does not write the session state HTTP on disk if the request is read-only, which means that the application does not change the HTTP session. Only the wl_access_time column is updated in the database, if the session is accessible.
For applications not unalterable, the container of the Web application updates the database for the session after each HTTP request state changes. This is done so that any server in the cluster can process applications on failovers and collect the last session of the database state.
To prevent multiple database queries, hide recently used WebLogic Server of the sessions. Recently used sessions are not updated in the database for each request. The number of sessions in the cache is governed by the size of the cache setting in the element of session descriptor in the WebLogic weblogic.xml Server-specific deployment descriptor

But yes, with the JDBC persistence you will get an advantage that "any server in the cluster can process applications on failovers and collect the last session of the database state." So there is no possibility of loss of Session. But compared to the in-memory Session replication JDBC persistence replication is little heavy weight because it requires a JDBC connectivity.

.
.
Thank you
Jay SenSharma
http://middlewaremagic.com/ (Middleware Magic Is Here)

Tags: Fusion Middleware

Similar Questions

  • Enabled for servers in Cluster WebLogic plug-in

    Hello

    I use Oracle iPlanet with WebLogic Plugins for my WebLogic servers backend. I saw this "Plug-in WebLogic enabled" option under the Advanced section in my managed servers and Cluster settings.

    I need to check this option for clusters and managed servers?

    • If the server instances to which Oracle HTTP Server proxy queries are in a cluster, select Clusters. and check "plug-in active WebLogic.
    • Otherwise, select servers. Individual server and then check "Plug-in active WebLogic" (when they are not part of the cluster / same cluster)

    If the servers where you want this 'active plug-in WebLogic"to be activated are already in a cluster then it is recommended to apply this last wide setting, so tomorrow, you can add a new server to your managed cluster, it should be fine.

    Concerning

    Jay SenSharma

  • -1074130544 the session handle is not valid.

    I'm using LabView 2011 on Win7.

    I'm working my way through the part of the "verification Procedure" of the "NI PXI-4071 calibration procedure.  Step 3 of the "Call the niDMM Reset VI." verification procedure and display Figure 1. The device, the NI PXI-4071, OK appears in NEITHER-MAX (Figure 2) and works well with the program 'NOR DMM Soft Front Panel'. When I run what I think is the correct code, the error 1074130544, "the session handle is not valid." appears. The BD and FP are shown in Figure 3.

    Hi Ed,

    If you want to call niDMM Reset, you will need to provide a descriptor of instrument rather than a descriptor of instrument.

    To start a session to your DMM and generate a handle of the instrument that you can use with other functions OR DMM, you must first call niDMM to initialize or niDMM initialize with Options.  You can wire the 'Dev1' to pin 'Descriptor of Instrument' and the function returns a handle of the instrument.  You can then wire the "instrument handle" PIN to pin "handle of the instrument" on the Reset niDMM VI.  Whenever you initialize a session to an instrument, it is also to close the session by plugging in the handle of the instrument to a function niDMM close .  The code snippet below shows what I described:

    I have also included a Simple VI of error handler to report all errors that occur.

    In addition, it seems that if you call niDMM reset with the default values instead of niDMM reset.  If you have not assigned any of the default values user defined logical name calls then both of your device should be functionally equivalent.

    If you make these changes, you should no longer generate the error.

    Good luck!

  • Upgrade ACS 4.1 and 4.2 authentic session expired: challenge not supplied by the customer

    Hello

    I upgraded Cisco ACS 4.1 to 4.2, I device Cisco Access Control 1113, as soon as I upgraded I get error in newspapers failed

    "Authentic session expired: challenge not supplied by the customer ', what is wring with that? Plesae help me

    Thank you

    I would really appriciate if mark you this topic as resolved so that the other can take advantage out of it.

    Kind regards
    Jousset

  • Cluster WebLogic 12 c and timers EJB 3.1

    Hello!

    I am using Weblogic 12 c (12.1.2.0) Cluster.

    I configured datasource of the cluster tab of planning and created the tables ACTIVE and WEBLOGIC_TIMERS.


    @Stateless

    public class MyTimerService {}

    @Schedule (minute = "* / 2", time = "*")

    private void heartbeat() {}

    System.out.println ("heartbeat shot");

    }

    <? XML version = "1.0" encoding = "UTF-8"? >

    < wls:weblogic - ejb - jar

    ' xmlns:wls = ' http://xmlns.Oracle.com/WebLogic/WebLogic-EJB-jar "" "

    " xmlns: xsi =" http://www.w3.org/2001/XMLSchema-instance "

    " xsi: schemaLocation =" http://Java.Sun.com/XML/NS/JavaEE http://java.sun.com/xml/ns/javaee/ejb-jar_3_1.xsd http://xmlns.oracle.com/weblogic/weblogic-ejb-jar http://xmlns.oracle.com/weblogic/weblogic-ejb-jar/1.3/weblogic-ejb-jar.xsd' > .

    < wls:timer - implemented > Clustered < / wls:timer - implemented >

    < / wls:weblogic - ejb - jar >

    If I run the application on weblogic stanalone without timer of weblogic-ejb - jar.Xml.

    When I try to run the cluster with weblogic-ejb - jar.xml during deployment I have error:

    < error > < hats > < localhost > < MS1 > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1404812226750 > < BEA-149231 > < cannot create the activation state to true for the application 'test '.

    weblogic.application.ModuleException: java.lang.NullPointerException

    at weblogic.application.internal.ExtensibleModuleWrapper.activate(ExtensibleModuleWrapper.java:123)

    at weblogic.application.internal.flow.ModuleListenerInvoker.activate(ModuleListenerInvoker.java:114)

    to weblogic.application.internal.flow.ModuleStateDriver$ 2.next(ModuleStateDriver.java:192)

    to weblogic.application.internal.flow.ModuleStateDriver$ 2.next(ModuleStateDriver.java:187)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:42)

    at weblogic.application.internal.flow.ModuleStateDriver.activate(ModuleStateDriver.java:58)

    at weblogic.application.internal.flow.DeploymentCallbackFlow.activate(DeploymentCallbackFlow.java:145)

    to weblogic.application.internal.BaseDeployment$ 2.next(BaseDeployment.java:729)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:42)

    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:258)

    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:61)

    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:165)

    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80)

    at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:222)

    at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:414)

    to weblogic.management.deploy.internal.DeploymentAdapter$ 1.doActivate(DeploymentAdapter.java:51)

    at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)

    to weblogic.management.deploy.internal.AppTransition$ 2.transitionApp(AppTransition.java:30)

    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)

    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:191)

    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:99)

    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:295)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:254)

    Caused by: java.lang.NullPointerException

    at weblogic.ejb.container.timer.ClusteredEJBTimerManager.uninitializeTimerHandler(ClusteredEJBTimerManager.java:220)

    at weblogic.ejb.container.timer.ClusteredEJBTimerManager.undeploy(ClusteredEJBTimerManager.java:185)

    at weblogic.ejb.container.manager.BaseEJBManager.undeployTimerManager(BaseEJBManager.java:438)

    at weblogic.ejb.container.manager.BaseEJBManager.undeploy(BaseEJBManager.java:420)

    at weblogic.ejb.container.manager.StatelessManager.undeploy(StatelessManager.java:397)

    at weblogic.ejb.container.deployer.EJBDeployer.deactivate(EJBDeployer.java:1327)

    at weblogic.ejb.container.deployer.EjbModuleExtension.preDeactivate(EjbModuleExtension.java:150)

    at weblogic.ejb.container.deployer.EjbModuleExtension.postActivate(EjbModuleExtension.java:140)

    to weblogic.application.internal.ExtensibleModuleWrapper$ ActivateStateChange.next (ExtensibleModuleWrapper.java:321)

    to weblogic.application.internal.ExtensibleModuleWrapper$ ActivateStateChange.next (ExtensibleModuleWrapper.java:313)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:42)

    at weblogic.application.internal.ExtensibleModuleWrapper.activate(ExtensibleModuleWrapper.java:121)

    at weblogic.application.internal.flow.ModuleListenerInvoker.activate(ModuleListenerInvoker.java:114)

    to weblogic.application.internal.flow.ModuleStateDriver$ 2.next(ModuleStateDriver.java:192)

    to weblogic.application.internal.flow.ModuleStateDriver$ 2.next(ModuleStateDriver.java:187)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:42)

    at weblogic.application.internal.flow.ModuleStateDriver.activate(ModuleStateDriver.java:58)

    at weblogic.application.internal.flow.DeploymentCallbackFlow.activate(DeploymentCallbackFlow.java:145)

    to weblogic.application.internal.BaseDeployment$ 2.next(BaseDeployment.java:729)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:42)

    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:258)

    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:61)

    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:165)

    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80)

    at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:222)

    at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:414)

    to weblogic.management.deploy.internal.DeploymentAdapter$ 1.doActivate(DeploymentAdapter.java:51)

    at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)

    to weblogic.management.deploy.internal.AppTransition$ 2.transitionApp(AppTransition.java:30)

    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)

    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:191)

    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:99)

    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:295)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:254)

    Could you please suggest what I doing worong.

    Above the problem I have when to deploy timer inside the large demand, I've created small test application comes with timer even and have another problem:

    < error > < EJB > < MS1 > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < anonymous > > < BEA1 0003F3B65D8A > <>< 1404977347776 > < BEA-011090 > < the following error occurred when preparing call the method ejbTimeout (javax.ejb.Timer) of the TestTimerService(Application: clusteredTimer-0.0.1-SNAPSHOT, EJBComponent: clusteredTimer-0.0.1-SNAPSHOT.jar) EJB.

    java.lang.AssertionError: no strategy of transaction specified!

    at weblogic.ejb.container.internal.InvocationWrapper.enforceTransactionPolicy(InvocationWrapper.java:268)

    at weblogic.ejb.container.internal.BaseLocalObject.preInvoke(BaseLocalObject.java:88)

    at weblogic.ejb.container.internal.BaseLocalObject.__WL_preInvoke(BaseLocalObject.java:70)

    at weblogic.ejb.container.internal.TimerDrivenLocalObject.preInvoke(TimerDrivenLocalObject.java:35)

    to weblogic.ejb.container.timer.TimerHandlerImpl$ TimerObject.execute (TimerHandlerImpl.java:77)

    at weblogic.ejb.container.timer.TimerHandlerImpl.executeTimer(TimerHandlerImpl.java:53)

    at weblogic.ejb.container.timer.ClusteredTimerImpl.timerExpired(ClusteredTimerImpl.java:118)

    at weblogic.scheduler.ejb.internal.EJBListenerWrapper.executeTimer(EJBListenerWrapper.java:59)

    at weblogic.scheduler.ejb.internal.EJBListenerWrapper.timerExpired(EJBListenerWrapper.java:50)

    to weblogic.scheduler.TimerState$ $1 2.run(TimerState.java:200)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)

    to weblogic.scheduler.TimerState$ 1.run(TimerState.java:197)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:295)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:254)

    This problem seems to be caused by bugs:

    Bug 16730647 - ejb 3.1 timer can be deployed to a cluster weblogic 12 c - java.lang.nullpoint

    The patch is available for 12.1.2

    If please try to apply the patch and let us know your results

    Using OPatch 13.1 for Oracle Fusion Middleware 12 c (+ 12.1.2) (Doc ID 1587524.1)

    Best regards

    Luz

  • HTTP Session with module GemFire-CS does not work if the session stickiness is not enabled and with spring security

    Hi I have a configured tcServer 2 (Server4, Server5 jvmRoute names) with module gemfire http session, listening to the same gemfire Locator service both with the same name in the region - gemfire_modules_sessions and region attribute id

    I also configured vFabric Web server with Http balancer as a front-end for the HTTP request without activating the rigidity of the session as shown below: I couldn't realize the no session affinity

    <Proxy balancer://tpa-balancer>
         BalancerMember http://localhost:8087 route=Server4 loadfactor=1
         BalancerMember http://localhost:8088 route=Server5 loadfactor=1
         ProxySet lbmethod=bybusyness scolonpathdelim=On
    </Proxy>
    ProxyPass /insurance balancer://tpa-balancer/insurance
    ProxyPassReverse /insurance http://localhost:8087/insurance
    ProxyPassReverse /insurance http://localhost:8088/insurance
    
    

    and I'm using spring security 3.0 for authentication and the flow of the web page is as shown below:

    page connection - "login.htm" and once submitted, it uses ' / j_spring_security_check ' and after successful authentication app redirects to ' / http://www.sigling.is/IMO/imofishing/home.htm '.

    Initially when hits 'login.htm' and anonymousUser user logon is id: 6B21CB15838B2AC1E46F66C0CC7272BE. Server5 and when the form is sent to /j_spring_security_check that the same session id is used and after authentication httpsessionsecuritycontextrepository stores SecurityContext in HttpSession as shown below:

    [09/12/2012-02:00:14][DEBUG][HttpSessionSecurityContextRepository]SecurityContext stored to HttpSession: 
    'org.springframework.security.core.context.SecurityContextImpl@b70b1ef5: 
    Authentication: org.springframework.security.authentication.UsernamePasswordAuthenticationToken@b70b1ef5: 
    Principal: com.csc.ace.insurance.security.vo.UserProfile@e26fa325: Username: [email protected]; P
    assword: [PROTECTED]; Enabled: true; AccountNonExpired: true; credentialsNonExpired: true; AccountNonLocked: 
    true; 
    Granted Authorities: ADMINISTRATOR,CREATE_CUSTOMER,CREATE_USER_ACCT,DELETE_CUSTOMER,DELETE_USER_ACCT,
    MODIFY_CUSTOMER, MODIFY_USER_ACCT,VIEW_CLAIMS,VIEW_CUSTOMER,VIEW_PAYMENTS,VIEW_POLICIES; 
    Credentials: [PROTECTED]; 
    Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@255f8: 
    RemoteIpAddress: 127.0.0.1; SessionId: 6B21CB15838B2AC1E46F66C0CC7272BE.Server5; 
    Granted Authorities: ADMINISTRATOR, CREATE_CUSTOMER, CREATE_USER_ACCT, DELETE_CUSTOMER, DELETE_USER_ACCT, 
    MODIFY_CUSTOMER, MODIFY_USER_ACCT, VIEW_CLAIMS, VIEW_CUSTOMER, VIEW_PAYMENTS, VIEW_POLICIES'
    

    and when the redirect to http://www.sigling.is/IMO/imofishing/home.htm, it shows HttpSessionSecurityContextRepository: HttpSession returned null for SPRING_SECURITY_CONTEXT object

    com.gemstone.gemfire.modules.session.catalina.DeltaSessionFacade creates a new session with the session id: 6B21CB15838B2AC1E46F66C0CC7272BE. Server4, ideally redirect to the home page go to another server. I have attached the full log file

    I believed that session affinity is not needed when the GemFire Session module is used without local cache and I could see B21CB15838B2AC1E46F66C0CC7272BE. Server5 entry is created in the gemfire_modules_sessions region.

    So why is - this HttpSessionSecurityContextRepository could not get the gemfire session the region object using the id: 6B21CB15838B2AC1E46F66C0CC7272BE. Server5 and directs gemfire DeltaSessionFacade to create a new session

    [09/12/2012-02:00:14][DEBUG][FilterChainProxy]Converted URL to lowercase, from: '/home.htm'; to: '/home.htm'
    [09/12/2012-02:00:14][DEBUG][FilterChainProxy]Candidate is: '/home.htm'; pattern is /**; matched=true
    [09/12/2012-02:00:14][DEBUG][FilterChainProxy]/home.htm at position 1 of 7 in additional filter chain; 
    firing Filter: 'SecurityContextPersistenceFilter'
    [09/12/2012-02:00:14][DEBUG][HttpSessionSecurityContextRepository]No SecurityContext was available from the 
    HttpSession: com.gemstone.gemfire.modules.session.catalina.DeltaSessionFacade@5cca548b. 
    A new one will be created.
    [09/12/2012-02:00:14][DEBUG][FilterChainProxy]/home.htm at position 2 of 7 in additional filter chain; 
    firing Filter: 'UsernamePasswordAuthenticationFilter'
    [09/12/2012-02:00:14][DEBUG][FilterChainProxy]/home.htm at position 3 of 7 in additional filter chain; 
    firing Filter: 'AnonymousAuthenticationFilter'
    [09/12/2012-02:00:14][DEBUG][AnonymousAuthenticationFilter]
    Populated SecurityContextHolder with anonymous token: 
    'org.springframework.security.authentication.AnonymousAuthenticationToken@9054b1a2: 
    Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; 
    Details: org.springframework.security.web.authentication.WebAuthenticationDetails@1c07a: 
    RemoteIpAddress: 127.0.0.1; SessionId: 6B21CB15838B2AC1E46F66C0CC7272BE.Server4; 
    Granted Authorities: ROLE_ANONYMOUS'
    

    Thanks for the additional info.

    Although, in theory, by using sessions not may work for some applications, you will have less sessions unexpected behavior. Any page you visit will result in 10 seconds of additional applications, go to the server. If they are not sticky and bounce between servers, the session will constantly be failed back between the servers. A 'problem' with modern browsers is that they appear simultaneous requests, so you can have the same session failover, at the same time on different servers, that wouldn't be good.

    I'd be curious to know why you choose to have sessions in the first place.

    Nevertheless, it still seems like there is a problem when you have enabled, sessions, so I'll continue to watch it.

    -Jens

  • session variables does not

    Hello

    I use a cf 9.1 application and session variables do not work.  TestPage.cfm sets a variable of session.rage and has a button to access page 2 where I cfdump the session and there is no variable defined rage here.  I work with legacy where apparently this habit of working code.  Help?  CFAPPLICATION tag below:

    < CFAPPLICATION NAME = "advapp" SESSIONMANAGEMENT = "Yes" SETCLIENTCOOKIES = "Yes" ClientComm = "Yes" APPLICATIONTIMEOUT = "#CreateTimeSpan (0, 24, 0, 0) #" sessiontimeout = "#CreateTimeSpan (0, 0, 45, 0) #" >

    Sorry, they worked, I went to a different base URL that their invalidated. that is my url has been

    http://server_name/APP_NAME/dir/page.cfm

    and I was going to

    http://server_name/new_app_name/dir/page.cfm

    I think that session is only valid for the base App., if you switch to a new app a new session is created.

    Problem solved.

  • cluster WebLogic - architectural issues

    Friends,

    As a newbie to weblogic, I have a few questions about weblogic (11g).

    (1) is the cluster weblogic a product undergoing a maturation? Is it common in environments of PROD these days?
    (2) who is more common - handset third architecture or architecture at multi levels?
    (3) other HA and scalability - is there a reason we'd go for a weblogic cluster?
    (4) how would ease of administration - abt someone prefer to have cluster WL in DEV environment?

    I'm basically a DBA and now being analyzed the benefits and disadvantages to go in a cluster WL
    for our configuration of prod. Although our business requires HA, we are more concerned about reliability
    and ease of administration of cluster WLS. Your suggestions and advice would be a great help.

    Kind regards
    ~ jp ~

    (1) is the cluster weblogic a product undergoing a maturation? Is it common in environments of PROD these days?
    Rep. : before even buying Oracle BEA weblogic server was famous among J2EE projects. It is stable, reliable and efficient application server. I saw WLS in PROD topologies in several places.

    (2) who is more common - handset third architecture or architecture at multi levels?
    Rep. : there are several possible topologies in deployment of multi levels. I will suggest you proven and easy to implement enterprise deployment guide

    (3) other HA and scalability - is there a reason we'd go for a weblogic cluster?
    Rep. : indirectly, you want to know what is cluster & why cluster is used? To give a short answer, for better through - put, effective use of resources etc. you better read about benefits of the cluster documentation.

    (4) how would ease of administration - abt someone prefer to have cluster WL in DEV environment?
    WebLogic provides the web user interface for managing all components. He provided WLST API, using which you can write scripts in server admin. There the dashboard to live health monitoring of servers. Yes, in fact 98% of the place of the customer, I've seen DEV env is clustered environment.

    Hope I could answer your questions

  • Session Variables do not persist

    Hello everyone, I am writing an app to work where a user connects to a system and then adds and removes entries from a database via a web application. I use session variables to store the ID of the user and the permissions of this user. I get through the connection very well. After clicking on a link on the following points if the page ("a href =" link) session variables are not available on the next page. I don't understand why the session variables are not persistent throughout the site. In my application.cfm I < name cfapplication sessionmanagement = "true" sessiontimeout = "App" = "#CreateTimeSpan (0, 1, 0, 0) #" > any help with this would be greatly appreciated.

    I solved the problem. The problem was that the CFID and CFTOKEN variables have been changed from one page to another page in my site. It was because I was using http://app/... http://###.###.###.###/... and a few pages in other pages. I was using the name of the server for some intellectual property for some and FC saw these different sites and changed the CFID and CFTOKEN variables, so my session have not persisted through the site.

  • Session state is not passed correctly to another page

    Hello gurus,

    I have a several page application that authenticates using authentication simple page 101. At this moment I have a generic authentication scheme which always returns true (Session check function = return true;) I've integrated LDAP later.) It works very well. The app reminds the user of a page name to another (especially for pages in popup).

    My problem is that after the export the application and re - import into a new workspace, session/user's State is is more preserved from page to page. It prompts for a login to each new page that opens (popups). It ruins the flow and the features of the application.

    I checked all the settings (I think) and can not find all the differences between the two workspaces or applications. Any ideas why this would work in a workspace and not the other?

    TIA!
    Jonathan


    I must also indicate that the question seems to be specifically by calling the function "callmypopup". For some reason it didn't is not passing the session id correctly to the popup page, where he has done well in the other workspace. text of the function:

    function callMyPopup (sourceItem popuppagenum targetItem, appid, appsession) {}
    Opens a popup page and passes the value to sourceItem to targetItem
    SourceItem = area text appeal, targetItem = text box in the page popup

    var minlength = 3;
    If (CheckLength (sourceItem, minlength))
    {
    var formVal1 = document.getElementById (sourceItem).value.toUpperCase ();
    var url;
    URL = ' f? p =' + appid + ':' + popuppagenum + ':' + appsession + ':' + targetItem + ':' + formVal1;
    w = open(url,"winLov","Scrollbars=1,resizable=1,width=800,height=600");

    If (w.opener is nothing)
    w.opener = auto;
    w.Focus ();
    }
    else {alert ("'Please enter at least' minlength + ' characters in your search.") ;}}
    }

    Published by: austindurant on September 5, 2008 07:02

    Published by: austindurant on September 5, 2008 07:46

    It looks like your session id is not passed correctly to your popup page. Try using:

    JavaScript:popUp2('f?p=&APP_ID.:1:&session.:::',_600,_700);

    Instead, which does the same thing. Put here your settings for the elements of the page if necessary.

    Denes Kubicek
    -------------------------------------------------------------------
    http://deneskubicek.blogspot.com/
    http://www.Opal-consulting.de/training
    http://Apex.Oracle.com/pls/OTN/f?p=31517:1
    -------------------------------------------------------------------

  • Oracle ADF + WebLogic session with browser

    Greetings, community!

    I use Jdev 12.1.3. Authorization in my project's handwritten, in two words the Application starts with a parameter in the URL, and it is converted to user_ID.

    Test case:

    (1) start the browser

    (2) start without parameter-> application he drives user "Error Page", it's ok

    (3) to open the new tab or in the same tab, you try to start the application with the parameter-> browser displays "error page".

    (4) close all browser instances

    (5) start the browser

    (6) application of start with the setting-> it works fine

    (7) open another tab, close the first tab and go to the application with the new setting-> it shows page until closed in the previous tab

    WebLogic and browser have a kind of session? There are some way to cope? IWAS monitoring cookies, but they are clear...

    What is the scope?

    "Use a task flow range variable pageFlowScope on sessionScope to support."

    multi browser tabs - ADF supports the users open several tabs of the browser on your

    request. From the point of view of the user, these are two separate connections to the

    demand, and thereby the State for each should be separated. Variables stored in

    sessionScope will be shared between the two tabs of the browser as only one instance of the

    sessionScope bean is instantiated. If not for the beans pageFlowScope one is

    instantiated by the browser tab. »

    https://adfblog.files.WordPress.com/2014/01/Oracle-application-development-framework-best-practices.PDF

  • Different response time for each virtual server in the cluster, weblogic 11g


    Hello everyone

    currently I set up a server with the following characteristics.

    O.S. AIX 7
    RAM 32 G
    WebLogic 11 g
    Cluster 4 Server (4 GB each).

    My Web the application is deployed on the 4 using servers the management console on another physical server.

    J’ai responsible for tests on each server get different time as follows:

    Server 1: HostApp: 7090 -> 13 8 seconds
    Server 2: HostApp: 7090 -13 > 5 seconds
    Server 3: HostApp: 7090 -10 > 4 seconds
    Server 4: HostApp: 7090 -> 8 seconds

    distribution the load is material.

    Why This behavior?

    expected be around the same value or not?


    Thank you

    Please see my comments below:

    1. what made the request? It goes to the database? He calls a web service? Provide details

    2. how to access the application, you have a web server or a load balancer? Provide details.

    2 - is a web application? Is possible to test the application from a browser in the same area where the weblogic?

    I would try that because in this way we can isolate the problem to understand if this is a network problem or a matter of WebLogic Server.

    Best regards

    Luz

  • Server cluster WebLogic in different machine

    Hello

    I user weblogic 10.3.6, I have 2 physical servers, I have to create managed with the cluster server, this cluster have a server managed to server1 and the 2nd to server2, the problem is server2 always give me status to leave and never go for a run.

    What I do:

    • I create 2 other machine weblogic-> environment-> Machine for the local computer and one for the remote computer
    • I check the time the Manager node for each machine and both give me status can be reached.
    • I attribute server1 to Server2 to computer2 and Computer1.

    Any suggestion to change the State of the server START to the RACE?

    Note: I have but the node Manager two plain because that is not SSL

    Looks like the server is not able to get the user name and password to start.

    Can you check if there is a boot.properties in the following location:

    For example:

    C:\Oracle\Middleware1036\user_projects\domains\base_domain\servers\\security

    If you do not have a boot.properties to the location above, create a file with the name 'boot.properties' with the following contents:

    username =

    password =

  • After you apply the custom in admin_server weblogic keystore, server is not starting

    Hi all, (thanks in advance)

    I have a big problem today. I applied the SSL configuration for weblogic and OBIEE. It worked very well with the Keystore demo. After selfsigned keystore is created and applied to weblogic admin_server, the server will stop and now it does not start. Here is the log, I checked the name of user and password several times. also I removed the boot.properties file and it is generated again when starting.

    I used the following commands to generate custome keystore.

    $JAVA_HOME/jre/bin/keytool - genkey - keyalg RSA-alias selfsigned - keystore identity.jks.

    -dname "CN ="hostname", OR = my Department, O = my company, L = Birmingham, ST = West Midlands, C = en".

    -storepass password1-validity 3600 - keysize 2048 - keypass password1

    $JAVA_HOME/jre/bin/keytool - selfcert - v-alias selfsigned - keypass password1 - keystore identity.jks.

    -storepass password1 - jks-validity 3600 stores

    $JAVA_HOME/jre/bin/keytool - export - v-alias selfsigned-file ""hostname"- rootCA.der ' identity.jks - keystore------»»

    -storepass password1

    # Trust? Yes

    $JAVA_HOME/jre/bin/keytool - import - v - trustcacerts-alias selfsigned-file ""hostname"- rootCA.der".

    -keystore trust.jks - storepass password1

    ####<Apr 28, 2014 6:46:00 PM GST> <Info> <WebLogicServer> <MYHOSTSERVER> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1398696360069> <BEA-000000> <WebLogic Server "AdminServer" version:
    WebLogic Server 10.3.5.0  Fri Apr 1 20:20:06 PDT 2011 1398638  Copyright (c) 1995, 2009, Oracle and/or its affiliates. All rights reserved.> 
    ####<Apr 28, 2014 6:46:00 PM GST> <Notice> <Log Management> <MYHOSTSERVER> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1398696360215> <BEA-170019> <The server log file /u01/app/obiee/user_projects/domains/bifoundation_domain/servers/AdminServer/logs/AdminServer.log is opened. All server side log events will be written to this file.> 
    ####<Apr 28, 2014 6:46:00 PM GST> <Info> <Log Management> <MYHOSTSERVER> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1398696360232> <BEA-170023> <The Server Logging is initialized with Java Logging API implementation.> 
    ####<Apr 28, 2014 6:46:00 PM GST> <Info> <Diagnostics> <MYHOSTSERVER> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1398696360426> <BEA-320001> <The ServerDebug service initialized successfully.> 
    ####<Apr 28, 2014 6:46:00 PM GST> <Info> <Server> <MYHOSTSERVER> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1398696360522> <BEA-002622> <The protocol "t3" is now configured.> 
    ####<Apr 28, 2014 6:46:00 PM GST> <Info> <Server> <MYHOSTSERVER> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1398696360522> <BEA-002622> <The protocol "t3s" is now configured.> 
    ####<Apr 28, 2014 6:46:00 PM GST> <Info> <Server> <MYHOSTSERVER> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1398696360522> <BEA-002622> <The protocol "http" is now configured.> 
    ####<Apr 28, 2014 6:46:00 PM GST> <Info> <Server> <MYHOSTSERVER> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1398696360523> <BEA-002622> <The protocol "https" is now configured.> 
    ####<Apr 28, 2014 6:46:00 PM GST> <Info> <Server> <MYHOSTSERVER> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1398696360524> <BEA-002622> <The protocol "iiop" is now configured.> 
    ####<Apr 28, 2014 6:46:00 PM GST> <Info> <Server> <MYHOSTSERVER> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1398696360524> <BEA-002622> <The protocol "iiops" is now configured.> 
    ####<Apr 28, 2014 6:46:00 PM GST> <Info> <Server> <MYHOSTSERVER> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1398696360525> <BEA-002622> <The protocol "ldap" is now configured.> 
    ####<Apr 28, 2014 6:46:00 PM GST> <Info> <Server> <MYHOSTSERVER> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1398696360526> <BEA-002622> <The protocol "ldaps" is now configured.> 
    ####<Apr 28, 2014 6:46:00 PM GST> <Info> <Server> <MYHOSTSERVER> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1398696360530> <BEA-002622> <The protocol "cluster" is now configured.> 
    ####<Apr 28, 2014 6:46:00 PM GST> <Info> <Server> <MYHOSTSERVER> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1398696360531> <BEA-002622> <The protocol "clusters" is now configured.> 
    ####<Apr 28, 2014 6:46:00 PM GST> <Info> <Server> <MYHOSTSERVER> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1398696360536> <BEA-002622> <The protocol "snmp" is now configured.> 
    ####<Apr 28, 2014 6:46:00 PM GST> <Info> <Server> <MYHOSTSERVER> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1398696360536> <BEA-002622> <The protocol "admin" is now configured.> 
    ####<Apr 28, 2014 6:46:00 PM GST> <Info> <Server> <MYHOSTSERVER> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1398696360536> <BEA-002624> <The administration protocol is "t3s" and is now configured.> 
    ####<Apr 28, 2014 6:46:00 PM GST> <Info> <RJVM> <MYHOSTSERVER> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1398696360571> <BEA-000570> <Network Configuration for Channel "AdminServer"
     Listen Address         :7002 (SSL)
     Public Address         N/A
     Http Enabled         true
     Tunneling Enabled     false
     Outbound Enabled     false
     Admin Traffic Enabled     true> 
    ####<Apr 28, 2014 6:46:00 PM GST> <Info> <Server> <MYHOSTSERVER> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1398696360611> <BEA-002609> <Channel Service initialized.> 
    ####<Apr 28, 2014 6:46:00 PM GST> <Info> <Socket> <MYHOSTSERVER> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1398696360633> <BEA-000415> <System has file descriptor limits of - soft: 4,096, hard: 4,096> 
    ####<Apr 28, 2014 6:46:00 PM GST> <Info> <Socket> <MYHOSTSERVER> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1398696360633> <BEA-000416> <Using effective file descriptor limit of: 4,096 open sockets/files.> 
    ####<Apr 28, 2014 6:46:00 PM GST> <Info> <Socket> <MYHOSTSERVER> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1398696360634> <BEA-000406> <PosixSocketMuxer was built on Apr 24 2007 16:05:00> 
    ####<Apr 28, 2014 6:46:00 PM GST> <Info> <Socket> <MYHOSTSERVER> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1398696360658> <BEA-000436> <Allocating 4 reader threads.> 
    ####<Apr 28, 2014 6:46:00 PM GST> <Info> <Socket> <MYHOSTSERVER> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1398696360659> <BEA-000446> <Native IO Enabled.> 
    ####<Apr 28, 2014 6:46:00 PM GST> <Info> <IIOP> <MYHOSTSERVER> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1398696360842> <BEA-002014> <IIOP subsystem enabled.> 
    ####<Apr 28, 2014 6:46:09 PM GST> <Info> <Security> <MYHOSTSERVER> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1398696369085> <BEA-090894> <Successfully loaded the OPSS Policy Provider using oracle.security.jps.internal.policystore.JavaPolicyProvider.> 
    ####<Apr 28, 2014 6:46:09 PM GST> <Info> <Security> <MYHOSTSERVER> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1398696369777> <BEA-000000> <Starting OpenJPA 1.1.1-SNAPSHOT> 
    ####<Apr 28, 2014 6:46:10 PM GST> <Info> <Security> <MYHOSTSERVER> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1398696370127> <BEA-000000> <StoreServiceImpl.initJDO - StoreService is initialized with Id = ldap_POF2C8zjWtAwo24sMoFyQ+Komsg=> 
    ####<Apr 28, 2014 6:46:10 PM GST> <Info> <Security> <MYHOSTSERVER> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1398696370185> <BEA-090074> <Initializing Authenticator provider using LDIF template file /u01/app/obiee/user_projects/domains/bifoundation_domain/security/DefaultAuthenticatorInit.ldift.> 
    ####<Apr 28, 2014 6:46:10 PM GST> <Info> <Security> <MYHOSTSERVER> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1398696370328> <BEA-090075> <The Authenticator provider has had its LDIF information loaded from: /u01/app/obiee/user_projects/domains/bifoundation_domain/security/DefaultAuthenticatorInit.ldift> 
    ####<Apr 28, 2014 6:46:10 PM GST> <Info> <Security> <MYHOSTSERVER> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1398696370690> <BEA-000000> <BootStrapServiceImpl.loadLDIFTemplate - Did not find /u01/app/obiee/user_projects/domains/bifoundation_domain/servers/AdminServer/data/ldap/XACMLAuthorizermyrealmInit.initialized, will load full LDIFT.> 
    ####<Apr 28, 2014 6:46:10 PM GST> <Info> <Security> <MYHOSTSERVER> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1398696370716> <BEA-090074> <Initializing Authorizer provider using LDIF template file /u01/app/obiee/wlserver_10.3/server/lib/XACMLAuthorizerInit.ldift.> 
    ####<Apr 28, 2014 6:46:11 PM GST> <Info> <Security> <MYHOSTSERVER> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1398696371107> <BEA-090075> <The Authorizer provider has had its LDIF information loaded from: /u01/app/obiee/wlserver_10.3/server/lib/XACMLAuthorizerInit.ldift> 
    ####<Apr 28, 2014 6:46:11 PM GST> <Info> <Security> <MYHOSTSERVER> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1398696371736> <BEA-000000> <BootStrapServiceImpl.loadLDIFTemplate - Did not find /u01/app/obiee/user_projects/domains/bifoundation_domain/servers/AdminServer/data/ldap/DefaultCredentialMappermyrealmInit.initialized, will load full LDIFT.> 
    ####<Apr 28, 2014 6:46:11 PM GST> <Info> <Security> <MYHOSTSERVER> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1398696371737> <BEA-090827> <LDIF template file /u01/app/obiee/wlserver_10.3/server/lib/DefaultCredentialMapperInit.ldift was empty. The WebLogic provider CredentialMapper has been bootstrapped but has not been initialized with any LDIF data.> 
    ####<Apr 28, 2014 6:46:11 PM GST> <Info> <Security> <MYHOSTSERVER> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1398696371753> <BEA-000000> <BootStrapServiceImpl.loadLDIFTemplate - Did not find /u01/app/obiee/user_projects/domains/bifoundation_domain/servers/AdminServer/data/ldap/XACMLRoleMappermyrealmInit.initialized, will load full LDIFT.> 
    ####<Apr 28, 2014 6:46:11 PM GST> <Info> <Security> <MYHOSTSERVER> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1398696371753> <BEA-090074> <Initializing RoleMapper provider using LDIF template file /u01/app/obiee/user_projects/domains/bifoundation_domain/security/XACMLRoleMapperInit.ldift.> 
    ####<Apr 28, 2014 6:46:11 PM GST> <Info> <Security> <MYHOSTSERVER> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1398696371787> <BEA-090075> <The RoleMapper provider has had its LDIF information loaded from: /u01/app/obiee/user_projects/domains/bifoundation_domain/security/XACMLRoleMapperInit.ldift> 
    ####<Apr 28, 2014 6:46:12 PM GST> <Info> <Security> <MYHOSTSERVER> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1398696372038> <BEA-090093> <No pre-WLS 8.1 Keystore providers are configured for server AdminServer for security realm myrealm.> 
    ####<Apr 28, 2014 6:46:12 PM GST> <Notice> <Security> <MYHOSTSERVER> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1398696372038> <BEA-090082> <Security initializing using security realm myrealm.> 
    ####<Apr 28, 2014 6:46:12 PM GST> <Critical> <Security> <MYHOSTSERVER> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1398696372064> <BEA-090402> <Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.> 
    ####<Apr 28, 2014 6:46:12 PM GST> <Critical> <WebLogicServer> <MYHOSTSERVER> <AdminServer> <main> <<WLS Kernel>> <> <> <1398696372067> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.
    weblogic.security.SecurityInitializationException: Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.
        at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:959)
        at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1050)
        at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)
        at weblogic.security.SecurityService.start(SecurityService.java:141)
        at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused By: javax.security.auth.login.FailedLoginException: [Security:090304]Authentication Failed: User weblogic javax.security.auth.login.FailedLoginException: [Security:090302]Authentication Failed: User weblogic denied
        at weblogic.security.providers.authentication.LDAPAtnLoginModuleImpl.login(LDAPAtnLoginModuleImpl.java:261)
        at com.bea.common.security.internal.service.LoginModuleWrapper$1.run(LoginModuleWrapper.java:110)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.bea.common.security.internal.service.LoginModuleWrapper.login(LoginModuleWrapper.java:106)
        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 javax.security.auth.login.LoginContext.invoke(LoginContext.java:769)
        at javax.security.auth.login.LoginContext.access$000(LoginContext.java:186)
        at javax.security.auth.login.LoginContext$4.run(LoginContext.java:683)
        at java.security.AccessController.doPrivileged(Native Method)
        at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:680)
        at javax.security.auth.login.LoginContext.login(LoginContext.java:579)
        at com.bea.common.security.internal.service.JAASLoginServiceImpl.login(JAASLoginServiceImpl.java:113)
        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 com.bea.common.security.internal.utils.Delegator$ProxyInvocationHandler.invoke(Delegator.java:57)
        at $Proxy36.login(Unknown Source)
        at weblogic.security.service.internal.WLSJAASLoginServiceImpl$ServiceImpl.login(WLSJAASLoginServiceImpl.java:89)
        at com.bea.common.security.internal.service.JAASAuthenticationServiceImpl.authenticate(JAASAuthenticationServiceImpl.java:82)
        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 com.bea.common.security.internal.utils.Delegator$ProxyInvocationHandler.invoke(Delegator.java:57)
        at $Proxy54.authenticate(Unknown Source)
        at weblogic.security.service.WLSJAASAuthenticationServiceWrapper.authenticate(WLSJAASAuthenticationServiceWrapper.java:40)
        at weblogic.security.service.PrincipalAuthenticator.authenticate(PrincipalAuthenticator.java:348)
        at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:929)
        at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1050)
        at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)
        at weblogic.security.SecurityService.start(SecurityService.java:141)
        at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    > 
    ####<Apr 28, 2014 6:46:12 PM GST> <Notice> <WebLogicServer> <MYHOSTSERVER> <AdminServer> <main> <<WLS Kernel>> <> <> <1398696372142> <BEA-000365> <Server state changed to FAILED> 
    ####<Apr 28, 2014 6:46:12 PM GST> <Error> <WebLogicServer> <MYHOSTSERVER> <AdminServer> <main> <<WLS Kernel>> <> <> <1398696372143> <BEA-000383> <A critical service failed. The server will shut itself down> 
    ####<Apr 28, 2014 6:46:12 PM GST> <Notice> <WebLogicServer> <MYHOSTSERVER> <AdminServer> <main> <<WLS Kernel>> <> <> <1398696372147> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN> 
    ####<Apr 28, 2014 6:46:12 PM GST> <Info> <WebLogicServer> <MYHOSTSERVER> <AdminServer> <main> <<WLS Kernel>> <> <> <1398696372164> <BEA-000236> <Stopping execute threads.> 
    
    

    ####

    > <> <1398701431045>

    Can you check if SSL is listening on the port is enabled.

    Now that you cannot start the server administrator, check the file config.xml.

    You should see the following topics:

    AdminServer

    true

  • Session Manager does not start

    I did something different, but today when I started the Manager Session of Firefox is not pop up with my choice of session option more. I closed Firefox a few times and reopen and it just does more.

    It is not available as a clickable button and it is not under the Tools section. It is apparently still instailled since I can see it by going to tools > Modules > Extensions, but that's all. I can't access it.

    Please help, I had labels, I don't want to lose.

    Gen2K said

    I did something different, but today when I started the Manager Session of Firefox is not pop up with my choice of session option more. I closed Firefox a few times and reopen and it just does more.

    It is not available as a clickable button and it is not under the Tools section. It is apparently still instailled since I can see it by going to tools > Modules > Extensions, but that's all. I can't access it.

    Please help, I had labels, I don't want to lose.

    Update: I disable via modules and click activate again and my tabs back. Don't know if this is a permanent solution, but I have my already large lost tabs back so that's good.

Maybe you are looking for