Questions tagged [weblogic-10.x]

The 10.x (March 2007) release of WebLogic Server, a Java EE application server suite from Oracle. It's part of their Oracle Fusion Middleware product.

The 10.x (March 2007) release of WebLogic Server, a Java EE application server suite from Oracle. It's part of their Oracle Fusion Middleware product.

This tag covers specifics around version 10.* of Oracle WebLogic. For generic questions that might apply to every version, please use the generic instead.

See for more information.

923 questions
9
votes
2 answers

What is difference between oracle.jdbc.xa.client.OracleXADataSource and oracle.jdbc.pool.OracleDataSource

I am trying to understand the difference between XA vs Non XA JDBC datasource. Also how do I know which type and version of JDBC dtriver is used. I am currently on 10.3 weblogic and trying some tet to kill long running queries using setQueryTimeout,…
user369823
  • 351
  • 2
  • 5
  • 16
8
votes
5 answers

External properties file with Weblogic

I'm looking for the best way to use an external properties file with an application that is going to be deployed on Weblogic 10.3 server. I read a number of articles on the site but I don't want to hard-code the path to the properties file or put…
L4zl0w
  • 1,069
  • 4
  • 15
  • 42
8
votes
2 answers

How to view results of a WebLogic Deployment Plan

I'm trying to use a weblogic deployment plan to add init-param values to a vendor-provided .war file's web.xml. While I realize that I can open the .war file and just edit the file inside, I'd prefer to use a deployment plan to accomplish this as I…
Randy
  • 131
  • 1
  • 6
8
votes
4 answers

Weblogc BEA-000449 : Closing socket as no data read from it during the configured idle timeout of 5 secs

I have started seeing this message in my weblogic 10 log files. I am running an app with around 40-350 concurrent users. My questions are What does this error really mean How will it affect the users (if it does) What could be causing…
Mahesh Nair
  • 81
  • 1
  • 1
  • 2
8
votes
1 answer

Deploy to weblogic using maven and jenkins

We are using Jenkins in our project for build and deployment on dev environments. I have sucessfullly created a war file using maven in jenkins and now I have to create another job to deploy that war file into the weblogic server. However, I am not…
Manish Joshi
  • 3,550
  • 2
  • 21
  • 29
7
votes
3 answers

Huge variance in JNDI lookup times

We're experiencing huge variance in response times on a legacy J2EE web application running on Weblogic 10.3. The system consists of two Weblogic server instances (frontend and backend) which run on the same physical server machine and an Oracle…
MarkoU
  • 229
  • 2
  • 7
  • 14
7
votes
1 answer

NameNotFoundException when calling a EJB in Weblogic 10.3

I have a EJB defined as this: package com.foo; @Stateless (mappedName="HelloWorld") public class HelloWorldBean implements HelloWorld, HelloWorldLocal .... When it's deployed to Weblogic (WL), it gets the name myBean. I'm not sure if this is…
Sajee
  • 4,317
  • 14
  • 46
  • 54
7
votes
1 answer

Spring 3.1 contextInitializerClasses not Working on WebLogic 10.3.6 using web.xml Context-Param

I'm trying to read properties from a properties file, whose filename will be different for each of our environments, like local.properties, dev.properties, etc. These properties files will only contain the connection information for their…
Tres' Bailey
  • 709
  • 7
  • 17
7
votes
3 answers

StartSSL class 1 certificate not accepted by browser (Weblogic 10.0.1)

I have requested a class 1 certificate from StartSSL and installed it in Weblogic 10.0.1 (see screenshots). The browsers (Chrome & IE9 on Windows 7, IE8 on XPSP3) still give a certificate error (see screenshots). I think the StartSSL root…
Steven Devijver
  • 2,553
  • 1
  • 22
  • 22
6
votes
1 answer

log4j to logback(migration)

We are using log4j+commons-logging in our current projects. Now we are mirgrating from log4j to Logback, so can we just use replace log4j.properties with logback.xml or we have to convert log4j to SLF4J? as per the suggestion i kept the code same i…
user1137387
  • 1,933
  • 3
  • 18
  • 27
6
votes
4 answers

Spring MVC - Failed to read candidate component class

Iam getting following error when i try to deploy my ear in weblogic server 10g. Actually error doesn't show me the exact place where issue is generated. org.springframework.beans.factory.BeanDefinitionStoreException: Failed to read candidate…
Prathap
  • 1,023
  • 7
  • 19
  • 33
6
votes
6 answers

How to debug Java EE application using WebLogic 10.3

I am using WebLogic 10.3 with a Java EE application. Can anyone please tell me how to debug this application?
dhananjay
  • 61
  • 1
  • 1
  • 2
6
votes
4 answers

Testing Weblogic webservices using SOAP UI

We have implemented webservices on Weblogic 10.3. I am trying to test the webservices using the SOAP UI client (soapui.org). but I get following error message: Error 401--Unauthorized Error 401--Unauthorized From RFC 2068…
rohit
  • 61
  • 1
  • 1
  • 3
6
votes
2 answers

weblogic appc: include generic arguments in the ejb client jar

I have an EJB returning a list of my own ValidationMessage objects: @Remote public interface Intf { List validateFile(); } I'm generating EJB client JAR with weblogic's appc utility. The problem is that it does not include…
unbeli
  • 29,501
  • 5
  • 55
  • 57
6
votes
2 answers

Security:090398 Invalid Subject - Spring and weblogic

I am writing a new application using spring and JMS. Myintent is to use Spring's Asynchronous Reception - Message-Driven POJOs. I get the following…
datta
  • 521
  • 2
  • 5
  • 16
1
2
3
61 62