• 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 developing Entity bean in visual age for java

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,

I got u'r mail Id from Net and know that u'r working on visual age .I am phasing one problem If u know the solution please reply me back .
I am using VJA 3.0 and Oracle 8.x.I have oracle client and I developed one simple Entity bean using VAJ Follows all steps , created Database schema and Mapping schema able to generate Deployment code and test client.Then I am opening this Entity bean using Group in Server Configuration.here I am phasing problem .When I am trying to start EJB server It's throwing Exception so I am not able to run EJB server rest both(Location and persistent server) Running Fine.So pls tell me what I write in the server settings for running it properly.The Exception is like this in Console.


"The following beans are deployed in the server:

(1) com.ibm.ivj.eab.sample.ws.entityejb.custBean

******************************************

000.170 796 ManagedServer E Version : 3.0
000.172 796 ManagedServer E Edition: Advanced
000.182 796 ManagedServer E Build date: Sat Sep 25 00:00:00 GMT+05:30 1999
000.183 796 ManagedServer E Build number: d28_990925d
031.262 757d DrAdminServer A DrAdmin available on port 4,410
054.517 796 DBPortability F Unrecognized database: "Oracle8"
java.lang.Throwable
java.lang.Throwable()
void com.ibm.ejs.ras.TraceLogger.fatalEvent(com.ibm.ejs.ras.TraceEvent)
void com.ibm.ejs.ras.Tr.fireTraceEvent(com.ibm.ejs.ras.TraceEvent)
void com.ibm.ejs.ras.Tr.fatal(com.ibm.ejs.ras.TraceComponent, java.lang.String, java.lang.Object)
int com.ibm.ejs.dbm.DBPortability.getDBCode(java.sql.DatabaseMetaData)
void com.ibm.ejs.persistence.EJSJDBCPersister.initialize(com.ibm.db2.jdbc.app.stdext.javax.sql.DataSource, java.lang.String, java.lang.String, java.lang.String)
com.ibm.ejs.persistence.EJSJDBCPersister com.ibm.ejs.persistence.EJSJDBCPersister.create(com.ibm.ejs.util.PortableDeploymentDescriptor, com.ibm.db2.jdbc.app.stdext.javax.sql.DataSource, java.lang.String, java.lang.String, java.lang.ClassLoader, java.lang.String)
javax.ejb.EJBHome com.ibm.ejs.sm.active.ActiveEJBContainer.startBean(java.lang.String, com.ibm.ejs.util.PortableDeploymentDescriptor, java.lang.String, boolean, java.lang.String, com.ibm.ejs.sm.active.ActiveEnterpriseBean, java.lang.String)
void com.ibm.ejs.sm.active.ActiveEnterpriseBean.startAction(boolean, com.ibm.ejs.sm.util.ObjectCollection)
void com.ibm.ejs.sm.active.ActiveObject.startObject(long, boolean)
void com.ibm.ejs.sm.active.ActiveObject.start(int, com.ibm.ejs.sm.active.ActiveObjectConfig)
void com.ibm.ejs.sm.active.ActiveObject.operateOnContainedObjects(com.ibm.ejs.sm.active.ActiveObjectConfig, java.lang.String, com.ibm.ejs.sm.util.ObjectCollection)
void com.ibm.ejs.sm.active.ActiveEJBContainer.startAction(boolean, com.ibm.ejs.sm.util.ObjectCollection)
void com.ibm.ejs.sm.active.ActiveObject.startObject(long, boolean)
void com.ibm.ejs.sm.active.ActiveObject.start(int, com.ibm.ejs.sm.active.ActiveObjectConfig)
void com.ibm.ejs.sm.active.ActiveObject.operateOnContainedObjects(com.ibm.ejs.sm.active.ActiveObjectConfig, java.lang.String, com.ibm.ejs.sm.util.ObjectCollection)
void com.ibm.ejs.sm.active.ActiveEJBServer.startAction(boolean, com.ibm.ejs.sm.util.ObjectCollection)
void com.ibm.ejs.sm.active.ActiveObject.startObject(long, boolean)
void com.ibm.ejs.sm.active.ActiveObject.start(int, com.ibm.ejs.sm.active.ActiveObjectConfig)
java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object [])
java.lang.Object com.ibm.ejs.sm.agent.AdminAgentImpl.activeObjectInvocation(com.ibm.ejs.sm.agent.ContainmentPath, java.lang.String, com.ibm.ejs.sm.agent.ParamList)
java.lang.Object com.ibm.ejs.sm.agent.AdminAgentImpl.invokeActiveObject(com.ibm.ejs.sm.agent.ContainmentPath, java.lang.String, com.ibm.ejs.sm.agent.ParamList)
void com.ibm.ejs.server.EJServer.configRuntime(java.util.Properties [])
void com.ibm.ejs.server.EJServer.start()
void com.ibm.ivj.ejb.tools.internal.EJSServer.startEJS(java.lang.String []) "


The settings of three server's Follows,

Location Service:
ORB Listener Port:9000.
Persistent Server:
DataSource: InstantDB.
LSD Name: Localhost.
LSD Port: 9000.
EJB Server:
data Source: jdbc dbc:UE (this UE is DSN name and I tested it working Properly on oracle connection Testing)
Connection Type: sun.jdbc.odbc.JdbcOdbcDriver
Database user Id: sampath.(Login id and Password of Database)
Database PWD : sampath.
LSD Name: priceff14 (Name of machine where oracle reside).
LSD port : 9000.

In Persistent Server DataSource and LSD I gave same as in Ejb server but still not working .
pls reply as soon as possible the solution of this problem.
if this info is less to understand the problem then feel free to Contact me .

Thanks,


 
brevity is the soul of wit - shakepeare. Tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic