atom feed63 messages in net.java.dev.glassfish.qualityRe: Validation does not work on Logge...
FromSent OnAttachments
Judy TangSep 25, 2009 4:48 pm 
Gail RisdalSep 25, 2009 5:25 pm 
393259537Sep 25, 2009 7:26 pm 
Jose NohedaSep 26, 2009 4:58 am.jpg
Judy TangSep 26, 2009 8:17 am 
Judy TangSep 26, 2009 8:35 am 
Shinya OginoSep 27, 2009 5:23 pm 
Judy TangSep 29, 2009 11:18 pm 
Manfred RiemSep 30, 2009 6:34 am 
Judy TangSep 30, 2009 8:55 am 
Gail RisdalSep 30, 2009 12:07 pm 
Christoph JohnOct 1, 2009 6:53 am 
Sankar NeelakandanOct 1, 2009 8:30 am 
Christoph JohnOct 1, 2009 2:46 pm 
Judy TangOct 2, 2009 1:23 am 
Jacek LaskowskiOct 2, 2009 1:56 am 
Judy TangOct 2, 2009 2:50 am 
Manfred RiemOct 4, 2009 8:05 am 
Judy TangOct 4, 2009 10:33 am 
Manfred RiemOct 5, 2009 6:52 am 
Judy TangOct 5, 2009 8:56 am 
Gail RisdalOct 5, 2009 10:33 am 
Judy TangOct 11, 2009 12:13 am 
Jacek LaskowskiOct 11, 2009 5:27 am 
Felipe GaúchoOct 11, 2009 6:35 am 
Judy TangOct 11, 2009 10:32 am 
Judy TangOct 11, 2009 10:41 am 
Felipe GaúchoOct 11, 2009 10:47 am 
Judy TangOct 12, 2009 7:58 am 
Felipe GaúchoOct 12, 2009 8:21 am 
Alexis Moussine-PouchkineOct 12, 2009 8:25 am 
Tom MuellerOct 12, 2009 8:28 am 
Felipe GaúchoOct 12, 2009 8:29 am 
Wouter van ReevenOct 12, 2009 8:34 am 
Felipe GaúchoOct 12, 2009 8:37 am 
Felipe GaúchoOct 12, 2009 8:43 am 
Snjezana Sevo-ZenzerovicOct 12, 2009 12:27 pm 
Felipe GaúchoOct 12, 2009 12:29 pm 
Snjezana Sevo-ZenzerovicOct 12, 2009 12:33 pm 
Wouter van ReevenOct 12, 2009 1:05 pm 
Snjezana Sevo-ZenzerovicOct 12, 2009 2:12 pm 
Judy TangOct 22, 2009 3:45 pm 
Judy TangOct 28, 2009 4:28 pm.jpg
Survivant 00Oct 28, 2009 4:37 pm 
Judy TangOct 28, 2009 5:35 pm 
Judy TangNov 6, 2009 10:59 pm 
Alexis Moussine-PouchkineNov 7, 2009 1:48 am 
Jose NohedaNov 7, 2009 2:17 am 
Alexis Moussine-PouchkineNov 7, 2009 3:51 am 
Judy TangNov 7, 2009 8:54 am 
Judy TangNov 7, 2009 8:57 am 
Judy TangNov 12, 2009 1:31 am.jpg
Judy TangNov 20, 2009 12:32 pm.jpg
Judy TangNov 25, 2009 2:00 pm.jpg
K. K.Nov 26, 2009 8:19 am 
Anissa LamNov 26, 2009 8:42 am 
K. K.Nov 26, 2009 8:50 am 
Judy TangNov 26, 2009 9:22 am 
KanaNov 26, 2009 7:04 pm 
Judy TangNov 26, 2009 11:12 pm 
Anissa LamNov 27, 2009 1:24 am 
K K.Nov 27, 2009 7:00 am 
Anissa LamNov 27, 2009 9:10 am 
Subject:Re: Validation does not work on Logger Settings page (b74)
From:Anissa Lam (Anis@Sun.COM)
Date:Nov 27, 2009 9:10:33 am
List:net.java.dev.glassfish.quality

Hi Kana, Thanks for your time on this. I have updated the issue with my comments. You have a good holiday too !!

Anissa.

K K. wrote:

Hi Anissa,

Thanks for lokking into an issue. I filed logger bug quoting your message.

[1]https://glassfish.dev.java.net/issues/show_bug.cgi?id=11203

Have a good holiday !

Kana.

2009/11/27 Anissa Lam [2]<Anis@sun.com>:

Hi Kana,

Thanks for the screenshot. I looked into this, and see 2 issues here.

1. During initialization, the logger code didn't expect 'Flush Frequency' to be non numeric and didn't catch the exception,

[#|2009-11-27T01:10:06.705-0800|WARNING|null|org.jvnet.hk2.osgimain|_ThreadID=11;_ThreadName=FelixStartLevel;|Exception while starting bundle com.sun.enterprise.osgi-adapter [130] org.osgi.framework.BundleException: Activator start error in bundle com.sun.enterprise.osgi-adapter [130]. ....

Caused by: java.lang.NumberFormatException: For input string: "abc" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)

