hi all,
I encounter java.util.zip.ZipException while creating the EAR file. App server is WLS 8.1.3.0 and sdk Version is 1.4.2.04.
the brief error message is
exec] java.util.zip...
Database: Oracle 10g
App Server: Weblogic 8.1
I am using following JDBC driver.
Manifest-Version: 1.0
Specification-Title: Oracle JDBC driver classes for use with JDK14
Created-By: 1....
Hi, I'm facing a strange problem with session-timeout configuration: my env is Bea 9.2 with apache.
On my web-xml, my timeout is set on 20 minutes; from production enviroment they signal that...
Hi experts,
My application here got upgraded from BEA Weblogic 8.1 SP5 to SP6 recently. However, we failed to view all those reports (crystal report). The reports are working fine with SP5 ...
Hi Experts,
Today our production weblogic was down for 20 min and the reason is weblogic process is not responding.
When we look into log file we found following error message. This is t...
How do I start web logic server in production mode without prompting me for password? Do I modify the startWebLogic.sh script to pass in the password?
The same problem for startManagedWebLo...
I am migrating a weblogic monitoring program from weblogic 8 to 10 and have noticed that they have depreciated mbeanhome.
I am not very familiar with the javax method that has replaced it. ...
here is something i got , when i tried to deploy my servlet on weblogic 8.1 server... please hlp me out
Buildfile: C:\eclipse_j2ee\plugins\com.bea.workshop.wls.legacy_1.0.0.200707101706\bu...
hi all,
I'll be very thankful if you could help me. I have setup a messagedriven bean. The problem is that it's onMessage function never gets called.
The message is being posted to the que...
Hi experts,
This is the question related to Weblogic & SSL.
I am using self-signed certificate generated by the keytool the tool provided by the java (j2sdk1.4.2_10). but to use self...
I have an integration application. I get this error often. Any idea how to get rig of this?
thanks,
<Oct 28, 2006 3:23:00 PM CDT> <Error> <JTA> <BEA-110423> <Abandoning transaction
aft...
Hi,
I am getting the below problem while starting the weblogic server using Myeclipse IDE
Can anybody help me what is wrong?
he WebLogic Server did not start up properly.
java.io.Invalid...
I get this error often. Can anyone please help me understand why I get this error?
<Sep 7, 2006 2:37:48 PM CDT> <Error> <netuix> <BEA-423137> <There was an error l
oading the requested URI...
In the link below
http://e-docs.bea.com/wls/docs81/ConsoleHelp/web_applications.html#1108437
they are saying how to create a default web application.(changing weblogic.xml for .war file).Bu...
Can anybody suggest me if it is good idea to go for a different webserver than Weblogic 8.1 sp3 provides.
What are the possible advantages of using iPlanets webserver as a plugin inside Weblo...
I have a application deployed as an exploded ear file. I want to make a change to a servlet and then have that change reflected. So i change the servlet compile it and from the console redeplo...
Bea Web Logic deployment server procedure
I'm trying to change default log rotation parameters for weblogic server service as suggested here:
http://edocs.bea.com/wls/docs100/server_start/winservice.html#wp1193277
my installsvc.cm...
Hi, there! I am using weblogic 8.1 sp5, Eclipse for Java EE version, Struts, spring and hibernate. What's the step shall I make so that I could make step by step debugging? Hopefully if I chan...
Hi,
I am trying to deploy an application in our Test environment. After I upload the EAR file and select it and deploy it, it throws an exception.
Here is the stack trace of the excepti...
I have worked in websphere in websphere in my recent project. Websphere has an option of autodeploy due to which any changes made to the jsp or class files will automatically built and deploye...
Hi, The wliconsole shows that the process is aborted after 300 secs but the application continues to process as expected(for 30 minutes)
After 300 secs the status of the execute thread on t...
Hi !
I am currently using a evaluation copy of weblogic server in the evaluation period. If i keep it running overnight, i always have to restart it the next morning, as it doesn't respond ...
Hello,
I add the following to my Servlet class (it is a Struts Action):
ServletContext context = request.getSession().getServletContext();
InputStream in =context.getResource...
Getting an ` when I try to start the Weblogic node manager. Weblogic generates a self signed certificate so that their is a trust between the the admin server and the managed server. I tried...