Worklight 6.2 not creating iPhone or iPad environments properly - iphone

I'm using Worklight version 6.2.0.01 in Eclipse Luna and Linux RHEL6 and when I try to create a new iPhone or iPad environment, it is not creating the native project properly, it only creates the following folders inside apps\my-app\ipad\native:
Resources (empty)
www
Native Resources -> Resources (empty)
I have already tried the steps described here in this post (Worklight Studio 6.2.0.01 in Ubuntu not creating .xcodeproj), but it not worked for me.
Can anyone help me?

Go to IBM Fix Central website and make sure you download & install the latest available 6.2.0.01 iFix. This should hopefully correct this behavior.

Maybe you need to reinstall worklight.
im using Eclipse:
Version: Juno Service Release 2 and everything is fine.
don't forget right click on your app -> build and environments
hope helpful for you

Related

UX Studio Server connection not established

Today I got the update for UX Studio Plugin and after installing it I'm not able to upload a code using UX Studio.
I have re-installed the eclipse and UX studio plugin several times but it won't work for me.
Facing the same error :
Unable to connect to the Digital Server. Use the 'Back' button to check your User credentials and then try again.
Please let me know if you have any suggestions.
[Error]
Go to Windows -> Preferences -> Network Connections
Set active provider drop down value to direct.
Try creating a digital connection now.
This is a recent unfixed error with respect to the latest version(20.xx) of the UX studio plugin. You can try the following approaches
Installing previous Eclipse versions: We use http://developer.salesforce.com/media/commercecloud/uxstudio/4.6 for installing UX studio plugin. This link will automatically install latest 20.xx version of UX plugin in latest Eclipse versions. So to avoid that, you can try installing older versions like Neon/Oxygen and try installing UX studio(check if it's version is 19.xx) I tried this approach and it worked for me. Hopefully it works for you too :)
TrailHead Solution: I came across this solution in TrailHead Known issues regarding the same topic. You can verify this too.
Do let me know if either of them works for you.

Unable to add a Server to Eclipse Photon

I've recently installed Eclipse Photon. I have an earlier version (Mars) that still works fine.
In installing it I just downloaded the zip file oepe-12.2.1.9-photon-distro-win32-x86_64.zip from https://www.oracle.com/tools/downloads/oepe-v12219-downloads.html - and then launched it after the download.
It starts up okay - but obviously something isn't quite right.
For one thing I can't add a WL server. The Define a New Server dialog looks like this - which won't allow me to actually add any of my WL server installations...
When it should look like this (from my old Mars installation)...
Any suggestions?
Thanks much

Angular IDE not installing on Spring Tool Suite

For last two days, I am trying to install the Angular IDE for Angular 5 by simply following this tutorial, but after taking too long time for downloading it gives error on STS Version: 3.8.3.RELEASE, Build Id: 201612191351, Platform: Eclipse Neon.2 on Windows 7
After around 2 hours it says that Installation cannot be completed as requested
And then after clicking confirm it shows the below error.
Also, when I look into the progress bar it tries to reach some url continuously like
https://marketplace.eclipse.org/content/angular-ide/content.jar https://www.eclipse.org/downloads/eclipse-packages/content.xml.xz https://www.eclipse.org/downloads/eclipse-packages/content.xml https://www.eclipse.org/downloads/eclipse-packages/artifacts.xml
And when I manually tried to open the URLs then I got 404 URL not found error for all of them except the first one which is of angular-ide/content.jar.
I tried googling for the solution and the results having tutorials or steps to install the Angular IDE only.
Am i missing any configuration setting or something else? Any help or suggestion is highly appreciated.
The error that shows up in the popup indicates that a network issue happened while accessing the p2 repository of the Angular IDE marketplace entry. To resolve that, I would recommend to go to the Preferences -> Install/Update -> Available Update Sites, select the one for Angular, remove that, and restart STS. This wipes out stale cache data and might remain in your install and cause issues if there was a network glitch in the past. Then try again.
I also checked the install via the Eclipse Marketplace on STS 3.9.4 (on Eclipse 4.7.3a) as well as STS 3.8.4 (on Eclipse 4.7.0), and it both seemed to work just fine, so it looks like there isn't a fundamental compatibility problem (at least not with those two versions).
Hope this helps!
Of possible interest, please see: https://grokonez.com/tool/setup-angular-ide-spring-tool-suite
The version of STS I have is:
Spring Tool Suite
Version: 3.9.2.RELEASE
Build Id: 201712210947
Platform: Eclipse Oxygen.2 (4.7.2)
Copyright (c) 2007 - 2017 Pivotal Software, Inc.
All rights reserved. Visit http://spring.io/tools/sts

How to deploy application with QT5

So I have made GUI frontend for latex with QT5 using QT creator. The application works fine, but I'm unable to deploy it. The deploy option in build is grayed out. I have also tried following this guide but I can't even configure my QT to use static linking. I was able to configure the source, but when I try to run mingw32-make sub-src, it says nothing to do here.
I downloaded QT from here using the link Qt 5.0.1 for Windows 32-bit (MinGW 4.7, 823 MB). I have also downloaded microsoft visual studio express for Windows 8 to get tools required for building c++.
I also tried to install mingw32 manually. I have also installed Strawberry perl, because one guide told me to do that, but that did nothing.
I managed to fix this problem. There was one .dll. Reason why I didn't find it earlier was that my application did not need it by itself, but one of libraries I used was dependaple from it. The missing .dll was icuuc49.dll.

netbeans plugin update constantly freezes at 50%

I've been trying to update my netbeans plugins ever since 7.0.1, but I've never been able to get beyond half of the installation bar. It just freezes at around 50% each time. After I close the IDE, it will attempt to update but fail. I've updated to 7.1 but the issue still persists even for the initial Junit plugin installation after a fresh installation of 7.1.
I've attached a screenshot. Does anybody know what is the issue here?
I read in the Definitive Guide to NB Platform 7.1 that you have to install NetBeans (well because of the JUnit) into the folder, where it has write rights. Which is not the Progam Files in Windows 7.
So try to install it for example into C:\Programs or something like that. You can install new version (7.1.1) even without uninstalling the older one and then let the NB get your previous settings (it will ask).
You can try temporarily disabling your firewall and/or antivirus. I got the same problem, and disabling AVG Internet Security everything worked fine. Hope it helps!
I think that problem is in network. So try to change network you are on. I am using university network that has many policies and only JUnit plugin installation stucks. Went to local wireles public network and JUnit plugin was installed successfully.