Open priyanka5 opened 10 years ago
I think there are some issues using the maven-rpm-plugin on Windows when using cygwin. Maybe you can have a look at https://jira.codehaus.org/browse/MRPM-4 and see if that fixes your problem. I'm running on RHEL 6.4 so I haven't tried on cygwin. I would suggest to install CentOS on a VM (f.e. by using VirtualBox) and create the RPM there.
Hi, Thanks for the response . Is this cartridge supported in OpenShift online? beacuse I can see it has step to install cartridge using node ip. So I assume it is for Enterprise or origin installation.
How WebeSphere MQ can be integarted in application running in OpenShift online?
Thanks, Priyanka
Hi Priyanka,
This cartridge is for OSE only for now, unfortunately I haven't mentioned this in the documentation. I will correct this now.
One issue I can see to get this working on Online is that you would need to provide the WebShere MQ binaries from a public place which probably could cause some issues with licensing (and that's why I have excluded the wma.jmra.rar from the git repo).
HI,
I have tried creating RPM for WebSphere MQ via cygwin , but hitting issue as :
[INFO] Executing(%install): /bin/sh -e /usr/var/tmp/rpm-tmp.IM67Y0 [WARNING] + umask 022 [WARNING] + cd C:cygwin64homeuseropenshift-cartridge-jboss-wmq-mastertargetrpmopenshift- cartridge-jboss-wmq/BUILD [WARNING] /usr/var/tmp/rpm-tmp.IM67Y0: line 26: cd: C:cygwin64homeuseropenshift-cartridg e-jboss-wmq-mastertargetrpmopenshift-cartridge-jboss-wmq/BUILD: No such file or directory [INFO] [INFO] [INFO] RPM build errors: [WARNING] error: Bad exit status from /usr/var/tmp/rpm-tmp.IM67Y0 (%install) [WARNING] Bad exit status from /usr/var/tmp/rpm-tmp.IM67Y0 (%install) [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 22.167s [INFO] Finished at: Wed Jun 25 17:14:51 IST 2014 [INFO] Final Memory: 8M/89M [INFO] ------------------------------------------------------------------------
is it related to cartridge or I am doing something wrong?