weblogic12c

Extra info messages from Struts appearing during Weblogic 12c startup

为君一笑 提交于 2019-12-01 10:00:12
问题 I have a web application which is built using Struts2 (2.3.15.3) for MVC deployed on Oracle Weblogic 12c. The web app is working perfectly fine as is, just that when it is deployed in Weblogic, It prints some some extra info messages from struts code on the Weblogic std IO which is not required. I have tried configuring the Weblogic logging servives by tweaking minimum severity to log value and changing the logging implementation to log4j from default JDK but that didn't help either. It keeps

Weblogic 12c and Java EE 7 Features

浪尽此生 提交于 2019-12-01 05:27:11
As we know, WebLogic Server 12c supports natively Java EE 7. However, if we take a look at the WebLogic 12c documentation of standards there will be a lot of versions differences. Such as: Java EE 7: Servlet 3.1, JPA 2.1, EL 3.0, JAX-RS 2.0, EJB 3.2, JMS 2.0 WLS 12c: Servlet 3.0, JPA 2.0, EL 2.2, JAX-RS 1.1, EJB 3.1, JMS 1.1 It's just a matter of importing the libraries? Or there is any restriction to use these latest versions? Thanks a lot! ** UPDATE: WebLogic 12.2.1 is now released. It is Java EE 7 and JDK 8 certified. ** Wrong! WebLogic 12c (12.1.3) is Java EE 6 certified. Versions 12.1.1

NameNotFoundException: While trying to lookup 'jdbc' only when publishing from Eclipse Kepler but not Indigo

我怕爱的太早我们不能终老 提交于 2019-12-01 05:13:06
I'm able to publish my web-app to an Oracle Weblogic 12c (12.1.1) AdminServer from Eclipse Indigo 3.7.2 with oepe 12.1.1.1.1 However, the exact same web-app imported into Eclipse Kepler 4.3.1 with oepe 12.1.2.2 fails to publish with the following (fairly well trodden) exception and I'm trying to work out why?... NameNotFoundException: While trying to lookup 'jdbc.oraclexe' didn't find subcontext 'jdbc'. Resolved ''; remaining name 'jdbc/oraclexe']; Link Remaining Name: 'jdbc/oraclexe' The Weblogic 12c data source is definitely available and I have to assume its configured correctly as the

How to install weblogic maven plugin for weblogic v12.1.2 (12c)?

情到浓时终转凉″ 提交于 2019-12-01 03:31:50
To install weblogic application server I decompressed 2 files I got from or oracle using these links: http://download.oracle.com/otn/nt/middleware/12c/wls/1212/wls1212_dev.zip http://download.oracle.com/otn/nt/middleware/12c/wls/1212/wls1212_dev_supplemental.zip ..found on this page . I simply decompressed both files and they automatically decompress to the same folder. setting the MW_HOME and JAVA_HOME environment variables to point to the decompressed folder and Java 7 JDK locations respectively, I ran the configure.cmd file and it ended successfully. The problem is that I can't reach the

Intellij debugger does not stop at breakpoints

妖精的绣舞 提交于 2019-12-01 03:11:36
I must be doing something wrong here. I am new to intellij. Making switch from eclipse. I have a JAX WS application that runs on weblogic. The artifact to deploy is an ear file. I have been struggling to get debugger on intellij working. I have the ultimate edition. I did create a run debug configuration but it just passes through the code and does not stop at my desired location. The debugger shows a red dot without a check or a cross. Edit - I am running a "local" run/debug configuration. Here is a screen shot of my run/debug configuration. Here is the screen shot of startup/Connection I

Weblogic 12c and Java EE 7 Features

こ雲淡風輕ζ 提交于 2019-12-01 02:43:53
问题 As we know, WebLogic Server 12c supports natively Java EE 7. However, if we take a look at the WebLogic 12c documentation of standards there will be a lot of versions differences. Such as: Java EE 7: Servlet 3.1, JPA 2.1, EL 3.0, JAX-RS 2.0, EJB 3.2, JMS 2.0 WLS 12c: Servlet 3.0, JPA 2.0, EL 2.2, JAX-RS 1.1, EJB 3.1, JMS 1.1 It's just a matter of importing the libraries? Or there is any restriction to use these latest versions? Thanks a lot! 回答1: ** UPDATE: WebLogic 12.2.1 is now released. It

How to install weblogic maven plugin for weblogic v12.1.2 (12c)?

大城市里の小女人 提交于 2019-12-01 00:02:51
问题 To install weblogic application server I decompressed 2 files I got from or oracle using these links: http://download.oracle.com/otn/nt/middleware/12c/wls/1212/wls1212_dev.zip http://download.oracle.com/otn/nt/middleware/12c/wls/1212/wls1212_dev_supplemental.zip ..found on this page. I simply decompressed both files and they automatically decompress to the same folder. setting the MW_HOME and JAVA_HOME environment variables to point to the decompressed folder and Java 7 JDK locations

Intellij debugger does not stop at breakpoints

我的未来我决定 提交于 2019-11-30 22:55:55
问题 I must be doing something wrong here. I am new to intellij. Making switch from eclipse. I have a JAX WS application that runs on weblogic. The artifact to deploy is an ear file. I have been struggling to get debugger on intellij working. I have the ultimate edition. I did create a run debug configuration but it just passes through the code and does not stop at my desired location. The debugger shows a red dot without a check or a cross. Edit - I am running a "local" run/debug configuration.

how to disable Jersey from weblogic 12.2.1

血红的双手。 提交于 2019-11-30 22:40:18
Weblogic 12.2.1 has Jersey 2.21.1 inside as implementation of JAX-RS 2.0,but we would like to use Jersey 2.5.1 or Jersey of the latest version. General way to solve the conflict is to define classes in configuration file to load classes from application. But when you upgrade weblogic or Jersey, you have to look into the class conflict and make changes to configuration, is there a convenient way to disable Jersey from weblogic? user2169241 You need to include the jersey files in the web-inf lib of your project (you can get jersey and dependencies zip file from jersey's website), also add these

ERROR: Cannot load this JVM TI agent twice starting Oracle WebLogic Server 12.1.3.0

北城以北 提交于 2019-11-30 17:39:35
I am starting Oracle WebLogic Server 12.1.3.0 where I have hosted some WEb applications, but I can not start it because I have an error echo starting weblogic with Java version: %JAVA_HOME%\bin\java %JAVA_VM% -version if "%WLS_REDIRECT_LOG%"=="" ( echo Starting WLS with line: echo %JAVA_HOME%\bin\java %JAVA_VM% %MEM_ARGS% -Dweblogic.Name=%SERVER_NAME% -Djava.security.policy=%WLS_POLICY_FILE% %JAVA_OPTIONS% %PROXY_SETTINGS% %SERVER_CLASS% %JAVA_HOME%\bin\java %JAVA_VM% %MEM_ARGS% -Dweblogic.Name=%SERVER_NAME% -Djava.security.policy=%WLS_POLICY_FILE% %JAVA_OPTIONS% %PROXY_SETTINGS% %SERVER_CLASS