weblogic12c

Migrating JSF-Application to Weblogic 12

此生再无相见时 提交于 2019-12-10 13:47:13
问题 We developed a Seam 2 based Java EE 5 application and it runs on Weblogic 11g. Now I tried to deploy the same WAR file to the new Weblogic 12c (12.1.1.0 on my local Windows 7 machine) by following the same steps as on the previous WLS, including the deployment of the required JSF 1.2 library. The deployment and start of the application works fine, but when I open the URL in the browser, I get an 500 error and the logfile shows the following exception: java.lang.UnsupportedOperationException

Spring 4.3.7 is throwing java.lang.NoClassDefFoundError: com/fasterxml/jackson/core/util/DefaultIndenter

对着背影说爱祢 提交于 2019-12-10 02:52:23
问题 When I am migrating from spring 4.3.4 to 4.3.7 I am facing NoclassDefined error after adding Jackson-core dependency Caused By: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter]: Constructor threw exception; nested exception is java.lang.NoClassDefFoundError: com/fasterxml/jackson/core/util/DefaultIndenter I tried to add jackson-core <dependency> <groupId>com.fasterxml.jackson.core<

WebLogic 12 SSLKeyException: Hostname verification failed after restart

混江龙づ霸主 提交于 2019-12-09 08:54:04
问题 I have a WAR file deployed on WebLogic 12.1.2.0.0. Application calls a web service via HTTPS. Certificate is imported in DemoTrust.jks. All SSL related settings should be correct. And actually it works but after the server is restarted it does not work for about 15-20 minutes, after that it starts working again. During this period the following errors are printed in console: <Warning> <Security> <BEA-090504> <Certificate chain received from xxx.xxxxxxxx.xxx.com - 167.107.80.230 failed

403 Forbidden - Deploying Spring Boot application in Weblogic

血红的双手。 提交于 2019-12-08 12:50:15
问题 I have an application that I'm currently trying to convert to Spring Boot but I'm having issues getting Weblogic configured to run the application. I get 403 Forbidden response on HTTP request. Any help would be greatly appreciated! This is my @SpringBootApplication class. @SpringBootApplication public class AgisSpringApplication extends SpringBootServletInitializer implements WebApplicationInitializer { public static void main(String[] args) { SpringApplication.run(AgisSpringApplication

Permission changed to 1000 on local host after Docker container with volume created

喜你入骨 提交于 2019-12-08 11:06:17
问题 After my container is created with external volume, Permission becomes 1000. drwxr-x--- 7 1000 1000 4096 Mar 02 01:13 my_domain Everytime i need to changed it my user. AS docker is installed by root user. How can i avoid this situation ? Can anyone please write something ? 回答1: With docker host volumes, you will see the UID of the user inside the container used to read and write files on the host, there is no translation of UID/GID between the container and host (that's not a feature of linux

Unable to get CDI working in Weblogic 12c, hibernate 5.2.4, hibernate-validator/cdi 5.3.1

女生的网名这么多〃 提交于 2019-12-08 10:44:52
问题 My env: weblogic 12c with jpa2.1 patch that sets: SET PRE_CLASSPATH=%MW_HOME%\oracle_common\modules\javax.persistence_2.1.jar;%MW_HOME%\wlserver\modules\com.oracle.weblogic.jpa21support_1.0.0.0_2-1.jar my-ear/APP-INF/lib contains: hibernate-release-5.2.4.Final/lib/required/*.jar hibernate-validator-5.3.1/dist/*.jar and hibernate-validator-5.3.1/dist/lib/required/* my persistence.xml: <persistence xmlns="http://xmlns.jcp.org/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema

Resteasy (or not Jersey - JAXRS implementation) on WebLogic12c, is possible?

孤人 提交于 2019-12-08 08:57:25
问题 I have a web application with a restful web service APIs. The application is now developed and works perfectly on Glassfish Server (3.1.x). As implementation of jax-rs the webapp use Rest-easy, because present features that are no present at Jersey. Now, it is necessary to deploy the Web application in WebLogic 12c, specifically in weblogic 12.1.2. But it seemed impossible to do so. Weblogic uses Jersey for restful services and gives conflict if it is to use a different implementation jax-rs.

Weblogic 12.2.1.3 from Moxy to Jackson

落爺英雄遲暮 提交于 2019-12-08 08:16:39
问题 I would like to change the JSON parser from Moxy to Jackson, and I have followed the shared library approach, but without any result, Moxy is still used. Note: the shared library is not necessary!!! The shared library I have created a maven project with the following dependencies and descriptors. pom.xml <properties> <jackson.annotations.release>2.8.6</jackson.annotations.release> <jersey.version>2.22.4</jersey.version> </properties> <dependencies> <dependency> <groupId>com.fasterxml.jackson

Server-Sent Event with Jersey and weblogic

强颜欢笑 提交于 2019-12-08 07:00:48
问题 I am experimenting with server sent event. Am following this link https://jersey.java.net/documentation/latest/user-guide.html#d0e8376. When I make request to the resource representing Server Sent Event, I get 500 Internal server error. According to following error, I have to register the body writer for org.glassfish.jersey.media.sse.EventOutput. But, how to do it? ####<21 Nov, 2013 3:17:28 PM IST> <Error> <com.sun.jersey.spi.container.ContainerResponse> <Laptop1> <AdminServer> <[ACTIVE]

Deployment Error Weld-001408 with WLS12c and OEPE

六眼飞鱼酱① 提交于 2019-12-08 02:22:00
问题 I created the following projects in OEPE: weld001408 (Java EE - Enterprise Application Project) weld001408utility (Java EE - Uitility Project), belongs to the ear weld001408 weld001408web (Web - Dynamic Web Project), belongs to the ear weld001408 When I created the project, I didn't change the defaults (onley ear-membership) and the target-runtime is Oracle WebLogic Server 12.1.1. And the clean domain, created with the wizard, is added to the workspace. The Code is the following: utility