Error installing JBoss BPM Suite - jboss

I have no experience with JBoss BPM Suite I'd like your help.
I'm trying to install the JBoss BPM Suite, downloaded jboss-bpmsuite-6.1.0.GA-installer.jar file in the jboss site, to start the installation and performed the command java -jar jboss-bpmsuite-6.1.0.GA- installer.jar.
The program ran and asked to accept LICENSE later I informed the installation path, but it happened the following error:
"The required product.conf file in.:/home/user/ tools is missing or malformed Please supply Either an empty directory or an EAP installation"
I am unable to resolve this issue, someone help me?
thank you

You first have to install EAP server. Install it into your root folder with any name (EAP-version). After installing it then install BPM suite and provide the installation path the same as the EAP server and you are done.

You have to install the EAP server first. Download the desired version, and install EAP.
Then you should define environment variables for $JAVA_HOME and $PATH (if they are not set).
Finally, execute 'java -jar /jboss-bpmsuite-.0.0.GA-installer.jar'

Create a new folder outside SRC where you have saved all the packages related to JBPM and provide the same path as of new folder. It will be resolved.

Related

Jboss 6 in Eclipse runtime installation configuration directory

I have an existing JBoss project on which I am working on.
Currently every time I make a change, even to a JSP file, I have to run an ANT build to make a EAR file and then import the file in JBoss localhost that I started from the command line.
I would like to run JBoss in Eclipse to make development easier.
I have installed JBoss Tools from Eclipse's Marketplace. However, when I try to install a runtime environment, I cannot get past the configuration screen. Even when I point the configuration directory to the directory with my standalone.xml.
This is the picture of screen I cannot pass
Any ideas?
On your New Server Runtime Environment window, instead of selecting JBoss 6.x Runtime from the JBoss Community folder option, you should instead select the folder Red Hat JBoss Middleware and choose the JBoss Enterprise Application Platform 6.1+ Runtime:
That's the runtime suited for JBoss EAP 6.4.0.
Afterwards you just need to set your Home Directory path.

Error during server start up after hotswap-agent configured with Tomcat and eclipse

I have configured hotswap agent in eclipse(version >3.3) and tomcat(version6.0) referring the below two sites.
http://www.hotswapagent.org/quick-start#
http://tirthalpatel.blogspot.com/2014/06/steps-to-setup-hotswap-agent-in-eclipse.html
I have followed all the steps as it is but am getting below error during tomcat server start up after I add "-XXaltjvm="dcevm" -javaagent:D:\Softwares\hotswap-agent.jar" in tomcat VM arguments.
JDK version : jdk1.7.0_45
Error occurred during initialization of VM
Unable to load native library: The specified procedure could not be found
Please help me to resolve this error and to use hotswap agent with Tomcat and Eclipse successfully.
I just had the issue and here's what helped me.
Go to DCEVM releases page and download the most recent one.
Make sure your JDK version matches DCEVM supported java version. Here you can download archived java releases.
On your IDE debug configuration specify patch to JDK you've patched as JRE.
Specify VM arguments needed for HotSwapAgent: -XXaltjvm=dcevm -javaagent:c:\java\hotswap-agent.jar(use your path to agent jar).
If that doesn't work, try to have only one jdk patched.

How to configure Wildfly 8 to target directly the project build path

I got a web project that don't use maven, i remember that i had worked once in a project where the tomcat was targeting the build path where eclipse automatically put the compiled files so we don't need to restart the server all the time to see the changes. There is some way to do this in eclipse + wildfly 8? please, let me know how to found this folder and how to configure wildfly to point directly to it.
Install JBoss Tools into Eclipse and it will manage this for you.

how can i install jbpm 6 without using build.xml

Can anyone help me to install and configure JBPM by hand without using the script build.XML of the installer actually i have already jboss AS 7.1 server and i've installed jbpm plugin for eclipse Kepler. And when I run the hello world project I got an error " runtimeManagerFactory was not initialized " even when I add the persistence .XML under the META-INF
If you want to manually install jBPM on as7, you'll need to download the kie-wb distribution for as7 and install that into as7. You might want to make sure to configure the datasource and security domain correctly.
For eclipse, you can just install the plugins from the update site directly, and then configure a jBPM runtime. I'm not sure which "Hello world" project you're referring to? I'd recommend creating a new jBPM project, that contains a (simple or advanced) example out of the box.
JBPM6 is an open source document track system,which is used to track the documents. We can also install jbpm & jboss.
Use this link below, it would be helpful for you to install jboss and jbpm.
http://docs.jboss.org/jbpm/v6.0/userguide/jBPMInstaller.html#d0e780

Installing websphere application server 7 in eclipse juno

I have followed the instructions given in this link http://blog.webagesolutions.com/archives/538 to install websphere 7 in eclipse juno.Everything went smoothly but when I tried to define the websphere installation directory, it is not accepting the location that I am specifying.I am sure the installation of the server is working fine as I was able to deploy an ear from admin console.The installation path that I am specifying is this
C:\Users\User1\IBM\WebSphere\AppServer
I have added the following in the eclipse configuration file
-vm
C:\Users\User1\IBM\WebSphere\AppServer\java\jre\bin\javaw.exe
You are using wrong path.
Try reference this path bellow:
C:\Program Files\IBM\WebSphere\AppServer