Changes between Initial Version and Version 1 of DespoinaLog/2010/04/26


Ignore:
Timestamp:
2010-10-01T23:19:13+02:00 (14 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DespoinaLog/2010/04/26

    v1 v1  
     1= Add javascript libs  in molgenis  HVP pilot & Peregrine run test =
     2 * Test javascript in hvp_pilot . Works.
     3 * Test prototype in hvp_pilot :
     4   * prototype.toggle() works,
     5   * Ajax.Request....? after runing ontocat rest service , worked.
     6   * Problem when calling ajax.request inside a function .
     7   * Include them as javascript files in molgenis/src/org/molgenis/framework/ui/userInerface.ftl and also copy the javascript file in a directory inside /molgenis_distro/!WebContent
     8 * Jquery problem with Json : (a note from another user)
     9   * if using http://api.jquery.com/jQuery.ajax/ the variable async should be FALSE .
     10 * Problem with mysqld reappeared ...so mysql on mac starts with : mysqlstart alias:
     11   * alias mysqlstart='sudo mysqld_safe5 -u root '
     12=== Peregrine project , memory problems ===
     13 * Problem with molgenis_rdf_test :just an extra / on MolgenisCompatibleD2RWebappInitListener (filename) .
     14   * also missing DB ! create addressbook or change db:
     15     * *  create database addressbook; grant all privileges on addressbook.* to molgenis@localhost identified by 'molgenis'; flush privileges;  *
     16     * copy xml , ui from pc --> mac , recompile , fix import jars for Perergine . Ok !
     17     * Run peregrine by the way ,...seems to suddenly work!
     18       * * SEVERE: Exception invoking periodic operation:  java.lang.!OutOfMemoryError: Java heap space:
     19         * JAVA_OPTS="-Xmx512000000 " -Xmx256m
     20
     21 * Increase heap Memory from project settings...andddd run again ...
     22 * '''...conclusion Peregrine should be run in individual project . '''