JBoss EAP 7.2.0 installation won't start - java

I downloaded JBoss EAP 7.2.0 installer from RedHat pages, put the installer to my VirtualBox with Windows 10 and tried to doubleclick on the installer to open it via my Java 8. Nothing happens.
Did anyone have similar issue? Is there any possible way to solve it?

Related

How to configure Apache NetBeans with JDK 12 (sdkman) on MacOs

I'm trying to install NetBeans on macOS Mojave - I want to work with the Matisse GUI builder.
I installed Open JDK 12 via SDKMan. Then I ran this installation script, which the Apache NetBeans docs refer to.
However, after installation NetBeans didn't start. I downgraded to Open JDK 11 via SDKMan, but it also didn't work.
Any ideas how to debug the problem? Anyone used NetBeans with a recent JDK version (10+) on MacOS?

Java Web app failed to start on Tomcat 9 with Netbeans 11 on Mac OSX Sierra

I have an issue with Netbeans 11 and Tomcat 9 on Mac OSX Sierra (10.11.2)
I've a Java Web Application (non-maven project) and I'm not able to deploy the WAR into the running Tomcat.
After several minutes an error is raised in console:
/build-impl.xml:1092: Deployment error: Starting of Tomcat failed.
I'm using Oracle JDK 1.8
I've searched for this kind of issue and found other people struggling with the same error so I've tried the suggested solutions but nothing have worked
I've changed the config in order to have "No proxy" setting
I've also tried with Tomcat 8 and Tomcat 7 but same error occurs.
I've added the server attribute to the Tomcat connector as metioned here: Starting of Tomcat failed from Netbeans
but nothing works.
For the sake of completeness I say that the Tomcat starts correctly because respond on localhost:8080 (I can see the admin page).
I've also copied the WAR into the webapps folder and file was correctly uncompressed and the Web application, in this way, is correctly running.
It's seems that Netbeans is not aware of Tomcat start so deploy is not performed.
Thanks in advance and sorry for my english.

Java not found while installing Websphere Application Server

I am trying to install the Websphere Application Server (32bit) in Ubuntu 14.04.3 (64bit) using the IBM installation manager a silent install and a response file.
The commands I am using are:
sudo ./IBMIM --launcher.ini silent-install.ini -input
ibm_im_response_file.xml -acceptLicense
In the logs I see the following:
WARNING: /opt/IBM/WebSphere/AppServer/bin/iscdeploy.sh: 44:
/opt/IBM/WebSphere/AppServer/bin/iscdeploy.sh:
/opt/IBM/WebSphere/AppServer/java/bin/java: not found
although this file exists, but it's a link to /opt/IBM/WebSphere/AppServer/java/jre/java
EDIT: same happens when using the GUI
EDIT2: I tried doing the same under Ubuntu 12.04 and it worked. Apparently there is some problem regarding the 32bit version that is related to the ia32-libs package that is no longer available in 14.04.
If you are trying to Install Websphere Application Server through Installation Manager then you need to select IBM SDK provided with Websphere Application Server.
If you don't choose the IBM SDK you will be need to enter the JAVA Path in next steps.

Glassfish or JBoss server needs JDK or is it enoug with JRE

I want to Install a Glassfish or JBoss server in a computer wuthout GUI. I would like to know if I must install JDK or if it is enough with JRE to run my JavaEE applications?

How to configure NetBeans 7.3.1 with Tomcat 8.0

I want to know How to configure NetBeans 7.3.1 with Tomcat 8.0 without getting the specified server location (catalina home) folder is not valid error?
I have searched over internet but found no solution.
Netbeans currently supports Tomcat 7.0.34 per the download page and installation notes.
The Java SE Development Kit (JDK) 6 Update 26 (or later) or JDK 7 Update 10 (or later) is required to install the NetBeans IDE.

Categories