weblogic11g Questions

2

Solved

Weblogic 10.3.6 Admin Console has two parameters related with Stuck Threads time configuration. One in: Servers -> Some_Server -> Configuration -> Tuning has the parameter: Stuck Thread M...
Sulphathiazole asked 29/1, 2015 at 2:8

3

Solved

I'm using WebLogic Server version 10.3.6.0 and have been tasked with writing some scripts to automatically deploy Java applications. I'm looking at the documentation for weblogic.Deployer but when...
Doyledoyley asked 21/10, 2013 at 0:17

6

I need a custom property to set per each server JVM in Weblogic. What is the better approach doing it? I know we can specify the argments like below: In the Domain Structure pane, expand the Ser...
Fidelfidela asked 16/11, 2011 at 20:26

1

Solved

I'm trying to start a Jersey/1.7 based project from scratch (as opposed to copying an existing project and adding new code on top, which is what my client normally does) in order to learn how stuff...
Leadsman asked 14/4, 2020 at 6:54

5

Solved

I have created a data source name in Weblogic 10.3.6 as jdbc/appsmDS and the same name has been given in application to lookup. However when I am trying to run application, I am getting the follow...
Annunciation asked 8/5, 2013 at 12:14

2

Solved

I am upgrading Weblogic server from 9 to 10.3.6. when I am trying to deploy my ear application and got below exception. Caused By: java.lang.ClassCastException: org.apache.xerces.jaxp.DocumentBui...
Dwell asked 15/11, 2013 at 2:26

2

When stopping/starting a deployment via the WebLogic Admin console, sometimes we get the following error: Unable to access application source information in '/opt/product/oracle/local/managedserve...
Astereognosis asked 26/6, 2015 at 5:10

4

Solved

Im trying to configure my Weblogic Server in Windows for developers 10.3.6 (11g). From the read me file, I get an error in the following step: Create a new WLS domain and start WLS. (It is rec...
Lurleen asked 27/3, 2015 at 16:23

1

Oracle/WebLogic noob here. I'm not sure if I'm asking the right questions but any and all tips will be greatly appreciated. We are trying to deploy an Angular 4 web application on to an Oracle We...

9

Solved

Can anyone tell me how to change the default listening port of Weblogic 10.3 to something different? I saw some posts on discussion boards which say that change it under ...//config/config.xml. Eve...
Medicate asked 10/11, 2011 at 15:47

2

We are using WL 11g and jdk1.7 update 121 on linux machine. We are seeing below error during web service call to another weblogic machine. Any thoughts 2017-02-14 18:23:20,777 [system] [DEBUG] [r...
Rhombic asked 14/2, 2017 at 23:45

2

Solved

I have a problem with Weblogic accessing an HTTPS server, I can access other HTTPS urls, like google or microsoft. The code that tries to connect to the url is: URL url = new URL("https://myserve...
Zuniga asked 13/1, 2015 at 17:39

2

Solved

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 co...
Inadvertency asked 16/8, 2011 at 2:39

1

I am working in a webapp, it uses JasperReports 5 (jasperreports-5.0.1.jar) but is leaking memory until java.lang.OutOfMemoryError, this app generates dinamic reports between 10 to 100 pages. I am...
Veiled asked 20/7, 2016 at 18:17

3

Solved

I want to create a timer EJB3 when a stateless bean is created in the pool. But if I use @PostConstruct I get the exception: java.lang.IllegalStateException: [EJB:010193]Illegal call to EJBContext...
Quadrumanous asked 15/8, 2010 at 19:35

2

I want to use Java with JMX to monitor WebLogic. I need to use wlclient.jar which is provided into WebLogic lib directory. Is there any maven repository which I can use to download the wlclient.ja...
Photoengraving asked 15/12, 2015 at 12:23

1

I have written some code in which i am consuming another webService and sending a request to that webservice using WebServiceTemplate. But i am getting the following exception when that code trgigg...
Rodrigo asked 6/11, 2015 at 11:32

3

When i am deployed my war file (it is working fine in Tomcat) in Weblogic, i keep getting error. My technologies spring 3 hibernatejpawebservice(metro) My library My error is #### > (Bas...
Equilibrate asked 3/11, 2011 at 5:25

2

Solved

I have an application which I have deployed using Maven to Weblogic 10.3.6. I have specified context root in weblogic.xml as <context-root>/myapps</context-root> The problem I am ha...
Affectional asked 17/5, 2013 at 20:44

3

Solved

I was wondering if Weblogic 11g already supports JavaEE 6. As I didn't find anything about it in google, I thought that it didn't, until I found a comment saying that Oracle WebLogic Server 11g is ...
Elenoraelenore asked 2/7, 2010 at 13:51

4

I deployed a legacy application on WebLogic 11g. The application has the following code: Context context = new InitialContext(); dataSource = (javax.sql.DataSource) context.lookup("java:myDataSo...
Tambourin asked 28/6, 2011 at 1:18

2

When I try running an application using the WebLogic 11g 10.3.5 server, it shows that "The server does not support version 3.0 of the J2EE Web module specification." How to overcome this? Thanks!...
Foreskin asked 7/10, 2011 at 10:11

2

Our method of deploying a new version of an app for weblogic (11g) is to copy over top of the existing ear file and then stop and restart the weblogic server. We do a start/stop of weblogic rather ...
Repand asked 10/9, 2012 at 19:19

1

Solved

I saw that there were a few other Java and CAC posts on stackoverflow. I am a beginner with all of this stuff and I am still trying to a framework of what to do and where to go in my mind. I am do...
Linkage asked 25/4, 2013 at 21:1

1

Solved

We need to implement possibility to update/re-read a file (stored on disk) without redeploying application. The important point is that we have multiple instances of the application working in Webl...
Coom asked 10/10, 2012 at 14:3

© 2022 - 2024 — McMap. All rights reserved.