hi, I have created datasource in websphere with oracle8i using classes12.zip dirver. After that i deployed the ejb(Entity Bean) in the default container.......up till here everything is OK.
But once i start the default server it's giving the following error message : Exception: ORA-01918: user 'EJB' does not exist java.sql.SQLException: ORA-01918: user 'EJB' does not exist -------- com.ibm.ejs.sm.client.command.ExecutionException: Command Default Server.start Sub-command Error. at com.ibm.ejs.sm.client.RepositoryOpException.<init>(RepositoryOpException.java:51) at com.ibm.ejs.sm.client.command.ExecutionException.<init>(ExecutionException.java:63) at com.ibm.ejs.sm.client.command.AbstractCommand.handleAct(AbstractCommand.java:223) at com.ibm.ejs.sm.client.command.StartCommand.execute(StartCommand.java:93) at com.ibm.ejs.sm.client.command.CommandManager$ExecutionThread.run(CommandManager.java:282) ----------------------- and the server starts but the ejb dosent . The details of the Datasource which i created are " Data Source Name : oracle12 Database Name racle
Can somebody tell me where am i going wrong. Jyotisree
it will be useful if you provide the DB connection URL details,
or is there any problem with the url?
Take care<BR>r@njith
Jyotisree Dhar
Ranch Hand
Joined: Sep 15, 2001
Posts: 30
posted
0
hi Ranjith, all this things are made by websphere application console.Because i am making a CMP.The class and url is: Classs Name :-new oracle.jdbc.driver.OracleDriver()) Url :- jdbc: oracle:thin:@192.168.1.29:1521: oracle (the last oracle word is my database name) User id: scott password:tiger Please help Jyotisree
[This message has been edited by jyotisree (edited October 03, 2001).]
Ranjith R
Greenhorn
Joined: Sep 18, 2001
Posts: 22
posted
0
sorry for that smiley.. and small font.. here is the actual story:
<a href=" <A HREF="http://www-4.ibm.com/software/webservers/appserv/doc/v40/ae/infocenter/was/060705_advanced.html" rel="nofollow">Click" TARGET=_blank>http://www-4.ibm.com/software/webservers/appserv/doc/v40/ae/infocenter/was/060705_advanced.html">Click Here
-R@njith
Jyotisree Dhar
Ranch Hand
Joined: Sep 15, 2001
Posts: 30
posted
0
Ranjith, i am working on Webspher3.5 the steps you mentioned earlier are for Websphere4 i guess.Any suggestion for Websphere3.5 Jyotisree
[This message has been edited by jyotisree (edited October 03, 2001).]
Ranjith R
Greenhorn
Joined: Sep 18, 2001
Posts: 22
posted
0
Sorry..never worked on that version.. ------------------ Take care r@njith