5,965 questions
0
votes
1
answer
36
views
WebLogic not picking up JAWR properties file in Spring Boot Gradle application
I have a JAWR file in a Spring Boot Gradle application. The JAWR file is located at src/main/resources/jawr.propertes. I am trying register beans to handle the JAWR servlets with a config class:
@...
1
vote
1
answer
115
views
Ant JWSC Task failed on WebLogic 14c and JDK17
I am Trying jaxws sample Program in weblogic 14.1.2, Ant 1.0.15 and JDK 17. Jwsc task failed when building webservice. I have tried all the settings like ANT_OPTS and JAVA_TOOL_OPTIONS to set module ...
0
votes
0
answers
41
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 ...
0
votes
0
answers
27
views
Jenkins pipeline for java application deployment to Oracle Weblogic server
I have to imolement jenkins pipeline where we use ansible playbooks to undeploy and then deploy 12 war files into oracle weblogic server. When we manually undeploy the war files and then try to deploy ...
1
vote
0
answers
97
views
Remote Connection to Weblogic Using JMX
I am trying to connect to a WebLogic Admin Server from a Java application using JMX. My admin server is running on a remote machine, and I am working from another machine. Below is my code:
import ...
-1
votes
1
answer
1k
views
In Oracle Weblogic 14.1.2 in welogic remote console I have deployed my application but not visible in Monitoring tree Application Management
I have upgraded my application to java 17 from java 8 and upgraded weblogic to 14.1.2 that supports java 17. when i deploy my application (Services) and library it is visible weblogic remote console ...
0
votes
0
answers
109
views
Unexpected error executing if-then-else expression in oracle osb server error code: OSB-382520?
I am facing an issue on osb server:
Unexpected error executing if-then-else expression
this is happening during validation stagew. hile the error may indicate that there is something with the syntax,...
0
votes
0
answers
17
views
Weblogic doesn't come up when appD is enabled
We recently switched our deployment suite from chef to ansible. when we deploy with ansible and enable appD WebLogic doesn't come up. I have attached our setAppDparams file and the error that we got ...
-1
votes
1
answer
182
views
Apache POI 5 - ClassCastException for SchemaTypeSystemImpl
I'm deploying a Spring boot (2.7) war file to Weblogic 12c [java 8] and upload excel file to my app, however whenever i'm uploading and parsing the excel file with xlsx extension I'm getting below ...
0
votes
1
answer
954
views
Does Oracle WebLogic WLS 14c support Java 17?
Wikipedia says Weblogic latest version only supports Java 11.
But why does this prevent me from installing Java 17 (or even Java 21)?
Is it not the case, that Java is downward compatible?
Can anyone ...
-1
votes
1
answer
155
views
Trying to delete messages from a JMS topic without consuming
I have been working on some code to delete messages from a JMS topic without having them be consumed from our DB (due to some issues with our DB). I figured out that there is no dedicated method for ...
0
votes
1
answer
36
views
Error related to Automated checks and frame suppression are incompatible FrameBustingUtils
This is the problem, in the Oracle ADF development environment, I did a start IntegratedWebLogicServer. I went to the WebLogic console, to the test page of my application and a white screen appears. ...
0
votes
0
answers
86
views
Virtual directory mapping not working in Weblogic
I´m currently using Java 8 and JEE 8 as well, my version of weblogic is 14.1.1 (All working on Windows). I want to make a virutal directory mapping for a URL that is comming from the Front-End but ...
0
votes
1
answer
367
views
Spring Boot @PutMapping consumes multipart/form-data not working
I have the following endpoint in Spring Boot (v2.7.15), using Java 11 :
@PutMapping(value = "/{id}",
consumes = MediaType.MULTIPART_FORM_DATA_VALUE,
produces = MediaType....
0
votes
1
answer
29
views
Avoiding deploy-time exception when the bean is not found for injection
I have this issue: I'm deploying an application (.ear) to WebLogic/CDI and I have this in one of my classes:
@Inject
@MyAnnotation
private IMyStuff stuff;
Of course, if there is no bean with this @...
0
votes
0
answers
113
views
Oracle and weblogic have different encodings, is it possible to read strings without setting?
You are using Oracle 12c version (12.1.0.2.0),
weblogic is using version 12.2.1.2.0.
Oracle is using UTF-8 encoding
SELECT *''
from nls_database_parameters
where parameter = 'nls_characterset';
=&...
-1
votes
1
answer
141
views
weblogic.application.ModuleException: javax.faces.FacesException: Unable to find CDI BeanManager
I have created one web application. this application I want to deploy in oracle weblogic server, but getting error "Caused By: javax.faces.FacesException: Unable to find CDI BeanManager".
...
1
vote
0
answers
32
views
Issue in af:showDetailItem under panelAccordion component not getting the label after migrating source code from 12.2.1.3 to 12.2.1.4 J developer
Problem Description
Our code is running in 12.2.1.3.0 Jdeveloper and now deployed upgraded version on the 12.2.1.4.0 weblogic server
due to this we faced issue in af:showDetailItem under ...
2
votes
1
answer
11k
views
Struts 2 to Struts 6 Migration
Struts 2.5.34 to Struts 6.3 Migration
We've our application currently in struts 2.5.3 version.
As Apache announced EOL for this, we are upgrading to Struts 6 (6.3 to be exact) using official ...
0
votes
1
answer
206
views
How to set arguments in weblogic via console?
Im trying to set arguments in weblogic ->environment->AdminServer->Server Start -> Arguments
Arguments : -Denvironment=C://path
And then hit save.
From other post and documentation the ...
1
vote
0
answers
105
views
javax.naming.NameNotFoundException: While trying to lookup ''_WL_internal_..." didn't find subcontext '_WL_internal_ . Resolved ''; remaining
I've developed a EJB application, with a Remote interface. This application was deployed on WebLogic 12.
With a Java application, I'm trying to deploy or start application I am getting this Exception:
...
0
votes
2
answers
455
views
ADF Pipeline - Web activity Parameter
I need to pass the dynamic parameter (Error_message,Execution_status,activity_name) from copy data activity to Web url for logic apps. is that possible to take get the nesteted ouput parameters ...
2
votes
0
answers
1k
views
Error ORA-12520 for connecting to an Oracle data source in weblogic
I am trying to create a datasource in weblogic, but an error occurs when clicking the "Test Configuration" button
Caused by: oracle.net.ns.NetException: Listener refused the connection with ...
0
votes
0
answers
183
views
java.lang.StackOverflowError at weblogic.utils.classloaders.GenericClassLoader.getResources
I have a web project with Java 1.8, JSF, Spring MVC and Weblogic.
I am receiving this error while I navigate on my web project.
It has compiled without errors and published on Weblogic 12.2.1.4 ...
0
votes
0
answers
413
views
configure weblogic to accept oAuth Authentication
We are looking step on- how to configure weblogic to accept oAuth Authentication.
We are using Apigee as identity provider, which is accepting now the oAuth authentication but our application is on ...