What is Redhawk DEPLOYMENT_ROOT? - redhawksdr

In redhawk 2.1.0 IDE, everytime I drag a component to chalkboard the console displays the warning
WARN PropertySet_impl:140 - Property: RH::DEPLOYMENT_ROOT is not defined, ignoring it!!
What is this DEPLOYMENT_ROOT property? Which value should it be set to? How do I do that?
I'm trying to use redhawk in ubuntu 16.04.
Thanks.

The issue you are seeing is due to using an older Core Framework version than IDE version. The IDE provides the RH::DEPLOYMENT_ROOT property but the Core Framework does not know what that property is. The RH::DEPLOYMENT_ROOT property was introduced in 2.1.0, and is required when launching components in the 2.1-series. You can either ignore the error, or you should match your IDE and Core Framework versions.

Related

XPages Extension Library cannot be found

I'm getting the error below when I run my application:
com.ibm.xsp.FacesExceptionEx: The application /test/Test.nsf requires com.ibm.xsp.extlib.relational.library
The extension library cannot be found, but the library was installed by replicating the updatesite.nsf from the main server to the current server throwing this error.
When I issue the command below:
tell http osgi ss com.ibm.xsp.extlib
The log show that the library is ACTIVE, but does not show that it has been INSTALLED.
Since the library is already on the server, how can I install it?
Your support will be appreciated.
Thanks.
com.ibm.xsp.extlib.relational.library is not part of the core 9.0.1 Extension Library. It was only incorporated into the core OpenNTF Extension Library in 9.0.1_v00_10. It was not incorporated into core IBM Extension Library until Feature Pack 8. You will see that nothing starting com.ibm.xsp.extlib is referenced in your screenshot of the server console, and version 9.0.1_v00_00 which shows you only have 9.0.1 base Extension Library installed. There are three options:
Install ExtLibX component from the OpenNTF Extension Library. You will still be using the base 9.0.1 version for all other controls.
Upgrade the version of the Extension Library to a more recent version, e.g. 9.0.1_v00_17. This will override the base 9.0.1 version of all Extension Library controls.
Upgrade to 9.0.1 Feature Pack 8.
Note that if you use ExtLibX, SSJS code or XPages components will continue to work when you subsequently upgrade ExtLib (or Domino to FP8+). However, to avoid name collisions, the Java class names will change. If you use custom Java code, you will need to edit and update the classes to the new Java package names when upgrading in the future.

Update Android Studio 2.0 JDK?

I just installed Android Studio 2.0 on OSX 10.11.4. I get this error:
Running on a JDK8 version affected by drag and drop issues (1.8.0_60
through 1.8.0_76). See IDEA-146691 for details, and consider using a
JDK outside the problematic range.
IDEA-146691 did not help me.
Isn't the JDK bundled with Jetbrains IDEs? How am I supposed to change it?
My OSX Java is 8 Version 77.
Solution:
My fault: Java version in the OSX Settings is NOT the JDK version.
Just download the new JDK as Alessio answered below.
I got the same error. Simply download the last release (1.8.0_77) from Java Official and the error will disappear. Probably you don't have the last version if the error still shows up, check the version via terminal javac -version
See IDEA-146691 Drag and Drop (to move file) Dialog frozen - escape exits for details, and consider using a JDK outside the problematic range.
See Issue 201716: Buttons in move dialog not working

FacebookSDK.h not found - Xcode 6.2, Facebook-iOS-SDK 4.0

I am using Xcode 6.2, Facebook-iOS-SDK 4.0. I used to have working code with Facebook-iOS-SDK 3.20.0.But, now I am getting compile-time error FacebookSDK.h not found. I am using pod to install sdk. Can someone give me any pointers why this is happening?
The SDK (v 4.0) is no longer one framework named "FacebookSDK", but rather a few different packages with a naming convention of "FBSDKTypeKit", where types are different things like Core and Login. This means the name of the header files have also changed, so that's why your project can no longer find FacebookSDK.h (as it's now FBSDKCoreKit.h).

Monotouch setting the Application Bundle Version

I'm trying to set the Application version for my MonoTouch project, but it doesn't seem like I have found the right location.
I've tried setting the version to 2.0.0 under:
the Solution>General>Main Settings>Version field
the Project>General>Main Settings>Version field (which can inherit from the solution)
the Info.plist>iOS Application Target>Version field
If I check the version using
string currentVersion = NSBundle.MainBundle.InfoDictionary["CFBundleVersion"].ToString();
I only ever get back 1.0 as the version. Am I missing a place to set the application version, or do I need to use a different method for checking the BundleVersion?
Here is the version info I am running
MonoDevelop 3.0.5
Installation UUID: 554868b3-3202-4955-bf88-38a3e5949a79
Runtime:
Mono 2.10.9 (tarball)
GTK 2.24.10
GTK# (2.12.0.0)
Package version: 210090011
Apple Developer Tools:
Xcode 4.5.1 (1842)
Build 4G1004
Monotouch: 6.0.6 (Evaluation)
Doing the same change in my own Info.plist file works perfectly with the code you provided, i.e. I do get the expected 2.0.0 string. I also tried it inside the iOS simulator since you're using the evaluation version.
I do have newer versions of the softwares - but they are not very different and I do not recall anything changed in those area.
Can you look (and maybe add it in your question) the content of your Info.plist ? it should be an XML file (default format used by MonoDevelop) and should have your 2.0.0 string inside it.
If that does not work please zip a small sample that do so and attach it to a bug report as there might be something that does not, always, get updated ?!?

javafx.scene.control.Pagination not found

I'm using java 1.7_07 which include javafx 2.2.1.
When I try to import the package javafx.scene.control.Pagination Netbeans doesn't find it. The class is present in the API documentation, I can't see the reason.
Check your javafx version: How to get the version number of JavaFX?
You may use Java Platform in NetBeans settings being setup to older JavaFX and Pagination is a relatively new control.

Resources