reset password
Author Message
aniketpatki
Posts: 6
Posted 21:49 May 07, 2009 |

i have made a change in user.java and made necessary changes in user hbm and db scripts.

but now when i run the project i am not even able to login.....Cry........

 

i am not able to get the problem....any suggesions whats wrong??

meera halani
Posts: 39
Posted 21:51 May 07, 2009 |

Check there are data in database or not

aniketpatki
Posts: 6
Posted 21:53 May 07, 2009 |

yes i've checked ...it is there

meera halani
Posts: 39
Posted 21:54 May 07, 2009 |

is it giving some error message?

aniketpatki
Posts: 6
Posted 22:12 May 07, 2009 |

no error message ....just that i am not able to access db.....

meera halani
Posts: 39
Posted 22:13 May 07, 2009 |

then check your log file. If there is no error in log file then i don't know

aniketpatki
Posts: 6
Posted 22:35 May 07, 2009 |

nop....nothing in log file as well......

meera halani
Posts: 39
Posted 22:37 May 07, 2009 |

is your username password of database is correct?

aniketpatki
Posts: 6
Posted 22:42 May 07, 2009 |

yes both correct....

jadiagaurang
Posts: 53
Posted 23:07 May 07, 2009 |

It seems to me that you might have configuration problem of build.properties. If your CSNS ran, which means that you don't have any error then there are potentially some syntax errors with your Hibernate mapping. Try to debug CSNS with checkpoints and logger.info... It helps every time to me!

Check out below CSNS Posts related to access problem with build.properties and PostgreSQL,

cysun
Posts: 2935
Posted 07:48 May 08, 2009 |
aniketpatki wrote:

i have made a change in user.java and made necessary changes in user hbm and db scripts.

but now when i run the project i am not even able to login.....Cry........

 

i am not able to get the problem....any suggesions whats wrong??

Click on Forums or Undergraduate/Graduate Courses. If you can see the list of forums/courses, it means you can access the database; if you cannot see the list of forums/courses, you should get an exception in the log file, which should tell you what's wrong.

Another thing to try is following the "Forgot Password?" link and try a password reset - this may also cause an exception which can help you to figure out what's wrong.

aniketpatki
Posts: 6
Posted 09:50 May 08, 2009 |

thank you....its working fineCool