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
1
vote
0 answers

Axis No WS-Security header found

I'm using WebLogic 8.1 clientgen tool to generate needed classes to send soap request.The Web Service (based on spring-ws) that I try to connnect to uses Wss4jSecurityInterceptor for authentication. The config looks like this:
kamilx2
  • 191
  • 2
  • 6
1
vote
2 answers

Weblogic Administration Console being blocked by browser - SSL server probably obsolete

We are usng Weblogic 8.1 and administration console suddenly stopped and inaccessible today. For more than a year we use to access it until today as it is being blocked by these browsers: Internet Explorer - There is a problem with this website's…
Ruelos Joel
  • 2,209
  • 3
  • 19
  • 33
1
vote
1 answer

Exceptions in the weblogic server - Illegal attempt to call EJBContext.setRollbackOnly()

I get the following exception in the Weblogic server,from the logs, it is definitely something internal to the weblogic, but, not sure which part of the application the weblogic is trying to archive, do you know why it is happening?
Zeus
  • 6,386
  • 6
  • 54
  • 89
1
vote
0 answers

Bea 8 shared library error

I have a problem with a shared library in bea 8. I want to create a jar for managed the response from a webservice, So I create an ear file for a shared library that have this structure: mySharedLib.ear lib wsClient.jar …
Biagio
  • 11
  • 2
1
vote
1 answer

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 up at all. I have created empty home and remote…
Igman
  • 257
  • 6
  • 14
1
vote
1 answer

Validations problems when installing the application on Weblogic 12

I have moved a Web application from Weblogic 9.2 to 12.1.2.0.0. When I tried to Install the application through the Weblogic console, it gives me below error. I have searched the "fast-swap" text in every XML file in the Web Application but could…
1
vote
1 answer

Migrating applications from Oracle Weblogic platform to Red Hat Jboss

I did some research on this and found many documents for planning and analysis of migration. Is there any document available which describes how to perform the migration? Is this something we can do ourselves as software programmers or do we need to…
AFW
  • 75
  • 1
  • 9
1
vote
2 answers

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 1.2 This has been working on my locally installed…
guyumu
  • 3,457
  • 2
  • 19
  • 18
1
vote
1 answer

Quartz Scheduler did not pick the scheduler mentioned in the quartz.properties

In my web application the scheduler is not picked up during the startup of my weblogic 8.1 server. It took the 'DefaultQuartzScheduler'insted of my Scheduler in my quartz.properties. The same code and setup is working fine in my local…
Sudhakar S
  • 385
  • 1
  • 4
  • 16
0
votes
1 answer

How to clear weblogic cache

I want to know how to clear weblogic cache without rebooting my Weblogic 8.1 server?
Mercer
  • 9,736
  • 30
  • 105
  • 170
0
votes
1 answer

Weblogic 8.1 - the simplest possible ear - not understandable error messages

I had to run simple periodical task on the server, when there's only weblogic 8.1 server running, so the requirement is to run that task on weblogic. I'm beginning from creating the simplest possible ear, that would run one class. I've found in…
Danubian Sailor
  • 1
  • 38
  • 145
  • 223
0
votes
1 answer

BEA : Migration of live workflow instances

I want to migrate database server from Oracle 9i to Oracle 11g (WebLogic version is 8.1 SP5). After migration, WebLogic version will remain the same. Only database gets changed. How can I achieve this? Is taking DB dump before migration and…
MohammedYakub M.
  • 2,893
  • 5
  • 31
  • 42
0
votes
1 answer

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
Oh Chin Boon
  • 23,028
  • 51
  • 143
  • 215
0
votes
1 answer

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 C:\BEA\weblogic81\server\lib\weblogic.jar; weblogic.Deployer -adminurl…
Sammy
  • 4,538
  • 8
  • 33
  • 52
0
votes
1 answer

How are exceptions handled in Weblogic 12c?

We are upgrading Oracle Weblogic server 8.1 to Weblogic Server 12c and java 1.4 to 1.8 I have the task to secure that app functionality stays intact. Some apps aren't touched since 2007. There's the previous code: if (e.getCause() instanceof…
Drew
  • 113
  • 1
  • 14