When i import project to eclipes i've this error:
An internal error occurred during: "Upgrade Worklight Projects".
No server host specified
When build project i've this error :
Can anyone help me ?
Here is my eclipse verison:
Based on the screen shot, you are using Eclipse Indigo
Worklight 6.0 supports only: Eclipse Java EE for Developers 4.2.2 ("Juno" SR2) or Eclipse Classic 4.2.2.
Download Eclipse Java EE for Developers 4.2.2 ("Juno" SR2)
Install Worklight 6.0 on it.
Import your project
See if it then works.
Related
I am not able to add application into Test Workbench which is built using MFP v8. I am getting an error message while uploading the application into the Test Workbench.
Error message:
: this application is not a supported IBM MobileFirst Platform one. Please consider using IBM Rational Test Workbench
Eclipse version Used:
Eclipse Java EE IDE for Web Developers.
Version: Luna Service Release 2 (4.4.2)
Build id: 20150219-0600
Plug-ins:
IBM MobileFirst Foundation Studio 8.0.0
IBM MobileFirst Platform TestWorkbench 8.7
Test Workbench is not supported for MFP 8.0. Hence the message:
"Error message: : this application is not a supported IBM MobileFirst Platform one. Please consider using IBM Rational Test Workbench"
I'm using Worklight Studio version 7.1 on Juno Eclipse 4.2.2 - and the Rich Page Editor fails to load when any index.html file is opened.
See screen-shot image (I couldn't post it here, so its on Dropbox)
https://www.dropbox.com/s/c49l78l7w6s42b5/worklight-studio.png?dl=0
I was able to load the RPE in Worklight 7.0 and earlier versions with the same exact eclipse version. Not sure what is so different with Worklight 7.1
Any pointers ?
In Mac, this works for me in a new project: http://i.stack.imgur.com/FqLOt.png.
Does this fail for you with a new project or existing project?
You can use Eclipse Kepler, Luna or Mars instead as an alternative to Eclipse Juno. Or at least check if it fails there as well.
I am using eclipse-jee-luna-SR2-win32 and MobileFirst Platform Foundation 6.3.0.0-MFPF-StudioP2-IF201504301455.
Have created a adapter and tried running it. Getting error:
No MBean found for MobileFirst project 'HelloWorld'. Possibly the
MobileFirst runtime web application for MobileFirst project
'HelloWorld' is not running. If it is running, use JConsole to inspect
the available MBeans. If it is not running, full error details are
available in the MobileFirst Development Server Eclipse Console view.
Possible solutions/workarounds:
Delete the MobileFirstServerConfig
Quit Eclipse
Navigate to your Eclipse workspace
Delete the MobileFirstServerConfig folder
Open Eclipse
Delete the workspace and start again
Delete the workspace
Restart Eclipse
Re-import the project
Try with Eclipse Kepler SR2 32bit/64bit or Eclipse Luna SR2 64bit
Same thing happened to me. Then, I realised I forgot to deploy my adapters.
Whenever I am trying to deploy application its showing following message? How can I resolve it?
FWLSE3030E: The runtime "HelloWorld" does not exist in the Worklight
administration database. The database may be corrupted.
I am using Eclipse Luna Java EE 64 bits , IBM MoblieFirst Studio 6.3, JRE 1.8 and JDK 8.
IBM MobileFirst Platform does not support Java 8.
Downgrade to either Java 6 or Java 7.
It should then work.
I try using Rational Application developer 9.0 and worklight studio 6.0 run android application. But have below
Errors occurred during the build.
Errors running builder 'Android Package Builder' on project 'HelloTestHelloWorldAndroid'.
sun/security/x509/X500Name
Before see many answer is about JDK version is not mathch. I have download JDK 1.7 and install setting the JAVA_Home. And someone another method is change eclipse.ini setting. The RAD eclipse.ini is different with eflipse juno version. So i try many method unitl now the error is persists.
I checked around on this and here is the info I got:
The issue is either you have the wrong JDK on the system or have the correct JDK but wrong JDK first in the classpath look-up.
A) Make sure you just have one JDK on the system and it is 32-bit SUN JDK - since Android SDK depends on this JDK
B) Find all other JDKs on the system and uninstall them
C) Make sure you have JDK from Sun and not JRE.