weblogic12c

How to set JPA EntityManagerFactory for persistence unit NOT to 'default'

半城伤御伤魂 提交于 2020-01-04 04:33:06
问题 Noramlly all the default configurations of Spring-boot are totally fine. But now I need to deploy my application to a Weblogic 12.2 Server and I am facing some issues regarding persistence. I just wondering how to set the JPA EntityManagerFactory for persistence unit NOT to 'default'. Because by startup of the application I can see those logs: 2017-05-23 08:16:34.608 INFO 30827 - j.LocalContainerEntityManagerFactoryBean []: Building JPA container EntityManagerFactory for persistence unit

java heap and thread analysis for memory leak

房东的猫 提交于 2020-01-03 20:59:33
问题 My WebLogic server was configured with 16gb of heap space, but it was 90% used within 1 hour of production usage when most of the users started work. I observed there were several stuck threads whenever this happens. I have captured the heap dump when the heap was approx 10% free. How do I inspect the heap dump to find out the memory leak, or process, codes which is causing this issue. I have tried to understand the memory leak, running tools like JMap and Eclipse MAT, but it maybe due to

java heap and thread analysis for memory leak

廉价感情. 提交于 2020-01-03 20:59:07
问题 My WebLogic server was configured with 16gb of heap space, but it was 90% used within 1 hour of production usage when most of the users started work. I observed there were several stuck threads whenever this happens. I have captured the heap dump when the heap was approx 10% free. How do I inspect the heap dump to find out the memory leak, or process, codes which is causing this issue. I have tried to understand the memory leak, running tools like JMap and Eclipse MAT, but it maybe due to

“JNDI name is already in use” in Weblogic 12c with EJB3

我是研究僧i 提交于 2020-01-03 10:56:45
问题 I have the following code that I'm trying to deploy as an EJB to WebLogic 12c, but I'm getting an error: "Error deploying the EJB GeopoliticalServiceBean(Application: campaigner-ejb, EJBComponent: campaigner-service.jar), the JNDI name java:global/campaigner-ejb/campaigner-service/GeopoliticalServiceBean!com.dr_dee_sw.campaigner.service.GeopoliticalServiceLocal is already in use. You must set a different JNDI name in the weblogic-ejb-jar.xml deployment descriptor or corresponding annotation

weblogic.application.ModuleException: Context path '' is already in use by the module: / application:

家住魔仙堡 提交于 2019-12-30 17:33:23
问题 When i am trying to run weblogic server 12c , it is throwing this error and is unable to start. <Apr 16, 2013 2:42:57 PM IST> <Warning> <HTTP> <BEA-101384> <WLServlet annotation is deprecated, please use servlet 3.0 annotation instead. App:acsportal@acs-portal.war, Class:oracle.adfinternal.view.faces.activedata.AdsServlet> <Apr 16, 2013 2:42:58 PM IST> <Error> <Deployer> <BEA-149205> <Failed to initialize the application "acsportal" due to error weblogic.application.ModuleException: Context

weblogic.application.ModuleException: Context path '' is already in use by the module: / application:

你。 提交于 2019-12-30 17:33:13
问题 When i am trying to run weblogic server 12c , it is throwing this error and is unable to start. <Apr 16, 2013 2:42:57 PM IST> <Warning> <HTTP> <BEA-101384> <WLServlet annotation is deprecated, please use servlet 3.0 annotation instead. App:acsportal@acs-portal.war, Class:oracle.adfinternal.view.faces.activedata.AdsServlet> <Apr 16, 2013 2:42:58 PM IST> <Error> <Deployer> <BEA-149205> <Failed to initialize the application "acsportal" due to error weblogic.application.ModuleException: Context

How to run with t3 service in WebLogic in order to work with WLST

和自甴很熟 提交于 2019-12-25 16:38:22
问题 When started my WLST (Weblogic Scripting Tool) after setting JAVA_HOME, I am able to get into WLST, but as part my startup work I tried connect() command which in turn needs t3 protocol binding for the weblogic server which I try with WLST. C:\bea\bea_12.1.2\wlserver\common\bin>wlst Java HotSpot(TM) Client VM warning: ignoring option UseSpinning; support was rem oved in 7.0_40 Initializing WebLogic Scripting Tool (WLST) ... Welcome to WebLogic Server Administration Scripting Shell Type help()

A JMS XA connection factory injected using spring jee-jndi lookup behaves differently than @Resource injection on Weblogic 12c

这一生的挚爱 提交于 2019-12-25 14:29:27
问题 I have an MDB application recently ported to Weblogic 12c. I use spring 3.1 to inject datasource and jms resources however have found that delivery of message queues does not succeed (without error), appearing to not participate in the XA transaction although no rollback is evident. I have since created a test app to isolate the issue. This test app contains: session timer bean putting message on testQueue1 MDB1 updating the datasource and moving message from testQueue1 to testQueue2. My

Http 403 - Forbidden error

*爱你&永不变心* 提交于 2019-12-25 14:01:46
问题 I have a problem accessing my simple web application. I have developed hello world application which is inside index.html. This is defined in welcome-file-list in web.xml file. On deploying my web application through eclipse into weblogic 12C, it is deployed. I'm able to see my application deployed using weblogic admin gui console. But when I try to access the application (i.e) helloworld page, I get the following error displayed in a web page. Error 403--Forbidden From RFC 2068 Hypertext

Http 403 - Forbidden error

孤人 提交于 2019-12-25 14:01:05
问题 I have a problem accessing my simple web application. I have developed hello world application which is inside index.html. This is defined in welcome-file-list in web.xml file. On deploying my web application through eclipse into weblogic 12C, it is deployed. I'm able to see my application deployed using weblogic admin gui console. But when I try to access the application (i.e) helloworld page, I get the following error displayed in a web page. Error 403--Forbidden From RFC 2068 Hypertext