Monthly Archives: April 2010

Phil 4.30.2010

7:30 – 3:30

  • More financial disclosure
  • Teleconference with Juan Lopez – 937-255-6565 ext. 4637  at 10:45
  • Getting close with Maven – It looks like we have a RAM problem. We need 64 and we have 32. Dong is asking for more

Dong 04.30.2010

  • Nexus Maven Repository running out of memory….
  • Only 32MB available for Tomcat
  • Tried Artifact and same results – out of memory error
  • Charts working – need to add more data
  • Working on changing User Management for centralized management instead MySQL login management – this is due to the installation issues…
  • Requested additional 32MB ($5 extra per month!) for Tomcat, will see if this resolves the Nexus issue.
  • Telecon with Juan in OH
  • install README created – hold until Maven and software are ready.

Dong Shin 04.29.2010

  • unable to retrieve files from LLSERVER because the disks are in RAID…
  • found some backups on the external and restored Nexus Maven stuff, still restoring some other stuff for Brian, 53GB!
  • uploaded the Maven back up and reconfigured the Nexus server, not sure if everything is restored…. lots of stuff there, though.
  • Horizontal Accordion added to the FinancialInfo for charting
  • trying to figure out how to transform the datagrid data for the charts….

Phil 4.29.2010

7:30 – 4:00

  • Worked on Financial Disclosure
  • Organized clutter in VISIBILITY tables
  • Waiting for Dong to get the maven repo set up. Without that, we can’t compile, because our jars and swcs come from the repo.
  • Meeting at the fort for lunch
  • Got the algorithm for role tree updating working. Once maven and subversion are all working, I’ll roll it in and test.

Phil 4.28.2010

7:30 -3:30

  • Tried to move example tables to example_xxx and demo tables to demo_xxx. It looks like I need to some other table manipulation other than just changing their names
  • Long meeting with Michelle Griffith of LDAT. Some good progress. She’ll be coming out sometime next week.
  • Still moving in and setting up
  • Sent Tom some example files so he can get started on the new documentation effort

Phil 4.27.2010

7:30 -4:00

  • Set up some new LDAT accounts
  • Got Brian’s data
  • Move! – Done, although setting back up has not included the lab
  • Starting on RoleTreeUpdate.

Dong Shin 04.27.2010

  • moved to Columbia!
  • SVN repo back up keeps failing….. stopped Rev. 936
  • SVN backed up and restored with Rev 1294
    • Used svnadmin dump & svn load
    • svn://viz-n.com:5868/Visibility
    • need to set up svnsync with Phil’s server

Phil 4.26.2010

7:30 – 3:30

  • Set up some new accounts and read in some data. The LDAT folks seem to be liking what we can do.
  • Got an idea about adding roles. When a role tree is updated (setRoleTreeRoot), it resets all user roles because we don’t know what the ids are going to be. Instead, make it so that the new role tree is compered against the stored role tree (getRoleRoot) and only changes are added.
  • Demo of VISIBILITY with Anne.

Dong Shin 04.25.2010

Spent sometime configuring the new server

  • blog installed and configured, but needs restore from Edge Blog
  • wiki installed and configured, but needs restore from Edge Wiki
  • uploaded Visibility3.war and deployed, not successful
  • changed the tomcat server password, but would not take it or don’t know how to bounce the server….
  • SVN up and running with SSH
    • SVN setup:
      port: 5868
      user: vizncomsvn
      password: 10sImw
      path: /home/vizncom/SVN
      access example: svn –username vizncomsvn checkout svn://viz-n.com:5868/test
  • tried to restore SVN back up, but the server needs Pre-revision property change hook set up – waiting for resolution from hosthava.net

Phil 4.23.2010

7:30 – 3:30

  • Made screenshots for Brian
  • Got python code to add a column to a table. Pretty easy, actually
  • Worked with Dong to debug
  • Started to set up viz-n.com

Dong Shin 04.23.2010

  • create SQLPanel to run any SQLs
  • added Date type to TableDataEditor
  • blocked out from vis-n.com?
  • looking into backing up all the data…
    • SVK to back up the SVN repository?
      • svk mirror <host> <local repo>- to set up
      • svk sync <local repo> – to back up
      • VisualSVN installed on laptop-13
        • dongshin created
    • Blog has its own back up/restore
    • Wiki??
    • hostjava.net – bkane@fgm.com
  • SVN backup took 5 hours(!) thru VPN
  • svnsync sync %dst_repo%
    	--source-username buildserver --source-password 1234
    	--sync-username user --sync-password 1234
    svnsync init %dst_repo% %src_repo%
    	--source-username buildserver --source-password 1234
    	--sync-username sync_user --sync-password 1234

Phil 4.22.2010

7:30 – 3:30

  • Put links for all the outputs into VisibilityScriptingServer/index.html
  • Working on my SOLR generator. Works! Need to add some capability to DbTable. Nope. Instead put the capability in the python code. split functions are quite nice…

Feldman Project Log

  • Fixed the sensor stick using epoxy to seal it instead of the silicone.  This seems to have fixed the rust like discoloring.  The rust may have been the reason for the strain gauges touching the metal of the stick.
  • Got the square in my Glut simulation to move when pressure is applied to the sensor stick.
  • Tried to get the motor to move on simulated “collision” but the approach was a bit messy and hard to debug.  Working on a dictionary class to get all the variables that need to be passed between classes together.