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
15 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
27 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
25 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
20 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
24 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
83 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
19 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
26 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
17 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
84 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
57 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
26 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
18 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
56 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
18 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
59 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
30 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
59 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
54 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
78 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
42 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
233 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
29 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
87 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
96 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
1answer
115 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
80 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
43 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
73 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
256 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
127 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
50 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
97 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
89 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
31 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
111 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
38 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
151 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
92 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
215 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 ...
0
votes
1answer
75 views

oracle weblogic 10.3 is not recognizing the code

I am new to JSF 2.1 I have imported one project built on JSF 2.1 in oracle weblogic 10.3. I have removed all the errors and build was successful, But the code is not getting recognized in this tool. ...
0
votes
0answers
58 views

Oracle Exalogic/Exadata Performance tracker

Recently we have migrated our application to Oracle Engineered Systems- EXALOGIC and EXADATA. Performance of our application since then is appreciable. However we would like to benchmark the ...
0
votes
0answers
271 views

Failure of server APACHE bridge: Internal processing error

I frequently get this error when I am trying to upload the file using IE7. In my application deployed over cluster in Weblogic, i have a JSP page with FILE form fieldthe action(SAVE BUTTON) of which ...
0
votes
1answer
33 views

what is domain location of weblogic application server?

I am new to weblogic.I am trying to configure liferay with weblogic. I want to put liferay dependency jar files inside lib folder of domain. Now i am confused because in ...
1
vote
1answer
167 views

weblogic 10.3.6 issue

I have upgraded the WebLogic server from 10.3.5 to 10.3.6 for my application and upgraded the jars to the latest which are available with WebLogic 10.3.6. I have created wlfullclient.jar and and the ...
1
vote
2answers
70 views

Remote debug WebLogic cluster

I need to remotely debug a Java EE application running on a WebLogic 10.3.5 cluster. It is important that I debug it whilst clustered, not running on a single box. I have read docs that state you ...
0
votes
0answers
116 views

Error with publish task 'EJBGenProjectTask' in weblogic 10.3.0 while deploying ejb jar

I am trying to publish an EJB project on weblogic server.It's throwing an error. Earlier it was working fine.However,after making a few changes in ejb it's throwing error which is not relevant to the ...
0
votes
0answers
185 views

No tag library could be found with this URI

I have project structure as follows EAR --APP --lib Spring jars tiles jar here --war 1- tiles dependent webpages my tag include in jsp layout <%@ taglib ...
0
votes
1answer
155 views

Not able to Deploy WAR on Weblogic on its DefaultDomain

i am facing following issue please help me.. issue: java.io.FileNotFoundException: .\config\jps-config.xml when i am deploying war by using Jdev its working but when i am deploying war by using ANT ...

1 2 3 4 5 11