Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
1 answer
10k views

I have deployed my application war file in WebLogic Server(WebLogic ServerAdministration Console 12c) in the deployments section. After deploying the distribution I can see the application is in ...
4 votes
2 answers
11k views

I am using Weblogic 12c. I'm trying to deploy myApplication.war in Weblogic. While deploying I get below error. An error occurred during activation of changes, please see the log for details. Message ...
1 vote
1 answer
9k views

We are trying to use one of the existing weblogic 12c domain and It's DataSource passwords been expired. Since AdminServer is not responding correctly I tried to re-start AdminServer as well, Now I ...
1 vote
2 answers
8k views

I'm dealing with a legacy servlet code that runs on WebLogic 10.3.6 (JDK 1.6). I am trying to compile this code with JDK 1.8 and weblogic 12.2.1.0. When i am trying to compile the jsp page with jdk ...
-1 votes
3 answers
9k views

I want to mock a Webservice for development environment. I have SOAPUI version 5.2.1 and the following WSDL: <wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:http="http://...
1 vote
1 answer
9k views

i have configured weblogic server in eclipse but when ever it starts its taking jdk older version like Starting WLS with line: D:\dev\Java\jdk1.8.0_172\bin\java -server i have to change it to higher ...
3 votes
1 answer
9k views

I am using Weblogic 12c and I am getting the below error while committing distributed transactions in my application. "java.sql.SQLException: Cannot call Connection.commit in distributed transaction. ...
2 votes
1 answer
3k views

I am trying to run below command in shell script but i am getting error like: Error: Could not find or load main class weblogic.Admin ${SUN_JAVA_HOME}/bin/java -classpath $CLASSPATH weblogic.Admin -...
1 vote
1 answer
9k views

What is the best way to upgrade ? what are the Precautions we need to take ? challenges we face during upgrade ? Can any one help me on this it will be really helpful ... Thank you.
0 votes
2 answers
12k views

After starting the Node Manager when I'm going to start the startWeblogic.sh this happens and the server failed to start. (username, password is correct) Starting WLS with line: /home/app/oracle/java/...
0 votes
3 answers
10k views

I'm using Weblogic 12.1.2.0.0. I have deleted the contents of /wls_domains/mydomain/servers/admin_mydomain/data/store/default & diagnostics, and also the contents of /wls_domains/mydomain/servers/...
1 vote
1 answer
117 views

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

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
55 views

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 & ...
2 votes
3 answers
2k views

Pre-requsitions: WebLogic Server Version: 12.2.1.0.0 Common Java web-application deployed Started using Jersey client library Issue: Right after that /resources/ URI has been mapped/handled by (...
0 votes
1 answer
129 views

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 ...
1 vote
4 answers
30k views

I am working on one project which require TLS version 1.2 to be enabled on web logic server for outgoing https transactions. I tried using below properties in web logic startup script : Weblogic....
0 votes
0 answers
153 views

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
43 views

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
128 views

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) ...
-1 votes
1 answer
190 views

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
116 views

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

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 ...
0 votes
0 answers
32 views

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
0 answers
26 views

[ 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
61 views

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

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
298 views

I'm trying to create a REST WS in GeneXus 16 U8 on Java Enviroment, deploying the application on WebLogic 12c, but when I'm trying to consume the service it shows me the following error: java.lang....
0 votes
2 answers
3k views

I am trying to set up WLS dynamic cluster on two machines. Two nodes are up and running on one of machine where admin server is hosted as well, but when I try to start the node which is on different ...
9 votes
2 answers
11k views

I have the following code that I'm trying to deploy as an EJB to WebLogic 12c, but I'm getting an error: "Error deploying the EJB GeopoliticalServiceBean(Application: campaigner-ejb, EJBComponent:...
2 votes
1 answer
293 views

I am using a Weblogic Application Server, where I have deployed my Angular 2application. lets assume that the internal IP is http://127.0.0.1:7009/myapp, and I have set But the application is ...
1 vote
1 answer
3k views

When I start Eclipse(Mars), I see the weblogic server with both start and stop buttons active. The server modificator is empty - no [starting], [stopped], [running] or something else. And I cannot ...
2 votes
6 answers
14k views

I was trying to deploy a spring MVC project to WebLogic 12c but I was hit by this error. [HTTP:101380]There is more than one Web fragment with the same name: "spring_web". This is my web.xml <...
3 votes
2 answers
4k views

I've been looking for information about this, but I don't find anything. I think there's no version available at Oracle site for installing Weblogic 12.2.1.X on Apple silicon devices, but maybe it's ...
12 votes
9 answers
99k views

When i am trying to run weblogic server 12c , it is throwing this error and is unable to start. <Apr 16, 2013 2:42:57 PM IST> <Warning> <HTTP> <BEA-101384> <WLServlet ...
3 votes
1 answer
6k views

I'm using Java 1.7 and I'm configuring an WebLogic 12c environment for a Webapp project of my Master Degree that will be used through SSL. For the typical configuration I just add on the JVM props ...
1 vote
1 answer
2k views

We are getting below error frequently while trying to connect to Oracle DB and execute a query. This results in 'cannot obtain connection error'. The Failed Reserve Request Count of Data Source is ...
2 votes
1 answer
1k views

i've this issue using EntityManager on QuartzJob instance: java.lang.NullPointerException at weblogic.persistence.CICScopedEMProvider.getEMForCurrentCIC(CICScopedEMProvider.java:35) at ...
2 votes
1 answer
711 views

We are looking a free alternative for jRebel. It seems hotswap agent is a free good alternative for jRebel. But I didn't sure about it supports weblogic server , is there anyone use hotswap agent with ...
2 votes
1 answer
1k views

I have a web application which is built using Struts2 (2.3.15.3) for MVC deployed on Oracle Weblogic 12c. The web app is working perfectly fine as is, just that when it is deployed in Weblogic, It ...
2 votes
1 answer
6k views

I am trying to get deployments status from Weblogic Scripting tool. By deployments I mean list of deployments shown in Weblogic server administration console - Domain structure - Deployments I found ...
0 votes
1 answer
2k views

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 vote
1 answer
194 views

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
3 answers
4k views

I have oracle 12c WebLogic and Oracle 12c Database installed on my windows server. On my database dbtimezone is giving me +00:00 which I want but on my forms builder when I'm running forms it taking -...
3 votes
3 answers
13k views

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.0" ...
5 votes
4 answers
3k views

I've migrate from weblogic-maven-plugin (10.3) to wls-maven-plugin(12.1) and encountred problem with deploying shared library. Problem is wls-maven-plugin don't pass to Weblogic.Deployer library flag....
1 vote
1 answer
138 views

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
0 answers
200 views

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 ...
2 votes
2 answers
4k views

Can anyone explain what the file jaxws-tubes-default.xml does and why it's all of a sudden needed when upgrading to Weblogic 12.2.1.3.0 and Java 1.8? Our IT dept recently upgraded some Weblogic 12.1.2....
0 votes
1 answer
174 views

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:...

1
2 3 4 5
42