Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
501 views

How do I return a (custom) SOAPFault from an Axis web service?

I have some WSDL from which I need to generate a web service implementation. I'm using Eclipse, and Axis1.4, and running on Weblogic9.2. Generating the server stubs goes fine, and I've implemented ...
3
votes
1answer
710 views

Use JAXB unmarshalling in Weblogic Server

Especifications: - Server: Weblogic 9.2 fixed by customer. - Webservices defined by wsdl and xsd files fixed by customer; not modifications allowed. Hi, In the project we need to develope a mail ...
3
votes
2answers
211 views

where translated servlet of jsp got stored

As we know, when the jsp got complied it will get converted to servet. I have installed weblogic server 9.2, and i deployed a struts project which has jsp files. And in the browser i am able to see ...
3
votes
1answer
898 views

Using Maven to Deploy to Weblogic Clusters

org.codehaus.mojo weblogic-maven-plugin 2.9.1 We're currently using the weblogic maven plugin successfully to deploy to our local WebLogic 9.2 instances. When we try to deploy to a remote ...
3
votes
2answers
628 views

Unable to initalize log4j

I am trying to initialize log4j-1.2.8 for my application by creating a listener class implemented from the ApplicationLifecycleListener of Weblogic 9.2 When I deploy the application, I am getting ...
3
votes
2answers
288 views

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

Getting JAX-WS client work on Weblogic 9.2 with ant

I've recently had lots of issues trying to deploy a JAX-WS web servcie client on Weblogic 9.2. It turns out there is no straightforward guide on how to achieve this, so I decided to put together this ...
2
votes
2answers
778 views

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

HTTP caching headers settings weblogic

