Skip to content
Advertisement

Tag: weblogic12c

JSF error on deploying ear file on WebLogic 12

Am using Weblogic 12.2.1.4 and on deploying my ear file am getting the following error. My ear is done with JSF 2.2. Answer Method “addSearchKeywordResolver” is part of JSF 2.3 specification. https://javaee.github.io/javaee-spec/javadocs/javax/faces/component/search/SearchKeywordResolver.html Therefore, if you want to use it, you will have to include the dependencies for JSF 2.3 in your ear file.

Run bash script after application is deployed

We have a maven project that export an “ear” file at the end of building phase. App server is Weblogic 12C. and the server is clustered by 4 nodes. after deploying the app and when the machine state is active, we have to run 3 scripts to setup app properly. they are 3 scripts for translating and something like that.

Error when looking up data source name when deploying httpServlet to weblogic 12 server

I am trying to deploy an ear file to a Weblogic 12 server. The ear file contains a HttpServlet. During deployment, the HttpServlet is trying to initialize and fails with this error: Target state: deploy failed on Cluster javax.naming.NameNotFoundException: While trying to lookup ‘jdbc.’ didn’t find subcontext ‘jdbc’. Resolved ” at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1180) I tested the data source connection on the

Advertisement