jasig-ssp IRC Logs-2013-02-26

[09:35:31 CST(-0600)] <TonyUnicon> jira is painful this morning

[12:46:50 CST(-0600)] <TonyUnicon1> has anyone updated and build this morning?

[12:47:04 CST(-0600)] <TonyUnicon1> I am see this stack trace now while clicking on 'Early Alerts'

[12:47:06 CST(-0600)] <TonyUnicon1> . Uncaught Ext.data.proxy.Server.buildUrl(): You are using a ServerProxy but have not supplied it with a url. http://localhost:8080/ssp/js/libs/ext-4.1/ext.js

[12:47:07 CST(-0600)] <TonyUnicon1> . Ext.Error.Ext.extend.statics.raisehttp://localhost:8080/ssp/js/libs/ext-4.1/ext.js

[12:47:07 CST(-0600)] <TonyUnicon1> . Ext.define.buildUrlhttp://localhost:8080/ssp/js/libs/ext-4.1/src/data/proxy/Server.js?_dc=1361903876326

[12:47:40 CST(-0600)] <TonyUnicon> yikes that didnt paste well

[12:50:41 CST(-0600)] <TonyUnicon> im getting a ton of javascript errors actually

[12:52:31 CST(-0600)] <TonyUnicon> its kind of blocking me because now I can't get to my bug

[12:52:39 CST(-0600)] <TonyUnicon> ill post something on the mailing list

[14:01:12 CST(-0600)] <dmccallum54> TonyUnicon i'm trying to reproduce. uPortal won't start up at all for me at the moment

[14:01:59 CST(-0600)] <TonyUnicon> hmm I updated uportal as well and that seems to be ok

[14:02:33 CST(-0600)] <dmccallum54> oh i'm sure it's something i screwed up locally

[14:02:50 CST(-0600)] <TonyUnicon> whats the issue you are having (in case I broke something) ?

[14:03:11 CST(-0600)] <dmccallum54> right now it's the famously opaque:

[14:03:13 CST(-0600)] <dmccallum54> Feb 26, 2013 12:59:57 PM org.apache.catalina.core.StandardContext start

[14:03:13 CST(-0600)] <dmccallum54> SEVERE: Error listenerStart

[14:03:21 CST(-0600)] <dmccallum54> adding logging to output the real cause

[14:05:33 CST(-0600)] <dmccallum54> here's the actual error… https://gist.github.com/dmccallum/5041669 … think i've just horked something in my db

[14:06:07 CST(-0600)] <TonyUnicon> aye

[14:24:13 CST(-0600)] <dmccallum54> with app-all.js i get… Uncaught Error: Ext.Loader is not enabled, so dependencies cannot be resolved dynamically. Missing required class: Ssp.controller.tool.profile.ProfileCoachViewController

[14:25:06 CST(-0600)] <TonyUnicon> hmm

[14:25:23 CST(-0600)] <TonyUnicon> was Archna in that section of the code?

[14:25:32 CST(-0600)] <dmccallum54> yes

[14:26:20 CST(-0600)] <dmccallum54> with app.js i get no errors but the portlet doesn't render. essentially just a Grey Panel of Death

[14:26:44 CST(-0600)] <dmccallum54> prepare the commit log bisection machine...

[14:46:36 CST(-0600)] <dmccallum54> i reverted to 58ab7eb and it appears to work fine w/ both app.js and app-all.js

[14:47:15 CST(-0600)] <TonyUnicon> ok

[14:47:27 CST(-0600)] <TonyUnicon> do you get a java script error when you bring up a student's early alert stuff?

[14:47:58 CST(-0600)] <dmccallum54> seems to work fine

[14:48:04 CST(-0600)] <TonyUnicon> ok

[14:48:24 CST(-0600)] <dmccallum54> gunna work back up the commit tree to see where the breakage was introduced

[14:48:38 CST(-0600)] <dmccallum54> and either fix or shunt the offending commit(s) off to a different branch

[14:49:57 CST(-0600)] <TonyUnicon> there were two commits by archna after 58ab7eb

[14:50:05 CST(-0600)] <dmccallum54> yeah