This is the main cause that the server cannot start.

2. Another issue is the logger handler:

When i start this using 'asadmin start-domain', I see this onscreen. The logger code cannot find the log hander "abc" , thus getting this error: Can't load log handler "abc" java.lang.ClassNotFoundException: abc java.lang.ClassNotFoundException: abc at java.net.URLClassLoader$1.run(URLClassLoader.java:200)

However, the server actually starts.

As for other attributes, yes, they are wrong, but not as critical as these 2.

GUI missed to do client side validation and thus passes whatever info user enters to the logger code. We will fix this after v3.

But the logger code itself needs to be more 'error-proof' and should handle the cases better. Please file a 'logger' bug so Carla can address this.

thanks Anissa

K. K. wrote:

Hi Anissa,

Here'a a screenshot: [3]http://www.maltora.com/glassfish/logger.jpg

And yes, after stopping the server, I cannot start/restart it again.

Kana

Hi Kana,

Thanks for letting us know. Can you tell me which field you changed and the value you use ? Those values are not dynamically configured, see [4]https://glassfish.dev.java.net/issues/show_bug.cgi?id=11142, so you are seeing that once server stopped, you cannot start the server again ?

thanks Anissa

K. K. wrote:

Hi,

I tried build b74 (glassfish-v3-web-b74-windows.exe) and found a new(?) bug. (Don't know wheter it could be a show stopper)

--- 1. From Admin GUI --> Logger Settings page, input invalid values into fields. 2. Click [Save], andthose values be "successfully saved." without alert. Values be written into logging.properties under domain's config directory. 3. After saving those invalid values, glassfish will not be launched. ---

Kana

Hi All,

Promote build b74 is out. This is v3 release candidate build. If you have some time, please use this build to verify your bugs [5]<https://glassfish.dev.java.net/quality/v3/fishcat-v3-sep2009-sl.html>. For new bugs unless show stopper will be fixed in next release.

Here, a total of 37 bugs [6]<https://glassfish.dev.java.net/issues/buglist.cgi?issue_type=DEFECT& component=glassfish&issue_status=RESOLVED&resolution=FIXED&version=V3& email1= &emailtype1=exact&emailassigned_to1=1&email2=&emailtype2=exact& emailreporter2 =1&issueidtype=include&issue_id=&changedin=&votes=&chfield=resolution& chfieldfrom=2009-11-20&chfieldto=2009-11-25&chfieldvalue=FIXED&short_desc= & short_desc_type=fulltext&long_desc=&long_desc_type=fulltext&issue_file_loc =& issue_file_loc_type=fulltext&status_whiteboard=&status_whiteboard_type= fulltext&keywords=&keywords_type=anytokens&field0-0-0=noop&type0-0-0=noop& value0-0-0=&cmdtype=doit&order=Reuse+same+sort+as+last+time&Submit+query= Submit+query> got fixed since last promoted build.

*[1] Where to get build b74 web distribution:*

glassfish-v3-web-b74-unix.sh [7]<http://download.java.net/glassfish/v3/ promoted/ glassfish-v3-web-b74-unix.sh> glassfish-v3-web-b74-windows.exe [8]<http://download.java.net/glassfish/v3/ promoted/glassfish-v3-web-b74-windows.exe> glassfish-v3-web-b74.zip [9]<http://download.java.net/glassfish/v3/promoted/ glassfish-v3-web-b74.zip>

*[2] Where to get build b74 full distribution:*

glassfish-v3-b74-unix.sh [10]<http://download.java.net/glassfish/v3/promoted/ glassfish-v3-b74-unix.sh> glassfish-v3-b74-windows.exe [11]<http://download.java.net/glassfish/v3/ promoted/ glassfish-v3-b74-windows.exe> glassfish-v3-b74.zip [12]<http://download.java.net/glassfish/v3/promoted/ glassfish-v3-b74.zip>

Thanks ! Judy

Here my favorite FishCAT post card, Happy Thanksgiving to every one !

------------------------------------------------------------------------

--------------------------------------------------------------------- To unsubscribe, e-mail: [13]qual@glassfish.dev.java.net For additional commands, e-mail: [14]qual@glassfish.dev.java.net

---html-part included links------- [15]https://glassfish.dev.java.net/quality/v3/fishcat-v3-sep2009-sl.html [16]https://glassfish.dev.java.net/issues/buglist.cgi?issue_type=DEFECT&amp; component=glassfish&amp;issue_status=RESOLVED&amp;resolution=FIXED&amp; version=V3&amp;email1=&amp;emailtype1=exact&amp;emailassigned_to1=1&amp; email2=&amp;emailtype2=exact&amp;emailreporter2=1&amp;issueidtype=include& amp;issue_id=&amp;changedin=&amp;votes=&amp;chfield=resolution&amp; chfieldfrom=2009-11-20&amp;chfieldto=2009-11-25&amp;chfieldvalue=FIXED& amp; short_desc=&amp;short_desc_type=fulltext&amp;long_desc=&amp;long_desc_type = fulltext&amp;issue_file_loc=&amp;issue_file_loc_type=fulltext&amp; status_whiteboard=&amp;status_whiteboard_type=fulltext&amp;keywords=&amp; keywords_type=anytokens&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0- 0-0 =&amp;cmdtype=doit&amp;order=Reuse+same+sort+as+last+time&amp;Submit+query = Submit+query [17]http://download.java.net/glassfish/v3/promoted/glassfish-v3-web-b74-unix. sh [18]http://download.java.net/glassfish/v3/promoted/glassfish-v3-web-b74- windows. exe [19]http://download.java.net/glassfish/v3/promoted/glassfish-v3-web-b74.zip [20]http://download.java.net/glassfish/v3/promoted/glassfish-v3-b74-unix.sh [21]http://download.java.net/glassfish/v3/promoted/glassfish-v3-b74-windows. exe [22]http://download.java.net/glassfish/v3/promoted/glassfish-v3-b74.zip

With regards,

----------------------------------- ** Gem Beads and Silver Orumail **

--------------------------------------------------------------------- To unsubscribe, e-mail: [23]qual@glassfish.dev.java.net For additional commands, e-mail: [24]qual@glassfish.dev.java.net

--------------------------------------------------------------------- To unsubscribe, e-mail: [25]qual@glassfish.dev.java.net For additional commands, e-mail: [26]qual@glassfish.dev.java.net

--------------------------------------------------------------------- To unsubscribe, e-mail: [27]qual@glassfish.dev.java.net For additional commands, e-mail: [28]qual@glassfish.dev.java.net

--------------------------------------------------------------------- To unsubscribe, e-mail: [29]qual@glassfish.dev.java.net For additional commands, e-mail: [30]qual@glassfish.dev.java.net

--------------------------------------------------------------------- To unsubscribe, e-mail: qual@glassfish.dev.java.net For additional commands, e-mail: qual@glassfish.dev.java.net

References

Visible links 1. https://glassfish.dev.java.net/issues/show_bug.cgi?id=11203 2. mailto:Anis@sun.com 3. http://www.maltora.com/glassfish/logger.jpg 4. https://glassfish.dev.java.net/issues/show_bug.cgi?id=11142 5. https://glassfish.dev.java.net/quality/v3/fishcat-v3-sep2009-sl.html 6. https://glassfish.dev.java.net/issues/buglist.cgi?issue_type=DEFECT&component=glassfish&issue_status=RESOLVED&resolution=FIXED&version=V3&email1=&emailtype1=exact&emailassigned_to1=1&email2=&emailtype2=exact&emailreporter2=1&issueidtype=include&issue_id=&changedin=&votes=&chfield=resolution&chfieldfrom=2009-11-20&chfieldto=2009-11-25&chfieldvalue=FIXED&short_desc=&short_desc_type=fulltext&long_desc=&long_desc_type=fulltext&issue_file_loc=&issue_file_loc_type=fulltext&status_whiteboard=&status_whiteboard_type=fulltext&keywords=&keywords_type=anytokens&field0-0-0=noop&type0-0-0=noop&value0-0-0=&cmdtype=doit&order=Reuse+same+sort+as+last+time&Submit+query=Submit+query 7. http://download.java.net/glassfish/v3/promoted/glassfish-v3-web-b74-unix.sh 8. http://download.java.net/glassfish/v3/promoted/glassfish-v3-web-b74-windows.exe 9. http://download.java.net/glassfish/v3/promoted/glassfish-v3-web-b74.zip 10. http://download.java.net/glassfish/v3/promoted/glassfish-v3-b74-unix.sh 11. http://download.java.net/glassfish/v3/promoted/glassfish-v3-b74-windows.exe 12. http://download.java.net/glassfish/v3/promoted/glassfish-v3-b74.zip 13. mailto:qual@glassfish.dev.java.net 14. mailto:qual@glassfish.dev.java.net 15. https://glassfish.dev.java.net/quality/v3/fishcat-v3-sep2009-sl.html 16. https://glassfish.dev.java.net/issues/buglist.cgi?issue_type=DEFECT& 17. http://download.java.net/glassfish/v3/promoted/glassfish-v3-web-b74-unix 18. http://download.java.net/glassfish/v3/promoted/glassfish-v3-web-b74 19. http://download.java.net/glassfish/v3/promoted/glassfish-v3-web-b74.zip 20. http://download.java.net/glassfish/v3/promoted/glassfish-v3-b74-unix.sh 21. http://download.java.net/glassfish/v3/promoted/glassfish-v3-b74-windows 22. http://download.java.net/glassfish/v3/promoted/glassfish-v3-b74.zip 23. mailto:qual@glassfish.dev.java.net 24. mailto:qual@glassfish.dev.java.net 25. mailto:qual@glassfish.dev.java.net 26. mailto:qual@glassfish.dev.java.net 27. mailto:qual@glassfish.dev.java.net 28. mailto:qual@glassfish.dev.java.net 29. mailto:qual@glassfish.dev.java.net 30. mailto:qual@glassfish.dev.java.net