Author Archives: pgfeldman

Phil 5.25.2010

8:00 – 5:00

  • Added a PMP role under S2A
  • Added PMP folks to VISIBILITY
  • Left a note with JM on progress
  • Testing role update
  • Also looking at new web hosts, since hostjava.net kinda sucks:
    • viz-n.com (hostjava.net) baseline:
      • ping (min/avg/max/med) – 156/327/442/348
      • 6.7% packet loss
      • tracert hops: 13 hops
    • feale.com (steadfast.net)
      • ping (min/avg/max/med) – 62/176/315/162
      • 11.8% packet loss
      • tracert hops: 9 hops
    • tanori.net (mediatemple)
      • ping (min/avg/max/med) – 84/256/406/260
      • 13.3% packet loss
      • tracert hops: 16 hops
    • philfeldman.com (dreamhost)
      • ping (min/avg/max/med) – 77/171/284/170
      • 15.4% packet loss
      • tracert hops: 21 hops
  • A lot of this delay seems to be coming from us. When I ping these sites from a dreamhost server, I get much better numbers. There is no packet loss at all, and the times are better (in the case of mediatemple, they’re phenomenal)
    • tanori.net ping (min/avg/max/med) – 1.8/2.0/2.1/0.09
    • feale.com ping (min/avg/max/med) – 78/78/78/0.078
    • viz-n.com ping (min/avg/max/med) – 87/88/88/0.268
  • Struggled with the role code for a while, until I realized that the actionscript object can come across to java with the children Lists being null. All seems to be working.
  • Burned a disk of VIS2 and PPM.

Mike 5.25.2010

The blog is so fast!

May not have a reliable internet connection for the next few days but I’ll be working on the following:

  • Testing all layout managers with the slideshow and loading widgets in various states
  • Trying to connect the scale bar to the slideshow
  • Improving transitions

Dong Shin 05.25.2010

  • funding combobox finally working – using events to set the label because ItemEditor gets destroyed before update
  • added Project ID (project_number in the database)
  • enabled Proj Portfolio Manager CB in Create Project Panel
  • Project ID and Title shown on Financial Data Input Panel (Project Viewer)
  • hide debug panels (Local and Server)
  • Project Fundings can now be removed and added on Project Editor
  • ProjectPortfolioMgr.swf.zip uploaded to http://downloads.viz-n.com
  • remove Funding Request from menu
  • Funding Request can be generated from Project Editor

Dong Shin 05.24.2010

  • going through the list of changes from JM’s feedback
  • allow ‘.’ in login field
  • changed the second password label, Confirm Password
  • removed full name
  • removed email
  • removed xml
  • removed contact info
  • ADD User refreshes Manage User panel
  • Modify Project edits data
  • Enter Financial Data shows Project Viewer
  • moved the New Funding to top of the ComboBox- not behaving well….

To Do

  • Add project ID
  • Finish Edit Project

Phil 5.24.2010

7:30 – 3:30

  • Deployed new documentation in a test URL for JW to look at
  • Walked through the new S14 app with JM. Lots of notes – I called Dong and passed them along.
  • Meeting with Anne and a large group from S2A(?). Made the pitch that they pay for the development of a deployable version of VISIBILITY, which they liked
  • Need to put in the role editing that I worked out before the move. Done. Need to test

Mike 5.24.2010

Slide show improvements:

  • Group Dashboards may now also be included in slide shows
  • Widgets which are part of the saved dashboard may not be closed while in slide show view, minimize, maximize and all other buttons are available
  • New TrendWidgets and QueryWidgets may be created by drilling down in to the data of already existing widgets, these may be closed
  • Several basic transitions were added but I’m not happy with how they look, more work is needed

Phil 5.21.2010

7:00 – 4:30

  • Deployed ProjPortfolioMgr. It works! Hosanna!
  • Spent 40 min waiting for Jim M to show up
  • Meeting with Larry about commercialization. I think we’ll try to package up the charting part of Visibility and use it as the wedge for services. Also, Ed(?) is looking at using Media Temple, so we might be able to piggy back on that effort
  • Bike seminar
  • And it took 2 hours to get back here…