[14:50:41 CST(-0600)] <dmccallum54> deploying the 1st one now

[14:55:16 CST(-0600)] <TonyUnicon> judging by the errors, she is probably making an api call that doesn't exist

[14:55:20 CST(-0600)] <TonyUnicon> yet

[14:55:35 CST(-0600)] <TonyUnicon> it probably just needs to be commented out or squelched

[14:55:55 CST(-0600)] <TonyUnicon> i just wasn't sure if I should be going in and stomping on someone else's code

[14:57:50 CST(-0600)] <dmccallum54> i'm running 45dad4b now and i see archna's new tool and accessing an early alert detail view also seems to work

[15:03:09 CST(-0600)] <dmccallum54> TonyUnicon i still haven't seen the same early alert error you're seeing

[15:03:46 CST(-0600)] <dmccallum54> but i am seeing that running app-all.js from 9759f87 still blows up wth the Ext.Loader error i pasted above

[15:04:31 CST(-0600)] <dmccallum54> do you get the same early alert error if you revert to 58ab7eb?

[15:06:01 CST(-0600)] <TonyUnicon> building now

[15:11:54 CST(-0600)] <TonyUnicon> ack forgot to unstache a few files

[15:15:58 CST(-0600)] <TonyUnicon> eh now ssp is not starting up for me at all, let me look into this a little

[15:23:21 CST(-0600)] <TonyUnicon> still getting the error

[15:23:25 CST(-0600)] <TonyUnicon> hmmm

[15:23:32 CST(-0600)] <TonyUnicon> i guess its me

[15:28:44 CST(-0600)] <dmccallum54> weird

[15:29:28 CST(-0600)] <TonyUnicon> yeah it wasn't there I updated and its not caused by a merge turd

[15:29:36 CST(-0600)] <TonyUnicon> ill have to troubleshoot it a little closer

[15:29:48 CST(-0600)] <TonyUnicon> wasnt there before I updated*

[15:30:26 CST(-0600)] <dmccallum54> there's definitely a problem with those two commits

[15:30:43 CST(-0600)] <dmccallum54> but we're also definitely not seeing the same problem

[15:30:50 CST(-0600)] <TonyUnicon> yeah I'll find the root cause and update the thread

[15:31:25 CST(-0600)] <dmccallum54> i would say 'lets just move those commits on to a different branch' but if you revert to prior to those two threads and it's still blowing up for you, then moving them does no good

[15:31:37 CST(-0600)] <dmccallum54> s/threads/commits/

[15:35:35 CST(-0600)] <TonyUnicon> are you running it with app.js or app-all.js ?

[15:36:08 CST(-0600)] <TonyUnicon> i had app.js loaded, let me flip it

[15:36:15 CST(-0600)] <js70> on a different topic. 3 of the external views need to be altered. Should I just create a new view v2_xxxxx or should i replace them?

[15:42:04 CST(-0600)] <TonyUnicon> yeah grey page of death when switched to app-all.js

[15:45:17 CST(-0600)] <js70> never mind, looks like we drop them

[15:48:34 CST(-0600)] <dmccallum54> yeah, app-all.js doesn't work in the latest code

[15:49:02 CST(-0600)] <dmccallum54> TonyUnicon if we shunt archna's two commits into a separate branch, will that unblock you?

[15:49:27 CST(-0600)] <dmccallum54> i know you said you wanted to dig in more, but i have a mtg in 10 mins that may run for a while. so if you want me to move them i should do it now

[15:52:02 CST(-0600)] <TonyUnicon> yeah I can do that

[15:52:09 CST(-0600)] <TonyUnicon> it should be fine

[15:52:20 CST(-0600)] <dmccallum54> k

[15:53:59 CST(-0600)] <dmccallum54> wonder if the problem is similar to what i was running in to yesterday… seems like you cant put deft extensions in the aggregated/minified js … and you can't dynamically load "normal" ext classes from deft extensions

[15:54:23 CST(-0600)] <dmccallum54> e.g. you can't have a deft ViewController extension that mixes in another ext class by name. get basically the same error

[15:54:42 CST(-0600)] <dmccallum54> guessing this is why shawn doesn't list any of the deft controllers in the jsb3