• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Problem in deploying application in weblogic8.1

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All
I have a web application and it's time i go for deployment.
we use Oracle as our back end.
i am using .ear file for deploying and this is generated in WSAD.
Now i want to deploy this in weblogic8.1
while configuring the connection pool, my Database type is oracle and i selected oracle driver(thin).i.e. my driver class name is Oracle.jdbc.xa.client.oracleXA.

The JNDI name that i use in my application is JDBC/IBS (IBS stands for internet banking service and this is my application) and the JNDI name that i specified for the Datasource is also JDBC/IBS.

Now after deploying the application and when i login to the page, i get
javax.naming.NameNotFoundException : while trying to lookup "ejbobject" didn't find subcontext resolved.......
the same error is showed for all the ejb objects that i use in my application.
Down these error's it says login user 'someusername' failed to be authenticated.

when i click the 'ejb-jar.xml' and 'weblogic-ejb-jar.xml' link it says "could not read descriptor file".


Can any one help me regarding this deployment in weblogic 8.1 ?
It's a bit urgent.I am very much new to this.

thanx in advance
Aditya
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Aditya, Please do not cross-post the same question in multiple forums. It wastes people's time when multiple redundant conversations take place. Please continue any discussion of this topic here.
reply
    Bookmark Topic Watch Topic
  • New Topic