Error installing Tomcat

Hello,
I'm installing Tomcat on a Windows ME machine. I've set the CLASSPATH to C:\Tomcat\jakarta-tomcat-3.2.3, the JAVA_HOME to C:\jdk1.3.1, and the TOMCAT_HOME to C:\Tomcat\jakarta-tomcat-3.2.3. The error I'm getting when I use the startup command is below, with the result that Tomcat is not starting.
Unable to set CLASSPATH dynamically.
Note: To set the CLASSPATH dynamically on Win9x systems
only DOS 8.3 names may be used in TOMCAT_HOME!
Setting your CLASSPATH statically.
Out of environment space
Out of environment space
Out of environment space
Using CLASSPATH: C:\Tomcat\jakarta-tomcat-3.2.3\classes;C:\Tomcat\jakarta-tomcat
-3.2.3\lib\ant.jar;C:\Tomcat\jakarta-tomcat-3.2.3\lib\jasper.jar;C:\Tomcat\jakar
ta-tomcat-3.2.3\lib\jaxp.jar;C:\Tomcat\jakarta-tomcat-3.2.3\lib\parser.jar;C:\To
mcat\jakarta-tomcat-3.2.3\lib
Out of environment space
Starting Tomcat in new window
Does anyone have an idea about what the problem might be?
Thanks greatly,
Adam

I've set the CLASSPATH to
C:\Tomcat\jakarta-tomcat-3.2.3This seems not very useful. Are there any classes in this very directory? Forget about it, and have Tomcat take care of it.
TOMCAT_HOME to
C:\Tomcat\jakarta-tomcat-3.2.3.I think you could eve forget about TOMCAT_HOME. Tomcat will use the directory of the batch files as its home, if not specified.
Note: To set the CLASSPATH dynamically on
Win9x systems only DOS 8.3 names may be
used in TOMCAT_HOME!So: change the directory name to C:\tomcat and try again. Then you'll at least eliminate one possible cause... Tomcat puts no stuff in the Windows registry, so you savely rename the directory.
What about setting JAVA_HOME? I thought that was the only one that could be required... Like:
set JAVA_HOME=c:\jdk1.3
Out of environment spaceThis implies that your WinME cannot handle any more of the "SET A=B" commands in the startup batch file. This will indeed mess up the script's behavior, as Tomcat tries to create the actual start command using such SET commands. Even prior to caring about classpaths etc., this definitely needs to be solved.
In Win9x one could click the left upper DOS logo in a DOS box (or right-click a shortcut or .bat file) to change the environment space from "auto" to some large value. Maybe it helps... What about WinME?
a.

