Advertisement
Qatya

Untitled

Sep 19th, 2021
840
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Nginx 3.28 KB | None | 0 0
  1. Hibernate: select usersentit0_.id as id1_46_0_, usersentit0_.email as email2_46_0_, usersentit0_.enabled as enabled3_46_0_, usersentit0_.name as name4_46_0_, usersentit0_.password as password5_46_0_, roles1_.users_id as users_id1_47_1_, roleentity2_.id as role_id2_47_1_, roleentity2_.id as id1_44_2_, roleentity2_.description as descript2_44_2_, roleentity2_.name as name3_44_2_ from users usersentit0_ left outer join users_role roles1_ on usersentit0_.id=roles1_.users_id left outer join role roleentity2_ on roles1_.role_id=roleentity2_.id where usersentit0_.id=?
  2. Hibernate: select usersentit0_.id as id1_46_0_, usersentit0_.email as email2_46_0_, usersentit0_.enabled as enabled3_46_0_, usersentit0_.name as name4_46_0_, usersentit0_.password as password5_46_0_, roles1_.users_id as users_id1_47_1_, roleentity2_.id as role_id2_47_1_, roleentity2_.id as id1_44_2_, roleentity2_.description as descript2_44_2_, roleentity2_.name as name3_44_2_ from users usersentit0_ left outer join users_role roles1_ on usersentit0_.id=roles1_.users_id left outer join role roleentity2_ on roles1_.role_id=roleentity2_.id where usersentit0_.id=?
  3. Hibernate: select facilityen0_.id as id1_24_0_, facilityen0_.created_ts as created_2_24_0_, facilityen0_.creator_id as creator_8_24_0_, facilityen0_.cypher as cypher3_24_0_, facilityen0_.last_updated_ts as last_upd4_24_0_, facilityen0_.mark_to_delete as mark_to_5_24_0_, facilityen0_.name as name6_24_0_, facilityen0_.responsible_user_id as responsi9_24_0_, facilityen0_.status as status7_24_0_, usersentit1_.id as id1_46_1_, usersentit1_.email as email2_46_1_, usersentit1_.enabled as enabled3_46_1_, usersentit1_.name as name4_46_1_, usersentit1_.password as password5_46_1_, roles2_.users_id as users_id1_47_2_, roleentity3_.id as role_id2_47_2_, roleentity3_.id as id1_44_3_, roleentity3_.description as descript2_44_3_, roleentity3_.name as name3_44_3_, usersentit4_.id as id1_46_4_, usersentit4_.email as email2_46_4_, usersentit4_.enabled as enabled3_46_4_, usersentit4_.name as name4_46_4_, usersentit4_.password as password5_46_4_ from facility facilityen0_ left outer join users usersentit1_ on facilityen0_.creator_id=usersentit1_.id left outer join users_role roles2_ on usersentit1_.id=roles2_.users_id left outer join role roleentity3_ on roles2_.role_id=roleentity3_.id left outer join users usersentit4_ on facilityen0_.responsible_user_id=usersentit4_.id where facilityen0_.id=?
  4. Hibernate: select roles0_.users_id as users_id1_47_0_, roles0_.role_id as role_id2_47_0_, roleentity1_.id as id1_44_1_, roleentity1_.description as descript2_44_1_, roleentity1_.name as name3_44_1_ from users_role roles0_ inner join role roleentity1_ on roles0_.role_id=roleentity1_.id where roles0_.users_id=?
  5. Hibernate: insert into coordinate (latitude, longitude) values (?, ?)
  6. Hibernate: insert into borehole (coordinate_id, created_ts, creator_id, depth_actual, depth_target, facility_id, last_updated_ts, name, note, sign, sign_ts, signer_id, status, technological_expansion) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
  7. 2021-09-20 02:47:18.125 ERROR 7 --- [nio-8080-exec-6] o.a.c.c.C.[.[.[/].[dispatcherServlet]    : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.NullPointerException] with root cause
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement