Tomcat installation prob: process not running

Hi,
I am trying to install Tomcat on a Solaris 9 box. (Am a beginner) Am done with the settings but Tomcat is not running.
$cd $CATALINA_HOME/bin/
$startup.sh
Using CATALINA_BASE: /export/amt/Tomcat/apache-tomcat-4.1.37-LE-jdk1.4
Using CATALINA_HOME: /export/amt/Tomcat/apache-tomcat-4.1.37-LE-jdk1.4
Using CATALINA_TMPDIR: /export/amt/Tomcat/apache-tomcat-4.1.37-LE-jdk1.4/temp
Using CATALINA_OUT: /export/amt/Tomcat/apache-tomcat-4.1.37-LE-jdk1.4/logs/catalina.out
Using JAVA_HOME: /usr/java
$ps
PID TTY      TIME CMD
*10447 pts/3 0:00 bash*
*10530 pts/3 0:00 ps*
Could it be something related to port setting? I have not changed any of the port settings.
Could somebody tell me how do I determine which port numbers to use?
Many Thanks (In anticipation),
AS

Hi,
You should ask your question in a Tomcat forum, and not a programming forum.
Kaj

Similar Messages

  • Archival process not running on physical stand by

    for physical stand by database we dont have archival process not running. but both primary and stand by database are in sync.
    though log_archive_max_processes is set 2.
    any help appriciated.

    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    PL/SQL Release 10.2.0.4.0 - Production
    CORE 10.2.0.4.0 Production
    TNS for Linux: Version 10.2.0.4.0 - Production
    NLSRTL Version 10.2.0.4.0 - Production
    and
    select process, client_process, sequence#, status from v$managed_standby;
    PROCESS CLIENT_P SEQUENCE# STATUS
    MRP0 N/A 4930 WAIT_FOR_LOG
    RFS UNKNOWN 0 IDLE
    it doesnt shiw any archival process running.

  • I have a copy of Web Premium CS3 which was installed on a Windows Vista PC.  I have a new Windows 7 PC and the installation disc will not run properly.  The installation begins and then asks for the CS3 disc to be inserted.  If I re-insert the CD I just g

    I have a copy of Web Premium CS3 which was installed on a Windows Vista PC.  I have a new Windows 7 PC and the installation disc will not run properly.  The installation begins and then asks for the CS3 disc to be inserted.  If I re-insert the CD I just get a message asking for the disc to be inserted.  any ideas anyone?

    Use the download version:
    Download CS3 products
    Mylenium

  • My adobe captivate6 installs but does not run on my windows7 dell inspiron

    my adobe captivate6 installs but does not run on my windows7 dell inspiron with 4gb ram and 500gb hdsk, i downloaded the trial first 32bit and it installed fine and didnt run. so i thought that a full version with a 64bit installation will do the trick, but after that the captivate 6 did not still work on my system. i also tried it on an acer with duo core and the captivate software installed and did not still work. it only shows the captivate flash screen.
    a friend installed his on an acer laptop 64bit, i3processor, and it works fine. please i will be glad if i can be helped on how to correct this
    thanks

    Have you tried right clicking on the Cp icon and selecting Run as Administrator?  This is something you MUST do in Win7 but was not necessary on Xp.

  • Daily processes not running. Why not?

    For no reason discernable to me, my dual 2Ghz PowerPC G5 running 10.4.6 suddenly stopped running the scripts in /etc/periodic/daily. The strange thing is that the processes in /etc/periodic/weekly and /etc/periodic/monthly are still executing weekly and monthly, as appropriate.
    According to the /var/log/daily.out, the last time the daily processes ran was the 27th of April, so I suspect something failed around that time. The log for that day shows that not all the entries were run. I checked /System/Library/LaunchDeamons, and the launchd entry for com.apple.periodic-daily.plist is there and is unchanged since installation.
    The system log for the 27th shows only these entries:
    Apr 27 03:57:49 hostname cp: error processing extended attributes: Operation not permitted
    Apr 27 03:58:15 hostname cp: error processing extended attributes: Operation not permitted
    Entries like these also show up the 26th, 29th, May 1st and May 6th, so that wasn't the only time.
    What do I check next?
    Dual 2Ghz PowerPC G5   Mac OS X (10.4.6)  

    The computer is on 24/7, or as close to it as I can
    get, so being off isn't a problem.
    Even if turned off regularly the daily scripts should run at least a couple times a week. On my work computer weekly and monthly never run because I turn it off for the weekend, but the daily still runs. So my point is that the monthly is the first most likely not to run, then weekly, and daily not running, ever, would be practically unheard of.
    Of course, that doesn't solve the problem. You
    should repair permissions and run Disk Repair from
    the install disk. You could also try deleting the
    preferences then running it manually from the
    Terminal to reset it.
    Which preferences are you referring to?
    I don't know, do a search with EasyFind, not Spotlight, and see what you can find. And check out Apple's Knowledge base. There has to be at least one preference to delete but you might need some detective work to find it.

  • Process not running

    I'm stumped. I have a really odd situation. Any help is appreciated...I've deleted the page, reloaded the app, deleted all the processes and recreated them...all to no avail.
    I have about 20 after submit processes. Everything seems to look OK. However, a couple of the processes don't seem to be executing and others are executing but not listed in the debug on the page.
    Example of debug:
    0.03: ...Process "Get PK for PHYSICAL_INTERFACE_ID Create/Create Another": PLSQL (AFTER_SUBMIT) declare function get_pk return varchar2 is begin for c1 in (select PHYSICAL_INTERFACE_ID_SEQ.nextval next_val from dual) loop return c1.next_val; end loop; end; begin :P780_PHYSICAL_INTERFACE_I
    0.03: ...Session State: Saved Item "P780_PHYSICAL_INTERFACE_ID" New Value="32"
    0.04: ...Do not run process "Get PK for PHYSICAL_INTERFACE_ID Create/Done", process point=AFTER_SUBMIT, condition type=, when button pressed=CREATE
    0.04: ...Process "Get PK for VIRTUAL_INTERFACE_ID Create/Create Another": PLSQL (AFTER_SUBMIT) declare function get_pk2 return varchar2 is begin for c1 in (select VIRTUAL_INTERFACE_ID_SEQ.nextval next_val from dual) loop return c1.next_val; end loop; end; begin :P780_VIRTUAL_INTERFACE_ID
    0.05: ...Session State: Saved Item "P780_PKG_RETURN_VALUE2" New Value="ERROR: Problem Creating Virtual Interface Table"
    0.05: ...Do not run process "Call stored procedure - Virtual Interface Create/Done", process point=AFTER_SUBMIT, condition type=, when button pressed=CREATE
    After running the process "Get PK for VIRTUAL_INTERFACE_ID Create/Create Another" I would expect to see a session state saved similar to the physical interface at time .03 The saved item "P780_PKG_RETURN_VALUE2" actually occurs in a process at a later sequence (which is actually much later--it seems to have skipped a couple processes).
    Has anyone else see this type of problem? The last thing I can do is recreate the whole page (ouch!).
    Thanks,
    -Carmine

    Good afternoon. I am running Apex 3.1 and Oracle 10.2.0.4 on RHEL 4.
    The stranger part is that I have another box running a slightly older version of the Apex application--and that one works. The differences were not in this area/on these pages. Strange.
    I tried remove and rewrite all the processes, deleting the page and copying it from another load of the application, etc. Since it was a development box, I'm reloading everything.
    I can try to get something up on apex.oracle.com. But it was so odd as Apex saw the processes. I even opened SQL developer to look at the processes and it looked good. Yet somehow it seemed to skip a process (not even show that it wasn't to run due to conditions), and the session state from the PK not showing but another process.
    I've never seen anything like it. In my investigation, I will note that something went wrong (invalid) with ctxsys.driload. I forgot the exact error. I'm not very familiar with this package.
    Thanks,
    -Carmine

  • [SOLVED]Can Some Processes Not Run In Background

    Hi,
    Can some process just not run in the background? I have an irc bot and I want irssi to continue running even after I exit. I do
    $irssi
    ctrl-z
    bg
    But after bg it says
    [1] irssi &
    [1] irssi STOPPED
    I've also tried sending the kill CONT signal but it just always stops. Is there another way I should do it for this type of process? Thanks!
    Last edited by Prototype (2014-02-09 03:42:08)

    karol wrote:If you're asking how to background irssi, read http://www.hants.lug.org.uk/wiki/LinuxHints/Screen http://tmux.sourceforge.net/
    Is there no way to run irssi in the background (disowned) with just the built in bash commands? My main goal is to have it running (with me logged into servers) when I exit the terminal.
    Last edited by Prototype (2014-02-09 03:26:24)

  • Sapstart process not running

    Hi all,
    We were trying to stop SAP using stopsap command.But it failed saying that instance has already been stopped.
    Enviroment linux red hat release 4 and oracle 10.0.2.0.5.
    When checked we found out that the sapstart process is not running.Checked the work directory and there is no kill.sap file also.
    Reboot would do the trick, but we wanted to know if there is a way to shutdown sap.Oracle has been shutdown using shutdown abort.
    i tried using kill -2 <pid> but still the process are not getting killed.Thanks.

    Hello,
    normally a SAP system ist stopped by a kill -2 on the dispatcher (the parent of all work processes) which is done by sapstart or in sapstartsrv. If this does not work check the dispatcher trace or open a message on the SAP Market Place.
    Please do not use kill -9. The SIGKILL closes the process directly. All open I/Os are kept open and also all child processes. A kill -6 (SIGABORT) should work as well.
    Best regards,
    Klaus

  • Windows Modules Installer - Autostart Service Not Running

    I'm receiving in my health reports for four separate WSE 2012R2 deployments the below error.  I've set the service to restart upon failure, but it seems this occurs upon every server reboot until I manually go in and start the service.  However,
    from my understanding this service only runs when it is needed, which would leave me to a false negative in the BPA scan. 
    Just curious if anyone else is getting this.
    Autostart Services Not Running:
    Windows Modules Installer

    Hi MattSla,
    On current situation, please type services.msc in RUN to open Services panel. Then navigate to Windows Modules
    Installer service and open Properties. In General tab, please check Startup type of this service. Did set as Manual? Meanwhile, in Log On tab, please check which account this service used to log on as? Did log on as Local System account?
    I check the Windows Modules Installer service in two Windows Server 2012 R2 Essentials in my Lab environment.
    It seems that this service was set as Manual. Then Generate a Health Report in Dashboard, and didn’t find any error which was related to ‘Autostart Service Not Running’.
    If this issue still exists, please open Event Viewer and check if find some relevant events. Those may help
    us to go further analyze.
    If any update, please feel free to let me know.
    Hope this helps.
    Best regards,
    Justin Gu

  • I have recently purchased finale 2011, and it installs, but will not run?  Any idea what the problem is?

    I have recently purchased the finale 2011 music program, and it installs without any problems, but will not run when I try to start up the program.  It acts like it is going to start, but stops when loading the plugins.  I have been talking with Finale tech support for three days, and they are coming up empty, but they are still trying.  Any ideas what the problem might be?
    Thanks,
    John

    Try booting in Safe Mode (hold the shift key while booting until the grey progress bar appears).
    If you're able to log-in, then re-boot and log-in

  • MDS and MDWORKER processes not running

    Spotlight stopped working about two weeks ago. I noticed that the mds and mdworker processes are not running. Something corrupted maybe???
    Any ideas?

    Spotlight stopped working about two weeks ago. I noticed that the mds and mdworker processes are not running. Something corrupted maybe???
    Any ideas?

  • Post-installation configuration interface not running

    I've just installed Ops Center 12.1 on a new SPARC T4-1b running Solaris 11.
    We are using a remote database hosted inside an Oracle Database Appliance. The installation went through entirely, and I'm at the point where I need to configure the application.
    The problem is that the web GUI that is supposed to be running on port 9443 isn't running. (doesn't appear in netstat -an).
    The instances bound to port 80 (the redirect) and port 443 exist -- but the rewrite sends me to the non-existent service running on port 9443, so I am stuck.
    root@host:/opt/SUNWxvmoc/bin# ./ecadm status
    online
    OCDoctor reports no issues.
    root@host:/opt/SUNWxvmoc/bin# /var/opt/sun/xvm/OCDoctor/OCDoctor.sh --troubleshoot
    Ops Center Doctor 4.05 [OC 12.1.1.2076,SunOS11] [Read only] [21-Aug-2012 14:46PM EDT]
    ======================== Checking Enterprise Controller... ==============================
    OK: Total number of agents: 0
    OK: Number of agents with inventories: 0
    OK: Memory is (65024), ZFS is used and zfs_arc_max is set to 8589934592 in /etc/system
    OK: /etc/netboot folder exists
    OK: User 'uce-sds' home folder points to the right location
    OK: User 'oracleoc' home folder points to the right location
    OK: User 'allstart' home folder points to the right location
    OK: Apache logs are smaller than 2 GB
    OK: n1gc folder has the right permissions
    OK: All Enterprise Controller packages are installed properly
    OK: All agent packages are installed properly
    OK: Enterprise Controller status is online
    OK: the version is the latest one (12.1.1.2076)
    OK: satadm timeouts were increased
    OK: tar command was properly adjusted in satadm
    OK: Found the server .uce.rc
    OK: Server .uce.rc has the correct file permissions
    OK: Server .uce.rc has the correct ownership
    OK: Connectivity to the KB public servers works properly
    OK: Grouplock file doesn't exist
    OK: Locales are OK ("C")
    OK: No partially installed packages
    OK: No old jobs rerun (CR 6990675)
    OK: No NCP encryption is used
    OK: No credential issues foundWhere is this instance
    =========== Proxy controller is installed but not configured, skipping ==================
    =========== Agent controller is installed but not configured, skipping ==================
    How can I start this instance on port 9443 so I can begin configuring the platform?
    Edited by: fchagnon on Aug 21, 2012 11:50 AM

    Thanks for your reply.
    root@manager1:~# netstat -an | grep 443
    *.443 *.* 0 0 128000 0 LISTEN
    *.443 *.* 0 0 128000 0 LISTEN
    root@manager1:~# ps -ef | grep java
    root 12584 11237 0 20:40:15 pts/1 0:00 grep java
    root 13185 13184 0 14:22:01 ? 2:14 /usr/jdk/instances/jdk1.7.0/bin/sparcv9/java -Xms200M -Xmx8192M -server -XX:Str
    root@manager1:~# svcs scn common
    STATE STIME FMRI
    disabled Aug_20 svc:/application/management/common-agent-container-1:default
    disabled Aug_20 svc:/application/management/common-agent-container-1:scn-proxy
    disabled Aug_20 svc:/application/scn/db:local
    disabled Aug_20 svc:/application/scn/oracle:default
    disabled Aug_20 svc:/application/scn/oralistener:default
    disabled Aug_20 svc:/application/scn/proxy-enable:default
    disabled Aug_20 svc:/application/scn/ec-server-splashpage:default
    disabled Aug_20 svc:/application/scn/dhcpd:default
    online 14:21:59 svc:/application/scn/satellite-enable:default
    online 14:22:00 svc:/application/scn/db:remote
    online 14:22:00 svc:/application/scn/uce-scheduler:default
    online 14:22:00 svc:/application/scn/db:default
    online 14:22:00 svc:/application/scn/uce-server:default
    online 14:22:05 svc:/application/scn/ajaxterm:default
    online 14:22:40 svc:/application/management/common-agent-container-1:oem-ec
    online 14:22:40 svc:/application/scn/satellite-available:default
    offline Aug_20 svc:/application/scn/proxy-available:default
    root@manager1:~# getent hosts `hostname`
    172.19.233.26 manager1
    root@manager1:~# getent hosts `getent hosts \`hostname\` | awk '{print $1}'
    172.19.233.26 manager1
    The new version of OCDoctor has some issues with accessing the KB. However the 'check-connectivity' function works fine.
    root@manager1:~# /var/opt/sun/xvm/OCDoctor/OCDoctor.sh --troubleshoot
    Ops Center Doctor 4.10 [OC 12.1.1.2076,SunOS11] [Read only] [21-Aug-2012 20:43PM EDT]
    ======================== Checking Enterprise Controller... ==============================
    OK: Total number of agents: 0
    OK: Number of agents with inventories: 0
    OK: Memory is 65024 MB, ZFS is used and zfs_arc_max is set to 8589934592 in /etc/system
    OK: All Solaris 11 agent bundles in /var/opt/sun/xvm/images/agent/ are imported properly to the repository
    OK: Files in /var/opt/sun/xvm/images/agent/ have the right permissions
    OK: Files in /var/opt/sun/xvm/osp/web/pub/pkgs/ have the right permissions
    OK: auth.cgi returns XML
    OK: User 'oracleoc' home folder points to the right location
    OK: User 'allstart' home folder points to the right location
    OK: Apache logs are smaller than 2 GB
    OK: n1gc folder has the right permissions
    OK: All Enterprise Controller packages are installed properly
    OK: All agent packages are installed properly
    OK: Enterprise Controller status is online
    OK: the version is the latest one (12.1.1.2076)
    OK: satadm timeouts were increased
    OK: tar command was properly adjusted in satadm
    OK: no 'conn_properties_file_name' value in .uce.rc
    OK: Found the server .uce.rc
    OK: Server .uce.rc has the correct file permissions
    OK: Server .uce.rc has the correct ownership
    ERROR: Could not access the KB public servers
    Check the username and password and proxy configuration in "Administration" ->
    "Edit Authentications" and "Change HTTP proxy"
    Also, you may try the following command to test connectivity:
    /var/opt/sun/xvm/OCDoctor/OCDoctor.sh --check-connectivity
    OK: Grouplock file doesn't exist
    OK: uce-server .uce.rc file points to a proper JAVA
    OK: Disconnected mode is not configured
    OK: Locales are OK ("C")
    OK: Found only one Solaris 11 agent bundle
    OK: No partially installed packages
    OK: No http_proxy is set in the user profile files
    OK: 'public' folder has the right ownership
    OK: 'public' folder is writable for uce-sds
    OK: 'private' folder has the right ownership
    OK: 'private' folder is writable for uce-sds
    OK: No old jobs rerun (CR 6990675)
    OK: No NCP encryption is used
    OK: 'update-saved-state' folder exists and has the right permissions
    OK: No credential issues found
    =========== Proxy controller is installed but not configured, skipping ==================
    =========== Agent controller is installed but not configured, skipping ==================
    root@manager1:~# /var/opt/sun/xvm/OCDoctor/OCDoctor.sh --check-connectivity
    Ops Center Doctor 4.10 [OC 12.1.1.2076,SunOS11]OCDoctor.sh --check-connectivity
    ======================== Checking Network Connectivity ==============================
    Please enter the My Oracle Support (MOS) Username: xxxxxxxxxxxxxxxx
    Password:
    Is there a proxy? Type the proxy server here, for example 'www-proxy.us.oracle.com' (hit Enter if there is no proxy):
    Test 1/4: Checking CC service reachability (without using user/password yet)
    ==============================================================================
    OK: CC status is OK
    Test 2/4: Checking GUUS service reachability (without using user/password yet)
    ==============================================================================
    OK: GUUS status is OK
    Test 3/4: Downloading Knowledge Channels file from updates.oracle.com
    ===========================================================================
    OK: Knowledge download was successful!
    Test 4/4: Downloading patch 108437-06 from updates.oracle.com
    ===========================================================================
    OK: Patch download was successful!

  • FLASH PLAYER INSTALLS BUT WILL NOT RUN

    I have installed Flash Player multiple times.  The installation indicates it was successful, the Control Panel and list of programs installed indicate that the program is present but when I run a web site that requires it, I get a message that I need to install it.  The Adobe Flash Player Help does not indicate that it is installed.
    Running Windows 7 Home Premium , 32 bit; service pack 1; IE 9.0.8112  The computer is a Dell Laptop with  Intel (R) core(TM)2 Duo CPU T5800 @ 2.0 GHz  2.00 GHz with 3.00GB RAM.  Tech specs say 2.33 GHz is required.  Is this the problem?  Are there earlier versions of Flash Point that will work?  

    I went to the discussion you referenced and did the following ;
                     Under Internet Options, I disabled Protective Mode and restarted the computer.  Flash Player  did not work.  I then removed Flash Player using Windows uninstall via the Control Panel.  I reloaded Flash Player with Protective mode still off.  After Flash Player successfully loaded, I turned Protective mode back on ( I didn’t want to run in unprotected mode)  I restarted the computer and Flash Player worked and has been ever since.  Thank you.

  • Software installs but will not run

    The software installs but when you try to open it the window flashes on the screen for a split second and then goes away. Has anyone seen this problem before? Please help!

    My anti virus was already disabled. I uninstalled Quick Time and made sure there was nothing else running like a fire wall or anything. I tried to install it again and it would install the ipod but not the itunes.
    I installed everything on a second computer and it went off without a hitch.
    Any ideas??

  • ITunes installs but does not run on Windows 7 64-bit

    I've spent a couple hours going over advice on this forum as well as elsewhere on the Internet to resolve this. iTunes installs without a problem but when we run it, nothing appears. iTunes.exe *32 and iTunesHelper.exe *32 appear in the Windows Task Manager but there is no other evidence that iTunes is running.
    I've tried installing and reinstalling. I've tried a number of different compatibility settings. Surely there must be an easy way to resolve this.
    Frustrated,
    Andy

    The problem, as it turns out, is Bonjour. See http://discussions.apple.com/thread.jspa?threadID=2408851&tstart=0 for ideas on how to fix....

