How to enable Weblogic managed server ResolveDNSName? - weblogic

I have patched weblogic 12.2.1.4.0 with 30970477;WLS PATCH SET UPDATE 12.2.1.4.200228 and now cannot start managed1.
managed1 logs contains Cannot resolve ClusterAddress: wlnode1:7101
<Info> <Cluster> <wladminvip> <managed1> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <WL-000101> <Cannot resolve ClusterAddress: wlnode1:7101>
.....
<Warning> <Security> <wladminvip> <managed1> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <[]> <BEA-000000> <PAF - Error during MBeanServer connection: JNDI subsystem is not ready for use >
In the network initialization section there is ResolveDNSName Enabled false
<BEA-000570> <Network Configuration for Channel "managed1"
Listen Address wlnode1:7101
Public Address N/A
Http Enabled true
Tunneling Enabled true
Outbound Enabled false
Admin Traffic Enabled true
ResolveDNSName Enabled false>
My question is where ResolveDNSName parameter has been defined and how can I enable it?

Edit setDomainEnv.sh file and append to the JAVA_OPTIONS (or add it to start up options if you are starting Admin Server using Node Manager)
-Dweblogic.ResolveDNSName=true
Restart Admin Server

Related

Hyperion Essbase 11.1.2.4 Unable to connect to Essbase Administrator Server from the Essbase Admin Console

I have been able to use the Essbase console since we imported a new certificate in May. I was fine last week, but beginning Monday I am getting 'Unable to connect to Essbase Administrator Server" when trying to login to the console. I can login to Shared services, but cannot open any folders there. I found the following errors in EssbaseAdminServices0.log.
####<Jun 13, 2022 7:22:57 AM EDT> <[ACTIVE] ExecuteThread: '0' for queue:
'weblogic.kernel.Default (self-tuning)'> <> <> <>
<1655119377687> <No identity key/certificate entry was
found under alias ess1ssl in keystore
E:\Oracle\Middleware\ssl\custident.jks on server
EssbaseAdminServices0>
####<Jun 13, 2022 7:22:57 AM EDT> <[ACTIVE] ExecuteThread: '0'
for queue: 'weblogic.kernel.Default (self-tuning)'> <> <>
<> <1655119377687> <Inconsistent security configuration,
weblogic.management.configuration.ConfigurationException: No identity
key/certificate entry was found under alias ess1ssl in keystore
E:\Oracle\Middleware\ssl\custident.jks on server
EssbaseAdminServices0>
####<Jun 13, 2022 7:22:57 AM EDT> <[ACTIVE] ExecuteThread: '0'
for queue: 'weblogic.kernel.Default (self-tuning)'> <> <>
<> <1655119377687> <Not listening for SSL,
java.io.IOException: No identity key/certificate entry was found under
alias ess1ssl in keystore E:\Oracle\Middleware\ssl\custident.jks on
server EssbaseAdminServices0.>
I have verified the Oracle cert in the oracle wallet is valid until May 2023, but cannot see if the alias is in the wallet. I did issue a Keytool command and found the alias is listed there. I have restarted the services and rebooted the servers to no avail. I am not aware of anything changing over the weekend. I have also tried using localhost:9000 instead of the server name and that did not work. Essbase itself is working fine, the cubes are loaded and the users have access via Smartview. Suggestions?
Thanks!
MaggieW

Weblogic 12c managed server not able to start from console but able to stop from console

