weblogic Questions
3
Solved
I am trying to add log4j logging in my web services running under WebLogic 12.2.1 but somehow the logging is not working.
This is log4j2.xml in WEB-INF\classes of my WAR file:
<?xml version="1...
Jacintajacinth asked 3/3, 2016 at 8:33
7
I'm developing a Spring Boot application and I have to make it run in our Weblogic 12c server, as a war.
I try to find a way to pass the default Spring active profile (info here and here) to the ...
Deviate asked 4/11, 2016 at 17:51
3
We have a Java application with different modules being deployed on Weblogic. We are using drools on different modules and tried to make the class that initializes the KieContainer a singleton by d...
2
Solved
I am moving my old SpringBoot 2 / Java 8 application to the newer SpringBoot 3 / Java 17.
My issue is related to the Weblogic T3 client. Until now I used the wlthint3client artifact coming from a W...
2
In my REHL server I'm going to install WebLogic server, But while the installation it shows the following,
Launcher log file is /tmp/OraInstall2014-12-03_01-46-31AM/launcher2014-12-03_01-46-31AM...
Bookrest asked 3/12, 2014 at 8:46
2
Is it possible to get a list of all class loaders in a JVM or at least all class loaders associated with web apps in a Java EE Server (WebLogic in my case).
2
Solved
Weblogic 10.3.6 Admin Console has two parameters related with Stuck Threads time configuration.
One in: Servers -> Some_Server -> Configuration -> Tuning has the parameter: Stuck Thread M...
Sulphathiazole asked 29/1, 2015 at 2:8
7
Solved
As a UI developer and someone with very limited Java knowledge, how do I understand what exactly is servlet container in simple terms?
I have heard Weblogic, JBoss, etc are servlet containers...
Vertebral asked 16/7, 2011 at 17:21
4
I am able to find the whole sever log under the path
....\Oracle\WLS\user_projects\domains\[domain name goes here]\servers\[Server name goes here]\logs
But the problem that I it does not contains...
Allveta asked 4/9, 2014 at 4:32
5
Solved
I was remote debugging with Eclipse on my Ubuntu VM fine to a remote WebLogic application, then it stopped working. I have debug turned on in the remote server. From my VM I'm able to telnet into t...
Unconstitutional asked 10/12, 2014 at 16:24
19
It's showing -
This installer must be executed using a Java Development Kit (JDK)
but C:\Program Files\Java\jre7 is not a valid JDK.
</>- while installing the WebLogic server.
I have instal...
3
I am getting the following exception while trying to make a connection with remote MQ from my Java client on my local machine:
com.ibm.mq.MQException: JMSCMQ0001: IBM MQ call failed with compcod...
2
Solved
I'm trying to pass an object to another class using Spring (I'm not sure I'm using the right terms, I'm very new to Spring) this way:
TestServicesUtils.getTemplate().postForLocation(
"http://"
+...
5
Solved
I am trying to restart my weblogic server (Weblogic Server Version: 10.3.5). It throws the below error. I used to restart is regularly earlier but it is throwing this error today.
I have replaced ...
Aurore asked 19/10, 2012 at 13:47
6
Solved
I try to debug an application server (WebLogic) with IntelliJ IDEA 11.1 Ultimate. The debugger configuration worked previously, I didn't change anything.
What happens is: IntelliJ tells me
Conn...
Atomizer asked 3/7, 2014 at 9:32
5
Solved
I am getting "java.lang.ClassCastException" while trying to connect to a url using javax.net.ssl.HttpsURLConnection .
I am using Weblogic Server 10.3.4.
import javax.net.ssl.HostnameVerifier;
i...
Undertone asked 29/8, 2013 at 13:12
4
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 multi...
Cayenne asked 4/7, 2016 at 15:10
3
Solved
I'm using WebLogic Server version 10.3.6.0 and have been tasked with writing some scripts to automatically deploy Java applications.
I'm looking at the documentation for weblogic.Deployer but when...
Doyledoyley asked 21/10, 2013 at 0:17
4
Solved
I read on MOS Doc ID 1945619.1 that starting with the 12.1.3 Oracle HTTP Server (OHS), the mod_plsql feature has been deprecated and will not be included with the 12.2 Oracle HTTP Server.
For the ...
Kitts asked 5/2, 2015 at 10:14
4
Solved
I have two computers , I don't want to install weblogic and oracle in my development computer, they consume too much memory, the problem is how can I deploy my application on development computer t...
Levorotation asked 25/1, 2010 at 10:45
2
I am using Quartz in clustered mode
I have some row lock contention on DB level caused by excessive call to :
org.quartz.jobStore.selectWithLockSQL
"SELECT * FROM QRTZ_LOCKS WHERE SCHED_NAME = ...
Threecornered asked 21/10, 2014 at 14:34
2
Solved
I'm trying to remote debug a clustered Web Application that is deployed on WebLogic 12c.
I know how to setup remote debugging for normal (non-clustered) environments, I just add the following para...
Anthropomorphism asked 24/3, 2015 at 15:45
4
Solved
I need to increase memory in weblogic. I am new in this and I dont know how. I need to set -Xss=4096k . How I can I do it ?
Armes asked 4/1, 2013 at 14:1
2
I can see the target status as down and Error "INVALID" is not a valid start token in prometheus console.
I followed the steps below:
Install Prometheus on linux1 machine.
Install weblogic on li...
Multi asked 6/9, 2019 at 14:21
6
I installed locally and now running Weblogic Server in my machine. I can access the web application from my machine by using URL like 192.168.XXX.XXX:7001/myapp/, but I cannot access it from a diff...
1 Next >
© 2022 - 2025 — McMap. All rights reserved.