search for: glassfish

Displaying 20 results from an estimated 40 matches for "glassfish".

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 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...
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, implementing Java EE 7, > https://glassfish.java.net/download....
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 of SWAP and Glassfish is configured...
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...
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...
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 idea as to what I''m missing? Thanks in advance! -Justin -- You received this message because you are s...
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 not enough; however on this server I > have 62GB of RAM and 10GB of SWAP and Gla...
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/glassfi...
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'': command => "/usr/bin/java -Xmx256m -jar /...
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, recycl...
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 debu...
2010 Apr 26
3
allow multiple users
...hat 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 O_NONBLOCK Authentication refused: bad ownership or modes for file /home/A/glassfish/domains/domain1/config/authorized_keys debug1: restore_uid: 0/0 debug1: temporarily_use_uid: 1008/1000 (e=0/0) debug1: trying public key file /home/A/gla...
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,...
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
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 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
2009 Apr 11
1
Notifications between definitions
...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 ''onlyif'' to see if the MD5s don''t match. I also have another one that can deploy or undeploy an application in Glassfish (a Java application server) from a source file. This too is mostly an exec that checks to see if the application is already defined in GF, and if not, installs it from the source file you give it[0]. Or, alternately, removes it if it is defined and ensure => absent was given. What I''...
2009 Mar 12
7
Is Mongrel dead?
...st year. I know that there is a number of companies that use Rails regardless. However, the number would be bigger if there were more commercial tools, especially servers. If you look into Java world you will see that there is a reason why Weblogic successfully competes with free JBoss, Tomcat, and Glassfish. …but I digress… So is Mongrel dead? Is there a commercial app server for Rails? TPM P.S. am intentionally posting this in the Rails forum as oppose to Mongrel forum or Deployment form, because I would like to hear from a wider audience and also let the wider audience see this thread. I think it...