Dong Shin 05.21.2010

  • viz-n.com is awfully slow. Tried to restart Tomcat several times. It throws exceptions….
    • remove old logs and restarted…. nothing obvious
    • seems ok now @ 8:53AM.
  • Server and Local Logs visible, moved around to make Login Panel visible
  • cleaning up codes

Phil 5.20.2010

7:30 – 5:30

  • Deployed the new Scripting, which pointed out that I was trying to update the wrong table. Once fixed, the scripts worked fine, so I put them on a schedule to run every day at 7:00 and 7:05
  • Couldn’t connect to the S2F endpoint. Somehow, the url is getting changed from https:// (which it is in the settings.xml file) to http://. I printed out relevant stuff and showed to Dong.
  • Talked to Jim M
  • Meeting/demo with Anne is now set for Monday at 10:30
  • useful!
    • find . -name *.mxml -mtime -15 -type f -exec wc -l {} ; | awk ‘{total += $1} END{print total}’
    • This is “find all the mxml files under the current directory that are less than 15 days old. Run a line count on the files and sum them.
  • We seem to have fixed the problems with ProjPortfolioMgr. Burning a disk

Dong Shin 05.20.210

  • fixed some bugs found on fresh install
    • appropriations not loading at Create Project
    • Initial Data for Goals in Obligations/Outlays data
  • Reworked installation document for simpler install
  • moved Local and Server Logs to separate menu item
  • working off Phil’s list – done
    • Review funding request: status: status: false
      sqlStr: SELECT * FROM null.funding_requests ORDER BY uid LIMIT 0, 100
      statusString: Error occurred during runSQL()
      errorString:
      exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: SELECT command denied to user ‘projportfolio’@’localhost’ for table ‘funding_requests’
      data:
    • Comment out all non-running menu selections
    • Comment out “Project Manager”
    • Comment out Alerts
    • “Project Builder” -> “Modify Project”
    • Move “Contract” Menu heading to “Manage Contracts” under Projects
    • Fix “Close” behaviors on “Create New User”
    • Comment out User Search
    • Add Help menu with “documentation” and “tutorial” pointers
  • new ProjPortfolioMgr.zip uploaded to http://downloads.viz-n.com

Dong Shin 05.19.2010

  • added scriptFile and createUser options to SQLScriptRunner.properties to specify script file to run and create user
  • created README and walked through with Phil, too complicated. need a simpler
  • tried to install on viz-n.com, not success. Takes down Tomcat when deployed…..
  • changed the way MySQL Connection sets up, server handles it now from properties file instead of client sending it up.
  • Create Project calculates total automatically now

Mike 5.19.2010

Hey, I can connect to the blog again!

  • Added a warning screen for missing dashboards in slideshows when the owner deletes it
  • Added a red highlight color to dashboards that are missing in the create/edit slideshow screen
  • Added a run-once updateDatabase() method which adds the two new tables, runs at the initial startup of the webapp much like the log4j init, does nothing once tables exist
  • Rolled back my database the the dump Phil gave me and ran my “final” version as a test, updated the database and ran fine
  • After too much effort, committed everything* to svn using TortoiseSVN:
    • Visibility3 (Java)
    • ManagementUtils
    • EdgeUtils
    • Vis2

*I think I committed everything I changed but trying to commit in eclipse with subversive corrupted my svn files so we shall see

Phil 5.19.2010

7:30 – 4:30

  • Meeting with Jim M. Came up with a more realistic plan for hitting their goals
  • Showed Anne how to ingest data
  • Deployed new Vis2 and Scripting
  • Tried my new insert. It didn’t work. The reason was that the column name was wrong. Fixed the logging so that the error shows
  • Got ProjPortfolioMgr to deploy on S2f. We’ll also make that the first attempt at an installer

Mike 5.18.2010

  • It works! The load isn’t bad (couple seconds on my machine with local database for 3 small slides) and the slide transitions are instant.  I can also easily add animated transitions from this point.
  • Need to add a little more error handling and clean up some of the menus before checking it in.

Phil 5.18.2010

9:30 – 4:00 5:00 – 6:00

  • Dentist this morning
  • Back to Facade insert – done and working!
  • Dong added backticking to Ingest Manager
  • Built some new sensor rods (paddles?) for Tom