Skip to content

  • Top Certifications
  • Courses
  • Tutorials
  • Forum & Support
  • DevOps Tools
  • Slides
  • Update
  • Professional
  • Uncategorised

    mod_jk module Vs mod_rewrite and mod_proxy

    ByRajesh Kumar December 9, 2017January 9, 2020

    rajeshkumar created the topic: mod_jk module Vs mod_rewrite and mod_proxy Hi, In order to Integrate Jboss with Apache, i got to 2 solutions below; 1. Integration using mod_jk module & 2. Integration using mod_rewrite and mod_proxy I have few questions top of it 1. Which is better solutions and what are the pros and cons…

    Read More mod_jk module Vs mod_rewrite and mod_proxyContinue

  • Uncategorised

    Integration of Jboss and Apache2

    ByRajesh Kumar December 9, 2017January 9, 2020

    rajeshkumar created the topic: Integration of Jboss and Apache2 Hi, My Application(.ear) is running in Jboss with any issues on 7001 port. There are following requirement as such with me. Task 1. Integrate Jboss with Apache2 so all the request should be coming from Apache Instead of jboss Task 2. Implement SSLwith apache2 so it…

    Read More Integration of Jboss and Apache2Continue

  • Uncategorised

    Bugzilla 2.22.1

    ByRajesh Kumar December 9, 2017January 9, 2020

    rajeshkumar.aap@gmail.com created the topic: Bugzilla 2.22.1 QI want to add new field in bugzilla when we create a ticket. can u tell me how can i do that? QI want to change the email format of bugzilla. how that will be done? mnanjala replied the topic: Re: Bugzilla 2.22.1 I think you need to modify…

    Read More Bugzilla 2.22.1Continue

  • Uncategorised

    Start Apache with normal user

    ByRajesh Kumar December 9, 2017January 9, 2020

    scmuser created the topic: Start Apache with normal user Hi, I have few normal user in linux to whom I want to give apache http start and stop access? any idea how to to do this? When i start start apache httpd, then i get some error somthing like permission denied .. [code language=”css”] ./apachectl…

    Read More Start Apache with normal userContinue

  • Uncategorised

    Enable/Disable Hot Deployment in Jboss EAP 5.1

    ByRajesh Kumar December 9, 2017January 9, 2020

    tpatil created the topic: Enable/Disable Hot Deployment in Jboss EAP 5.1 Hot Deployment in Jboss EAP 5.1 can be controlled by 2 ways:- 1. ${config}/deploy/hdscanner-jboss-beans.xml deployment descriptor will enable deployment scanning by default; removing it will disable it. 2. The scanEnabled attribute can be added to deploy/hdscanner-jboss-beans.xml. Setting this attribute to false will disable scanning,…

    Read More Enable/Disable Hot Deployment in Jboss EAP 5.1Continue

  • Uncategorised

    Starting multiple instances of jboss from shell script

    ByRajesh Kumar December 9, 2017January 9, 2020

    tpatil created the topic: Starting multiple instances of jboss from shell script For starting the multiple instances of jboss I have created the following 2 scripts. Please let me know if anybody has any other suggestions. JBstartall.sh will call JBstart.sh [code language=”css”] {code} ############## #JBstartall.sh ############## #!/bin/sh cluster=”node1:192.168.32.45,node2:192.168.32.46″ for clust in ${cluster//,/ }; do HOST=`echo…

    Read More Starting multiple instances of jboss from shell scriptContinue

  • Uncategorised

    Five Key Enterprise Development Trends

    ByRajesh Kumar December 9, 2017January 9, 2020

    mfeighner created the topic: Five Key Enterprise Development Trends www.eweek.com/c/a/Application-Developmen…pment-Trends-819318/

    Read More Five Key Enterprise Development TrendsContinue

  • Uncategorised

    Jboss boot over the network error

    ByRajesh Kumar December 9, 2017January 9, 2020

    rajeshkumar created the topic: jboss boot over the network error Hi, I am getting following error when i start jboss over the network.. [code language=”css”] ./run -n http://XX.XX.XX.XX:8080/netboot [/code] Error Log. [code language=”css”] [/code] Regards, Rajesh Kumar Twitt me @ twitter.com/RajeshKumarIn

    Read More Jboss boot over the network errorContinue

  • Uncategorised

    MySQL Error 1045 (28000): Access denied for user ‘root’@’localhost’ (using password: YES)

    ByRajesh Kumar December 9, 2017January 9, 2020

    rajeshkumar created the topic: MySQL ERROR 1045 (28000): Access denied for user ‘root’@’localhost’ (using password: YES) MySQL ERROR 1045 (28000): Access denied for user ‘root’@’localhost’ (using password: YES) root@server [~]# mysql ERROR 1045 (28000): Access denied for user ‘root’@’localhost’ (using password: YES) root@server [~]# root@server [/var/lib/mysql/mysql]# ls -lhd /var/lib/mysql drwxr-x–x 179 mysql mysql 12K Aug…

    Read More MySQL Error 1045 (28000): Access denied for user ‘root’@’localhost’ (using password: YES)Continue

  • Uncategorised

    Good Cpanel Url Collection

    ByRajesh Kumar December 9, 2017January 9, 2020

    rajeshkumar created the topic: Good Cpanel Url Collection Setup Tomcat for JSP/Servlets forums.cpanel.net/f402/cpanel-tomcat-jsp…ts-guide-282922.html How to fix port issue in tomcat forums.cpanel.net/f5/how-fix-port-issue-tomcat-161074.html Regards, Rajesh Kumar Twitt me @ twitter.com/RajeshKumarIn

    Read More Good Cpanel Url CollectionContinue

  • Uncategorised

    FAIL – Application at context path /application could not be started

    ByRajesh Kumar December 9, 2017January 9, 2020

    rajeshkumar created the topic: FAIL – Application at context path /application could not be started Problem: Error message while starting application using Tomcat Web Application Manager 1. FAIL – Application at context path /application could not be started 2. FAIL – Encountered exception java.lang.OutOfMemoryError: PermGen space Regards, Rajesh Kumar Twitt me @ twitter.com/RajeshKumarIn

    Read More FAIL – Application at context path /application could not be startedContinue

  • Uncategorised

    Error Collection of Tomcat Log files

    ByRajesh Kumar December 9, 2017January 9, 2020

    rajeshkumar created the topic: Error Collection of Tomcat Log files Problem: [code language=”css”] WEB-INF/lib/javaee.jar) – jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class [/code] Problem: [code language=”css”] WEB-INF/lib/jsp-api.jar) – jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/jsp/JspPage.class [/code] Regards, Rajesh Kumar Twitt me @ twitter.com/RajeshKumarIn

    Read More Error Collection of Tomcat Log filesContinue

  • Uncategorised

    Error 1227 (42000) at line 133: Access denied; you need the SUPER priv

    ByRajesh Kumar December 9, 2017January 9, 2020

    rajeshkumar created the topic: ERROR 1227 (42000) at line 133: Access denied; you need the SUPER priv ERROR 1227 (42000) at line 133: Access denied; you need the SUPER privilege for this operation SQL query: DELIMITER ; ; /*!50003 CREATE*//*!50017 DEFINER=`s_snetus`@`localhost`*//*!50003 TRIGGER `inserttree` AFTER INSERT ON `account_owner` FOR EACH ROW BEGIN DECLARE s INTEGER; DECLARE…

    Read More Error 1227 (42000) at line 133: Access denied; you need the SUPER privContinue

  • Uncategorised

    Apache Tomcat Good url Collection

    ByRajesh Kumar December 9, 2017January 9, 2020

    rajeshkumar created the topic: Apache Tomcat Good url Collection Tomcat : How to increase the Java heap size www.serveridol.com/2011/07/28/tomcat-increase-java-heap-size/ Regards, Rajesh Kumar Twitt me @ twitter.com/RajeshKumarIn

    Read More Apache Tomcat Good url CollectionContinue

  • Uncategorised

    Undeliverable: [statscheck] Stats/Server Overload on

    ByRajesh Kumar December 9, 2017January 9, 2020

    scmuser created the topic: Undeliverable: [statscheck] Stats/Server Overload on Issues – Undeliverable: [statscheck] Stats/Server Overload on ip-XX.XX.XX.XX.ip.secureserver.net

    Read More Undeliverable: [statscheck] Stats/Server Overload onContinue

  • Uncategorised

    Bootstrap checks failed with ec2 private ip

    ByRajesh Kumar December 9, 2017January 9, 2020

    scmuser created the topic: bootstrap checks failed with ec2 private ip [code language=”css”] [2017-05-11T21:04:29,597][INFO ][o.e.n.Node ] initialized [2017-05-11T21:04:29,598][INFO ][o.e.n.Node ] [xzraf9y] starting … [2017-05-11T21:04:29,742][INFO ][o.e.t.TransportService ] [xzraf9y] publish_address {172.31.18.245:9300}, bound_addresses {172.31.18.245:9300} [2017-05-11T21:04:29,748][INFO ][o.e.b.BootstrapChecks ] [xzraf9y] bound or publishing to a non-loopback or non-link-local address, enforcing bootstrap checks ERROR: bootstrap checks failed max file descriptors [4096]…

    Read More Bootstrap checks failed with ec2 private ipContinue

  • Uncategorised

    Docker Error: Docker malformed HTTP status code “online”

    ByRajesh Kumar December 9, 2017November 18, 2021

    rajeshkumar created the topic: Docker malformed HTTP status code “online” Error [code language=”css”] [root@localhost madhavi]# docker pull jenkins Using default tag: latest Warning: failed to get default registry endpoint from daemon (Cannot connect to the Docker daemon. Is the docker daemon running on this host?). Using system default: index.docker.io/v1/ Cannot connect to the Docker daemon….

    Read More Docker Error: Docker malformed HTTP status code “online”Continue

  • Docker

    Docker Error: Docker Toolboox error in Windows

    ByRajesh Kumar December 9, 2017November 18, 2021

    rajeshkumar created the topic: Docker Toolboox error in Windows Error error during connect: Get http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.26/info: open //./pipe/docker_engine: The system cannot find the file specified. In the defau lt daemon configuration on Windows, the docker client must be run elevated to co nnect. This error may also indicate that the docker daemon is not running. Solution…

    Read More Docker Error: Docker Toolboox error in WindowsContinue

  • Linux

    Good Links about Rsync

    ByRajesh Kumar December 9, 2017January 9, 2020

    scmjobs created the topic: Good Links about Rsync samba.anu.edu.au/rsync/nt.html troy.jdmz.net/rsync/index.html samba.anu.edu.au/ftp/rsync/rsyncd.conf.html samba.anu.edu.au/rsync/features.html samba.anu.edu.au/rsync/examples.html en.wikipedia.org/wiki/Rsync

    Read More Good Links about RsyncContinue

  • Uncategorised

    Implementation of the USB 2.0 controller not found

    ByRajesh Kumar December 9, 2017January 9, 2020

    rajeshkumar created the topic: Implementation of the USB 2.0 controller not found After downloading the virtualbox of ubantu12, when i try to load the image to virtualbox which is installed in Windows8, i get following error… Failed to open a session for the virtual machine ubuntu-12.10-desktop-i386. Implementation of the USB 2.0 controller not found! Because…

    Read More Implementation of the USB 2.0 controller not foundContinue

  • Uncategorised

    Key to virtualization

    ByRajesh Kumar December 9, 2017January 9, 2020

    lemin created the topic: Key to virtualization Virtualization is creation of the virtual version of a device or resource such as operating system, server, storage device or network resources. It is a key technology used in data centers to optimise resources; there are versatile functions and applications of virtualization. This process is used to include…

    Read More Key to virtualizationContinue

  • AWS

    Access to aws EC2 instance using password in linux

    ByRajesh Kumar December 9, 2017November 18, 2021

    rajeshkumar created the topic: Access to aws EC2 instance using password in linux Access to aws EC2 instance using password in linux Here’s what I did on a Ubuntu EC2 A) Login as root using the keypairs B) Setup the necessary users and their passwords with # adduser C) Edit /etc/ssh/sshd_config setting PasswordAuthentication yes D)…

    Read More Access to aws EC2 instance using password in linuxContinue

  • Networking

    Dead drop

    ByRajesh Kumar December 9, 2017January 9, 2020

    scmuser created the topic: Dead drop Symptom: A PC, phone, access point or printer is connected to the wall jack and the connection is not activated. The switch port does not show a link light, nor does the network adapter. sgadmin replied the topic: Re:Dead drop Cause: Dead drops are commonly simple problems that occur…

    Read More Dead dropContinue

  • Networking

    Problem 2 – Can’t get an IP address

    ByRajesh Kumar December 9, 2017January 9, 2020

    scmuser created the topic: Problem 2 – Can’t get an IP address Symptom: The network appears down or inoperable. The operating system may alert that an address was not received from the DHCP server. After checking the network adapter status, no address may be configured. sgadmin replied the topic: Re:Problem 2 – Can’t get an…

    Read More Problem 2 – Can’t get an IP addressContinue

  • Networking

    Can’t connect to the application server

    ByRajesh Kumar December 9, 2017January 9, 2020

    scmuser created the topic: Can’t connect to the application server Symptom: The application the user is trying to open may alert that it cannot connect to the application server. This can be the case when using e-mail applications or CRM Applications. The common complaint into the help desk is that the network is down, even…

    Read More Can’t connect to the application serverContinue

  • Networking

    Incorrect VLAN assignment

    ByRajesh Kumar December 9, 2017January 9, 2020

    scmuser created the topic: Incorrect VLAN assignment Symptom: When installing new services on the network such as wireless or VoIP, VLANs are typically used to isolate this traffic from other users. This requires each switch port supporting these services to be configured for the proper VLAN. If this is not done properly, the service may…

    Read More Incorrect VLAN assignmentContinue

  • Networking

    Duplex mismatch

    ByRajesh Kumar December 9, 2017January 9, 2020

    scmuser created the topic: Duplex mismatch Symptom: With a duplex mismatch, the connection will work, just poorly. The link lights will become active on both the switch and network adapter. Network performance will suffer greatly, with throughput dropping to 100Kbps or lower. sgadmin replied the topic: Re:Duplex mismatch Cause: One side of the connection is…

    Read More Duplex mismatchContinue

  • Networking

    Slow application performance

    ByRajesh Kumar December 9, 2017January 9, 2020

    scmuser created the topic: Slow application performance Symptom: The application appears sluggish. It may freeze on a certain screen or halt while accessing data. Often, the network is blamed for these issues. sgadmin replied the topic: Re:Slow application performance Cause: Exonerating the network in application performance problems can assist server maintenance personnel to take out…

    Read More Slow application performanceContinue

  • Networking

    Printing Problems

    ByRajesh Kumar December 9, 2017January 9, 2020

    scmuser created the topic: Printing problems Symptom: Printing does not consistently work on the network. A printer may appear available, but print jobs that are sent to it are not completed. sgadmin replied the topic: Re:Printing problems Cause: Determine if only one user is experiencing this problem or if several people have the same issue….

    Read More Printing ProblemsContinue

  • Networking

    Poor or bad cable

    ByRajesh Kumar December 9, 2017January 9, 2020

    scmuser created the topic: Poor or bad cable Symptom: If the client PC is able to link to the network, performance may be poor. The PC may not be able to connect at all. sgadmin replied the topic: Re:Poor or bad cable Cause: In networks today, Gigabit to the desktop is common. Gigabit requires four…

    Read More Poor or bad cableContinue

Page navigation

Previous PagePrevious 1 … 345 346 347 348 349 … 388 Next PageNext

© 2026 - WordPress Theme by Kadence WP

  • Top Certifications
  • Courses
  • Tutorials
  • Forum & Support
  • DevOps Tools
  • Slides
  • Update
  • Professional
Search