weblogic12c

Weblogic increase memory

浪尽此生 提交于 2019-12-03 13:34:58
How do I increase the memory used by my Weblogic (Java). While starting the server from eclipse it shows a message that JAVA Memory arguments: -Xms256m -Xmx512m -XX:MaxPermSize=256m . I couldn't understand from where is it taking that value from. After sometime the Weblogic server fails because of low permgen space. I added startup arguments from console but that doesn't have any effect. Can you help me from where is it taking the memory values from? When you configure a "Server" in Eclipse for WebLogic, you select a domain directory (for local). That domain directory contains the startup

Problems accessing fresh deploy of SpringBoot sample app on Weblogic12C

半腔热情 提交于 2019-12-03 13:03:41
问题 I'm having problems accessing the sample springBoot application after I deploy it to Weblogic12C. It works fine using the springBoot-embedded Tomcat server. Install and test using SpringBoot-embedded Tomcat: all is well Steps to reproduce: get the springBoot "getting started" application code following the steps: https://spring.io/guides/gs/spring-boot/ git clone https://github.com/spring-guides/gs-spring-boot.git cd gs-spring-boot/complete/ (we'll be using the gr-spring-boot/complete dir so

Problems accessing fresh deploy of SpringBoot sample app on Weblogic12C

假装没事ソ 提交于 2019-12-03 04:16:51
I'm having problems accessing the sample springBoot application after I deploy it to Weblogic12C. It works fine using the springBoot-embedded Tomcat server. Install and test using SpringBoot-embedded Tomcat: all is well Steps to reproduce: get the springBoot "getting started" application code following the steps: https://spring.io/guides/gs/spring-boot/ git clone https://github.com/spring-guides/gs-spring-boot.git cd gs-spring-boot/complete/ (we'll be using the gr-spring-boot/complete dir so that you don't have to go through the "getting started" page above (all changes done for you in

Error adding enforce-valid-basic-auth-credentials to config.xml

我们两清 提交于 2019-12-02 13:28:41
I tried adding <enforce-valid-basic-auth-credentials>false</enforce-valid-basic-auth-credentials> inside the <security-configuration> tag in config.xml of weblogic server 12.1.3 After I add this line my weblogic server goes to shutdown whenever i start up my server. is there something wrong? I have attached my config.xml contents below <domain-version>12.1.3.0.0</domain-version> <security-configuration> <name>mdm_domain</name> <realm> <sec:authentication-provider xsi:type="wls:default-authenticatorType"> <sec:name>DefaultAuthenticator</sec:name> </sec:authentication-provider> <sec

Are Guava-11.0.2.jar conflicting with com.google.common_1.0.0.0_0-6.jar?

妖精的绣舞 提交于 2019-12-01 21:21:28
I have a problem to deploy an application on weblogic server, after a discussion here on stackoverflow i realized that the problem is that weblogic 12c is using a lib file com.google.common_1.0.0.0_0-6.jar , and my application is using Guava-11.0.2.jar, and it sound for me like they are conflicting, tried to search on google but i have no idea what to do, whats the proper solution to solve it? I came across the same problem, what I did was, I replaced the com.google.common_1.0.0.0_0-6.jar file from weblogic-home/modules with the latest Guava that's currently guava-13.0.1.jar, but then i saw

Weblogic 12c : Prefer-web-inf-classes and prefer-application-packages for Jersey

不打扰是莪最后的温柔 提交于 2019-12-01 17:52:15
I have to use both (oddly enough ..) " prefer-web-inf-classes " and " prefer-application-packages properties of weblogic.xml on a Weblogic 12c Server (12.2.1) It is REST application based on Jersey 1.9. * ( Jersey 1.x JAX-RS RI) and Guice. 1. Why use :prefer-web-inf-classes If you have more than one WAR you have to place at the level of war/lib the libraries for guice-jersey / guice , other way you get an Multibindings Error . It must be indicate also the prefer-web-inf-classes to true . This way works properly! I have tried to work in the same way using prefer-application-packages with

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

↘锁芯ラ 提交于 2019-12-01 16:22:21
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 path '' is already in use by the module: / application: acs-portal weblogic.application.ModuleException:

Weblogic 12c : Prefer-web-inf-classes and prefer-application-packages for Jersey

给你一囗甜甜゛ 提交于 2019-12-01 15:53:03
问题 I have to use both (oddly enough ..) prefer-web-inf-classes and prefer-application-packages properties of weblogic.xml on a Weblogic 12c Server (12.2.1) It is REST application based on Jersey 1.9. ( Jersey 1.x JAX-RS RI) and Guice. 1. Why use :prefer-web-inf-classes If you have more than one WAR you have to place at the level of war/lib the libraries for guice-jersey / guice , other way you get an Multibindings Error. It must be indicated also the prefer-web-inf-classes to true . This way it

There was a failure when processing annotations for application

眉间皱痕 提交于 2019-12-01 13:40:45
I have an application that is using jsf2,hibernate4,spring4 and i am using the annotations in all the project ,the project was working fine on the Tomcat server ,but a new requirement appear that i have to use weblogic application server so i have installed weblogic 12.1.3 cause i have read it supports web module 3.0 ,but when to deploy to weblogic i got this error <Error> <HTTP> <BEA-101371> <There was a failure when processing annotations for application C:\EclipseWorkspace\TESTAPP\target\m2e-wtp\web-resources. Ensure that the annotations are valid. The error is null java.lang

Max post size in WebLogic 12.2.1

喜你入骨 提交于 2019-12-01 13:28:35
I have a probleme with WebLogic 12.2.1, after migrating from version 10.3.2 to version 12.2.1, I realized that I could have an authentication with a post larger than 4096 (it's a new constraint in WLO 12.1.2, reference: https://docs.oracle.com/middleware/1212/wls/WLUPG/compat.htm#WLUPG473 ) the solution is to put an explicit value in the weblogic.xml, but this is not supported and i don't see any difference. weblogic.xml: <!DOCTYPE weblogic-web-app PUBLIC "-//BEA Systems, Inc.//DTD Web Application 8.1//EN" "weblogic810-web-jar.dtd"> <weblogic-web-app> <security-role-assignment> <role-name