| Author |
configuration in weblogic
|
tukai chakraborty
Greenhorn
Joined: Feb 02, 2004
Posts: 11
|
|
hii all i am new to weblogic.can u please guide me in deploying a j2ee application in weblogic 8.1 step by step i.e. how to create a server,where to deploy the application and also if possible how do i configure jbuilder with weblogic. thanks in advance koushik
|
 |
Rahul Mahindrakar
Ranch Hand
Joined: Jul 28, 2000
Posts: 1831
|
|
Hi You basically can check out the examples provided with weblogic and set up your application the same way. Documentation is available over here http://e-docs.bea.com/wls/docs81/index.html
|
 |
tukai chakraborty
Greenhorn
Joined: Feb 02, 2004
Posts: 11
|
|
first of all thanx Rahul for the site info i had somehow managed to create a domain and configured jbuilder with weblogic. i have developed a sample BMP application and tried to run it in weblogic. i am getting following exception in my console java.lang.ArrayIndexOutOfBoundsException: 0 at weblogic.ejb20.dd.xml.DDUtils.createDescriptorFromJarFile(DDUtils.jav a:222) at weblogic.ejb20.dd.xml.DDUtils.createDescriptorFromJarFile(DDUtils.jav a:97) at weblogic.ejb20.deployer.EJBModule.loadEJBDescriptor(EJBModule.java:80 2) at weblogic.ejb20.deployer.EJBModule.loadDescriptor(EJBModule.java:423) at weblogic.j2ee.J2EEApplicationContainer.loadDescriptors(J2EEApplicatio nContainer.java:1359) at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContain er.java:1184) at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContain er.java:1031) at weblogic.management.deploy.slave.SlaveDeployer$ComponentActivateTask. prepareContainer(SlaveDeployer.java:2634) at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.createCon tainer(SlaveDeployer.java:2584) at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare(S laveDeployer.java:2506) at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(Sla veDeployer.java:833) at weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(SlaveDepl oyer.java:542) at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDep loyer.java:500) at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHan dler.java:25) at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197) at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170) --------------- nested within: ------------------ weblogic.management.ManagementException: - with nested exception: [java.lang.ArrayIndexOutOfBoundsException: 0] at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare(S laveDeployer.java:2523) at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(Sla veDeployer.java:833) at weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(SlaveDepl oyer.java:542) at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDep loyer.java:500) at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHan dler.java:25) at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197) at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170) > <Nov 10, 2004 4:39:32 PM GMT+05:30> <Notice> <WebLogicServer> <BEA-000355> <Thre ad "ListenThread.Default" listening on port 7002, ip address *.*> <Nov 10, 2004 4:39:32 PM GMT+05:30> <Notice> <WebLogicServer> <BEA-000331> <Star ted WebLogic Admin Server "myserver" for domain "testdomain" running in Developm ent Mode> <Nov 10, 2004 4:39:32 PM GMT+05:30> <Notice> <WebLogicServer> <BEA-000360> <Serv er started in RUNNING mode> I wud be grateful if you can specify why this exception is coming. Thnks and Regards Koushik
|
 |
 |
|
|
subject: configuration in weblogic
|
|
|