2,066 questions
1
vote
1
answer
116
views
WebLogic 12c Foreign Server fails to authenticate with WildFly 26 JMS: JMSSecurityException (Username: null)
I have a Java application running on WebLogic 12c that sends JMS messages. We're trying to configure it to send messages to a remote JMS queue on a WildFly 26 server.
When we attempt to send a message,...
0
votes
0
answers
16
views
jsf deployment parameters in weblogic 12.2.1.3 console
What is the best practice for having application wide parameter for a jsf deployment, which can be changed in weblogic 12.2.1.3 console without application redeployment?
0
votes
0
answers
52
views
Tracing configuration in Oracle Enterprise Manager
I'm optimizing a form in Oracle Forms 12c, and to identify the points where it takes the longest, I've enabled traces for events:
65 (Procedure (Start & End). - duration
66 (Trigger (Start & ...
0
votes
0
answers
149
views
EJB in Weblogic: The Message Driven Bean does not have a message destination configured error
I am migrating my legacy EJB to Weblogic from IBM Websphere and I am lost on where the destination needs to set for Weblogic. My ejb-jar already states the message-destination-type but I get this ...
0
votes
0
answers
40
views
Integrated WebLogic Server 12C takes very long time to start on Windows
Similar to the this post, the integrated server takes an abnormally long time to start. I have JDeveloper 12.2.1.4.0 on Windows 11 with 16GB of RAM that I use for OSB development. I first start the ...
0
votes
0
answers
126
views
WebLogic 14C Custom Identity Asserter - Unsupported Token Type Error
Currently I am implementing a custom identity asserter in WebLogic 14C environment. I have developed following components.
An AuthenticationProvider.xml (which defines MBean Definition File elements)
...
0
votes
0
answers
115
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
21
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
184
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
0
answers
32
views
Intermittent JAXBException Error in WebLogic - "isContentLengthReqd is not a valid property" During Restart
I'm encountering an issue while restarting my WebLogic server, and I need some guidance. Specifically, I'm getting the following error:
weblogic.application.ModuleException: javax.xml.bind....
0
votes
1
answer
124
views
how to deploy artemis-ra-rar to weblogic 12c
I am trying to deploy artemis-ra-rar from the Apache Artemis examples version 2.19.1
I am limited to this version because of the version of Java.
My knowledge of Weblogic is not very good but I was ...
0
votes
0
answers
26
views
RAD (Remote Access Descriptors ) in OPSS schema
[ Remote Access Descriptor (RAD) entries in Oracle Platforms Security Services (OPSS). - when we create RAD in the EM console, where exactly it stored ? in which file and which location in weblogic ? ...
0
votes
0
answers
60
views
Is it possible to sleep in a JSF application run under WL 12.2?
Technical info: JSF application (2.0) that is deployed as an EAR on a WL 12.2 machine.
Problem: The users of our web application regularly upload DOCX files. But this file type is not allowed for ...
1
vote
0
answers
25
views
File upload function in weblogic don't execute file .jsp
I'm doing lab at school asked me to build a weblogic server with insecure file upload vulnerable. My upload code is success upload without check file type and some conditions. But when I access the ...
0
votes
0
answers
192
views
Oracle web logic issue : libiplsn.so.0: cannot open shared object file: No such file or directory
I have installed oracle web logic 12.1.2.4 in linux server. When i try to access the web link it throws as an error with FRM 93552 cannot connect to run time process.
in forms diagnostic logs it says ...
1
vote
1
answer
137
views
How to start weblogic server in debug mode with ant task?
I have the following script that starts and stops the weblogic 12.1.3 server without problems, but I can't get it to start in debug, even when I add the line
<jvmarg value="-Xdebug -Xnoagent -...
0
votes
1
answer
172
views
Show message only in status bar in Oracle Forms 12c
Recently an Oracle Forms 6i based system has been migrated to Weblogic 12c and the 6i forms are presenting a peculiar problem: I have the problem that when I use the following line in a random trigger:...
0
votes
0
answers
132
views
Starting Weblogic 12c 12.1.2 Server fails when started through Eclipse
WebLogic is configured in Eclipse Photon as describe in many tutorials on the internet.
After configuring the WebLogic 12c 12.1.2, the server is added successfully, domain and all other things are ...
0
votes
1
answer
31
views
OSB logging - Delay between WAF and OSB middleware
My problem is that I have a delay in my service when trying to hit OSB
I don't know if the problem is from middleware or WAF(network)
To insure that the problem is not from middleware I need to know ...
0
votes
0
answers
55
views
Remote Debugging with eclipse and WebLogic 12c
'
package org.remotedebug.demo;
import java.awt.Color;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax....
-1
votes
1
answer
124
views
Binary file getting corrupted when trying to download using Struts 6.3.0.2 with Java
When I am trying to download the pdf and doc-x file from my app after upgrading from struts2 to struts 6.3.0.2, the file is getting corrupted. I am not able to open the pdf file when I have downloaded ...
0
votes
1
answer
175
views
WLST writeDomain fails because directory is not empty
I am in the process of rewriting a former weblogic installer script (bash/wlst mix) to ansible
I templated the following wlst snippet to create the domain. wlst runs with python2.7
It expects the ...
0
votes
1
answer
99
views
Radio button selection is not being saved on the front end in Struts2 upgrade to Struts 6.3.0.2
I have some radio button where I can select one radio button at a time and safe it. It is being saved in the database but on the frontend it is not being saved. There are no error. It is able to ...
0
votes
1
answer
172
views
Oracle Http Server as proxy for Openshiftroute
We have oracle products like OAM, OIG and SOA. We are using Routes to access these externally. The route urls are accessible but as a requirement we need to have a Oracle HTTP server as proxy in front ...
0
votes
1
answer
210
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 ...
0
votes
1
answer
193
views
Setup of JMS message listener invoker failed for destination 'ReqQueue'
My springboot application is consuming messages from a weblogic jms queue(ReqQueue) and posting the response back to another queue(RespQueue) after processing.
I recently upgraded weblogic version ...
0
votes
0
answers
383
views
How to send messages to my JMS queue WebLogic server from my Spring Java application
I have one module with several queues in my WebLogic, and I need to send data to one specific queue from a Java application which I already developed. However, I don't have any idea where do I find ...
0
votes
0
answers
141
views
Spring boot 2.x deployment issue on weblogic12.1.3 with springdoc-openapi-ui v1.70 jar,failing with error weblogic.utils.compiler.ToolFailureException
I am trying to deploy the spring boot 2.x application on weblogic 12.1.3. But the deployment is failing with the below error
Unable to access the selected application.
java.io.IOException
weblogic....
0
votes
1
answer
667
views
WebLogic Server fails to make secured connection to the Target URL with SSLHandshake exception
I have a java application which is hosted using WebLogic 12c managed server. It is calling an external API end point which is secured.
This is an outbound connection from weblogic server to target ...
0
votes
2
answers
408
views
I can't create an application server instance in JDeveloper
I'm new in oracle Jdeveloper and I was trying to create an application and deploy it on an WeblogicIntegrated insatance. I tried creating the instance as shown in the screenshots: Note: I tried both ...
0
votes
0
answers
520
views
Showing [ Errors were found during POM generation ] while installing Oracle JDeveloper
I'm encountering an error while attempting to install Oracle JDeveloper Studio (V998593-01.exe). When I search for a solution online, I keep finding links that require access to My Oracle Support, ...
0
votes
0
answers
161
views
Excecive memory usage after changing Coherence configuration
We changed the Coherence cache from "replicated" to "near-distributed-persistent", but now the servers get overloaded.
This is the current configuration:
<?xml version='1.0'?>...
0
votes
0
answers
60
views
WebLogic 12c ClassCastException when Using JPA
We are currently migrating our Java EE application from Weblogic 11g to Weblogic 12c.
Here were are facing ClassCastException when using JPA EntityManager's query.getSingleResult() method.
It seems to ...
0
votes
0
answers
92
views
Applications deployed in one of the managed servers in weblogic server 12c are not showing up on the control tab
I am running 2 weblogic managed servers on a weblogic console. All Applications deployed on one of the servers are available in controls tab to stop and start. But all applications deployed on the ...
0
votes
0
answers
17
views
Error while deploying Java application to Weblogic [duplicate]
I get the following error while deploying Java application to Weblogic server
weblogic.utils.ErrorCollectionException:
There are 3 nested errors:
java.lang.IllegalArgumentException:
...
0
votes
1
answer
226
views
Compatibility of RMI Calls / EJB Calls from Weblogic 14.1.1.0.0 to Weblogic 10.3.6.0
I am facing issue when I am trying to call the Remote interface that is deployed on another server.
Initially I was getting [Security:090398]Invalid Subject: principals=[ error. On searching I found ...
0
votes
1
answer
129
views
Java HttpServletRequest getRequestURL returning instance name instead of domain name
I am running a spring framework based web app on Oracle Weblogic Server.
I have 2 subdomain for my URL pointing to my application (Instance).
For example: www.asd.com and secure.asd.com.
From my code ...
0
votes
1
answer
384
views
Problem updating weblogic 12.1.1 to 12.1.3
I have the following problem every time I try to update my domain in weblogic 12.1.1 to 12.1.3, I am using the reconfiguration wizard of version 12.1.3 and it always shows me the following error, I am ...
0
votes
0
answers
855
views
Weblogic application server goes in Overload state at 2 specific timings
Our application is deployed on weblogic servers. Our Managed cluster enters in Overload state with all connections of datasource being used up. We get this error on random days and on 2 specific ...
0
votes
1
answer
206
views
How to change user password of application running under WebLogic
I have deployed a Java application on a WebLogic 12C server. It uses security descriptors in web.xml and weblogic.xml for JSecurity authentication and authorization. That part works fine.
web.xml:
...
0
votes
0
answers
382
views
Getting Error- Could not initialize class weblogic.transaction.internal.TransactionHelperImpl with weblogic-12.2.1.4.0
I am facing issue with T3s connection to weblogic server with below error.
Caused by: java.lang.NoClassDefFoundError: Could not initialize class weblogic.transaction.internal.TransactionHelperImpl
at ...
1
vote
0
answers
90
views
How to use Joda-time property org.joda.time.DateTimeZone.Folder
Currently in our project we are using joda-time version 2.9.9, the project is on production and we need to update the tzdata of jodatime.
Java 1.8
Weblogic 12.2.1.3
tzdata from https://data.iana.org/...
0
votes
1
answer
86
views
Custom roles disappeared in the appliaction after java update on weblogic server
After updating java from version 1.8.0_301 to 1.8.0_361 on our Weblogic (12c) servers, custom roles for users on user profile page (IdcService=GET_USER_INFO) in the applications disappear. Only the ...
0
votes
1
answer
211
views
How to create a camel-k source kamelet to a weblogic queue
I am trying to write a bridge between tow weblogic queues using camel-k on ocp, I have issues to define the queue connection , du to the camel DSl.
**Here is the yaml code **:
apiVersion: camel.apache....
0
votes
0
answers
148
views
PKCS12 to JKS conversion in WebLogic
For SpringBoot application we are using PKCS12 and then converting to JKS for Certificate renewal. But in WebLogic why PKCS12 to JKS conversion not working? Anyone having idea?
Is there anyway to ...
0
votes
0
answers
74
views
its possible change library-ref descriptor using a plan deployment in weblogic?
I trying to overwrite the library-ref descriptor from weblogic.xml file using a plan.xml but im getting "DeploymentException: weblogic.management.DeploymentException: Error: Unresolved Webapp ...
0
votes
1
answer
65
views
ArrayIndexOutOfBoundException while deploy .ear
<Error> <HTTP> <BEA-101371> <There was a failure when processing annotations for application \beadep\OLD_INTRANET_1\xxxx.war. Ensure that the annotations are valid. The error is 0
...
0
votes
0
answers
75
views
How to match the JSON Response differences between Jackson 1 and Jackson 2 for Weblogic 11G to 12C migration
I might be late to the party. Now we are fixing the TechDebt by migrating application from Weblogic 11G to 12C. As part of it we had to change from Jersey 1.19 to Jersey 2.26(as 12C supports it) which ...
1
vote
1
answer
193
views
Need to return null as response in weblogic 12c that uses jackson json provider
In my weblogic 11g to 12c migrated java application, my API endpoint is
\`@GET
@Path("/scheme/id/{Id}")
@Produces(MediaType.APPLICATION_JSON)
public List\<Scheme\> getSchemesById(@...
0
votes
1
answer
221
views
Eclipselink Lazy loading fails when upgrade to Jersey2 for Weblogic 12c migration from WL11g
We are working to migrate an Java 7 - EJB(Remote implementation) application from Weblogic 11G to Weblogic 12C. As part of the migration we have upgraded to Jersey2(2.26) from Jersey1(1.17.1). Though ...