Are you able to see the exploded files in the stage directory of each
cluster node?
Bea/userprojects/domains/{clusterdomainName}/nm/{serverName}/stage
Roshan Punnoose
Phone: 301-497-6039
________________________________
From: Vatsavayi, Raju K [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 21, 2007 3:13 PM
To: [email protected]
Subject: RE: AXIS2 deployment in Weblogic Cluster errors
I was able to deploy the app in couple of different servers (windows as
well as unix os). These are standalone servers and that worked fine. I
only have a problem when trying to deploy in a cluster and we happen to
have a cluster only in AIX OS. The app is in an exploded format not as
single war file.
________________________________
From: Punnoose, Roshan [mailto:[EMAIL PROTECTED]
Sent: February 21, 2007 3:00 PM
To: [email protected]
Subject: RE: AXIS2 deployment in Weblogic Cluster errors
Actually, I was able to get a 4 node cluster working, but on a
different OS. (And Weblogic 8.1)
Did you get it working properly on a local, non-cluster,
machine? Also, when you deploy the war, does it unpack it nicely with
all the directories set properly. (You can check the stage directories
in the nm folder of the cluster boxes.) Axis requires that the war be
unpacked before deployment I believe. (At least that's the only way I
got it to work on my weblogic instance) However, if you choose the
option to copy the unpacked war to all the machines when you deploy the
war, then it should already do this for you.
Roshan Punnoose
Phone: 301-497-6039
________________________________
From: Vatsavayi, Raju K [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 21, 2007 1:37 PM
To: [email protected]
Subject: AXIS2 deployment in Weblogic Cluster errors
Hi,
We are trying to deploy AXIS2 application in weblogic cluster
and getting deployment errors.
We have Weblogic 8.1.2 cluster with 4 nodes (AIX OS). When we
try to deploy the app, in the logs we see an error that states cannot
replicate non serializable objects in the session. Specific error
message is below.
####<Feb 20, 2007 3:17:52 PM EST> <Error>
<Cluster><ExecuteThread: '91' for queue: 'weblogic.kernel.Default'>
<<WLS Kernel>> <> <BEA-000126> <All session objects should be
serializable to replicate. Check the objects in your session. Failed to
replicate non-serializable object.>
####<Feb 20, 2007 3:24:11 PM EST> <Info> <Deployer>
<ExecuteThread: '0' for queue: 'weblogic.kernel.System'> <<WLS Kernel>>
<> <BEA-149059> <Module AXIS2 of application AXIS2 is transitioning from
unprepared to prepared on server nodes1.>
####<Feb 20, 2007 3:24:14 PM EST> <Info> <Deployer>
<ExecuteThread: '0' for queue: 'weblogic.kernel.System'> <<WLS Kernel>>
<> <BEA-149060> <Module AXIS2 of application AXIS2 successfully
transitioned from unprepared to prepared on server nodes1.>
####<Feb 20, 2007 3:24:14 PM EST> <Info> <Deployer>
<ExecuteThread: '3' for queue: 'weblogic.kernel.System'> <<WLS Kernel>>
<> <BEA-149059> <Module AXIS2 of application AXIS2 is transitioning from
prepared to active on server nodes1.>
####<Feb 20, 2007 3:24:14 PM EST> <Info> <Deployer>
<ExecuteThread: '3' for queue: 'weblogic.kernel.System'> <<WLS Kernel>>
<> <BEA-149060> <Module AXIS2 of application AXIS2 successfully
transitioned from prepared to active on server nodes1.>
####<Feb 20, 2007 3:24:14 PM EST> <Info> <HTTP> <ExecuteThread:
'3' for queue: 'weblogic.kernel.System'> <<anonymous>> <> <BEA-101047>
<[ServletContext(id=427206402,name=AXIS2,context-path=/AXIS2)]
WebServiceServlet: init>
####<Feb 20, 2007 3:24:15 PM EST> <Error> <HTTP> <ExecuteThread:
'3' for queue: 'weblogic.kernel.System'> <<WLS Kernel>> <> <BEA-101216>
<Servlet: "AxisServlet" failed to preload on startup in Web application:
"AXIS2".
javax.servlet.ServletException
at
org.apache.axis2.transport.http.AxisServlet.init(AxisServlet.java:195)
at
weblogic.servlet.internal.ServletStubImpl$ServletInitAction.run(ServletS
tubImpl.java:993)
at
weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSu
bject.java(Compiled Code))
at
weblogic.security.service.SecurityManager.runAs(SecurityManager.java(Com
piled Code))
at
weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubImpl.
java:869)
at
weblogic.servlet.internal.ServletStubImpl.createInstances(ServletStubImp
l.java:848)
at
weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl
.java:787)
at
weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServ
letContext.java:3252)
at
weblogic.servlet.internal.WebAppServletContext.preloadServlets(WebAppSer
vletContext.java:3209)
at
weblogic.servlet.internal.WebAppServletContext.preloadServlets(WebAppSer
vletContext.java:3195)
at
weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppSe
rvletContext.java:3174)
at
weblogic.servlet.internal.WebAppServletContext.setStarted(WebAppServletC
ontext.java:5647)
at
weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:869)
at
weblogic.j2ee.J2EEApplicationContainer.start(J2EEApplicationContainer.ja
va:2022)
at
weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer
.java:2063)
at
weblogic.management.deploy.slave.SlaveDeployer$ComponentActivateTask.act
ivateContainer(SlaveDeployer.java:2592)
at
weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.doCommit(Sla
veDeployer.java:2515)
at
weblogic.management.deploy.slave.SlaveDeployer$Task.commit(SlaveDeployer
.java:2317)
at
weblogic.management.deploy.slave.SlaveDeployer.commitUpdate(SlaveDeploye
r.java:608)
at
weblogic.drs.internal.SlaveCallbackHandler$2.execute(SlaveCallbackHandle
r.java:35)
at
weblogic.kernel.ExecuteThread.execute(ExecuteThread.java(Compiled Code))
at
weblogic.kernel.ExecuteThread.run(ExecuteThread.java(Compiled Code)
When I invoke the app from a browser, it gives an internal
error.
Is there a configuration option or deployment option we need to
use to deploy in a cluster successfully?
Any help will be greatly appreciated.
--Raju
BEGIN:VCARD
VERSION:2.1
N:Punnoose;Roshan
FN:Punnoose, Roshan
ADR;WORK:;2115
LABEL;WORK:2115
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
REV:20050413T183207Z
END:VCARD
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]