Q: Why do I get the following error when starting SailFin?
"error Launching Executable
Cannot run program "C:\Ericsson\SDS4.1FD1\Simulators\sailfin/bin/asadmin.bat" (in directory "C:\Ericsson\SDS4.1FD1\Simulators\sailfin"): CreateProcess error=2, The system cannot find the file specified."
A: SailFin is not installed properly. This is usually due to the installer not having been able to set Java 6 JDK as the default JRE.
Solution: To recover, please follow these steps:
- . Open Windows Explorer and navigate to the location of your Java 6 JDK and copy the path. Usually, this is C:\Program Files\Java\jdk1.6.0_10.
- Open a command prompt.
a) In the Start menu, click Run.
b) In the window, type cmd.
c) Press Enter. - From the prompt, change your directory to the Sailfin folder by typing:
cd C:\Ericsson\SDS4.1FD1\Simulators\sailfin
Path may vary. Please change specified path as appropriate. - Delete the "domains" folder
- Set the JAVA_HOME environment variable by typing the command below. Between quotes, put the path to Java 6 JDK found in step 1:
set JAVA_HOME="C:\Program Files\Java\jdk1.6.0_10" - Run the SailFin setup by typing
lib/ant/bin/ant -f setup.xml
You should see a "build sucessful" message, and SailFin should now work.
Q: Where are the SailFin application deployed?
A: When you deploy an application using SDS, it is deployed under your workspace. To find out the exact location, follow these steps:
- Start SailFin.
- Deploy your application.
- Open a Web browser and type the following address: http://localhost:4848
- Log on to the administrative console. By default, the user name is “admin” and the password is “adminadmin”.
- Under the Applications folder, expand the Converged SIP Modules folder. You will see your application under it.
- Click on your application name.
- Look at the location field, it displays the actual deployment location.
Q: I downloaded and installed the Glassfish server adapter to use Sailfin in SDS, however after I restart Eclipse the adapter is still not available when I select New Server. Why?
A: The dowload installs the latest version of the adapter which is not properly working with the Eclipse version bundled in SDS.
Solution: In order to install the proper Glassfish server adapter, follow this procedure: