• 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

Starting The Cloudscape database

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

Hello!
Please help me to start the cloudscape database
When I type cloudscape -start, Iget the following error :
No installation of the RMI Security Manager.
Tell what can be done???
 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by meghana torvi:

Hello!
Please help me to start the cloudscape database
When I type cloudscape -start, Iget the following error :
No installation of the RMI Security Manager.
Tell what can be done???


(Only if You use Clodscape in J2EE Tutorial. BMP EJB)
I have solved this problem by using MySQL database instead Cloudscape.
1. And You mast add datasource (example):
by change %J2EE_HOME%\config\resource.properties
jdbcDataSource.0.name=jdbc/Cloudscape
jdbcDataSource.0.url=jdbc:cloudscape:rmi:CloudscapeDB;create=true
jdbcDataSource.1.name=jdbc/DB1
jdbcDataSource.1.url=jdbc:cloudscape:rmi:CloudscapeDB;create=true
jdbcDataSource.2.name=jdbc/DB2
jdbcDataSource.2.url=jdbc:cloudscape:rmi:CloudscapeDB;create=true
jdbcDataSource.3.name=jdbc/EstoreDB
jdbcDataSource.3.url=jdbc:cloudscape:rmi:CloudscapeDB;create=true
jdbcDataSource.4.name=jdbc/InventoryDB
jdbcDataSource.4.url=jdbc:cloudscape:rmi:CloudscapeDB;create=true
# Add JNDI name and url of datasource
jdbcDataSource.5.name=jdbc/MySqlEjb
jdbcDataSource.5.url=jdbc:mysql://192.165.0.7:3306/for_ejb
jdbcDriver.0.name=COM.cloudscape.core.RmiJdbcDriver
# Add JDBC driver
jdbcDriver.1.name=org.gjt.mm.mysql.Driver
...
2. restart J2EE server.
 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
guess u haven't set the paths properly... do one thing if the paths are set ...
Go to windows profiles, go in ur folder,i.e., meghna(ur login), delete the .j2eedeployment folder completely from the folder. Start the server and cloudscape.
let me know if it happens again.
Sanket.
 
reply
    Bookmark Topic Watch Topic
  • New Topic