weblogic-10.x

Weblogic 503 errors on EVERY OTHER startup

We are having a rather frustrating issue wherein WebLogic takes its usual 3-5 minutes to deploy our application to a development machine (running Ubuntu 9.10 in my case) and then instantly gives us a 503 error when trying to access our application. The odd part is that stopping the server and starting it always fixes the issue with no c...

How can I install one Web Application in two context roots in Weblogic 10g?

How can I install one Web Application in two context roots in Weblogic 10g? ...

error appears in jdeveloper 11g 11112

hi all, i need help on compiling my project in jdeveloper 11g. previously my application (jsp+servlets) works smoothly in jdeveloper 10g with oc4j (deploys in WAR file). but since i migrate to jdeveloper 11g, it appears several errors like this : <Nov 27, 2009 1:13:50 PM WIT> <Error> <Deployer> <BEA-149265> <Failure occurred in the exec...

jaxws 2.1.5 on weblogic 10.3.1 instead of pre-installed jaxws 2.1.1?

Is it possible, and when yes, how? ...

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? ...

Weblogic Apache plugin and session stickiness

If two webserver are configured in between a load balancer and weblogic cluster, will the two Apache server maintain session stickiness.?? Say for e.g. the load balancer forwards the first request to the 1st apache and inturn 1st apache forwards to 1st WL managed instance.Even if the second req from the same user is forwarded by the load...

Problems with Web Service Data Source in Crystal Reports 2008

I'm trying to hook up my SOAP webservice to be used as a crystal reports data service and I'm running into some problems. I follow the wizard and after I enter my WSDL URL and my credentials, I go on to the final page. On this page, the drop down boxes are empty. I manually enter the service name, port and method, and then hit finish ...

How to configure & package a simple Java app to uss JPA

I'm trying to learn JPA and I want create a simple Java command line app that will use JPA to query and update a database table. I mapped out the the simple code needed to do this. But I don't know how to configure the directory structure, where to place the persistence.xml file, packaging and so on. This is just a quick and dirty lea...

How to use JPA to connect to Derby

A related query I asked: http://stackoverflow.com/questions/1892089/how-to-configure-package-a-simple-java-app-to-uss-jpa I have a simple Derby database which I can connect to via EJBs hosted in WebLogic. Now I would like to connect to it from a command line Java app using JPA. So far this Java code + persistence.xml file is throwing...

JEE5 Development Environment

I've got a client who already has some applications in production and therefore has already made some decisions about what their production environment will be for this next project: Sun iPlanet 6.1 SP7 (w/ apache) JDK 1.6 Oracle Weblogic 10 MP3 Oracle 10g 1024-bit SSL They also have some corporate standards for web apps: Tomcat St...

How to get JDBC connections obtained from a JNDI datasource to participate in a UserTransaction using Weblogic 10.3?

I am currently retrieving both a UserTransaction and a DataSource from a Weblogic 10.3 server using JNDI. I have set the Datasource up to 'Support Global Transactions' and to use 'Logging Last Resource' My hope was that by beginning a UserTranscation and then retrieving a JDBC connection from the Datasource the connection would partici...

Anybody has luck running Rails application on Weblogic using JRuby?

My application is developed on Rails 2.3.5, its running fine on Webrick, Mongrel, Tomcat and Glassfish. But when I try to the run the same war file that was generated using warbler gem in Weblogic, I am getting the following error: Application initialization failed: no such file to load -- rack from C:/bea/wlserver_10.3/samples/domai...

Weblogic 10.3 build path error.

I am trying to resolve a build path error. Which weblogic 10.3 jars contain the j2ee classes (like javax.ejb package etc.) ? ...

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)? ...

"Java heap space" error when deploying WAR with ant on Weblogic 10.3

I'm getting this error when deploying application WAR files from my ant build via a task that calls weblogic.Deployer. This is on Windows XP, server is not in Production mode, there are only 2 other WARs installed on the server, one being just static content (web.xml + png/css/javascript files), no other weblogic servers installed on th...

How to connect WebLogic jdbc data source to Oracle Database over SSL (and authenticate using certificate)?

WL=WebLogic 10.3 database=Oracle Version 10.2.0.2.0 - Production I have the database and WL up. I can create a new WL JDBC data source that successfully authenticates to the database, but how to do this using SSL? I've followed the following documentations: How-To Configure and Use Oracle JDBC Driver SSL with Oracle WebLogic Server S...

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 controller named IGiveController with an index closure def index = { render "foo" } When ...

Weblogic 10.3 domain unpacking problem

Hi, I'm trying to unpack a Weblogic 10.3 domain on one of our production servers (SunOS 5.10), but get the following error: $ /opt/bea10/wlserver_10.3/common/bin/unpack.sh -template=/tmp/CM.jar -domain=/opt/bea10/user_projects/CM Error: failed to create the temporary script file Assuming that this is a priviledge problem: where act...

[com.ctc.wstx.exc.WstxIOException: Socket closed Exception with WebLogic WebService interop with .NET WCF

We have an application that accepts an uploaded file, but intermittently throws a Socket closed exception. Client is .NET using WCF to connect to a WebService in WebLogic 10.3 using the JAX-WS annotations to create the web service. Intermittently, while uploading large files, we receive Socket closed exceptions and are having trouble d...

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 weblogic installed ? I am using weblogic 10.3. ...