Questions tagged [weblogic9.x]

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

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

See for more information.

87 questions
3
votes
2 answers

Flex streaming timing out

I have a Flex GUI which is using AMF Streaming to BlazeDS on WebLogic 9.2. As the AMF Streaming uses long polling, it keeps the connection open for extended periods of time. WebLogic has a max thread timeout of 600 seconds. WebLogic throws an error…
Mark Sailes
  • 1,224
  • 15
  • 17
2
votes
2 answers

How to clone weblogic server in WLST (offline-mode)?

We have a custom weblogic template which has admin server (obviously) and a cluster with 2 managed servers deployed to the same machine. We use that template for our development environments. But now when we move on to performance testing…
Andrey Adamovich
  • 20,285
  • 14
  • 94
  • 132
2
votes
0 answers

Web Logic 9.2 redployment issues

So, After a lot of R&D I've still not been able to find a fix to my issue. I'm working on an enterprise app. It's using WebLogic 9.2, ANT and JDK 1.5. The issue: "weblogic.Deployer$DeployerException:…
2
votes
2 answers

Redirecting http request to two different weblogic servers using the Weblogic proxy and Apache2

I've read previous posts like "Redirecting https requests to two different weblogic servers using the Weblogic proxy and Apache2". But I have a different situation and I don't think I'm understanding this to well. I have an Apache 2 server (server1)…
Jhon
  • 21
  • 1
  • 2
2
votes
1 answer

Are Ear Files build once and Deploy on Multiple Apps server thing?

Is it Possible to build a simple ear with just one "Hello World" html page to be build just once as ear file and deployed on weblogic, JBoss or any other server? Means if Ear file is very simple which does not uses any advance services provided by…
sandeepsign
  • 539
  • 6
  • 11
2
votes
1 answer

Weblogic JDBC Exception : XAER_RMERR

any one have ever found this kind of exception in weblogic ? [JDBCExceptionReporter] : Unexpected exception while enlisting XAConnection java.sql.SQLException: XA error: XAResource.XAER_RMERR start() failed on resource 'datasource/tx/olddata':…
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

Updating WLS_HOME/server/lib contents without a restart

Does anyone know how to update the content of a WebLogic Server's WLS_HOME/server/lib/ folder without having to restart it? A colleague of mine did a deployment which involved an updated .jar file that was used by all the .ears in the user_projects…
Matt Moran
  • 697
  • 1
  • 9
  • 22
1
vote
1 answer

How do I debug JSPs

How can I debug JSPs in my JSF1.6 application running on Weblogic 9 application server. Right now I am using NEtBEans editor to debug my Java classses and that works.
Radha
  • 121
  • 2
  • 13
1
vote
2 answers

WebSphere MQ Security Authentication Exception on Unix

We have our application running on a Sun Solaris system and have a local WebSphere MQ installation. The applcation uses bindings mode to connect to queue manager. When trying to send message to the local queue, the JNDI binding is successfull but we…
bharath
  • 11
  • 1
1
vote
1 answer

WebLogic 9.2 Loadbalancing problem

I have a setup of 2 independent WebLogic 9.2.1 servers (they are Managed servers with their own Admin server). So no Clustering has been setup. They are configured with JDBC Session Persistence. Furthermore each of the WebLogic servers have their…
neko
  • 51
  • 5
1
vote
2 answers

Weblogic application port for web apps

I have deployed a java web application jar file on weblogic 10.3. But I'm unsure how to access the application in browser. I have the path to my web app as "/testapp/home.do" Can someone tell me what port is used by weblogic apps. Where can I check…
user777777
  • 228
  • 4
  • 25
1
vote
1 answer

m2eclipse weblogic-maven-plugin Unable to connect to 'http://localhost:7001': invalid type code: 31

I'm trying to deploy a web application to weblogic server installed in my local machine. It works well when mvn install is invoked from command line. However from eclipse, it gives the error - "Unable to connect to 'http://localhost:7001': invalid…
coolguy
  • 113
  • 5
  • 10
1
vote
1 answer

I can't kill one server using WLST and Node Manager

I manage seven Weblogic servers for development and test. I use WLST scripts to start and stop them. This works perfectly for six of the servers, but one of them will not stop when I run the script to stop it. The start script starts it but the…
Jon Strayer
  • 2,058
  • 2
  • 20
  • 40
1
vote
0 answers

WebLogic Classpath does not append the classpath options under server start

When I add some new directories, jars etc to the WebLogic classpath under Server Start, it somehow does not append these values to the existing classpath. It just replaces the existing classpath with what I have provided in ClassPath under Server…
Victor
  • 16,609
  • 71
  • 229
  • 409