FIT is set to run on port 10000 by default. If
you see a bindException message when you try to
configure the system for the first time, it is
likely that you already have something using
this port on your system. You can try to
determine what process is using the port by
using the following command:
netstat -aon
If you choose to use a different port, you will have to choose one of the following methods to override it (assume port 10001), since FIT uses 10000 by default.
lax.command.line.args=$CMD_LINE_ARGUMENTS$
to:
lax.command.line.args=-p 10001
Then try restarting the server and it should let you configure your system like normal. You can now change the port setting to your desired setting in the configuration sequence.
java -Xms128M -Xmx256M -cp fit.jar Fit
-p 10001
or
java -Xms128M -Xmx256M -cp fit.jar Fit
-DPORT=10001
On windows, type "cmd" in the
"start->run" menu, to open up a
command prompt.
cd "c:Program FilesFIT"
Then type 'jrebinjre.exe -classpath
"fit.jar;jrelibrt.jar" Fit -p 10001' to
start manually.
If you are a user and you have lost/misplaced your password, you will need to get the administrator to reset it for you. If you have lost the admin pasword, you have two options:
You want to Start running the server application. This will depend on the system that you've installed it on. It is also a good idea to read the readme that is installed with the application.
On a Windows system, you'll likely choose "Start...", "Programs...", "FIT".
On a Unix system, you'll execute Fit.sh.
Remember that FIT is a Web Server, and that the only GUI interface is through a web browser.
Now you want to point your web browser at the appropriate location. When FIT starts up, it displays some suggested url's to try. It's important to include "http://" at the start of the url, as FIT runs on a non-standard port.
A couple of possibilities:
FIT is not running. If you're on a Windows system, it should appear on your toolbar. Unix users can use "ps -aef | grep Fit" to see if FIT is running. If this is the case, start it up and attempt to reconnect.
You're not going to the correct url. Check that you haven't made a typo.
There is a new DEP feature on some versions of Windows (ie Windows 2003 with Service Pack 2) that can stop our installer from installing directly, without permissions.
You have two options:
FIT allows you to add custom html and/or javascript code within the product, by editing custom strings. Each field name on the edit menu, will have a special name attribute which can be used to reference or modify the look of the field.
For example, if you wanted to change the background of the AssignedTo field to red, you could add the following code to the sHead or sFoot custom strings :
<SCRIPT LANGUAGE='Javascript'>
//get assigned to field
var assignTo = document.getElementById("mAssignedTo");
if (assignTo) { // check we are on ModifyBug page and field is visible
//get assigned to label
var labelTd = assignTo.parentNode.previousSibling;
//change bg color
labelTd.style.background = "red";
}
</SCRIPT>
Note: You may want to just use the sNewBugFooter and sModifyBugFooter, since this assignTo tag is only used there, but since we added the "if (assignTo)" check, it works out similar. Another option would be to check the menu that you are currently using like this :
if ("<SUB page>"=="com.other.ModifyBug") // instead of "if (assignTo)"
Add the following code to the sFoot or sHead custom string. This will simply hide the search box from users on the page:
<script>
document.getElementsByName("searchString")[0].style.display = "none";
document.getElementsByName("quickSearch")[0].style.display = "none";
</script>
Licenses are are currently priced according to how many users will be using the system. Pricing for 20 and 50 user licenses are readily available on our site. If you need more than this, please let us know and we will be happy to come up with a quote for you.
A user is defined as any user that can log into the system. Generally, this means any user that can take ownership of an issue. This is also known as a fixed user (not a concurrent user).
User counts do not include anonymous users (see anonymous features) or multiple users logging in with the same login
Our product comes with a complete year of free upgrades and support. After the first year, you can still run your server using your existing version. However, you must renew our extended support agreement to continue to upgrade to the latest versions and continue to receive our outstanding support
If you wish, you may purchase a base system and then choose to upgrade your license at a later time. You will simply be charged the difference between the two packages. There are no extra charges and you have the same 30 day satisfaction guarantee on all your purchases.
The demo product is a fully functional application with the following 2 exceptions:
We have made the conversion process as painless as possible. If you choose to purchase FIT, then you will be provided with a special key that will instantly override all of the demo limitations. Your existing items and information will be kept intact and no modifications are necessary.
After you have configured your trial to where you are happy with it, you may want to remove any the test data from your system. The Admin->Data Import menu has a "Delete all data" option for this purpose. This feature will delete all existing issues and respective attachments from your system so that you can start fresh. The ids are reset to start at 1 and no other configuration changes are lost. If you want to start over completely, your best bet is to simply re-install the product on the server where you will be using it.
For instance, McAfee VirusScan Database 8.0i includes a subset of "desktop firewall" functionality, mainly to stop the proliferation of worms. One of the settings is described as "Prevent mass mailing worms from sending mail", and is implemented as blocking port 25 for all processes except those listed as exceptions. Default exceptions include Outlook.exe, tomcat.exe, apache.exe, netscp.exe, etc. You would have to disable this, or add Fit.exe to the exception list
Some languages need to operate using a specified character set and will result in strange characters showing up in your email subjects (ie: "?"). In this case you must manually set the character set that FIT is to use.
As an administrator, login, go to "Admin Menu", "Server", and you will see an "Override Charset" field where you can enter an explicit charset for messages sent by FIT. It may simply be enough to add the example that is displayed.
A general FIT system uses an internal file-based system for storing items. The server has been custom built to cache the appropriate information within each issue. It is extremely efficient, handles concurrent users easily, and will scale to tens of thousands of issues. Our stress testing machine is an old P-100 with 64Megs of RAM running Linux. There is no performance degradation with over 30,000 items within the database. An export function is available to export the data within FIT to a comma separated file, that can then be read into Excel or other tools.
A Custom Database Module can be tailored to work with any JDBC database. This work involves customizations that are specific to customer needs.
The Database Module comes with a Database Admin menu that allows you to define a connection to any JDBC compliant database and store data in the database rather than the regular flat file system. This system is only available as an Unlimited license and is not available as a hosted system. The Database version also comes with a migration tool that allows you to migrate between the two types of systems. You can find complete documentation here.
Database Modules require customized procedures to create a DB backup.
However, we provide an "Admin Menu->Backups" utility that will create a backup of your system. All system data is stored in a new backup directory. You may want to stor this on a second machine for safe keeping.
The backup utility allows an administrator to create a backup directory of their current system. This process should be done consistently in case any problems arise such as machine failure. The backup directory that is created should always be copied and stored on a separate machine.
Two types of backups can be created. A complete backup of all files on the system will copy all the executables and installation files. A backup of all data files is all that is needed because they can be copied over a fresh installation. This option is also very common for moving a system to a new machine.
The System file backup can be copied over a fresh system. To move your system to another machine (or bring it to a saved state), simply install a fresh system and then copy the system file backup over that fresh installation.
Windows Vista: If you move a full system to windows Vista, you may need to update your Fit.lax file. If your Fit.lax file has the following line : lax.nl.current.vm=jre\bin\java.exe your system probably uses the original 1.1.8 JVM that we shipped with our product. You will need to change this line to : lax.nl.current.vm=java.exe and ensure that you have a JVM installed on your box.
Administrator users can do this by selecting Bulk Update from the Main Menu (in the Actions menu if using the FIT dropdown menus), selecting the items to be deleted and clicking the Archive button at the bottom of the page. Archived items can be recovered using the Admin Menu->Advanced->Unarchive feature.
The default setting is to hide all closed items. You will notice a red link just under the logo image that states "Closed Hidden". If you click on this link, the text will change to "Closed Displayed" and you will be able to see all the Closed items in the system.
A common mistake is to create groups and not properly list all of the projects that should be seen by the members of that group. Sometimes projects are added at a later time and not propogated to the group setup.
Yes, the group feature allows you to create groups. In addition, you can make the members of that group invisible to oneanother. Therfore, you are able to create a group of users that cannot see each other. All these users can see is the system users that are not members of this group.
Yes! Check out the customization section of our online documentation. If you have any questions about this process our support team can help, please email: support@fittrackingsolutions.com for further details.
NOTE: Please note that although this option exists, we have implemented a LDAP module which can be added to your solution. This new module does not require you to code the authentication class yourself.
Yes! One caveat is that users must still have a "profile" (you must have created them as a user in FIT), as we store additional info about the user...
---- here is the example code
package example;
public class CustomAuth {
public static boolean authenticate(String name,
String password) {
if (name.equals("invalid_user")) {
System.err.println("FAIL: " + name + " " +
password);
return false;
} else {
System.err.println("PASS: " + name + " " +
password);
return(true);
}
}
}
The best way to get information about your system is to look at the Admin->Exception log and see if there are any abnormal messages. Please feel free to send this file to the support@fittrackingsolutions.com team. We will be happy to assist you.
Exceptionjava.lang.OutOfMemoryError: Java heap space It looks like your system has grown past the default java memory setting that is setup by the installer.
If you are starting FIT with the FIT.exe, there is a FIT.lax (or FastBugTrack.lax on older versions) file with the following memory setting. lax.nl.java.option.java.heap.size.max=256000000
Alternatively, on the new installer, you may have a FIT.ini file, rather than a FIT.lax. In this case there is a line such as the following, which specifies the minimum (-Xms option) and maximum (-Xmx option) memory usage for this java application : Virtual Machine Parameters=-Xms128M -Xmx512M
Or you may by starting it manually with a line such as the following, which has the same options as the .ini file : java -Xms128M -Xmx256M -cp fit.jar Fit
To solve the problem, try doubling the maximum setting (for example, change 256 to 512). After making the change, save the file and restart FIT.
FIT Tracking Solutions introduced a new installer for FIT in February 2008 which automatically installs FIT as a service and eliminates the complexities that were required with the old installation. If you are unsure about the installation, you can take a look for a FitService.exe file in your FIT installation directory. If this file is missing, you probably have the old installation.
If you wish to upgrade to the new installer for this purpose, please make sure to make a backup of your current system. Once that is done, the windows uninstaller (from the Add/Remove Programs utility of the windows control panel) should simply remove the initial files which were installed with FIT. (namely FIT.exe, Fit.lax, and the jre directory). After that is successful, you can then install the new version of FIT from our download pages. If you require assistance, please let us know. Make sure to keep your backup onhand until you are sure you are satisfied with the results.
Alternatively, you can use one of these following methods which existed before this new advanced installer implementation.
Windows NT/XP
Download invoker. It's a free, distributable
command line utility for creating registered
services, created by Idetix (www.idetix.com).
Steps:
1. Download invoker.zip
2. Unzip invoker.zip to your C:winntsystem32
directory. It consists of three files:
invoker.exe, invoker_readme.txt, and
invoker_license.txt.
3. Open a command prompt.
4. If FIT is running, stop it.
5. Execute the following:
C:>invoker install FIT "FIT" "c:program
filesFITFit" automatic
Note: Check that users can still access FIT,
after the user that activates the service logs
out. You may have to add the "-Xrs" Java option
to let Java know that it should continue
running FIT even after the user that started it
logs out. To correct this problem, edit the
Fit.lax (or possibly FastBugTrack.lax or
FastIssueTrack.lax in older versions) file in
the installation directory and add the
following line, then restart FIT:
lax.nl.java.option.additional=-Xrs
Additionally, you will want to stop FIT from
trying to open a browser, when it starts
automatically.
From the following FIT menu:
Admin Menu -> General Setup -> Server
Configuration
And select the checkbox for "Disable Auto
Browser Launch"
Windows 2002/2003
There are problems with invoker and Windows 2000. srvany and instsrv are the tools used to run FIT as a service. Steps:
To correct this problem, edit the Fit.lax (or possibly FastBugTrack.lax or FastIssueTrack.lax in older versions) file in the installation directory and add the following line, then restart FIT:
lax.nl.java.option.additional=-Xrs
Additionally, you will want to stop FIT from trying to open a browser, when it starts automatically. From the following FIT menu:
Admin Menu -> General Setup -> Server Configuration
Select the checkbox for "Disable Auto Browser Launch"
automatically on a unix box
#####
# Tentative startup script for FIT
#
# NOTE: Only start is currently supported (ie. stop/reload not yet implemented).
#
# Please email suggestions / improvements to:
# support@fittrackingsolutions.com
#
# chkconfig: 345 85 15
# To use, as root:
# 1) As root, place in /etc/init.d/fit
# 2) chmod 755 /etc/init.d/fit
# 3) Update FITPATH, FITUSER, and FITEXE below...
# 4) Test with: fit start
# 5a) Add to auto-start on Red Hat with:
# chkconfig --add fit
# 5a) Add to auto-start on Debian with:
# update-rc.d fit defaults
#####
FITUSER="fituser"; #uid to run FIT as...
FITPATH="/home/fituser/FIT"; # Where FIT is installed...
####
# For InstallNow installation:
####
FITEXE="./Fit";
###
# For straight running java...
###
# Java 1.1:
#FITEXE="/usr/lib/jdk1.1/bin/jre -green
-classpath "fit.jar:pja.jar:/usr/lib/jdk1.1/lib/classes.zip"
-mx128000000 -D$0 Fit "
startup() {
su - fituser -s /bin/sh -c "cd $FITPATH ; nohup $FITEXE > /dev/null 2>&1 &"
}
# Note that the name of daemon running could be FIT or java XYZ...
case "$1" in
start)
echo $"$0 Starting";
startup
;;
stop)
echo $"$0 Stop not currently supported";
;;
status)
echo $"$0 Status not currently supported";
;;
reload|force-reload)
echo $"$0 Reload not currently supported";
;;
*)
echo $"Usage: $0 {start}"
exit 1
esac
Change "Apache Group->conf->http.conf"
:
- uncomment the following two lines :
LoadModule proxy_module
modules/mod_proxy.so
LoadModule proxy_http_module
modules/mod_proxy_http.so
then add the following lines :
# FIT Proxy
ProxyPass /fit http://localhost:10000
Note: this line should not be put in any other
directives.
Make sure FIT sURLPREFIX is set to "/fit/"
(including trailing /)
If you are using https, change sURLPREFIX to
your complete url (https://server/fit) so that
notification links contain the correct address.
When using SSL, the ProxyPass setting will
still start with http:// because Fit relies on
apache for SSL.
Steps to configure IIS to serve FIT from a subdirectory:
Our example assumes that requests to http://IISHOST/ is the IIS server, and http://IISHOST/test/ will be forwarded to the FIT server running on the same machine... IIS and FIT are already installed and running.
Although it is possible to rename "test", currently there is a maximum length for this alias of 4 characters and we recommend you get things working before attempting to change it.
We now have IIS configured correctly - we must finally configure FIT so that it will rewrite it's urls to support this setup...
Access to FIT should now be possible either directly, or through IIS.
Additionally, one user noticed that when running FIT as a service, "I changed the Log On for the service to Local System Account and everything appears to work properly now."
Notes:
- Recent versions of IIS require you to turn on
the ASP functionality. If you have
problems, please test with a simple
helloWorld.asp file first and make sure that
works.
- IIS treats errors from local address
differently unless you specify otherwise.
The "Edit Feature Settings" option to the right
of the Error Page settings. Set to custom or it
will not work properly when testing on a local
machine. If you are getting a login page with
messed up images, try requesting an image
directly from the local machine which may give
you a better error message.
If you have questions or problems, please contact FIT support: support@fittrackingsolutions.com
If you downloaded FIT with Java bundled in the
download, you will have a /jre directory in
your FIT installation directory and a line in
the FIT.lax file that reads:
lax.nl.current.vm=jre\bin\jre.exe
This JRE is minimal and you may want or need to upgrade the version of Java that you are using. We recommend you upgrade your JVM to 1.6 or higher. This will solve some problems with time zone changes and database issues.
You can find the latest JRE versions
here:
http://www.java.com/en/download/manual.jsp
After you install the JRE, you will need to
make sure your system is using it.
If you have a Fit.lax file (from older
installations) please change the above line
to:
lax.nl.current.vm=java.exe
This will use the JVM registered with your
system.
You can verify which version FIT is using by
going to the Admin->Advanced->SystemInfo
and looking for a line like this:
java.vm.version=1.5.0_06-b05
It is possible to restrict attachment size by adding the following line to the server.cfg (size is in Megabytes) : attachmentMaxFileSize=20
If you are having trouble with limits, it will depend on your setup. The following are two common problems. If this does not help, please send your except.log and any error message you receive to the FIT support team.
1) If you are using IIS to forward to FIT,
there is a default limit that needs to be
changed for file uploads.
http://support.microsoft.com/kb/295626
2) If you are using MySQL you need the
following parameter when the DB is started.
mysqld --max_allowed_packet=10M.
The charting software requires a graphics context to generate charts.
Solution 1:
By default, FIT is shipped with JVM 1.18, which
is usually sufficient. FIT uses the JRE that is
set on the following line of the Fit.lax file
:
lax.nl.current.vm=jre\bin\jre.exe
After you install a new JVM, or find one on
your system, you can change it to some thing
like :
lax.nl.current.vm=C:\Program
Files\Java\jre1.5.0_06\bin\java.exe
Java 1.5 provides a new headless feature. Make sure that there are no conflicting references to the Pure Java Alternative (PJA), described in Solution 2 below. You may also need to "unset DISPLAY", if it is a problem.
Please note that for Java versions > 1.6, you must set a FORCEBUFFERIMAGE system variable.
If you have a default installation with a
Fit.lax file, please add the following to the
bottom of the .lax file:
lax.nl.java.option.additional=-DFORCEBUFFERIMAGE=1
If you are starting manually, simply add the
following to your command line:
-DFORCEBUFFERIMAGE=1
If you downloaded from an archive, the Fit program you run may actually be a script with a command like "java -cp fit.jar Fit" inside. In that case, you must add the second option above to that command line.
"java -DFORCEBUFFERIMAGE=1 -cp fit.jar Fit"
Solution 2 (using old
JVM):
If you are running from a console window, you
can use the Pure Java Application library and
instructions below:
PJA instructions:
Download pja from:
http://www.eteks.com/pja/en/#Download
Place pja.jar (included in the package) in the FIT directory...
Edit the Fit.lax file...
Use the PJAFontCapture tool on a Windows machine to capture a specific font (This will generate a file like "Arial.pjaf" - place this file in the FIT directory...
JVM 1.3.1+ requires additional
attributes:
lax.nl.java.option.additional=-Xbootclasspath/a:pja.jar
-Dawt.toolkit=com.eteks. awt.PJAToolkit
-Djava.awt.graphicsenv=com.eteks.java2d.PJAGraphicsEnvironment
-D
java.awt.fonts=/usr/lib/j2se/1.3/jre/lib/fonts
-Duser.home=.
Note: -Djava.awt.fonts need to be
updated to the appropriate directory depending
on where java is installed
Manual startup:
java -Xms128M -Xmx256M
-Xbootclasspath/a:pja.jar
-Dawt.toolkit=com.eteks.awt.PJAToolkit
-Djava2d.font.usePlatformFont=false
-Djava.awt.graphicsenv=com.eteks.java2d.PJAGraphicsEnvironment
-Djava.awt.fonts=/usr/java/jre/lib/fonts
-Duser.home=/u01/pja_2.5 -classpath
/u01/pja_2.5/lib/pjatools.jar -cp
fit.jar:pja.jar Fit -p 10009 &
Solution 1 :
We use a third party graphing utility that seems to have some problems creating charts on some Windows systems using a 32 bit color resolution. The only solution for this problem has been to reduce the color resolution for the server so that it creates valid charts for the end users.
Solution 2 :
On some systems, switching to a JRE 1.5+ may solve the problem. See details in Solution 1 of chart previous question.