-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrachit.txt
42 lines (21 loc) · 1.08 KB
/
rachit.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
14:43:18,368 ERROR [STDERR] Failed to create sessionFactory object.org.hibernate.HibernateException: Could not parse configuration: /hibernate.cfg.xml
14:43:18,368 ERROR [[default]] Servlet.service() for servlet default threw exception
Resolved by chetan sir : by changing url of config file :- http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd
Login page is yet to be made
Login page is done
And ModelDriven Interface problem solved and github credentials can be saved by
$ git config credential.helper store
$ git push https://github.com/repo.git
Username for 'https://github.com': <USERNAME>
Password for 'https://[email protected]': <PASSWORD>
git config --global credential.helper 'cache --timeout 7200'
////////////----------------///////////////////////ERROR LOG
Owned Session is not closed
Then we have to set Lazy=false or
create a Address instance to fire query
Solved by Chetan Sir
/*
//Alternative code for owned session is closed error
//System.out.println("fsdfsdfsd");
//String adr= playerinfos.get(0).getAddress().getZipcode();
*/