Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
4answers
8k views

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'" ...
2
votes
3answers
165 views

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 | ...
2
votes
1answer
736 views

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 ...
1
vote
1answer
60 views

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 ...
1
vote
1answer
52 views

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' ...
1
vote
1answer
429 views

Deploying spring message driven pojo on weblogic 8.1

I am trying to deploy a spring message message driven POJO on weblogic 8.1. It is a simple POJO, and it works fine being run outside of an application server, but the messages do not seem to be picked ...
1
vote
3answers
550 views

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, ...
1
vote
3answers
587 views

Richfaces 3.x under weblogic 8.1

I have been developing a small project meant to run under weblogic 8.1. Richfaces according to documentation states that it supports weblogic 8.1. Weblogic 8.1 uses servlet specification 2.3 with jsp ...
0
votes
0answers
33 views

How to enable bidirectional communication in Glassfish wit IIOP?

I'm porting an application from Weblogic 8 to Glassfish 2.1. The clients often have multiple network interfaces, some with link local adresses and they sometimes bind to wrong interface. With ...
0
votes
0answers
22 views

BEA : Migration of live workflow instances

I want to migrate database Server from Oracle 9i to Orcale 11g(BEA is of version 8.1 SP5). After migration BEA version will remain same. only database gets change. How can achive this ? taking db ...
0
votes
0answers
31 views

CMS parameter in weblogic 8.1 startup script

We have clustered environment and MS1 and MS2 configured on same box. We have added CMS parameters in start up script of MS1 and MS2. Weblogic version is 8.1 SP6 and JDK 1.4.2_30. MS2 is crashing ...
0
votes
0answers
75 views

Weblogic server SSL handshake error when starting Weblogic server

I'm using weblogic8.x version ..When i starts server, it get started and when i tried through localhost to access the application deployed in the server, the error below is thrown in console ...
0
votes
1answer
24 views

How to determine weblogic server startup?

I am trying to write a script that will run and send a notification email regarding a successful server restart, however, how should i do so in the best way? Weblogic 8.1
0
votes
1answer
59 views

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?
0
votes
0answers
24 views

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 ...
0
votes
1answer
160 views

noClassDefFoundError: java/util/logging/Handler when running weblogic.deployer from command line (Weblogic 8.1 )

When I run weblogic.deployer from the command line in my localhost, I get the following error noClassDefFoundError: java/util/logging/Handler. here is the command I run java -cp ...
0
votes
0answers
90 views

SAML autentification using Java 1.4 and Weblogic 8.1

I want to access some webservices, which require SAML autentification. I already obtain SAML token. How can I propogate it while processing an outbound request using Java 1.4 and Weblogic 8.1? Thank ...
0
votes
1answer
42 views

Weblogic 8.1 - delta :447 ErrorMessage

Did anyone run into this error with weblogic 8.1 when trying to deploy an application? [Deployer:149034]An exception occurred for task [Deployer:149026]Deploy application myApplication on myServer.: ...
0
votes
1answer
312 views

weblogic server did not start properly

Whenever running the weblogic server getting the error. :\bea8_1_3\user_projects\domains\snap\snap\config.xml not found No config.xml was found. Would you like the server to create a default ...
0
votes
2answers
782 views

Can't debug using eclipse and weblogic 8.1 ( weblogic 10 works fine)

first of all, Is it possible to debug web apps with eclipse and weblogic 8.1. I can successfully debug with weblogic 10. in weblogic 8.1 when I click on debug server from eclipse it shows me a ...
0
votes
1answer
62 views

Can i increase my weblogic 8 license for more than 3 user

I am using weblogic 8 in my project. My deployed folder is accessed by only 3 user simultaneously. fourth user is unable to access that url. and getting 403 error. Error is: The Server is not ...
0
votes
2answers
216 views

weblogic 8.1 out of memory

my weblogic 8.1 gives out of memory if i dont click the garbage collector for a long time, i have increased the -Xms512m -Xmx1024m and also the max perm size in setdomainenv.bat, is there any other ...
0
votes
1answer
504 views

Weblogic connection pool

I'm trying to create a connection pool in weblogic (8.1) and getting the following exception: <BEA-001129> <Received exception while creating connection for pool "testPool": 7> I have ...
0
votes
1answer
2k views

HTTP Session Timeout with WebLogic

How do I find the HTTP timeout set on the WebLogic 8.1 application server?
0
votes
1answer
2k views

How to use thread pool in WebLogic 8?

How is it possible to get/use/return a thread from an execute queue ( = thread pool) in WebLogic 8.1.6?
0
votes
2answers
469 views

Possible to stop MDB in Weblogic 8.x?

Is it possible to programatically stop an MDB from listening to a queue in Weblogic 8.1? I know this can be done in JBoss and later versions of Weblogic but I wasn't sure if it's possible in 8.x.
0
votes
3answers
1k views

correct CA not accepted by weblogic 8.1

I have a very strange problemen when connecting to an https url: [Security:090548]The certificate chain received from services.rdc.nl - 217.115.224.68 contained a V3 CA certificate which was missing ...