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

learn more… | top users | synonyms (3)

0
votes
0answers
28 views

Conversion of dynamic web project in to maven project

I have an already working dynamic webproject. When I try to convert it to maven based project it creates problem. When ever accessing a struts2 action its repeating call to the action and got ...
1
vote
1answer
41 views

How to determine the Java memory arguments in effect from within a Java process?

I typically debug my application by starting a WebLogic process from within IntelliJ IDEA. Both of these application provide ways of specifying optional memory arguments (e.g., -Xms1024m -Xmx2560m ...
0
votes
0answers
30 views

Issue when trying to deploy a Struts2 Spring 3 web application to Weblogic 10.3.5 from eclipse

When I try to deploy a simple (Hello World) application from eclipse to Weblogic 10.3.5, I get the following error: <Jun 11, 2013 9:28:43 PM EDT> <Error> ...
0
votes
1answer
14 views

Multiple Instances of Session Bean created & @PostConstruct method called

Project comprise of EJB 2.0 and EJB 3.0 Beans. I converted a session bean from EJB 2.0 to EJB 3.0 and as I start the project, it initialize the session bean multiple times. The session bean call other ...
1
vote
0answers
13 views

Weblogic Performance Tunning

We have a problem with Weblogic 10.3.2. We install a standard domain with default parameters. In this domain we only have a managed server and only running a web application on this managed server. ...
0
votes
0answers
10 views

secondary server heap size used in weblogic when primary server is in use

In our project we are using weblogic application server. We have 2 servers in one cluster and only primary server is in use. But our secondary server is using the maximum heap size which is shown in ...
0
votes
0answers
30 views

Weblogic 12c Deployment Error: WrappedDeploymentException: 8197

On my local machine, I have Weblogic 10.3.5 installed and deploying and running my web application on it is not a problem. Then I packaged the application into a WAR file and deployed to our ...
0
votes
1answer
53 views

Can't get a simple login page on Cas server (critical)

i got some trouble to get Cas Server (3.5.2) works. i am on WebLogic 10.3.5. I did several things : removed : log4j-over-slf4j-1.6.1.jar ( conflict with this jar and slf4j-log4j.jar ) add to my ...
0
votes
0answers
12 views

Session not save in bea weblogic 10.3

How to config my web application to work with sessions in bea weblogic? In the web.xml there are this lines: <session-config> <session-timeout>60</session-timeout> ...
0
votes
0answers
31 views

Hot reloading .js files in Weblogic with eclipse

I am to trying to enable hot reloading in Weblogic 10.3.3. I tried adding <resource-reload-check-secs>1</resource-reload-check-secs> to weblogic.xml (which supposed to be default value ...
0
votes
0answers
34 views

JSP compilation fails, ant failonerror also fails

To preface the problem, I have read the responses regarding "OutOfMemoryError: GC overhead limit exceeded" and other useful responses, so the focus of the question is not on the OutOfMemory error, but ...
0
votes
0answers
45 views

weblogic deployment automation -nostage

I have to automate the weblogic deployment, and as per this doc. http://docs.oracle.com/cd/E15523_01/web.1111/e13702/deploy.htm#DEPGD234 we can use weblogic.Deployer, and the syntex for that would be ...
0
votes
0answers
43 views

Creating Domain in WebLogic 10.3 Failed with Error “TypeError: iteration over non-sequence”

I'm new to Oracle WebLogic AS and I've been googling for the resolution on the aforementioned title but with no luck. I am trying to create a Domain with obviously an Administration Server and a ...
0
votes
0answers
32 views

Weblogic 10.3 issues with spring 3.1.0 jsp compilation

I have spring-webmvc 3.1.0.release version in my web-inf/lib folder of my warfile, but when the app is deployed to weblogic i am getting compilation errors. weblogic is using spring 2.x version which ...
1
vote
1answer
145 views

Deploy to weblogic using maven and jenkins

We are using Jenkins in our project for build and deployment on dev environments. I have sucessfullly created a war file using maven in jenkins and now I have to create another job to deploy that war ...
0
votes
0answers
29 views

Hibernate mapping works for Tomcat but throws mapping erros running in Weblogic

I need to adapt my application to run in Weblogic 10.3.6 but I'm getting this error above: ... Servlet failed with Exception org.hibernate.MappingException: property mapping has wrong number of ...
0
votes
0answers
34 views

Weblogic 10.3.5 - Thread dump

I'm working with weblogic 10.3.5 under windows 7. With one of my applications, I've got a problem when shutting donw the server : <06-mai-2013 9 h 48 min 37 s CEST> <Notice> ...
0
votes
0answers
28 views

print timestamp in GC verbose log file

I am using weblogic server with Java5 jvm. When i try to print verbose log file of garbage collection by using -XX:+PrintGCDetails its just printing the time with respect to starting time of JVM.like ...
1
vote
1answer
135 views

Remove HTTP Response headers in Java

Is there a way to remove HTTP response headers like Server and X-Powered-By? My application is using a Weblogic server. I'm programming in Java using the Spring MVC framework and Hibernate, and using ...
1
vote
1answer
77 views

Spring app on Tomcat doesnt find class in weblogic.jar

I'm trying to deploy an app on tomcat 7 that uses spring 3.1.1 and weblogic 10.3, but I keep getting a NoClassDef exception: java.lang.NoClassDefFoundError: Could not initialize class ...
0
votes
0answers
44 views

Externalising a weblogic-ra.xml file onto the app server classpath

I have a RAR file that contains a "weblogic-ra.xml" file. I would like to externalise this file so we can supply different versions per environment, without having to unpack and re-pack the RAR file ...
0
votes
0answers
30 views

Keep weblogic running when closing session

I'm running weblogic 10.3.5 on ubuntu 12.04 on a 'no screen an no keyboard' machine. For my work, I'm using a pc with windows 7. So I'm using windows remote desktop connection to be connected on that ...
0
votes
1answer
87 views

ClassLoader [com.bea.wls.redef.RedefiningClassLoader] does NOT provide an 'addTransformer(ClassFileTransformer)' method

When i am trying to deploy exploded directory with fast-swap enabled mode true in weblogic.xml on to weblogic 10.3 i am getting the following exception <Apr 27, 2013 10:09:52 PM EDT> ...
0
votes
1answer
19 views

WebService WSDL discrepancy between 10.3.0 and 10.3.6

I'm working on a web service and I've encountered a discrepancy in it's WSDL when I deploy it on Weblogic 10.3.0 and when I do it on 10.3.6. Basically, there's a small variation that pretty much ...
0
votes
1answer
66 views

ZK HTTP 501 - Service unimplemented

I'm using ZK 5.0.3 Framework + IE 9 + Weblogic 10.3. On my UI, I get HTTP 501 service unimplemented error randomly. I've verified the code and nothing suspicious found. When I intercepted the HTTP ...
0
votes
2answers
38 views

How to swap a server in and Out of cluster during runtime

I am implementing session replication in my application. This is old application. I made all changes and now need to test the server switch and confirm that the objects in session is properly carried ...
1
vote
1answer
81 views

Add the user to a role in Oracle Business intelligence from a script?

In Oracle Business Intelligence (OBIEE) we can add a user to the specific role by logging to the em and add the user to the specific role in security. For example: In ...
1
vote
1answer
86 views

How to count the stuck thread in the weblogic?

There is a log showing the stuck thread marked by Weblogic: <Apr 23, 2013 7:48:25 AM CST> <Error> <WebLogicServer> <BEA-000337> <[STUCK] ExecuteThread: '276' for queue: ...
0
votes
0answers
119 views

java.lang.NoClassDefFoundError: com/sybase/jdbcx/SybConnection weblogic

I am getting below error when I call my rest web service which uses a Sybase DB on WebLogic 10.3.5. I have a JNDI data source defined, I tested the connection and it was succesfull. ...
0
votes
1answer
69 views

Trying to Connect Vertica DB with Weblogic 10.3

Working on Linux Redhat I have two below jars 1>vertica-jdbc-5.1.1.jar 2>vertica-jdk5-6.1.1-0.jar Steps i followed: 1>I copied the jars to $WL_HOME/server/lib 2>Set the path of jars to Linux Path ...
0
votes
0answers
302 views

Spring REST web service for Eclipse Juno + WebLogic

I am new to REST web services. So I tried getting a sample and running on Eclipse Juno and WebLogic 10.3.5. It worked as a charm. But when I followed the very same sample and create my own dynamic web ...
0
votes
1answer
38 views

filter-name element is missing in generated web.xml

One of our old applications uses Struts-1.2 and EJB-2, generated with xdoclet 1.2.3. Maven 1 is used to build the application using java 1.4. The application has been running in weblogic 8.1 without ...
0
votes
1answer
118 views

WebService is not “visible” in WebLogic 10.3

I am currently trying to let my application provide a webservice. The application uses spring and is running under a Weblogic 10.3 instance. I built the webservice following the "contract first" ...
0
votes
0answers
138 views

WebCenterSpacesResources fails to deploy from jdeveloper to integrated weblogic server

I follow Oracles instructions in their document "Using Spaces Extension Samples 11.1.1.6.0" I attempt to start the WebCenterSpacesResources project but get the error below. I can't find anything on ...
0
votes
2answers
163 views

@EJB injection on JSF Bean after failover

I'm using Weblogic 10.3.6, Mojarra 2.0.9 and EJB3. We have @ViewScoped and @SessionScoped JSF Managed beans and we require that in the event of a server failing the use can still continue. I had just ...
0
votes
1answer
120 views

WebLogic--->Cannot load driver: com.mysql.jdbc.Driver

i have a problem in creating a data source in weblogic application server 10.3, i'm making a JDBC connection for MySql database , i placed the mysql driver in the lib folder of weblogic ...
0
votes
0answers
58 views

Forcibily releasing inactive connection and could not open JDBC connection in weblogic 10.3.5

I am getting following error in my managed server console BEA-001153:Forcibly releasing inactive connection ... at weblogic.jdbc.common.internal.ConnectionEnv.setup ... at ...
0
votes
1answer
89 views

How to stop timer from retrying in Weblogic 10.3 (EE container) when transaction is rolled back due to SQLException (timeout)?

Basically i have EJB3 timer calling another EJB 3 (DAO) - this call is wrapped in catch block. The other EJB throws timeout SQL Exception when tries to acquire a connection to DS (throws exception to ...
0
votes
2answers
39 views

Multiple emails

We have our application deployed in two different servers(Weblogic). We have functionality to send email as scheduled. Since our application is running in two different servers users are getting 2 ...
0
votes
1answer
328 views

Auto-instantiate session-scoped bean from view-scoped bean

Every time I try to inject a session-scoped bean into my view-scoped beans, I get a NullPointerException when calling said bean. This problem is directly related to auto -instantiate a session bean? ...
0
votes
0answers
160 views

Weblogic WebService client dependencies

I would like to ask which would be the correct jar files needed to a functional ws client to an authenticated weblogic JAX-RPC. Situation: I created the same WS client on Jdeveloper and on OEPE. When ...
0
votes
0answers
61 views

weblogic proxy in Apache rejecting the request containing encoded slashes error log - “Rejecting double-encoded URI”

I am using Apache Server + Weblogic for my application. Apache seem to reject any uri with encoded slash. I have tried setting AllowEncodedSlashes On/NoDecode in httpd.conf But NoDecode seem to ...
0
votes
1answer
116 views

upgrading weblogic domain using silent mode keep showing xml errors

if you are trying to upgrade weblogic using silent mode (using command line) you have to do couple of things. 1-setting the environment using server/bin/set/setWLSEnv.sh 2-create xml file and attach ...
0
votes
1answer
108 views

Cannot start app on WebLogicServer 10mp1

Cannot start my app I have added. It is in prepared state and if I try to start it, nothing happens. It is a new local server that installed today. If a check the logs, it say's - ####<2013-mar-14 ...
0
votes
0answers
43 views

How do I install OSB on CentOS 6.3?

since yesterday I've been looking into how to install OSB on CentOS 6.3. Everytime I try I get this verification check with error: Here's a list on the things I tried: - I installed all the ...
1
vote
1answer
154 views

Weblogic wrap application exception in javax.ejb.EJBException

My ear application was working fine. But suddenly it started to throw javax.ejb.EJBException in some method calls, instead of returning the original Application Exception (annotated with ...
0
votes
0answers
43 views

Can I install OSB on CentOS 6? If it can, how?

I'm kind of newbie when working on Linux. I've been trying to install Oracle Service Bus on a CentOS 6. I managed to installed Weblogic Server, but when trying to install OSB, it appears a check on ...
0
votes
1answer
183 views

EclipseLink with container managed transactions - persist() does not commit

I'm using EclipseLink 2.1.3 with WebLogic 10.3.5 container managed transactions to interface with an Oracle 11g DB. I can select data with no problems, but am unable to persist entities. There are ...
0
votes
2answers
102 views

Setting of Environmental variable in StartWeblogic.sh linux

I have to set environmental variable in the JAVA_OPTIONS of startWeblogic.sh in Windows i set as set JAVA_OPTIONS=-DCommonFilePath="" -Dwindow.title=App-Name -Dsimulator.context_path=/SiteMinder ...
2
votes
2answers
240 views

Weblogic 10.3 classloader issue

Summary Application of which has not structurally changed or any code change, is now experiencing classpath issues. Only thing that has changed is the environment of which it was built in (new ...

1 2 3 4 5 11