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

Security problem connecting to Weblogic 10.3 t3s protocol from Linux JMX client

When I try to connect Weblogic Server (installed on Windows) t3s protocol from Linux, it shows this error: Not enough cryptography available to enable a cipher suite! java.lang.IllegalStateException: Not enough cryptography available to enable a…
charlie
  • 91
  • 2
  • 5
1
vote
1 answer

Spring Boot Application Stuck on WebLogic

I have a Spring Boot REST API with 2 endpoints, one calls an Async service to start a long-running job, and another is a synchronous API to get the progress of the job. Job status is stored in a table. The APIs work fine when I run on the embedded…
Debojit
  • 568
  • 1
  • 10
  • 24
1
vote
0 answers

Configure weblogic to support modern authentication

I have a weblogic that has the JMS configured to sniff an Office 365 mailbox to read the attachments of the mails. However after the modern authentication is activated I can no longer access the mailbox and the mails are not processed. My question…
1
vote
2 answers

Read from Weblogic , write to ActiveMQ

I have the following scenario: Read a message from a Weblogic queue and I have to write this to an ActiveMQ queue (transaction wise) (i can't use JMS Bridge,Foreign JNDI for various reason that do not depend on me) Is there a way of doing this ?…
Cris
  • 4,947
  • 6
  • 44
  • 73
1
vote
0 answers

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 --- | - libs.war < --- If I set…
1
vote
1 answer

EJB Timer IllegalArgumentException

I have an EJB3.0 timer which runs great.During application deployment i see this error in my WL logs, An exception occurred while registering the MBean null.java.lang.IllegalArgumentException: Registered more than one instance with the same…
user874722
  • 149
  • 1
  • 3
  • 16
1
vote
1 answer

Calling weblogic deployed OASIS WSSE web service

We have webservice deployed on weblogic that implements oasis wsse. Then I created the client using wsconsume from jboss (later tried metro) and called the web service. It always throws an error, I tried to create a test client in soapUI that is…
czetsuya
  • 4,773
  • 13
  • 53
  • 99
1
vote
0 answers

Monitor weblogic by zabbix

I want monitor weblogic server by zabbix. I do import template weblogic in zabbix but I don't know how to work. please help me for monitor weblogic server.
Mohamad
  • 17
  • 3
1
vote
1 answer

regarding work manager for a component of webapp in weblogic

We have a spring batch component implemented as a component of an ear application deployed on weblogic. We want to implement max thread constraint on the spring batch component and not on the web application as a whole. So we think of implementing…
Sudharshan
  • 31
  • 1
  • 5
1
vote
1 answer

Apache POI and Weblogic JAR conflict- POI 5 and xmlbeans

I'm currently trying to use apache POI to make excel files in java, SXSSF to be exact. When running it however, I'm getting the following error: Caused By: java.lang.ExceptionInInitializerError at java.lang.Class.forName0(Native Method) …
1
vote
0 answers

WebLogic underlying security framework

What is the WebLogic's underlying security framework for WS-Security processing.. I know it's using WSS4J underneath - what is the framework they are using WS-SecurityPolicy processing...
Prabath Siriwardena
  • 5,891
  • 1
  • 27
  • 34
1
vote
2 answers

How do I resolve duplicate property errors in this j2ee schema?

I inherited a J2EE app written for deployment on Weblogic 10 and the developer primarily responsible for this application does not get this error when he opens the project in Eclipse. I have the following very simple weblogic.xml file:
Mike Yockey
  • 4,565
  • 22
  • 41
1
vote
1 answer

Multiple JNDIs pointing to same resource on weblogic 10?

I want to know if there is any way a resource in weblogic can have multiple JNDI names? My problem is that I have 2 versions of the app deployed on the same weblogic managed server (version A and B). Now, I want to repoint all the clients using…
kira
  • 97
  • 1
  • 11
1
vote
1 answer

weblogic 12c org.glassfish.hk2.api.UnsatisfiedDependencyException: There was no object available for injection at SystemInjecteeImpl

i've an already structured Application with RESTful APIs that are needed to be documented with swagger (version 1.5.24). after implementing it, when trying to deploy on Weblogic 12.2.1.2.0 i receive this error as the application starts: …
Daniel83
  • 21
  • 7
1
vote
0 answers

Weblogic Log4j2 setup not printing Debug messages

So i have a simple properties handler java code which prints these loggers . I am using commons logging and log4j2 import org.apache.commons.vfs2.FileObject; import org.apache.commons.vfs2.FileSystemException; import…
SAXAS
  • 27
  • 6