Starting Tomcat as Service

Hi,
How can I start Tomcat as a service in control Panel. I have windows XP Home . The only purpose to start the Tomcat as a service is to create file "catlina.out" log file for my application. Is there any other way to have the log of my application. .
Thanks

Here is how to create a web application log in tomcat
http://localhost:8080/tomcat-docs/config/logger.html

Similar Messages

  • Start tomcat as service under W2K/XP

    Hi,
    how can I make tomcat to be started as service under W2K/XP??
    tried to write a batchfile, but thats shi*
    service would be more convenient
    :)

    Doesn't work like explained
    c:\jakarta-tomcat-4.0.4\bin\tomcat.exe is there
    now I open cmd
    c:\jakarta-tomcat-4.0.4\bin\-install tomcat
    but gives thesame like
    c:\jakarta-tomcat-4.0.4\bin\tomcat.exe /?

  • Server admin fails to start tomcat only

    Hi,
    we just upgraded our server from 10.3 to 10.4. after the upgrade - the server admin tools fail to start tomcat only. sooooo when i start tomcat only service - the app says its running. but i can't connect to port 80 to show me the default page or any of my webapps.
    whats werid is that:
    it tries to startup JBoss
    instead of Tomcat.
    When I run the settings command I see:
    # serveradmin settings appserver
    appserver:jbossConsoleURL = "https://tels-berkeley.local:40000"
    appserver:configurationType = "run_TOMCAT_not_JBOSS"
    appserver:netbootIsBroken = "YES"
    appserver:allConfigurations:arrayindex:0 = "default"
    appserver:allConfigurations:arrayindex:1 = "deploy-cluster"
    appserver:allConfigurations:arrayindex:2 = "deploy-standalone"
    appserver:allConfigurations:arrayindex:3 = "develop"
    appserver:configurationName = "deploy-standalone"
    appserver:netbootClientURL = ""
    This looks like it is should use tomcat but it doesn't. After running
    serveradmin start appserver
    I ran:
    ps auxww | grep java
    Which gave me:
    appserve 1087 96.0 4.5 359912 58384 ?? R 11:24AM
    0:12.58 /usr/bin/java -server -Xmx100M
    -Djboss.server.temp.dir=/var/tmp/jbosstmpdata1083
    -classpath /Library/JBoss/3.2/bin/run.jar org.jboss.Main -c
    deploy-standalone
    however, if i stop the services and start tomcat manaully with ./startup.sh it works fine.
    the logs say nothing. does anyone have a clue whats going on? where i can investigate.
    thnks
    Anthony

    I've been doing a little investigating, and I think I'm seeing the cause of the problem, but I don't know how to fix it.
    When I do a "tail /var/log/servermgrd/servermgrderrorlog" on the server, I don't get normal error log lines. Instead, I get the text that you see when you type "serveradmin", namely:
    ============================================
    Usage: serveradmin [-dhvx] [list | start | stop | status | fullstatus | settings | command] [<service_key> [ = <value> ]]
    -h, --help display this message
    -v, --version display version info
    -d, --debug print command
    -x, --xml print output as XML plist
    Examples:
    serveradmin list
    --Lists all services
    serveradmin start afp
    --Starts afp server
    serveradmin stop ftp
    --Stops ftp server
    serveradmin status web
    --Returns current status of the web server
    serveradmin fullstatus web
    --Returns more complete status of the web server
    serveradmin settings afp
    --Returns all afp configuration parameters
    serveradmin settings afp:guestAccess
    --Returns afp guestAccess attribute
    serveradmin settings afp:guestAccess = yes
    --Sets afp guestAccess to true
    serveradmin settings
    --Takes settings commands like above from stdin
    serveradmin command afp:command = getConnectedUsers
    --Used to perform service specific commands
    serveradmin command
    --Takes stdin to define generic command that requires other parameters
    ============================================
    This shows up repeatedly in the error log, as if it were trying to use serveradmin to perform tasks, but is instead just getting the standard help message back...
    Anyone have clue as to why this would be the case?

  • Jenkins not deploying on Tomcat; SSH Service not starting

    So I've had a couple of problems happening. My first problem is that even though sshd.service and sshd.socket are enabled with systemctl, it does not automatically start. There are no errors reported in journalctl, it just does not start. When issuing systemctl status sshd.service and systemctl status sshd.socket, there is nothing to report. Once I manually start them, there are no errors reported, and everything works as expected.
    sshd.socket
    [Unit]
    Conflicts=sshd.service
    Wants=sshdgenkeys.service
    [Socket]
    ListenStream=22
    Accept=yes
    [Install]
    WantedBy=sockets.target
    sshd.service
    [Unit]
    Description=OpenSSH Daemon
    Wants=sshdgenkeys.service
    After=sshdgenkeys.service
    After=network.target
    [Service]
    ExecStart=/usr/bin/sshd -D
    ExecReload=/bin/kill -HUP $MAINPID
    KillMode=process
    Restart=always
    [Install]
    WantedBy=multi-user.target
    # This service file runs an SSH daemon that forks for each incoming connection.
    # If you prefer to spawn on-demand daemons, use sshd.socket and [email protected].
    The second problem is my tomcat service. It won't start the Jenkins. I've linked the jenkins.war file to the webapps folder. When I start tomcat using systemctl start tomcat8, this is the output of journalctl -xn
    -- Logs begin at Sat 2014-08-30 06:46:59 PDT, end at Sun 2014-09-14 15:45:38 PDT. --
    Sep 14 15:45:15 localhost jsvc.exec[1344]: Sep 14, 2014 3:45:15 PM org.apache.coyote.AbstractProtocol stop
    INFO: Stopping ProtocolHandler ["http-nio-8080"]
    Sep 14 15:45:16 localhost jsvc.exec[1344]: Sep 14, 2014 3:45:16 PM org.apache.coyote.AbstractProtocol stop
    INFO: Stopping ProtocolHandler ["ajp-nio-8009"]
    Sep 14 15:45:16 localhost jsvc.exec[1344]: Sep 14, 2014 3:45:16 PM org.apache.coyote.AbstractProtocol destroy
    INFO: Destroying ProtocolHandler ["http-nio-8080"]
    Sep 14 15:45:16 localhost jsvc.exec[1344]: Sep 14, 2014 3:45:16 PM org.apache.coyote.AbstractProtocol destroy
    INFO: Destroying ProtocolHandler ["ajp-nio-8009"]
    Sep 14 15:45:27 localhost systemd[1]: [/usr/lib/systemd/system/systemd-journal-upload.service:20] Unknown lvalue 'After' in section 'Install'
    Sep 14 15:45:38 localhost systemd[1]: Failed to reset devices.list on /system.slice: Invalid argument
    Sep 14 15:45:38 localhost jsvc[28476]: Cannot locate Java Home
    Sep 14 15:45:38 localhost systemd[1]: tomcat8.service: control process exited, code=exited status=1
    Sep 14 15:45:38 localhost systemd[1]: Failed to start Tomcat 8 servlet container.
    -- Subject: Unit tomcat8.service has failed
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit tomcat8.service has failed.
    -- The result is failed.
    Sep 14 15:45:38 localhost systemd[1]: Unit tomcat8.service entered failed state.
    Here is the tomcat8.service file before my changes, as suggested here
    [Unit]
    Description=Tomcat 8 servlet container
    After=network.target
    [Service]
    Type=forking
    PIDFile=/var/run/tomcat8.pid
    Environment=CATALINA_PID=/var/run/tomcat8.pid
    Environment=TOMCAT_JAVA_HOME=/usr/lib/jvm/java-7-openjdk
    Environment=CATALINA_HOME=/usr/share/tomcat8
    Environment=CATALINA_BASE=/usr/share/tomcat8
    Environment=CATALINA_OPTS=
    ExecStart=/usr/bin/jsvc \
    -Dcatalina.home=${CATALINA_HOME} \
    -Dcatalina.base=${CATALINA_BASE} \
    -Djava.io.tmpdir=/var/tmp/tomcat8/temp \
    -cp /usr/share/java/commons-daemon.jar:/usr/share/java/eclipse-ecj.jar:${CATALINA_HOME}/bin/bootstrap.jar:${CATALINA_HOME}/bin/tomcat-juli.jar \
    -user tomcat8 \
    -java-home ${TOMCAT_JAVA_HOME} \
    -pidfile /var/run/tomcat8.pid \
    -errfile SYSLOG \
    -outfile SYSLOG \
    $CATALINA_OPTS \
    org.apache.catalina.startup.Bootstrap
    ExecStop=/usr/bin/jsvc \
    -pidfile /var/run/tomcat8.pid \
    -stop \
    org.apache.catalina.startup.Bootstrap
    [Install]
    WantedBy=multi-user.target
    And after
    [Unit]
    Description=Tomcat 8 servlet container
    After=network.target
    [Service]
    Type=forking
    PIDFile=/var/run/tomcat8.pid
    Environment=CATALINA_PID=/var/run/tomcat8.pid
    Environment=TOMCAT_JAVA_HOME=/usr/lib/jvm/java-7-openjdk
    Environment=CATALINA_HOME=/usr/share/tomcat8
    Environment=CATALINA_BASE=/usr/share/tomcat8
    Environment=CATALINA_OPTS=-DJENKINS_HOME=/usr/share/java/jenkins
    ExecStart=/usr/bin/jsvc \
    -Dcatalina.home=${CATALINA_HOME} \
    -Dcatalina.base=${CATALINA_BASE} \
    -Djava.io.tmpdir=/var/tmp/tomcat8/temp \
    -cp /usr/share/java/commons-daemon.jar:/usr/share/java/eclipse-ecj.jar:${CATALINA_HOME}/bin/bootstrap.jar:${CATALINA_HOME}/bin/tomcat-juli.jar \
    -user tomcat8 \
    -java-home ${TOMCAT_JAVA_HOME} \
    -pidfile /var/run/tomcat8.pid \
    -errfile SYSLOG \
    -outfile SYSLOG \
    $CATALINA_OPTS \
    org.apache.catalina.startup.Bootstrap
    ExecStop=/usr/bin/jsvc \
    -pidfile /var/run/tomcat8.pid \
    -stop \
    org.apache.catalina.startup.Bootstrap
    [Install]
    WantedBy=multi-user.target
    EDIT:
    The SSHD problem is fixed. I read more closely at the sshd.socket config, and it clearly states it conflicts with sshd.service. I disabled service and everything works fine. But I am still having trouble getting Jenkins to work with Tomcat.
    Last edited by ZMoore (2014-09-15 00:33:18)

    Thank you, but the problem is a little different from that. These are
    exploded web apps outside the applications dir. I deployed them
    through the console initially; on the other servers, when WL restarts,
    the apps are deployed back to their targets just fine. It's only this
    box that loses sense of the targets on WL restart.
    We're on 6.1, so a few people have suggested upgrading to 6.1 sp4 --
    they've said they've seen this problem, and the sp corrects it.
    That said, this is a production box and upgrading it is a hassle. I'll
    get started on scheduling that, but if anyone has any ideas in the
    meantime, I'd greatly appreciate it. If not, thanks anyway. :)
    Rob
    "Deepak Vohra" <[email protected]> wrote in message news:<3eebae8e$[email protected]>...
    WLServer should start in development mode for a application
    in the applications dir to deploy.
    STARTMODE=false
    [email protected] (Rob Young) wrote:
    On one of our production servers (just one), when I restart weblogic,
    my web applications are not deploying; I have to deploy them manually.
    This is bad, obviously, because the server won't restore properly
    after a restart.
    After a while, I get target="box,box,box,box" that represents the
    multiple times I've deployed that application to the target "box".
    From config.xml:
    <Application Deployed="true" Name="revx" Path="F:\revx">
    <WebAppComponent Name="revx"
    Targets="giocm,giocm,giocm,giocm,giocm,giocm,giocm"
    URI="revx"/>
    </Application>
    The operating system is Windows 2000 5.00.2195 ... everything was
    working fine until I re-installed the Windows service this weekend.
    I've checked permissions on the folder, on the file, and who the
    service is running as. I've manually edited config.xml to remove the
    duplicate target entries.
    I've seen some other posts from people who have also experienced
    applications not deploying on WL restart, but I don't see any
    resolutions.
    Rob

  • Can't Start Tomcat 5 as a Service

    Can't Start Tomcat 5 as a Service on XP, when I do
    tomcat5\bin\net start tomcat5
    I get "NET" is not recognized as an internal or external command
    where's that net command coming from? java or XP
    thanks

    You are trying to start the program called tomcat\bin\net which does not exist. The net command belongs to Windows. Just issuing "net start tomcat" or "net start tomcat5" should work from any directory.
    Or just go through the Control Panel->Administrative Tools->Services dialog to start and stop Tomcat as a service.

  • Tomcat 5 service won't start under w2k

    Has anyone else had trouble getting the Tomcat 5 service to start under Windows 2000 or Windows XP? I have tried installing the service using the installer .exe and also manually by downloading the zip file and using the service.bat file in the bin directory. I can install the service, but when I attempt to start it I receive the following message:
    Could not start the Apache Tomcat service on Local Computer.
    Error 1053: The service did not respond to the start or control request in a timely fashion.
    I have set the JAVA_HOME and CATALINA_HOME environment variables properly. I can start and stop Tomcat just fine by using startup.bat and shutdown.bat. If I can start Tomcat by using startup.bat, what is stopping me from starting it as a service? I must be missing some configuration setting or something...
    I am having the same problem on 3 different computers, 2 w2k machines and 1 XP Pro machine. I have tried both Tomcat 5.0.18 and 5.0.19, same result on both.
    Any help would be appreciated!

    run regedit in command line,add the key:
    [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment]
    "CurrentVersion"="1.4"
    [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1.4]
    "JavaHome"="C:\\Program Files\\Java\\j2re1.4.1_01"
    "MicroVersion"="1"
    "RuntimeLib"="C:\\Program Files\\Java\\j2re1.4.1_01\\bin\\client\\jvm.dll"

  • TOMCAT As Service didn't start!

    Hello everybody!
    I install Tomcat3.3.1 rc1 on my win2k adv server, I would like to start it as a service but it didn't work.
    i customize the file wrapper.properties
    wrapper.tomcat_home=C:\Program Files\jakarta-tomcat-3.3.1
    and
    wrapper.java_home=C:\Program Files\Java\j2re1.4.0
    After this i copy the file jk_nt_service.exe in the folder
    C:\Program Files\jakarta-tomcat-3.3.1\conf\jk
    At the end i execute the command
    jk_nt_service -i tomcat wrapper.properties
    net start tomcat
    jk_nt_service -s tomcat
    but it didn't work, can anybody help me ?
    thks 123jumper123

    Hi,
    Check your log files in the tomcat_home/logs directory. They should be able to help you debug the problem.

  • Error while starting the Informatica services

    Hi All,
    I have installed Informatica on my local machine. All of sudden my Informatica services in services.msc went down. If I start the Informatica service means, it is starting in services.msc. But after few seconds it is again going down in services.msc. Again if I start the service then it is starting and after 15 seconds it is going down again and again. I am not sure with the issue.
    Due to that Informatica administrator page is not logging in and also I couldn’t connect to any of the Informatica clients.
    I checked the catalina.out file and find the below error message:
    Cannot start node due to the error: [[RSVCSHARED_00014] The Repository Capability ['Persistence'] failed to initialize due to: '[DBPERSISTER_0009] Failed to connect to database with connection string 'jdbc:informatica:oracle://localhost:1521;ServiceName=ora.idc.oracle.com;MaxPooledStatements=20;CatalogOptions=0;BatchPerformanceWorkaround=true' as user 'hdm'']
    Starting Tomcat on HTTP port 6005.
    Domain service init method is called.
    # An unexpected error has been detected by Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x2b9cd2fe, pid=7920, tid=7980
    # Java VM: Java HotSpot(TM) Client VM (11.2-b01 mixed mode windows-x86)
    # Problematic frame:
    # C [PMUTILS.dll+0xed2fe]
    # An error report file with more information is saved as:
    # C:\Informatica\9.0.1\tomcat\bin\hs_err_pid7920.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    The content of hs_err_pid7920.log is:
    # An unexpected error has been detected by Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x2b9cd2fe, pid=7920, tid=7980
    # Java VM: Java HotSpot(TM) Client VM (11.2-b01 mixed mode windows-x86)
    # Problematic frame:
    # C [PMUTILS.dll+0xed2fe]
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    --------------- T H R E A D ---------------
    Current thread (0x00b79c00): JavaThread "main" [_thread_in_native, id=7980, stack(0x00090000,0x00190000)]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000000
    Registers:
    EAX=0x00000000, EBX=0xffffffff, ECX=0x71d7e78e, EDX=0x00190000
    ESP=0x0018ed2c, EBP=0x00000000, ESI=0x00000000, EDI=0x00000000
    EIP=0x2b9cd2fe, EFLAGS=0x00010246
    Top of Stack: (sp=0x0018ed2c)
    0x0018ed2c: a5478bb0 00b79c00 256a9688 0018eff4
    0x0018ed3c: 256a9688 2e963ca4 2e940828 2e963d44
    0x0018ed4c: 00000000 0018efd4 00000000 00b79c00
    0x0018ed5c: 0018edec 00b79c00 00000000 00000000
    0x0018ed6c: 0000000b 0018ef08 00b79c00 00000000
    0x0018ed7c: 00000114 00000006 00000001 00001db1
    0x0018ed8c: 00000002 00650053 00760072 00630069
    0x0018ed9c: 00200065 00610050 006b0063 00310020
    Instructions: (pc=0x2b9cd2fe)
    0x2b9cd2ee: 10 33 ff ff d0 83 7c 24 54 06 72 54 8b 44 24 20
    0x2b9cd2fe: 8b 08 55 55 8d 54 24 34 52 55 68 cc 2c a1 2b 50
    Stack: [0x00090000,0x00190000], sp=0x0018ed2c, free space=1019k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [PMUTILS.dll+0xed2fe]
    [error occurred during error reporting (printing native stack), id 0xc0000005]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j com.informatica.powercenter.sdkint.repository.ISystemUtility._getNumberOfCpuSockets()I+0
    j com.informatica.powercenter.sdkint.repository.ISystemUtility.getNumberOfCpuSockets()I+0
    j com.informatica.isp.domainservice.nodeconfiguration.NodePredefinedResourceLoader.loadPredefinedResources(Ljava/lang/String;)Ljava/util/List;+308
    j com.informatica.isp.corecommon.core.NodeResources.listPredefinedResources(Ljava/lang/String;)Ljava/util/List;+26
    j com.informatica.isp.domainservice.nodeconfiguration.NodeConfigurationImpl.init(Lcom/informatica/isp/domainrepositoryservice/DomainRepositoryService;)V+99
    j com.informatica.isp.domainservice.DomainServiceImpl.init()V+133
    j com.informatica.isp.domainservice.DomainServiceLifeCycleHandler.initService()V+26
    j com.informatica.pcsf.servicesframework.service.impl.Service.init(Lcom/informatica/pcsf/servicesframework/service/impl/PortHandler;)V+55
    j com.informatica.pcsf.servicesframework.service.impl.ServicesFrameworkImpl.startService(Lcom/informatica/pcsf/servicesframework/service/ServiceMetadata;)V+65
    j com.informatica.isp.tools.ispstarter.JSFStarter.init()V+515
    j com.informatica.isp.tools.ispwebstarter.ISPWebStarterServlet.init()V+3
    j javax.servlet.GenericServlet.init(Ljavax/servlet/ServletConfig;)V+6
    j org.apache.catalina.core.StandardWrapper.loadServlet()Ljavax/servlet/Servlet;+717
    j org.apache.catalina.core.StandardWrapper.load()V+2
    j org.apache.catalina.core.StandardContext.loadOnStartup([Lorg/apache/catalina/Container;)V+172
    j org.apache.catalina.core.StandardContext.start()V+1219
    j org.apache.catalina.core.ContainerBase.addChildInternal(Lorg/apache/catalina/Container;)V+149
    j org.apache.catalina.core.ContainerBase.addChild(Lorg/apache/catalina/Container;)V+26
    j org.apache.catalina.core.StandardHost.addChild(Lorg/apache/catalina/Container;)V+25
    j org.apache.catalina.startup.HostConfig.deployWAR(Ljava/lang/String;Ljava/io/File;Ljava/lang/String;)V+482
    j org.apache.catalina.startup.HostConfig.deployWARs(Ljava/io/File;[Ljava/lang/String;)V+223
    j org.apache.catalina.startup.HostConfig.deployApps()V+25
    j org.apache.catalina.startup.HostConfig.start()V+147
    j org.apache.catalina.startup.HostConfig.lifecycleEvent(Lorg/apache/catalina/LifecycleEvent;)V+132
    j org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(Ljava/lang/String;Ljava/lang/Object;)V+68
    j org.apache.catalina.core.ContainerBase.start()V+306
    j org.apache.catalina.core.StandardHost.start()V+303
    j org.apache.catalina.core.ContainerBase.start()V+266
    j org.apache.catalina.core.StandardEngine.start()V+221
    j org.apache.catalina.core.StandardService.start()V+132
    j org.apache.catalina.core.StandardServer.start()V+88
    j org.apache.catalina.startup.Catalina.start()V+32
    v ~StubRoutines::call_stub
    j sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
    j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
    j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
    j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+161
    j org.apache.catalina.startup.Bootstrap.start()V+37
    j org.apache.catalina.startup.Bootstrap.main([Ljava/lang/String;)V+158
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x28e20400 JavaThread "Timer-2" daemon [_thread_blocked, id=7472, stack(0x2b6c0000,0x2b7c0000)]
    0x28e1fc00 JavaThread "pool-1-thread-1" [_thread_in_native, id=812, stack(0x2b580000,0x2b680000)]
    0x28e1f800 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2" daemon [_thread_blocked, id=4944, stack(0x2b440000,0x2b540000)]
    0x28e1f400 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1" daemon [_thread_blocked, id=7584, stack(0x2b300000,0x2b400000)]
    0x28e1ec00 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0" daemon [_thread_blocked, id=1492, stack(0x2b1c0000,0x2b2c0000)]
    0x28e1e800 JavaThread "Timer-1" daemon [_thread_blocked, id=7896, stack(0x2b080000,0x2b180000)]
    0x28e1e000 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2" daemon [_thread_blocked, id=324, stack(0x2af40000,0x2b040000)]
    0x00b00c00 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1" daemon [_thread_blocked, id=6196, stack(0x2ae00000,0x2af00000)]
    0x00b00800 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0" daemon [_thread_blocked, id=6460, stack(0x2acc0000,0x2adc0000)]
    0x28b4c400 JavaThread "Timer-0" daemon [_thread_blocked, id=7064, stack(0x2ab80000,0x2ac80000)]
    0x28ce0400 JavaThread "UserManagementServiceBroadcaster" daemon [_thread_blocked, id=1644, stack(0x29a70000,0x29b70000)]
    0x28ce1400 JavaThread "DomainConfigurationServiceBroadcaster" daemon [_thread_blocked, id=7712, stack(0x29930000,0x29a30000)]
    0x28dc8400 JavaThread "Thread-1" daemon [_thread_blocked, id=7032, stack(0x297f0000,0x298f0000)]
    0x28dc8000 JavaThread "Thread 6 of 6 in DomainServiceThreadPool" daemon [_thread_blocked, id=4344, stack(0x296b0000,0x297b0000)]
    0x28c4fc00 JavaThread "Thread 5 of 6 in DomainServiceThreadPool" daemon [_thread_blocked, id=2208, stack(0x29570000,0x29670000)]
    0x28c4f400 JavaThread "Thread 4 of 6 in DomainServiceThreadPool" daemon [_thread_blocked, id=7764, stack(0x29430000,0x29530000)]
    0x28c4f000 JavaThread "Thread 3 of 6 in DomainServiceThreadPool" daemon [_thread_blocked, id=528, stack(0x29330000,0x29430000)]
    0x28ce3400 JavaThread "Thread 2 of 6 in DomainServiceThreadPool" daemon [_thread_blocked, id=7532, stack(0x29230000,0x29330000)]
    0x28c3dc00 JavaThread "Thread 1 of 6 in DomainServiceThreadPool" daemon [_thread_blocked, id=6804, stack(0x29130000,0x29230000)]
    0x00af3000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=7476, stack(0x27af0000,0x27bf0000)]
    0x00aed000 JavaThread "CompilerThread0" daemon [_thread_blocked, id=7292, stack(0x279b0000,0x27ab0000)]
    0x00ae1c00 JavaThread "Attach Listener" daemon [_thread_blocked, id=1180, stack(0x27870000,0x27970000)]
    0x00ace800 JavaThread "Finalizer" daemon [_thread_blocked, id=7360, stack(0x27730000,0x27830000)]
    0x00aca000 JavaThread "Reference Handler" daemon [_thread_blocked, id=5392, stack(0x275f0000,0x276f0000)]
    =>0x00b79c00 JavaThread "main" [_thread_in_native, id=7980, stack(0x00090000,0x00190000)]
    Other Threads:
    0x00ac6c00 VMThread [stack: 0x274b0000,0x275b0000] [id=2060]
    0x00af3800 WatcherThread [stack: 0x27c30000,0x27d30000] [id=4612]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 18240K, used 3293K [0x03250000, 0x04610000, 0x059b0000)
    eden space 16256K, 20% used [0x03250000, 0x03587618, 0x04230000)
    from space 1984K, 0% used [0x04420000, 0x04420000, 0x04610000)
    to space 1984K, 0% used [0x04230000, 0x04230000, 0x04420000)
    tenured generation total 241984K, used 22696K [0x059b0000, 0x14600000, 0x23250000)
    the space 241984K, 9% used [0x059b0000, 0x06fda0a0, 0x06fda200, 0x14600000)
    compacting perm gen total 37376K, used 37232K [0x23250000, 0x256d0000, 0x27250000)
    the space 37376K, 99% used [0x23250000, 0x256ac290, 0x256ac400, 0x256d0000)
    No shared spaces configured.
    Dynamic libraries:
    0x00400000 - 0x00433000      C:\Informatica\9.0.1\tomcat\bin\infasvcs.exe
    0x77a80000 - 0x77c00000      C:\windows\SysWOW64\ntdll.dll
    0x77150000 - 0x77260000      C:\windows\syswow64\kernel32.dll
    0x75980000 - 0x759c7000      C:\windows\syswow64\KERNELBASE.dll
    0x758e0000 - 0x75980000      C:\windows\syswow64\ADVAPI32.dll
    0x769d0000 - 0x76a7c000      C:\windows\syswow64\msvcrt.dll
    0x77490000 - 0x774a9000      C:\windows\SysWOW64\sechost.dll
    0x76cb0000 - 0x76da0000      C:\windows\syswow64\RPCRT4.dll
    0x755e0000 - 0x75640000      C:\windows\syswow64\SspiCli.dll
    0x755d0000 - 0x755dc000      C:\windows\syswow64\CRYPTBASE.dll
    0x6d8b0000 - 0x6db06000      C:\Informatica\9.0.1\java\jre\bin\client\jvm.dll
    0x76780000 - 0x76880000      C:\windows\syswow64\USER32.dll
    0x768b0000 - 0x76940000      C:\windows\syswow64\GDI32.dll
    0x76bc0000 - 0x76bca000      C:\windows\syswow64\LPK.dll
    0x76c10000 - 0x76cad000      C:\windows\syswow64\USP10.dll
    0x73b60000 - 0x73b92000      C:\windows\system32\WINMM.dll
    0x7c340000 - 0x7c396000      C:\windows\system32\MSVCR71.dll
    0x76ef0000 - 0x76f50000      C:\windows\system32\IMM32.DLL
    0x76dc0000 - 0x76e8c000      C:\windows\syswow64\MSCTF.dll
    0x74590000 - 0x745dc000      C:\windows\system32\apphelp.dll
    0x6d340000 - 0x6d348000      C:\Informatica\9.0.1\java\jre\bin\hpi.dll
    0x77a50000 - 0x77a55000      C:\windows\syswow64\PSAPI.DLL
    0x6d860000 - 0x6d86c000      C:\Informatica\9.0.1\java\jre\bin\verify.dll
    0x6d3e0000 - 0x6d3ff000      C:\Informatica\9.0.1\java\jre\bin\java.dll
    0x6d8a0000 - 0x6d8af000      C:\Informatica\9.0.1\java\jre\bin\zip.dll
    0x75af0000 - 0x7673a000      C:\windows\syswow64\SHELL32.DLL
    0x76e90000 - 0x76ee7000      C:\windows\syswow64\SHLWAPI.dll
    0x77260000 - 0x773bc000      C:\windows\syswow64\ole32.dll
    0x6d6c0000 - 0x6d6d3000      C:\Informatica\9.0.1\java\jre\bin\net.dll
    0x76bd0000 - 0x76c05000      C:\windows\syswow64\WS2_32.dll
    0x758d0000 - 0x758d6000      C:\windows\syswow64\NSI.dll
    0x74ee0000 - 0x74f1c000      C:\windows\system32\mswsock.dll
    0x74970000 - 0x74976000      C:\windows\System32\wship6.dll
    0x74ed0000 - 0x74ed5000      C:\windows\System32\wshtcpip.dll
    0x74870000 - 0x74886000      C:\windows\system32\CRYPTSP.dll
    0x74830000 - 0x7486b000      C:\windows\system32\rsaenh.dll
    0x74ec0000 - 0x74ecb000      C:\windows\system32\profapi.dll
    0x739f0000 - 0x73a00000      C:\windows\system32\NLAapi.dll
    0x739e0000 - 0x739f0000      C:\windows\system32\napinsp.dll
    0x739c0000 - 0x739d2000      C:\windows\system32\pnrpnsp.dll
    0x739b0000 - 0x739bd000      C:\windows\system32\wshbth.dll
    0x749f0000 - 0x74a34000      C:\windows\system32\DNSAPI.dll
    0x739a0000 - 0x739a8000      C:\windows\System32\winrnr.dll
    0x749d0000 - 0x749ec000      C:\windows\system32\IPHLPAPI.DLL
    0x749c0000 - 0x749c7000      C:\windows\system32\WINNSI.DLL
    0x73b50000 - 0x73b56000      C:\windows\system32\rasadhlp.dll
    0x74930000 - 0x74968000      C:\windows\System32\fwpuclnt.dll
    0x6d610000 - 0x6d619000      C:\Informatica\9.0.1\java\jre\bin\management.dll
    0x6d6e0000 - 0x6d6e9000      C:\Informatica\9.0.1\java\jre\bin\nio.dll
    0x2b7c0000 - 0x2b810000      C:\Informatica\9.0.1\server\bin\pmjrepn.dll
    0x00870000 - 0x00890000      C:\Informatica\9.0.1\server\bin\pmsdkcmn.dll
    0x2b810000 - 0x2b88a000      C:\Informatica\9.0.1\server\bin\pmdec.dll
    0x28690000 - 0x2869c000      C:\Informatica\9.0.1\server\bin\pmassert.dll
    0x6b850000 - 0x6bbf1000      C:\windows\WinSxS\x86_microsoft.vc90.mfc_1fc8b3b9a1e18e3b_9.0.30729.1_none_dcc7eae99ad0d9cf\mfc90u.dll
    0x74770000 - 0x74813000      C:\windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4940_none_50916076bcb9a742\MSVCR90.dll
    0x745e0000 - 0x74664000      C:\windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.17514_none_ec83dffa859149af\COMCTL32.dll
    0x721c0000 - 0x721c5000      C:\windows\system32\MSIMG32.dll
    0x76940000 - 0x769cf000      C:\windows\syswow64\OLEAUT32.dll
    0x286b0000 - 0x286bd000      C:\Informatica\9.0.1\server\bin\pmcutils.dll
    0x74b20000 - 0x74b71000      C:\windows\system32\WINSPOOL.DRV
    0x74280000 - 0x742bc000      C:\windows\system32\OLEACC.dll
    0x2b890000 - 0x2b8bd000      C:\Informatica\9.0.1\server\bin\pmi18n.dll
    0x4a800000 - 0x4a89c000      C:\Informatica\9.0.1\server\bin\pmicuuc32.dll
    0x4ad00000 - 0x4b81d000      C:\Informatica\9.0.1\server\bin\pmicudt32.dll
    0x4a900000 - 0x4a9b0000      C:\Informatica\9.0.1\server\bin\pmicuin32.dll
    0x2b8e0000 - 0x2bb38000      C:\Informatica\9.0.1\server\bin\PMUTILS.dll
    0x75300000 - 0x75307000      C:\windows\system32\WSOCK32.dll
    0x2bb50000 - 0x2bb6b000      C:\Informatica\9.0.1\server\bin\pmserial.dll
    0x71af0000 - 0x71b2c000      C:\windows\system32\pdh.dll
    0x2bb80000 - 0x2bc80000      C:\Informatica\9.0.1\server\bin\PMLIBEAY32.dll
    0x73280000 - 0x7330e000      C:\windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4940_none_50916076bcb9a742\MSVCP90.dll
    0x2bc90000 - 0x2bcce000      C:\Informatica\9.0.1\server\bin\ice.dll
    0x2bce0000 - 0x2bdeb000      C:\Informatica\9.0.1\server\bin\ACE.dll
    0x74b00000 - 0x74b11000      C:\windows\system32\NETAPI32.dll
    0x74af0000 - 0x74af9000      C:\windows\system32\netutils.dll
    0x74ad0000 - 0x74ae9000      C:\windows\system32\srvcli.dll
    0x74ac0000 - 0x74acf000      C:\windows\system32\wkscli.dll
    0x2be00000 - 0x2bebd000      C:\Informatica\9.0.1\server\bin\pmrepsdk.dll
    0x2bed0000 - 0x2d572000      C:\Informatica\9.0.1\server\bin\pmrepcmn.dll
    0x2d590000 - 0x2d709000      C:\Informatica\9.0.1\server\bin\pmxml.dll
    0x2d720000 - 0x2d909000      C:\Informatica\9.0.1\server\bin\pmxerces-c_2_7.dll
    0x774e0000 - 0x775d5000      C:\windows\syswow64\WININET.dll
    0x76a80000 - 0x76bb7000      C:\windows\syswow64\urlmon.dll
    0x759d0000 - 0x75aee000      C:\windows\syswow64\CRYPT32.dll
    0x77670000 - 0x7767c000      C:\windows\syswow64\MSASN1.dll
    0x76f50000 - 0x7714f000      C:\windows\syswow64\iertutil.dll
    0x2d920000 - 0x2d938000      C:\Informatica\9.0.1\server\bin\PmCmnVari.dll
    0x2d950000 - 0x2d95f000      C:\Informatica\9.0.1\server\bin\pmproctasklib.dll
    0x70e30000 - 0x711cc000      C:\windows\WinSxS\x86_microsoft.vc90.mfc_1fc8b3b9a1e18e3b_9.0.30729.1_none_dcc7eae99ad0d9cf\mfc90.dll
    0x2d970000 - 0x2d9b3000      C:\Informatica\9.0.1\server\bin\PmCmnExpr.dll
    0x2d9d0000 - 0x2da62000      C:\Informatica\9.0.1\server\bin\pmexpr.dll
    0x2da80000 - 0x2da90000      C:\Informatica\9.0.1\server\bin\pmlicense.dll
    0x2daa0000 - 0x2dd23000      C:\Informatica\9.0.1\server\bin\pmpcsfcmn.dll
    0x2dd40000 - 0x2dd54000      C:\Informatica\9.0.1\server\bin\pmpcsfprtcl.dll
    0x2dd70000 - 0x2dda0000      C:\Informatica\9.0.1\server\bin\libcurl.dll
    0x2ddb0000 - 0x2dde0000      C:\Informatica\9.0.1\server\bin\SSLEAY32.dll
    0x2ddf0000 - 0x2de29000      C:\Informatica\9.0.1\server\bin\PMODLNT.dll
    0x2de40000 - 0x2de88000      C:\Informatica\9.0.1\server\bin\pmesapi.dll
    0x2dea0000 - 0x2dee3000      C:\Informatica\9.0.1\server\bin\pminfa.dll
    0x2df00000 - 0x2e08e000      C:\Informatica\9.0.1\server\bin\pmreplib.dll
    0x2e0a0000 - 0x2e0b0000      C:\Informatica\9.0.1\server\bin\pmsso.dll
    0x742c0000 - 0x74340000      C:\windows\system32\UxTheme.dll
    0x721a0000 - 0x721b3000      C:\windows\system32\dwmapi.dll
    0x72c40000 - 0x72c4d000      C:\windows\WinSxS\x86_microsoft.vc90.mfcloc_1fc8b3b9a1e18e3b_9.0.30729.1_none_da4695fc507e16e1\MFC90ENU.DLL
    0x2e290000 - 0x2e2c3000      C:\Informatica\9.0.1\server\bin\pmjsysutiln.dll
    0x757e0000 - 0x75863000      C:\windows\syswow64\CLBCatQ.DLL
    0x748f0000 - 0x748fa000      C:\windows\system32\wbem\wbemprox.dll
    0x74890000 - 0x748ec000      C:\windows\system32\wbemcomn.dll
    0x74820000 - 0x7482e000      C:\windows\system32\RpcRtRemote.dll
    0x71e00000 - 0x71e0f000      C:\windows\system32\wbem\wbemsvc.dll
    0x71d60000 - 0x71df6000      C:\windows\system32\wbem\fastprox.dll
    0x71ce0000 - 0x71cf8000      C:\windows\system32\NTDSAPI.dll
    VM Arguments:
    jvm_args: -Dcatalina.base=C:\Informatica\9.0.1\tomcat -Dcatalina.home=C:\Informatica\9.0.1\tomcat -Djava.endorsed.dirs=C:\Informatica\9.0.1\tomcat\common\endorsed -Duser.dir=C:\Informatica\9.0.1\tomcat\bin -DINFA_HOME=C:\Informatica\9.0.1 -DINFA_DEV_LOG_DIR= -DINFA_DOMAINS_FILE=C:\Informatica\9.0.1\domains.infa -Djava.io.tmpdir=C:\Informatica\9.0.1\tomcat\temp -Xrs -Xms256m -Xmx512m -Djava.library.path=C:\Informatica\9.0.1\server\bin
    java_command: <unknown>
    Launcher Type: generic
    Environment Variables:
    CLASSPATH=.;C:\Program Files (x86)\Java\jre7\lib\ext\QTJava.zip
    PATH=C:\Informatica\9.0.1\server\bin;C:\Program Files (x86)\Java\jre7\bin;C:\Informatica\9.0.1\clients\tools\datadirect;C:\app\Tomar\product\11.2.0\dbhome_1\bin;C:\Informatica\9.0.1\server\bin;C:\Informatica\9.0.1\clients\tools\datadirect;C:\Informatica\9.0.1\tools\datadirect;C:\app\Tomar\product\11.2.0\client_2;C:\Informatica\9.0.1\clients\tools\datadirect;C:\Informatica\9.0.1\clients\DeveloperClient\bin;D:\app\product\11.2.0\dbhome_2\bin;C:\Program Files (x86)\RSA SecurID Token Common;C:\app\Tomar\product\11.2.0\dbhome_3\bin;C:\app\Tomar\product\11.2.0\dbhome_2\bin;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\ThinkPad\Bluetooth Software\;C:\Program Files\ThinkPad\Bluetooth Software\syswow64;C:\Program Files (x86)\QuickTime\QTSystem\;
    USERNAME=R8X8W8B$
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 37 Stepping 5, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows NT 6.1 Build 7601 Service Pack 1
    CPU:total 4 (8 cores per cpu, 2 threads per core) family 6 model 5 stepping 5, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, ht
    Memory: 4k page, physical 3985044k(1819076k free), swap 4194303k(4194303k free)
    vm_info: Java HotSpot(TM) Client VM (11.2-b01) for windows-x86 JRE (1.6.0_12-b04), built on Jan 17 2009 09:57:14 by "java_re" with MS VC++ 7.1
    time: Mon Apr 01 19:43:59 2013
    elapsed time: 24 seconds

    879625 wrote:
    Due to that Informatica administrator page is not logging in and also I couldn’t connect to any of the Informatica clients.
    I checked the catalina.out file and find the below error message:
    Cannot start node due to the error: [[RSVCSHARED_00014] The Repository Capability ['Persistence'] failed to initialize due to: '[DBPERSISTER_0009] Failed to connect to database with connection string 'jdbc:informatica:oracle://localhost:1521;ServiceName=ora.idc.oracle.com;MaxPooledStatements=20;CatalogOptions=0;BatchPerformanceWorkaround=true' as user 'hdm'']
    Starting Tomcat on HTTP port 6005.
    Domain service init method is called.
    # An unexpected error has been detected by Java Runtime Environment:
    are you able to connect with the userid and pwd which you have used during the install (eg: inf_repo and password) in the jdbc connection string "jdbc:informatica:oracle://localhost:1521;ServiceName=ora.idc.oracle.com"
    and also which java version are using. Looks like the Java is having issues as the jdbc is using this java.
    Thanks,
    RM

  • Error while starting Tomcat

    Hi,
    This may be a very basic question on tomcat server:
    What is the difference between creating a server (through the server View provided in eclipse) and using the three icons (at the top, just below the main menu) to start tomcat? I am new to Tomcat and am developing a web appln on tomcat.
    Another question that i have is,
    1. To which folder is my application deployed in Tomcat? For.e.g in Jboss the application as a war file can be fond in Jboss/server/default(or all)/deploy.
    2. In Jboss i have an option to publish the project, if i start Tomcat by the 3 icon buttons provided at the top, how can i ensure that my latest code is published to the tomcat server.
    3. What is this Tomcat manager screen for? How can i make use of this?
    Apart from these, i am getting a few exceptions when i start tomcat (both by the 3 buttons and by creating a server in the server view), here is the list (from the console);
    org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'service-name': Invocation of init method failed; nested exception is javax.naming.NameNotFoundException: Le Nom service-name n'est pas li� � ce Contexte
    Caused by: javax.naming.NameNotFoundException: Le Nom service-name n'est pas li� � ce Contexte
         at org.apache.naming.NamingContext.lookup(NamingContext.java:768)
         at org.apache.naming.NamingContext.lookup(NamingContext.java:138)
         at org.apache.naming.NamingContext.lookup(NamingContext.java:779)
         at org.apache.naming.NamingContext.lookup(NamingContext.java:138)
         at org.apache.naming.NamingContext.lookup(NamingContext.java:779)
         at org.apache.naming.NamingContext.lookup(NamingContext.java:151)
         at org.apache.naming.SelectorContext.lookup(SelectorContext.java:136)
         at javax.naming.InitialContext.lookup(InitialContext.java:347)
         at org.springframework.jndi.JndiTemplate$1.doInContext(JndiTemplate.java:124)
         at org.springframework.jndi.JndiTemplate.execute(JndiTemplate.java:86)
         at org.springframework.jndi.JndiTemplate.lookup(JndiTemplate.java:122)
         at org.springframework.jndi.JndiTemplate.lookup(JndiTemplate.java:147)
         at org.springframework.jndi.JndiLocatorSupport.lookup(JndiLocatorSupport.java:90)
         at org.springframework.jndi.JndiObjectLocator.lookup(JndiObjectLocator.java:101)
         at org.springframework.jndi.JndiObjectFactoryBean.lookupWithFallback(JndiObjectFactoryBean.java:164)
         at org.springframework.jndi.JndiObjectFactoryBean.afterPropertiesSet(JndiObjectFactoryBean.java:151)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1062)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1029)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:420)
         at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:245)
         at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:141)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:242)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:156)
         at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:287)
         at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:348)
         at org.springframework.web.context.support.AbstractRefreshableWebApplicationContext.refresh(AbstractRefreshableWebApplicationContext.java:156)
         at org.springframework.web.servlet.FrameworkServlet.createWebApplicationContext(FrameworkServlet.java:308)
         at org.springframework.web.servlet.FrameworkServlet.initWebApplicationContext(FrameworkServlet.java:252)
         at org.springframework.web.servlet.FrameworkServlet.initServletBean(FrameworkServlet.java:221)
         at org.springframework.web.servlet.HttpServletBean.init(HttpServletBean.java:115)
         at javax.servlet.GenericServlet.init(GenericServlet.java:211)
         at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1029)
    2007-11-22 13:59:16 StandardContext[/directory-prod]La servlet /directory-prod a g�n�r� une exception "load()"
    javax.servlet.ServletException: "Servlet.init()" pour la servlet ws a g�n�r� une exception
         at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1071)
         at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:862)
         at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4013)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:4357)
         at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:823)
         at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:807)
         at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:595)
         at org.apache.catalina.core.StandardHostDeployer.install(StandardHostDeployer.java:277)
         at org.apache.catalina.core.StandardHost.install(StandardHost.java:832)
         at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:701)
         at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:432)
         at org.apache.catalina.startup.HostConfig.start(HostConfig.java:983)
         at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:349)
         at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1091)
         at org.apache.catalina.core.StandardHost.start(StandardHost.java:789)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1083)
         at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:478)
         at org.apache.catalina.core.StandardService.start(StandardService.java:480)
         at org.apache.catalina.core.StandardServer.start(StandardServer.java:2313)
         at org.apache.catalina.startup.Catalina.start(Catalina.java:556)
         at jrockit.reflect.VirtualNativeMethodInvoker.invoke(Ljava.lang.Object;[Ljava.lang.Object;)Ljava.lang.Object;(Unknown Source)
         at java.lang.reflect.Method.invoke(Ljava.lang.Object;[Ljava.lang.Object;I)Ljava.lang.Object;(Unknown Source)
         at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:287)
         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:425)
    ----- Root Cause -----
    org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'service-name': Invocation of init method failed; nested exception is javax.naming.NameNotFoundException: Le Nom service-name n'est pas li� � ce Contexte
    Caused by: javax.naming.NameNotFoundException: Le Nom service-name n'est pas li� � ce Contexte
         at org.apache.naming.NamingContext.lookup(NamingContext.java:768)
         at org.apache.naming.NamingContext.lookup(NamingContext.java:138)
         at org.apache.naming.NamingContext.lookup(NamingContext.java:779)
         at org.apache.naming.NamingContext.lookup(NamingContext.java:138)
         at org.apache.naming.NamingContext.lookup(NamingContext.java:779)
         at org.apache.naming.NamingContext.lookup(NamingContext.java:151)
         at org.apache.naming.SelectorContext.lookup(SelectorContext.java:136)
         at javax.naming.InitialContext.lookup(InitialContext.java:347)
         at org.springframework.jndi.JndiTemplate$1.doInContext(JndiTemplate.java:124)
         at org.springframework.jndi.JndiTemplate.execute(JndiTemplate.java:86)
         at org.springframework.jndi.JndiTemplate.lookup(JndiTemplate.java:122)
         at org.springframework.jndi.JndiTemplate.lookup(JndiTemplate.java:147)
         at org.springframework.jndi.JndiLocatorSupport.lookup(JndiLocatorSupport.java:90)
         at org.springframework.jndi.JndiObjectLocator.lookup(JndiObjectLocator.java:101)
         at org.springframework.jndi.JndiObjectFactoryBean.lookupWithFallback(JndiObjectFactoryBean.java:164)
         at org.springframework.jndi.JndiObjectFactoryBean.afterPropertiesSet(JndiObjectFactoryBean.java:151)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1062)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1029)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:420)
         at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:245)
         at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:141)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:242)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:156)
         at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:287)
         at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:348)
         at org.springframework.web.context.support.AbstractRefreshableWebApplicationContext.refresh(AbstractRefreshableWebApplicationContext.java:156)
         at org.springframework.web.servlet.FrameworkServlet.createWebApplicationContext(FrameworkServlet.java:308)
         at org.springframework.web.servlet.FrameworkServlet.initWebApplicationContext(FrameworkServlet.java:252)
         at org.springframework.web.servlet.FrameworkServlet.initServletBean(FrameworkServlet.java:221)
         at org.springframework.web.servlet.HttpServletBean.init(HttpServletBean.java:115)
         at javax.servlet.GenericServlet.init(GenericServlet.java:211)
         at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1029)

    Hi.
    In order to run a web project, you have first to create a server in eclipse. Normally, this is done only the first time: you don't have to do it for every project and/or run.
    To run your project in aserver, you hava to select the project in the package explorer, pick the middle-button :(green circle, play without overlays), and select Run As -> Run on server.
    There, you should select a server if you already configured one or create a new one.
    Now, I think that the error you're getting has nothing to do with JSF. It's more likely a Spring configuration error. You may have declared a JNDI DataSource for example named "service-name" in applicationContext.xml but not in your Container (Tomcat, JBoss, etc.).
    Regards.

  • Tomcat as service : install path with spaces

    I'm trying to install tomcat as service
    but when I choose an install path with spaces
    I mean smthing like "c:\program files\tomcat"
    it doesn't work
    I tried to modify the wrapper.properties file
    with "" but it doesn't work
    I even set the parameter wrapper.cmd_line with
    a command line that works when launched for CMD
    but the service doesn't start
    any idea????

    I found it ! (hope it helps)
    wrapper.properties that works with spaces in the name
    of the java directory and the tomcat directory
    # $Header: /home/cvs/jakarta-tomcat/src/etc/Attic/wrapper.properties,v 1.2.2.1 2000/10/16 01:59:22 larryi Exp $
    # $Revision: 1.2.2.1 $
    # $Date: 2000/10/16 01:59:22 $
    # jk_service.properties - a bootstrup file for the Tomcat NT service.
    # This file provides jk_nt_service with the needed information to
    # start tomcat at a different process.
    # As a general note, the characters $( and ) are used internally to define
    # macros. Do not use them!!!
    # Whenever you see a set of lines such as:
    # x=value
    # y=$(x)\something
    # the final value for y will be value\something
    # Normaly all you will need to modify is the first two properties, i.e.
    # wrapper.tomcat_home and wrapper.java_home. Most of the configuration
    # is derived from these two.
    # wrapper.tomcat_home should point to the location where you
    # installed tomcat. This is where you have your conf, webapps and lib
    # directories.
    wrapper.tomcat_home=C:\Program Files\tomcat-3.2.1
    # wrapper.java_home should point to your Java installation. Normally
    # you should have a bin and lib directories beneath it.
    wrapper.java_home=C:\Program Files\JavaSoft\JRE\1.3
    #------ ADVANCED MODE ------------------------------------------------
    # Make sure that you read the how-to before making too many changes.
    # Defining where the service is going to put the standard
    # output of Tomcat. This is where System.out.println and
    # System.err.println goes to.
    wrapper.stdout=$(wrapper.tomcat_home)\logs\jvm.stdout
    wrapper.stderr=$(wrapper.tomcat_home)\logs\jvm.stderr
    # Additions to the path. put here directories where you store DLLs for
    # native methods etc.
    wrapper.ld_path=d:\
    wrapper.ld_path=c:\
    # Defining the classpath. All the rows that belongs to the class_path
    # property are concatenated to create the classpath for Tomcat.
    # If you have additional locations that you would like to add to the
    # claspath you should add a new wrapper.class_path=<location> line.
    wrapper.class_path="$(wrapper.tomcat_home)\classes"
    wrapper.class_path="$(wrapper.tomcat_home)\lib\jaxp.jar"
    wrapper.class_path="$(wrapper.tomcat_home)\lib\parser.jar"
    wrapper.class_path="$(wrapper.tomcat_home)\lib\webserver.jar"
    wrapper.class_path="$(wrapper.tomcat_home)\lib\servlet.jar"
    wrapper.class_path="$(wrapper.tomcat_home)\lib\jasper.jar"
    # This is where Javac is located in JDK1.2.x
    wrapper.class_path="$(wrapper.java_home)\lib\tools.jar"
    # and a tribute to JDK1.1.x
    wrapper.class_path="$(wrapper.java_home)\lib\classes.zip"
    # This is the Java interpreter used for running Tomcat
    wrapper.javabin=$(wrapper.java_home)\bin\java.exe
    # This is Tomcat's startup class (the class that contains Tomcat's
    # starting point.
    wrapper.startup_class=org.apache.tomcat.startup.Tomcat
    # This is the location where tomcat's server.xml configuration file
    # is located.
    wrapper.server_xml=$(wrapper.tomcat_home)\conf\server.xml
    # The NT service uses AJP12/AJP13 to shutdown Tomcat. The
    # wrapper.shutdown_port tells the service the identity of the port that
    # is used by AJP12/AJP13.
    wrapper.shutdown_port=8007
    # Can either be ajp12 or ajp13 depending on your configuration.
    # Default value is ajp12
    wrapper.shutdown_protocol=ajp12
    # This is the command line that is used to start Tomcat. You can add extra
    # parameters to it but you can not remove anything.
    wrapper.cmd_line="$(wrapper.javabin)" -classpath $(wrapper.class_path) $(wrapper.startup_class) -config "$(wrapper.server_xml)" -home "$(wrapper.tomcat_home)"

  • Eclipse 3.0 can't start Tomcat 5.0...

    Hi,
    I've installed Tomcat 5.0, Eclipse 3.0 and Sysdeo-Plugin ( com.sysdeo.eclipse.tomcat_3.0.0).
    After opening Eclipse I've tried to start Tomcat within Eclipse.
    I got the following error-message:
    java.lang.NoClassDefFoundError: org/apache/catalina/startup/Bootstrap
    Next a pop-up-alert was displayed with the following content:
    Java Virtual Machine Launcher: Could not find the main class. Program will exit.
    After trying to start Tomcat agin, errLog showed the following 2 errors:
    1.
    Message: Start Tomcat...
    Exception Stack Trace: An exception stack trace could not be found.
    Session Data:
    eclipse.buildId=M200409161125
    java.version=1.4.2_01
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE
    2.
    Message: Stop Tomcat...
    Exception Stack Trace: An exception stack trace could not be found.
    Session Data:
    eclipse.buildId=M200409161125
    java.version=1.4.2_01
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE
    After closing Eclipse, the error-message (Java Virtual Machine Launcher: Could not find the main class. Program will exit.) was shown, again...
    Do you have any idea, in order to fix the bug...?
    bye
    Chris

    Now I've installed Tomcat 5.5.7 and set CATALINA_HOME and PATH.
    The ErrorLogs by starting and stopping Tomcat were still displayed.
    By starting Tomcat 5.5.7 wihin Eclipse 3.0.1., the Console shows this:
    13.02.2005 14:33:07 org.apache.coyote.http11.Http11Protocol init
    INFO: Initializing Coyote HTTP/1.1 on http-8080
    13.02.2005 14:33:07 org.apache.catalina.startup.Catalina load
    INFO: Initialization processed in 1201 ms
    13.02.2005 14:33:08 org.apache.catalina.core.StandardService start
    INFO: Starting service Catalina
    13.02.2005 14:33:08 org.apache.catalina.core.StandardEngine start
    INFO: Starting Servlet Engine: Apache Tomcat/5.5.7
    13.02.2005 14:33:08 org.apache.catalina.core.StandardHost start
    INFO: XML validation disabled
    13.02.2005 14:33:10 org.apache.catalina.startup.ContextConfig applicationWebConfig
    INFO: Missing application web.xml, using defaults only StandardEngine[Catalina].StandardHost[localhost].StandardContext[/Lomb]
    13.02.2005 14:33:11 org.apache.catalina.loader.WebappClassLoader validateJarFile
    INFO: validateJarFile(C:\Tomcat_5_5_7\webapps\ZT\WEB-INF\lib\servlet-api.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
    13.02.2005 14:33:11 org.apache.catalina.startup.ContextConfig applicationWebConfig
    INFO: Missing application web.xml, using defaults only StandardEngine[Catalina].StandardHost[localhost].StandardContext[/ZT]
    13.02.2005 14:33:11 org.apache.coyote.http11.Http11Protocol start
    INFO: Starting Coyote HTTP/1.1 on http-8080
    13.02.2005 14:33:11 org.apache.jk.common.ChannelSocket init
    INFO: JK2: ajp13 listening on /0.0.0.0:8009
    13.02.2005 14:33:12 org.apache.jk.server.JkMain start
    INFO: Jk running ID=0 time=0/120  config=null
    13.02.2005 14:33:12 org.apache.catalina.storeconfig.StoreLoader load
    INFO: Find registry server-registry.xml at classpath resource
    13.02.2005 14:33:12 org.apache.catalina.startup.Catalina start
    INFO: Server startup in 4517 msSome INFO's look strange:
    INFO: validateJarFile(C:\Tomcat_5_5_7\webapps\ZT\WEB-INF\lib\servlet-api.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offendingor
    INFO: Missing application web.xml, using defaults onlyor
    INFO: XML validation disabledDo you know, what's the reason for it?
    bye
    Chris

  • Trouble in Starting Tomcat server

    Hi,
    I installed Eclipse & Tomcat. I started Tomcat using Eclipse. In console it showed as
    Jun 24, 2006 4:55:09 PM org.apache.coyote.http11.Http11Protocol init
    INFO: Initializing Coyote HTTP/1.1 on http-8080
    Starting service Tomcat-Standalone
    Apache Tomcat/4.1.31
    Jun 24, 2006 4:55:11 PM org.apache.struts.util.PropertyMessageResources <init>
    INFO: Initializing, config='org.apache.struts.util.LocalStrings', returnNull=true
    Jun 24, 2006 4:55:11 PM org.apache.struts.util.PropertyMessageResources <init>
    INFO: Initializing, config='org.apache.struts.action.ActionResources', returnNull=true
    Jun 24, 2006 4:55:12 PM org.apache.struts.util.PropertyMessageResources <init>
    INFO: Initializing, config='org.apache.webapp.admin.ApplicationResources', returnNull=true
    Jun 24, 2006 4:55:14 PM org.apache.coyote.http11.Http11Protocol start
    INFO: Starting Coyote HTTP/1.1 on http-8080
    Jun 24, 2006 4:55:15 PM org.apache.jk.common.ChannelSocket init
    INFO: JK2: ajp13 listening on /0.0.0.0:8009
    Jun 24, 2006 4:55:15 PM org.apache.jk.server.JkMain start
    INFO: Jk running ID=0 time=0/100 config=C:\Program Files\Apache Group\Tomcat 4.1\conf\jk2.properties
    Error compiling file: C:\Program Files\Apache Group\Tomcat 4.1\work\Standalone\localhost\_\/index_jsp.java [javac] Compiling 1 source file
    But When gave this link in URL: http://localhost:8080
    I got an error as follows:
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: Unable to compile class for JSP
    An error occurred at line: -1 in the jsp file: null
    Generated servlet error:
    [javac] Compiling 1 source file.
    Then I tried from command promt to start Tomcat:
    I checked environment variable JAVA_HOME, the Value is "C:\j2sdk1.4.2_11\bin;". Also PATH:;C:\j2sdk1.4.2_11\bin;
    But Igot an error as follows
    C:\Program Files\Apache Group\Tomcat 4.1\bin>startup
    The JAVA_HOME environment variable is not defined correctly
    This environment variable is needed to run this program
    NB: JAVA_HOME should point to a JDK not a JRE
    Using CATALINA_BASE: ..
    Using CATALINA_HOME: ..
    Using CATALINA_TMPDIR: ..\temp
    Using JAVA_HOME: C:\j2sdk1.4.2_11\bin;
    The system cannot find the file -Dsun.io.useCanonCaches=false.
    C:\Program Files\Apache Group\Tomcat 4.1\bin>
    Can any one guide me, to correct this error.
    Thanks in advance.

    did you edit the catalina.bat file in Tomcat?
    It requires that you do so...I don't think by default it will have your JDK that resides on your machine.
    I've edited various versions of Tomcat and the catalina.bat, server.xml and web.xml files before, and usually I've just about always had to add a line (SET JAVA_HOME) and then the variable %JAVA_HOME% will read it.

  • Problem to start tomcat in Business Objects Edge 3.1

    I can not start Tomcat 5.5 installed and deployed from the Business Objects BI Edge 3.1.
    BO installs normally, but Tomcat does not start.
    I tried to start tomcat from the control panel -> administrative tools -> services. But also not start.
    You receive the following message: Windows could start in Apache Tomcat 5.5.20 on the local computer.
    The log is:
    [06/05/2011 10:22:37] [409 javajni.c] [error] Failed CreateJavaVM
    [06/05/2011 10:22:37] [930 prunsrv.c] [error] Failed initializing java C: \ Program Files \ Business Objects \ Tomcat55 \ bin \ bootstrap.jar; C: \ Program Files \ Business Objects \ javasdk \ lib \ tools.jar
    [06/05/2011 10:22:37] [prunsrv.c 1179] [error] ServiceStart returned 2
    [06/05/2011 10:28:42] [409 javajni.c] [error] Failed CreateJavaVM
    [06/05/2011 10:28:42] [930 prunsrv.c] [error] Failed initializing java C: \ Program Files \ Business Objects \ Tomcat55 \ bin \ bootstrap.jar; C: \ Program Files \ Business Objects \ javasdk \ lib \ tools.jar
    [06/05/2011 10:28:42] [prunsrv.c 1179] [error] ServiceStart returned 2
    [06/05/2011 10:30:40] [409 javajni.c] [error] Failed CreateJavaVM
    [06/05/2011 10:30:40] [930 prunsrv.c] [error] Failed initializing java C: \ Program Files \ Business Objects \ Tomcat55 \ bin \ bootstrap.jar; C: \ Program Files \ Business Objects \ javasdk \ lib \ tools.jar
    [06/05/2011 10:30:40] [prunsrv.c 1179] [error] ServiceStart returned 2
    [06/05/2011 13:43:16] [409 javajni.c] [error] Failed CreateJavaVM
    [06/05/2011 13:43:16] [930 prunsrv.c] [error] Failed initializing java C: \ Program Files \ Business Objects \ Tomcat55 \ bin \ bootstrap.jar; C: \ Program Files \ Business Objects \ javasdk \ lib \ tools.jar
    [06/05/2011 13:43:16] [prunsrv.c 1179] [error] ServiceStart returned 2
    [06/05/2011 13:43:20] [409 javajni.c] [error] Failed CreateJavaVM
    [06/05/2011 13:43:20] [930 prunsrv.c] [error] Failed initializing java C: \ Program Files \ Business Objects \ Tomcat55 \ bin \ bootstrap.jar; C: \ Program Files \ Business Objects \ javasdk \ lib \ tools.jar
    [06/05/2011 13:43:20] [prunsrv.c 1179] [error] ServiceStart returned 2
    [06/05/2011 13:53:58] [409 javajni.c] [error] Failed CreateJavaVM
    [06/05/2011 13:53:58] [930 prunsrv.c] [error] Failed initializing java C: \ Program Files \ Business Objects \ Tomcat55 \ bin \ bootstrap.jar; C: \ Program Files \ Business Objects \ javasdk \ lib \ tools.jar
    [06/05/2011 13:53:58] [prunsrv.c 1179] [error] ServiceStart returned 2
    [06/05/2011 14:00:16] [409 javajni.c] [error] Failed CreateJavaVM
    [06/05/2011 14:00:16] [930 prunsrv.c] [error] Failed initializing java C: \ Program Files \ Business Objects \ Tomcat55 \ bin \ bootstrap.jar; C: \ Program Files \ Business Objects \ javasdk \ lib \ tools.jar
    [06/05/2011 14:00:16] [prunsrv.c 1179] [error] ServiceStart returned 2
    [06/05/2011 14:00:45] [409 javajni.c] [error] Failed CreateJavaVM
    [06/05/2011 14:00:45] [930 prunsrv.c] [error] Failed initializing java C: \ Program Files \ Business Objects \ Tomcat55 \ bin \ bootstrap.jar; C: \ Program Files \ Business Objects \ javasdk \ lib \ tools.jar
    [06/05/2011 14:00:45] [prunsrv.c 1179] [error] ServiceStart returned 2
    Help me, what should I do?

    Hi
    By default the BO install tomcat with:
    Initial memory pool: 0 and
    Maximum memory pool: 1024
    I changed the settings in the Tomcat to:
    Tomcat -> Tomcat configuration -> java>
    Initial memory pool: 128 and
    Maximum memory pool: 256
    Then I accessed services.msc and start the Apache Tomcat.

  • When start tomcat on centOS 5.6, got application.log error: Could not open server properties

    Hi
    I follow  FAXS_2_0_Quickstart and start tomcat. The check
    http://centos:8080/flashaccessserver/flashaccess/license/v1
    is ok. But the log file say
    2011-04-21 15:57:59,122 FATAL [com.adobe.flashaccess.refimpl.packager.RefImplPackagerServer][] - Could not open server properties
    java.io.FileNotFoundException
            at com.adobe.flashaccess.refimpl.packager.RefImplPackagerServer.packagerSetup(RefImplPackage rServer.java:98)
            at com.adobe.flashaccess.refimpl.packager.RefImplPackagerServer.run(RefImplPackagerServer.ja va:165)
            at java.lang.Thread.run(Thread.java:636)
    2011-04-21 15:57:59,125 INFO [com.adobe.flashaccess.refimpl.packager.RefImplPackagerServer][] - Exiting Packager thread.
    Which file is it refer to ?
    Where is the propert file to set this?

    Hello,
    It looks like at one time or another, you tried setting up the Flash Access Reference Implementation License Server.  Part of that package is a packaging server (which interfaces with a Graphical UI to package content).  The error you're seeing below suggests something from the Reference Implementation is left behind.
    I suggest doing the following:
    1. Shut down your Flash Access license server
    2. Remove the following from your <tomcat installation directory>/webapps
         2a. (file) flashaccess-packager.war
         2b. (directory) flashaccess-packager
    3. Remove the directory <tomcat installation directory>/work/Catalina
    4. Remove the directory <tomcat installation directory>/conf/Catalina
    5. Start your server
    Also - something to note is that your logfile seems to indicate only an issue was found with the packager deployment.  If there are no issues around the flashaccessserver, then your license server should still work, as those 2 different services (packager server & license server) are independent of each other.
    cheers,
    /Eric.

  • Can't Start Tomcat 5

    Every time I start Tomcat 5 either from the commandline, service or NetBeans it issues this error and the webApp does not get started.
    I get the following:
    SEVERE: Error registering Catalina:type=Mapper
    java.lang.SecurityException: access denied (javax.management.MBeanTrustPermission register)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.checkMBeanTrustPermission(DefaultMBeanServerInterceptor.java:1725)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerMBean(DefaultMBeanServerInterceptor.java:342)
    at com.sun.jmx.mbeanserver.JmxMBeanServer.registerMBean(JmxMBeanServer.java:505)
    at org.apache.commons.modeler.Registry.registerComponent(Registry.java:871)
    at org.apache.commons.modeler.Registry.registerComponent(Registry.java:346)
    at org.apache.coyote.tomcat5.CoyoteConnector.start(CoyoteConnector.java:1557)
    at org.apache.catalina.core.StandardService.start(StandardService.java:528)
    at org.apache.catalina.core.StandardServer.start(StandardServer.java:2345)
    at org.apache.catalina.startup.Catalina.start(Catalina.java:594)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:297)
    at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:398)
    Aug 16, 2004 9:55:06 AM org.apache.coyote.tomcat5.CoyoteConnector start
    SEVERE: Protocol JMX registration failed
    java.lang.SecurityException: access denied (javax.management.MBeanTrustPermission register)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.checkMBeanTrustPermission(DefaultMBeanServerInterceptor.java:1725)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerMBean(DefaultMBeanServerInterceptor.java:342)
    at com.sun.jmx.mbeanserver.JmxMBeanServer.registerMBean(JmxMBeanServer.java:505)
    at org.apache.commons.modeler.Registry.registerComponent(Registry.java:871)
    at org.apache.commons.modeler.Registry.registerComponent(Registry.java:346)
    at org.apache.coyote.tomcat5.CoyoteConnector.start(CoyoteConnector.java:1557)
    at org.apache.catalina.core.StandardService.start(StandardService.java:528)
    at org.apache.catalina.core.StandardServer.start(StandardServer.java:2345)
    at org.apache.catalina.startup.Catalina.start(Catalina.java:594)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:297)
    at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:398)
    Aug 16, 2004 9:55:06 AM org.apache.catalina.startup.Catalina start
    INFO: Server startup in 47859 ms
    Is there a way to stop this?? All I have done is install at this point.
    Any help would be appreciated.
    Lee

    Hi,
    Check the environment variables for TOMCAT_HOME and JAVA_HOME.
    Best of Luck,
    KJ

