Displaying 20 results from an estimated 400 matches similar to: "Glassfish automatic installation in Puppet"
2013 Mar 21
6
How we can create two database Using same credetial using Puppet
Hello All,
I wanted to create two two MySQL database with same user credential using
Puppet-MySQL. How can I achieve this? Please find my script below.
class mysql::vsdatabase {
include mysql
mysql::db { ''vidispine'':
user => ''user'',
password => ''user123'',
host => ''db.<hostname>.com'',
}
}
How can I add
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
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
2010 Jan 28
2
Is anyone managing Glassfish configuration with puppet?
Has anyone found a clean way to manage Glassfish configuration with puppet?
Glassfish was designed to be managed through a WebUI or a CLI tool known as
asadmin. Making changes using these tools modifies a domain.xml file.
Glassfish reads and writes this file every time it restarts, even if the
contents are the same, which changes the timestamp. I believe this can be
addressed by setting puppet
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,
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
2005 Oct 08
1
java error
I just installed java-sdk using yum. When I try to execute the following,
I get an exception error:
root at blh fileIndexer]# java -Xmx256m -jar FileIndexer-1.1.5.jar
Warning: -Xmx256m not understood. Ignoring.
Warning: -jar not understood. Ignoring.
Exception in thread "main" java.lang.NoClassDefFoundError:
How can I fix this?
Raymond
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
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
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
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
2013 Mar 08
1
Puppet modules add to Agent
Hi All,
If we have couple modules in Master server ,we can specifically add some
modules to our agent using this command.
puppet agent --test --tags=<module-name>
This command will run if the modules are already there in master, to master
I am adding these modules using puppet enterprise console.Is there any
command available to do it from agent machine?
Regards,
Jithin
--
You
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
2006 Mar 24
2
How to avoid for or while loops when one index depends on another
Dear R Community,
I'm trying to exploit the elegance of R by doing the following
pseudocode routine without a WHILE or FOR loop in R:
for i = 1 to length-1
for j = (i+1) to length
print a[i], a[j]
That is, I want i and j to be the indices of a half-matrix
1 2, 1 3, 1 4, ..., 1 length,
2 3, 2 4, ..., 2 length,
3 4, ..., 3 length
1. Can this be done with the 'whole
2012 Jun 08
2
Director pop3 real ips v2.1.1
good day!
I'm experiencing problem with pop3 proxying:
on backend servers in logs there's director's ip instead of remote's
like this:
Jun 8 15:21:23 host-01 dovecot: pop3-login: Login: user=<test1 at example.com>, method=PLAIN, rip=192.168.5.102, lip=192.168.5.100, mpid=26170, secured
Jun 8 15:32:16 host-01 dovecot: pop3-login: Login: user=<test1 at example.com>,
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
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
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
2005 Jun 27
2
R v2.1.1 for Windows and "non-reproducible" crashes
Hi,
R v2.1.1 patched (2005-05-26) for Windows crashes. The sympotoms are
like "memory leakage". The patched version from two days ago crashes at
a different position in R CMD check compared to todays version.
A "REPRODUCIBLE" EXAMPLE:
Unfortunately, I cannot create a minimal code example reproducing the
crash, but here is at least a simple way to reproduce it:
1. Make
2012 Mar 21
1
ldap userdb warning in v2.1.1
Hi,
I've upgraded from 2.0.13 to 2.1.1 and when I started the service, I got
the following warning:
Mar 21 10:07:23 imapserver dovecot: master: Dovecot v2.1.1 starting up
(core dumps disabled)
Mar 21 10:08:17 imapserverdovecot: auth: Warning: ldap: Ignoring changed
user_attrs in /etc/dovecot/dovecot-passdb-ldap.conf, because userdb ldap
not used. (If this is intentional, set