Tagged Questions

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

learn more… | top users | synonyms (3)

8
votes
2answers
8k views

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. ...
6
votes
2answers
377 views

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<ValidationMessage> validateFile(); } I'm generating EJB client JAR with weblogic's ...
5
votes
3answers
186 views

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 ...
4
votes
1answer
159 views

Complex type with single array element throws marshalling exception

We have JAX-RPC style web service, with a complex type defined as follows: <xs:complexType name = "SomeFault"> <xs:sequence> <xs:element name = "errorMessages" ...
4
votes
1answer
116 views

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 ...
4
votes
2answers
6k views

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: ...
4
votes
2answers
583 views

Deploying a Django app to Weblogic: Cannot find modjy

I'm trying to deploy a django app to Weblogic and it cannot find modjy. I looked in the jython.jar that is included in the generated war file, and the modjy servlet is indeed there. Below is the ...
4
votes
1answer
2k views

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

Is it possible, and when yes, how?
4
votes
1answer
6k views

How do you configure WorkManagers in WebLogic 10.3?

I would like to use a WorkManager to schedule some parallel jobs on a WebLogic 10.3 app server. http://java.sun.com/javaee/5/docs/api/javax/resource/spi/work/WorkManager.html I'm finding the ...
3
votes
1answer
467 views

User Certificate is Null in HTTPServletRequest

I am running a servlet in Weblogic 10.3 with two-way SSL enabled. When I try to get the following attributes from the HTTPServletRequest, both are null: - javax.servlet.request.X509Certificate - ...
3
votes
2answers
739 views

Spring3, JAXB2, Java6, NamespacePrefixMapper questions

I built a simple Spring3, Hibernate3/(JPA2), RESTful service, hosted on Tomcat6, that uses JAXB2 to marshal the results. (It uses annotated pojos.) I needed to use specific namespace prefixes, so I ...
3
votes
1answer
344 views

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 ...
3
votes
6answers
540 views

@Override for interface methods causes JSP compilation to fail

For some reason, putting @Override on methods overriding interface methods causes JSP compilation to fail in weblogic. Everything is definitely running off of JDK 1.6.0_14, but this Java 5'ism still ...
3
votes
2answers
680 views

How to do parrallel processing in Unix Shell script?

I have a shell script that transfers a build.xml file to a remote unix machine (devrsp02) and executes the ANT task wldeploy on that machine (devrsp02). Now, this wldeploy task takes around 15 minutes ...
3
votes
3answers
5k views

How to purge/delete message from weblogic JMS queue

Is there and way (apart from consuming the message) I can purge/delete message programmatically from JMS queue. Even if it is possible by wlst command line tool, it will be of much help.
3
votes
2answers
3k views

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 ...
3
votes
2answers
1k views

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: ...
3
votes
3answers
2k views

“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 ...
3
votes
3answers
6k views

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?
3
votes
1answer
10k views

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 ...
2
votes
0answers
28 views

WebLogic 10gR3 - UnsupportedEncodingException parsing Content-Type header for multipart/form-data

