aspose file tools
The moose likes Ant, Maven and Other Build Tools and the fly likes Problem in deploying application in weblogic8.1 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Practical Unit Testing with TestNG and Mockito this week in the Testing forum!
JavaRanch » Java Forums » Engineering » Ant, Maven and Other Build Tools
Reply Bookmark "Problem in deploying application in weblogic8.1" Watch "Problem in deploying application in weblogic8.1" New topic
Author

Problem in deploying application in weblogic8.1

Aditya Prasad
Greenhorn

Joined: Sep 02, 2004
Posts: 13
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
Bear Bibeault
Author and opinionated walrus
Marshal

Joined: Jan 10, 2002
Posts: 50677

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.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
 
subject: Problem in deploying application in weblogic8.1
 
Threads others viewed
Entity Bean depolyment Error in WL8.1 beta
JNDI
Problem in deploying application in weblogic8.1
Weblogic8.1 with JNDI
[EJB:011055]Error deploying the EJB
IntelliJ Java IDE