Questions tagged [weblogic]
Oracle WebLogic consists of a Java EE platform product-family that includes a web server, portal, and related components.
172 questions
0 votes
0 answers
162 views
Workspace's URL not working on 19000 port in EPM 11.2.15
We have installed and configured EPM 11.2.15 with foundation and FR components successfully. Workpsace url is up and running with 28080 port. Weblogic url with 7001 is also running fine. But having ...
1 vote
0 answers
72 views
How to configure ftp in Jboss EAP 7.4
Our application is using ftp protocol to send/receive files. Currently it's deployed in WebLogic and we are planning to migrate it to JBoss. I am wondering how to configure ftp in Jboss. Do I need to ...
0 votes
1 answer
113 views
Apache HTTP Server - 2.4.5* / Is it Possible to Use Cluster Scenario for WebLogic Server Installed On 2 Different Machines Using Apache HTTP Server?
There are 2 different scenarios. Scenario-1: Let's assume that WebLogic is installed on 2 different servers. Server IPs: 192.168.0.111 and 192.168.0.112. These servers are not clustered (ie each ...
0 votes
0 answers
588 views
how to handle extreme hug Weblogic server .out file?
Weblogic server under logs folder has servername.out0000x files which are extreme huge. Log folder is over 1.4TB and some servername.out000 files are over 100 G. How these file can be reduced size or ...
0 votes
0 answers
1k views
Migrating from Weblogic to Tomcat
I now have a JAVA-EE application running with weblogic with several modules running locally 100%, however it is very slow with weblogic, mainly at republish times in some modules. I would like to know ...
1 vote
1 answer
6k views
Oracle Cloud Control 13, Cannot connect to Weblogic admin server
Recently I have performed a fresh installation of Oracle Cloud Control 13.3. The first thing I have noticed was that the Weblogic admin server appears to be down according to Cloud Control. When ...
1 vote
1 answer
3k views
Connection timed out (FRM-92103) with Oracle Forms 11g on Azure Windows Virtual Machine
We are running an Oracle database 19c with Oracle Forms 11g on Azure Windows VM. Our config is as follows: Azure Windows Virtual Machine Standard B4ms (4 vcpus, 16 GiB memory) Public IP address with ...
0 votes
0 answers
228 views
Why does replacing certificate in WebLogic now require TLS1.2
We replaced a self-signed certificate JKS with a signed certificate in WebLogic 12.2.1.3.0. The C# desktop applications that connect to a service hosted there now fail with "The request was aborted: ...
0 votes
0 answers
6k views
Disable certificate verification on Weblogic
The company where I'm working has very old legacy app that runs on Weblogic 10 server. App vendor is exist no more, but app itself is still used in some business processes. Month ago SSL certificate ...
1 vote
3 answers
6k views
weblogic server Stopped, Error connecting to WebLogic domain
I was setting up my first workspace in Eclipse and Weblogic 10.3.6 server, I started the Weblogic server and I am getting the below error in Server's Tab of eclipse. Oracle WebLogic server ...
0 votes
1 answer
452 views
Enabling SSLv3 in Weblogic 12
Yes, I know this is generally a bad idea, but we have a short-term need to do it. Following this: https://docs.oracle.com/middleware/1221/wls/SECMG/ssl_version.htm#SECMG637 We have set -Dweblogic....
0 votes
0 answers
1k views
Unable to launch WebLogic Admin Console
Just a lil background, I need to install WebLogic on RHEL EC2 instance and this EC2 instance only accessible via bastion host windows server. Both JumpHost and RHEL EC2 server doesnt have internet ...
0 votes
1 answer
263 views
Oracle WebCenter 12C Portal Domain Configuration using Ansible
I'm trying to configure Weblogic WebCenter 12C Portal Domain via Ansible on CentOS 7, but still can't find the way how to do it. So far I could install weblogic and weblogic portal with DB via Ansible....
0 votes
0 answers
2k views
Weblogic undeploy throws TimeoutException
I use WebLogic 12.2.1.3.0 and recently it started to show a strange behavior. After the virtual machine restart I install a new deployment and everything is ok. But when I try to delete this app, it ...
0 votes
1 answer
1k views
HAPROXY-Weblogic, issue with https-ssl connection
Recently have been deployed a web page using Weblogic Cluster. The page inside the WL works properly. In front of the WebLogic Servers there are two servers with Apache, keepalived and HAPROXY ...
0 votes
0 answers
524 views
Issue with Rewriting an URL for Weblogic Server 10.3.6
I have been working on 2 different web servers(dev-banabc and dev-banxyz), on which we have 2 applications running on each Weblogic Server. I have tried other solutions found on serverfault, however, ...
16 votes
2 answers
50k views
How to only look at the last 10 minutes of a log and grep for statement
I'm looking for a way to only look through the last 10 mins of a WebLogic log file that has line formatting like this. ####<Sep 21, 2018 1:56:20 PM EDT> <Notice> <Stdout> I want to ...
0 votes
1 answer
869 views
Weblogic 12.2 Not starting after unexpected restart of windows machine
I am using Weblogic 12.2 version. It worked perfectly, but just before my system got restarted due to some power failure. From that moment My weblogic got stuck after showing the initial logs. I ...
0 votes
1 answer
697 views
reverseproxy to connect multiple backened server from single virtual host
I have a apache http server that acts as proxy to connect to backened app servers. e.g. MachineA(https) -> MachineB(reverseproxy) -> MachineCn(App) Here MachineA(Public_lb) port 9002 is mapped with ...
1 vote
0 answers
47 views
Add a non-Weblogic trusted domain
Is it possible to add a non-Weblogic server domain as a trusted domain of another Weblogic server? I have checked the documentation and it only mentions how to configure cross-domain access between ...
2 votes
1 answer
1k views
How do I upgrade/patch Java for Weblogic server 12 on RHEL7?
I have a RHEL7 server with Oracle Java 8 and Weblogic 12 installed. Java 8 was installed using an rpm from RedHat. Weblogic was installed using the installation package and instructions from Oracle (...
0 votes
3 answers
11k views
How set Oracle Weblogic oraInventory location?
I've downloaded Weblogic Quick Installer from Oracles site (http://www.oracle.com/technetwork/middleware/weblogic/downloads/index.html). I've set ORACLE_BASE and ORACLE_HOME to directories with write ...
0 votes
1 answer
2k views
Apache balancing towards Weblogic backends, mod_wl vs mod_proxy_balancer
for a lot of years now, we have been using an Apache Server with Mod_wl plugin to balance sessions towards multiple backend Weblogic webservers. Now after a a while we also started using the same ...
0 votes
1 answer
2k views
apache config to redirect https to http weblogic module
I have 3 Machines which I am configuring this way to work. MachineA(https) -> MachineB(reverseproxy) -> MachineC(App) MachineA - The public facing load balancer where SSL certificate is installed ...
1 vote
1 answer
6k views
How to disable the DES and 3DES ciphers on Oracle WebLogic Server Node Manager Port(5556) in Red hat linux server
How to disable the DES and 3DES ciphers on Oracle WebLogic Server Node Manager Port(5556) in Red hat linux server. I tried with many solutions, but not working as expected. Here is my SSLCipherSuite ...
1 vote
2 answers
5k views
Troubleshooting WebLogic Apache Plugin Loading on Windows
Running ApacheHaus build of 2.4.25 of Apache on Windows. Using Oracle Weblogic Server Plugin 12.2.1.3 Unpacked \fmw_12.2.1.3.0_wlsplugins_Disk1_1of1\WLSPlugins12c-12.2.1.3.0\WLSPlugin12.2.1.3.0-...
0 votes
1 answer
2k views
Weblogic server arguments via Admin Console
I'm working on a Weblogic domain where I have deployed a Web Application on the Admin server node. I want to pass an argument when the server starts. I'm trying to do this via the Admin Console, more ...
1 vote
1 answer
2k views
Preventing denial of service attacks on weblogic servers- slow http post
I am using Weblogic 12c(12.1.3) application server to run my application. I have configured complete message timeout in Weblogic to 30 seconds but when Qualys scan is running on this server, it can ...
0 votes
2 answers
108 views
Audit Changes to Individual Files in WAR
I have a WAR file that is deployed to an older Weblogic instance. My management is concerned about the application being hacked and files (especially JSPs) being changed. What solutions exist for ...
0 votes
1 answer
239 views
Liferay-dxp configuration on weblogic 12c
How to configure liferay-dxp (sp1) in weblogic 12c ? Please find detail log . 14:53:58,877 ERROR [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'][...
0 votes
1 answer
10k views
finding out list of web urls being served by apache or weblogic
Was never into web applications / middleware / but happen to took over a couple of webservers running apache and weblogic. q1) How do i find out what are the individual web instances/services (or ...
0 votes
1 answer
258 views
Different pid between NodeManager Managed Server and Java Process
On our Weblogic server, when the server goes OOM, the hprof file is generated with a pid java_pidA.hprof but there is another message from the Node Manager that says managed server ManagedServer_1 ...
0 votes
1 answer
1k views
web logic scripting tool (wlst) start command not working - weblogic
Why is this 'start' command not working? I have almost half a day experience with WLST so I am not sure what is going on. Here is a copy paste from the shell: wls:/base_domain/serverConfig> start(...
0 votes
1 answer
3k views
Nginx, Weblogic, and reverse proxy by path
I'm having issues getting my reverse proxy to work when using a path in nginx. What I am trying to do is have one address for an application, and dictate the environment with the path. Depending on ...
1 vote
2 answers
482 views
Too many major garbage collections: Add heap space or add another VM?
We are not yet experiencing any application errors but our monitoring tools are indicating that our application is running at the limits of it's resources. Should we first add more heap or add an ...
0 votes
1 answer
704 views
weblogic - get http/https connections count
I am looking for way to get http/https (both combined) current active connections count. I am using Weblogic server with multiple Webapps. Usage of count of connections is to send request on 100 ...
0 votes
1 answer
590 views
Weblogic doesn't close files (but does close connections)
Dears, we're running into a 'too many open files' issue. We've made some progress but the issue is still there... We use cxf on weblogic on aix. relevant cxf configuration: <http-conf:conduit ...
1 vote
1 answer
597 views
Tuning memory weblogic 12c on Linux
I'm using weblogic 12c in a cluster with 8 weblogics running on 4 servers (2 Nodes/1 server) RAM: 64GB each server. I set RAM on 1 nodes is 26GB, when a node start it using about 10GB, but when ...
0 votes
1 answer
1k views
WebLogic server seems to freeze after CMS Garbage Collection run
We're using Java Hotspot 1.6 with a 10.3.6 WebLogic Cluster with 2 nodes running OSB 11.1.1.7 behind a physical load balancer: java version "1.6.0_91" Java(TM) SE Runtime Environment (build 1.6.0_91-...
0 votes
1 answer
224 views
WebLogic: Adding JMS resources to fresh domain
I am writing integration tests for a software product which require WebLogic 12.1.3 and WebLogic 12.2.1 to be started with a fresh domain. Currently I do something like this to start WebLogic with a ...
-1 votes
2 answers
2k views
Failed while installing Oracle fusion Middleware 11g Release 1 (11.1.1.7)
I am trying to install oracle fusion Middleware 11g Release 1 (11.1.1.7) on Windows 2012 R2 64-bit with Java 7 update 79. But I am receiving below error while running installation wizard: Checking ...
0 votes
2 answers
22k views
WebLogic Managed server fails to start
Using WebLogic 12.1.2 on a Oracle Linux 6 server, I am attempting to start managed server managedServer1 by calling the managed startup script below. ./startManagedWebLogic.sh managedServer1 http://...
1 vote
1 answer
3k views
web service deployment does not appear in weblogic admin console
We have an ear project created with Netbeans 8.1 and the Maven Project wizard. Running WLS 12.1.3. The project contains some EJBs and a jax-ws web service using the standard jax-ws annotations. For ...
0 votes
1 answer
2k views
XA Connection for PostgreSQL in Weblogic
PostgreSQL supports XA Transactions. I need to use them in my WebLogic 12.1.3.0.0. When I try to create a new generic datasource in the admin console for this I can select 'PostgreSQL' but in the ...
1 vote
1 answer
3k views
Weblogic server hangs when "Creating data source connection pool named"
I have just installed Weblogic version 10.3.6.0 and created a data source which connects to MSSQL on my localhost. I have tested my connection and verified that a successful connection can be made ...
1 vote
1 answer
6k views
Cannot start Weblogic managed node : Stuck at <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
Appreciate you expert help on this issue. Two weblogic managed nodes running in the same machine went down one day , on trying to start them up again using the startManagedWebLogic.sh, observed ...
1 vote
1 answer
878 views
Separate SSL certificate per webapp under Java app server on a single IP
We have a production Apache Tomcat server over which some websites are served. The sites have started to request valid SSL certificates. We have some limitations on the number of valid IPs on our ...
0 votes
1 answer
6k views
Weblogic Admin Console SSL Connection
I am trying to set up SSL/TLS for my weblogic admin console. Note this is not for the Weblogic Server but for the admin console. I would like to specifically set the the admin console to only use ...
1 vote
1 answer
1k views
Apache mod_wl2.4 plugin error parseJVMID
I have some issues with setting an clustered environment for weblogic and Apache. The structure is like this: 1 webserver that proxies requests to a clustered environment of 3 weblogic servers. ...
1 vote
1 answer
7k views
Default cipher suite selected by server
We have Weblogic application server. Whenever a web browser sent a request, as part of tunnel creation process, it will send a list of preferred cipher suites. Questions: How do I know which is the ...