Hi My current environment is Weblogic 12c Std
i have 2 servers which is running one Admin server 2 managed servers
Node -1 contains admin & 1 managed servers
Node -2 contains Managed servers
My issues is i am able to stop node-2 managed server node 2 from Admin console but not able to start from Admin console
While start i am getting below Error on Console
Message icon - Warning For server mrm_node2, the Node Manager associated with machine mrm_machine2 is not reachable.
Message icon - Warning All of the servers selected are currently in a state which is incompatible with this operation or are not associated with a running Node Manager or you are not authorized to perform the action requested. No action will be performed.
In Adminserver log i am getting below warning
<[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1505972472314>
<[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1505972472314>
<[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1505972472314>
<[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1505972472315>
Note:-- I enrolled NM Control on Node-2 also
To be able to start a Managed Server via the Admin Server, the Node Manager needs to be running and obviously be reachable.
You can start the Node Manager with the startNodeManager.sh script in <weblogic-home>/server/bin.
If the Managed Server is already running you can shut it down through the Admin Server even without the Node Manager, because then the Managed Server is already in communication with the Admin Server.

WAR gets deployed on Tomcat 7 but not on weblogic 12c

My project war file gets deployed successfully on tomcat 7 but not on weblogic 12c.
While deploying a .war file on Weblogic 12c application server, I am getting the following exception:
<Error> <com.sun.xml.ws.wspolicy.jaxws.PolicyWSDLParserExtension> <DDC5-D-339ST4L> <myserver> <[ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1399618140264> <BEA-000000> <WSP1007: Policy exception occurred when finishing WSDL parsing.
com.sun.xml.ws.policy.PolicyException: WSP1005: Failed to find policy referenced by URI "zip:../wls1212_dev/wls12120/user_projects/domains/mydomain/servers/myserver/tmp/_WL_user/<war name>/oiv6rb/war/WEB-INF/lib/wsit-rt-1.1.jar!/WEB-INF/wsdl/wscoor.wsdl#Addressing_policy".
at com.sun.xml.ws.policy.jaxws.BuilderHandler.getPolicies(BuilderHandler.java:100)
at com.sun.xml.ws.policy.jaxws.BuilderHandler.getPolicySubjects(BuilderHandler.java:110)
at com.sun.xml.ws.policy.jaxws.BuilderHandlerEndpointScope.doPopulate(BuilderHandlerEndpointScope.java:72)
at com.sun.xml.ws.policy.jaxws.BuilderHandler.populate(BuilderHandler.java:82)
at com.sun.xml.ws.policy.jaxws.PolicyMapBuilder.getNewPolicyMap(PolicyMapBuilder.java:109)
at com.sun.xml.ws.policy.jaxws.PolicyMapBuilder.getPolicyMap(PolicyMapBuilder.java:91)
at com.sun.xml.ws.policy.jaxws.PolicyWSDLParserExtension.postFinished(PolicyWSDLParserExtension.java:970)
at com.sun.xml.ws.wsdl.parser.DelegatingParserExtension.postFinished(DelegatingParserExtension.java:191)
at com.sun.xml.ws.wsdl.parser.WSDLParserExtensionFacade.postFinished(WSDLParserExtensionFacade.java:338)
at com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.java:331)
at com.sun.xml.ws.server.EndpointFactory.getWSDLPort(EndpointFactory.java:746)
at com.sun.xml.ws.server.EndpointFactory.create(EndpointFactory.java:254)
at com.sun.xml.ws.server.EndpointFactory.createEndpoint(EndpointFactory.java:158)
at com.sun.xml.ws.api.server.WSEndpoint.create(WSEndpoint.java:577)
at com.sun.xml.ws.api.server.WSEndpoint.create(WSEndpoint.java:560)
at com.sun.xml.ws.api.server.WSEndpoint.create(WSEndpoint.java:639)
at weblogic.wsee.jaxws.JAXWSDeployedServlet.getEndpoint(JAXWSDeployedServlet.java:194)
at weblogic.wsee.jaxws.JAXWSServlet.registerEndpoint(JAXWSServlet.java:173)
at weblogic.wsee.jaxws.JAXWSServlet.init(JAXWSServlet.java:85)
at weblogic.wsee.jaxws.JAXWSDeployedServlet.init(JAXWSDeployedServlet.java:63)
at javax.servlet.GenericServlet.init(GenericServlet.java:240)
at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:337)
at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:288)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
at weblogic.servlet.provider.WlsSubjectHandle.run(WlsSubjectHandle.java:57)
at weblogic.servlet.internal.StubSecurityHelper.initServletInstance(StubSecurityHelper.java:98)
at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:86)
at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:74)
at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:60)
at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:34)
at weblogic.servlet.internal.ServletStubImpl.initStubLifecycleHelper(ServletStubImpl.java:652)
at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:593)
at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1924)
at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1901)
at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1791)
at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:2807)
at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1661)
at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:822)
at weblogic.application.internal.ExtensibleModuleWrapper$StartStateChange.next(ExtensibleModuleWrapper.java:360)
at weblogic.application.internal.ExtensibleModuleWrapper$StartStateChange.next(ExtensibleModuleWrapper.java:356)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:42)
at weblogic.application.internal.ExtensibleModuleWrapper.start(ExtensibleModuleWrapper.java:138)
at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:124)
at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:213)
at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:208)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:42)
at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:70)
at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:24)
at 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.SingleModuleDeployment.activate(SingleModuleDeployment.java:48)
at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:165)
at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80)
at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:586)
at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:148)
at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:114)
at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:339)
at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:846)
at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1275)
at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:442)
at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:176)
at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)
at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13)
at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:68)
at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:550)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:295)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:254)
Please suggest something. Let me know in case more details are required.

