jasig-ssp IRC Logs-2013-04-23

[14:21:39 CDT(-0500)] <TonyUnicon> Jason I was thinking

[14:21:49 CDT(-0500)] <TonyUnicon> and I think we need more labels for our JIRA tickets (smile)

[14:21:50 CDT(-0500)] <JasonElwood> cool. good job

[14:22:09 CDT(-0500)] <JasonElwood> for example....

[14:22:42 CDT(-0500)] <JasonElwood> I could put labels for people, fun or not fun issues, etc

[14:23:04 CDT(-0500)] <TonyUnicon> I think it could work

[14:23:14 CDT(-0500)] <JasonElwood> I know it sucks. its such a PIA for issues that cross different versions

[14:23:52 CDT(-0500)] <JasonElwood> i bulk changed a bunch that shouldn't sent emails, but some were unavoidable

[14:24:22 CDT(-0500)] <TonyUnicon> haha its ok

[14:24:27 CDT(-0500)] <TonyUnicon> im just joking

[14:25:59 CDT(-0500)] <JasonElwood> while I have you, I don't see any check-ins today that would produce something I'm seeing. I updated the linux CI yesterday and loaded external_course data. today, I get a js error in the chrome console while it attempts to load the terms in map. anything expected there? if no, I'll open a ticket

[14:26:24 CDT(-0500)] <TonyUnicon> what are the errors

[14:26:46 CDT(-0500)] <JasonElwood> app-all.js line 1, Uncaught TypeError: Cannot call method 'get' of undefined

[14:27:00 CDT(-0500)] <JasonElwood> to start

[14:27:09 CDT(-0500)] <js70> yeah, I konw about that

[14:27:19 CDT(-0500)] <JasonElwood> no terms defined?

[14:27:20 CDT(-0500)] <js70> its fixed if you get the latest.

[14:27:27 CDT(-0500)] <js70> exactly.

[14:27:36 CDT(-0500)] <js70> used to be futureTerms

[14:27:41 CDT(-0500)] <js70> now its more generic

[14:28:07 CDT(-0500)] <JasonElwood> cool. I'm waiting for archna to put the liquibase fix in so I don't have to undo

[14:29:39 CDT(-0500)] <js70> is the authenticatedPerson the owner of the map in all cases. ie. if that is the logged in person and they are making changes and save, they own it?

[14:36:13 CDT(-0500)] <JasonElwood> whoever makes changes would be the last modified by user

[14:36:22 CDT(-0500)] <JasonElwood> where are you looking to use/record the owner?

[14:36:57 CDT(-0500)] <js70> yes there is a seperate field for that in the database. it needs to be filled.

[14:37:27 CDT(-0500)] <JasonElwood> then I would expect owner to be the authenticatedPerson who created it

[14:37:34 CDT(-0500)] <js70> it may be automatic on the server side but for printing there may be no record.

[14:45:22 CDT(-0500)] <js70> k

[14:45:34 CDT(-0500)] <JasonElwood> was that a question?

[14:45:37 CDT(-0500)] <JasonElwood> about server side

[14:46:19 CDT(-0500)] <js70> nope. just who to set so print works right. server side seems to be working correctly.

[15:16:07 CDT(-0500)] <JasonElwood> I just built with the latest code and the SSP portlet doesn't render. just a gray page with this in the console, GET http://192.168.0.151:8080/ssp/app/store/Plan.js?_dc=1366748092288

[15:16:07 CDT(-0500)] <JasonElwood> 200 OK

[15:16:07 CDT(-0500)] <JasonElwood> 11ms

[15:16:07 CDT(-0500)] <JasonElwood> ext-all.js (line 21)

[15:16:07 CDT(-0500)] <JasonElwood> GET http://192.168.0.151:8080/ssp/app/store/external/FutureTerms.js?_dc=1366748092319

[15:16:08 CDT(-0500)] <JasonElwood> 404 Not Found

[15:16:09 CDT(-0500)] <JasonElwood> 11ms

[15:16:09 CDT(-0500)] <JasonElwood> ext-all.js (line 21)

[15:16:10 CDT(-0500)] <JasonElwood> "NetworkError: 404 Not Found - http://192.168.0.151:8080/ssp/app/store/external/FutureTerms.js?_dc=1366748092319"

[15:16:11 CDT(-0500)] <JasonElwood> Future...8092319

[15:16:12 CDT(-0500)] <JasonElwood> Ext.Error: Error while configuring rule for 'futureTermsStore': unrecognized class name or alias: 'Ssp.store.external.FutureTerms'

[15:16:43 CDT(-0500)] <js70> do your compile the sbj3?

[15:17:25 CDT(-0500)] <js70> you should no longer need FutureTerms

[15:17:55 CDT(-0500)] <JasonElwood> I only clean installed and deployed ssp

[15:20:14 CDT(-0500)] <js70> k. let me look at whats been checked in.

[15:21:19 CDT(-0500)] <JasonElwood> same thing on the linux CI server that I just built and deployed

[15:21:22 CDT(-0500)] <js70> can you run it iwith ssp_main_use_minifed_js=false

[15:21:37 CDT(-0500)] <js70> to see if its our app-all.js thats the problem.

[15:23:07 CDT(-0500)] <JasonElwood> does it require a rebuild or just tomcat restart?

[15:23:23 CDT(-0500)] <js70> just tomcat restart

[15:27:49 CDT(-0500)] <js70> it just changes the what the jsp loads.

