Help coderanch get a
new server
by contributing to the fundraiser
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

configuration in weblogic

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Ranch Hand
Posts: 1871
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
reply
    Bookmark Topic Watch Topic
  • New Topic