-
Dec 10th, 2010, 09:20 AM
#1
NullPointerException when I run database reverse engineer --schema training
Hi,
I am getting NulllPointerException when I ran "database reverse engineer". Following are the steps I followed
1) First I ran "persistence setup --provider HIBERNATE --database ORACLE"
2) And I updated following properties in database.properties file
database.password=XXXXXXXXX
database.url=XXXXXXXX
database.username=XXXXXXXX
database.driverClassName=oracle.jdbc.OracleDriver
3) And I ran database reverse engineer --schema training then its giving the following error
NullPointerException at org.springframework.roo.obr.internal.ObrResourceFi nderImpl.getKnownResources(ObrResourceFinderImpl.j ava:68)
Please help someone who faced this problem
-
Dec 11th, 2010, 01:11 AM
#2
You will need to supply more detail. What version of Roo are you using? Did you install the drivers with the install-jdbc-drivers.roo script? Does your database.url allow you to connect to your db successfully with either junit tests or web access?
-
Dec 12th, 2010, 09:41 PM
#3
I am using roo1.1 version and my database url is working fine.
what are extra things need to do for connecting oracle databse?
If u any document for this one, pls sent to me to pavan4uus@yahoo.com
Thanks,
Pavan
-
Dec 12th, 2010, 11:15 PM
#4
Did you run the install-jdbc-drivers.roo script? Also, are you behind a firewall or use a proxy server?
-
Dec 15th, 2010, 05:13 AM
#5
Thanks Alan....Its working now...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules