Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1, 1.2
-
Fix Version/s: 1.4
-
Component/s: None
-
Labels:None
-
Environment:Solaris i86pc
Description
Hello,
just after unziping sonar on my solaris box, if I cd into sonar's bin directory and try to start sonar, I get this :
$ ./sonar.sh start
Unable to locate any of the following binaries:
/export/home/tips/sonar-1.2/bin/wrapper-solaris-i86pc-32
/export/home/tips/sonar-1.2/bin/wrapper-solaris-i86pc-64
/export/home/tips/sonar-1.2/bin/wrapper
$
The following output might help :
$ uname -a
Creating a symlink is the workaround I use:
$ ln -s wrapper-solaris-x86-32 wrapper-solaris-i86pc-32
-bash-3.00$ ./sonar.sh start
Starting sonar...
-bash-3.00$
But I guess the script should handle this case too.
Pascal
Issue Links
- depends upon
-
SONAR-262
Upgrade to Java Service Wrapper 3.3
-
I forgot the output of the uname -a command :
$ uname -a
SunOS tips 5.10 Generic_118855-33 i86pc i386 i86pc