Weblogic Managed server is running, but getting error 404--not found for SOA demo application deployed on it

I have an instance of Admin server and Managed server running on my machine. Though I have started the Managed server from command prompt. Now, when I am deploying the SOA sample application "Fusion Order Demo" on Managed server, it get deployed successfully on Managed Server. I am using the Jdeveloper 11.1.1.7.0 to deploy StoreFront module on Weblogic server instance. But when I am running the test url (http://<hostname>:<port>/StoreFrontServiceHooks/StoreFrontService) against the target managed server, I am getting the error 404--not found.
Following is the synopsis of the text from the Managed server log for your reference.
Service Deployment log:
####<20/04/2014 4:51:28 PM NZST> <Info> <EJB> <Sri-HP4530s-010> <bam_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <0000KLxU8gm3z0WjLxyGOA1JKp8B000002> <1397969488233> <BEA-014021> <The EJB 'oracle.fodemo.storefront.store.service.common.StoreFrontServiceBean(Application: StoreFrontService_SDOServices, EJBComponent: StoreFrontServiceHooks.jar)' has been successfully deployed. The following remote interfaces have been bound into JNDI with the specified JNDI names:>
####<20/04/2014 4:51:28 PM NZST> <Info> <EJB> <Sri-HP4530s-010> <bam_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <0000KLxU8gm3z0WjLxyGOA1JKp8B000002> <1397969488233> <BEA-014022> <******** oracle.fodemo.storefront.store.service.common.serviceinterface.StoreFrontService is bound with JNDI name:StoreFrontServiceBean#oracle.fodemo.storefront.store.service.common.serviceinterface.StoreFrontService ********>
####<20/04/2014 4:51:28 PM NZST> <Info> <EJB> <Sri-HP4530s-010> <bam_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <0000KLxU8gm3z0WjLxyGOA1JKp8B000002> <1397969488233> <BEA-010009> <EJB Deployed EJB with JNDI name StoreFrontService_SDOServicesStoreFrontServiceHooks_jaroracle_fodemo_storefront_store_service_common_StoreFrontServiceBean_Home.>
####<20/04/2014 4:51:28 PM NZST> <Info> <Deployer> <Sri-HP4530s-010> <bam_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <0000KLxU8gm3z0WjLxyGOA1JKp8B000002> <1397969488234> <BEA-149060> <Module StoreFrontServiceHooks.jar of application StoreFrontService_SDOServices successfully transitioned from STATE_PREPARED to STATE_ADMIN on server bam_server1.>
####<20/04/2014 4:51:28 PM NZST> <Info> <Deployer> <Sri-HP4530s-010> <bam_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <0000KLxU8gm3z0WjLxyGOA1JKp8B000002> <1397969488234> <BEA-149059> <Module StoreFrontServiceHooks of application StoreFrontService_SDOServices is transitioning from STATE_PREPARED to STATE_ADMIN on server bam_server1.>
Log for URL access failure:
####<20/04/2014 5:21:21 PM NZST> <Error> <HTTP> <Sri-HP4530s-010> <bam_server1> <[ACTIVE] ExecuteThread: '13' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <1b7e5955c26b51de:648ed59c:1457d787ec8:-8000-00000000000001aa> <1397971281003> <BEA-101305> <[ServletContext#482182690[app:StoreFrontModule module:StoreFrontModule path:/StoreFrontModule spec-version:2.5]] Error-page location: "/faces/unexpectedErrorHandler.jspx" for the error-code: "404" causes an infinite loop condition as it throws the same code for which it has been mapped.>
####<20/04/2014 5:21:37 PM NZST> <Info> <Health> <Sri-HP4530s-010> <bam_server1> <weblogic.GCMonitor> <<anonymous>> <> <1b7e5955c26b51de:648ed59c:1457d787ec8:-8000-000000000000001d> <1397971297574> <BEA-310002> <62% of the total memory in the server is free>
####<20/04/2014 5:21:42 PM NZST> <Warning> <oracle.adf.share.ADFContext> <Sri-HP4530s-010> <bam_server1> <[ACTIVE] ExecuteThread: '11' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <1b7e5955c26b51de:648ed59c:1457d787ec8:-8000-00000000000001ac> <1397971302885> <BEA-000000> <Automatically initializing a DefaultContext for getCurrent.
Caller should ensure that a DefaultContext is proper for this use.
Memory leaks and/or unexpected behaviour may occur if the automatic initialization is performed improperly.
This message may be avoided by performing initADFContext before using getCurrent().
For more information please enable logging for oracle.adf.share.ADFContext at FINEST level.>
####<20/04/2014 5:21:42 PM NZST> <Info> <ServletContext-/StoreFrontModule> <Sri-HP4530s-010> <bam_server1> <[ACTIVE] ExecuteThread: '11' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <1b7e5955c26b51de:648ed59c:1457d787ec8:-8000-00000000000001ac> <1397971302887> <BEA-000000> <JspServlet error: Servlet unable to dispatch to the following requested page: The following exception occurred:java.io.FileNotFoundException: /index.jsp>
####<20/04/2014 5:21:42 PM NZST> <Info> <oracle.j2ee.jsp> <Sri-HP4530s-010> <bam_server1> <[ACTIVE] ExecuteThread: '11' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <1b7e5955c26b51de:648ed59c:1457d787ec8:-8000-00000000000001ac> <1397971302887> <BEA-000000> <unable to dispatch JSP page: The following exception occurred:.
java.io.FileNotFoundException: /index.jsp
at oracle.adf.library.webapp.ADFJspResourceProvider.internalFromStream(ADFJspResourceProvider.java:602)
at oracle.adf.library.webapp.ADFJspResourceProvider.fromStream(ADFJspResourceProvider.java:346)
at oracle.jsp.parse.XMLUtil.getFromStream(XMLUtil.java:311)
at oracle.jsp.runtimev2.JspPageCompiler.compileBothModes(JspPageCompiler.java:480)
at oracle.jsp.runtimev2.JspPageCompiler.parseAndGetTreeNode(JspPageCompiler.java:457)
at oracle.jsp.runtimev2.JspPageInfo.compileAndLoad(JspPageInfo.java:624)
at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:645)
at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:387)
at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:842)
at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:766)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:180)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
at java.security.AccessController.doPrivileged(Native Method)
at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324)
at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)
at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:163)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
>
####<20/04/2014 5:21:42 PM NZST> <Warning> <oracle.adf.share.ADFContext> <Sri-HP4530s-010> <bam_server1> <[ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <1b7e5955c26b51de:648ed59c:1457d787ec8:-8000-00000000000001ae> <1397971302894> <BEA-000000> <Automatically initializing a DefaultContext for getCurrent.
Caller should ensure that a DefaultContext is proper for this use.
Memory leaks and/or unexpected behaviour may occur if the automatic initialization is performed improperly.
This message may be avoided by performing initADFContext before using getCurrent().
For more information please enable logging for oracle.adf.share.ADFContext at FINEST level.>
####<20/04/2014 5:21:42 PM NZST> <Info> <ServletContext-/StoreFrontModule> <Sri-HP4530s-010> <bam_server1> <[ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <1b7e5955c26b51de:648ed59c:1457d787ec8:-8000-00000000000001ae> <1397971302895> <BEA-000000> <JspServlet error: Servlet unable to dispatch to the following requested page: The following exception occurred:java.io.FileNotFoundException: /index.jsp>
####<20/04/2014 5:21:42 PM NZST> <Info> <oracle.j2ee.jsp> <Sri-HP4530s-010> <bam_server1> <[ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <1b7e5955c26b51de:648ed59c:1457d787ec8:-8000-00000000000001ae> <1397971302896> <BEA-000000> <unable to dispatch JSP page: The following exception occurred:.
java.io.FileNotFoundException: /index.jsp
at oracle.adf.library.webapp.ADFJspResourceProvider.internalFromStream(ADFJspResourceProvider.java:602)
at oracle.adf.library.webapp.ADFJspResourceProvider.fromStream(ADFJspResourceProvider.java:346)
at oracle.jsp.parse.XMLUtil.getFromStream(XMLUtil.java:311)
at oracle.jsp.runtimev2.JspPageCompiler.compileBothModes(JspPageCompiler.java:480)
at oracle.jsp.runtimev2.JspPageCompiler.parseAndGetTreeNode(JspPageCompiler.java:457)
at oracle.jsp.runtimev2.JspPageInfo.compileAndLoad(JspPageInfo.java:624)
at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:645)
at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:387)
at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:842)
at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:766)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:180)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
at java.security.AccessController.doPrivileged(Native Method)
at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324)
at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)
at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:163)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
>
####<20/04/2014 5:21:42 PM NZST> <Warning> <org.apache.myfaces.trinidadinternal.skin.SkinFactoryImpl> <Sri-HP4530s-010> <bam_server1> <[ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <1b7e5955c26b51de:648ed59c:1457d787ec8:-8000-00000000000001ae> <1397971302901> <BEA-000000> <Cannot find an unversioned skin for family skyros. We will use the versioned skin skyros-v1.desktop.>
####<20/04/2014 5:21:42 PM NZST> <Info> <ServletContext-/StoreFrontModule> <Sri-HP4530s-010> <bam_server1> <[ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <1b7e5955c26b51de:648ed59c:1457d787ec8:-8000-00000000000001ae> <1397971302904> <BEA-000000> <JspServlet error: Servlet unable to dispatch to the following requested page: The following exception occurred:java.io.FileNotFoundException: /index.jsp>
I will really appreciate your help in this regard.
Thanks and regards,
Neelesh jain
If you have obtained a 404 error from your server, it means your server is up and running. However, it is looking for the start-point of your application in the wrong place. I am assuming that your application has an entry point, say a JSP flie like main.jsp or main.jspx.
Make sure it's under proper folder.
For example, in Oracle ADF applications, files like this should be under the root ViewController project. If you put it in WEB-INF folder along with web.xml and weblogic.xml, it would also give you 404 NOT FOUND error.
I was facing this problem just now.So I Googled and landed on your question page. Anyway, I fixed my problem like that. Maybe you can too.

