Displaying 20 results from an estimated 1000 matches similar to: "Could not find dependency Class"
2009 Nov 17
2
Just what is puppet doing here?
What is puppet doing here?
Nov 17 00:02:01 gumby yum: Installed: tf-starterkit-tfel0-1.0-1.tf.noarch
Nov 17 00:02:01 gumby puppetd[720]:
(//Node[gumby.fr.xxx.com]/Starterkit::Setup[tfel0]/Package[tf-starterkit-tfel0]/ensure)
created
Nov 17 00:02:07 gumby yum: Installed: tf-jboss-server-4.2.3.GA-1.tf.noarch
Nov 17 00:02:07 gumby puppetd[720]:
2010 Sep 07
0
Confused about virtual Resources
I''m confused about virtual resources. The documentation on the Puppet
Labs web site isn''t very clear, but, as is often the case, by trial
and error, I thought I had it figured out. It seemed like you could
define a resource as virtual in one definition, realize it in that
definition, and then require => it in a different definition. That''s
how it seemed to work
2009 Nov 10
23
Puppet Not Running chkconfig correctly.
So, I noticed that when adding a service to puppet, puppet is running
a chkconfig <service>. However, as far as I can tell, puppet should be
running a chkconfig --add <service>, otherwise the symlinks don''t get
created from the service in /etc/rc.d/rc6.d back to the service in
/etc/init.d. As as a result, the service is not stopped on shut down.
I must be missing something
2009 Nov 04
2
Using before=> in a definition...
I hope I haven''t dug myself into a corner here... How can I make sure
that /some/file.xml is created BEFORE the jboss-tfel0 service is
started?
I can''t use before => in the file{} in the jboss class because it
doesn''t exist there.
define create_jboss_inst($inst, $version, $naming_port) {
....
service {
"jboss-$inst":
require
2020 Apr 28
0
Tomcat or what on CentOS 8?
> Hi,
>
> We're running some web apps on CentOS 6 on Tomcat 6 shipped by the
> distribution.
>
> As time goes by we'd like to move on to CentOS 8 and Tomcat 9 or whatever
> is appropriate.
>
> My question is, what do others use now that Tomcat is not shipped anymore
> with CentOS?
>
> Do you run some JBoss/WildFly instead or still running Tomcat?
>
2020 Apr 28
4
Tomcat or what on CentOS 8?
Hi,
We're running some web apps on CentOS 6 on Tomcat 6 shipped by the
distribution.
As time goes by we'd like to move on to CentOS 8 and Tomcat 9 or whatever
is appropriate.
My question is, what do others use now that Tomcat is not shipped anymore
with CentOS?
Do you run some JBoss/WildFly instead or still running Tomcat?
And, how do you install/manage those installations. Do you
2010 Sep 14
1
cron breaking when enabling ldap
Hi
When I enable a box to do authentication using LDAP it breaks cron for users like jboss.
I get the following in /var/log/secure
Sep 14 15:25:01 exoipatest01 crond[7214]: pam_access(crond:account): access denied for user `jboss' from `cron'
I have the following in /etc/ldap.conf
nss_initgroups_ignoreusers root,ldap,named,avahi,haldaemon,dbus,tomcat,radiusd,news,mailman,nscd,jboss
2006 Apr 11
3
fun/flamebait: Java Web Devel Stacks
I''ll pose a question partly for fun, partly out of interest to see
what everyone else is doing to survive the pain of the day job. It''s
for the professional J2EE developer converts out there.
Let''s say someone hired you to write a Basecamp clone, but it has to
be done in Java, say on the Tomcat or JBoss platform. What does your
stack look like now that you''ve
2002 Apr 01
0
pokey
Oi,
Bad timing of course, but the following is NOT an april's fools joke:
I am working on a GTK+ interface to tinc, which should become an admin
tool for the VPN that your tinc is a part of. Its name is pokey, from
"pointy & clicky" -- and it is, of course, a reference to Pokey the
Penguin.
Right now it doesn't do much beside gathering and showing information
to you. I
2010 Nov 18
2
Asterisk Load Balance and Failover
Hi All
Does anyone know about any tool that does to Asterisk what mod_jk does for JBoss/Tomcat: a load-balance/failover server that is constantly connected to Asterisk backend servers and is capable of identify loaded or down servers?
Regards
Ant?nio The?philo
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Jun 05
4
Server Build Example
I'm coming from the Fedora arena and I want to build, what I would call, a
production server. I'm to the point where I don't want to upgrade every
6-months. I'm running Oracle DB 11g, a Tomcat/JBoss hybrid application
server, and several other server type functions.
Is there an example of building a server that boots into init3?
Thanks,
Gene Poole
-------------- next part
2006 May 19
1
Rails- web servers
hi all,
i am new to Ruby on Rails. can an web application developed in rails be
run on any web servers( other than webbrick, apache, lighttpd)?
can it be run in tomcat, weblogic and jboss also?
thanks in advance
--
Posted via http://www.ruby-forum.com/.
2010 Sep 28
3
netstat - kill by pid ?
I am writing a small script to kill process(es) listening on
particular port number. Here I am particularly looking at Java
servlet-containers like Tomcat and JBoss, which sometimes don't
complete their shutdown process and it still shows up as running
process with ps or netstat. This needs to be kill-ed and for that
knowing pid of that process is necessary. The netstat by default
doesn't
2007 Aug 10
2
jinfo, jboss and ExtendedDTraceProbes
Hi,
I would like to use dtrace to observe some behaviour in my J2EE app
running in JBoss. I start JBoss normally in a 1.6 VM. When I try to
enable set the ExtendedDTraceProbes flag using jinfo, I get a thread
dump in the JBoss console and the message: "Unable to open door: target
process not responding or HotSpot VM not loaded" in the jinfo console.
I have tried this with both
2012 Sep 03
2
Class for transfering files from Server to Client
I have installed JBOSS application manually following these steps:
[code]
1.$ su -c "yum install java-1.6.0-openjdk-devel"
2.$ java –version
3.wget
http://download.jboss.org/jbossas/7.1/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final.zip
4.$ unzip jboss-as-7.1.1.Final.zip -d /usr/share
5.$ adduser jboss
6.$ chown -fR jboss.jboss /usr/share/jboss-as-7.1.1.Final/
7.$ su jboss
8.$ cd
2002 Apr 29
0
tinc/src/pokey s
Update of /home/CVS/tinc/src/pokey
In directory humbolt:/tmp/cvs-serv4765
Modified Files:
pokey.glade
Log Message:
Commit diff test
***** Not enough context to create diff for file: s
Tinc: Discussion list about the tinc VPN daemon
Archive: http://mail.nl.linux.org/lists/
Tinc site: http://tinc.nl.linux.org/
2011 Dec 23
0
CyberSource is looking for a puppet engineer in Boulder, Colorado.
Details below.
Please contact me for more info.
Thanks
--Duncan
Job Details: Release Automation Engineer
CyberSource provides businesses with services and software designed to
automate the processing of web, phone and other customer-not-present
credit card and check transactions. Our complete suite of hosted
transaction services and software products includes real time fraud
screening,
2010 Nov 17
5
centos add user failed
Hello, I have problem with creating user under centos:
part of my class:
user {jboss:
ensure => present,
home => "$jboss_home",
shell => "/bin/bash",
groups => jboss,
}
and in log I see:
err change from absent to present failed: Could not create user
jboss: Execution of ''/usr/sbin/useradd -d
2005 Jun 09
0
[Bug 2783] New: Random high loads during syncs (server side) / client stream errors
https://bugzilla.samba.org/show_bug.cgi?id=2783
Summary: Random high loads during syncs (server side) / client
stream errors
Product: rsync
Version: 2.6.4
Platform: All
URL: http://bugs.gentoo.org/show_bug.cgi?id=83254
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
2008 Feb 04
3
[LLVMdev] Introducing myself, and Java project.
I have just worked with this code. The architecture is fine, and I
think that this code should be reused,
It needs updating, however, because it does not compile with LLVM 2.1
(I prefer to use a stable version
to focus my work, and port to LLVM 2.2 later).
I have seen that one incompatibility is that this Java frontend
requires C++ with exceptions, but LLVM is compiled with
-fno-exceptions. For