Jazz Build Engine errors
Running a build on a local Jazz build engine (on xp) causes the following error:
I assume this is the essence of my problem:
Not enough quota is available to process this command.
What could cause this?
com.ibm.team.repository.common.TeamRepositoryException: Failure downloading file [repository_source_path_for_the_file]
-- skipping several rows of stacktrace --
Caused by: org.eclipse.core.runtime.CoreException: Error while writing to [team.scm.fetchDestination/path_for_the_file] (Not enough quota is available to process this command.)
I assume this is the essence of my problem:
What could cause this?
2 answers
This message comes from Windows, and suggests you're running out of virtual memory.
See http://technet.microsoft.com/en-us/library/cc958981.aspx
You could check the size of the JBE process via Windows Task Manager (Ctrl+Shift+Esc). It should not grow excessively large, but it's worth checking.
See http://technet.microsoft.com/en-us/library/cc958981.aspx
You could check the size of the JBE process via Windows Task Manager (Ctrl+Shift+Esc). It should not grow excessively large, but it's worth checking.