Displaying 20 results from an estimated 400 matches similar to: "Is anyone managing Glassfish configuration with puppet?"
2012 Sep 26
14
Glassfish custom provider and 'file does not exist'
Hi there, 
I''m trying to setup Glassfish config management using puppet. 
I''ve found larstobi''s module here 
<https://github.com/larstobi/puppet-glassfish/>which I''ve cloned and am 
starting to tweak, as it would appear that the mentioned module is based on 
Solaris, therefore I''m starting to add support for EL. My code tree is
2010 Sep 15
7
Glassfish asadmin provider
Hi,
I am making a resource type to manage Glassfish domains. I''m not quite 
sure how to specify provider commands with a sane default and in 
configurable way. The location of the binary may be in other locations 
depending on where Glassfish was installed.
http://github.com/larstobi/puppet-glassfish/blob/master/lib/puppet/provider/glassfish/asadmin.rb
Does anyone have any advice on
2016 Jul 11
2
CentOS 7 and Glassfish 2.1.1
El 11/07/2016 a las 05:11 p. m., John R Pierce escribi?:
> On 7/11/2016 2:40 PM, Efra?n D?ctor wrote:
>>
>> I have a server with CentOS 7 installed, on this server I installed 
>> Java 1.7 (java version "1.7.0_80") and Glassfish 2.1.1. The last few 
>> days I've ran into a problem: Glassfish process got killed twice and 
>> I don't have a clue why
2016 Jul 11
2
CentOS 7 and Glassfish 2.1.1
El 11/07/2016 a las 05:35 p. m., John R Pierce escribi?:
> On 7/11/2016 3:17 PM, Efra?n D?ctor wrote:
>> Hello. Is Sun/Oracle Java, I installed Glassfish using this guide: 
>> https://glassfish.java.net/downloads/v2.1.1-final.html
>
> that says to install JDK 5 or 6, not 1.7, for Glassfish 2.1.1, which 
> is a rather old release.
>
> the current release is 4.1.1,
2016 Jul 11
2
CentOS 7 and Glassfish 2.1.1
Hello.
I have a server with CentOS 7 installed, on this server I installed Java 
1.7 (java version "1.7.0_80") and Glassfish 2.1.1. The last few days 
I've ran into a problem: Glassfish process got killed twice and I don't 
have a clue why is getting terminated, I know that sometimes processes 
get killed if RAM is not enough; however on this server I have 62GB of 
RAM and 10GB
2013 Feb 26
5
Glassfish automatic installation in Puppet
Hi All,
Can any one help to install my jar file automatically,
When I tried to install /usr/bin/java -Xmx256m -jar 
/gx/mnt/software/Vidispine/Components/glassfish-installer-v2.1.1-b31g-linux.jar,its 
is asking for confirmation like Accept or Decline? [A,D,a,d]. So how can I 
pass answer with command.
Please find my puppet code below
              exec { ''glassfishInstaExe'':
2016 Jul 11
0
CentOS 7 and Glassfish 2.1.1
On 7/11/2016 2:40 PM, Efra?n D?ctor wrote:
>
> I have a server with CentOS 7 installed, on this server I installed 
> Java 1.7 (java version "1.7.0_80") and Glassfish 2.1.1. The last few 
> days I've ran into a problem: Glassfish process got killed twice and I 
> don't have a clue why is getting terminated, I know that sometimes 
> processes get killed if RAM is
2016 Jul 11
0
CentOS 7 and Glassfish 2.1.1
On 7/11/2016 3:17 PM, Efra?n D?ctor wrote:
> Hello. Is Sun/Oracle Java, I installed Glassfish using this guide: 
> https://glassfish.java.net/downloads/v2.1.1-final.html
that says to install JDK 5 or 6, not 1.7, for Glassfish 2.1.1, which is 
a rather old release.
the current release is 4.1.1, implementing Java EE 7, 
https://glassfish.java.net/download.html
-- 
john r pierce, recycling
2016 Jul 11
0
CentOS 7 and Glassfish 2.1.1
On 7/11/2016 3:38 PM, Efra?n D?ctor wrote:
>
> Yes. But it is possible to use Glassfish 2.1.1 with Java 1.7 (I have 
> other systems using that combo and they work fine). I cannot use 
> Glassfish 4.1.1 because the application only runs in 2.1.1. 
well, glassfish is open source, and its not part of CentOS so you'd best 
take this up with the Glassfish community, and/or debug it
2010 Apr 26
3
allow multiple users
Hi,
I have user A that connects to ssh successfully through public key
authentication.
I created on server user B, but ssh doesn't allow user B to connect through PKI.
Both users use the same key to connect, for user A works, for user B doesn't.
Here is the fail message:
"trying public key file /home/A/glassfish/domains/domain1/config/authorized_keys
debug1: fd 4 clearing
2011 Mar 28
4
Order Issues -- Missing require?
Good Evening!
I''m having issues with the order in which items are ran inside of a service
class, it''s attempting to run before the provider is present (the provider
is provided by the glassfish package).  It looks for the glassfish provider
prior to inheriting the repository or the package list.
http://snipt.org/woomg
I have included a snipt of the code, does anyone have an
2008 Mar 23
0
Rails powered by GlassFish Application Server
A new article is published highlighting the advantages of JRuby
deployment on GlassFish. Please read details at:
http://blogs.sun.com/arungupta/entry/rails_powered_by_the_glassfish
Thanks,
-Arun
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2011 Dec 09
1
How To deploy Rails 3 Application In GlassFish Server
Hi,
How To deploy Rails 3 Application In Glass Fish Server?
Can any one help me out.
Thanks in advance
Regards,
Yaswanth
**
-- 
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
2009 Apr 11
1
Notifications between definitions
I''ve been using ''define'' to make a few custom types. For example, I have a 
simple ''file'' like thing (s3::file) that downloads a file from S3, only if the 
one on the local machine doesn''t match, and it can send out notifications if 
the file changed. This is basically an exec command that uses some scripts I 
wrote in an
2010 Dec 06
15
Windows new installation - Always problems
I would like to know if there is a way to ''package'' an application
with all the associated gems and ship it to a new server and having it
to "just work" in a Windows environment.
Although I have never done it I know that Rails can be frozen into the
application. I am wondering if I can do the same thing with other
gems. I have found this
2011 Aug 18
3
Rails 3 - Production Environment
Hello Everyone,
I need some help related to the below requirements:
-> I need to setup production environment without installing Ruby or
Rails or other related gems into it.
I did accomplish the same using JRuby, bundler and warbler plugin. And
deployed the WAR file into Apache Tomcat server. But now I have to do
this without JRuby & Apache Tomcat.
-> I have to setup Apache with
2009 Mar 12
7
Is Mongrel dead?
Is Mongrel dead? When I look at http://mongrel.rubyforge.org/wiki/News
the latest news was from close to a year ago, when last version of
Mongrel was released. A look at the tickets shows a rather sad picture
with only two developers “evanweaver” and “luislavena” contributing to
the bug fixes lately.
Please understand that I am not complaining – I just want to know the
situation so that I can
2013 Apr 25
3
Puppet and internal modules...
Afternoon/Evening all
It looks like Puppet is starting to get some traction within my organisation, with several other teams asking what Puppet can do for them :-) 
The main use I''m getting asked about is one touch deployment of our products by Dev teams... 
On the surface it shouldn''t be too hard, and I''ve already got a model in mind. 
However one of the
2009 Jan 06
11
zfs list improvements?
To improve the performance of scripts that manipulate zfs snapshots and the zfs snapshot service in perticular there needs to be a way to list all the snapshots for a given object and only the snapshots for that object.
There are two RFEs filed that cover this:
http://bugs.opensolaris.org/view_bug.do?bug_id=6352014 :
''zfs list'' should have an option to only present direct
2008 Jul 08
8
POST instead of GET gives 404 (newbie)
Hi,
Using JRuby 1.1 and Rails 2.0, I created a small project in NetBeans
that allows me to generate a dynamic dialplan in XML. In case it
matters, I''m using builder-2.1.2 and activerecord-2.0.2.
Going in the browser to:
http://localhost:3000/routing/dialplan?Caller-Destination-Number=0
Does exactly what I want:
<document type="freeswitch/xml">
    <section