I am trying to start developing using IBM Worklight and am following the steps here: http://public.dhe.ibm.com/software/mobile-solutions/worklight/docs/v610/01_01_Setting_up_your_Worklight_development_environment.pdf
I have downloaded the following:
- Eclipse Java EE 4.3.1 win 64-bit ("Kepler" SR1)
- IBM Worklight 6.1 (From "Help > Eclipse Marketplace")
I am using Java JDK 7 win 64-bit
I have also set the text File encoding to UTF-8
When I attempt to start the Worklight Development Server I receive the following errors:
[ERROR ] CWWKZ0005E: The application Demo1 cannot start because the server is not configured to handle applications of type war.
[ERROR ] CWWKZ0005E: The application _MobileBrowserSimulator cannot start because the server is not configured to handle applications of type war.
Here is the entire console log:
Listening for transport dt_socket at address: 10777
Launching worklight (WebSphere Application Server 8.5.5.0/wlp-1.0.3.20130524-0951) on Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_60-b19 (en_US)
[AUDIT ] CWWKE0001I: The server worklight has been launched.
[AUDIT ] CWWKZ0058I: Monitoring dropins for applications.
[AUDIT ] CWWKF0011I: The server worklight is ready to run a smarter planet.
[ERROR ] CWWKZ0005E: The application Demo1 cannot start because the server is not configured to handle applications of type war.
[ERROR ] CWWKZ0005E: The application _MobileBrowserSimulator cannot start because the server is not configured to handle applications of type war.
[AUDIT ] CWWKE0036I: The server worklight stopped after 1 minutes, 0.170 seconds.
This same problem has been addressed here (Worklight Development Server does not start), however I have tried that user's solution of using Java JDK 7 and still see the issue. Any help would be appreciated.