[2008-05-28 02:38:55] JOIN #higgins :sourcerer!n=philipp@62.218.140.156 JOIN :#higgins [2008-05-28 04:47:15] QUIT nairbreklew [2008-05-28 05:41:20] JOIN #higgins :XRIBot!n=XRIBot@chello084114169104.2.15.vie.surfer.at JOIN :#higgins [2008-05-28 05:46:22] QUIT XRIBot [2008-05-28 06:22:48] JOIN #higgins :XRIBot!n=XRIBot@66.36.241.248 JOIN :#higgins [2008-05-28 06:33:38] JOIN #higgins :rcjsuen!n=rcjsuen@bas6-kitchener06-1177628013.dsl.bell.ca JOIN :#higgins [2008-05-28 07:17:38] QUIT rcjsuen [2008-05-28 07:49:17] JOIN #higgins :MikeMc!n=MikeMc@nat/ibm/x-219e3ce7527e9b50 JOIN :#higgins [2008-05-28 07:55:46] JOIN #higgins :rcjsuen!n=rcjsuen@auth2-154.uwaterloo.ca JOIN :#higgins [2008-05-28 08:27:56] JOIN #higgins :vkokhan!n=vkokhan@193.110.176.240 JOIN :#higgins [2008-05-28 09:14:15] JOIN #higgins :Duan1!n=dbuss@nat/novell/x-a7c0eb19a9b3b849 JOIN :#higgins [2008-05-28 09:35:35] JOIN #higgins :tdoman!n=TeeDoh@nat/novell/x-6e2a6330369b523b JOIN :#higgins [2008-05-28 10:06:34] JOIN #higgins :tdoma1!n=TeeDoh@nat/novell/x-dbe62e50aab099ec JOIN :#higgins [2008-05-28 10:06:34] QUIT tdoman [2008-05-28 10:13:51] hey mike, yt? [2008-05-28 10:14:01] NICK tdoman [2008-05-28 10:14:02] yes [2008-05-28 10:14:24] hey, have you seen the latest higgins configuration code thread I started? [2008-05-28 10:15:26] can you send me a more complete set of your log messages [2008-05-28 10:15:51] I suspect peter is right in that you will only see the error wrt eclipse stuff if you have a config problem [2008-05-28 10:15:52] okay, though I think that's pretty much all there is ... [2008-05-28 10:16:06] ah, okay [2008-05-28 10:16:31] it tries to load "normal" way and if that fails tries eclipse way [2008-05-28 10:16:50] since you are failing on the eclipse way - the normal way must not be working first [2008-05-28 10:17:38] hmmm, okay [2008-05-28 10:18:04] all I see on the console is log4 appender messages and the failure trace from junit is what I included in the e-mail. [2008-05-28 10:18:22] so, I guess I need to inspect our configuration next. [2008-05-28 10:18:30] please send the entire log [2008-05-28 10:18:37] to me mikemci@us.ibm.com [2008-05-28 10:18:46] and send my your confio also [2008-05-28 10:19:50] we have a handler of our own in the config but that was working last week [2008-05-28 10:20:05] entire log? [2008-05-28 10:20:07] log4j:WARN No appenders could be found for logger (org.eclipse.higgins.configuration.xml.ConfigurationHandler). [2008-05-28 10:20:07] log4j:WARN Please initialize the log4j system properly. [2008-05-28 10:20:10] that's it [2008-05-28 10:20:43] ok - so it looks like you have not properly configured the logging so the entire log wont help until you fix that [2008-05-28 10:21:25] ah, okay [2008-05-28 10:21:57] this is the line in the config where the load fails: [2008-05-28 10:21:59] [2008-05-28 10:22:25] is that class on the classpath? [2008-05-28 10:22:50] well, it's within the project I'm running the tests for [2008-05-28 10:23:16] now I think I am beginning to see... [2008-05-28 10:23:40] you are actually running in eclipse and are therefore not able to use normal loading - you need the eclipse loading [2008-05-28 10:24:00] reason for this is the configuration stull is in a plugin - and therefore cannot see your class [2008-05-28 10:24:08] I think we see the same when running from ant [2008-05-28 10:24:58] well - its obviously not able to load that class - possible reasons are many [2008-05-28 10:25:15] wrong spelling, not in classpath, not visible, etc [2008-05-28 10:25:22] okay [2008-05-28 10:26:09] common problem is due to plugin visibility issues - but if you are not executing in an OSGi comtainer than that is not your problem [2008-05-28 10:26:33] yeah [2008-05-28 10:28:11] dunno how our handler is different than this one: [2008-05-28 10:28:12] [2008-05-28 10:28:17] maybe I [2008-05-28 10:28:33] 'm mistaken on which one it's failing on ... I'll have to debug in again [2008-05-28 10:35:43] once you fix the logging configuration you should be able to tell what its failing to load [2008-05-28 10:38:40] the JScript stuff succeeds, our new handler does not [2008-05-28 10:38:54] cause: IllegalAccessException [2008-05-28 10:39:37] detailMessage: Class org.eclipse.higgins.configuration.xml.ConfigurationHandler can not access a member of class org.bandit.otis.impl.RemoteEndPointClientHandler with modifiers "" [2008-05-28 10:39:52] It may be failing on the configure call [2008-05-28 10:40:11] does the load attempt to call configure? [2008-05-28 10:40:16] hmm - not sure I understand that - but it does not call configure on setting handlers [2008-05-28 10:40:16] our handler? I can set a BP there. [2008-05-28 10:40:31] oh, then I can't set a BP there :) [2008-05-28 10:40:46] I need to run - be back later [2008-05-28 10:40:51] what "member" is it trying to access? [2008-05-28 10:41:10] no idea need your log [2008-05-28 10:44:40] okay, I'll see if I can get the log working [2008-05-28 10:44:50] JOIN #higgins :Jeesmon!n=jjacob@static-68-162-255-8.bos.east.verizon.net JOIN :#higgins [2008-05-28 10:48:09] found it [2008-05-28 10:48:30] we had removed "public" from our handler cuz we didn't want it showing up in our javadoc [2008-05-28 10:48:49] we == daniel [2008-05-28 10:48:57] but I'm not gonna rat him out :) [2008-05-28 11:36:49] QUIT rcjsuen [2008-05-28 12:08:24] JOIN #higgins :rcjsuen!n=rcjsuen@auth2-154.uwaterloo.ca JOIN :#higgins [2008-05-28 13:00:03] JOIN #higgins :tdoma1!n=TeeDoh@137.65.229.2 JOIN :#higgins [2008-05-28 13:03:43] JOIN #higgins :Jimse!n=jimse@wsip-24-120-70-176.lv.lv.cox.net JOIN :#higgins [2008-05-28 13:14:52] QUIT rcjsuen [2008-05-28 13:15:43] QUIT tdoman [2008-05-28 13:17:24] QUIT Duan1 [2008-05-28 13:17:34] QUIT MikeMc [2008-05-28 13:39:14] JOIN #higgins :Jims1!n=jimse@wsip-24-120-70-176.lv.lv.cox.net JOIN :#higgins [2008-05-28 13:40:04] QUIT Jimse [2008-05-28 13:49:14] JOIN #higgins :rcjsuen!n=rcjsuen@bas6-kitchener06-1177628013.dsl.bell.ca JOIN :#higgins [2008-05-28 14:36:10] JOIN #higgins :tdoman!n=TeeDoh@nat/novell/x-027c0e5de5bfe3a6 JOIN :#higgins [2008-05-28 14:37:12] QUIT tdoma1 [2008-05-28 14:46:23] QUIT sourcerer [2008-05-28 15:43:23] JOIN #higgins :sourcerer!n=philipp@212-183-46-163.adsl.highway.telekom.at JOIN :#higgins [2008-05-28 15:45:52] QUIT Jims1 [2008-05-28 15:59:28] JOIN #higgins :tdoma1!n=TeeDoh@137.65.229.2 JOIN :#higgins [2008-05-28 16:15:20] QUIT tdoman [2008-05-28 16:22:20] JOIN #higgins :rcjsuen_!n=rcjsuen@bas6-kitchener06-1177628013.dsl.bell.ca JOIN :#higgins [2008-05-28 16:22:36] QUIT peace-keeper [2008-05-28 16:37:52] QUIT rcjsuen [2008-05-28 17:04:08] QUIT sourcerer [2008-05-28 17:41:40] QUIT Jeesmon [2008-05-28 18:09:41] JOIN #higgins :Duane!n=dbuss@nat/novell/x-98e6ee716cbc0b34 JOIN :#higgins [2008-05-28 18:15:39] NICK rcjsuen [2008-05-28 18:30:54] QUIT Duane [2008-05-28 18:32:40] JOIN #higgins :rcjsuen_!n=rcjsuen@bas6-kitchener06-1177628013.dsl.bell.ca JOIN :#higgins [2008-05-28 18:46:19] JOIN #higgins :Jimse!n=jimse@wsip-24-120-70-176.lv.lv.cox.net JOIN :#higgins [2008-05-28 18:49:35] QUIT rcjsuen [2008-05-28 18:59:45] NICK rcjsuen [2008-05-28 19:04:36] JOIN #higgins :tdoman!n=TeeDoh@137.65.133.71 JOIN :#higgins [2008-05-28 19:06:08] QUIT vkokhan [2008-05-28 19:20:46] QUIT tdoma1 [2008-05-28 19:33:45] QUIT tdoman [2008-05-28 20:20:07] JOIN #higgins :tdoman!n=TeeDoh@66.29.163.1.static.utahbroadband.com JOIN :#higgins [2008-05-28 21:59:10] {global notice} Good day all, one of our European hubs had a major routing problem but things look to be alright now, thank you for your patience, and thank you for using freenode! [2008-05-28 23:11:55] QUIT rcjsuen [2008-05-28 23:21:58] QUIT Jimse