Similar Messages

  • ICM AW error installing tomcat for Reskilling tool

    Wondering if anyone has seen this before.  I am installing some new AW/HDS for a client and keep running into the same error.  When i choose to enable the re-skilling tool, the system is having trouble creating the service account for tomcat and installing it as a service.  I don't think it is a ad rights issue as the install has no issues creating the distributor account.  the error from the setup log is:
    06/18/2010 14:59:12 Installing Tomcat 5.5
    06/18/2010 14:59:12 Installing Tomcat: CommandLine:C:\CDW\CCE_ICME_7_5_1\apache-tomcat-5.5.25.exe  /S /D=C:\icm\tomcat
    06/18/2010 14:59:25 Running command: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\ngen.exe install C:\icm\bin\ServiceAccountManager.exe
    06/18/2010 14:59:26 Creating Tomcat Service Account using Service Account Manager
    06/18/2010 14:59:26 SAM - INFO:
    06/18/2010 14:59:26 SAM - INFO: Setup Processing -- instance: chglb serviceType: Tomcat
    06/18/2010 14:59:27 SAM - INFO: Dynamic Reskilling = 1
    06/18/2010 14:59:27 SAM - INFO: Found Instance: chglb
    06/18/2010 14:59:27 SAM - INFO: Instance -- GetServices() -- queryString: SELECT Name, DisplayName,StartName,State, Started, StartMode,SystemName FROM Win32_Service WHERE (DisplayName = 'Apache Tomcat') OR(DisplayName LIKE 'Cisco ICM %' AND (DisplayName LIKE '% chglb %' AND (DisplayName Like '% Logger%' OR DisplayName Like '% Distributor%')))AND NOT (DisplayName Like '%DUMMY%')
    06/18/2010 14:59:27 SAM - INFO: Instance: chglb Service: Cisco ICM chglb Distributor
    06/18/2010 14:59:27 SAM - BEGIN EXCEPTION INFO: ...
    06/18/2010 14:59:27 SAM - Exception: "Service object not found for ServiceType: Tomcat" Type: ServiceAccountManager.AppException Source: ServiceAccountManager
    06/18/2010 14:59:27 SAM - Exception: Source: ServiceAccountManager
    06/18/2010 14:59:27 SAM - Exception: Stack: ServiceAccountManager.AppException.Throw(String message, Object[] var)
    06/18/2010 14:59:27 SAM - Exception: Stack: ServiceAccountManager.Commandline.Execute(CmdType cmdType)
    06/18/2010 14:59:27 SAM - Exception: Stack: ServiceAccountManager.Program.MainEx()
    06/18/2010 14:59:27 SAM - Exception: ExitCode: -1
    06/18/2010 14:59:27 SAM - END EXCEPTION INFO: ...
    06/18/2010 14:59:28 C:\WINDOWS\system32\cscript.exe "C:\CDW\CCE_ICME_7_5_1\install4iis.js" "C:\icm\tomcat\bin\i386" "C:\icm\tomcat" completed successfully
    06/18/2010 14:59:59 C:\j2sdk1.5.0_14\bin\java  -cp C:\icm\bin Unzip C:\icm\bin\ipccAdmin.zip C:\icm\tomcat\webapps completed successfully
    06/18/2010 14:59:59 W3SVC virtual root path is C:\Inetpub
    06/18/2010 14:59:59 IISMetabase entry w3svc\connectiontimeout is set to 600
    06/18/2010 14:59:59 W3SVC virtual root path is C:\Inetpub
    06/18/2010 15:00:00 W3SVC virtual root path is C:\Inetpub
    06/18/2010 15:00:02 C:\icm\tomcat\webapps\uiroot\WEB-INF\properties\default\ipccAdmin\client.properties File is modified to insert JDBC details
    06/18/2010 15:00:02 Removing old AT jobs that match (c:\icm\chglb\aw\bin\purgeold.bat)
    06/18/2010 15:00:02 Removing old AT jobs that match (c:\icm\chglb\aw\bin\purgedist.bat)
    06/18/2010 15:00:02 Adding AT job, at 1:05 daily, command line = cmd /C "c:\icm\chglb\aw\bin\purgeold.bat 30"
    06/18/2010 15:00:02 Job successfully added, id = 1
    06/18/2010 15:00:02 Adding AT job, at 1:05 daily, command line = cmd /C "c:\icm\chglb\aw\bin\purgedist.bat 30"
    06/18/2010 15:00:02 Job successfully added, id = 2
    06/18/2010 15:00:02 Message 5701 : Changed database context to 'chglb_awdb'.

    I have not found the source of the issue, but after trolling the internets for other people who had issues installing tomcat i did find a workaround.  step one was to manually install Tomcat from the ICM install disk by running the following command:
    \Apache-Tomcat-5.5.25.exe /D=C:\ICM\Tomcat
    The tomcat install will run and will encounter an error about halfway through saying to check Security settings or permissions, Choose Ignore.
    Uninstall Tomcat
    Re-Boot
    Re-install Tomcat with the command %install CD Directory%\Apache-Tomcat-5.5.25.exe /D=C:\ICM\Tomcat
    tomcat should install without any issues and you should see tomcat running as a service now
    Uninstall Tomcat
    Re-boot
    Re-run ICM install and choose re-skilling tool
    Install should complete without issue.

  • "Invalid DOS version" error message when installing Tomcat in Windows98

    I tried to install Tomcat 5.0 in Windows 98. At first, it produced "Out of Environment Space" error message. I then changed the "Initial Environment" from Auto to other values (bigger than 2816) for both startup.bat and shutdown.bat.
    When I restarted the Tomcat, it produce "Invalid DOS version" error message. I thought about updating the DOS but previously when I had WinXP installed in computer, I couldn't access to the server due to the dos version issue.
    Is there any way to handle this? I would really appreciate the help:) Thank you very much..

    no, use the serial number listed on the page where you downloaded acrobat 7, not your acrobat serial number

  • Error in Tomcat --- context start up failed due to previous errors

    Feb 27, 2008 11:05:11 AM org.apache.catalina.core.StandardContext start
    SEVERE: Context [/jstl] startup failed due to previous errors
    Feb 27, 2008 11:05:13 AM com.sun.faces.config.rules.ComponentRule end
    WARNING: [ComponentRule]{faces-config/component} Merge(com.mycompany.TabLabel)
    Feb 27, 2008 11:05:13 AM com.sun.faces.config.rules.ComponentRule end
    WARNING: [ComponentRule]{faces-config/component} Merge(com.mycompany.Tree)
    Feb 27, 2008 11:05:13 AM com.sun.faces.config.rules.ValidatorRule end
    WARNING: [ValidatorRule]{faces-config/validator} Merge(com.mycompany.jsf.validat
    or.LATER_THAN)
    Feb 27, 2008 11:05:14 AM org.apache.catalina.core.StandardContext start
    SEVERE: Error listenerStart
    Feb 27, 2008 11:05:14 AM org.apache.catalina.core.StandardContext startHello frnds i dont understand what should i do? anybody familiar with this kind of error. please let me know in this case what should i do?
    even if i am trying to copy whole files in another folder it shows same msg for that folder too. please help me
    Thankyou everybody

    Hi ,
    I also face this same kind of problem.
    I tried to fix the problem but not work out.
    I got another solution. I am not sure its a current solution .
    Try it carefully.
    Finally 1, I take back up -copy of server.xml and common/lib .
    2, Un-install Tomcat server.
    3, After i have installed fresh tomcat server.
    4, Replace back-up copy of server.xml and common/lib.
    its working fine

  • Error : Apache tomcat 5.5 not starting with windows server 2003 32 bits

    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 http://409 javajni.c error Failed CreateJavaVM
    06/05/2011 10:22:37 http://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 http://prunsrv.c 1179 error ServiceStart returned 2
    06/05/2011 10:28:42 http://409 javajni.c error Failed CreateJavaVM
    06/05/2011 10:28:42 http://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 http://prunsrv.c 1179 error ServiceStart returned 2
    06/05/2011 10:30:40 http://409 javajni.c error Failed CreateJavaVM
    06/05/2011 10:30:40 http://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 http://prunsrv.c 1179 error ServiceStart returned 2
    06/05/2011 13:43:16 http://409 javajni.c error Failed CreateJavaVM
    06/05/2011 13:43:16 http://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 http://prunsrv.c 1179 error ServiceStart returned 2
    06/05/2011 13:43:20 http://409 javajni.c error Failed CreateJavaVM
    06/05/2011 13:43:20 http://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 http://prunsrv.c 1179 error ServiceStart returned 2
    06/05/2011 13:53:58 http://409 javajni.c error Failed CreateJavaVM
    06/05/2011 13:53:58 http://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 http://prunsrv.c 1179 error ServiceStart returned 2
    06/05/2011 14:00:16 http://409 javajni.c error Failed CreateJavaVM
    06/05/2011 14:00:16 http://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 http://prunsrv.c 1179 error ServiceStart returned 2
    06/05/2011 14:00:45 http://409 javajni.c error Failed CreateJavaVM
    06/05/2011 14:00:45 http://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 http://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.

  • Error installing webcenter sites delivery in silent mode

    Hi,
    I am installing webcentersites on linux machine using silent mode.All test are getting successful and also all tables are created like SystemInfo,SystemLocale,SystemEvents etc.
    But the installation is getting failed and showing following error :
    <!--FTCS|||result=failure|||reason= Problem in CallElement. Error number = -105|||err=-105|||command=READURL|||params=|||-->
    [2013-06-28 19:21:41.214][CS.INSTALL][ERROR] ActionHandlerExecuteCommand:  Error installing CatalogCentre core assets
    [2013-06-28 19:21:41.214][CS.INSTALL][ERROR] Worker.run.
    And site log shows following error :
    SQLException in prepared execute on table SystemEvents: SELECT eventname,type,enabled,times,target,params FROM SystemEvents
    java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
        at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:440)
        at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:396)
        at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:837)
        at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:445)
        at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:191)
        at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:523)
        at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:207)
        at oracle.jdbc.driver.T4CPreparedStatement.executeForDescribe(T4CPreparedStatement.java:863)
        at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1153)
        at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1275)
        at oracle.jdbc.driver.OracleStatement.doScrollExecuteCommon(OracleStatement.java:4656)
        at oracle.jdbc.driver.OraclePreparedStatement.doScrollPstmtExecuteUpdate(OraclePreparedStatement.java:10410)
        at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3574)
        at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3620)
        at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeQuery(OraclePreparedStatementWrapper.java:1491)
        at org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
        at org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
        at COM.FutureTense.Servlet.JDBCTable.executeQuery_trans_logic(JDBCTable.java:1632)
        at COM.FutureTense.Servlet.JDBCTable.executeQuery_trans(JDBCTable.java:1590)
        at COM.FutureTense.Servlet.JDBCTable.executeQuery(JDBCTable.java:1430)
        at COM.FutureTense.Servlet.JDBCTable.SelectRow(JDBCTable.java:1025)
        at COM.FutureTense.Common.ftDBTable.selectTo(ftDBTable.java:2229)
        at COM.FutureTense.Event.ftEvent.getEventsList(ftEvent.java:309)
        at COM.FutureTense.Platform.SystemEvents.SystemEventFactoryImpl.getSystemEvents(SystemEventFactoryImpl.java:62)
        at COM.FutureTense.Platform.SystemEvents.HeartBeat.run(HeartBeat.java:43)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
        at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:351)
        at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:178)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:178)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:724)
    SQLException in prepared execute on table  : SELECT name,locale,value FROM SystemLocaleString
    java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    SQLException in prepared execute on table SystemEvents: SELECT eventname,type,enabled,times,target,params FROM SystemEvents
    java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    Any help is appriciated,
    Thanks,
    Pratush

    The easiest way to create a response file is by starting the wizard, filing in the blanks on all pages and save the result before the wizard asks you to install. Just stop here.
    --olaf                                                                                                                                                                                                                                                                                                                                                                                               

  • Error in Tomcat Start Up

    Hi Experts,
    We have following two demantra installations on windows XP box -
    7.3.1.4.2
    7.2.0.1
    When starting the tomcat for 7.2.0.1, we are getting the following error :
    Using CATALINA_BASE: ..
    Using CATALINA_HOME: ..
    Using CATALINA_TMPDIR: ..\temp
    Using JAVA_HOME: C:\Program Files\Java\jdk1.5.0_22
    Jun 5, 2013 6:26:21 PM org.apache.coyote.http11.Http11Protocol init
    INFO: Initializing Coyote HTTP/1.1 on port 8085
    Jun 5, 2013 6:26:21 PM org.apache.catalina.startup.Catalina load
    INFO: Initialization processed in 516 ms
    Jun 5, 2013 6:26:21 PM org.apache.catalina.core.StandardService start
    INFO: Starting service Catalina
    Jun 5, 2013 6:26:21 PM org.apache.catalina.core.StandardEngine start
    INFO: Starting Servlet Engine: Apache Tomcat/5.0.19
    Jun 5, 2013 6:26:21 PM org.apache.catalina.core.StandardHost start
    INFO: XML validation disabled
    log4j:WARN No appenders could be found for logger (org.apache.catalina.start
    ldConfig).
    log4j:WARN Please initialize the log4j system properly.
    2013-06-05 18:26:22,218 [main] DEBUG appserver.system: Configuration file lo
    > C:\Program Files\Demantra Spectrum7201\Collaborator\demantra\conf\logconf
    2013-06-05 18:26:22,234 [main] DEBUG appserver.system: Logs will be dumped t
    \Program Files\Demantra Spectrum7201\Collaborator\demantra\conf\..\logs\coll
    ator.log
    2013-06-05 18:26:22,234 [main] DEBUG appserver.system: Logs will be dumped t
    \Program Files\Demantra Spectrum7201\Collaborator\demantra\conf\..\logs\inte
    ion.log
    2013-06-05 18:26:22,250 [main] DEBUG appserver.system: Value for parameter c
    t.javaPlugin.downloadUrl was not specified, using ../plugin/
    2013-06-05 18:26:22,296 [main] DEBUG appserver.system: Starting Service Dema
    Application Server/7.2.0 (97)
    .2013-06-05 18:26:22,812 [main] ERROR appserver.error:
    java.sql.SQLException: Listener refused the connection with the following er
    ORA-12514, TNS:listener does not currently know of service requested in conn
    descriptor
    The Connection descriptor used by the client was:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(PORT=1521)(HOST=localhost))(CONNECT_DAT
    ERVICE_NAME=orcl)))
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.
    :112)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.
    :261)
    at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:387)
    at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.j
    420)
    at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:165)
    The tomcat for 7.3.1.4.2 is working perfectly fine. Even we can connect to the database using command prompt. Can anyone point as why we are getting error - 'ORA-12514, TNS:listener does not currently know of service requested in connect descriptor' for one installation, but other is working just fine. Both installations are on the same database with sid - 'orcl', port -'1521' and hostname - 'localhost'.
    Thanks
    Regards
    Jasvinder

    Hi ,
    I also face this same kind of problem.
    I tried to fix the problem but not work out.
    I got another solution. I am not sure its a current solution .
    Try it carefully.
    Finally 1, I take back up -copy of server.xml and common/lib .
    2, Un-install Tomcat server.
    3, After i have installed fresh tomcat server.
    4, Replace back-up copy of server.xml and common/lib.
    its working fine

  • Error starting Tomcat

    Hi all,
    I'm stupefied. In the past I had a Tomcat running in Apache, now I seem not to be able to accomplish it.
    My environment:
    OS: Windows XP
    Java: jdk1.6.0_03
    Apache: Apache2.2
    Tomcat: Tomcat6.0
    JAVA_HOME is set to C:\Program Files\Java\jdk1.6.0_03
    I used the Apache Tomcat Setup Wizard to install Tomcat. It is installed as an XP service. Starting fails, with the following entry in the log file:
    [2007-12-05 15:37:44] [info] Procrun (2.0.3.0) started
    [2007-12-05 15:37:44] [info] Running Service...
    [2007-12-05 15:37:44] [info] Starting service...
    [2007-12-05 15:37:44] [174 javajni.c] [error] The specified module could not be found.
    [2007-12-05 15:37:44] [986 prunsrv.c] [error] Failed creating java C:\Program Files\Java\jre1.6.0_03\bin\client\jvm.dll
    [2007-12-05 15:37:44] [1260 prunsrv.c] [error] ServiceStart returned 1
    [2007-12-05 15:37:44] [info] Run service finished.
    [2007-12-05 15:37:44] [info] Procrun finished.
    I've been searching the Internet on the error message <tomcat jdk The specified module could not be found>, and have been fiddling around with my configuration, but still my Tomcat does not want to start. So does anyone have an idea what I need to do to get my Tomcat in the air?
    Abel

    Found the error, after searching some more on the Internet. It seems Tomcat misses a file, msvcr71.dll, which is located in the C:\Program Files\Java\jdk1.6.0_03\bin directory. If you copy this file to the <windows>/system32 directory, Tomcat starts without a problem.
    :-|

  • How to install Tomcat 5.5.9 in Solaris 9

    Hi guys,
    I ran into problem when installing Tomcat 5.5.9 in Solaris 9. I downloaded tomcat from windows xp machine then ftp to Sun Solaris. I use winrar in Windows to check if the downloaded tomcat5 is corrupted, but it's not. I tried the following command:
    gunzip jakarta-tomcat-5.5.9.tar.gz
    then a new file generated called jakarta-tomcat-5.5.9.tar
    tar xvf jakarta-tomcat-5.5.9.tar
    when uncompressing half way, i got the following error message:
    tar: directory checksum error
    Please help, Thanks in advance !
    regards,
    Mark

    sorry guys, the system is:
    SunOS devserver 5.8 Generic_108528-14 sun4u sparc SUNW,Ultra-250
    64-bit sparcv9 applications
    32-bit sparc applications

  • Installing tomcat on win98

    Hi,
    I have installed tomcat on win98, when i give startup command in tomcat_home\bin its giving "out of environment space" error message. pls help
    thanks

    Do a Google search on "out of environment space". It'll tell you how to modify your autoexec.bat to fix it. - MOD

  • Installing Tomcat 5.0 on window98

    I am installing Tomcat 5.0 on window98 and Jdk1.3. I also set the java_home variable But still the Tomcat is not working. I get the error that Catalina_home and Catalina_base is not found. So please help me on this topic. Thanks in advance.

    Check this site for a detailed installation procedure of Tomcat.
    http://www.coreservlets.com/Apache-Tomcat-Tutorial/

  • Installing tomcat 4.1.18

    hi,
    my os is win2000 and i installed tomcat.4.1.18 in "c:\java\tomcat" and also jdk is installed in "c:\java\j2sdk" directory.
    i write in catalina.bat file
    "SET JAVA_HOME:c:\java\j2sdk
    and SET CATALINA_HOME:c:\java\tomcat"
    after i write catalina start, i see the below command in the window
    C:\Java\Tomcat\bin>SET CATALINA_HOME=c:\
    Using CATALINA_BASE: c:\java\tomcat
    Using CATALINA_HOME: c:\java\tomcat
    Using CATALINA_TMPDIR: c:\java\tomcat\te
    Using JAVA_HOME: c:\java\j2sdk
    after a while, another window is opened, up to now that is okey.
    but then in then second opened window, i see the below commands and it stay in this view.
    28.?ub.2003 16:41:20 org.apache.commons.modeler.Registry loadRegistry
    INFO: Loading registry information
    28.?ub.2003 16:41:20 org.apache.commons.modeler.Registry getRegistry
    INFO: Creating new Registry instance
    28.?ub.2003 16:41:21 org.apache.commons.modeler.Registry getServer
    INFO: Creating MBeanServer
    28.?ub.2003 16:41:22 org.apache.coyote.http11.Http11Protocol init
    INFO: Initializing Coyote HTTP/1.1 on port 8080
    Starting service Tomcat-Standalone
    Apache Tomcat/4.1.18
    28.?ub.2003 16:41:28 org.apache.coyote.http11.Http11Protocol start
    INFO: Starting Coyote HTTP/1.1 on port 8080
    28.?ub.2003 16:41:28 org.apache.jk.common.ChannelSocket init
    INFO: JK2: ajp13 listening on /0.0.0.0:8009
    28.?ub.2003 16:41:28 org.apache.jk.server.JkMain start
    INFO: Jk running ID=0 time=0/46 config=c:\java\tomcat\conf\jk2.properties
    if i wrote, catalina stop, it stopped.
    and for testing i wrote "http:/localhost:8080/" in the i.ex browser, but i couldn't reach the tomcat page.
    i got the error message
    HTTP Error 401
    401.2 Unauthorized: Logon Failed due to server configuration
    This error indicates that the credentials passed to the server do not match the credentials required to log on to the server. This is usually caused by not sending the proper WWW-Authenticate header field.
    Please contact the Web server's administrator to verify that you have permission to access to requested resource.
    have you got ant idea, what the problem could be?

    my "server.xml" file includes below code, i don't know xml, so i couldn' t cahange anything yet.
    -->
    - <!-- Tomcat Root Context
    -->
    - <!--
    <Context path="" docBase="ROOT" debug="0"/>
    -->
    - <!-- Tomcat Examples Context
    -->
    - <Context path="/examples" docBase="examples" debug="0" reloadable="true" crossContext="true">
    <Logger className="org.apache.catalina.logger.FileLogger" prefix="localhost_examples_log." suffix=".txt" timestamp="true" />
    <Ejb name="ejb/EmplRecord" type="Entity" home="com.wombat.empl.EmployeeRecordHome" remote="com.wombat.empl.EmployeeRecord" />
    - <!--
    If you wanted the examples app to be able to edit the ......

  • URGENT !! Error installing coffee break sample app

    I am try to install the sample Coffee Break application on the Java Web Services Developer Pack(JWSDP) 1.0.
    When I try to install the application with 'ant set-up-service' I get the following exception :
    /export/home0/JWSDP/docs/tutorial/examples/cb/jaxrpc/build.xml:169: java.io.FileNotFoundException: http://157.227.245.15:8080/manager/install?path=%2Fjaxrpc-coffee-supplier&war=file%3A%2Fexport%2Fhome0%2FJWSDP%2Fdocs%2Ftutorial%2Fexamples%2Fcb%2Fjaxrpc%2Fbuild
    What could be the reason ?
    Any clue ?
    Thanks,
    bdeb

    I am also having a problem with this.
    Note I modified the body of the error output from the example to contain more information.
    I get the following error:
    install:
    [echo] Installing the application....
    [install] OK - Installed application at context path /jaxrpc-coffee-supplier
    [install]
    run-jaxr-publish:
    [echo] Running OrgPublisher.
    [echo] Note: Remember to start the registry server before running this program.
    [java] Created connection to registry
    [java] Got registry service, query manager, and life cycle manager
    [java] Established security credentials
    [java] javax.xml.registry.JAXRException: Error: Publishing this service (JAXRPCCoffee Service) in the registry has
    failed because the service has not been installed on Tomcat.
    [java] username = testuser
    [java] password = testuser
    [java] endpoint = http://localhost:8080/jaxrpc-coffee-supplier/jaxrpc/SupplierIF
    [java] system msg = Could not validate http://localhost:8080/jaxrpc-coffee-supplier/jaxrpc/SupplierIF:javax.xml.reg
    istry.InvalidRequestException: Received response code 404for uri http://localhost:8080/jaxrpc-coffee-supplier/jaxrpc/Sup
    plierIF
    [java] at com.sun.cb.JAXRPublisher.executePublish(Unknown Source)
    [java] at com.sun.cb.OrgPublisher.main(Unknown Source)
    [java] java.lang.NullPointerException
    [java] at java.io.Writer.write(Writer.java:126)
    [java] at com.sun.cb.OrgPublisher.main(Unknown Source)
    [java] Exception in thread "main"
    set-up-service:
    BUILD SUCCESSFUL

  • Error installing Adobe Flash 11 "launchfail" after enable AppLocker

    Error installing Adobe Flash 11 "launchfail" after enable AppLocker please help. I have allow everyone from publisher for .exe and .msi

    I'll ask around, but I don't have any experience with AppLocker.  Have you gone through all of the documentation here?
    http://technet.microsoft.com/en-us/library/dd723678(v=ws.10).aspx

  • When trying to update my CC apps, the update fails. I get this error: Update Failed. There was an error installing this update. Please try again later or connect customer support. This is currently happening for InDesign, Photoshop and Bridge. I had this

    When trying to update my CC apps, the update fails. I get this error: Update Failed. There was an error installing this update. Please try again later or connect customer support. This is currently happening for InDesign, Photoshop and Bridge. I had this problem previous and was able to fix by doing a complete wipe of my computer and reinstalling CC. However, I should not have to wipe my computer clean everytime I need to do a CC update. HELP!

    Hi,
    Please download the updates directly from the link below:
    WIN: All Adobe CC 2014 Updates: The Direct Download Links for Windows | ProDesignTools
    MAC: All Adobe CC 2014 Updates: The Direct Download Links for Mac OS | ProDesignTools
    Regards,
    Sheena

Maybe you are looking for