Questions tagged [weblogic]

WebLogic Server is a Java EE application server from Oracle. WebLogic Server is the centerpiece of Oracle's Fusion Middleware platform.

WebLogic is an Oracle owned brand that builds a complete product suite consisting of a couple of Java EE related products, such as:

  1. Java EE application server, WebLogic Application Server
  2. WebLogic JRockit JVM
  3. WebLogic RealTime Edition
  4. Virtual Assembly Builder

WebLogic came to Oracle through the acquisition of BEA Systems Inc. in 2008. See the Wikipedia entry for a complete history.

References

6049 questions
1
vote
1 answer

Unsupported error status code for error-page in web.xml

We use weblogic to deploy our application and so far it was working fine, but encountered the following exception and not able to proceed with the application. The url seems to be down all the time. Unsupported error status code for…
Andrea
  • 21
  • 2
  • 4
1
vote
2 answers

How do I ignore stuck threads in a Weblogic Server

I've got the below code working on Weblogic Application Server 10.3.2. The long running task executed on timerExpired takes longer than the server wide StuckThreadMaxTime of 600 seconds. I do not want to modify this value, but just to ignore the…
rudolfv
  • 797
  • 1
  • 9
  • 22
1
vote
2 answers

Java 1.4.2 memory analysis tools

We have an application running on Weblogic 8.1.3, using the bundled 1.4.2 JDK, and it's leaking memory moderately rapidly. I've done some reading around about how to fix memory leaks, but most of it seems to assume that the JDK being used is 5 or…
nihilogist
  • 352
  • 4
  • 12
1
vote
0 answers

jBPM 5.2, getProcessInstancesWaitingForEvent method

Looking at the class JpaProcessPersistenceContext I noticed this method getProcessInstancesWaitingForEvent which uses this named query ProcessInstancesWaitingForEvent. The aforementioned method should be used by the JPASignalManager to cache the…
Marius
  • 11
  • 2
1
vote
1 answer

Weblogic doesn't start because of "Authentication denied"

I had to change a Data Source configuration to solve a Runtime error (connection string wasn't specified). The error: Unable to deploy EJB: MailService from wps.jar: The run-as security principal, 'portaladmin', chosen for the EJB…
1
vote
1 answer

Apache Camel web console's scalate servlet fails in WebLogic

I've found a similar issue described in detail in the scala mailing list (also here). It seems to be related to this change in classpath management when creating scala interpretation environments. In my case both scala-library and scala-compiler are…
dm3
  • 2,038
  • 2
  • 17
  • 20
1
vote
1 answer

What is the best way to create new threads in Weblogic application server?

I'm developing an application on a Weblogic application server, and in my application I have a need to create a new process (python). This process has 2 output streams (std + err) that should be read by my application, because the OS can freeze the…
wafwaf
  • 651
  • 12
  • 24
1
vote
0 answers

weblogic 12.4.X Servlet failed with an Exception java.lang.IllegalStateException: Can't reset

I am facing peculiar issue on weblogic the execption says: weblogic 12.4.X Servlet failed with an Exception java.lang.IllegalStateException: Can't reset StackTrace is as below: <[ServletContext@501586899[app:XXX module:XXX path:null…
Sudheer HS
  • 11
  • 1
1
vote
2 answers

Error java.lang.ClassNotFoundException: com.sun.xml.bind.v2.ContextFactory trying to install Oracle SOA Suite 12.2.1.4.0

I'm trying to install Oracle SOA Suite 12.2.1.4.0 on my work laptop. I'm using a script that sets enviroment variables, like java path, so I'm using a particular version (jdk1.8.0_211) The script is this: set DEVROOT=C:\WORKINGDIR set…
gosphalt
  • 13
  • 2
1
vote
1 answer

How to send a queue to a weblogic server using quarkus and apache camel?

I am using the dependency in my pom.xml org.amqphub.quarkus quarkus-qpid-jms my yml properties file quarkus: qpid-jms: amqp:url:port username: username …
1
vote
0 answers

How do I use a Postgres JDBC connection from WebLogic?

I am trying to use a Postgres JDBC connection from WebLogic 14.1.1. I have added the Postgres JDBC jar to my domain's lib folder and added a datasource using the management console. The 'test' button at the end of the process indicates success. So…
Sietse
  • 7,884
  • 12
  • 51
  • 65
1
vote
0 answers

Estimate the performance impact of increasing certificate key size for requests signing

I'm interested in how to estimate the performance impact of increasing the RSA key size in the certificates that are used for signing the requests to the server. We do have a an Oracle WebLogic Application server running an Java application that is…
PaulEdison
  • 897
  • 1
  • 15
  • 36
1
vote
0 answers

JRuby and Weblogic 12.2.1.4 compatibility issues

When i deploy a war with JRuby 9.4.0.0 on Weblogic 12.2.1.4 i get the following error: resetting rack response due exception: org.jruby.rack.RackInitializationException: No such file or directory - C:/logs/oracle/wls/app/app.log from…
1
vote
1 answer

Error deploying adf application to IntegratedWebLogicServer (11g) (weblogic.management.DeploymentException)

After activating fast swap for the weblogic server in JDeveloper, I'm not able to deploy my project anymore, and I'm getting a weblogic.management.DeploymentException. It's an Oracle ADF project and JDeveloper's version is 11g, second release. When…
gBrugna
  • 11
  • 5
1
vote
1 answer

connect oracle apex application to multiple databases

is there any simple way to connect an oracle apex application to another database other than apex admin database (like using WebLogic data source). I read this but there are a lot of problem with that. Run these commands `` java -jar ords.war…