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
1
vote
1 answer

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 grow. It needs to do maven and ant builds this is…
Colin Wood
  • 467
  • 4
  • 16
1
vote
1 answer

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 means the request is being received by the…
Jeune
  • 3,498
  • 5
  • 43
  • 54
1
vote
1 answer

Validations problems when installing the application on Weblogic 12

I have moved a Web application from Weblogic 9.2 to 12.1.2.0.0. When I tried to Install the application through the Weblogic console, it gives me below error. I have searched the "fast-swap" text in every XML file in the Web Application but could…
1
vote
1 answer

Error while invoking remote EJB deployed in Weblogic 12 from Weblogic 9

I have an EJB 2.1 based app, deployed in Weblogic 9.2 (Java 5) invoking a remote EJB 3 deployed in Weblogic 12 (Java 7). I've added the wlfullclient.jar to the classpath and it throws following exception: Caused by: java.lang.NoSuchMethodError:…
Mauricio
  • 11
  • 3
1
vote
0 answers

Weblogic 9 from 32 to 64 bit : speed issues, is tuning GC the answer?

For 6 months now we are running in parrallel multiple instances of WebLogic 9 servers. 10 JVMs in total, 5 on the "old" 32 bit Windows servers and 5 on our new 64 bit Windows servers. We moved from 32 to 64 bit to address the heap issue problems we…
1
vote
1 answer

application migrating from weblogic 9.2 to weblogic 12c

I want to migrate an application from webLogic 9.2 server to webLogic 12 c. I'm newer for this process. Can someone help me for making this, please? I don't know very much weblogic server. Thks, Awa
Awa
  • 33
  • 1
  • 7
1
vote
1 answer

Differences between LLR and emulate 2-PC in weblogic server

First, are those protocols ? or transaction types ? Second, what's the main differences between them ? This is what oracle talks about Last Logging Resource: With this option, the transaction branch in which the connection is used is processed as…
user2327348
  • 57
  • 1
  • 3
  • 10
1
vote
1 answer

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, not Running one As far as I can tell, when I use…
Vladimir Dyuzhev
  • 18,130
  • 10
  • 48
  • 62
1
vote
1 answer

Serialized object with GSON not properly ended

I have a struts Action, that serves JSON data. This data is serialized from a POJO with basic elements, using GSON. In localhost, with Tomcat 6, system works correct, but when I deploy the app to Weblogic 9, the result from servlet, is not OK, the…
EsteveBlanch
  • 125
  • 3
  • 12
1
vote
0 answers

css file is not rendered in IE9 because in response Content-Type is not set

When I use IE9 I am getting "CSS was ignored due to mime type mismatch" error in developer tool console and css is not apply and the web page is not align. When I see the detail view of the response the Content-Type header is missing. So how can I…
Harshana
  • 7,297
  • 25
  • 99
  • 173
1
vote
2 answers

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, every thing was working ok until the project…
RRoman
  • 741
  • 9
  • 19
1
vote
1 answer

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 WebLogic Administration Console or WLST?
Andrey Adamovich
  • 20,285
  • 14
  • 94
  • 132
1
vote
3 answers

how to prevent the stdout.out in weblogic to increasing the size heavily (Windows)

I have deployed a system integrated with weblogic, but until now I faced a problem is the weblogic increasing the stdout.out size heavily(by GB per week), it caused the system to load slowly and slowly. Any way to prevent it increase the size…
1
vote
1 answer

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
Chaitanya MSV
  • 6,706
  • 12
  • 40
  • 46