#jython IRC Log (v0.9)

Index

IRC Log for 2012-10-16

Timestamps are in GMT/BST.

[0:16] * jlwestsr (~jlwestsr@2602:304:ab2a:32b9:6d23:7fb9:440e:957d) has joined #jython
[0:36] * diminoten (~diminoten@unaffiliated/diminoten) Quit (Quit: Bye!)
[0:38] * diminoten (~diminoten@unaffiliated/diminoten) has joined #jython
[0:54] * diminoten (~diminoten@unaffiliated/diminoten) Quit (Ping timeout: 244 seconds)
[0:54] * MikeFair (~quassel@pool-71-108-121-195.lsanca.dsl-w.verizon.net) Quit (Ping timeout: 256 seconds)
[1:01] * MikeFair (~quassel@pool-71-108-121-195.lsanca.dsl-w.verizon.net) has joined #jython
[1:03] * shashank (~shashank@63-227-9-43.hlrn.qwest.net) has joined #jython
[1:09] * MikeFair (~quassel@pool-71-108-121-195.lsanca.dsl-w.verizon.net) Quit (Ping timeout: 260 seconds)
[1:14] * diminoten (~diminoten@2001:4800:780e:510:813:e2c8:ff04:73dd) has joined #jython
[1:16] * MikeFair (~quassel@pool-71-108-121-195.lsanca.dsl-w.verizon.net) has joined #jython
[1:23] * diminoten (~diminoten@2001:4800:780e:510:813:e2c8:ff04:73dd) Quit (Changing host)
[1:23] * diminoten (~diminoten@unaffiliated/diminoten) has joined #jython
[1:29] * lheuer (~Adium@unaffiliated/lheuer) Quit (Quit: Leaving.)
[1:57] * shashank (~shashank@63-227-9-43.hlrn.qwest.net) Quit (Quit: Leaving.)
[1:57] * shashank (~shashank@63-227-9-43.hlrn.qwest.net) has joined #jython
[3:10] * catmtking (~catmtking@108-224-122-111.lightspeed.irvnca.sbcglobal.net) has joined #jython
[4:43] * catmtking (~catmtking@108-224-122-111.lightspeed.irvnca.sbcglobal.net) Quit (Quit: catmtking)
[5:32] * shashank (~shashank@63-227-9-43.hlrn.qwest.net) Quit (Ping timeout: 245 seconds)
[6:06] * lheuer (~Adium@unaffiliated/lheuer) has joined #jython
[9:35] * jlwestsr (~jlwestsr@2602:304:ab2a:32b9:6d23:7fb9:440e:957d) Quit (Ping timeout: 246 seconds)
[9:36] * msavy (~msavy@redhat/jboss/msavy) has joined #jython
[9:50] * sera_ (~sera@gentoo/developer/sera) has joined #jython
[9:53] * sera (~sera@gentoo/developer/sera) Quit (Ping timeout: 240 seconds)
[9:54] * sera_ is now known as sera
[10:01] * lheuer (~Adium@unaffiliated/lheuer) Quit (Quit: Leaving.)
[10:14] * lheuer (~Adium@unaffiliated/lheuer) has joined #jython
[12:26] * jlwestsr (~jlwestsr@2602:304:ab2a:32b9:6d23:7fb9:440e:957d) has joined #jython
[13:00] * lheuer (~Adium@unaffiliated/lheuer) Quit (Quit: Leaving.)
[13:36] * catmtking (~catmtking@108-224-122-111.lightspeed.irvnca.sbcglobal.net) has joined #jython
[13:36] * catmtking (~catmtking@108-224-122-111.lightspeed.irvnca.sbcglobal.net) Quit (Client Quit)
[13:50] * lheuer (~Adium@unaffiliated/lheuer) has joined #jython
[14:21] * shashank (~shashank@75-166-104-17.hlrn.qwest.net) has joined #jython
[15:14] * catmtking (~catmtking@wireless-mobilenet-169-235-148-83.bulk.ucr.edu) has joined #jython
[15:24] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) has joined #jython
[16:18] * lheuer (~Adium@unaffiliated/lheuer) Quit (Quit: Leaving.)
[17:08] * catmtking (~catmtking@wireless-mobilenet-169-235-148-83.bulk.ucr.edu) Quit (Remote host closed the connection)
[17:09] * catmtking (~catmtking@dhcp-138-23-59-162.dyn.ucr.edu) has joined #jython
[17:25] * lheuer (~Adium@unaffiliated/lheuer) has joined #jython
[17:28] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) Quit (Quit: enebo)
[17:34] * Oti (~ohumbel@adsl-84-227-81-214.adslplus.ch) has joined #jython
[18:50] * xolve (~xolve@59.164.186.63) has joined #jython
[18:51] <xolve> I am calling "Thread.__init__(self)" and I am getting the error java.lang.NullPointerException at java.lang.Class.isAssignableFrom(Native Method)
[19:06] <pjenvey> sontek - did you end up using jython?
[19:07] <pjenvey> xolve - is that w/ the latest version of jython? that sounds familliar, it might have been fixed already
[19:07] <xolve> hi pjenvey,
[19:08] <xolve> let me check and tell you. I thought it wil work and it doesn't
[19:08] <xolve> and its urgent
[19:08] <xolve> pjenvey: http://stackoverflow.com/questions/12921700/cannot-call-threads-init-method-for-jython-class
[19:08] <pjenvey> it's always urgent to somebody =P
[19:09] <xolve> pjenvey: yes, very!
[19:09] <Arfrever> xolve: So which version of Jython do you use?
[19:09] <xolve> jython version 2.2.1
[19:09] <pjenvey> well if you still see it on 2.5.3, log a bug
[19:10] <pjenvey> unfortunately we basically don't support 2.2.x any longer
[19:10] <pjenvey> it's quite old
[19:10] <xolve> pjenvey: I am stuck in weblogic's wlst, canno switch version. And incidently it works with another script.
[19:13] <xolve> pjenvey: any help?
[19:14] <pjenvey> Not sure what to tell you, it's a bug in internal jython code, so even if you fixed it im not sure you could switch your version for the bug fix
[19:15] <pjenvey> maybe you can wrap a Thread object instead of subclassing it? kind of sucks, but not many other options
[19:15] <xolve> pjenvey: is there a bug already reported for it?
[19:16] <pjenvey> or try subclassing a java.lang.Thread
[19:16] <pjenvey> dunno, you can search the bug tracker for one
[19:16] <pjenvey> i was probably thinking of something else earlier
[19:21] <xolve> I will try java.lang.Thread
[19:28] <xolve> pjenvey: thanks! it worked
[19:30] <xolve> pjenvey: but I am unable to see a bug number for it. Are you an active memver of jython devs ?
[19:40] <pjenvey> xolve - probably no bug then. i think we closed out all the 2.2.x bugs anyway
[19:42] <xolve> pjenvey: can't i search on cloed bug using google? it does look like a bug to me.
[19:45] <Arfrever> xolve: You can set Status="don't care".
[19:46] <sontek> pjenvey: we haven't yet but we are planning on it, just have to get a build server up running it
[19:46] <xolve> Arfrever: answer to?
[19:46] <Arfrever> xolve: Have you seen Jython bug tracker?
[19:46] <xolve> yes
[19:47] <Arfrever> xolve: It has "Search" button.
[19:47] <Arfrever> xolve: You can see default Status="open" on next page.
[19:51] <xolve> Arfrever: Well, search for "java.lang.Class.isassignablefrom(Native Method) Status="don't care"" gives me nothing
[19:51] <xolve> same for Status="open"
[19:53] <Arfrever> xolve: Try without "(Native Method)".
[20:17] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) has joined #jython
[20:55] * shashank (~shashank@75-166-104-17.hlrn.qwest.net) Quit (Ping timeout: 244 seconds)
[21:27] * shashank (~shashank@ucb-np2-159.colorado.edu) has joined #jython
[21:29] * shashank (~shashank@ucb-np2-159.colorado.edu) Quit (Read error: Connection reset by peer)
[21:41] * xolve (~xolve@59.164.186.63) Quit (Quit: Konversation terminated!)
[21:52] * lheuer (~Adium@unaffiliated/lheuer) Quit (Quit: Leaving.)
[22:23] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) Quit (Quit: enebo)
[22:41] * catmtking (~catmtking@dhcp-138-23-59-162.dyn.ucr.edu) Quit (Quit: catmtking)
[22:50] * lheuer (~Adium@unaffiliated/lheuer) has joined #jython
[23:10] * msavy (~msavy@redhat/jboss/msavy) Quit (Quit: {})
[23:23] * jlwestsr (~jlwestsr@2602:304:ab2a:32b9:6d23:7fb9:440e:957d) Quit (Ping timeout: 246 seconds)
[23:33] * ohumbel (~ohumbel@adsl-89-217-252-114.adslplus.ch) has joined #jython
[23:34] * Oti (~ohumbel@adsl-84-227-81-214.adslplus.ch) Quit (Ping timeout: 252 seconds)
[23:34] * ohumbel is now known as Oti
[23:36] * jlwestsr (~jlwestsr@2602:304:ab2a:7789:e54b:fbc8:59fb:c1bf) has joined #jython
[23:41] * Oti (~ohumbel@adsl-89-217-252-114.adslplus.ch) Quit (Ping timeout: 255 seconds)
[23:44] * Oti (~ohumbel@adsl-89-217-73-206.adslplus.ch) has joined #jython

Index

These logs were automatically created by JythonLogBot_ on irc.freenode.net using a slightly modified version of the Java IRC LogBot (github).