| From | Sent On | Attachments |
|---|---|---|
| Judy Tang | Sep 25, 2009 4:48 pm | |
| Gail Risdal | Sep 25, 2009 5:25 pm | |
| 393259537 | Sep 25, 2009 7:26 pm | |
| Jose Noheda | Sep 26, 2009 4:58 am | .jpg |
| Judy Tang | Sep 26, 2009 8:17 am | |
| Judy Tang | Sep 26, 2009 8:35 am | |
| Shinya Ogino | Sep 27, 2009 5:23 pm | |
| Judy Tang | Sep 29, 2009 11:18 pm | |
| Manfred Riem | Sep 30, 2009 6:34 am | |
| Judy Tang | Sep 30, 2009 8:55 am | |
| Gail Risdal | Sep 30, 2009 12:07 pm | |
| Christoph John | Oct 1, 2009 6:53 am | |
| Sankar Neelakandan | Oct 1, 2009 8:30 am | |
| Christoph John | Oct 1, 2009 2:46 pm | |
| Judy Tang | Oct 2, 2009 1:23 am | |
| Jacek Laskowski | Oct 2, 2009 1:56 am | |
| Judy Tang | Oct 2, 2009 2:50 am | |
| Manfred Riem | Oct 4, 2009 8:05 am | |
| Judy Tang | Oct 4, 2009 10:33 am | |
| Manfred Riem | Oct 5, 2009 6:52 am | |
| Judy Tang | Oct 5, 2009 8:56 am | |
| Gail Risdal | Oct 5, 2009 10:33 am | |
| Judy Tang | Oct 11, 2009 12:13 am | |
| Jacek Laskowski | Oct 11, 2009 5:27 am | |
| Felipe Gaúcho | Oct 11, 2009 6:35 am | |
| Judy Tang | Oct 11, 2009 10:32 am | |
| Judy Tang | Oct 11, 2009 10:41 am | |
| Felipe Gaúcho | Oct 11, 2009 10:47 am | |
| Judy Tang | Oct 12, 2009 7:58 am | |
| Felipe Gaúcho | Oct 12, 2009 8:21 am | |
| Alexis Moussine-Pouchkine | Oct 12, 2009 8:25 am | |
| Tom Mueller | Oct 12, 2009 8:28 am | |
| Felipe Gaúcho | Oct 12, 2009 8:29 am | |
| Wouter van Reeven | Oct 12, 2009 8:34 am | |
| Felipe Gaúcho | Oct 12, 2009 8:37 am | |
| Felipe Gaúcho | Oct 12, 2009 8:43 am | |
| Snjezana Sevo-Zenzerovic | Oct 12, 2009 12:27 pm | |
| Felipe Gaúcho | Oct 12, 2009 12:29 pm | |
| Snjezana Sevo-Zenzerovic | Oct 12, 2009 12:33 pm | |
| Wouter van Reeven | Oct 12, 2009 1:05 pm | |
| Snjezana Sevo-Zenzerovic | Oct 12, 2009 2:12 pm | |
| Judy Tang | Oct 22, 2009 3:45 pm | |
| Judy Tang | Oct 28, 2009 4:28 pm | .jpg |
| Survivant 00 | Oct 28, 2009 4:37 pm | |
| Judy Tang | Oct 28, 2009 5:35 pm | |
| Judy Tang | Nov 6, 2009 10:59 pm | |
| Alexis Moussine-Pouchkine | Nov 7, 2009 1:48 am | |
| Jose Noheda | Nov 7, 2009 2:17 am | |
| Alexis Moussine-Pouchkine | Nov 7, 2009 3:51 am | |
| Judy Tang | Nov 7, 2009 8:54 am | |
| Judy Tang | Nov 7, 2009 8:57 am | |
| Judy Tang | Nov 12, 2009 1:31 am | .jpg |
| Judy Tang | Nov 20, 2009 12:32 pm | .jpg |
| Judy Tang | Nov 25, 2009 2:00 pm | .jpg |
| K. K. | Nov 26, 2009 8:19 am | |
| Anissa Lam | Nov 26, 2009 8:42 am | |
| K. K. | Nov 26, 2009 8:50 am | |
| Judy Tang | Nov 26, 2009 9:22 am | |
| Kana | Nov 26, 2009 7:04 pm | |
| Judy Tang | Nov 26, 2009 11:12 pm | |
| Anissa Lam | Nov 27, 2009 1:24 am | |
| K K. | Nov 27, 2009 7:00 am | |
| Anissa Lam | Nov 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& component=glassfish&issue_status=RESOLVED&resolution=FIXED& version=V3&email1=&emailtype1=exact&emailassigned_to1=1& email2=&emailtype2=exact&emailreporter2=1&issueidtype=include& amp;issue_id=&changedin=&votes=&chfield=resolution& chfieldfrom=2009-11-20&chfieldto=2009-11-25&chfieldvalue=FIXED& amp; 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 [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






.jpg