Maybe you are looking for

  • How do I keep TB from taking up excessive space on my hard drive?

    My TB "All Mail" folder is using 24GB (versus only 4GB in Gmail). I can't find any NSTMP files to delete under imap.googlemail.com or anywhere else. Under imap.google.com there are only two folders -- [Gmail].sbd and INBOX.std. The latter folder is e

  • How to reduce performance time.

    Hi, Any body guide me how to reduce performance time for this report. It’s taking to much time for execution. *& Report  ZEOU_CST_CLAIM_REP                                          * REPORT  zeou_cst_claim_rep. *& Program Name    : ZEOU_CST_CLAIM_REP

  • Customer Ledger

    Hi Experts, I struck in one area while creating Customer ledger report on FIAR. The problem is,I have 'Debit' and 'Credit' amounts.Based on these two i want to generate "Balance" of Customer. In my cube i don't have Opening and Closing Amounts of cus

  • All CD's Ripped!!! Do you still keep them

    Hi what do you do with your cd's once you've ripped them all? I'm half way through mine and at a rough guess I've 400 cd's. Once they're all ripped I'm thinking of selling them as I haven't got the space to store them where I currently li've (one bed

  • Hide value in prompt ?

    Hello, I am working on a report in Webi XIR2 SP4 and I would like to hide the value for a special prompt during user is filling in it like a password : is it possible to replace characters with points ("****") for exemple ? I see that something like