Does anyone know how to modify weblogic settings to set the HTTP cache header to a far future date? For example in my current setup weblogic sets the http cache headers to expire in 5 hours (as a ...
1
vote
1answer
276 views

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. ...
1
vote
2answers
404 views

Automatically unregister MBeans (registered by Spring) when WebLogic application is undeployed

In my Spring application (which is deployed on WebLogic server) I have the following Spring beans definitions: <context:mbean-server /> <bean id="mbeanExporter" ...
1
vote
2answers
706 views

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 ...
1
vote
1answer
100 views

Best CI for Code Branching & Scaleable

My group has asked me to look at various CIs. I have been looking at hudson and apache continuum. I would prefer something open source. We have over 100+ builds going right now and its just going to ...
1
vote
1answer
603 views

Spring MVC and Weblogic integration

I get this error whenever I try to view my tutorial app in the browser WARNING: No mapping found for HTTP request with URI [/HelloWorld.Web] in DispatcherServlet with name 'dispatcher' That just ...
1
vote
1answer
438 views

How to deploy WebLogic's JMS module to another server

If I have a JMS module defined in a file (my-module-jms.xml) copied from one of WebLogic 9.x domains, then is there a way to deploy that module to another WebLogic with minimal effort using either ...
0
votes
0answers
50 views

weblogic 9.2 deployment error : WSDLException An error occurred trying to resolve schema

I have been getting the following exception when I try to 'start' the service of my deployed application on weblogic 9.2. javax.xml.rpc.ServiceException: Error processing WSDL document: WSDLException ...
0
votes
2answers
112 views

ClasscastException for OraclePreparedStatement

i am getting the following exception after a Jdbc driver upgrade. Caused by: java.lang.ClassCastException: ...
0
votes
0answers
41 views

LoadTimeWeaver configuration in WebLogic 92

I am trying to deploy Spring JPA application in WebLogic 9.2 application server. Stuck with configuring the LTW (LoadTimeWeaver) for WL 9.2. Here is the exception: Error creating bean with name ...
0
votes
2answers
49 views

Weblogic + dameon thread

Hoping someone may be able to help me with a solution as to starting a background thread to monitor my database connection. Our application is deployed in weblogic 92 and I wondered if there was a way ...
0
votes
1answer
52 views

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

To run remote debug with eclipse and cygwin's weblogic server

I'm using eclipse galileo, I'm run cygwin in windows to simulate unix platform. I'm running weblogic server within cygwin. In the same machine am having eclipse with source code. How to run remote ...
0
votes
0answers
53 views

Weblogic 9.2 Datasource has inactive connections

We are using Weblogic datasource to fetch connections. We execute a stored procedure on the connection. The stored procedure does a fetch on a Synonym which is a DB Link to a remote database. We are ...
0
votes
1answer
65 views

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

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 ...
0
votes
1answer
80 views

WebLogic is changing state automatically

I am facing a weired problem, I have configured WebLogic 9.2 with Eclipse Helios. I have started the server in debug mode, It works fine in debug mode, however after a while it changes its state to ...
0
votes
2answers
160 views

J2EE EJB Module - Can I run under Weblogic 9 and or 10

I have some legacy J2EE EJB Modules (some are EJB 1.1 and Some 2.0) Can I deploy and run these on weblogic 9 and 10?
0
votes
1answer
104 views

what version of Apache comes with WebLogic 9.2

what version of Apache comes with WebLogic 9.2 (WebLogic Server 9.2 Maintenance Pack 4 (9.2.4.0))
0
votes
1answer
328 views

How do I create an EJB Timer service and deploy it to a weblogic 9.2 server running in eclipse?

After trawling the internet for 2 days now I'm am struggling to find any good running examples of the EJB timer service running on weblogic. Is there anyone out there that can at least point me in ...
0
votes
1answer
478 views

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 ...
0
votes
1answer
389 views

java.lang.ClassCastException in WebLogic 10.3.3 after recompile

While editing some code a developer noticed this error after a recompile in Weblogic 10.3.3. And the underlying object is a DimensionLabel. And we tried this in Weblogic 9.2 and it works fine with no ...
0
votes
1answer
367 views

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

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 ...
0
votes
1answer
134 views

Weblogic connection pool

Whenever I change connection pool parameters (url, id, pwd etc) I try to deploy the new connection pool in weblogic using the Control tab. I do a shutdown and start which IMO should redepoly the new ...
0
votes
2answers
149 views

Weblogic refuses to start for different user

I have a Weblogic instance that starts fine for one user, but when a different user tries to start the same code it fails like this: <Jun 26, 2010 8:19:30 AM EDT> <Info> ...
0
votes
0answers
370 views

Weblogic: How do I list all logged on users?

I'd like to list the currently logged on users for my Weblogic domain Failing that, I'd like to know how many users are logged on. Ideally by using the admin console, or a script if I must.
0
votes
1answer
431 views

Problem with JSTL and weblogic

I get the following error when I run my java ee app on weblogic, javax.servlet.jsp.el.ELException: Cannot find PropertyDescriptor for 'name' for bean 'class java.lang.String' I want to print a ...
0
votes
4answers
7k views

java.lang.ClassCastException: org.apache.xerces.jaxp.DocumentBuilderFactoryImpl while starting the weblogic

As part of our application we are using apache's xerces jaxp parser. When we deploy the application on weblogic 9.2, we are getting the following error. ...
0
votes
2answers
252 views

How can I get Weblogic to connect to a RedBrick database?

I am trying to get Weblogic 9.2.3 to talk to a legacy RedBrick database and am having trouble. I have the redbrick.jar file from the software installation and have added to my APP_RUNTIME_CLASSPATH ...
0
votes
1answer
837 views

WLST: deploy application but do not start it — how?

I need to script an EAR deployment to Weblogic 9.2. Extra requirements I have though are: Application Name shall be the one I provide, not just EAR name Application is deployed in Prepared state, ...
0
votes
1answer
3k views

CXF + SSL + WebLogic 9.10

I im developing a web application, its a servlet which basically acts as a front end for a web service, im using CXF for the web service client, the application is running on a WebLogic 9.10 server, ...
0
votes
1answer
391 views

Deliver JMS message to all nodes in the cluster in Weblogic

Is there a way to configure WebLogic 9.x cluster to receive a JMS message on a single JMS queue address from remote client and that the message is delivered to each cluster node? Any links would be ...
0
votes
1answer
208 views

Weblogic Workshop 9.2: _pageflow directory is not generated

At some point our WebLogic's Portal web project in Workshop stopped generating the WEB-INF/classes/_pageflow directory and all files in that. There are no visible changes in the project structure, but ...
0
votes
3answers
315 views

Work managers threads constraint and page cannot be displayed

We have a memory intensive processing for certain functionality and we would like to limit the number of parallel requests to this processing. We are able to configure by using "Work Managers" in ...
0
votes
1answer
543 views

Where are JMS messages stored in WebLogic 9.2 server?

I would like to know at what location WebLogic 9.2 server stores JMS messages on disk. Regards Chaitanya
0
votes
2answers
639 views

Exception with EAR in WebLogic 9.2 and Xerces144.jar

I am using an application where I have placed xerces144.jar file within WEB-INF/lib folder of war file inside an EAR file. When I deploy this EAR file to WebLogic Server and start the application, I ...