FAQ
- bindException: FIT will not start?
-
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.
- Option 1
If your installation directory has a FIT.ini file, you can modify it to explicitly state the port that you want to use. Note however that you must also change FITService.ini if you ever want to run the application as a service with the same setting. Try changing :
Virtual Machine Parameters=-Xms128M -Xmx512M
to
Virtual Machine Parameters=-Xms128M -Xmx512M -DPORT=10001
and restarting the application.
- Option 2
If your installation directory has a Fit.lax file you can modify it to explicitly state the port that you want to use. Try changing :
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.
- Option 3
You can run FIT manually using the following command line:
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 Files\FIT"
Then type 'jre\bin\jre.exe -classpath "fit.jar;jre\lib\rt.jar" Fit -p 10001' to start manually.
- I lost my password ?
-
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:
Option 1
If the server.cfg file is missing (ie: move to server.backup), the
system starts up the configuration sequence again, allowing you to create another admin user. You must finish the config sequence and then copy the backup server.cfg before restarting, so you have your old settings.
Option 2
The users.cfg file contains passwords in the following format :
login,PASSWORD||type (type only exists if not normal)
The PASSWORD is usually encrypted, but the system will understand straight text also. Simply restart the system after changing this.
You will want to change your password again using the system, so that
it is then encrypted.
- I have installed FIT, now what?
-
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.
- http://server:port is not showing me anything ?
-
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. Check that you've got "http://" at the start of the url in
the browser. Check that you've got the correct port (defaults to 10000).
If you're trying to connect from the same computer that is running
FIT, try "http://localhost:10000/". If you're trying to connect from
a different computer, try using the IP address displayed by FIT when
it starts. Check with a network administrator if you're still having
problems.
- The installer quits abruptly ?
-
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:
Option 1 (recommended)
The best solution is to add our program to the list of allowed programs in the DEP settings using the following instructions:
a) Download the FitInstall.exe to your machine. Say c:/FitInstall.exe
b) Click Start, click Run, type "sysdm.cpl" and press OK
c) On the Advanced tab, under Performance, press Settings
d) On the Data Execution Prevention tab, turn on "DEP for all programs
and services except those I select" to use the opt out policy
and add to add our program to this list of exceptions. Then add our
program to the list. (ie: Add c:/FitInstall.exe)
e) You should now be able to install FIT as normal.
Option 2
If you are not concerned with having our system in the Registry (and
Start menu) , or you are unable to perform option A, our install pages
list an alternate option where you can extract a base installation from
a zip file and run the application manually using the following
instructions:
http://www.fittrackingsolutions.com/misc/download/windows.html
- How do you define a user ?
-
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.
- What happens after the first year ?
-
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.
- Can I upgrade ?
-
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.
- What are the limits of the demo ?
-
The demo product is a fully functional application with the following
2 exceptions:
- we have limited the demo product to a 25 item limit. This should
allow users to properly evaluate and test the product. A time trial can also be arranged if you contact us.
- there is normally an "archive" button on the "Bulk Update" page
that moves an item to the archive state, when it is no longer needed.
This has been removed, so that users cannot remove items to get past
the first demo limit.
- the demo product cannot be configured to display a company name
or logo.
- Will I have to re-install once I purchase ?
-
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.
- How do I clear my system of test data ?
-
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.
- Email notification is not working ?
-
a)You will not receive any notification if you assign a item to yourself.
Notification is only performed if the item is assigned to a different
person. Make sure you understand how the email notification rules work.
You can find a good explanation here
b)Make sure that you have the correct smtp information configured. If
it is not correct, you will see a connection exception in the Admin->ExceptionLog.
c)You should be using the same settings as you would be putting in your
email client outgoing connection settings. (ie: can you connect using
the client).
d)Make sure that there is no virus software interfering with the connection
over port 25 (SMTP). Otherwise, you will have to have this restriction
disabled, enabling FIT to work on your server.
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.
- Email is showing strange characters ?
-
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.
- What does FIT use as a database ?
-
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.
- What is the database module ?
-
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.
- How do I backup my database ?
-
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.
- How do I move my system to another machine ?
-
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.
- How do I delete an item ?
-
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.
- I can not see any "Closed" items ?
-
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.
- I am not seeing all the items ?
-
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.
- Can I restrict who can receive items ?
-
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.
- Can you provide more details about customizing my installation ?
-
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: fit@alceatech.com for further details.
Q: Can I do authentication externally,
using passwords from somewhere else (such as Active Directory)?
NOTE: Please note that although this option still exists, we
have now implemented a new 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...
1) Code & Compile your authentication class...
2) Edit server.cfg adding:
authenticationClass=example.CustomAuthentication
(where example.CustomAuthentication is your own class...)
3) Edit your Fit.lax file:
Ensure that the location of your class is in the classpath
Start FIT and you should be all set...
---- 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);
}
}
}
- My system stops accepting connections ?
-
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 fit@alceatech.com team. We will be happy to assist you.
- OutOfMemory Exception occurs in Exception Log?
-
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 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
You should try doubling the maximum setting. Try chaning 256 to 512 for this setting. That should solve the problem."
- How do I run FIT as a service ?
-
Alcea 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.
- How do I run FIT as a service (the old way)?
-
Windows NT/XP
Download invoker. It's a free, distributable command line utility
for creating registered services, created by Idetix (www.idetix.com).
Steps:
- Download invoker.zip
- Unzip invoker.zip to your C:\winnt\system32
directory. It consists of three files: invoker.exe, invoker_readme.txt,
and invoker_license.txt.
- Open a command prompt.
- If FIT is running, stop it.
- Execute the following:
C:\>invoker install FIT "FIT" "c:\program files\FIT\Fit" 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 2000/2003
There are problems with invoker and Windows 2000. srvany and instsrv
are the tools used to run FIT as a service. Steps:
- You will need to get the executables srvany
and instserv.
- Place srvany.exe in your system32 directory
(Likely c:\winnt\system32 or c:\windows\system32).
- Use instsrv to install srvany as your service:
instsrv FIT c:\winnt\system32\srvany.exe.
- Run regedit and Find: My Computer\HKEY_LOCAL_MACHINE\
SYSTEM\CurrentControlSet\Services\FIT
- Select "FIT" and select "Edit..", "New...",
"Key". Name the key "Parameters" (without the quotes).
- Select the Parameters key that you have created,
and select "Edit...", "New...", "String Value". The Name should be
"Application" (without quotes). Double click the name to open a dialog
in which you can enter the value "c:\program files\FIT\Fit.exe".
- Close regedit.
- Attempt to start your new service from the
services control panel.
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
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:
# fit@alceatech.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
- How do I forwared Apache to FIT ?
-
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
make sure FIT sURLPREFIX is set to "/fit/" (including trailing /)
If you are using https, change sURLPREFIX to your complete url (https://server/)
so that notification links contain the correct address.
- How do I forwared IIS to FIT ?
-
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.
Default.asp should be placed
in a directory all by itself. We will assume that it is placed in "C:\FITASP"
Control Panel, Administrative Tools, Internet Services Manager
Under "Default Web Site", right-click, choose "New -> Virtual Directory"
A Wizard starts: For Alias, enter "test"
For Directory, we will use the directory that Default.asp is installed:
C:\FITASP
Ensure that "Read" and "Run scripts (such as ASP)" are checked.
Finish.
Now we right-click our virtual directory, and choose "Properties"
We choose the Custom Errors tab, and for http errors "404" and "405",
choose Message Type: "URL", and in the URL field, enter: "/test/default.asp".
We now have IIS configured correctly - we must finally configure FIT
so that it will rewrite it's urls to support this setup...
Connect directly to FIT (not through IIS), and login as an administrator
Choose "Admin Menu", "Customize Strings"
Edit "sURLPREFIX"...
Set it to "/test/" (without the quotes, but with both slashes.
If you are using https, change sURLPREFIX to your complete url (https://server/)
so that notification links contain the correct address.
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."
If you have questions or problems, please contact FIT support: fit@alceatech.com
- How do I upgrade my Java Run Time ?
-
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
- How does the 2007 Daylight Saving Time affect FIT ?
-
Because of the changes to Daylight Saving Time in 2007, FIT users
may need to update their Java Runtime Environment. FIT is distributed
with JRE 1.1.8, which is not compatible with the 2007 DST changes.
Hosted Customers
Alcea will be upgrading the JRE for hosted FIT systems over the weekend
of March 3rd. Hosted systems will be offline for a short period while
the updates are made. We have scheduled to complete this work on Saturday
evening beginning at 10:00 PM.
Licensed Customers
Licensed customers can upgrade their JRE at the following link: http://java.sun.com/products/archive/j2se/5.0_06/index.html
The fit.lax (or possibly FastBugTrack.lax or FastIssueTrack.lax in
older versions) file in the FIT installation directory should contain
the following line:
lax.nl.current.vm=jre\\bin\\jre.exe
After you install the new JVM, or find one on your system, you can update the line with the new location:
lax.nl.current.vm=C:\\Program Files\\Java\\jre1.5.0_06\\bin\\java.exe
Administrators can check the JRE version on the Admin Menu->Advanced->System
Info menu by doing a Find (Ctrl-F) for "java.version=" (without the
quotes). Compatible JRE versions are listed on the following page in
"Question 7: What is the minimum version of the Java platform that I
need for my country?": http://java.sun.com/developer/technicalArticles/Intl/USDST_Faq.html
Note: Users that have modified the Fit.lax file to use the PJA library
in order to enable charts will have to remove these changes after upgrading
the JRE, to make use of the new headless functionality. These changes
can be reviewed in our FAQ: http://www.fittrackingsolutions.com/support/faq.html#noCharts
Note: If FIT is running as a service, please 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
Please contact us if you require more information.
- Charts are empty or crashing the system ?
-
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...
- Add pja.jar to the classpath :
lax.class.path=issueserver.jar:lax.jar:pja.jar
- Add the following line to the end of the file :
awt.toolkit=com.eteks.awt.PJAToolkit
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 &
- Charts appear in black and white ?
-
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.
TOP
Solutions
| Services | Pricing
| Demos | Support
| Company | Home
|
|