theswamis / dataloadercliq

Command Line Interface Quickstart
12 stars 5 forks source link

Error: ./cliq.sh -t #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. run the command ./cliq.sh -t on unix machine with no X windows on it
2.
3.

What is the expected output? What do you see instead?
I was expecting so sort of text based interface. I got the following error
bash-2.05$ ./cliq.sh -t
./cliq.sh: 
CLASSPATH=cliq.jar:../DataLoader.jar:lib/miglayout-3.7.1.jar:lib/jaf-1.0.2/activ
ation.jar:lib/javamail-1.4.2/mail.jar:lib/commons-discovery-0.2.jar:lib/axis.jar
:lib/axis-ant.jar:lib/jaxrpc.jar:lib/log4j-1.2.8.jar:lib/saaj.jar:lib/wsdl4j-1.5
.1.jar:.: is not an identifier

What version of the product are you using? On what operating system?
Data loader 19.0 and Cliq 19.0

Please provide any additional information below.

Original issue reported on code.google.com by a.saikis...@gmail.com on 1 Dec 2010 at 5:25

GoogleCodeExporter commented 9 years ago
/bin/sh (bourne shell) must be present on the UNIX system.  This error happens 
if /bin/sh is missing.

Original comment by vijay.swamidass@gmail.com on 10 Dec 2010 at 3:24