Can't start JBoss Development studio - jboss-eap-7

I have no experience in jBoss and can't make it work. I installed it with the installer version and I open up user.home\EAP-7.0.0\bin\standalone.bat and this is what the console looked like. Command froze so I could not copy the text so I took a screendump. Do anyone have a suggestion of how to make it work?
EDITED
I followed this guide
4.2. INSTALLING JBOSS DEVELOPER STUDIO AND RED HAT JBOSS EAP
with a installer jar-file and it created a EAP-7.0.0 folder but no folder or icon for the jBoss Developer Studio. What I can't find out is how to start jBoss Developer Studio.

Your EAP 7 started just fine. Its a clean start of the server without any exceptions. What do you expect ? If you deploy any applications and make changes to any configuration, you will see the console highlighting those messages as well as you can check the log files.

EAP-7.0.0\bin\standalone.bat is the script used to start JBoss EAP in standalone mode in windows OS and the attached screenshot shows that your server has started without any issues.
JBoss Developer Studio is an IDE similar to the eclipse. Did you follow all steps in the document? I would recommend you to redo installation by following all step of chapter 4.2 in the document mentioned. Once the installation is complete successfully you would be able to see application under programs.

Related

SQL Server Management Studio set-up exe does not launch

Attempting to launch the SQL Server Management Studio set-up exe leads to an icon briefly appearing in the taskbar, before disappearing without any further screen showing up. The task manager does not show any running instance for the installer either.
I have tried various versions of the SSMS installer executables posted on Microsoft's official documentation for SSMS, including version 18.8, 18.7.1, and 17.9.1.
Also tried updating the .NET framework, as suggested here (Why the SSMS-setup-ENU for version 17.8.1 isn't running?), but the latest version is already showed as having been installed.
I did a soft and hard reboot both, without success.
Confused as to how to proceed and install the software now. Any help would be appreciated.

How to Deploy a Windows Service using Visual Studio 2017 Community

Working with VS2017 Community I have written a service that works on my local machine. I followed the instruction here:
https://learn.microsoft.com/en-us/dotnet/framework/windows-services/walkthrough-creating-a-windows-service-application-in-the-component-designer
and installed it successfully using Installutil.exe (as per instructions in above link). All good.
I now want to deploy that across six servers in our organisation. In Microsoft's documentation about installing services (https://learn.microsoft.com/en-us/dotnet/framework/windows-services/how-to-install-and-uninstall-services) it says:
If you’re a developer who wants to release a Windows Service that users can install and uninstall you should use InstallShield
and links to a page that applies to VS2012 (can't post any more links as my reputation<10)
I have downloaded and installed the "Microsoft Visual Studio 2017 Installer Projects" package, which allows me to create a Setup Project. When I run it, it installs the project output correctly (i.e. copies the exe & dll files to the correct folder in Program Files) but does not create the service.
There's a detailed post about deploying services on this site (question 9021075) but when I follow those instructions I get a 1001 error on Install.
All the documentation I can find refers to earlier versions of VS or the previous Installer package, so I'm not even certain if I can do it with the software I am using.
So, with VS2017 Community using Microsoft Visual Studio 2017 Installer Projects, how to I create a stand-alone Installer to deploy a service that works correctly when installed locally using InstallUtil?
Or can I use InstallUtil on the target machines? I think I'd need to install Visual Studio on them for that, which I'd prefer not to. Is there a quicker way?
I only have 6 servers to install this on, so even some manual work-around might do.
Thank you for the responses. I now have a solution. I found InstallUtil on the Target Server (in my case it was in C:\Windows\Microsoft.NET\Framework64\v4.0.30319 but search will find it). I copied and added that to my project as content so when I now deploy it, I have InstallUtil in the same folder as my EXE.
To install, I run CMD as admin, cd to project folder and issue command:
installutil.exe myService.exe
This is a one-off task. Once the service is working, to update it I just need to stop it, upload the new myService.exe (& any DLLs) to overwrite the old ones and restart it again.
Further information about settings you're using for the serviceProcessInstaller1 and serviceInstaller1 files will be needed to debug this issue, as the 1001 error raised by the installer is a generic error.
An alternative way of doing this is to use Topshelf, which is a framework for hosting services written using the .NET framework. It simplifies the creation of services, allowing developers to create a simple console application that can be installed as a service using Topshelf. The reason for this is simple: It is far easier to debug a console application than a service. And once the application is tested and ready for production, Topshelf makes it easy to install the application as a service.
Alternatively, you could use InstallUtil.exe. It is part of the .NET Framework, so no need to install Visual Studio.

Dev Studio 10.3 - connector discovery completed without finding any connectors jboss developer studio

I get this error when trying to look at available packages in Red Hat JBoss Central. This seems to be because of some missing files on the update site.
How did you install devstudio 10.3?
Into your own Eclipse (from update site, from Marketplace, from zip), via rpm, or via installer jar? If into Eclipse, which package (JavaEE, Java, C/C++, etc.) and which source did you use?
Are you behind a firewall/proxy? What OS are you running? Which version of JDK are you using?
Just tried to install everything from Central from devstudio-10.3.0.GA-v20170218-1636-B94-installer-standalone.jar installation on Fedora 24 and it works for me.

STS 3.7.2 oracle enterprise pack java prompt

I just installed STS 3.7.2. Since my application uses weblogic 10.3.6, i tried installed the oracle enterprise pack (oracle weblogic tools). I finally got around to installing it and now everytime STS starts up, it says "Eclipse is running on JDK 1.7..Oracle enterprise pack requies java 8 and above..". The following screens prompt me to pick jdk 1.8. Once i pick the folder location, STS shuts down. upon starting it up again, i go through the same prompt of picking java 8 installation location. Not sure why STS does not remember.
Try modify java home at eclipse.ini
https://wiki.eclipse.org/Eclipse.ini

Cannot install Oracle Mobile Framework in JDeveloper 12c

I tried to install Oracle Mobile Framework in JDeveloper 12c through Help -> Check updates.
It successfully downloaded and asked me to restart the IDE to install the downloaded updates.
I continued with restart procedure, but Oracle JDeveloper Studio doesn't get started.
After long time, I started IDE manually and tried Creating New Application -> mobile framework application, It doesn't shows.
Again gone through Checking for updates.. then it's shows below screen
Continued with NO. It asks me to restart the IDE again.
Any other way install Mobile framework?? Or any solution for this??
I had the same problem.
What you need to do is choose 'No' when JDeveloper asks you to restart now. Close JDeveloper yourself and start it up yourself. (Note: It may take some time for JDeveloper to start up so be patient!)
By the time you posted this issue, I don't know if this page was available in this exact format, but now, for the further issues similar with yours, that others may have, check out and download the Jdeveloper 12c with ADF, SOA, Mobile Application Framework and WebLogic Server from here:
http://www.oracle.com/technetwork/developer-tools/jdev/downloads/index.html

Resources