Problem installing and configuring Tomcat

Hi
I am quite new with Java and feel like a typical dumb blonde. OK, I am using an 'ancient ' version of the Java Development Kit, which is j2sdk1.4.1_01 (for the purpose of my studies, though I know there is a newer version available).
I am also using Windows XP Professional Edition.
I need to install Tomcat for my studies and asignmentd and have a CD which was given via my training institution. This is Apache Tomcat version 4.1.18 (yes, i know there are newer version available).
I have followed the installation steps they have given, installed it to C:\Program Files\Apache Group\Tomcat 4.1
I have set the JAVA_HOME as follow to C:\j2sdk (in the envir0nment variables)
and
CLASSPATH as follow to: .;C:\Program Files\Apache Group\Tomcat 4.1\common\lib\servlet.jar
(or append \common\lib\servlet.jar to the location where you installed Tomcat) _
what do they mean by this and where, how ?
Interesting enough they say the above CLASPATH should show as System variables, but mine does not appear there, but instead as user variables for me.
OK. I installed everything and got the shortcuts icons for "Start Tomcat" and "Stop Tomcat"
Now I needed to test the Tomcat Installation. I was asked to double click the "Start Tomcat "icon. Minimize the command prompt window opened by Tomcat, then to start my web browswer ( I am using Internet Explorer version 7). Don't know if one should be online or oflline ? When the browser windows open, type http://localhost:8080/ in the Adress box and then press the ENTER key.
I should have received a webpage showing Apache Jakarta Project indicating setup for Tomcat was sucessful.
Well, i don;t get it.
First of all, when clicking the shortcut icon "Start Icon" it gives a message and tries to locate java.exe. I don;t know where this should be located.
Thenthey browswer does not give me a page to say setup is sucessful. instead i get
the following error message :
"Apache Tomcat/4.1.18 - Error reportHTTP Status 500 -
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
     at org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:130)
     at org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:293)
     at org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:340)
     at org.apache.jasper.compiler.Compiler.compile(Compiler.java:352)
     at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:474)
     at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:184)
     at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
     at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:260)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
     at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2415)
     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
     at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
     at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
     at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:432)
     at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:386)
     at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:534)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:530)
     at java.lang.Thread.run(Thread.java:536)
Apache Tomcat/4.1.18 "
Can anyone please help ?

