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

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.: Delta :447 ErrorMessage :Unexpected Exception.
0
votes
2 answers

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 configuration and boot? (y/n): y
rose
  • 171
  • 1
  • 2
  • 5
0
votes
2 answers

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 debugging warning about debugging jsp pages. and then…
Sammy
  • 4,538
  • 8
  • 33
  • 52
0
votes
1 answer

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 licensed for this operation. What is the solution…
Royson
  • 2,851
  • 13
  • 36
  • 50
0
votes
1 answer

Setting content-type http header in Weblogic 8 to fix angular html encoding issue

I have an angular app being deployed from a weblogic 8 server. However in UAT there is an encoding issue in one of the html files. We have ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝ in an ng-pattern for validation but when we look at it using developer tools…
Paddy
  • 595
  • 1
  • 4
  • 14
0
votes
0 answers

War file created from eclipse is not getting deployed in Weblogic 8.1

I am exporting a war file in eclipse and trying to deploy that in weblogic 8.1 but not able to do so. JDK version provided by weblogic is 1.4 but in my path variable jdk is 1.6. However I am using compiler compliance level as 1.3 but no luck. Can…
pradyumn
  • 130
  • 13
0
votes
0 answers

migrate a struts 1 app from weblogic 8 to weblogic 10

I have an Struts 1.1 application which is running on Weblogic 8.1 I want to upgrade this application to weblogic 10.3.0. Can anyone suggest me a proper way to upgrade the application ?? Any input is welcome on this.
0
votes
1 answer

Can we deploy a directory application on WebLogic?

We have an old application running on a WebLogic 8.1.5.0. In this version, we can see that the application has been configured as a directory (which has classes, css, images, htmls), but No WAR, JAR or EAR found for this app. PFB the extract from…
Jagtap
  • 11
  • 3
0
votes
2 answers

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 way also which i have missed i have a 4 GB (3.2…
sij
  • 1,307
  • 7
  • 18
  • 35
0
votes
1 answer

Where is the Weblogic Worklist Menu Located in Weblogic 8.1

I am trying to delete an active task in Weblogic 8.1. As per bea/oracle documentation this can be possible from Weblogic Worklist Admintration as mentioned in the following link.…
sam_haz
  • 189
  • 3
  • 15
0
votes
0 answers

Classloading in Weblogic 8.1

I'm dealing with an issue with static singleton that we create for log4j. As per the document here, jboss 4.x and prior used a unified class loader. Meaning, a class deployed in one .ear file can access access class of another ear deployed. So, if…
Zeus
  • 6,386
  • 6
  • 54
  • 89
0
votes
1 answer

Oracle weblogic 8.1 plugin for eclipse

Currently I maintain the legacy JavaEE project that run on weblogic 8.1. I would like to update some components of this project.My problem is how to connect weblogic 8.1 in eclipse.(I used eclipse kepler).I found many samples of how to connect…
Sai Ye Yan Naing Aye
  • 6,622
  • 12
  • 47
  • 65
0
votes
1 answer

taskdef class org.apache.tools.ant.taskdefs.optional.junit.JUnitTask cannot be found

I'v been struggling with this issue since the last one day. We use Weblogic workshop 81(WLW) as the IDE. I tried running junit in eclipse and it works with no issues(without taskdef). I tried the following approaches on WLW 1st Approach: I've used…
Zeus
  • 6,386
  • 6
  • 54
  • 89
0
votes
1 answer

Weblogic 8.1 to Websphere 8.5 migration

I am migrating my project from Weblogic 8.1 to IBM Websphere 8.5. There are lot of classes being used in java files which refers weblogic.jar. Now as migrating to Websphere, these needs to be replaced or changed and so the code. So my question is,…
0
votes
1 answer

Store Weblogic JMS messages for analysis

We are currently having issues with Weblogic JMS, some of the messages received by the Tibco end are blank, but, our logs indicate that the messages are sent in full (we log just before sending it to the queue). We are planning to store the jms…
Zeus
  • 6,386
  • 6
  • 54
  • 89