Rational Application developer 9.0 and worklight studio 6.0 run android application Errors occurred during the build - ibm-mobilefirst

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.

Related

Hi I am getting the error in anypoint studio version 6.4.2

Errors occurred during the build.
Errors running builder 'Mule Builder' on project 'flex-data-mapper'.
javax/xml/bind/JAXBException
The java version i am using is java 11
and the AnypointStudio.ini file is
-startup
plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.300.v20150602-1417
-vmargs
-Xms512m
-Xmx1024m
-XX:MaxPermSize=512m
-Dosgi.instance.area.default=#user.home/AnypointStudio/workspace
-Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2
Current version of Anypoint Studio (6.6.5 and 7.6.0 at this time) do not support Java 11 to start the IDE. You should use AdoptOpenJDK 8, though another Java/OpenJDK 8 will probably work as well. After it starts you can configure Java 11 to run a Mule 4.2.0 or later version projects. Earlier versions of Mule don't support Java 11. That means that any project in Studio 6.x is not compatible with Java 11 either, because it only runs Mule 3.x applications.
As a sidenote, if you are still using Mule 3.x, then I recommend to download Studio 6.6.5 as a new install, because of the number of fixes since Studio 6.4.2. It can't be upgraded inside Studio.

Issues installing MobileFirst Studio v7.1

Trying to install MobileFirst Studio v7.1.0 into clean Eclipse install -- either Mars (v5.1) or Luna (v4.4.2). Receiving error when trying to confirm the features indicating missing requirements. Any thoughts or reasons for this?
This has been identified as a defect introduced in a recent iFix and is in the process of being fixed. I will update this answer once a fixed version will be available via Eclipse Marketplace.
As a workaround you can install an older release and then select to update it using the "faulty" release through Eclipse Marketplace. The update will work as the problem manifests itself only in new installations.
For reference, this is APAR - PI54604 CANNOT INSTALL MOBILEFIRST PLATFORM STUDIO 7.1 ON ECLIPSE.

Unable use IBM mobile first console: the runtime does not exist

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.

configuring worklight with eclipse

I'm configuring my eclipse with the worklight with this steps while doing that i'm getting the above error as shown in the image.
1) Worklight is pretty specific to which editions and versions of eclipse are known to work. Running with other editions or versions can lead to unpredictable results. For the current version of IBM Worklight Studio (v6.2), which is on Eclipse Marketplace, double check to ensure you have:
Eclipse IDE for Java EE Developers
Juno SR2 (4.2.2), Kepler SR1 (4.3.1), Kepler SR2 (4.3.2), or Luna R (4.4).
as described in the Developer Edition overview. Also check the other system requirements listed there.
2) You cannot upgrade to Worklight Studio V6.2 from an earlier version of Worklight Developer Edition.
3) Google "MD5 Hash Eclipse". There are lots of suggestions (make sure you're running eclipse as administrator, check your firewall, check your java version, etc.)
4) Could be a corrupted download by eclipse. Try downloading the IBM Worklight Studio 6.2 zip file and installing it as a local archive within Eclipse.
I believe these are network problems. You should try later or in a different network connection.
By the way, I highly recommend to use an Eclipse Java EE version.

Can Worklight Studio 6.0 and Worklight Studio 6.1 be installed on the same machine

I have a laptop running Windows 7 Pro. Is it safe to install both WL studio 6.0 and 6.1 on the same laptop? If it is safe to have both versions installed can the Android SDKs be shared between the installs or should each version of WL studio have its own install of the Android SDKs.
Thank you for any advice you can provide.
You can easily install multiple versions of WL studio on 1 machine, just use a fresh install of Eclipse for each version. Creating separate workspaces inside of eclipse will have the same version of WL across all workspaces so you will need multiple Eclipse instances to accomplish this. In regards to your Android SDK question you can point each eclipse instance to the same Android SDK, but you will need to install the android tools on each version in order to work properly.
Please make sure you are running the latest 6.0.0.x ifix when attempting to run at the same time as some issues were resolved in this version. If you are an IBM WL customer please request the latest fix pack containing this fix.
Also, ensure you install the right version of Eclipse for each Worklight Studio version. Worklight 6.0 only runs on eclipse 4.2.2 (Juno SR2), while Worklight 6.1 runs on either eclipse 4.2.2 or eclipse 4.3.1 (Kepler SR1). See System Requirements for detailed requirements for all Worklight versions.