Validating the login Popup ADF Page...

Hi all
I made a login page using the validation of the database. I did it with bean managed with mapped action.
In the bean, I have an action in which I made the connection validation logic. It works fine, but when I get a bad login and a password it should show a popup message or an error on this page. How can I reach it?

Thanks in advance

Hello..
For bad login password or username, you can show FacesMessage as follows

{if (LoginSuccess)}
your code stuff
} else {}
In case of connection failure
showMsg ("Incorrect username or password");
}

{} private void showMsg (String sMsg)
FacesMessage msg = new FacesMessage (FacesMessage.SEVERITY_ERROR, null, sMsg);
FacesContext context = FacesContext.getCurrentInstance ();
context.addMessage (null, msg);
}

See:

ADF - Jdev 11g - FacesMessage

Tags: Java

Similar Questions

  • Login, authentication of the ADF page rendering problem

    Hi all

    I use Jdev12c and authentication of the ADF configuration in my application. MY login pages are not html and JSF pages. After you set up the security of the skin on the login page stops working. The drawn solution of article https://blogs.oracle.com/jdevotnharvest/entry/solving_jdeveloper_11gr2_issue_with does not help (which seems to be incomplete).

    Now, reading autour, I made an assumption are the result of changes and it seems to work. But I don't know if it can cause any problem of security in the merger application. Any idea/thoughts?

    < security constraint >

    < web-resource-collection >

    allPages < web-resource-name > < / web-resource-name >

    < url-pattern > /visages / * < / url scheme >

    (it was < url-pattern > / * < / url-pattern >)

    < / web-resource-collection >

    <>auth-constraint

    valid users - < role name > < / role name >

    < / auth-constraint >

    < / security constraint >

    (There is also a page-def on the login page and the model used for the login page).

    Thank you!!

    Mrig

    Very well. Figured out.

    According to what little I learned about the web.xml file, I had to follow processes & groping to find resources which create problem. So Pagedef and models are not the problem which might have been in previous versions of Jdev. I added ' / resources/images / * ' under web-resource-collection.

    Authorized resources ADF

    information/images / *.

    allPages

    faces *.

    (it was / *)

    valid users

    I thought the CSS files and templates like that I used on the login page.

    Thanks for the help and suggestions!

  • ADF/authentication to connect using the security of ADF (with Page of custom Login)

    Hi all!

    I am trying to achieve a simple project where I need my Application users to open a session before access to these pages in the application.

    I found some tutorials, but most of them manually added user security, and I need them to be ONLY on the database, because I use a Web service to retrieve the data.

    Here is my business needs:

    • Create a custom Login page, requesting identification by name of user and password information
    • Extract data using the Webservice (this part is done)
    • If the data matches a Session must be opened.
    • Some data user as username, preferences... must be registered on a SessionBean
    • The session must be opened up to disconnection of the user or the timeout.

    Any tips/advice on how to set up the login page and follow the data Session and status?

    PS: Using jdev 12 c


    Best regards

    Luis Cabaco

    You can enable the ADF security in your application and configure the authenticator RDBMS on WLS.

    http://Biemond.blogspot.BA/2008/12/using-database-tables-as-authentication.html

    For the custom login page, see: https://docs.oracle.com/middleware/1213/adf/develop/adf-web-securing.htm#ADFFD2008

    Dario

  • Successful login ADF redirects to the login page

    JDeveloper 11.1.1.6

    Simple login page, simple first page.

    If the connection is successful, then it just goes back to the login page, rather than on the first page.

    I have "redirect after successful authentication" selected and pointing to my first page.

    If incorrect credentials are entered, then it goes to the error page as it is supposed to.

    No idea why this is happening?

    Login.HTML is the welcome file in the xml web, so when I run the app on my weblogic server built-in, this is the first page I see.

    No, it will not work like that.

    Home page is the page server that uses when there is no http request to a specific page within the web application context (for example, when you enter just: http://hostname/ReportServer: port/YourContext).

    In your case, if your authentication was successful, you will be redirected back to the login.html page (because it's your home page)

    Instead, add faces/firstPage.jspx in your login page (I don't know if you need to end .jspx)

    or

    Run your firstPage.jspx

    If you are not already authenticated, the server will redirect you to the login page, and after successful authentication redirection, you return to the page defined in the ADF (firstPage.jspx) Security Assistant

    (and note that, by default, ADF Security only protect pages that have pageDef)

    Dario

  • Validation on the login page.

    Hello

    I want to add a validation on the login page. If the validation is wrong, see the message and the page does not redirect on page 1 (at home). However, the validation does not work.


    my example on:

    Apex. Oracle.com

    workspace: kiddoo_81
    username: Tester
    password: Tester

    the application (opp - 25575). I add validation on page 101. the linked table is opp_users.


    ~ vincent

    Oh, I think I see what's happening. Your approval is conditional on the "connect" button submit page but the page is submitted when you press ENTER after typing the password. If you need to perform the validation No conditional or change action "enter the pressed key" to send the page with a request value that distinguishes itself by the validation.

    Scott

  • URL, Cordova, MAF JS API on the Login Page

    We have difficulties to use the framework for a simple use case.

    On our custom log in HTML page, we want to add an anchor linking to our public web server where new users can register online.  All of our application is secure, which means an external URL feature is not an acceptable approach.  We must be able to navigate from the login page, to the registration page and back without using an external URL feature.

    Our first approach was simple.  After you add our domain to the whitelist of applications, we added an anchor with the URL as the HREF link.  (We also tried invoking window.open and setting window.location.href with JS).  If we add a basic anchor to the login page, the display of web pages embedded MAF navigates to our registration page, but there is no Back/fact/Close button.  Users cannot return the liaison, which is unacceptable.

    Rejecting this option so we thought that using the plugin Cordova InAppBrowser would do a better job.

    We tried the initialization of the MAF JS API nothing helps.  The Oracle online documentation shows how to add references to javascript base.js to a custom page of springboard, which allows access to Cordova, Cordova plugins and the API of JS MAF.  This same code doesn't seem to work for a custom login HTML page.  The 'showpagecomplete' event does not fire, and while the structure of the object and the JS API methods are built (adf.mf.api, adf.mf.el, etc.), called methods never call reminders of success or error in what we spend.

    Without the MAF JS API, we cannot access Cordova or the InAppBrowser plugin.  We have tested this plugin on another page AMX, so that we know that it has been installed successfully.  He can do what we need, if we can call it from our login.html page.

    Are we barking the wrong tree?  How can we add a simple link from the log in page, while allowing users to close the loaded HTML page when you're done?

    ENVIRONMENT:

    JDeveloper 12.1.3.1.41

    MAF 2.1.1.0.41

    Xcode 6.2

    10.9.5 OSX

    Early 2011 Macbook Pro

    Post edited by: rsmith248 Miskeyed JDeveloper version number.

    Hello

    Have you considered showing your registration page server side in an iframe?

    It is a simple but powerful technique to remain in the web view of your MAF application with full control over navigation (back).

    Steven Davelaar,

    Oracle Mobile & Cloud A-team.

  • capture server is up and running, but cannot open the login page

    Hi all

    My capture server is running, but I'm unable to open the login page of the capture server error 404: page not found, please notify.

    capture_server1.diagnostic.log

    [08 - 2015-07T 14: 46:06.110 + 05:30] [capture_server1] [NOTIFICATION] [] [oracle.mds] [tid: [ASSETS].] [ExecuteThread: '1' for the queue: "(self-adjusting) weblogic.kernel.Default"] [username: OracleSystemUser] [ecid: 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002, 0] [APP: wsm - am] PManager instance is created without support multitenancy as indicator "oracle.multitenant.enabled" of the JVM is not set to enable multitenancy support.

    [08 - 2015-07T 14: 46:09.357 + 05:30] [capture_server1] [NOTIFICATION] [] [oracle.wsm.policymanager.web.PolicyManagerValidator] [tid: [ASSETS].] [ExecuteThread: '1' for the queue: "(self-adjusting) weblogic.kernel.Default"] [username: OracleSystemUser] [ecid: 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002, 0] [APP: wsm - h] trying upgrade repository to the latest version if an upgrade is required.

    [08 - 2015-07T 14: 46:28.495 + 05:30] [capture_server1] [NOTIFICATION] [] [oracle.wsm.policymanager.web.PolicyManagerValidator] [tid: [ASSETS].] [ExecuteThread: '1' for the queue: "(self-adjusting) weblogic.kernel.Default"] [username: OracleSystemUser] [ecid: 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002, 0] [APP: wsm - h] update of the repository is not necessary.

    [08 - 2015-07T 14: 46:53.725 + 05:30] [capture_server1] [NOTIFICATION] [CAPTURE-10000] [oracle.odc.systemmanager.SystemManagerSessionBean] [tid: [ASSETS].] [ExecuteThread: '1' for the queue: "(self-adjusting) weblogic.kernel.Default"] [username: anonymous] [ecid: 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002, 0] [APP: capture] initializing Capture

    [08 - 2015-07T 14: 46:59.086 + 05:30] [capture_server1] [NOTIFICATION] [] [oracle.odc.mbeans.ODCSystemMBeanImpl] [tid: [ASSETS].] [ExecuteThread: '1' for the queue: "(self-adjusting) weblogic.kernel.Default"] [userId: anonymous] [ecid: 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002, 0] [APP: capture] record Capture MBeans

    [08 - 2015-07T 14: 46:59.107 + 05:30] [capture_server1] [NOTIFICATION] [] [oracle.odc.mbeans.ODCSystemMBeanImpl] [tid: [ASSETS].] [ExecuteThread: '1' for the queue: "(self-adjusting) weblogic.kernel.Default"] [userId: anonymous] [ecid: 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002, 0] [APP: capture] have located the server, create the bean

    [08 - 2015-07T 14: 46:59.131 + 05:30] [capture_server1] [NOTIFICATION] [] [oracle.odc.mbeans.ODCSystemMBeanImpl] [tid: [ASSETS].] [ExecuteThread: '1' for the queue: "(self-adjusting) weblogic.kernel.Default"] [username: anonymous] [ecid: 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002, 0] [APP: capture] oracle.capture:EMTargetType = oracle_oddc, name = Config, type is config, Application = capture

    [08 - 2015-07T 14: 46:59.136 + 05:30] [capture_server1] [NOTIFICATION] [] [oracle.odc.mbeans.ODCSystemMBeanImpl] [tid: [ASSETS].] [ExecuteThread: '1' for the queue: "(self-adjusting) weblogic.kernel.Default"] [username: anonymous] [ecid: 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002, 0] [APP: capture] oracle.capture:EMTargetType = oracle_oddc, name = GeneralInformation, type is geninf, Application = capture

    [08 - 2015-07T 14: 46:59.139 + 05:30] [capture_server1] [NOTIFICATION] [] [oracle.odc.mbeans.ODCSystemMBeanImpl] [tid: [ASSETS].] [ExecuteThread: '1' for the queue: "(self-adjusting) weblogic.kernel.Default"] [userId: anonymous] [ecid: 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002, 0] [APP: capture] capture MBean complete record

    [08 - 2015-07T 14: 47:01.197 + 05:30] [capture_server1] [NOTIFICATION] [] [oracle.mds] [tid: [ASSETS].] [ExecuteThread: '1' for the queue: "(self-adjusting) weblogic.kernel.Default"] [ecid: 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002, 0] [APP: capture] PManager instance is created without support multitenancy as indicator "oracle.multitenant.enabled" of the JVM is not set to enable multitenancy support.

    [08 - 2015-07T 14: 47:10.772 + 05:30] [capture_server1] [NOTIFICATION] [] [oracle.adf.mbean.share.connection.ConnectionsMXBeanImpl] [tid: [ASSETS].] [ExecuteThread: '1' for the queue: "(self-adjusting) weblogic.kernel.Default"] [ecid: 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002, 0] [APP: capture] connection Runtime MBean registration

    [08 - 2015-07T 14: 47:11.908 + 05:30] [capture_server1] [NOTIFICATION] [] [oracle.adf.mbean.share.connection.ADFConnectionLifeCycleCallBack] [tid: [ASSETS].] [ExecuteThread: '1' for the queue: "(self-adjusting) weblogic.kernel.Default"] [ecid: 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002, 0] [APP: capture] recorded the ADF MBean connection for the capture of the application

    [08 - 2015-07T 14: 47:18.947 + 05:30] [capture_server1] [NOTIFICATION] [] [oracle.adf.mbean.share.config.ADFConfigLifeCycleCallBack] [tid: [ASSETS].] [ExecuteThread: '1' for the queue: "(self-adjusting) weblogic.kernel.Default"] [ecid: 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002, 0] [APP: capture] ADF config mbean registered for the capture.

    [08 - 2015-07T 14: 47:20.007 + 05:30] [capture_server1] [TRACK: 32] [] [oracle.adf.share.diagnostics.versions] [tid: [ASSETS].] [ExecuteThread: '1' for the queue: "(self-adjusting) weblogic.kernel.Default"] [ecid: 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002, 0] [APP: capture] [SRC_CLASS: oracle.adf.share.dfw.dump.impl.AdfDiagnosticsJarsVersionDumpImpl] [SRC_METHOD: dumpVersionInfo] version jars discharge path: /u02/Oracle/Middleware/user_projects/domains/WlsDevDomain/servers/capture_server1/logs/capture-Versions.csv

    [08 - 2015-07T 14: 47:22.640 + 05:30] [capture_server1] [WARNING] [ADF_FACES-30130] [oracle.adfinternal.view.faces.partition.FeatureUtils] [tid: [ASSETS].] [ExecuteThread: '1' for the queue: "(self-adjusting) weblogic.kernel.Default"] [ecid: 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002, 0] [APP: capture] without taking into account the dependence of the feature on the function "AdfDvtCommon".  There is no such feature.

    [08 - 2015-07T 14: 47:24.321 + 05:30] [capture_server1] [WARNING] [] [oracle.odc.mbeans.ODCSystemMBeanImpl] [tid: [ASSETS].] [ExecuteThread: '1' for the queue: "(self-adjusting) weblogic.kernel.Default"] [ecid: 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002, 0] [APP: capture] javax.management.InstanceNotFoundException: oracle.capture:type = config

    [08 - 2015-07T 14: 47:24.515 + 05:30] [capture_server1] [NOTIFICATION] [] [oracle.mds] [tid: [ASSETS].] [ExecuteThread: '1' for the queue: "(self-adjusting) weblogic.kernel.Default"] [ecid: 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002, 0] [APP: capture] MBean: oracle.mds.lcm:name = MDSAppRuntime, type is MDSAppRuntime, Application = capture removed

    [08 - 2015-07T 14: 47:24.518 + 05:30] [capture_server1] [NOTIFICATION] [] [oracle.adf.share.config.ADFConfigFactory] [tid: [ASSETS].] [ExecuteThread: '1' for the queue: "(self-adjusting) weblogic.kernel.Default"] [ecid: 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002, 0] [APP: capture] implementation of appellate ADF Config: class oracle.adf.share.config.ADFConfigImpl.releaseResources)

    capture_server1.log

    < 1438939044366 > < BEA-149060 > < empty.jar capture Module of application successfully increased from STATE_ADMIN to STATE_PREPARED on the capture_server1 server. >

    # < 7 August 2015 14:47:24 IST > < error > < hats > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002 > < 1438939044373 > < BEA-149231 > < cannot create the activation state to true for the "capture" of demand.

    weblogic.application.ModuleException: [HTTP:101216] Servlet: "jersey" has failed by preloading at startup in a Web application: "/ dc-customer.

    java.lang.NoSuchMethodError: org.objectweb.asm.ClassReader.accept (Lorg/objectweb/asm/ClassVisitor; (I) V

    at com.sun.jersey.spi.scanning.AnnotationScannerListener.onProcess(AnnotationScannerListener.java:133)

    at com.sun.jersey.core.spi.scanning.JarFileScanner.scan(JarFileScanner.java:97)

    to com.sun.jersey.spi.scanning.servlet.WebAppResourcesScanner$ 1.f(WebAppResourcesScanner.java:94)

    at com.sun.jersey.core.util.Closing.f(Closing.java:71)

    at com.sun.jersey.spi.scanning.servlet.WebAppResourcesScanner.scan(WebAppResourcesScanner.java:92)

    at com.sun.jersey.spi.scanning.servlet.WebAppResourcesScanner.scan(WebAppResourcesScanner.java:79)

    at com.sun.jersey.api.core.ScanningResourceConfig.init(ScanningResourceConfig.java:80)

    at com.sun.jersey.api.core.servlet.WebAppResourceConfig.init(WebAppResourceConfig.java:102)

    to com.sun.jersey.api.core.servlet.WebAppResourceConfig. < init > (WebAppResourceConfig.java:89)

    to com.sun.jersey.api.core.servlet.WebAppResourceConfig. < init > (WebAppResourceConfig.java:74)

    at com.sun.jersey.spi.container.servlet.WebComponent.getWebAppResourceConfig(WebComponent.java:672)

    at com.sun.jersey.spi.container.servlet.ServletContainer.getDefaultResourceConfig(ServletContainer.java:414)

    at com.sun.jersey.spi.container.servlet.ServletContainer.getDefaultResourceConfig(ServletContainer.java:581)

    at com.sun.jersey.spi.container.servlet.WebServletConfig.getDefaultResourceConfig(WebServletConfig.java:87)

    at com.sun.jersey.spi.container.servlet.WebComponent.createResourceConfig(WebComponent.java:703)

    at com.sun.jersey.spi.container.servlet.WebComponent.createResourceConfig(WebComponent.java:678)

    at com.sun.jersey.spi.container.servlet.WebComponent.init(WebComponent.java:203)

    at com.sun.jersey.spi.container.servlet.ServletContainer.init(ServletContainer.java:373)

    at com.sun.jersey.spi.container.servlet.ServletContainer.init(ServletContainer.java:556)

    at javax.servlet.GenericServlet.init(GenericServlet.java:241)

    to 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)

    to 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:1981)

    at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1955)

    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1874)

    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3154)

    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1518)

    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:484)

    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:425)

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

    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)

    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:425)

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

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

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

    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)

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

    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1520)

    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:484)

    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:425)

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

    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)

    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:425)

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

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

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

    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)

    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: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.NoSuchMethodError: org.objectweb.asm.ClassReader.accept (Lorg/objectweb/asm/ClassVisitor; (I) V

    at com.sun.jersey.spi.scanning.AnnotationScannerListener.onProcess(AnnotationScannerListener.java:133)

    at com.sun.jersey.core.spi.scanning.JarFileScanner.scan(JarFileScanner.java:97)

    to com.sun.jersey.spi.scanning.servlet.WebAppResourcesScanner$ 1.f(WebAppResourcesScanner.java:94)

    at com.sun.jersey.core.util.Closing.f(Closing.java:71)

    at com.sun.jersey.spi.scanning.servlet.WebAppResourcesScanner.scan(WebAppResourcesScanner.java:92)

    at com.sun.jersey.spi.scanning.servlet.WebAppResourcesScanner.scan(WebAppResourcesScanner.java:79)

    at com.sun.jersey.api.core.ScanningResourceConfig.init(ScanningResourceConfig.java:80)

    at com.sun.jersey.api.core.servlet.WebAppResourceConfig.init(WebAppResourceConfig.java:102)

    to com.sun.jersey.api.core.servlet.WebAppResourceConfig. < init > (WebAppResourceConfig.java:89)

    to com.sun.jersey.api.core.servlet.WebAppResourceConfig. < init > (WebAppResourceConfig.java:74)

    at com.sun.jersey.spi.container.servlet.WebComponent.getWebAppResourceConfig(WebComponent.java:672)

    at com.sun.jersey.spi.container.servlet.ServletContainer.getDefaultResourceConfig(ServletContainer.java:414)

    at com.sun.jersey.spi.container.servlet.ServletContainer.getDefaultResourceConfig(ServletContainer.java:581)

    at com.sun.jersey.spi.container.servlet.WebServletConfig.getDefaultResourceConfig(WebServletConfig.java:87)

    at com.sun.jersey.spi.container.servlet.WebComponent.createResourceConfig(WebComponent.java:703)

    at com.sun.jersey.spi.container.servlet.WebComponent.createResourceConfig(WebComponent.java:678)

    at com.sun.jersey.spi.container.servlet.WebComponent.init(WebComponent.java:203)

    at com.sun.jersey.spi.container.servlet.ServletContainer.init(ServletContainer.java:373)

    at com.sun.jersey.spi.container.servlet.ServletContainer.init(ServletContainer.java:556)

    at javax.servlet.GenericServlet.init(GenericServlet.java:241)

    to 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)

    to 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:1981)

    at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1955)

    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1874)

    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3154)

    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1518)

    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:484)

    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:425)

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

    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)

    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:425)

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

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

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

    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)

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

    >

    # < 7 August 2015 14:47:24 IST > < Info > < hats > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002 > < 1438939044382 > < BEA-149059 > < Module/dc-capture application help switches STATE_PREPARED to STATE_NEW on the capture_server1 server. >

    # < 7 August 2015 14:47:24 IST > < Info > < hats > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002 > < 1438939044387 > < BEA-149060 > </dc-help capture Module of application successfully spent at STATE_NEW STATE_PREPARED on the capture_server1 server. >

    # < 7 August 2015 14:47:24 IST > < Info > < hats > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002 > < 1438939044388 > < BEA-149059 > < Module/dc-capture application console switches from STATE_PREPARED to STATE_NEW on the capture_server1 server. >

    # < 7 August 2015 14:47:24 IST > < Info > < hats > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002 > < 1438939044390 > < BEA-149060 > </dc-console capture Module of application successfully spent at STATE_NEW STATE_PREPARED on the capture_server1 server. >

    # < 7 August 2015 14:47:24 IST > < Info > < hats > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002 > < 1438939044391 > < BEA-149059 > </dc-capture application client Module switches from STATE_PREPARED to STATE_NEW on the capture_server1 server. >

    # < 7 August 2015 14:47:24 IST > < Info > < hats > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002 > < 1438939044394 > < BEA-149060 > </dc-customer capture Module of application successfully spent at STATE_NEW STATE_PREPARED on the capture_server1 server. >

    # < 7 August 2015 14:47:24 IST > < Info > < hats > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002 > < 1438939044395 > < BEA-149059 > < Module oddc-Core capture application switches from STATE_PREPARED to STATE_NEW on the capture_server1 server. >

    # < 7 August 2015 14:47:24 IST > < Info > < EclipseLink > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002 > < 1438939044486 > < BEA-2005000 > < 14:47:24.486 2015-08-07 - unplug ServerSession (165266245) - connection (364087240)->

    # < 7 August 2015 14:47:24 IST > < opinion > < EclipseLink > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002 > < 1438939044488 > < BEA-2005000 > < 2015 - 08 - 07 14:47:24.488 - ServerSession (165266245)--capturefile:/u02/Oracle/Middleware/user_projects/domains/WlsDevDomain/servers/capture_server1/tmp/_WL_user/capture/1336fw/oddc-core.jar_capture-ds successful logout >)

    # < 7 August 2015 14:47:24 IST > < Info > < hats > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002 > < 1438939044495 > < BEA-149060 > < Module oddc-Core of the application captures successfully spent at STATE_NEW STATE_PREPARED on the capture_server1 server. >

    # < 7 August 2015 14:47:24 IST > < Info > < hats > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002 > < 1438939044496 > < BEA-149059 > < APP-INF/lib/oracle.ucm.ridc-11.1.1.jar capture application Module switches from STATE_PREPARED to STATE_NEW on the capture_server1 server. >

    # < 7 August 2015 14:47:24 IST > < Info > < hats > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002 > < 1438939044498 > < BEA-149060 > < APP-INF/lib/oracle.ucm.ridc-11.1.1.jar capture Module of application successfully spent at STATE_NEW STATE_PREPARED on the capture_server1 server. >

    # < 7 August 2015 14:47:24 IST > < Info > < hats > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002 > < 1438939044499 > < BEA-149059 > < Module empty.jar to capture application switches from STATE_PREPARED to STATE_NEW on the capture_server1 server. >

    # < 7 August 2015 14:47:24 IST > < Info > < hats > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002 > < 1438939044500 > < BEA-149060 > < empty.jar capture Module of application successfully spent at STATE_NEW STATE_PREPARED on the capture_server1 server. >

    # < 7 August 2015 14:47:24 IST > < Info > < Diagnostics > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939044585 > < BEA-320000 > < Diagnostics of the subsystem initializes on the server capture_server1. >

    # < 7 August 2015 14:47:24 IST > < Info > < Store > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939044604 > < BEA-280008 > < open the persistent store of file 'WLS_DIAGNOSTICS' for recovery: directory = / requestedWritePolicy u02/Oracle/Middleware/user_projects/domains/WlsDevDomain/servers/capture_server1/data/store/diagnosis = "Disabled" fileLockingEnabled = true driver = "wlfileio3." >

    # < 7 August 2015 14:47:24 IST > < Info > < Store > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939044617 > < BEA-280103 > < storage of persistent files "WLS_DIAGNOSTICS" puts in cache in weblogic.store.io.file.direct.FileMapping [granularity = 8192 io mapped =]. >

    # < 7 August 2015 14:47:24 IST > < Info > < Store > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939044744 > < BEA-280009 > < storing files persistent "WLS_DIAGNOSTICS" (9ca91052-8116-4a5a-9e36-2537c920bf8a) has been opened: blockSize = 512 actualWritePolicy = "Disabled(single-handle-non-direct)" explicitIOEnforced = false documents = 53. " >

    # < 7 August 2015 14:47:24 IST > < opinion > < Log Management > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939044813 > < BEA-170027 > < server has established the connection with the Service of diagnosis level domain successfully. >

    # < 7 August 2015 14:47:25 IST > < Info > < Diagnostics > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939045148 > < BEA-320077 > < Initialized > Service of diagnosis accessor.

    # < 7 August 2015 14:47:25 IST > < Info > < Diagnostics > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939045233 > < BEA-320117 > < the harvester is disabled because there is no specified configured harvestable type. >

    # < 7 August 2015 14:47:25 IST > < Info > < Diagnostics > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939045239 > < BEA-320119 > < the harvester is now in an inactive state. >

    # < 7 August 2015 14:47:25 IST > < opinion > < WebLogicServer > < webcdev2v.industowers.com > < capture_server1 > < principal > < < WLS Kernel > > <><>< 1438939045327 > < BEA-000365 > < server status changed to ADMIN >

    # < 7 August 2015 14:47:25 IST > < opinion > < WebLogicServer > < webcdev2v.industowers.com > < capture_server1 > < principal > < < WLS Kernel > > <><>< 1438939045491 > < BEA-000365 > < Server State has changed for RESUMING >

    # < 7 August 2015 14:47:25 IST > < Info > < hats > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939045895 > < BEA-149059 > < dms.war request DMS Module [Version = 11.1.1.1.0] toggle to STATE_ACTIVE STATE_ADMIN on the capture_server1 server. >

    # < 7 August 2015 14:47:25 IST > < Info > < hats > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939045896 > < BEA-149060 > < dms.war DMS [Version = 11.1.1.1.0] request Module successfully happening to STATE_ACTIVE STATE_ADMIN on the capture_server1 server. >

    # < 7 August 2015 14:47:25 IST > < Info > < hats > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939045906 > < BEA-149059 > < inspection.wsil STATE_ADMIN request Module, wsil-wls is transition to the STATE_ACTIVE on the capture_server1 server. >

    # < 7 August 2015 14:47:25 IST > < Info > < hats > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939045907 > < BEA-149060 > < inspection.wsil request Module wsil-wls successfully moved from STATE_ADMIN to STATE_ACTIVE on the capture_server1 server. >

    # < 7 August 2015 14:47:25 IST > < Info > < hats > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939045913 > < BEA-149059 > < Module application wsm - MP weblogic.xml.registry.XMLModule is STATE_ADMIN of STATE_ACTIVE transition on the capture_server1 server. >

    # < 7 August 2015 14:47:25 IST > < Info > < hats > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939045914 > < BEA-149060 > < weblogic.xml.registry.XMLModule request Module wsm - am successfully spent at STATE_ACTIVE STATE_ADMIN on the capture_server1 server. >

    # < 7 August 2015 14:47:25 IST > < Info > < hats > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939045915 > < BEA-149059 > < Module wsm-pmserver - application wsm - MP wls.jar is STATE_ADMIN of STATE_ACTIVE transition on the capture_server1 server. >

    # < 7 August 2015 14:47:25 IST > < Info > < hats > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939045916 > < BEA-149060 > < wsm-pmserver - wls.jar request Module wsm - am successfully spent at STATE_ACTIVE STATE_ADMIN on the capture_server1 server. >

    # < 7 August 2015 14:47:25 IST > < Info > < hats > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939045917 > < BEA-149059 > < Module wsm - am wsm - MP application is STATE_ADMIN of STATE_ACTIVE transition on the capture_server1 server. >

    # < 7 August 2015 14:47:25 IST > < Info > < hats > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939045918 > < BEA-149060 > < wsm - am request Module wsm - am successfully spent at STATE_ACTIVE STATE_ADMIN on the capture_server1 server. >

    # < 7 August 2015 14:47:25 IST > < Info > < hats > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939045920 > < BEA-149059 > < Module diagnosis of application wsm - MP is transition STATE_ADMIN to the STATE_ACTIVE on the capture_server1 server. >

    # < 7 August 2015 14:47:25 IST > < Info > < hats > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939045921 > < BEA-149060 > < diagnosis Module from wsm - am successfully request from STATE_ADMIN to STATE_ACTIVE on the capture_server1 server. >

    # < 7 August 2015 14:47:25 IST > < Info > < Server > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939045965 > < BEA-002610 > < dynamic listener initialized Service >.

    # < 7 August 2015 14:47:25 IST > < opinion > < Server > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939045969 > < BEA-002613 > < Channel "[1] by default ' is now listening on 127.0.0.1:16400 for iiop protocols t3, ldap, snmp, http. >

    # < 7 August 2015 14:47:25 IST > < opinion > < Server > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939045971 > < BEA-002613 > < Channel "Default" is now listening on 10.240.22.207:16400 for iiop, t3, ldap protocols snmp, http. >

    # < 7 August 2015 14:47:25 IST > < opinion > < WebLogicServer > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939045972 > < BEA-000332 > < started WebLogic Server managed by "capture_server1" for the domain "WlsDevDomain" running in development Mode >

    # < 7 August 2015 14:47:26 IST > < Info > < Server > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939046019 > < BEA-002635 > < "AdminServer" server connected to that server. >

    # < 7 August 2015 14:47:26 IST > < Info > < JMX > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939046233 > < BEA-149511 > < established JMX connectivity with the Administration Server AdminServer to service:jmx:t3://10.240.22.207:7001/jndi/weblogic.management.mbeanservers.domainruntime. >

    # < 7 August 2015 14:47:30 IST > < Info > < J2EE > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [pending]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939050453 > < BEA-160151 > < Registered Library Extension-Name: bea_wls_async_response (JAR). >

    # < 7 August 2015 14:47:31 IST > < Info > < WebService > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [pending]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < < > anonymous > > <>< 1438939051615 > < BEA-220103 > < asynchronous web service support is not fully configured. The response of async web service /AsyncResponseServiceHttps for this server was deployed not entirely because the queue JMS reliability was not defined/deployed: weblogic.wsee.DefaultQueue. Periodically, the server either completing the deployment for the service. Usually, this message can be ignored unless there are asynchronous web service applications. To completely disable the support of web service asynchronous to avoid this message, set - Dweblogic.wsee.skip.async.response = true. >

    # < 7 August 2015 14:47:32 IST > < Info > < WebService > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [pending]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < < > anonymous > > <>< 1438939052442 > < BEA-220103 > < asynchronous web service support is not fully configured. The response of async web service /AsyncResponseServiceJms for this server was deployed not entirely because the queue JMS reliability was not defined/deployed: weblogic.wsee.DefaultQueue. Periodically, the server either completing the deployment for the service. Usually, this message can be ignored unless there are asynchronous web service applications. To completely disable the support of web service asynchronous to avoid this message, set - Dweblogic.wsee.skip.async.response = true. >

    # < 7 August 2015 14:47:32 IST > < Info > < WebService > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [pending]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < < > anonymous > > <>< 1438939052531 > < BEA-220103 > < asynchronous web service support is not fully configured. The response of async web service /AsyncResponseService for this server was deployed not entirely because the queue JMS reliability was not defined/deployed: weblogic.wsee.DefaultQueue. Periodically, the server either completing the deployment for the service. Usually, this message can be ignored unless there are asynchronous web service applications. To completely disable the support of web service asynchronous to avoid this message, set - Dweblogic.wsee.skip.async.response = true. >

    # < 7 August 2015 14:47:32 IST > < Info > < WebService > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [pending]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < < > anonymous > > <>< 1438939052635 > < BEA-220103 > < asynchronous web service support is not fully configured. The response of async web service /AsyncResponseServiceSoap12Jms for this server was deployed not entirely because the queue JMS reliability was not defined/deployed: weblogic.wsee.DefaultQueue. Periodically, the server either completing the deployment for the service. Usually, this message can be ignored unless there are asynchronous web service applications. To completely disable the support of web service asynchronous to avoid this message, set - Dweblogic.wsee.skip.async.response = true. >

    # < 7 August 2015 14:47:32 IST > < Info > < WebService > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [pending]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < < > anonymous > > <>< 1438939052808 > < BEA-220103 > < asynchronous web service support is not fully configured. The response of async web service /AsyncResponseServiceSoap12 for this server was deployed not entirely because the queue JMS reliability was not defined/deployed: weblogic.wsee.DefaultQueue. Periodically, the server either completing the deployment for the service. Usually, this message can be ignored unless there are asynchronous web service applications. To completely disable the support of web service asynchronous to avoid this message, set - Dweblogic.wsee.skip.async.response = true. >

    # < 7 August 2015 14:47:32 IST > < Info > < WebService > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [pending]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < < > anonymous > > <>< 1438939052887 > < BEA-220103 > < asynchronous web service support is not fully configured. The response of async web service /AsyncResponseServiceSoap12Https for this server was deployed not entirely because the queue JMS reliability was not defined/deployed: weblogic.wsee.DefaultQueue. Periodically, the server either completing the deployment for the service. Usually, this message can be ignored unless there are asynchronous web service applications. To completely disable the support of web service asynchronous to avoid this message, set - Dweblogic.wsee.skip.async.response = true. >

    # < 7 August 2015 14:47:46 IST > < Info > < JMS > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '5' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939066600 > < BEA-040010 > < JMSServer 'CaptureJmsServer1' configured no session pools. >

    # < 7 August 2015 14:47:46 IST > < Info > < JMS > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '5' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939066602 > < BEA-040109 > < JMSServer "CaptureJmsServer1" is started. >

    # < 7 August 2015 14:47:46 IST > < opinion > < WebLogicServer > < webcdev2v.industowers.com > < capture_server1 > < principal > < < WLS Kernel > > <><>< 1438939066626 > < BEA-000365 > < Server State has changed in the RACE >

    # < 7 August 2015 14:47:46 IST > < opinion > < WebLogicServer > < webcdev2v.industowers.com > < capture_server1 > < principal > < < WLS Kernel > > <><>< 1438939066629 > < BEA-000360 > < server started operation >

    # < 7 August 2015 14:47:47 IST > < Info > < EJB > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '5' for queue: '(self-adjusting) weblogic.kernel.Default' > < < < > anonymous > > <>< 1438939067595 > < BEA-010060 > < The Message - Driven EJB: DocumentConversionProcessorBean a connected/reconnected to the JMS destination: capture/jms-documentconversionprocessor. >

    # < 7 August 2015 14:47:47 IST > < Info > < EJB > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [pending]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < < > anonymous > > <>< 1438939067597 > < BEA-010060 > < The Message - Driven EJB: ImportProcessorBean a connected/reconnected to the JMS destination: jms/capture-batchinput-queue. >

    # < 7 August 2015 14:47:47 IST > < Info > < EJB > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [pending]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < < > anonymous > > <>< 1438939067623 > < BEA-010060 > < The Message - Driven EJB: CommitProcessorBean a connected/reconnected to the JMS destination: capture/jms-commitprocessor. >

    # < 7 August 2015 14:47:47 IST > < Info > < EJB > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [pending]: '4' for queue: '(self-adjusting) weblogic.kernel.Default' > < < < > anonymous > > <>< 1438939067623 > < BEA-010060 > < The Message - Driven EJB: RecognitionProcessorBean a connected/reconnected to the JMS destination: capture/jms-recognitionprocessor. >

    # < 7 August 2015 14:47:47 IST > < Info > < EJB > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [pending]: '3' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < < > anonymous > > <>< 1438939067666 > < BEA-010060 > < The Message - Driven EJB: EmailDeliveryBean a connected/reconnected to the JMS destination: jms/capture-emaildelivery-queue. >

    # < 7 August 2015 14:48:25 IST > < health > < > < webcdev2v.industowers.com > < capture_server1 > < weblogic. GCMonitor > < < < > anonymous > > <>< 1438939105230 > < BEA-310002 > < 45% of the total server memory is free >

    # < 7 August 2015 14:48:47 IST > < Info > < JDBC > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '5' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 0000KvwxceS8PtG5IzWByf1LkSX0000002 > < 1438939127324 > < BEA-001516 > < "IPMDS" connected to the data source connection pool database : 'Oracle', Version: 'Oracle Database 11 g Enterprise Edition Release 11.2.0.4.0 - 64 bit Production.

    With the options of partitioning, OLAP, Data Mining and Real Application Testing". >

    # < 7 August 2015 14:48:47 IST > < Info > < JDBC > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '5' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 0000KvwxceS8PtG5IzWByf1LkSX0000002 > < 1438939127326 > < BEA-001517 > < pool "IPMDS" using the driver for the data source connection : "Oracle JDBC driver", Version: "11.2.0.3.0." >

    # < 7 August 2015 14:48:47 IST > < Info > < shared > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '5' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 0000KvwxceS8PtG5IzWByf1LkSX0000002 > < 1438939127334 > < BEA-000628 > < available resources creation '1' for the 'IPMDS' pool, including '1' and '0' are not available. >

    # < 7 August 2015 14:48:47 IST > < Info > < JDBC > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '5' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 0000KvwxceS8PtG5IzWByf1LkSX0000002 > < 1438939127555 > < BEA-001516 > < pool "capture-mds-ds" connected to the database for the data source connection : 'Oracle', Version: 'Oracle Database 11 g Enterprise Edition Release 11.2.0.4.0 - 64 bit Production.

    With the options of partitioning, OLAP, Data Mining and Real Application Testing". >

    # < 7 August 2015 14:48:47 IST > < Info > < JDBC > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '5' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 0000KvwxceS8PtG5IzWByf1LkSX0000002 > < 1438939127557 > < BEA-001517 > < connection pool "capture-mds-ds" of data source with driver: "Oracle JDBC driver. Version: "11.2.0.3.0." >

    # < 7 August 2015 14:48:47 IST > < WARNING > < JDBC > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '5' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 0000KvwxceS8PtG5IzWByf1LkSX0000002 > < 1438939127558 > < BEA-001110 > < no table test didn't put in place for the pool 'capture-mds-ds. " Connections will be tested. >

    # < 7 August 2015 14:48:47 IST > < Info > < shared > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '5' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 0000KvwxceS8PtG5IzWByf1LkSX0000002 > < 1438939127562 > < BEA-000628 > < Created '1' resources for pool 'capture-mds-ds', which '1' are available and '0' are not available. >

    # < 7 August 2015 14:48:47 IST > < Info > < JDBC > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '5' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 0000KvwxceS8PtG5IzWByf1LkSX0000002 > < 1438939127773 > < BEA-001516 > < "SDM - axf" pool connected to the database for the data source connection : 'Oracle', Version: 'Oracle Database 11 g Enterprise Edition Release 11.2.0.4.0 - 64 bit Production.

    With the options of partitioning, OLAP, Data Mining and Real Application Testing". >

    # < 7 August 2015 14:48:47 IST > < Info > < JDBC > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '5' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 0000KvwxceS8PtG5IzWByf1LkSX0000002 > < 1438939127775 > < BEA-001517 > < connection pool "SDM - axf" data source using the driver: "Oracle JDBC driver. Version: "11.2.0.3.0." >

    # < 7 August 2015 14:48:47 IST > < WARNING > < JDBC > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '5' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 0000KvwxceS8PtG5IzWByf1LkSX0000002 > < 1438939127776 > < BEA-001110 > < no table test didn't put in place for poolside "SDM - axf. Connections will be tested. >

    # < 7 August 2015 14:48:47 IST > < Info > < shared > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '5' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 0000KvwxceS8PtG5IzWByf1LkSX0000002 > < 1438939127779 > < BEA-000628 > < Created pool 'SDM - axf', whose '1' '1' resources are available and '0' are not available. >

    # < 7 August 2015 14:53:25 IST > < health > < > < webcdev2v.industowers.com > < capture_server1 > < weblogic. GCMonitor > < < < > anonymous > > <>< 1438939405281 > < BEA-310002 > < 34% of the total server memory is free >

    # < 7 August 2015 14:54:25 IST > < health > < > < webcdev2v.industowers.com > < capture_server1 > < weblogic. GCMonitor > < < < > anonymous > > <>< 1438939465290 > < BEA-310002 > < 66% of the total server memory is free >

    # < 7 August 2015 14:59:16 IST > < Info > < JDBC > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '5' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939756419 > < BEA-001128 > < connection to 'IPMDS' pool was closed. >

    # < 7 August 2015 14:59:17 IST > < Info > < JDBC > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939757244 > < BEA-001128 > < connection for pool "capture-ds" has been closed. >

    # < 7 August 2015 14:59:17 IST > < Info > < JDBC > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '5' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939757373 > < BEA-001128 > < connection for pool "capture-mds-ds" has been closed. >

    # < 7 August 2015 14:59:17 IST > < Info > < JDBC > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939757505 > < BEA-001128 > < connection for "SDM - axf" pool was closed >.

    # < 7 August 2015 14:59:17 IST > < Info > < JDBC > < webcdev2v.industowers.com > < capture_server1 > < ExecuteThread [ASSET]: '5' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1438939757655 > < BEA-001128 > < connection for "SDM-GOSA" pool was closed >.

    # < 7 August 2015 14:59:36 IST > < Info > < shared > < webcdev2v.industowers.com > < capture_server1 > < MDSPollingThread-[GOSA, jdbc/mds/GOSA] > < OracleSystemUser > <>< 0000Kw7SBjr8PtG5IzWByf1Ll7RY000002 > < 1438939776574 > < BEA-000628 > < Created pool 'SDM-GOSA', whose '1' '1' resources are available and '0' are not available. >

    # < 7 August 2015 15:03:25 IST > < health > < > < webcdev2v.industowers.com > < capture_server1 > < weblogic. GCMonitor > < < < > anonymous > > <>< 1438940005384 > < BEA-310002 > < 54% of the total server memory is free >

    Thank you

    Hello

    I need to perform a test on your side, seems specific OS:

    Please go to the rental

    oracle_common\modules

    There will be some jars of name 'org.objectweb.asm.attrs_1.5.3.jar' and 'org.objectweb.asm_1.5.3.jar '.

    Can you just take two jar from this location to the top/Remove these files and store elsewhere.

    Then restart all the servers Admin and the capture and the test scenario.  In case any questions please restore back to the top of these files.

    Note: in fact at this point I don't know if this will solve the problem but I'd like to test this out of your end because it is not reproducible in our system

    Can also provide you with the screenshot below at the bottom of the location, libraries:

    servers\AdminServer\tmp\.appmergegen_1439352348932\capture.ear\9lwrr6\WEB-INF\lib

  • Problem while showing the ADF page in IE 8 iframe.

    I have to integrate ADF page in an iframe.

    I put frame busting and enabled regular adf security.

    < context-param >

    org.apache.myfaces.trinidad.security.FRAME_BUSTING < param-name > < / param-name >

    < param-value > never < / param-value >

    < / context-param >

    Page ADF works fine in an iframe in chrome and firefox but not in IE. Internet Explorer version I need support is IE8. Once I hit the login button it just redirects me to login again page. Login page appears again and again.

    Also sometimes I see my _afrLOOP is underway for the infinite loop and nothing comes up.

    Nothing in the papers either.

    Any suggestion?

    This can also be a problem with the privacy policy: http://stackoverflow.com/questions/389456/cookie-blocked-not-saved-in-iframe-in-internet-explorer

    Dario

  • Under certain conditions see the popup on page (fragment) charge

    Hi Experts,

    We have an obligation to show a popup on the page load, if a certain condition is true.

    I have two fragments (home.jsff and profile.jsff). Initially when the user login, home.jsff is indicated and that there should be no popup.

    When the user goes to profile.jsff and save the changes, it must first redirect to home.jsff and show a popup with the confirmation message.

    I can't create a fragment separated for the popup where we need to redirect to profile.jsff and then redirect to home.jsff as said the requirement that the popup should display the content of home.jsff in the background.

    Also I can't use showPopup behavior during the loading of the page because it's a jsff.

    Please suggest how to implement this.

    Thanks in advance.

    Best regards

    Saurabh

    ... There's an even simpler option

    1. Add a hidden from the fragment output text element

    2 bind the output components text 'value' property to a bean property of manage (pair of getter/setter)

    3. when the getter of the value method is called, check the indicator that you defined for if you want to display the context menu or not

    4. If the indicator is such that the popup needs to be displayed, run the Java Popup

    4.a search the component RichPopup

    4.b set flags of the popup

    4.c unset flag to display the pop-up window (for the next time you need to put it)

    4.d see the popup

    Frank

  • Failure of connection auth page shows the error instead of the popup error page

    I have a page of login.jspx (unlimited) with the user, the password fields and action button doLogin.  When I created this page it would display a popup on an authentication failure.  Sometimes, somehow this page no longer displays error popup (af:message?) on the login page and instead sends me to the error stream page task without terminals.  As I want to preserve the error page to handle exceptions not intercepted, I want that connection failures to display the popup on the login page to allow simple retries.

    I appreciate any constructive input!

    Here's my doLogin method:

    public String doLogin() {
        String un = getUserName();
        byte[] pw = getPassword().getBytes();
        FacesContext ctx = FacesContext.getCurrentInstance();
        HttpServletRequest request = (HttpServletRequest)ctx.getExternalContext().getRequest();
        try {
            if (un.length() == 0 || pw.length == 0) {
                throw new FailedLoginException();
            }
    
            Subject subject = Authentication.login(new URLCallbackHandler(un, pw));
            weblogic.servlet.security.ServletAuthentication.runAs(subject, request);
    
            String loginUrl = "/adfAuthentication";
            HttpServletResponse response = (HttpServletResponse)ctx.getExternalContext().getResponse();
            sendForward(request, response, loginUrl);
        } catch (Exception e) {
            ((DCBindingContainer)BindingContext.getCurrent().getCurrentBindingsEntry()).reportException(e);
        }
     
        return null;
    }
    

    I found my problem.  I had a generic rule of flow with case "*" of home.jspx.  I think this caused the doLogin null return to home.jspx that bounced to login.jspx because of the security of the page.  The overall message telling me connection error has been lost on the extra jump. I removed the case and all is well!  Thank you all for you input (he says the song of the cicadas in the distance).

  • Must pass the new parameter to page popup LOV

    Hi all

    I try to pass additional parameters of base page-to-page Popup LOV. In my basic page, I also have 5 columns and 3 rows.

    My requirement is based on the refrence to the selected line in the popup LOV page, I have to do a validation.

    I tried the logic of value form, but it did not work.

    I tried with getCurrentRow(). But he was always returns the reference of the top row.

    Help, please... It is urgent...

    If you want to get the value in the window of LOV, you must join a controller with the LOV window.

    In this controller, to help

    Dictionary passiveCriteriaItems = pageContext.getLovCriteriaItems)

    You can get the value mapped from basic page.

    Sushant-

  • How to prevent the login page in the same browser when the user is already authenticated

    Hello

    I use Jdev 11.1.1.6 with ADF implemented in my application security.

    I have Login.jspx that redirects the user to Home.jspx on a successful authentication. The user can either enter the URL of the Home Page or Login.

    Please consider the following scenarios:

    (a) the user is not authenticated in the current browser session

    (a.1) if the user enters the URL of the home page and the login page is displayed and redirected to the homepage on authentication

    (a.2) if the user enters the login page URL, then the login page is displayed and redirected to the homepage on authentication

    (b) the user is already authenticated in the current browser session, a new tab opens and

    (b.1) if the user enters the URL of the homepage then it shows directly the (already authenticated) Homepage

    (b.2) if the user enters Login URL then connect a page appears - This is the issue, it should either user to the homepage or invalidate the existing session and let users to proceed again.

    How do I get there? Any help is appreciated.

    Thank you

    JAI

    Hello

    the authentication check must be in a phase listener or servlet filter. If you use a phase listener and the homepage and login have a link associated with the ADF (PageDef file) then in the phase AFTER RESTORE_VIEW, you can use AdfContext.getCurrent () .getSecurityContext () .isAuthenticated () to tell if a user is authenticated or not.

    Frank

  • Problem with an infinite loop in the login page

    Hello

    11.1.1.5 jdev

    I have a login page and a homepage

    and I want to have the security of adf

    When my login page pagedef and anonymose-role my application has encountered an infinite loop

    and when I delete pagedef connection once the connection I give error 401 - non authorized

    I see Blog of Andrejus Baranovskis: Troubleshooting ADF 11 g connection Page failure safety and Blog of Andrejus Baranovskis: things you should know about ADF Faces Login Page but I have this problem

    Help, please

    I create a new project and add two page 1 - loginTest.jsp 2 - mainTest.jsp and sure this app when I enable adf security I select generate login and error and homepage and then change it in the Web.XML for loginTest.jsp and mainTest.jsp, click project runs OK

  • Problem with LOGIN_THROTTLE. COUNTER on the login page

    Hello!

    I have the page of connection (desktop, theme 25) which has been slightly modified by me. I use custom_auth on table mine of users.

    Seems I now work "strange."

    Problem seems to be LOGIN_THROTTLE. METER that shows popup but is not low count (it's freezes with numbers to started number).
    As a result, I can't connect even when the correct credentials.

    By comparing your login to app demo and mine the login page, I saw that in my login page is missing the bunch of js:
    function popupSessionInfo(){var w = open("f?p=4000:34:4600637698482:PAGE:NO:34:F4000_P34_SESSION,F4000_P34_FLOW,F4000_P34_PAGE,FB_FLOW_ID:800543776008,21299,101,21299","winLov","Scrollbars=1,resizable=1,width=700,height=450");if (w.opener == null){w.opener = self;}w.focus();}
    function popupViewDebug(){var w = open("f?p=4000:19:4600637698482:::RIR,19:IR_APPLICATION_ID,IR_PAGE_ID:21299,101","winLov","Scrollbars=1,resizable=1,width=700,height=450");if (w.opener == null){w.opener = self;}w.focus();}
    apex.jQuery( document ).ready( function() {
    ...
    until the part that begins with:
     
    Apex.jQuery( document ).ready( function() {
    that is the same. Part missing is obviously part for gas meter.

    I tried all the browser and they are all the same as a result.

    I study more and discovered that mine, State of Session-> page Protection, for login page shows it's 'Dynamic form' not connect type. I'm sure that I edited the origin and after login page found this recreation (remove old and create the new login page) that somehow seems not to be the login page.
    I'm quite confused because before that this one was't of thing happened because before the introduction of "gas" I had no such a mistake... or I wasn't awre of them.
    :-)

    Any help or suggestion?

    Damir Vadas
    http://Damir-vadas.blogspot.com
    Apex 4.2.1.00.08
    Oracle 11.2.0.3 x 64
    Apex listener 2.0.0.354.17.05

    So, you changed the page of connection somehow, perhaps recreate - and now things go wrong?

    Firstly - if you want to authenticate on your own table, it is much easier to leave the single login page and use a custom authentication scheme.

    Second - if you want the user to land on their own page, I find personally much easier to define a branch that manages that decision-making - perhaps something ruled separately during after authentication.

    Scott

  • Possible bug with report PPR sort on the login page

    Hi guys,.

    I created a report on the login page. Links for sorting, pagination and columns seem to not work.

    Here is an example on apex.oracle.com: http://apex.oracle.com/pls/apex/f?p=22519

    A very simple example with all the default settings on the table of demo MATERIAL. I guess it's releated for not having a valid user on page 101. Sorting preferences are stored by the user.

    See you soon,.
    Dietmar.

    Hi Dietmar,

    Anthony has considered this matter and this behavior is limited to the login page, i.e. the page mark you as the "session invalid page" in your authentication scheme. If you make a copy of your example page, paging and sorting would actually be working very well.

    Kind regards
    Marc

Maybe you are looking for

  • Question about BIOS updates

    Hi forum users. I want to just ask what are these issues being updated by the BIOS updates? Clearly there is no documentation as to what this update will do it. Any ideas? Thank you

  • Pause button

    Have G72T.   Keyboard has no PAUSE key. An application requires me to press: CTRL + ALT + BREAK Is there a key combination that is running a PAUSE button?

  • Sword of the new world by Gamersfirst

    Cannot load my client of the game, get this failed to careate flash player error message. Restart the program. (62) the Granado Espada client cannot that reproduced such runing. (214) and the game worked under XP and this is the same computer

  • I have a HP G60 554 CA most of the time of love - need help with the functions of the keyboard.

    On my HP G60 554 CA, I do a lot of accounting/bookkeeping.  Suddenly, I have no idea what I did but my alphabet keyboard turns suddenly to the BLUE character on the key of the alphabet.  For example - the question mark & / key (white color) is equiva

  • I get an Error 80070426 mesg

    Please help before I throw this thing to my all know woman haha