y 30, 2004 3:54:26 PM><DEBUG> <DB Connect String
<interbase.interclient.Driver
jdbc:interbase://localhost/root/mercator-0.2-
10/bin/../rdb/db/site.gdb pos/pos>>
<May 30, 2004 3:54:26 PM><FATAL>
<interbase.interclient.BadInstallationException:
[interclient] Installed versions of InterClient and
InterServer use incompatible client/server protocol
versions.
See API reference for exception
interbase.interclient.BadInstallationException>
<May 30, 2004 3:54:26 PM><FATAL> <Database
initialization failure>
[root@redpos bin]#
while running POS application I am getting above errors.
------------------------------------------------------
While compling I am getting following eroors
king all in src
make[1]: Entering directory `/root/mercator-0.2-10/src'
make[2]: Entering directory `/root/mercator-0.2-10/src'
/usr/bin/ant -emacs jar
Buildfile: build.xml
init:
compile:
Compiling 274 source files to /root/mercator-0.2-
10/src/build
/root/mercator-0.2-
10/src/java/com/globalretailtech/pos/gui/EditDialog.java:
112: error: unrecognized character in input stream.
addAlpha ("", panel, 2, 4, 1, 1, dialog);
^
/root/mercator-0.2-
10/src/java/com/globalretailtech/pos/gui/EditDialog.java:
113: error: unrecognized character in input stream.
addAlpha ("", panel, 3, 4, 1, 1, dialog);
^
/root/mercator-0.2-
10/src/java/com/globalretailtech/pos/gui/EditDialog.java:
113: error: String not terminated at end of line.
addAlpha ("", panel, 3, 4, 1, 1, dialog);
^
/root/mercator-0.2-
10/src/java/com/globalretailtech/pos/services/GpsService
.java:27: error: Can't find default package
`javax.comm'. Check the CLASSPATH environment
variable and the access to the archives
/root/mercator-0.2-
10/src/java/com/globalretailtech/manager/apps/PosParam
eterDisplay.java:52: error: Type `JTextArea' not found
in the declaration of the local variable `textArea'.
JTextArea textArea = new
JTextArea ();
^
/root/mercator-0.2-
10/src/java/com/globalretailtech/manager/apps/Transacti
onDisplay.java:53: error: Type `JTextArea' not found in
the declaration of the local variable `textArea'.
JTextArea textArea = new
JTextArea ();
^
/root/mercator-0.2-
10/src/java/com/globalretailtech/pos/services/SerialIO.ja
va:15: error: Superinterface `SerialPortEventListener' of
class `com.globalretailtech.pos.services.SerialIO' not
found.
public class SerialIO implements SerialPortEventListener
^
/root/mercator-0.2-
10/src/java/com/globalretailtech/pos/services/SerialIO.ja
va:27: error: Type `CommPortIdentifier' not found in
declaration of field `portId'.
private CommPortIdentifier portId;
^
/root/mercator-0.2-
10/src/java/com/globalretailtech/pos/services/SerialIO.ja
va:32: error: Type `SerialPort' not found in declaration
of field `serialPort'.
private SerialPort serialPort;
^
/root/mercator-0.2-
10/src/java/com/globalretailtech/pos/services/SerialIO.ja
va:74: error: Type `PortInUseException' not found in the
declaration of the local variable `e'.
catch (PortInUseException e)
^
/root/mercator-0.2-
10/src/java/com/globalretailtech/pos/services/SerialIO.ja
va:114: error: Type
`UnsupportedCommOperationException' not found in the
declaration of the local variable `e'.
catch (UnsupportedCommOperationException e) { }
^
/root/mercator-0.2-
10/src/java/com/globalretailtech/pos/services/SerialIO.ja
va:207: error: Type `SerialPortEvent' not found in the
declaration of the argument `event' of method
`serialEvent'.
public void serialEvent (SerialPortEvent event)
^
/root/mercator-0.2-
10/src/java/com/globalretailtech/pos/gui/EditEmployee.ja
va:193: error: Type `NumField' not found in the
declaration of the local variable `field'.
NumField
field = (NumField) focusComponent;
^
/root/mercator-0.2-
10/src/java/com/globalretailtech/pos/gui/EditEmployee.ja
va:198: error: Type `UserIdField' not found in the
declaration of the local variable `field'.
UserIdField field = (UserIdField) focusComponent;
^
/root/mercator-0.2-
10/src/java/com/globalretailtech/pos/gui/EditEmployee.ja
va:203: error: Type `UserPwdField' not found in the
declaration of the local variable `field'.
UserPwdField field = (UserPwdField) focusComponent;
^
/root/mercator-0.2-
10/src/java/com/globalretailtech/pos/gui/EditEmployee.ja
va:212: error: Type `AlphaButton' not found in the
declaration of the local variable `alphaButton'.
AlphaButton alphaButton = (AlphaButton) e.getSource ();
^
/root/mercator-0.2-
10/src/java/com/globalretailtech/pos/gui/EditEmployee.ja
va:226: error: Type `UserIdField' not found in the
declaration of the local variable `field'.
UserIdField field = (UserIdField) focusComponent;
^
/root/mercator-0.2-
10/src/java/com/globalretailtech/pos/gui/EditEmployee.ja
va:227: error: Type `NumButton' not found in the
declaration of the local variable `numButton'.
NumButton numButton = (NumButton) e.getSource ();
^
/root/mercator-0.2-
10/src/java/com/globalretailtech/pos/gui/EditEmployee.ja
va:232: error: Type `UserPwdField' not found in the
declaration of the local variable `field'.
UserPwdField field = (UserPwdField) focusComponent;
^
/root/mercator-0.2-
10/src/java/com/globalretailtech/pos/gui/EditEmployee.ja
va:233: error: Type `NumButton' not found in the
declaration of the local variable `numButton'.
NumButton numButton = (NumButton) e.getSource ();
^
/root/mercator-0.2-
10/src/java/com/globalretailtech/pos/gui/EditEmployee.ja
va:333: error: Type `UserIdField' not found in
declaration of field `userID'.
private UserIdField userID;
^
/root/mercator-0.2-
10/src/java/com/globalretailtech/pos/gui/EditEmployee.ja
va:334: error: Type `UserPwdField' not found in
declaration of field `pwd'.
private UserPwdField pwd;
^
/root/mercator-0.2-
10/src/java/com/globalretailtech/pos/gui/EditEmployee.ja
va:335: error: Type `UserPwdField' not found in
declaration of field `pwdVerify'.
private UserPwdField pwdVerify;
^
/root/mercator-0.2-
10/src/java/com/globalretailtech/pos/gui/EditEmployee.ja
va:336: error: Type `ProfileList' not found in declaration
of field `profile'.
private ProfileList profile;
^
/root/mercator-0.2-
10/src/java/com/globalretailtech/pos/gui/ItemAdd.java:2
38: error: Type `NumField' not found in the declaration
of the local variable `numField'.
NumField
numField = (NumField) focusComponent;
^
/root/mercator-0.2-
10/src/java/com/globalretailtech/pos/gui/ItemAdd.java:2
43: error: Type `CurrencyField' not found in the
declaration of the local variable `field'.
CurrencyField field = (CurrencyField) focusComponent;
^
/root/mercator-0.2-
10/src/java/com/globalretailtech/pos/gui/ItemAdd.java:2
52: error: Type `AlphaButton' not found in the
declaration of the local variable `alphaButton'.
AlphaButton alphaButton = (AlphaButton) e.getSource ();
^
/root/mercator-0.2-
10/src/java/com/globalretailtech/pos/gui/ItemAdd.java:2
66: error: Type `NumField' not found in the declaration
of the local variable `field'.
NumField
field = (NumField) focusComponent;
^
/root/mercator-0.2-
10/src/java/com/globalretailtech/pos/gui/ItemAdd.java:2
67: error: Type `NumButton' not found in the declaration
of the local variable `numButton'.
NumButton numButton = (NumButton) e.getSource ();
^
/root/mercator-0.2-
10/src/java/com/globalretailtech/pos/gui/ItemAdd.java:2
72: error: Type `CurrencyField' not found in the
declaration of the local variable `field'.
CurrencyField field = (CurrencyField) focusComponent;
^
/root/mercator-0.2-
10/src/java/com/globalretailtech/pos/gui/ItemAdd.java:2
73: error: Type `NumButton' not found in the declaration
of the local variable `numButton'.
NumButton numButton = (NumButton) e.getSource ();
^
/root/mercator-0.2-
10/src/java/com/globalretailtech/pos/gui/ItemAdd.java:3
58: error: Type `CurrencyField' not found in declaration
of field `wholeAmount'.
private CurrencyField wholeAmount;
^
/root/mercator-0.2-
10/src/java/com/globalretailtech/pos/gui/ItemAdd.java:3
59: error: Type `CurrencyField' not found in declaration
of field `halfAmount'.
private CurrencyField halfAmount;
^
/root/mercator-0.2-
10/src/java/com/globalretailtech/pos/gui/ItemAdd.java:3
60: error: Type `CurrencyField' not found in declaration
of field `pieceAmount'.
private CurrencyField pieceAmount;
^
/root/mercator-0.2-
10/src/java/com/globalretailtech/pos/gui/ItemEdit.java:1
84: error: Type `NumField' not found in the declaration
of the local variable `field'.
NumField
field = (NumField) focusComponent;
^
/root/mercator-0.2-
10/src/java/com/globalretailtech/pos/gui/ItemEdit.java:1
89: error: Type `CurrencyField' not found in the
declaration of the local variable `field'.
CurrencyField field = (CurrencyField) focusComponent;
^
/root/mercator-0.2-
10/src/java/com/globalretailtech/pos/gui/ItemEdit.java:1
98: error: Type `AlphaButton' not found in the
declaration of the local variable `alphaButton'.
AlphaButton alphaButton = (AlphaButton) e.getSource ();
^
/root/mercator-0.2-
10/src/java/com/globalretailtech/pos/gui/ItemEdit.java:2
12: error: Type `NumField' not found in the declaration
of the local variable `field'.
NumField
field = (NumField) focusComponent;
^
/root/mercator-0.2-
10/src/java/com/globalretailtech/pos/gui/ItemEdit.java:2
13: error: Type `NumButton' not found in the declaration
of the local variable `numButton'.
NumButton numButton = (NumButton) e.getSource ();
^
/root/mercator-0.2-
10/src/java/com/globalretailtech/pos/gui/ItemEdit.java:2
18: error: Type `CurrencyField' not found in the
declaration of the local variable `field'.
CurrencyField field = (CurrencyField) focusComponent;
^
/root/mercator-0.2-
10/src/java/com/globalretailtech/pos/gui/ItemEdit.java:2
19: error: Type `NumButton' not found in the declaration
of the local variable `numButton'.
NumButton numButton = (NumButton) e.getSource ();
^
/root/mercator-0.2-
10/src/java/com/globalretailtech/pos/gui/ItemEdit.java:2
49: error: Type `CurrencyField' not found in declaration
of field `wholeAmount'.
private CurrencyField wholeAmount;
^
/root/mercator-0.2-
10/src/java/com/globalretailtech/pos/gui/ItemEdit.java:2
50: error: Type `CurrencyField' not found in declaration
of field `halfAmount'.
private CurrencyField halfAmount;
^
/root/mercator-0.2-
10/src/java/com/globalretailtech/pos/gui/ItemEdit.java:2
51: error: Type `CurrencyField' not found in declaration
of field `pieceAmount'.
private CurrencyField pieceAmount;
^
44 errors
BUILD FAILED
file:/root/mercator-0.2-10/src/build.xml:30: Compile
failed; see the compiler error output for details.
Total time: 4 seconds
make[2]: *** [mercator.jar] Error 1
make[2]: Leaving directory `/root/mercator-0.2-10/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/mercator-0.2-10/src'
make: *** [all-recursive] Error 1
[root@redpos mercator-0.2-10]#
----------------------------------------
We are in the process of testing mercator POS and to
create our own application using the JAVA technology.
If any one can help us on to above problems will be
highly appreciated and we do support or contribute
enhanching this open source project.
I am strugging with this installation for the past 10 days,
please help us for testing.
Regards
R.C.Prasaad
R&D Manager
M.H.Alshaya Co. W.L.L.
KUwait
Logged In: NO
Hi Qolson,
Kindly look into our message, suggest to get rid off
the error for testing.
Logged In: NO
our email ID is "rrc@alshaya.com" , "enayat@alshaya.com"
Logged In: NO
Can Anybody Help With Windows Installation of this POS
Project.