The following topic describes TrackStudio Enterprise installation and configuration (Standalone distribution).
Role |
Description |
Login |
Password |
System Administrator |
This user has full rights to configure TrackStudio settings and create global system defaults within the solution for your entire company. |
root |
root |
Issue Tracker Managed Administrator |
User who is authorized to manage pre-defined TrackStudio configuration for issue tracking. |
itadmin |
itadmin |
Sample Database Managed Administrator |
User who is authorized to manage TrackStudio Sample Database. |
jsmith |
jsmith |
If you run TrackStudio in a *nix VPS (Virtual Private Server), you may encounter VM object heap errors, which may be due to how a VPS allocates memory on a shared physical machine. The JVM attempts to make a guess at how much memory it will be able to use based on the information it can gather from the same sources as the tools "free" and "top" use. For example, in a VServer VPS this reports memory on the physical host, and does not reflect the limits in place for each VPS.
The workaround is to explicitly tell the JVM how much memory to use:
> sman -J-Xmx256m > jetty -J-Xmx256m
If you are using the default HSQLDB DBMS, your database files look like tsdb.lck, tsdb.log, tsdb.properties and tsdb.script. Do not delete them.