Difference between revisions of "FAQ"

Line 16: Line 16:
 
Here it is shown set to about 640 MB.  You can experiment with increasing this, subject to the amount of memory in your machine and demands on it from other applications.
 
Here it is shown set to about 640 MB.  You can experiment with increasing this, subject to the amount of memory in your machine and demands on it from other applications.
  
2. If you are running geWorkbench from the source distribution using Ant, you can edit the build.xml file found in the geWorkbench root directory to alter the memory request variable jvmarg:
+
2. If you are running geWorkbench from the source distribution using Ant, you can edit the build.xml file found in the geWorkbench root directory to alter the memory requested using the variable '''jvmarg''':
  
 
  <target name="run" depends="init" description="Runs geWorkbench.">
 
  <target name="run" depends="init" description="Runs geWorkbench.">

Revision as of 17:51, 30 April 2007

Using geWorkbench

Q. I get a Java error when I try to start geWorkbench.

A. This is almost always caused by the Sun Java 1.5 JRE not being installed or not being found. Try reinstalling the Java 1.5 JRE and then reinstall geWorkbench. geWorkbench must be installed after the JRE.


Q. How do I increase the amount of memory available to Java to run geWorkbench?

A. It depends on how you are running geWorkbench.

1. If you are running a packaged distribution of geWorkbench (created using InstallAnywhere), there is a file in the geWorkbench root directory called UILauncher.lax. There is a line there which specifies the Java heap size:

lax.nl.java.option.java.heap.size.max=640678989

Here it is shown set to about 640 MB. You can experiment with increasing this, subject to the amount of memory in your machine and demands on it from other applications.

2. If you are running geWorkbench from the source distribution using Ant, you can edit the build.xml file found in the geWorkbench root directory to alter the memory requested using the variable jvmarg:

<target name="run" depends="init" description="Runs geWorkbench.">
    <java fork="true" classname="org.geworkbench.engine.config.UILauncher">
       <jvmarg value="-Xmx512M"/>
       <jvmarg value="-Djava.library.path=lib"/>
       <arg value="all_release.xml"/>
       <classpath refid="run.classpath"/>
    </java>
</target>

Here it is shown requesting 512 MB.


Q. ARACNE does not run in version 1.0.4 (Note that this version has been superseded).

A. There were two text files that were omitted from the distribution, you can download them from the ARACNE tutorial page and install them into the geWorkbench root directory.


Q. ARACNE is not included in geWorkbench 1.0.5. How can I run this algorithm?

A. A new, Java-based version of ARACNE has been implemented in the development version of geWorkbench. You can download the development version of geWorkbench from the GForge site (http://gforge.nci.nih.gov/scm/?group_id=78). Use the "Nightly CVS Tree Snapshot" link. However, this is a source distribution which you will need to compile yourself (requiring Java JDK 5 and Ant).

A standalone version of ARACNE is also availabe at http://amdec-bioinfo.cu-genome.org/html/ARACNE.htm