Our j2EE application is running live. I have added some functionalities and updated in production machine. web.xml is changed. One more application specific xml file also is changed apart from jsp files, css, js, proerpties files. After updating, i tried to start my weblogic server, but it just crashes before it starts up completely.
If anybody can throw light on it, I would appreciate.
There aren't many rules that you need to worry about here on the Ranch, but one that we take very seriously regards the use of proper names. Please take a look at the JavaRanch Naming Policy and adjust your display name to match it.
In particular, your display name must be a first and a last name separated by a space character, and must not be obviously fictitious.
w/o changing code, weblogic server started up in production...GOK :-)
But, problems did not end there.
####<19-Dec-2005 08:34:56 o'clock GST> <Error> <Deployer> <ae01qws010ema27> <emirates> <main> <<WLS Kernel>> <> <BEA-149206> <Failed to stage the component null of the application certificate.> ####<19-Dec-2005 08:34:56 o'clock GST> <Error> <Deployer> <ae01qws010ema27> <emirates> <main> <<WLS Kernel>> <> <BEA-149205> <Failed to initialize the application certificate due to error weblogic.management.DeploymentException: [Deployer:149206]Failed to stage the component null of the application certificate.. java.lang.Throwable: [Deployer:149206]Failed to stage the component null of the application certificate. at weblogic.management.deploy.slave.SlaveDeployer.getApplicationInputStream(SlaveDeployer.java:1881) at weblogic.management.deploy.slave.SlaveDeployer.access$1700(SlaveDeployer.java:116) at weblogic.management.deploy.slave.SlaveDeployer$Application.restage(SlaveDeployer.java:2841) at weblogic.management.deploy.slave.SlaveDeployer$StagingOrder.execute(SlaveDeployer.java:3379) at weblogic.management.deploy.slave.SlaveDeployer$Application.stageFromOrder(SlaveDeployer.java:2799) at weblogic.management.deploy.slave.SlaveDeployer$Application.prepare(SlaveDeployer.java:3019) at weblogic.management.deploy.slave.SlaveDeployer.prepareAllApplications(SlaveDeployer.java:984) at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:341) at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerServerLifeCycleImpl.java:229) at weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:136) at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:965) at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:360) at weblogic.Server.main(Server.java:32)
Greatly apperciated for any help. Sankar
Santosh Maskar
Ranch Hand
Joined: Jul 02, 2003
Posts: 226
posted
0
Originally posted by enperu sollamaatene: w/o changing code, weblogic server started up in production...GOK :-)
But, problems did not end there.
####<19-Dec-2005 08:34:56 o'clock GST> <Error> <Deployer> <ae01qws010ema27> <emirates> <main> <<WLS Kernel>> <> <BEA-149206> <Failed to stage the component null of the application certificate.> Sankar
possible reseon
1.you need to clean the deployed application before redeploying it. 2. make sure that WLS is deploying the application properly. (if you are using the ant task to deploy)
I also got the same error when I tried to deploy application using the ANT task. then after redeploying properly it works fine for me
Thanks, Santosh
Shiv Sidhaarth
Ranch Hand
Joined: Aug 06, 2001
Posts: 119
posted
0
Thanks santosh for your reply.
Now, I am stuck in web of problems.. When my servlet calls sendredirect of a jsp file, it is throwing 500 error. It shows 883 also. See the below log.