[Logo] Terracotta Discussion Forums (LEGACY READ-ONLY ARCHIVE)
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
[Expert]
shown by client.log file.....Is this an Exception  XML
Forum Index -> General
Author Message
bhupendr

journeyman

Joined: 06/19/2008 21:00:21
Messages: 19
Offline

Hi All,
what contents are shown by client.log file.Actually my application with Terracotta works properly,But whenever I see Client.log file ,I see at last of file ..such type message....Is this an Exception

2008-07-21 16:48:05,359 [main] INFO com.terracottatech.dso.instrumentation - DSO root inserted for field com.messenger.MyUserIdCache.instance, type static Lcom/messenger/MyUserIdCache;
2008-07-21 16:48:05,420 [main] INFO com.terracottatech.dso.runtime - Named lock [rootOne] acquired with level WRITE (2)
at com.messenger.MyUserIdCache.__tc_getinstance(MyUserIdCache.java)
at com.messenger.MyUserIdCache.getInstance(MyUserIdCache.java:16)
at com.messenger.MyAuthProvider.<init>(MyAuthProvider.java:37)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
at java.lang.Class.newInstance0(Class.java:350)...........
........................
......................
.......IS this an Exception..........
tgautier

seraphim

Joined: 06/05/2006 12:19:26
Messages: 1781
Offline

No it is not. You likely have turned on debug settings in your config file.
[WWW]
tgautier

seraphim

Joined: 06/05/2006 12:19:26
Messages: 1781
Offline

Also please look into changing that named lock into an autolock.

[WWW]
bhupendr

journeyman

Joined: 06/19/2008 21:00:21
Messages: 19
Offline

Ok..Thanks. so Lot !for Response......!
 
Forum Index -> General
Go to:   
Powered by JForum 2.1.7 © JForum Team