My application is receiving multi-part content through an HTTP POST, on WebLogic 10gR3. Whenever clients specify the charset attribute before other attributes on the Content-Type header (e.g. ...
2
votes
3answers
70 views

How to access a property file using java using Weblogic Server?

I have one property file .properties and I can load that file in stand alone Java Class as below: Properties props = new Properties(); try { FileInputStream fis = new ...
2
votes
2answers
52 views

Classloader Filtering

I have asked a related question before - but this is not exactly the same. I was told earlier not to ask additional questions in the same thread if the issue is a bit different. So I am posting this ...
2
votes
1answer
83 views

Cannot download Weblogic server adapter in RAD 7.5

I need to configure Weblogic 10g server with my RAD 7.5. When I try to download the Oracle Weblogic server plugin using Server -> New Server -> Download additional server adapters... I am ...
2
votes
2answers
341 views

Call EJB3 Local bean through Remote bean from external JVM

Not terribly experienced using EJB, and I ran into the following problem with which I hope one of you guys can help out. Suppose the following situation: a set of @Local beans have been defined to ...
2
votes
1answer
448 views

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. ...
2
votes
3answers
240 views

how to debug an issue when the cause is not known

We are facing the following exception in weblogic server v10.3.2.0. We are using JRockit JRE 6.0. We have around 6-7 XA datasources involved in every server request. We face this exception when ...
2
votes
4answers
574 views

custom 503 error page thrown from servlet java

This is pretty simple and straight forward. I want to thrown an error 503 from servlet side. Pretty simple right ? response.sendError(503); When this is thrown , i need it to hit a custom error ...
2
votes
2answers
614 views

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 ...
2
votes
4answers
907 views

Play framework weblogic 10.3.3.0 deployment

I built a Play app and tried to deploy on weblogic using the following commands: play war -o myApp myApp Later I just deployed the exploded war directory to weblogic, everything worked fine but ...
2
votes
0answers
343 views

Configuring fast-swap in WebLogic fails, with a “BEA_HOME environment variable is null” AsserionError

In WebLogic 10.3.0, I tried adding <fast-swap> <enabled>true</enabled> </fast-swap> to my weblogic.xml configuration file. (<fast-swap>true</fast-swap>, ...
2
votes
1answer
225 views

Can I use Weblogic 10.3 to build applications that run on WebLogic server 9.2?

I have WebLogic 10.3 installed (Server, Workshop and Portal). However, some of the legacy service applications are deployed on WebLogic 9.2. I have noticed that after using Ant to build the service ...
2
votes
2answers
2k views

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?
2
votes
1answer
1k views

Is it possible to run Weblogic with 8gb heap size in a 64bit java/linux environment

Setup: 64bit Linux 64bit SUN Jvm 1.6.0_20 Weblogic 10.3 Is it possible to run Weblogic 10.3 in this setup with a maximum heap size of 8gb? We have recived answers from oracle support that states ...
2
votes
1answer
4k views

How to force Weblogic to start deployments in active state (i.e. not just prepared)

When I start a Weblogic instance with a deployed application, the deployment is sometimes left in prepared state, not in active state. I have to go to Weblogic Console and start the deployment ...
2
votes
1answer
1k views

Does the StuckThreadMaxTime parameter in Weblogic 10.3 abort the thread?

I get below message on application console when a some process takes unusually long time to complete. Does this message imply that my thread is aborted, or can it continue after this ? ...
2
votes
1answer
572 views

Need help understanding JNDI and a particular ClassCastException in J2EE

I have an enterprise application A and B deployed (in WLS 10.0). A is the "framework", B is a client app. The client issues the following calls: Object o = ctx.lookup(jndiName); // line 1 cf = ...
2
votes
2answers
2k views

Weblogic 10.3 domain unpacking problem

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 ...
2
votes
2answers
1k views

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)?
2
votes
1answer
4k views

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 ...
2
votes
2answers
4k views

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 ...
2
votes
3answers
1k views

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?
2
votes
4answers
6k views

How to migrate Weblogic's config.xml to multiple machines?

our development team develops a J2EE application that runs on Weblogic 10.3. Each development machine runs its own copy of Weblogic 10.3 application server. The development environment's Weblogic ...
2
votes
4answers
5k views

Weblogic Bea 10.0 M1 and WorkManager

I have to execute long running threads in a WebLogic Bea 10.0 M1 server environment. I tried to use WorkManagers for this. Using an own WorkManager allows me to specify my own thread timeout ...
2
votes
4answers
3k views

Hibernate/JPA inheritance issue on weblogic

Im getting a weird error when running my spring2.5.6,jpa(hibernate3.4) webapp in weblogic 10.3 [ERROR] Javassist Enhancement failed: com.xxx.domain.model.Scheme java.lang.NoSuchMethodError: ...
1
vote
1answer
73 views

EJB3 on Weblogic 10 - Timeout on first DB access

I have an EJB3 application which I deploy on various environments, namely Weblogic 10 for Windows with Apache webserver and Weblogic 10 for Linux with IIS webserver. I'm using EclipseLink as a ...
1
vote
1answer
38 views

How to kill running exec task in ANT

I'm trying to start a weblogic server using ant exec command,after the operation triggers the exec process creates a child process, i wish to kill the parent process and keep alive the child process. ...
1
vote
1answer
39 views

How to make EJB Timer Persistent to false

I am using EJB 3.0 Timers in my application. One thing about EJB Timers is that they are by default persistent which means that when ever there is server restart the Timers will automatically be ...
1
vote
2answers
45 views

weblogic10.3 JSF2 built in jars

In our application ,we are using JSF2 with weblogin10.3.4, The weblogic10.3.4 comes with JSF 2.0 ..We deployed JSF2.0 as library in weblogic. But when we deploy the jsf application,weblogic reports ...
1
vote
0answers
54 views

Assign names to Weblogic's 10.3.5 specific Work Manager

There is any way to assign names to specific Weblogic Work Manager threads? for example: I defined a work manager called: TestWorkManager, each time that this work manager executes some task the ...

1 2 3 4 5 7