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
13
votes
5 answers

\Java\jdk1.6.0_03\bin was unexpected at this time

Whenever I am starting my WebLogic server I am getting this error msg in my eclipse console: \Java\jdk1.6.0_03\bin was unexpected at this time. My m/c is a 64bit one.
Shantanu
  • 201
  • 2
  • 6
  • 15
13
votes
2 answers

JSF Session Fail over and Partial State Saving

Running on JSF 2.0.9, Weblogic 10.3.4. We're now running JSF in our production environment but have encountered some issues with Session Replication and fail over. We are using viewscope for our beans and I have ensured they are…
andyfinch
  • 1,312
  • 2
  • 19
  • 34
13
votes
5 answers

sl4j/logback under weblogic

I'm trying to configure sl4j/logback under Weblogic12. I deploy ear file, which has war file, which has WEB-INF\classes\logback.xml Here is the config:
mik
  • 1,575
  • 6
  • 22
  • 33
12
votes
2 answers

Where can I find JavaEE packages' sources?

I'm developing a JavaEE system (distributed on Weblogic App Server), but I don't have the sources for the JavaEE packages (javax.ejb.*, for instance). Where can I find the sources (not javadoc) for these packages?
wafwaf
  • 651
  • 12
  • 24
12
votes
1 answer

How to retrieve Weblogic's Deployment test points through Weblogic Java API

I'm working on a Weblogic health monitoring code base, which is based on JMX. I am trying to get the list of all deployment test points (the http addresses, as shown in the following snapshot), and see if that web address is reachable or not. Is…
Tina J
  • 4,983
  • 13
  • 59
  • 125
12
votes
1 answer

What are the consequences when setting enforce-valid-basic-auth-credentials to false on weblogic server

In my weblogic server I have application where is enabled basic authentication(web.xml and weblogic.xml). Now I am porting spring-boot application from tomcat to weblogic where was basic authentication too but on application tier. So when I port…
hudi
  • 15,555
  • 47
  • 142
  • 246
12
votes
11 answers

Unable to access weblogic datasource from java with prefix jdbc/

I have created two datasource in weblogic with below jndi names jdbc/testDatasource testDatasource1 I am able to access datasource testDatasource1 using java but while access dataource jdbc/testDatasource i am getting below mention…
raoul.nair
  • 389
  • 1
  • 8
  • 21
12
votes
3 answers

What is weblogic.socket.Muxer?

Does any of you understand what weblogic.socket.Muxer is used for in WebLogic 8.1? Often in thread dumps I see stack traces similar to this: "ExecuteThread: '0' for queue: 'weblogic.socket.Muxer'" id=20 idx=0x68 tid=26709 prio=5 alive, in native,…
Andrey Adamovich
  • 20,285
  • 14
  • 94
  • 132
12
votes
1 answer

Specify default schema for JDBC pool in weblogic/oracle

We use the same user for multiple projects and I want to have a different default schema for different connection pools. Is there a way to specify the default schema in the weblogic JDBC configuration?
Roman Goyenko
  • 6,965
  • 5
  • 48
  • 81
12
votes
5 answers

facing perm gen space error in weblogic

I am new to weblogic. After starting the server when i see administrator console and get log-in it throws below exception. Root cause of ServletException. java.lang.OutOfMemoryError: PermGen space at java.lang.ClassLoader.defineClass1(Native…
nakul
  • 1,445
  • 7
  • 20
  • 30
12
votes
3 answers

Weblogic Deployment Exception : PaddingException: Could not perform unpadding: invalid pad byte

This question is asked (and answered) just to share some knowledge with the SO Community. I have recently came up with a deployment Exception of my web application (after receiving some changes from the SVN Repository) that said: < Error > <…
MaVRoSCy
  • 17,747
  • 15
  • 82
  • 125
11
votes
4 answers

How to lookup JNDI resources on WebLogic?

I deployed a legacy application on WebLogic 11g. The application has the following code: Context context = new InitialContext(); dataSource = (javax.sql.DataSource) context.lookup("java:myDataSource"); I also have a data source configured in…
wsb3383
  • 3,841
  • 12
  • 44
  • 59
11
votes
2 answers

weblogic jsessionid

I run Weblogic 10.3 locally and have a question about the sessionId that it generates. When i print session.getId() i see something that resembles this: BBp9TAACMTglQ2TDFAKR4tpyXg73LZDQJ2PtT9x8htG1tWY122aa!869187422!1308677666322 what are these…
Elijah
  • 1,252
  • 3
  • 21
  • 32
11
votes
1 answer

Weblogic 12.2.1 + Java 8 + Spring Data JPA + Hibernate 5.x Deployment conflict

I am trying to deploy an EAR file using WebLogic 12.2.1 with Hibernate 5.x and Spring-data-jpa 1.9.4. The same configuration deployed fine on Weblogic 12.1.3. JPA 2.1 is used on both of them. Weblogic is throwing a ClassNotFoundException and looking…
11
votes
4 answers

File metro-default.xml not found on Weblogic 12.1.3

We're currently running on WebLogic 12.1.2. And in this environment our application runs fine. What we want now is to homologate our applications to WebLogic 12.1.3 environments. But we are facing a problem with the Web Services we use. In the new…
vkrausser
  • 393
  • 1
  • 3
  • 17