2,066 questions
-1
votes
2
answers
301
views
Error with weblogic upgrade from 10.3 to 12.1.1
I'm trying to upgrade weblogic 10.3 to 12.1.1 but I'm receiving the following error, could someone have an idea about this? I am not very clear about the error.
I tried to upgrade first to 10.3.6 and ...
0
votes
0
answers
275
views
JAX RS 2.0 Not Converting UUIDs
I have been given an OpenAPI yaml file and have used the maven openapi generator plugin to turn this into Java. This is being deployed to Weblogic 12.2.1.4 which should have Jersey 2.22 intalled.
...
0
votes
1
answer
687
views
X-FORWARDED-FOR header in weblogic
So I have modified the config.xml file line from
c-ip date time time-taken cs-method cs-uri sc-status bytes
to
cs(X-Forwarded-For) c-ip date time time-taken cs-method cs-uri sc-status bytes
to log the ...
0
votes
1
answer
187
views
Deployment issue in weblogic for spring boot application with SAML
Hi i am trying to deploy a Spring boot application based on spring boot version :1.5 to weblogic 12C( 12.1.3.0.0) it was working fine till recently integrated the SAML2 and once it integrated ...
-1
votes
1
answer
595
views
Weblogic : Unable to ping server at localhost:7001
I am using WebLogic as an application server in IntelliJ. But after debugging and entering the username, this error appears and disconnects from the server Application:
"Application Server was ...
0
votes
1
answer
204
views
How to control number of messages to weblogic MQ queues
I have configured a JMS server, a JMS queue and a connection factory in WebLogic. My application listen to the MQ queues configured on this weblogic to consume those messages and transform and send it ...
0
votes
0
answers
392
views
Weblogic 12 ignore realm-name in weblogic-application.xml
I'm trying to use a custom realm into my webapp deployed in weblogic version 12.2.1.4.0 to manage login (through a form based authentication), but even if the new realm is correctly defined and also ...
0
votes
1
answer
263
views
Does WEBUTIL.PLL (along with JARSIGNER) need to be compiled for each database used on the Oracle WebLogic: Oracle Forms and Reports server?
Does WEBUTIL.PLL need to be compiled for each database on the Oracle WebLogic: Oracle Forms and Reports 12.2.1.4 server? Most of the applications reside on database: X, however this particular ...
0
votes
0
answers
478
views
How to read Weblogic JMS Queue message count in Java
We need to monitor JMS Queue/Topic in Java and what would be the respective weblogic jar which supports monitoring.
0
votes
1
answer
479
views
log4j.properties loaded but not used Weblogic 12c
I have a war file (web-services) deployed on weblogic 12c that reads the log4j.properties file but doesn't use it. Below is the debug of log4j on application startup showing the parsing of the file ...
0
votes
1
answer
213
views
How to get remoteHost name from EJB java application which is deployed in weblogic
Below is the example.
We have an application which is deployed in Oracle Weblogic Server.
And We have client who use our application by creating connection using weblogic context like below.
env.put(...
1
vote
0
answers
305
views
Works wls:prefer-web-inf-classes with external lib?
I know that there are hundreds of post about wls:prefer-web-inf-classes but I still having some doubts about how it works.
If I have an application that relies on another lib:
- my-app.war ---
...
0
votes
1
answer
216
views
Deploy spring boot war into weblogic 12.2
I have created a simple spring boot application (v 2.7.3) with JDK 8 and I want to deploy the war to Weblogic 12.2 but an error is showen:
Stack trace for message 149004 weblogic.application....
0
votes
1
answer
361
views
OBIEE 12C _ analytics_ login using different user other than weblogic
How to login into Oracle analytics (OBIEE12c) without using weblogic user or using any other user added in LDAP?
If I am trying to login into analytics using any other user added in LDAP
it is showing ...
0
votes
1
answer
529
views
How to change the dependency of weblogic server when at runtime it referes to another jar?
I am trying to run my application on weblogic server.
I have specified the required jars in the required versions in the pom file of my application.
At run time the server is referencing the jar from
$...
0
votes
1
answer
188
views
Why does Oracle Fusion BPM (Business Process management) quick start installation stuck at 49%?
I have install the Oracle web logic server, SOA and setup Domain. Now I am trying to install the Oracle Fusion Middleware 12c Business Process Management Quick start. The installation progress stuck ...
-2
votes
1
answer
3k
views
Logs are getting truncated and showing this " Truncated. see log file for complete stacktrace" in weblogic console?
I am using WebLogic Console to see logs but my logs are truncated and showing this message
Truncated. see log file for complete stacktrace
How to show logs for exception stacktrace without ...
1
vote
0
answers
152
views
Getting stream closed error for get the details of SoapFaultClientException in weblogic 12c
I am trying to get the values inside this soap fault's "detail".
The response from the server:
<S:Fault>
<faultcode>S:Server</faultcode>
<faultstring>...
0
votes
0
answers
763
views
Version: WebLogic Server 12.2.1.4.0
I am getting below warnings when I start my weblogic server that is deployed with a rest service application that is developed with JaxRS2.0 and Jersey 2.22.2.
<Jul 5, 2022 5:47:39,957 PM EDT> &...
0
votes
1
answer
349
views
Weblogic Project migration issue (10.3.6 -> 12cR2)
Weblogic Project migration issue(10.3.6 -> 12cR2)
Hello,
After change Weblogic I start getting errors that below.
404 Not Found
Connection: close
The server has not found anything matching the ...
0
votes
1
answer
8k
views
How to reset WebLogic 12C password if forgotten
How i can reset the weblogic Admin password if the password is forgotten. I have tried the below approach to recover the existing encrypted password from boot.properties, but it's throwing:
- "...
0
votes
1
answer
918
views
I'm facing error when starting startWeblogic sh
I have successfully installed and configured weblogic server but when I run startWeblogic.sh file i'm facing error.
<Critical> <WebLogicServer> <BEA-000386> <Server subsystem ...
3
votes
1
answer
2k
views
Can't get PlatformInfoHolder - Installing Weblogic on Mac (M1 processor)
I get following error trying to instal Weblogic 12 on Mac (M1 processor)
I have set the JAVA_HOME path variable
My java version is 11
INFO [1] com.oracle.cie.nextgen.launcher.LogUtils - Extracting to ...
0
votes
1
answer
101
views
What is the function of http://macbook-pro.local:7001/weblogic/?
I found that weblogic defaults to a context "/weblogic/", there is nothing in this page, what does this do?enter image description here
2
votes
1
answer
2k
views
Spring Security with SOAP web service is working in Tomcat, but not in WebLogic
I have created a sample SOAP Web Service project (spring boot) and trying to integrate Okta as a resource server for authentication.
I am able to deploy the application to WebLogic, but when testing ...
1
vote
0
answers
214
views
Not able to start weblogic 12.2.1.4 in genuitec myeclipse
<Info> <RCM> <BEA-2165021> <"ResourceManagement" is not enabled in this JVM. Enable "ResourceManagement" to use the WebLogic Server "Resource Consumption ...
0
votes
1
answer
388
views
Weblogic.wsee.jaxrpc.soapfault.WLSOAPFaultException: Old Format Work Area Header Is Disabled Exception Post WebLogic Upgrade
After the upgrade of weblogic to newer version I started facing an error with different application conectivity.
RequestDumpingFilter Response; Content=<?xml version="1.0" encoding="...
0
votes
1
answer
105
views
WELD-001210: Warning when validating beans.xml against xsd. schema_reference.4
When I try to start the instance in weblogic 12, it receives the following warning and it does not start:
<Warning> <org.jboss.weld.Bootstrap> <BEA-000000> <WELD-001210: ...
0
votes
1
answer
3k
views
Why is my Docker-Compose getting stuck after initializing my oracle database and doesn't proceed to the next service? [duplicate]
I am trying to update the docker of my project using docker compose, using the Oracle Database 19c Enterprise edition, WebLogic Server 12.1.4 and the Java Server JRE for java 8.
I have written a ...
0
votes
0
answers
525
views
How to enable GZIP compression in WebLogic on EAR files?
I have an EAR app that send large response from my web service. You can enable GZIP in weblogic in the weblogic.xml file as outlined [here][1] and [here][2]. By adding gzip-compression tag to the ...
0
votes
2
answers
535
views
Hot Deploy Does Not Work For Java Class File Edits On Weblogic 12c
I'm using Intellij Community edition I don't have the luxurary of using the Ultimate edition; Hence, I can't install the weblogic plugin. When I make edits to any class file it will not hot deploy to ...
0
votes
0
answers
381
views
404 not found spring boot web application on oracle weblogic server 12c
I'm trying to develop a simple web application that returns my name after passing it as a parameter. using spring boot REST API
while using java spring boot 2.6.5.
I have successfully deployed it on ...
0
votes
1
answer
1k
views
how to set JVM arguments with quota for a Managed Server started by Node Manager
I have a WebLogic domain with multiple Managed Servers. Everything runs on separated hosts. The managed servers are started by Node Manager.
According to the Oracle WL documentation if the Managed ...
1
vote
0
answers
106
views
Weblogic 12c spent several minutes during startup resolving EJB references
The startup of my application takes almost 7 minutes, but more than 4 of them are used by Weblogic to resolve EJB references. I've profiled the startup of the server, and I've found that the time is ...
0
votes
1
answer
398
views
Weblogic: Import messages to a Uniform Distributed Queue from exported xml file using WLST
I am trying to write a script to import messages to a Uniform Distributed queue in Weblogic using WLST but I am unable to find a solution that specifically caters to my requirement.
Let me explain the ...
0
votes
0
answers
87
views
Efficiency of form based authentication against LDAP in Java apps
I built a couple of apps in Java that run on Weblogic 12C with authentication from an OpenLDAP server. The OpenLDAP authenticator is defined in Weblogic security realm. Pages / URL's are secured by ...
0
votes
1
answer
647
views
Deploying a spring boot web application on oracle weblogic 12c
Im developing a REST web service using spring boot version 2.6.5 and spring framework 5.x and trying to deploy it on oracle weblogic server version 12.1.3 and java version 11 however im facing errors ...
1
vote
1
answer
1k
views
Weblogic - understanding contents of access logs: c-ip vs x-ClientIP
On a Weblogic app server I'm analysing the access logs to count how many distinct clients have accessed the app. I am not sure about the difference between these two columns found in these logs:
c-ip ...
0
votes
1
answer
195
views
ADF Popup disappear on Filtering data
I have been implementing a popup on button click, however when I want to filter the data, Like in highlighted snap & press ENTER the popup disappear. The issues is on every popup. I am using 12.2....
1
vote
1
answer
486
views
Unable to register services with Eureka under Weblogic
I have a Eureka server that must be deployed under Weblogic. So, I configured maven to generate a war file and deploy it on WebLogic. Everything worked as expected and I am able to reach the Eureka ...
0
votes
4
answers
968
views
Weblogic + Spring Boot Cloud Eureka Server
I am trying to run a Spring Boot Cloud Eureka server under a Weblogic webserver (Java 8, Weblogic 12, and Spring boot parent 2.4.13). I configured my pom to generate a war file and I am able to deploy ...
0
votes
1
answer
39
views
User descriptions missing when OpenLDAP used with WebLogic
I am using a WebLogic 12.2.1.3 server on Linux. I added an OpenLDAP provider in the security realm. Now I see the list of users and group memberships in WebLogic as defined in LDAP and can login with ...
0
votes
2
answers
1k
views
weblogic.application.ModuleException: java.lang.LinkageError: loader constraint violation: when resolving method "org.slf4j.impl.StaticLoggerBinder.g
I am using weblogic version 12c 12.1.3 and I have updated the log4j jar version to log4j-api:2.17.1 log4j-core:2.17.1, but at the time of deployment in weblogic I am getting this error :-
weblogic....
0
votes
2
answers
6k
views
Can't add weblogic 14.1.1.0. server to eclipse
I am trying to integrate eclipse 2021-12 as Oracle WebLogic Server 14.1.1.0. Both are installed and working perfectly separately. When trying to integrate and add a new weblogic server I get the ...
0
votes
1
answer
2k
views
Service weblogic.server.ServerLifeCycle Service was started at level 9 but it has a run level of 10
I have little knowledge in WebLogic and the demand arose to upload the application on a new server.
When I upload the WebLogic12c adminServer (startAdminServer.sh), the following error occurs:
Caused ...
-1
votes
1
answer
766
views
How to get IP address of weblogic managed server using WLST
I have a weblogic admin server and managed server. I am able to fetch the managed server name , its heap utilization etc from admin server using wlst. Now i would like to know if there is any way we ...
0
votes
2
answers
444
views
ActiveMQ integration with Oracle Service bus(OSB) 12c
we are trying to do the assessment around ActiveMQ to use in OSB 12c as JMS based integration. I did follow few blogs like https://bizzperform.com/blog/?p=686 but this is not helping and generating ...
0
votes
1
answer
776
views
Weblogic 12.2.1.3 hangs for some time while starting on linux
Attaching thread dump when it is stuck. Below is thread dump. I think there is some issue with muxer threads of weblogic as I can only see those thread which are waiting/locked on some glassfish ...
0
votes
2
answers
26k
views
ORDS was unable to make a connection to the database
I am seeing this issue frequently after I have implemented the ORDS in R12.2.9 upgrade. Our ORDS is hosted on a weblogic server this issue occurs when there are 10 connections updating a single table? ...
0
votes
0
answers
64
views
Weblogic tries to instantiate a class with name in XmlType and gets ClassNotFoundException
I have a web service application that has a class Service_Exception_Bean with xml annotation as
@javax.xml.bind.annotation.XmlType(name="ServiceException",
namespace="http://rt.fs....