weblogic12c

Issue while installing the weblogic 12 jar at windows

ぃ、小莉子 提交于 2019-12-07 17:35:50
问题 C:\Program Files\weblogic>"C:\Program Files\Java\jdk1.8.0_102\bin\java" -jar fmw_12.2.1.1.0_wls_quick.jar Launcher log file is C:\Users\kb\AppData\Local\Temp\OraInstall2016-10-05_10-23-23PM\launcher2016-10-05_10-23-23PM.log. Extracting the installer . . . . . . . . Done Checking if CPU speed is above 300 MHz. Actual 2594 Passed Checking swap space: must be greater than 512 MB Passed Checking if this platform requires a 64-bit JVM. Actual 64 Passed (64-bit not required) Checking temp space:

What is the role-name of the default “authenticated role” in WebLogic? How do I reference it in my deployment descriptor?

旧街凉风 提交于 2019-12-07 13:30:43
问题 I'm attempting to implement an authentication mechanism in a web app, which I'm deploying on a WebLogic 12c instance. I want to restrict access to certain pages to only authenticated users. My problem is in figuring out how to define the auth-constraint of my security portion to do this. This is the security portion of my web.xml: <security-constraint> <web-resource-collection> <web-resource-name>secure</web-resource-name> <url-pattern>/secure/*</url-pattern> </web-resource-collection> <auth

WebLogic - Using environment variable / double quotes in “Arguments” in “Server Start”

有些话、适合烂在心里 提交于 2019-12-07 11:27:37
问题 I have an admin server, NodeManager, and 1 managed server, all on the same machine. I am trying to enter something similar to this to the arguments field in the Server Start tab: -Dmy.property=%USERPROFILE%\someDir\someJar.jar But when the managed server is started it throws this exception: Error opening zip file or JAR manifest missing : %USERPROFILE%\someDir\someJar.jar It appears that the environment variable is not being translated into it's value. It is just passed on to the managed

WebLogic 12c - Destination unreachable exception

流过昼夜 提交于 2019-12-07 04:51:37
问题 First, I had installed jdk 1.6.0_43 and oracle weblogic 12.1.1, I was successfully able to deploy my application. I then upgraded both my jdk (1.7.0_60) and weblogic (12.1.2), but was unable to deploy my application. Now, I downgraded my weblogic (12.1.1) but retained my jdk 1.7.0_60, but i was still not able to deploy my application successfully. In both the failure cases, I got the same error with the following message. Is there something with respect to java 7 I should be aware of? I tried

Weblogic upgrade to 12c: deployment fails because url mapped to multiple servlet

喜你入骨 提交于 2019-12-07 04:17:11
问题 I've recently setup a new Weblogic 12c environment. On deploying an application that I know works in Weblogic 11g I get the error "The url-pattern /resources/* in web application is mapped to multiple Servlets." The mapping it's referring to is in the web.xml inside the application.ear that's being deployed, but it's only mapped once: <servlet-mapping> <servlet-name>velocity</servlet-name> <url-pattern>/resources/*</url-pattern> </servlet-mapping> The project doesn't contain any other

WebLogic 12c - Error: ADRS_DOMAIN_PASSWORD environment variable not set

核能气质少年 提交于 2019-12-06 11:12:39
I'm trying to implement push notification in Oracle MAF (2.3.1) application. I need to deploy Push Server application on WebLogic server. When i try to run Integrated WebLogic Server (WL-12c) from JDeveloper 12c IDE , I'm keep getting Error: ADRS_DOMAIN_PASSWORD environment variable not set. in console log. Seeems it is not creating domain at all. I have also attached complete Build log on below for your reference, Adding environment variable to WLST script USER_MEM_ARGS = -Xms32m -Xmx1024m -XX:MaxPermSize=384m Log File: C:\Users\admin\AppData\Roaming\JDeveloper\system12.2.1.0.42.151011.0031\o

Annotation/java config based application starts to look for xml config file when moved from weblogic12c(12.1.3) to weblogic12cR2 (12.2.1)

寵の児 提交于 2019-12-06 05:35:37
问题 My spring java-config application packed as war runs wihout problem on weblogic 12.1.3 so I tried to deploy same war into weblogic 12.2.1 where it causes java.io.FileNotFoundException: Could not open ServletContext resource [/WEB-INF/DispatcherServlet-servlet.xml] . It seems like DispatcherServlet servlet is initialized with XmlWebApplicationContext (default one) instead of AnnotationConfigEmbeddedWebApplicationContext in 12.2.1 even when war is the same. Has someone any idea what was changed

NullPointerException while deploying project on Weblogic 12.2.1

吃可爱长大的小学妹 提交于 2019-12-06 00:43:58
问题 We have a JSF application that was on Weblogic 10.3.6 and that we try to deploy on Weblogic 12.2.1. For information, we succeeded in deploying on Weblogic 12.1.3 without any changes in the project. We are facing a NullPointerException while deploying on Weblogic 12.2.1 : . . JAVA Memory arguments: -Xms256m -Xmx512m -XX:CompileThreshold=8000 . CLASSPATH=C:\tools\java8\JDK18~1.0_1\lib\tools.jar;C:\BEA122~1.1\wlserver\server\lib\weblogic.jar;C:\BEA122~1.1\oracle_common\modules\net.sf.antcontrib

Cannot inject HttpServletRequest in ContainerRequestFilter via @Context jersey2.x and weblogic 12.1.3

与世无争的帅哥 提交于 2019-12-05 20:12:14
问题 I was not able to inject HttpServletRequest in ContainerRequestFilter via @Context in Jersey 2.22.1 using weblogic 12.1.3. I researched several places that this issue exists and in many places I see that it is fixed in Jersey 2.4, but I am still seeing this issue. My implementation and code is attached. Please let me know if I am missing anything. AuthFilter @Provider @Priority(Priorities.AUTHENTICATION) public class AuthFilter implements ContainerRequestFilter { @Context HttpServletRequest

Issue while installing the weblogic 12 jar at windows

感情迁移 提交于 2019-12-05 20:01:28
C:\Program Files\weblogic>"C:\Program Files\Java\jdk1.8.0_102\bin\java" -jar fmw_12.2.1.1.0_wls_quick.jar Launcher log file is C:\Users\kb\AppData\Local\Temp\OraInstall2016-10-05_10-23-23PM\launcher2016-10-05_10-23-23PM.log. Extracting the installer . . . . . . . . Done Checking if CPU speed is above 300 MHz. Actual 2594 Passed Checking swap space: must be greater than 512 MB Passed Checking if this platform requires a 64-bit JVM. Actual 64 Passed (64-bit not required) Checking temp space: must be greater than 300 MB. Actual 825693 MB Passed Preparing to launch the Oracle Universal Installer