[15:29:32 CDT(-0500)] <JasonElwood> trying a restart but the app is failing. hold on

[15:34:44 CDT(-0500)] <JasonElwood> no difference

[15:35:32 CDT(-0500)] <js70> if you look in the browser debugger is it loading app.js?

[15:35:46 CDT(-0500)] <js70> and all the other .js files?

[15:37:26 CDT(-0500)] <JasonElwood> don't see app.js but a bunch of others

[15:37:57 CDT(-0500)] <js70> AbstractBase.js?

[15:38:07 CDT(-0500)] <js70> should be at the top.

[15:39:16 CDT(-0500)] <JasonElwood> don't see it. first is disclosureagreements.js

[15:39:38 CDT(-0500)] <js70> do you see app-all.js ?

[15:40:06 CDT(-0500)] <JasonElwood> no. let me switch to chrome

[15:40:45 CDT(-0500)] <JasonElwood> app.js

[15:41:14 CDT(-0500)] <js70> click on it and search for FutureTerms

[15:41:28 CDT(-0500)] <js70> should be only one instance referring to a url:

[15:42:43 CDT(-0500)]

<JasonElwood>

Unknown macro: {name}

,

[15:43:29 CDT(-0500)] <js70> still getting the 404 error for FutureTerms.js

[15:43:30 CDT(-0500)] <JasonElwood> futureTermsStore:'Ssp.store.external.FutureTerms',

[15:43:44 CDT(-0500)] <js70> ok thats the problem.

[15:44:44 CDT(-0500)] <js70> its right in git. not sure what is going on.

[15:44:54 CDT(-0500)] <js70> try git again

[15:45:38 CDT(-0500)] <JasonElwood> with or without minified?

[15:46:25 CDT(-0500)] <JasonElwood> my repo is sync'd with git already

[15:47:41 CDT(-0500)] <js70> your app.js is incorrect. not sure what is going on.

[15:48:04 CDT(-0500)] <js70> I'll doublecheck the git repository.

[15:49:16 CDT(-0500)] <js70> ok the git repository is not correct.

[15:49:29 CDT(-0500)] <js70> my bad, i'm sure. just a sec

[15:54:51 CDT(-0500)] <js70> ok, good to go.

[15:55:06 CDT(-0500)] <js70> git pull —rebase should git ya goin

[15:55:12 CDT(-0500)] <js70> '

[15:55:21 CDT(-0500)] <js70> :^)

[15:55:27 CDT(-0500)] <JasonElwood> building now. thanks

[15:55:29 CDT(-0500)] <js70> my apologies.

[15:55:52 CDT(-0500)] <JasonElwood> no worries.

[16:07:33 CDT(-0500)] <JasonElwood> got me further. new error

[16:07:51 CDT(-0500)] <JasonElwood> TagTypes.js?_dc=1366751223586

[16:07:51 CDT(-0500)] <JasonElwood> /ssp/app/store/reference

[16:07:51 CDT(-0500)] <JasonElwood> GET

[16:07:51 CDT(-0500)] <JasonElwood> 404

[16:07:51 CDT(-0500)] <JasonElwood> Not Found

[16:07:51 CDT(-0500)] <JasonElwood> application/json

[16:07:52 CDT(-0500)] <JasonElwood> http://192.168.0.151:8080/ssp/js/libs/ext-4.1/ext-all.js

[16:07:52 CDT(-0500)] <JasonElwood> Script

[16:08:20 CDT(-0500)] <JasonElwood> Archna checked in some new code a little earlier related to tags

[16:09:34 CDT(-0500)] <js70> yeah, needs to be added to ssp.jsb3

[16:10:02 CDT(-0500)] <js70> I haven't seen it because I'm not using app-all.js (I think)

[16:11:38 CDT(-0500)] <dmccallum54> there should no longer be any such thing as TagTypes.js. was renamed to Tags.js in 78cad7801616df7dfb577fcb4555a2f5e8db4ee5

[16:12:46 CDT(-0500)] <js70> I have TagTypes.js and TagType.js

[16:13:52 CDT(-0500)] <js70> you are right though Dan. not in git

[16:14:48 CDT(-0500)] <JasonElwood> exists in my app and app-all

[16:17:58 CDT(-0500)] <js70> yep its there in git

[16:18:43 CDT(-0500)] <js70> theres also 2 termsStore

[16:19:55 CDT(-0500)] <js70> I'll fix it and check it in.

[16:21:43 CDT(-0500)] <js70> take a minute to test it.

[16:37:03 CDT(-0500)] <js70> checked in the changes. you are good to go.

[16:37:21 CDT(-0500)] <js70> said the boy who cried wolf.

[16:46:12 CDT(-0500)] <JasonElwood> do you want the good news or bad news first?

[16:53:44 CDT(-0500)] <js70> good, i like good news

[16:53:53 CDT(-0500)] <JasonElwood> I'm back in business

[16:54:17 CDT(-0500)] <js70> kool.

[16:54:22 CDT(-0500)] <JasonElwood> thanks an

[16:54:23 CDT(-0500)] <JasonElwood> man

[16:54:28 CDT(-0500)] <js70> np

[16:56:57 CDT(-0500)] <js70> haha, by the way

[16:57:20 CDT(-0500)] <JasonElwood> and the Counselor Case Management report checked out. you're on a roll

[16:57:33 CDT(-0500)] <js70> sweet