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
22
votes
2 answers

WebLogic stuck thread protection

By default WebLogic kills stuck threads after 15 min (600 s), this is controlled by StuckThreadMaxTime parameter. However, I cannot find more details on how exactly "stuckness" is defined. Specifically: What is the point at which 15 min countdown…
user319799
20
votes
2 answers

Viewing Deployed Apps in Weblogic Server

I am new to weblogic and I would like to find out how my files are arrange in Weblogic? I have used only Tomcat and this is the first time where I will deploy in a Weblogic Server. In Tomcat, I could view the exploded view of my projects by looking…
Mark Estrada
  • 9,013
  • 37
  • 119
  • 186
18
votes
3 answers

java.lang.NoSuchMethodException: org.hibernate.validator.ClassValidator Seam weblogic 10.3

I have a big problem with Hibernate (use with seam) on weblogic 10.3. When I publish my application, I get this error: java.lang.NoSuchMethodException: org.hibernate.validator.ClassValidator.(java.lang.Class, java.util.ResourceBundle,…
Kiva
  • 9,193
  • 17
  • 62
  • 94
16
votes
2 answers

Spring Web Flow LockTimeoutException

We are using Spring Web Flow (2.0.9) in the Weblogic 10 clustured environment. And in production we are getting a lot of LockTimeoutException : Unable to acquire conversation lock after 30 seconds. I have been trying to figure out why does above…
Kunal Jha
  • 2,102
  • 4
  • 24
  • 34
15
votes
9 answers

how to change listen port from default 7001 to something different?

Can anyone tell me how to change the default listening port of Weblogic 10.3 to something different? I saw some posts on discussion boards which say that change it under ...//config/config.xml. Even I thought so, but surprisingly, there is no…
Bhushan
  • 18,329
  • 31
  • 104
  • 137
14
votes
1 answer

How to remove out-of-sync, deleted autodeployed apps from Weblogic

being new to Weblogic, I followed some readme files to deploy apps to Weblogic, by copying the war files to the autodeploy folder. They automatically showed in the Weblogic console, so far so good. Later, I deleted some of these apps from the…
Tarek
  • 3,080
  • 5
  • 38
  • 54
12
votes
1 answer

javax.faces.FacesException: Could not resolve NavigationCase for outcome

I have one template.xhtml file at /template/template.xhtml
Akhil
  • 533
  • 2
  • 11
  • 26
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
1 answer

JSF1064 "Unable to find or serve resource" warning on jsf 2.0

I'm working on an Enterprise project with Java EE 5 and JSF 2.0 (Mojarra 2.0.3) on Weblogic 10.3.3 I don't have an error, but a very annoying warning in my console when going through my application. Whenever I perform a redirect in JSF, I get a…
Dieter Hubau
  • 649
  • 2
  • 6
  • 17
10
votes
3 answers

Adding custom object to JNDI on Weblogic 10

Is it possible to add a custom object (String or URL) to JNDI using Weblogic Server Administration Console (Weblogic 10.0) or by editing server's configuration file (config.xml)?
Tadeusz Kopec for Ukraine
  • 12,283
  • 6
  • 56
  • 83
9
votes
2 answers

Weblogic 10.3.1.0 is using com.bea.core.apache.commons.net_1.0.0.0_1-4-1.jar... I want to use commons-net-2.0.jar from my code

Weblogic 10.3.1.0 is using com.bea.core.apache.commons.net_1.0.0.0_1-4-1.jar... I want to use commons-net-2.0.jar from my code. How can I force it to use the newer JAR in my code only?
Cal
  • 1,625
  • 4
  • 20
  • 30
9
votes
4 answers

How to remote deploy an application in weblogic?

I have two computers , I don't want to install weblogic and oracle in my development computer, they consume too much memory, the problem is how can I deploy my application on development computer to another free computer which has oracle and…
Sawyer
  • 15,581
  • 27
  • 88
  • 124
9
votes
2 answers

Default Grails '/' controller mapping not resolving properly

This one has been driving me crazy today. Since upgrading to Grails 1.2 and Weblogic 10.3 the default root mapping for "/" stopped working. Here's what I have... I have this URL mapping: "/"(controller:"IGive", action:"index" ) I have a…
mbrevoort
  • 5,075
  • 6
  • 38
  • 48
9
votes
3 answers

Where is WebLogic Jar containing javax.servlet in 10.3?

I am trying to configure my path to include javax.servlet with WebLogic. WebLogic has split out the Jar files, so which one contains javax.servlet?
bkoch
  • 540
  • 2
  • 4
  • 12
9
votes
2 answers

Override JAX-WS version used by Weblogic 10 - Dynamic WSDL with inline schemas

Has anyone successfully updated the JAX-WS version used by Weblogic 10.3.3? I've been trying to do what's described in the accepted answer from here for hours with no luck. I'm using Maven to resolve my dependencies and I've tried with combinations…
Adolfo
  • 798
  • 1
  • 7
  • 15
1
2 3
61 62