Maybe you are looking for

  • Will Time Machine back up iTunes media  on a different internal drive

    I have my iTunes media on a different internal drive. Will Time machine back up that data as well? I have two other internal drives, each 750gb. Does Time Machine back those drives up as well? Or does it contain itself to the OS disk?

  • Download iTunes Version 10.6.8 (old version)

    I just bought a new iPhone 5S and I need iTunes 10.6.8 or newer to set up my phone like my old iPhone. I currently have iTunes 10.6.3, and when I try and upgrade iTunes from the app itself it says that I have the most current version (but I obviously

  • About images on applet

    Hi im creating an awt applet and i want to know theese 2 things 1-)how can i make an image as a background image? 2-)how can i use an image regularly(i mean giving its coordinate). Thanks

  • Will adding more RAM reduce system overloads?

    I'm running Logic Express 8 on a mac mini (core 2 duo) with 2GB or ram. I was thinking of adding more RAM (4 or 8GB). I tend to see "system overload" errors often. Generally, rebooting seems to fix the issues. Do you think adding more RAM would make

  • IPhone 3GS not starting, restore error 2001

    Hi all, I have an iPhone 3GS with the latest firmware, and I've just upgraded to iTunes 11. I was plugging the iPhone to backup on the iTunes 11 when the iPhone blacked out and refuse to start. The battery life is at 100%. I tried restoring in DFU mo