Questions tagged [weblogic8.x]

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

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

See for more information.

57 questions
16
votes
7 answers

java.lang.NoClassDefFoundError: com/itextpdf/text/DocumentException

I am trying to generate a dynamic PDF file through the following servlet. import java.io.*; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import…
Sagar patro
  • 445
  • 1
  • 5
  • 15
12
votes
3 answers

What is weblogic.socket.Muxer?

Does any of you understand what weblogic.socket.Muxer is used for in WebLogic 8.1? Often in thread dumps I see stack traces similar to this: "ExecuteThread: '0' for queue: 'weblogic.socket.Muxer'" id=20 idx=0x68 tid=26709 prio=5 alive, in native,…
Andrey Adamovich
  • 20,285
  • 14
  • 94
  • 132
7
votes
1 answer

EJB weblogic.ejb20.cache.CacheFullException

I am working on one application using EJB1.2. previously running fine but from past few days I am getting following exception Exception in ejbLoad:: weblogic.ejb20.cache.CacheFullException: size=85783, target=5000, incr=1 at…
Vipul
  • 2,637
  • 6
  • 25
  • 28
5
votes
1 answer

Unable to invoke annotation processor - while deploying in Weblogic 12.2.1.2.0

I am in process of migrating a java project from weblogic 8.1 to weblogic 12c. As per oracle document i have converted below things. 1. Servicegen converted to jwsc task 2. deployment descriptor has been modified 3. Below annotations added in…
learner
  • 3,092
  • 2
  • 21
  • 33
3
votes
3 answers

What does "Lock released while waiting:" mean in a Java thread dump?

In this thread dump: INFO | jvm 3 | 2011/06/08 13:36:12 | "ExecuteThread: '38' for queue: 'default'" id=55 idx=0x78 tid=5316 prio=5 alive, in native, waiting, daemon INFO | jvm 3 | 2011/06/08 13:36:12 | -- Waiting for notification on:…
Joe Casadonte
  • 15,888
  • 11
  • 45
  • 57
3
votes
3 answers

Concurrency issue on a database select statement

I have an issue and I'm thinking of using database isolationtype == Serializable for this situation, but after reading a bunch of articles I'm still not convinced that that is the solution for my problem below. Setup: Weblogic cluster > 2…
Zeus
  • 6,386
  • 6
  • 54
  • 89
2
votes
0 answers

Weblogic Admin console not starting after restarting the servers

I restarted the servers and performed a hard resetbut after that my web logic console stopped working.It wasn't starting. what could be the issue ? How to start web logic console ? WHere can I get the Error logs which can tell me why is the web…
HMT
  • 2,093
  • 1
  • 19
  • 51
2
votes
4 answers

Exception while calling stored procedure :Bigger type length than Maximum

HI I am getting this exception when I am calling any stored procedure from my J2EE app. Exception while calling stored procedure :Bigger type length than Maximum I am having Oracle 9.1.0.7, JDK1.4 and using ojdbc14.jar running on Weblogic…
Ravi Gupta
  • 4,468
  • 12
  • 54
  • 85
2
votes
1 answer

Weblogic Managed Servers Restart On Own

We are running WebLogic 8.1.6.0 and when we attempt to shutdown all managed servers in a cluster some of the managed servers shutdown and start back up prior to us interacting with them. In order to stop all of the managed servers we have to manual…
berlebutch
  • 257
  • 5
  • 13
2
votes
1 answer

Is weblogic 81.(SP6) compatible with oracle 11 G and Jdk 1.4.2

I need suggestions/help on the issue below: I am working on oracle migration work for a Java web application. I want to move my application from oracle 9i to 11g The environment is : Jdk – 1.4.2 Weblogic 8.1(SP6) Database to connect to – Oracle…
user3223509
  • 139
  • 1
  • 1
  • 12
2
votes
0 answers

WebLogic EJB 8.1 unhandled exception?

I am seeing the following error in logs from last week: <000000>
Kriz
  • 357
  • 4
  • 7
  • 15
1
vote
1 answer

How to get caught exceptions of my application in the Glassfish 2.1 server log?

We have ported an EJB application from BEA Weblogic 8.1 to Glassfish 2.1. The client is accessing the server through RMI, no web client. In Weblogic exceptions were logged automatically to server.log, even when they are catched and rethrown to the…
bbuser
  • 918
  • 11
  • 33
1
vote
1 answer

WebLogic server taking old EAR despite restart

i am running a WebLogic 8.1 application server, despite restarts it is taking my old EAR file, is there a way to flush the old file?
Oh Chin Boon
  • 23,028
  • 51
  • 143
  • 215
1
vote
1 answer

EJB method processing hangs somewhere during execution

I have a strange problem, here is a quick snapshot of the system: I have a web application which calls local EJB bean, lets call the local EJB 'LocalEJB', this EJB calls remote EJB - 'RemoteEJB' method which does some processing on the external…
Kris
  • 5,714
  • 2
  • 27
  • 47
1
vote
1 answer

Can i place course grained settings in WebLogic to override logging level or settings defined in deployment EAR or WARS?

Currently we have fine grained log settings for each .EAR and .WAR deployment package we put into our WebLogic server, is there a way we can override these logging settings at a higher level, say to disable all logging or to set all .EAR or .WAR…
Oh Chin Boon
  • 23,028
  • 51
  • 143
  • 215
1
2 3 4