Questions tagged [weblogic11g]

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

The 11.x (July 2009) 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 11.* of Oracle WebLogic. For generic questions that might apply to every version, please use the generic instead.

See for more information.

627 questions
0
votes
1 answer

Does the Native LoadRunner JMX Monitor support WebLogic 11g (10.3.6)?

I know that the recommended approach is to monitor WebLogic 11g via HP SiteScope. However, my client hasn't purchased a HP SiteScope license. I was looking at http://easyloadrunner.blogspot.com/2013/07/how-to-set-up-weblogic-monitor.html and it…
Mike Jr
  • 1,789
  • 3
  • 14
  • 21
0
votes
3 answers

Same Classes in two different jars under different packages. Will it cause any issue in application execution?

I have an issue while running my application in weblogic server. I have same classes in two different jars under differnt package. Will it raise any issue at runtime? Note : I am not facing any build issue. Sorry. if I confused you all. Advance…
Karthikeyan Sukkoor
  • 968
  • 2
  • 6
  • 24
0
votes
1 answer

Exception when deploying a JSR 286 portlet into WebLogic+WebCenter 11g

I get the following exception when deploying a JSR 286 portlet into Oracle WebLogic Server 11g (to deploy it later in Oracle WebCenter 11g): <19-ene-2010 13H32' CET>
Montecarlo
  • 1,239
  • 1
  • 11
  • 24
0
votes
1 answer

Jenkins error - Unable to access application source information in '/app/myApp.war

I am trying to build and deploy through Jenkins in weblogic 11g server, but I am getting following error, [java] Unexpected Error Initializing Deployer: weblogic.management.ManagementException [Deployer:149003]Unable to access application source…
sam
  • 17
  • 4
0
votes
2 answers

Validate user entered weblogic location

Is there any standard way to check if the value entered by user for weblogic location is correct or not? Basically, the application that I'm developing requires user to enter the weblogic location. I would like to check if the path entered by user…
user1101293
  • 49
  • 1
  • 7
0
votes
1 answer

Trinidad API usage caused an exception on weblogic managed server in my case

I faced an exception when I try to deploy to new created managedServer (which applied JRF). When application wants to use org/apache/myfaces/trinidad/model/ChildPropertyTreeModel class, occured exception below. That was used to be run properly on…
webyildirim
  • 587
  • 3
  • 12
  • 32
0
votes
1 answer

How to take memory snapshots at regular interval for jrockit?

We are running some heavy deployments on weblogic setup and it takes around an hour. During that time, we want to take a memory snapshots/heap dumps to see how much headroom we have wrt memory to avoid crash. Is there any optional jvm arg that we…
dganesh2002
  • 1,917
  • 1
  • 26
  • 29
0
votes
2 answers

Reflection much slower than normal

I am currently working on a Java project in which I am trying to learn the ins and outs. In previous projects, I have used Java reflection in order to create a toString() by calling each getter in an object and parsing it to display the value. This…
patstuart
  • 1,931
  • 1
  • 19
  • 29
0
votes
1 answer

Web logic: string index out of range: -16 in initializing my context

I dont know my error if its is at my weblogic server or in my code. could anyone explain my error log. public class Type4Conn{ public static void main(String ar[])throws Exception{ String username="SYSTEM"; …
DreamBigAlvin
  • 884
  • 3
  • 13
  • 35
0
votes
1 answer

how to set timezone in ejb on weblogic

I have a third party application with a known bug in their date handling. I can work around the bug by ensuring the timezone is UTC. The application is an EJB in an ear which we deploy on Weblogic 11g. To date I have managed this by setting the…
souter
  • 386
  • 4
  • 17
0
votes
2 answers

How to get Queue using context.lookup() in oracle 11g

I want to create Queue and the MessageDrivenBean in Oracle 11g. I created the JMS Module on Weblogic and into it I created Queue and ConnectionFactory. JDBC names looks like: Queue: jms/EvZahQueue ConnectionFactory: jms/ConnectionFactory I tried to…
Stojan
  • 80
  • 11
0
votes
1 answer

EJB Timer Exception in weblogic Server10.6

I am new to EJB, I Have written a small Timer in EJB, I want to invoke webservice in particular interval of time. I have tried Programmatic timers, Automatic Timers but still I am getting same error. I don't know what I have missed. below is the…
Rajashekar
  • 11
  • 4
0
votes
1 answer

Weblogic - FilterChainImpl IndexOutOfBoundsException on Struts2

we have recently upgraded to weblogic and started getting this error. While on Oracle IAS, there was nothing erroneous and the code hasn't changed a bit. but now, while the execution is in one of my filters, i got this error. I found out that it…
Emre Türkiş
  • 992
  • 9
  • 23
0
votes
3 answers

Where to put a .jar file in an exploded EJB module

I am deploying a JMS module to work alongside a servlet application. While I am writing (and testing and rewriting) my module, the module is not stored in a JAR file; it is in an exploded directory doubling as an Eclipse project directory. (In the…
Menachem
  • 911
  • 7
  • 22
0
votes
0 answers

Errors in Deploying workbrain through weblogic

So I'm kind of new to using weblogic, but I've been trying to deploy an ear file onto weblogic, (a workbrain ear file to be exact). I have tried exploding the ear file and deploying the folder and also deploying the ear file directly but i get the…
Thatdude1
  • 905
  • 5
  • 18
  • 31