#jython IRC Log (v0.9)

Index

IRC Log for 2014-08-29

Timestamps are in GMT/BST.

[2:47] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[2:56] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Excess Flood)
[2:57] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[2:58] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Client Quit)
[5:35] <Oti> jimbaker, we are leaving on Sunday 9th November from Zurich already, usually in the afternoon
[6:29] * Oti (~ohumbel@adsl-89-217-225-28.adslplus.ch) Quit (Quit: Oti)
[6:53] * robbyoconnor (~wakawaka@cpe-68-174-63-155.hvc.res.rr.com) has joined #jython
[6:53] * robbyoconnor (~wakawaka@cpe-68-174-63-155.hvc.res.rr.com) Quit (Changing host)
[6:53] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[6:54] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Client Quit)
[6:54] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[7:14] * ohumbel (5390f784@gateway/web/freenode/ip.83.144.247.132) Quit (Quit: Page closed)
[9:17] * clajo04 (~clajo04@pool-96-232-190-28.nycmny.fios.verizon.net) Quit (*.net *.split)
[9:17] * whg (whg@nat/ibm/x-uyemwhbdyeqryzza) Quit (*.net *.split)
[9:17] * clajo04 (~clajo04@pool-96-232-190-28.nycmny.fios.verizon.net) has joined #jython
[9:30] * whg (whg@nat/ibm/x-uyemwhbdyeqryzza) has joined #jython
[9:46] * jorgew_ (sid36089@gateway/web/irccloud.com/x-brrudxujjlswwxfe) has joined #jython
[9:46] * jorgew (sid36089@gateway/web/irccloud.com/x-ctrprpumqjlnvjzf) Quit (Ping timeout: 272 seconds)
[9:46] * jorgew_ is now known as jorgew
[9:57] * peke_ (peke@kapsi.fi) has joined #jython
[9:59] * siel_ (~siel@unaffiliated/motley) has joined #jython
[10:02] * diametric_ (~diametric@2604:3400:dc1:43:216:3eff:fe27:bf9d) has joined #jython
[10:03] * offbyone_ (~offbyone@spf.ip6.is-is.ca) has joined #jython
[10:03] * swiftkey_ (swiftkey@2600:3c03::f03c:91ff:feae:aac) has joined #jython
[10:09] * siel (~siel@unaffiliated/motley) Quit (*.net *.split)
[10:09] * peke (peke@kapsi.fi) Quit (*.net *.split)
[10:09] * ivan` (~ivan@unaffiliated/ivan/x-000001) Quit (*.net *.split)
[10:09] * swiftkey (swiftkey@unaffiliated/swiftkey) Quit (*.net *.split)
[10:09] * diametric (~diametric@2604:3400:dc1:43:216:3eff:fe27:bf9d) Quit (*.net *.split)
[10:09] * offbyone (~offbyone@spf.ip6.is-is.ca) Quit (*.net *.split)
[10:09] * diametric_ is now known as diametric
[10:11] * siel_ is now known as siel
[10:12] * ivan` (~ivan@unaffiliated/ivan/x-000001) has joined #jython
[10:15] * ohumbel (5390f784@gateway/web/freenode/ip.83.144.247.132) has joined #jython
[10:28] * RMBM_ (~RMBM@ec2-54-76-241-2.eu-west-1.compute.amazonaws.com) has joined #jython
[10:33] * JStoker (jstoker@unaffiliated/jstoker) Quit (Killed (sinisalo.freenode.net (Nickname regained by services)))
[10:33] * JStoker (jstoker@unaffiliated/jstoker) has joined #jython
[10:34] * RMBM (~RMBM@unaffiliated/xori) Quit (Ping timeout: 244 seconds)
[10:52] * siel_ (~siel@unaffiliated/motley) has joined #jython
[10:56] * jorgew (sid36089@gateway/web/irccloud.com/x-brrudxujjlswwxfe) Quit (Ping timeout: 240 seconds)
[10:56] * RMBM_ (~RMBM@ec2-54-76-241-2.eu-west-1.compute.amazonaws.com) Quit (Ping timeout: 240 seconds)
[10:56] * verterok (~ggonzalez@162.213.35.11) Quit (Ping timeout: 240 seconds)
[10:56] * paolo (~paolo@unaffiliated/paolo) Quit (Ping timeout: 240 seconds)
[10:56] * siel (~siel@unaffiliated/motley) Quit (Ping timeout: 240 seconds)
[10:56] * siel_ is now known as siel
[10:56] * verterok (~ggonzalez@162.213.35.11) has joined #jython
[10:57] * paolo (~paolo@unaffiliated/paolo) has joined #jython
[10:57] * jorgew_ (sid36089@gateway/web/irccloud.com/x-hrnzhjrgwcykvaha) has joined #jython
[11:02] * RMBM_ (~RMBM@ec2-54-76-241-2.eu-west-1.compute.amazonaws.com) has joined #jython
[11:03] -tomaw- [Global Notice] Hi all. As you've probably noticed we're having some connectivity issues across some of our servers today. Sadly this is again due to DDoS attacks. Please join us in a collective sigh.
[11:03] * paolo (~paolo@unaffiliated/paolo) Quit (Ping timeout: 240 seconds)
[11:04] * paolo (~paolo@unaffiliated/paolo) has joined #jython
[11:14] <topi`> I can no longer import stuff from .jar's (that I have set in CLASSPATH) ... what's wrong?
[11:14] <topi`> is there a way to diagnose what kind of CLASSPATH jython is currently seeing?
[11:14] <topi`> I'm trying to import stuff in interactive mode. java.util.* and such work OK.
[11:20] <paolo> topi`: how do you set the classpath?
[11:20] <topi`> >>> from com.notnoop import APNS
[11:20] <topi`> ImportError: No module named notnoop
[11:20] <topi`> and I have "apns-0.2.3.jar" in my CLASSPATH...
[11:21] <paolo> ok, it happened that instead of "export CLASSPATH=..." i did "CLASSPATH=..." and had the same problem
[11:22] <paolo> i set CLASSPATH in a bash script
[11:22] <paolo> don't know if it applies to you, too.
[11:22] <topi`> like always, export CLASSPATH=foo:bar
[11:22] * peke_ (peke@kapsi.fi) Quit (Ping timeout: 255 seconds)
[11:23] <topi`> full path, not a relative one
[11:23] <topi`> if I do "file $CLASSPATH", it says Zip archie data
[11:23] <topi`> ("file" is a regular unix tool)
[11:23] * peke (~peke@kapsi.fi) has joined #jython
[11:24] <paolo> I do this to be sure to include all what i need:
[11:24] <paolo> export CLASSPATH=$(find $GOLAP_CORE_BASE -name '*.jar'| tr "\n" ":")
[11:24] <paolo> where GOLAP_CORE_BASE=/home/paolo/devel/nicola/golapcore
[11:24] <paolo> it works for me
[11:27] * lazybear (~lazybear@radium.atom.fi) Quit (Ping timeout: 255 seconds)
[11:30] * topi`_ (topi@kaverit.org) has joined #jython
[11:30] * pjenvey_ (pjenvey@underboss.org) has joined #jython
[11:30] * topi` (topi@kaverit.org) Quit (Ping timeout: 255 seconds)
[11:30] * pjenvey (pjenvey@underboss.org) Quit (Ping timeout: 255 seconds)
[11:32] <topi`_> a-ha, it's only a single .jar that fails to load...
[11:33] <topi`_> when mvn install runs tests, it works OK - this is a Java project, but I'm trying to activate the apple push via jython interactive
[11:34] * lazybear (~lazybear@radium.atom.fi) has joined #jython
[11:35] <paolo> maybe that jar needs other jars. in this case adding the missing deps should solve the issue, at least for me it did
[11:36] <topi`_> all the deps are there, it's a maven project
[11:36] <topi`_> and I used your commandline to acquire a full set of .jar files
[11:36] <topi`_> into CLASSPATH
[11:36] <topi`_> something is very, very wrong and I need to diagnose what's happening
[11:37] <topi`_> unfortunately jimbaker is probably still asleep :(
[11:38] <paolo> or working :)
[11:45] * mbooth (~mbooth@cpc68386-shef10-2-0-cust10.17-1.cable.virginm.net) Quit (Ping timeout: 255 seconds)
[11:56] * mbooth (~mbooth@cpc68386-shef10-2-0-cust10.17-1.cable.virginm.net) has joined #jython
[12:53] * gthank (~gthank@unaffiliated/gthank) has joined #jython
[12:55] * gthank (~gthank@unaffiliated/gthank) Quit (Client Quit)
[13:53] * verterok (~ggonzalez@162.213.35.11) Quit (Changing host)
[13:53] * verterok (~ggonzalez@unaffiliated/verterok) has joined #jython
[14:41] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) has joined #jython
[14:47] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Excess Flood)
[14:47] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[16:50] * Arfrever (~Arfrever@apache/committer/Arfrever) has joined #jython
[17:02] <jimbaker> Oti, no worries, i'm just arranging my trip still to paris
[17:04] <jimbaker> topi`_, paolo - jar dependencies can be hard. the only problem i have seen is some jars really need to be on CLASSPATH - it's not enough to add them to sys.path
[17:16] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) Quit (Ping timeout: 260 seconds)
[17:21] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) has joined #jython
[18:29] <topi`_> jimbaker: suddenly that one jar started working, when I switched from old jython 2.7b1 installation to 2.7b2 install
[18:29] <topi`_> I had the old one in $HOME/jython and the new one in $HOME/jyth
[18:29] <topi`_> still, I'd assume the old 2.7b1 would work just as well
[18:29] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Ping timeout: 245 seconds)
[18:30] <jimbaker> topi`_, sounds like a classpath/classloader resolution issue then
[18:31] <topi`_> indeed, I'll try to deduce from shell history whether or not the CLASSPATH was equal for both invocations
[19:32] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[19:43] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Remote host closed the connection)
[19:44] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[19:52] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Remote host closed the connection)
[21:34] * Arfrever (~Arfrever@apache/committer/Arfrever) Quit (Ping timeout: 245 seconds)
[21:48] * peke_ (peke@kapsi.fi) has joined #jython
[21:53] * peke (~peke@kapsi.fi) Quit (*.net *.split)
[21:53] * whg (whg@nat/ibm/x-uyemwhbdyeqryzza) Quit (*.net *.split)
[22:11] * whg (whg@nat/ibm/session) has joined #jython
[22:11] * whg (whg@nat/ibm/session) Quit (Changing host)
[22:11] * whg (whg@nat/ibm/x-bfhpvgwswywfodda) has joined #jython
[22:13] * whg (whg@nat/ibm/x-bfhpvgwswywfodda) Quit (Changing host)
[22:13] * whg (whg@unaffiliated/whg) has joined #jython
[22:40] * srcerer (~chatzilla@dns2.klsairexpress.com) has joined #jython
[22:46] * clajo04_ (~clajo04@pool-96-232-190-28.nycmny.fios.verizon.net) has joined #jython
[22:47] * clajo04 (~clajo04@pool-96-232-190-28.nycmny.fios.verizon.net) Quit (Ping timeout: 246 seconds)
[22:47] * clajo04_ is now known as clajo04

Index

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