Deploying ear to Weblogic 12c

iI have an ear file which successfully deployed on JBoss7 & WebSphere 8.5
When trying on WebLogic 12c I'm getting this error at the AdminServer.log:
####<Apr 10, 2013 5:29:36 PM IDT> <Error> <J2EE> <wbl12t2.autowblciddmeronserver.autop> <AdminServer> <[ACTIVE] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <> <1365604176997> <BEA-160228> <AppMerge failed to merge your application. Merge again with the -verbose option for more details. See the error message(s) below.>
####<Apr 10, 2013 5:30:09 PM IDT> <Debug> <Socket> <wbl12t2.autowblciddmeronserver.autop> <AdminServer> <ExecuteThread: '0' for queue: 'weblogic.socket.Muxer'> <<WLS Kernel>> <> <> <1365604209078> <BEA-000450> <Socket 420 internal data record unavailable (probable closure due idle timeout), event received -32>
and this in the web console:
Error Unable to access the selected application.
Error Exception in AppMerge flows' progression
Error Exception in AppMerge flows' progression
Error com.demo.tasks.api.RTExecutor
Error com.demo.tasks.api.RTExecutor
The ear use jax-ws and jax-rs (using Jersey dependency).
the class com.demo.tasks.api.RTExecutor is interface with #WebService annotation.
Does anyone know what the problem is?
Is there anyway to get more details about the problems (more log files I miss, etc..)?
I was receiving the same error code and, after a bit of digging, I found out that Weblogic wants the extension of you EAR to be all lower case, otherwise it considered it invalid.
So your application must be called YourApp.ear and cannot be called YourApp.EAR for example.