Can WSO2 Identity Server 5.1.0 be run with only JRE (without JDK)? The server can start up successfully but I am not sure about the runtime.
You don't need fully JDK to run the product., JRE is enough. It's mentioned in the Installation Prerequisites
Oracle and IBM JRE 1.7 are also supported when running (not building)
WSO2 products.
According to WSO2 Official Documentation , it requires JDK as well.3
Update:
I think I have misunderstood the documentation, seems like it says JRE is enough for running the product.
Related
I have installed WSO2 APIM 3.1.0 via product installer on my local. As, in the documentation it's written "If you are using the product installer to install the product, by default, WSO2 API-M is installed with OpenJDK, which allows you to run the product as soon as it is installed.", so, i have not set JAVA_HOME explicitly. But when i run the wso2server.bat command, it gives an error as shown below. Need help with this issue.
I tried by setting JAVA_HOME to jdk 11 that comes with the APIM 3.1.0 installer. But when trying to start the server getting the error as seen below:
I've visited the wso2 website and the install instructions are very disjointed in that there is a lot of jumping around between pages. I've seen the following blog that seemed to streamline the instructions but it doesn't seem complete (plus it's out of date with the version it's installing) - https://maxmalm.se/blog/2014-06-17-installing-wso2-enterprise-mobility-manager-110
Has anyone seen step-by-step instructions on what needs to be done to completely setup wso2-EMM on a newly installed Ubuntu 14.04 virtual machine with just the O/S on it and none of the pre-reqs installed yet? The blog I mentioned above seems to give a lot of the necessary apt-get install bits but doesn't mention anything about a database (yet the wso2 has a whole section on installing and using a database).
Thank you.
To try out WSO2 EMM you will only need to have JDK 7 or 8 [1] installed as minimum to start off the server. WSO2 products are build to run with OOB database which is H2. So to get things started and play around, I suggest that you install java and then start the pack to get things going.
[1] https://docs.wso2.com/display/EMM201/Installing+on+Linux+or+OS+X
To getting started all you need is JDK installed in your machine and setting the Java related environment variables like PATH, JAVA_HOME. You might have to install the correct version of JDK for the particular version of the EMM.
I have an Eclipse Luna installation and want to start the already installed WSO2 5.2.1 from within Eclipse. How can I do this and where can I get a plugin which is able to be installed successfully? I tried to install it via Eclipse Marketplace but always get an error
An error occurred while collecting items to be installed session
context was:(profile=epp.package.jee,
phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=,
action=). Unable to read repository at
http://dist.wso2.org/p2/developer-studio/releases/3.6.0/plugins/org.wso2.developerstudio.eclipse.libraries-3.6.0.jar.
Connection reset
I also tried to download the WSO2 Developer Studio 3.7.0 (wso2-developer-studio_3.7.0.zip) but it also doesn't work.
In the end I want to start the WSO2 Application Server from within Eclipse and to debug the implemented web service.
Well, first I ran Eclipse under jdk 1.6.30. Now with jdk 1.7.45 I see a lot of WSO2 features...
Correction:
I had to install WSO2 Developer Studio 3.6.0 via Eclipse Marketplace first and have to update to version 3.7.0 afterwards because http://dist.wso2.org/p2/developer-studio/releases/3.7.0/plugins/org.wso2.developerstudio.eclipse.libraries-3.7.0.jar is not readable.
I have installed WSO2 GREG 4.6.0 and I would like to use the asset store. I had understand that this feature is included with the default installation (https://docs.wso2.org/display/Governance453/Browsing+Jaggery+Applications) but I followed the steps described in the installation and I don't see the /store application. (I see other jaggery applications: /productaplipublisher or /prodcutapistore)
What am I doing wrong?
The context of the 'store' application has been changed to '/productapistore' in Greg 4.6.0
We will update this in product documentation.
I was able to install Carbon 4.0.1 with ESB and AS features installed.
However, when I try to install Identity Server and BPEL, there is an error because the Carbon core is not the same. I think there are not compatible with Carbon 4 yet.
Is there still a way to install these two products on Carbon 4.0.1?
If not and I have to install Identity Server and BPEL separately, will I encounter compatibility issues?
BPEL and Identity features for the new carbon version will be released soon under 4.0.2 release very soon. You need to use older carbon version 3.2.3 and install features using this p2 repo.If you are going to use BPEL and IS separately installed it should work.
You have to setup the Offset parameter in $CARBON_HOME/repository/conf/carbon.xml file in order to setup multiple wso2 products on the same server. For example if you want to setup ESB, BPS and IS you have to modify the installation for each of the product and specify a different offset.
Currently, we cannot configure multiple wso2 products on the same carbon platform. You can install multiple products on the same server but each of them will run in their own carbon environment.