Questions tagged [weblogic11g]

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

The 11.x (July 2009) 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 11.* of Oracle WebLogic. For generic questions that might apply to every version, please use the generic instead.

See for more information.

627 questions
3
votes
2 answers

Weblogic errors after getting deployed (published) : Error 503--Service Unavailable

I have a small web application where I am using Spring, Hibernate and JSF2.0. I am deploying my application to Weblogic 10.3.6 which in integrated with Eclipse server. When I publish application to server, it gets published(deployed) however it…
Jacob
  • 14,463
  • 65
  • 207
  • 320
3
votes
2 answers

Out of memory issue with weblogic server 11g

I am using weblogic 10.3.6 with JRockit installed . I am using a 64 bit system with Linux as OS. I have an adf application installed in it . There are only a couple of users using the application . But the server machine where WLS is installed keeps…
Sam
  • 1,298
  • 6
  • 30
  • 65
3
votes
2 answers

pl/sql procedure returns 3 question marks ('???') for varchar2 columns (wls 10.3.4 - weblogic 11g)

I got the following code that works fine on OAS10, for fetching array of custom object from sql procedure: Connection conn = null; OracleCallableStatement stmt = null; RequestsWrapper requestsWrapper = null; conn = getConnection(DATASOURCE); if…
Kenny
  • 153
  • 1
  • 9
2
votes
1 answer

I'm trying to get the name of a server in Weblogic to use in my log4j Config

I'm using log4j in a project that is being deployed to a clustered Weblogic 11g environment, and I'm trying to get the name of the server that has the app deployed on it to use for logs. I seem to remember that there is a way to get the running…
bakoyaro
  • 2,550
  • 3
  • 36
  • 63
2
votes
1 answer

The server is invalid. Error occurred reading server credential. If the domain was recreated, the server instance in Eclipse must also be recreated

Could any one help me on this. I'm going to use the Oracle Weblogic server in Eclipse. Use jdk 1.6.45 version The server is invalid. Error occurred reading server credential. If the domain was recreated, the server instance in Eclipse must also be…
2donsang
  • 21
  • 1
  • 2
2
votes
2 answers

WAR loads differently on weblogic when inside an EAR, why?

How does WebLogic 11g load libraries in an EAR file? I have this problem with a web application, that when deployed as a WAR (with libraries it depends on in WEB-INF/lib), it works just fine. However, when it's inside an EAR file, WebLogic does not…
wsb3383
  • 3,841
  • 12
  • 44
  • 59
2
votes
1 answer

Reading a config file from weblogic domain dir

I have a config file which lists all the configuration details for Logback.xml like the log file location and log level etc. I have this file placed in resources under the weblogic domain dir. I also have a properties file in my project which should…
Ravi
  • 7,939
  • 14
  • 40
  • 43
2
votes
0 answers

is there any way to set response header "X-Content-Type-Options", "nosniff" in weblogic server or in domain level for locahost?

Can anyone let me know if there is a way to add a response header globally for the localhost domain or WebLogic server? adding header in filter level is what I tried for now,but I am wonder if there is a way to set it from the server level.
Hema
  • 117
  • 1
  • 12
2
votes
3 answers

How can I deploy an exploded web app through WebLogic 11g administrative console?

I need to deploy a web applicataion as an exploded archive (instead of .war) due to some legacy servlet path location code used in it (ServletContext.getRealPath()). I only have web-based admin console access to the WebLogic 11g server that I intend…
wsb3383
  • 3,841
  • 12
  • 44
  • 59
2
votes
1 answer

Weblogic server -Fail to convert to internal representation: weblogic.jdbc.wrapper.Blob_oracle_sql_BLOB@3

While passing a file in the form of a blob to an Oracle database- I'm getting this error in Weblogic. This same code works fine in Tomcat server: Cause: java.sql.SQLException: Fail to convert to internal representation: …
2
votes
0 answers

How to get WebLogic to process certain files as JSP

I am migrating a java web application from OC4J to WebLogic 11g. The application contains the following servlet mapping: jsp *_dyn.txt This works…
Martin
  • 1,777
  • 1
  • 14
  • 18
2
votes
0 answers

org.springframework.boot.legacy.context.web.SpringBootContextLoaderListener failed: java.lang.IllegalArgumentException: Invalid source

I am trying to deploy a Spring boot webapp to WebLogic Server. The code runs fine in Tomcat when run locally. But when I build jar and deploy it to WebLogic I get below exceptoin.
user9871329
2
votes
1 answer

java.io.NotSerializableException

We are getting the following error in our clustered QA environment. We run Weblogic 10.3.3.0 on linux. #### <[ACTIVE] ExecuteThread: '1' for queue:…
Tom Henricksen
  • 137
  • 4
  • 14
2
votes
2 answers

Error While deploying in Oracle weblogic 11g

During deployment of my application in Oracle weblogic 11g Messages Unable to access the selected application. Exception in AppMerge flows' progression Exception in AppMerge flows' progression All tags must be contained within a single element All…
Anupam
  • 509
  • 1
  • 6
  • 16
2
votes
2 answers

Attempting Ant build with Weblogic 10.3 Dependency

I'm a CM and am responsible for our Continuous build process, and helping the developers define and use the builds correctly. I try to set things up in such a way that the developer merely has to download the module from the Source control system,…
David W.
  • 105,218
  • 39
  • 216
  • 337