[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