Intershop Studio 4.9.0 gradle cartridges problem - eclipse-plugin

I have a problem with Intershop Studio 4.9.0 not showing java and pipelets from gradle system cartridges. I upgraded Studio by extracting new zip file and just copy workspace from Studio 4.7. In old Studio I don't have this problem.
System cartridges opened in server folder shows java and pipelets without problem, but pipeline editor looks for pipelets in gradle cartridges and because of that all system pipelets can't be resolved.
Is this issue with latest Studio or something is wrong?
Thank you for your help!

This is a known problem and already fixed in the master branch. An updated version of Intershop-Studio will be available very soon.

Related

Worklight 6.2 .wlapp deployment.data file format

I need to deploy an application to Worklight 6.2, but the latest IDE i have only targets for MobileFirst 7.1. I am trying to manually edit the meta/dployment.data file(pasted below). I updated the platform.version to 6.2 manually. Can someone help me with:
If someone can share a sample .wlapp archive targetted for WL 6.2, specifically iOSNative app with authentication disabled.
Or if someone can help me plug the right values into below file. Mainly this value "app.authenticity.obscuredata=23.507-9.852-31.807"
This is the content of XYZ.wlapp/meta/deployment.data file
#Deployment data.
#Tue Mar 01 14:06:35 PST 2016
app.build.time=1456869995617
app.displayname=RLReplen
platform.version=6.2.0.01.20141027-1531
app.target.category=UNDEFINED
app.ios.bundle.id=com.pr.RLReplen
app.version=1.0
app.environment=iOSnative
app.license.type=APPLICATION
app.description=A native iOS applicatio
app.native=true
app.authenticity.obscuredata=23.507-9.852-31.807
app.id=RLReplen
This is not possible, as explained in your previous question.
If you need the Studio for 6.2, then do not install Studio from Eclipse marketplace, as from there you get only the latest studio - 7.1. The latest is simply not backwards compatible, nor can it be as the product has changed significantly. You also cannot take a 7.1 project and open it in Studio 6.2 and expect it to work... or start altering it.
You need to create a new 6.2 project using Studio 6.2, and copy your implementation into it.
Please go to IBM Fix Central, download Studio for your build level (6.2), and install it manually into your Eclipse. And use that.
Only 6.2 studio will produce 6.2 server compatible projects, applications, adapters and any other artifacts.

how to install specific version of MFP Eclipse Studio

I would like to install MFP Eclipse Studio version interim fix: 7.1.0.0-MFPF-IF201511141616.
I have downloaded this file(7.1.0.0-MFPF-StudioP2-IF201511141616.zip) from the given link. Can any one help me to know the steps required to install this.
First, you need to install the supported Eclipse IDE
http://www-969.ibm.com/software/reports/compatibility/clarity-reports/report/html/prereqsForProduct?deliverableId=46183B706BEA11E48038141DE954FC88
Then you install the MFP Studio ifix as normal plugin installation via Help > Install new software. Detail steps for the MFP Studio installation can be found here:
http://www-01.ibm.com/support/knowledgecenter/SSHS8R_7.1.0/com.ibm.worklight.installconfig.doc/devenv/t_installing_ibm_worklight_studi.html

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.

MobileFirst Studio Upgrade Issue

I just upgrade my current mobilefirst studio to latest version. After the Update i can't able to open the my projects.It's showing the following error when tried to open the project.
"Migrating the ProjectName project from version 7.0.0.00.20150610-1353
to version 7.1.0.00.20150807-0630 has failed because There is no
available migration path. Use the latest MobileFirst Studio or the
latest "IBM MobileFirst Studio Upgrader" from IBM Fix Central site
http://www.ibm.com/support/fixcentral/ "
This question is useless without providing a project that demonstrates the failure in upgrade in MobileFirst Studio.
As such, the only alternative I can offer is for you to create a new project in MobileFirst Studio, and copy over into it your web resources to the corresponding folders: the JavaScript, CSS and HTML, as well any custom classes you may have implemented.

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

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.