newy wrote:
Hi there
Thanks for your input.
Phew, things are getting more complicated :(
OK, I did a search for the JRE. It is located at C:\j2sdk1.4.1_01No, that's the JDK, but that's what JAVA_HOME should point to.
My Apache Tomcat is in C:\Program Files\Apache GroupTrouble. I try not to install things in directory names with spaces in them. Just my personal quirk.
My j2sdk which contains a doc file is in C:\What?
My j2sdk1.4.1_01 is in C:\What? You said it was in C:\j2sdk1.4.1_01 above.
My environment variables for:
JAVA_HOME is C:\j2sdkOK.
CLASSPATH is .;C:\Program Files\Apache Group\Tomcat 4.1\common\lib\servlet.jar
(but with this CLASSPATH ,I cant get to appear in the system variables. It only wants to appear in the user variables for myself. Should it be in the system variable, and if so, how do I get it there?)Wrong. Delete it. You don't need a system CLASSPATH environment variable. Tomcat ignores it, as does every Java EE app server. Every IDE ignores it, too. Useless. Worse than useless, because it deceives noobs into thinking that their CLASSPATH is "right".
OK, and if I had to set the CLASSPATH for CATALINA, the ni did it as C:\Program Files\Apache Group\Tomcat 4.1\server\lib
don't know if this is correct. It too, only appears in my user variables and not in system variables.Wrong.
OK, I as said I have a short cut created on my desktop, "Start Tomcat" as well as "Stop Tomcat".No, open up a command shell, navigate to the Tomcat /bin directory, and run the start script. You'll be able to see the error messages that way.
Arrrgggghhh, why is Tomcat such hell ?Why are you using such an old JDK and an old version of Tomcat? You have JDK 1.4 and Tomcat 4.x. We're up to 6 and 6, respectively. Why are you staying two versions behind?
%

Similar Messages

  • Install and configure Tomcat post-Crystal Reports Server implementation?

    Scenario - have Crystal Reports Server 2008 V1 already installed using WACS and IIS. Everything runs great.  Want to add in SAP Crystal Dashboard Design. Looking through the documentation for Dashboard Design tells me I need to:
    1. Install SAP BusinessObjects Enterprise or Crystal Reports Server.
    2. Install SAP BusinessObjects Xcelsius Enterprise 2008.
    3. Install Live Office.
    4. Install SAP BusinessObjects Web Services.
    5. Add the Live Office keycode to the Central Management Console
    Made it past 3 and am hung up on 4. According to documentation for Unified Web Services, it looks like I need Tomcat  installed, but Crystal Reports Server doesn't offer an expand installation option.  There also doesn't seem to be any good documentation included with SAP Crystal Dashboard Design on installing web services - if it's required, why isn't it included and where can I find the documentation (assuming it's different than the Unified Web Services Administrator's Guide I found).
    It seems odd that a customer who might want to purchase an add-on for their Crystal Reports Server implementation wouldn't be able to easily add to their product..
    1)  Can I install web services to Crystal Reports Server using just the WACS or is Tomcat required? The admin guide indicates WACS is not supported for apps that use web services, like Live Office. Is that an absolute?
    2)  If Tomcat is required, can I install and configure it for an existing Crystal Reports Server 2008 V1 implementation?
    3)  If i can install Tomcat on a server with an existing Crystal Reports Server 2008 V1 implementation, is there a specific guide to doing so?

    Hi Colin,
    What is the exact version of BO/Crystal Enterprise.
    If it is BOXI R2 then follow below mentioned steps.
    To manually install the ActiveX Viewer on the client computer:
    1. Copy the ActiveXViewer.cab file from the server to the client computer, and extract its contents to a temporary folder.
    2. Move the files Crviewer.dll, Crviewer9.dll, Sviewhlp.dll, and Swebrs.dll to the System32 folder. Keep this folder visible.
    3. On the Start menu, click Run. The Run dialog box appears.
    4. In the Open box, type "regsvr32" and then drag and drop the Crviewer.dll file icon from the System32 folder onto the Run dialog box.
    5 Click OK.
    Repeat steps 3 and 4 for the files Sviewhlp.dll, and Swebrs.dll.
    You may still be prompted by the browser, choose more options and never install to avoid being prompted.  The viewer should work after that.
    Thanks,
    Purna.

  • Problem Installing and Configuring MapBox???

    Hello,
    We are running <b>CRM 5.0 SP11</b> and we had selected MapBox Component when installing CRM itself. Now, we are trying to Configure MapBox as per the
    instructions given in <b>MapBox 4.0 SP11 Installation Guide</b>. We are in doubt  and confused at the step where we have to create RFC Destination for the
    MapBox under SM59 Transaction. For entering the ProgramID, we checked the table <b>ISPCFG</b> for <b>PARNAME</b> value as <b>MAPBOX_RFC_DESTINATION</b> and got following values:
    MANDT          200
    PARNAME     MAPBOX_RFC_DESTINATION
    SITETYPE     
    PARVAL          MAPBOX
    PARVAL2
    REMARK
    CREATEDBY
    CREATEDAT
    CHANGEDBY
    CHANGEDAT
    Isn't it necessary that the <b>PARVAL</b> be something like <b>MAPBOXxxx</b> where <b>xxx</b> be the client number? For now, we created the RFC Destination with Program ID as <b>MAPBOX</b>
    and finished rest of configuration steps and restarted the CRM Server. Now when we are trying to access our CRM Server MapBox Configuration page we are getting following error message:
    Application error occurred during request processing.
      Details:   Error [javax.servlet.ServletException: The client attribute of connection element under status element of
    MapBox meta document is improper.], with root cause [com.sap.syncpoint.mapboxlauncher.MBXLauncherException: The client attribute
    of connection element under status element of MapBox meta document is improper.].
    Exception id: [0019B90D84590065000000D90000131C000432A36A4D99D8]
    Following is the content of mapboxmeta.xml file:
    <?xml version="1.0" encoding="UTF-8"?>
    <mapboxmeta page="configuration">
         <configuration settings="connection">
              <general_settings MBLauncherTrace="2" MBLTraceSize="5m" max_elements_document="50"
    cache_threshold="50" max_elements_cache="100" parallel_instances="1" thread_priority="2" atom_reuse_count="0"
    MaxCommitInterval="300" LogAndDumpsDir="" InputPayload="no"></general_settings>
              <Lock_Server_Settings Log_Level="1" Operation_Mode="OUTPROC_CLIENT" Registry_Port="59856"
    HostName="localhost" LocalName="Server" PollingInterval="-1" CleanUpInterval="60"></Lock_Server_Settings>
              <JCO msg_sys="<FQDN_CRM_SERVER_HOSTNAME>" sap_system="CRM" sap_gateway="sapgw01" sap_grpname="PUBLIC"
    TraceLevel="0" Unicode="yes"></JCO>
              <JDBC driver="com.inet.tds.TdsDriver" url="jdbc:inetdae7:hostname?database=mapbox" owner="dbo"></JDBC>
              <db_access kind="JCO"></db_access>
              <connection_parameters connid="0">
                   <connection_def>
                        <logon client="200" user="admin1" password="Password123" language="EN" destination="MAPBOX"></logon>
                        <ancillary_settings NumOfInstances="1" MapLogLevel="1D" messagedumps="no" statsfile="no"
    syslog="local_fs" upperlimit="-1" MapLog_Format="default"></ancillary_settings>
                   </connection_def>
              </connection_parameters>
         </configuration>
         <status text="">
              <connection client="200" state="disconnected" connid="0">
                   <item jobid="" qname="" result=""></item>
              </connection>
         </status>
    </mapboxmeta>
    What could have we done wrong? Please guide. Thanks and Regards,
    Vasu

    Thanks Pradeep for the response. I think the root cause of my problem is with RFC Destination creation itself. I have entered the following details (or check <a href="http://www.imagesharing.net/images/gshrinivas124/settings.jpg">this</a> screenshot) when creating RFC Destination:
    RFC Destination Name: Mapbox
    Connection Type: T (TCP/IP Connection)
    Description: Mapbox
    Under Technical Settings tab:
    Activation Type: Registered Server Program
    Program ID: MAPBOX
    Gateway Host: 192.168.0.252
    Gateway Service: sapgw01
    And when i run Connection Test, i am getting following (or check <a href="http://www.imagesharing.net/images/gshrinivas124/error.jpg">this</a> screenshot) error messages:
    Logon     Connection Error
    Error Details     Error when opening an RFC connection
    Error Details     ERROR: program MAPBOX not registered
    Error Details     LOCATION: SAP-Gateway on host ERPSERV / sapgw01
    Error Details     DETAIL: TP MAPBOX not registered
    Error Details     COMPONENT: SAP-Gateway
    Error Details     COUNTER: 67914
    Error Details     MODULE: gwr3cpic.c
    Error Details     LINE: 1684
    Error Details     RETURN CODE: 679
    Error Details     SUBRC: 0
    Error Details     RELEASE: 700
    Error Details     TIME: Tue Jun 12 15:04:47 2007
    Error Details     VERSION: 2
    I have already checked Services file and there already exists the entry for sapgw01. Also the ProgramID that i have entered for RFC Destination i.e., MAPBOX matches with the entry in the table ISPCFG for Paramaeter MAPBOX_RFC_DESTINATION. What am i doing wrong in creating RFC Destination? Thanks again.
    Regards,
    Vasu

  • How to install and configure Business objects on a local Maschine

    Hi Experts,
    i am a newbi in BO and would like to work with BO.
    The first thing i learned was to install and configure BO on my notebook.
    I downloaded the followings Tools:
    - CR Report 2008
    - Integration Kit
    - Live office 3.1 Upgrade
    - Web Intelligence
    - XCelsius
    By trying to download - Query as a Webservice i saw there were with sequences 1-3. Which one should i donwload?
    1. I would like to know which logic to follow toinstall it.Which one should be the firt and which one the last.
    2. Before installing Query as a webservice i should first install:
        - BusinessObjects XI Release 2 SP2 Enterprise Edition
        - Web Services--> What is that and where could i download it?
        - Tomcat or another supported Web Application and JDK--> where can i download it?
    3. .What is NET 1.1? Where to download it and how to install it?
    Any information or expereince will be very appreciated.
    Thank you in advance for your Input.
    Pat
    Edited by: Gilo on Feb 1, 2009 12:25 AM

    Hi Pat,
                You can get the guides and Installtion guides from this
    http://help.sap.com/businessobject/product_guides/
    You can download the from
    .subscribenet.com
    you can enter the user name and password then you can download the Business Objects software that can be download.
    "By trying to download - Query as a Webservice i saw there were with sequences 1-3. Which one should i donwload? "
    Sequence 1-3 you will have to download all the 3 as it can be part 1 part 2 and part 3.
    Tomcat .If you are installing for the first time it will automatically install tomcat and JDK if you are connected to the net while installing Business Objects.
    Regards
    Prashant

  • How to install and configure NI Visa Server without having to install MAX?

    Hi,
    I need to install NI Visa Server on a computer so that remote systems can connect to the devices connected to it. However, the flash-drive on the computer is marked as "removable media" by the operating system which is causing the MAX installer to error out (this is a known problem with standard windows installers and removable media).
    Before pursuing a hardware change, I was wondering if there was a way to install and configure NI Visa Server on the embedded computer without having to install or configure through MAX?
    Thanks in advance for any help.

    Hello!
    Your system should appear under remote systems and then you can right click on the software folder and install software. Our 8145s for instance have compact flash drives and this process works. Could you give me more details on your hardware? Are you getting an error message when you try to install the software?
    Allan S.

  • Tutorial to install and configure

    Hi everyone,
    I think my problem is quite simple for all of you.
    I'm having problems to install and configure Gatekeeper because I think the tutorials here:
    http://download.oracle.com/docs/cd/E14148_01/wlcp/ocsg41_otn/installguide/installers.html
    and here: http://download.oracle.com/docs/cd/E14148_01/wlcp/ocsg41_otn/installguide/domainconfiguration.html
    are outdated!
    I already have Weblogic SIP Server installed because I was working on it and now I would like to install OCSG and, very important, configure it!
    Anyone have a tutorial updated or some advices to me? I'm becoming desperated because of this configuration!
    Thanks,
    Raquel

    I would not be looking at 2009 instructions knowing that current build instructions, release notes, and other information were present, either online, or within the source distribution. In the preceding hyperlink, you will note that build instructions for OS X (any version) are simply omitted. Dependencies are discussed, such as needing the automake tools.
    I would take a closer look at current build requirements (including arguments to ./configure), and build log — as an underlying reason why install hangs in your terminal.

  • Installing and Configuring the Apache HTTP Server Plug-In

    Hi,
    I am using WL10.3 in Linux machine.
    I have an environment where I have a single WL server in a domain that is deployed with the web-application
    And I have another domain where I have two managed servers in a cluster that is deployed with the business.
    Now, I want to configure a Apache HTTP server to make it work as a proxy along with the weblogic.
    In my current scenario, the stand alone server proxies the req to the cluster and that is defined in a jndi.properties.
    Now, what should I do if I want to use the Apache
    I have the following questions:
    1. Forget about my env, generally how can I install and configure Apache HTTP plug-in?
    I see we already having libproxy_61.so file inside /bea/wlserver_10.3/server/plugin/linux/i686
    Do i need to install the patch even then as told in http://www.oracle.com/technology/deploy/security/wls-security/2793.html?
    2. While am adding the lines in httpd.conf ,
    LoadModule weblogic_module modules/mod_wl_22.so
    Should I put ibproxy_61.so instead of mod_wl_22.so in this line?
    3. Just by configuring the proxy, the session replication and load balancing will be ensured?
    4.And for my configuration as stated at the beginning few lines, what can be the best architecture?
    Your help is really appreciated.

    Hi,
    Below blog would give you a clear understanding of the Integrating Apache with Weblogic. All your questions are been answered in the below blog.
    http://www.prasannatech.net/2008/07/integrating-apache-tomcat-weblogic.html
    You can for sure apply the patch provided in CVE-2008-3257).
    Keep posted with your findings and let us know if you need any further clarification.
    Regards,
    Hussain

  • Install and configure report service on Oracle Application Server 10g

    i want to know how to install and configure report service on Oracle Application Server 10g Release 3 (10.1.3.1.0)
    Thanks

    the case is that we developed an ADF Application, so we want to deploy it on the latest version of Oracle Application server.
    our application communicate with Oracle reports (run oracle reports from our Application) as there are no Oracle report products for JEE Application.
    so if there are not report service that can run on Oracle Application Server 10g Release 3 (10.1.3.1.0),
    what is the other choices that oracle supports that can help us in this case ???

  • Problems installing and starting on Windows 7 64bit. error message - The file "i Tunes Library.itl" cannot be read because it was created by a newer version of iTunes.

    Hi I'm having problems installing and starting itunes program on Windows 7 64bit. After install the following error message is flagged - The file "i Tunes Library.itl" cannot be read because it was created by a newer version of iTunes. Would really appreciate any pointers!

    Never mind sorted it out lol. Somebody did a system restore of a week or so. I had done the update during that time and it was lost. Just redownloaded itunes from the internet and its working fine now.

  • Install and configuration on the SharePoint server 2007 issue

    Hi All,
               I have Microsoft Sharepoint 2007 on Windows 2003 and I am trying to Integrate Adobe Lifecycle Rights Management Server which is on Windows 2008 R2 server.
              I am trying to Install and configuration on the SharePoint server 2007 but during installation getting error "Failure adding assembly to the cache: Unknown Error"
    Please check the Edited install.bat file and error log.
    Install.bat
    set _my_datetime=%date% %time%
    @echo on
    echo Begin Installation at %_my_datetime%
    echo "Customize <VER> <PORT> <SharepointServerNameOrIP> <SiteDirectory> <siteName> in this install.bat . Verify gacutil.exe path."
    @echo off
    @SET GACUTILEXE="C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\gacutil.exe"
    @SET TEMPLATEDIR="C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE"
    @SET RESOURCESDIR="C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\Resources"
    @SET WEBAPPDIR="C:\Inetpub\wwwroot\wss\VirtualDirectories\80"
    @SET SITEURL="http://sharepoint7:80/sites/DCADC"
    @SET STSADM="C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN\STSADM.EXE"
    REM      cd $(ProjectDir)
    %GACUTILEXE% /nologo /i AdobeLCSharepoint.dll /f
    %GACUTILEXE% /nologo /i AdobeLiveCycleConnector.dll /f
    %GACUTILEXE% /nologo /i AdobeLiveCycleWorkflow.dll /f
    pushd %TEMPLATEDIR%\features
          Echo Deactivating LiveCycle Connector feature with WSS
          %STSADM% -o deactivatefeature -filename  LiveCycle\feature.xml  -url %SITEURL% -force
          Echo Deactivating LiveCycle Workflow feature with WSS
          %STSADM% -o deactivatefeature -name LiveCycle/Workflow -url %SITEURL% -force
          Echo Uninstalling LiveCycle Connector with WSS
          %STSADM% -o uninstallfeature -filename  LiveCycle\feature.xml -force
          Echo Uninstalling LiveCycle Workflow with WSS
          %STSADM% -o uninstallfeature -name  LiveCycle/Workflow -force
    popd
          Echo Copying source files to WSS \TEMPLATE directory
          xcopy TEMPLATE %TEMPLATEDIR% /e /y /i
          Echo Copying Feature Resource files to WSS 12\Resources directory
          xcopy Resources %RESOURCESDIR% /e /y /i
          Echo Copying Resource files to %WEBAPPDIR%\App_GlobalResources directory
          xcopy App_GlobalResources %WEBAPPDIR%\App_GlobalResources /e /y /i
    pushd %TEMPLATEDIR%\features
          Echo Installing LiveCycle Connector  with WSS
          %STSADM% -o installfeature -filename  LiveCycle\feature.xml -force
          Echo Installing LiveCycle Workflow with WSS
          %STSADM% -o installfeature -name  LiveCycle/Workflow -force
          Echo Activating LiveCycle Connector  with WSS
          %STSADM% -o activatefeature -filename  LiveCycle\feature.xml  -url %SITEURL% -force
          Echo Activating LiveCycle Workflow with WSS
          %STSADM% -o activatefeature -name LiveCycle/Workflow -url %SITEURL% -force
    popd
          Echo Restarting IIS worker process
          IISRESET
    set _my_datetime=%date% %time%
    @echo on
    echo End Installation at %_my_datetime%
    @echo off
    Error Log
    E:\Adobe LiveCycle Connector-2007>set _my_datetime=Wed 08/22/2012 14:40:28.27
    E:\Adobe LiveCycle Connector-2007>echo Begin Installation at Wed 08/22/2012 14:40:28.27 
    Begin Installation at Wed 08/22/2012 14:40:28.27
    E:\Adobe LiveCycle Connector-2007>echo "Customize <VER> <PORT> <SharepointServerNameOrIP> <SiteDirectory> <siteName> in this install.bat . Verify gacutil.exe path."
    "Customize <VER> <PORT> <SharepointServerNameOrIP> <SiteDirectory> <siteName> in this install.bat . Verify gacutil.exe path."
    Failure adding assembly to the cache: Unknown Error
    Failure adding assembly to the cache: Unknown Error
    Failure adding assembly to the cache: Unknown Error
    Deactivating LiveCycle Connector feature with WSS
    Operation completed successfully.
    Deactivating LiveCycle Workflow feature with WSS
    Operation completed successfully.
    Uninstalling LiveCycle Connector with WSS
    Operation completed successfully.
    Uninstalling LiveCycle Workflow with WSS
    Operation completed successfully.
    Copying source files to WSS \TEMPLATE directory
    TEMPLATE\FEATURES\LiveCycle\Elements.xml
    TEMPLATE\FEATURES\LiveCycle\Feature.xml
    TEMPLATE\FEATURES\LiveCycle\Workflow\feature.xml
    TEMPLATE\FEATURES\LiveCycle\Workflow\workflow.xml
    TEMPLATE\IMAGES\LiveCycle\applyPolicy.png
    TEMPLATE\IMAGES\LiveCycle\applyReaderExtn.png
    TEMPLATE\IMAGES\LiveCycle\createPdf.png
    TEMPLATE\IMAGES\LiveCycle\liveCycle.gif
    TEMPLATE\IMAGES\LiveCycle\pdficon_small.gif
    TEMPLATE\LAYOUTS\LiveCycle\ApplyPolicy.aspx
    TEMPLATE\LAYOUTS\LiveCycle\ApplyReaderExtensions.aspx
    TEMPLATE\LAYOUTS\LiveCycle\GeneratePDF.aspx
    TEMPLATE\LAYOUTS\LiveCycle\InvokeGenericProcess.aspx
    TEMPLATE\LAYOUTS\LiveCycle\LiveCycleSettings.aspx
    TEMPLATE\LAYOUTS\LiveCycle\LoggingSettings.aspx
    TEMPLATE\LAYOUTS\LiveCycle\Workflow\LCWorkflowSettings.aspx
    16 File(s) copied
    Copying Feature Resource files to WSS 12\Resources directory
    Resources\AdobeLiveCycleConnectorCore.de-DE.resx
    Resources\AdobeLiveCycleConnectorCore.de.resx
    Resources\AdobeLiveCycleConnectorCore.en-US.resx
    Resources\AdobeLiveCycleConnectorCore.en.resx
    Resources\AdobeLiveCycleConnectorCore.fr-FR.resx
    Resources\AdobeLiveCycleConnectorCore.fr.resx
    Resources\AdobeLiveCycleConnectorCore.ja-JP.resx
    Resources\AdobeLiveCycleConnectorCore.ja.resx
    Resources\AdobeLiveCycleConnectorCore.resx
    9 File(s) copied
    Copying Resource files to "C:\Inetpub\wwwroot\wss\VirtualDirectories\80"\App_GlobalResources directory
    App_GlobalResources\AdobeLiveCycleConnector.de-DE.resx
    App_GlobalResources\AdobeLiveCycleConnector.de.resx
    App_GlobalResources\AdobeLiveCycleConnector.en-US.resx
    App_GlobalResources\AdobeLiveCycleConnector.en.resx
    App_GlobalResources\AdobeLiveCycleConnector.fr-FR.resx
    App_GlobalResources\AdobeLiveCycleConnector.fr.resx
    App_GlobalResources\AdobeLiveCycleConnector.ja-JP.resx
    App_GlobalResources\AdobeLiveCycleConnector.ja.resx
    App_GlobalResources\AdobeLiveCycleConnector.resx
    App_GlobalResources\AdobeLiveCycleWorkflow.de-DE.resx
    App_GlobalResources\AdobeLiveCycleWorkflow.de.resx
    App_GlobalResources\AdobeLiveCycleWorkflow.en-US.resx
    App_GlobalResources\AdobeLiveCycleWorkflow.en.resx
    App_GlobalResources\AdobeLiveCycleWorkflow.fr-FR.resx
    App_GlobalResources\AdobeLiveCycleWorkflow.fr.resx
    App_GlobalResources\AdobeLiveCycleWorkflow.ja-JP.resx
    App_GlobalResources\AdobeLiveCycleWorkflow.ja.resx
    App_GlobalResources\AdobeLiveCycleWorkflow.resx
    18 File(s) copied
    Installing LiveCycle Connector  with WSS
    Operation completed successfully.
    Installing LiveCycle Workflow with WSS
    Operation completed successfully.
    Activating LiveCycle Connector  with WSS
    Operation completed successfully.
    Activating LiveCycle Workflow with WSS
    Operation completed successfully.
    Restarting IIS worker process
    Attempting stop...
    Internet services successfully stopped
    Attempting start...
    Internet services successfully restarted
    E:\Adobe LiveCycle Connector-2007>echo End Installation at Wed 08/22/2012 14:41:00.29 
    End Installation at Wed 08/22/2012 14:41:00.29
    Waiting...
    Regards,
    Amol Sahare

    This might be an issue with the gacutil that you are using. I have used the gacutil that comes with Microsoft SDK.
    You can install Microsoft SDK from http://www.microsoft.com/en-us/download/details.aspx?id=3138

  • INST-07408: Unable to install or configure the product on a 32-bit JVM on a 64-bit machine. Make sure to install and configure the product in supported modes.

    Hi there, i have an issue installing oracle forms and reports. its throwing this error"INST-07408: Unable to install or configure the product on a 32-bit JVM on a 64-bit machine. Make sure to install and configure the product in supported modes." on step 5. I have jdk 64bit installed, weblogic server was installed successfully but iam getting stuck somehow.
    Below are details of my pc.
    OS Name    Microsoft Windows 7 Professional
    Version    6.1.7601 Service Pack 1 Build 7601
    Other OS Description     Not Available
    OS Manufacturer    Microsoft Corporation
    System Name   ...........-HP
    System Manufacturer    Hewlett-Packard
    System Model    HP ProBook 4530s
    System Type    x64-based PC
    Processor    Intel(R) Core(TM) i5-2450M CPU @ 2.50GHz, 2501 Mhz, 2 Core(s), 4 Logical Processor(s)
    BIOS Version/Date    Hewlett-Packard 68SRR Ver. F.23, 09/03/2012
    SMBIOS Version    2.6
    Windows Directory    C:\windows
    System Directory    C:\windows\system32
    Boot Device    \Device\HarddiskVolume1
    Locale    United Kingdom
    Hardware Abstraction Layer    Version = "6.1.7601.17514"
    User Name    ...........-HP\................
    Time Zone    South Africa Standard Time
    Installed Physical Memory (RAM)    4.00 GB
    Total Physical Memory    3.94 GB
    Available Physical Memory    1.00 GB
    Total Virtual Memory    7.87 GB
    Available Virtual Memory    1.25 GB
    Page File Space    3.94 GB
    Page File    C:\pagefile.sys

    To clarify further....  It is important to note that Forms/Repors 11.1.2.x software (including WLS and JDK) must be of the same archetecture as the machine.  In other words, you cannot use the 32bit Forms/Reports 11.1.2 software on 64bit Windows.  If you are using a 64bit OS, you must install the 64bit software.  Again, this would include Forms/Reports, WLS, and JDK

  • What are the prerequisites to install and configure Oracle Coherence 3.4

    What are the prerequisites to install and configure an Oracle Coherence (3.4 Grid version) on RHEL5.0 system?
    I want to make an Oracle Coherence Gid Data system for testing purpose using 3 machines.
    What kind of network configuration is OK?
    What software should be installed in advance?
    Thank you

    Hi,
    I would read through the Testing and Tuning section of the following page.
    http://coherence.oracle.com/display/COH34UG/Usage+(Full)
    Even though you are not about to go into production I think the Production Checklist has some very useful information.
    http://coherence.oracle.com/display/COH34UG/Production+Checklist
    -Dave

  • [Forum FAQ] How to install and configure Windows Server Essentials Experience role on Windows Server 2012 R2 Standard via PowerShell locally and remotely

    As we all know,
    the Windows Server Essentials Experience role is available in Windows Server 2012 R2 Standard and Windows Server 2012 R2 Datacenter. We can add the Windows Server
    Essentials Experience role in Server Manager or via Windows PowerShell.
    In this article, we introduce the steps to install and configure Windows
    Server Essentials Experience role on Windows Server 2012 R2 Standard via PowerShell locally and remotely. For better analyze, we divide this article into two parts.
    Before installing the Windows Server Essentials Experience Role, please use
    Get-WindowsFeature
    PowerShell cmdlet to ensure the Windows Server Essentials Experience (ServerEssentialsRole) is available. (Figure 1)
    Figure 1.
    Part 1: Install Windows Server Essentials Experience role locally
    Add Windows Server Essentials Experience role
    Run Windows PowerShell as administrator, then type
    Add-WindowsFeature ServerEssentialsRole cmdlet to install Windows Server Essentials Experience role. (Figure 2)
    Figure 2.
    Note: It is necessary to configure Windows Server Essentials Experience (Post-deployment Configuration). Otherwise, you will encounter following issue when opening Dashboard.
    (Figure 3)
    Figure 3.
      2. Configure Windows Server Essentials Experience role
    (1)  In an existing domain environment
    Firstly, please join the Windows Server 2012 R2 Standard computer to the existing domain through the path:
    Control Panel\System\Change Settings\”Change…”\Member of. (Figure 4)
    Figure 4.
    After that, please install Windows Server Essentials Experience role as original description. After installation completed, please use the following command to configure Windows
    Server Essentials:
    Start-WssConfigurationService –Credential <Your Credential>
    Note: The type of
    Your Credential should be as: Domain-Name\Domain-User-Account.
    You must be a member of the Enterprise Admin group and Domain Admin group in Active Directory when using the command above to configure Windows Server Essentials. (Figure 5)
    Figure 5.
    Next, you can type the password for the domain account. (Figure 6)
    Figure 6.
    After setting the credential, please type “Y” to continue to configure Windows Server Essentials. (Figure 7)
    Figure 7.
    By the way, you can use
    Get-WssConfigurationStatus
    PowerShell cmdlet to
    get the status of the configuration of Windows Server Essentials. Specify the
    ShowProgress parameter to view a progress indicator. (Figure 8)
    Figure 8.
    (2) In a non-domain environment
    Open PowerShell (Run as Administrator) on the Windows Server 2012 R2 Standard and type following PowerShell cmdlets: (Figure 9)
    Start-WssConfigurationService -CompanyName "xxx" -DNSName "xxx" -NetBiosName "xxx" -ComputerName "xxx” –NewAdminCredential $cred
    Figure 9.
    After you type the commands above and click Enter, you can create a new administrator credential. (Figure 10)
    After creating the new administrator credential, please type “Y” to continue to configure Windows Server Essentials. (Figure 11)
    After a reboot, all the configurations will be completed and you can open the Windows Server Essentials Dashboard without any errors. (Figure 12)
    Figure 12.
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    Part 2: Install and configure Windows Server Essentials Experience role remotely
    In an existing domain environment
    In an existing domain environment, please use following command to provide credential and then add Server Essentials Role: (Figure 13)
    Add-WindowsFeature -Name ServerEssentialsRole
    -ComputerName xxx -Credential DomainName\DomainAccount
    Figure 13.
    After you enter the credential, it will start install Windows Server Essentials role on your computer. (Figure 14)
    Figure 14.
    After the installation completes, it will return the result as below:
    Figure 15.
    Next, please use the
    Enter-PSSession
    cmdlet and provide the correct credential to start an interactive session with a remote computer. You can use the commands below:
    Enter-PSSession –ComputerName
    xxx –Credential DomainName\DomainAccount (Figure 16)
    Figure 16.
    Then, please configure Server Essentials Role via
    Add-WssConfigurationService cmdlet and it also needs to provide correct credential. (Figure 17)
    Figure 17.
    After your credential is accepted, it will update and prepare your server. (Figure 18)
    Figure 18.
    After that, please type “Y” to continue to configure Windows Server Essentials. (Figure 19)
    Figure 19.
    2. In a non-domain environment
    In my test environment, I set up two computers running Windows Server 2012 R2 Standard and use Server1 as a target computer. The IP addresses for the two computers are as
    below:
    Sevrer1: 192.168.1.54
    Server2: 192.168.1.53
    Run
    Enable-PSRemoting –Force on Server1. (Figure 20)
    Figure 20.
    Since there is no existing domain, it is necessary to add the target computer (Server1) to a TrustedHosts list (maintained by WinRM) on Server 2. We can use following command
    to
    add the TrustedHosts entry:
    Set-Item WSMan:\localhost\Client\TrustedHosts IP-Address
    (Figure 21)
    Figure 21.
    Next, we can use
    Enter-PSSession
    cmdlet and provide the correct credential to start an interactive session with the remote computer. (Figure 22)
    Figure 22.
    After that, you can install Windows Server Essentials Experience Role remotely via Add-WindowsFeature ServerEssentialsRole cmdlet. (Figure 23)
    Figure 23.
    From figure 24, we can see that the installation is completed.
    Figure 24.
    Then you can use
    Start-WssConfigurationService cmdlet to configure Essentials Role and follow the steps in the first part (configure Windows Server Essentials Experience in a non-domain environment) as the steps would be the same.
    The figure below shows the status of Windows Server Essentials.
    Figure
    25.
    Finally, we have successfully configured Windows Server Essentials on Server1. (Figure 26)
    Figure 26.
    More information:
    [Forum
    FAQ] Introduce Windows Powershell Remoting
    Windows Server Essentials Setup Cmdlets
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

  • How to install and configure configure IGS for J2EE server 700

    Hi,
    Please help me in installing and configuring IGS for J2EE server700 as i need it to run Business Graphics for my Web DynPro application. Earlier i had installed J2EE server 640 and i didnt have to do any separate installation for IGS. I just had to configure the IGS URL from Visual Admin. But i can't find any igswd.exe running on my J2EE700 engine.
    Please let me know the procedure for this.
    Thanks an Regards,
    Smriti.

    Hi,
    Check the below link,
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/17/86c039c7811f11e10000000a114084/frameset.htm">About IGS Configuration and Adminisatration</a>
    Regards,
    Suresh.T

  • How to install and configure SNMP through a script(shell script/power shell/python)

    Hi all,
    I need a script  so that once it is run on windows 2012 server r2 ,snmp should be installed and configured automatically ,giving minimum user inputs.Things like snmp server ip,community string shouls be configured.
    SNMP services should be up and running with the script

    Hi,
    Please check if you can use
    Install-WindowsFeature PowerShell command to enable SNMP. Meanwhile, please also refer to following article and check if can help you.
    How
    to Install SNMP Remotely
    However, based on your description, the issue seems to be more related to script. I suggest that you should
    post it in
    Windows PowerShell forum or
    Official Scripting Guys forum. I believe we will get a better assistance there.
    Hope this helps.
    Best regards,
    Justin Gu
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

Maybe you are looking for