Installing Discoverer 4i with Apache

Hi,
Is it possible to install Discoverer 4i with Apache webserver and Jserv as servlet engine? I had been trying it for a couple of times and I fail with oadutil giving me the error message ".exe should be in the path". WHich exe is it referrring to?
I am trying to install 4i on a Win 2K professional machine with:
1. Oracle 8i.
Issue - Since Discoverer wouldnt install in the same directory as 8i, I installed Discovere 4i plus and Discoverer administrator into c:\Oracle as DEFAULT_HOME. I then installed 8i, and 8i wont install in DEFAULT_HOME, hence I installed 8i in c:\Oracle\Ora81 and named it ORACLE_HOME.
2. I installed Apache 1.2 as web server and installed JServ as Servlet engine.
3. I loaded all the client files into home folder.
Please advice.
Thank you in advance.

I got this error when running on win2k. I dont know about 4i, but the documentation for 3i says that it is supported on NT, not 2k. When we loaded NT, this error went away and all has been smooth since.
-matt
null

Similar Messages

  • ¿ Can I Install Discoverer 10 with IIS ?

    Hi,
    My question is simple. I need install discoverer plus and viewer 10G, but i wan't install apache server becouse my app's is running with IIS.
    Any idea to configure IIS or discoverer ?
    Thanks.

    Basically, if your PC can run Windows 8.1, it should be OK.       Processor: 1 gigahertz (GHz) or faster
    RAM: 1 gigabyte (GB) (32-bit) or 2 GB (64-bit)
    Free hard disk space: 16 GB
    Graphics card: Microsoft DirectX 9 graphics device with WDDM driver

  • Problems installing CF 10 with Apache 2.2.24 (or 2.4) on RHEL 6.4

    Built Apache using openssl 1.0.1e (updated LD_LIBRARY_PATH to reflect the correct openssl libs) and pcre. Configure for build was:
    configure --enable-ssl=shared --with-ssl=/usr/local/ssl  --enable-so --with-included-apr --with-pcre  --with-perl
    Also downloaded and built the connector from http://helpx.adobe.com/coldfusion/kb/rhel-connector-configuration.html after the vanilla CF install didn't work. I get the following when I try to start up CF:
    [root@web01 logs]# /etc/rc.d/init.d/coldfusion_10 start
    Starting ColdFusion 10 server instance named cfusion ...
    The ColdFusion 10 server instance named cfusion is starting up and will be available shortly.
    nohup: appending output to `nohup.out'
    ======================================================================
    Running the ColdFusion 10 connector wizard
    ======================================================================
    Configuring the web server connector (Launched on the first run of the ColdFusion 10 start script)
    Running /usr/local/apache2/conf connector wizard...
    =======================================
    There was an error while running the connector wizard
    Connector installation was not successful
    =======================================
    ======================================================================
    ColdFusion 10 server instance named cfusion has been started.
    ColdFusion 10 will write logs to /opt/coldfusion10/cfusion/logs/coldfusion-out.log
    ======================================================================
    The wsconfig.log contains the following:
    [root@web01 wsconfig]# cat wsconfig.log
    # Created by ColdFusion on 05/28 15:15:23
    05/28 15:15:23 info Tomcat Connector
    05/28 15:15:23 debug command line: -ws Apache -bin /usr/local/apache2/bin/httpd -script /usr/local/apache2/bin/apachectl -dir /usr/local/apache2/conf -v
    05/28 15:15:23 info Red Hat Enterprise Linux Server release 6.4 (Santiago)
    05/28 15:15:23 debug Using Apache binary /usr/local/apache2/bin/httpd
    05/28 15:15:23 info Server's Module Magic Number: 20051115:31.  Supported major magic numbers on this platform are 20020628 and 20020903.
    05/28 15:15:23 info Attempting to build connector from sources
    05/28 15:15:23 info Server version: Apache/2.2.24 (Unix)
    05/28 15:15:23 debug Using Apache control script /usr/local/apache2/bin/apachectl
    05/28 15:15:23 debug Parsing Apache configuration file /usr/local/apache2/conf/httpd.conf
    05/28 15:15:23 debug Exec'ing chmod 777 /opt/coldfusion10/config/wsconfig/1
    05/28 15:15:23 debug Set permission to 777 on /opt/coldfusion10/config/wsconfig/1
    05/28 15:15:23 debug Exec'ing chmod +x /opt/coldfusion10/config/wsconfig/1/mod_jk.so
    05/28 15:15:23 debug Set permission to execute on /opt/coldfusion10/config/wsconfig/1/mod_jk.so
    05/28 15:15:23 debug Created file /opt/coldfusion10/config/wsconfig/1/mod_jk.so
    05/28 15:15:23 debug Wrote file /usr/local/apache2/conf/httpd.conf
    05/28 15:15:23 debug Added ColdFusion configuration to Apache configuration file /usr/local/apache2/conf/httpd.conf
    05/28 15:15:23 debug Created file /opt/coldfusion10/config/wsconfig/1/README.txt
    05/28 15:15:23 debug Wrote file /opt/coldfusion10/config/wsconfig/wsconfig.properties
    05/28 15:15:23 debug Exec'ing /usr/local/apache2/bin/apachectl restart
    05/28 15:15:23 error Error running "/usr/local/apache2/bin/apachectl restart": exit code was 1
    05/28 15:15:23 error Error restarting Apache server.  The web server must be restarted to complete this operation.
    com.adobe.coldfusion.connector.connectorinstaller.WebServerException: Error restarting Apache server.  The web server must be restarted to complete this operation.
        at com.adobe.coldfusion.connector.connectorinstaller.ApacheInstaller.restartWS(ApacheInstall er.java:480)
        at com.adobe.coldfusion.connector.connectorinstaller.ApacheInstaller.installConnector(Apache Installer.java:269)
        at com.adobe.coldfusion.connector.connectorinstaller.ConnectorInstaller.installConnector(Con nectorInstaller.java:340)
        at com.adobe.coldfusion.connector.connectorinstaller.ConnectorInstaller.doIt(ConnectorInstal ler.java:284)
        at com.adobe.coldfusion.connector.connectorinstaller.ConnectorInstaller.main(ConnectorInstal ler.java:741)
    05/28 15:16:37 info Tomcat Connector
    05/28 15:16:37 debug command line: -ws Apache -dir /usr/local/apache2/conf -bin /usr/local/apache2/bin/httpd -script /usr/local/apache2/bin/apachectl -cfide /opt/coldfusion10/cfusion/wwwroot/CFIDE -v
    05/28 15:16:37 error This web server is already configured for ColdFusion.
    com.adobe.coldfusion.connector.connectorinstaller.ConnectorInstallerException: This web server is already configured for ColdFusion.
        at com.adobe.coldfusion.connector.connectorinstaller.ApacheInstaller.installConnector(Apache Installer.java:187)
        at com.adobe.coldfusion.connector.connectorinstaller.ConnectorInstaller.installConnector(Con nectorInstaller.java:340)
        at com.adobe.coldfusion.connector.connectorinstaller.ConnectorInstaller.doIt(ConnectorInstal ler.java:284)
        at com.adobe.coldfusion.connector.connectorinstaller.ConnectorInstaller.main(ConnectorInstal ler.java:741)
    I've searched and tried just about everything I could find relating to the error info.

    Hi,
    RHEL 6.4 is not the supported version of RHEL, Supported version are 5.6 and 6.1. We published an article you can try if that helps.
    http://helpx.adobe.com/coldfusion/kb/rhel-connector-configuration.html
    However if that doesn't work please try this in Supported environment.
    Regards,
    Priyank

  • How to install Discoverer 11g on Web Logic Server with Forms and Reports 11g Rel2

    Hello,
    We finally started to migrate from Oracle iAs 10g Release 2 to Oracle Forms and Reports 11g Release 2 using Web Logic. I don't see an option to install Discoverer on the server.
    My OS: windows 2008 R2
    Installed Web Logic 10.3.6
    Forms & Reports: 11.1.2.2.0_64 (64 Bit Forms)
    How do I install Discoverer Plus in 11g? All I can find is Discoverer 11g Desktop/Administrator to run on User work Station. We were using discoverer Plus in 10g iAS.
    Thanks
    Rao

    907485 wrote:
    Hi:
    I need to install oracle 11g from VNC viewer. The VNC is stalled on linux. I managed login. Now I have a screen that has some icons on the top like, Connection Options, "i", refresh, CTRl, ...
    under that I have
    Accept clipboard from viewers
    Send clipboard to viewers
    Send primary selection to viewers
    From the Connection Options window, I checked Hextile for Use encoding and Let remote server deal with mouse cursor.
    What is next? How do I connect to the server. (When I login I used hostname:1)
    Thankyou.we only know what you post.
    where does linux reside?
    where is VNC installed?

  • Installing Discoverer with Database Version Oracle 10g Express Edition

    Hello,
    Is it possilbe to install Discoverer with database version Oracle 10g Express Edition? I have Oracle Fusion Middleware 11.1.1.1.0 on my Windows XP machine as well. If so, can someone please provide me a link to the Discoverer download.
    Regards,
    Kelly

    Note that the Personal Edition of the database is 'the most powerful' version, in that it contains all features and options of the Enterprise Edition (expect RAC and Enterprise Manager packs)
    As such, the Personal Edition, at a mere USD$400-500 is one of the most cost effective for-fee products that Oracle has in it's inventory. It is targeted at the developer. And it comes with the complete set of Sample Data, whereas XE has a very limited subset (since it does not support all functionality).
    Express Edition is indeed free, but it is not supported, and can not be patched. OTOH it does have a lighter footprint.
    Again, I am not sure whether Disco 11g is compatible with Express Edition. (It's on my schedule for December ...)

  • Discoverer 3.1.x Install on NT with Personal Oracle 8i

    Can Discoverer 3.1.x be installed on a Windows NT machine that already has Personal Oracle 8i (8.1.6) installed on it? If so, how?
    The Discoverer Installer posts some contradictory error messages when I try to do this.
    First, if I try to install Discoverer to a separate ORACLE_HOME, the Installer tells me that the Installer does not support multiple installations and that Discoverer must be installed in the same ORACLE_HOME as the existing Oracle8i.
    But when I rerun the installation trying to use the existing Oracle8i ORACLE_HOME, the Installer tells me that this ORACLE_HOME directory is already being used for "Oracle 816 Production" and that "It cannot be used as an Oracle home for 'nt'".
    This is an odd contradiction. IMHO, it seems that Discoverer and Personal Oracle 8i would be a rather natural pairing, and that Oracle Corp would be interesting in having these 2 products be able to co-exist on the same machine.
    The Install.wri notes (July99) do indicate that Discoverer 3.1 cannot be installed on the same machine as Personal Oracle 8.0.3 but can be installed alongside 8.0.4. Also, in another posting (http://technet.oracle.com:89/ubb/Forum16/HTML/000117.html) in this Discussion Group, it would appear that Discoverer 3.1 can be installed with Oracle 8i, but how?
    (As a footnote: I would definitely prefer to install Discoverer into a separate ORACLE_HOME from the Oracle server.)
    Thanks for any clarity on this situation.
    null

    Hello Jerry:
    There are two possible ways to deal with this issue:
    1. Install Discoverer into the first (Default) Oracle_Home on your machine.
    2. Install the RDBMS into another ORACLE_HOME.
    Discoverer cannot be installed into a non Default Oracle_HOME.
    Also...
    In this scenario you can do the following.
    In the Oracle Installer you write DEFAULT_HOME in the NAME field and the you enter a directory different from the one Oracle8i is installed in. In many cases this does the trick. But you can get into a scenario where you still gets the errors message. In this case you exit the installer, starts a Dos Prompt and enter regedit, to edit the registry. Here you
    find the key
    \\HKEY_LOCAL_MACHINE\SOFTWARE\Oracle\ALL_HOMES\DEFAULT_HOME. You change the value of this key to DEFAULT_HOME and then start the installation again.
    I hope this helps.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by japfelba ([email protected]):
    Can Discoverer 3.1.x be installed on a Windows NT machine that already has Personal Oracle 8i (8.1.6) installed on it? If so, how?
    The Discoverer Installer posts some contradictory error messages when I try to do this.
    First, if I try to install Discoverer to a separate ORACLE_HOME, the Installer tells me that the Installer does not support multiple installations and that Discoverer must be installed in the same ORACLE_HOME as the existing Oracle8i.
    But when I rerun the installation trying to use the existing Oracle8i ORACLE_HOME, the Installer tells me that this ORACLE_HOME directory is already being used for "Oracle 816 Production" and that "It cannot be used as an Oracle home for 'nt'".
    This is an odd contradiction. IMHO, it seems that Discoverer and Personal Oracle 8i would be a rather natural pairing, and that Oracle Corp would be interesting in having these 2 products be able to co-exist on the same machine.
    The Install.wri notes (July99) do indicate that Discoverer 3.1 cannot be installed on the same machine as Personal Oracle 8.0.3 but can be installed alongside 8.0.4. Also, in another posting (http://technet.oracle.com:89/ubb/Forum16/HTML/000117.html) in this Discussion Group, it would appear that Discoverer 3.1 can be installed with Oracle 8i, but how?
    (As a footnote: I would definitely prefer to install Discoverer into a separate ORACLE_HOME from the Oracle server.)
    Thanks for any clarity on this situation.
    <HR></BLOCKQUOTE>
    null

  • Discoverer 3.1.x Install on NT with Oracle Personal  edition 8.0.4.0.0

    I can't install discoverer 3.1.38 on a NT OS. I have got this
    message:
    "an error occured during the move data process: -115
    component: WINNT4.0
    File Group: DISCOVERER3138_WINNT
    File: C:\orant_rq\NET80\NLF.MSB"
    Thanks for any clarity on this situation.

    I can't install discoverer 3.1.38 on a NT OS. I have got this
    message:
    "an error occured during the move data process: -115
    component: WINNT4.0
    File Group: DISCOVERER3138_WINNT
    File: C:\orant_rq\NET80\NLF.MSB"
    Thanks for any clarity on this situation.

  • Newly installed coldfusion 11 configured with apache cannot read css/js/jpg files

    I am sure I am missing something really easy, but I cannot get my css stylesheet to work on my fresh installation. 
    coldfusion 11 with apache 2.2
    my cfm files can be parsed in subfolders, but a css file (or anything else other than cfm files) in the same folder doesn't seem to be working as hoped
    if I type in something like "localhost/appName/css/main.css" I get a 404 File Not Found error
    Does this error indicate an apache or coldfusion problem?
    Thanks in advance for any help, Wayne

    Hi Wayne,
    Could you please confirm if the webroot you are referring to is the ColdFusion webroot, or Apache webroot.
    CSS files in the ColdFusion webroot may not be served when explicitly requested through the Apache port, since Apache would not even forward the request to ColdFusion.
    Of course, when a CFM page is requested, stylesheet's referenced within CFM pages must get loaded!
    - Immanuel

  • Integrating Discoverer 10 with E-Business Suite

    What is the exact procedure to connect discoverer 10 with EBS ?
    I've already installed Oracle Application Server 10g Release 2
    (10.1.2.0.2) that includes Identity Management Infrastructure 10g
    (10.1.4.0.1) and Application Server 10g Release 2 (10.1.2.0.2) type
    Business Intelligence and Forms on different Homes in a single server.
    The EBS (11.5.10.2) also installed on the same server with different
    home.
    The error I got is,********************************************************************
    " - Unable to retrieve the Schema password for base Schema
    ORASSO_DS from Oracle Internet Directory Server for the repository
    null. Please verify that the correct Oracle Internet Directory Server
    parameters are specified in /d03/oracle/BI_Home/config/ias.properties.
    Make sure that the Oracle Internet Directory Server specified in
    OIDhost, OIDsslport is up and running. Base Exception :
    oracle.ias.repository.schema.SchemaException: Unable to retrieve
    Attributes for
    orclResourceName=ORASSO_DS,orclReferenceName=ORCL.COM,cn=IAS
    Infrastructure Databases, cn=IAS, cn=Products, cn=OracleContext from
    Oracle Internet Directory Server ldap://192.168.2.1:636/. Base
    Exception : javax.naming.NoPermissionException: [LDAP: error code 50 -
    Insufficient Access Rights]; remaining name
    'orclResourceName=ORASSO_DS,orclReferenceName=ORCL.COM,cn=IAS
    Infrastructure Databases, cn=IAS, cn=Products, cn=OracleContext'Unable to retrieve connection list- The connection list could not be retrieved. See other error messages for details. "**********************************************************************
    The content of ias.properties file is:
    [ComponentConfig]
    Apache.LaunchSuccess=true
    J2EE.LaunchSuccess=true
    WebCache.LaunchSuccess=true
    JServ.LaunchSuccess=false
    Portal.LaunchSuccess=false
    Wireless.LaunchSuccess=false
    Discoverer.LaunchSuccess=true
    Personalization.LaunchSuccess=false
    Forms.LaunchSuccess=false
    Reports.LaunchSuccess=true
    UnifiedMessaging.LaunchSuccess=false
    SSO.LaunchSuccess=false
    OID.LaunchSuccess=false
    DAS.LaunchSuccess=false
    DIP.LaunchSuccess=false
    OCA.LaunchSuccess=false
    ProcessConnect.LaunchSuccess=false
    IntegrationB2B.LaunchSuccess=false
    WORKFLOW.LaunchSuccess=false
    MODOSSO.LaunchSuccess=false
    JAZN.LaunchSuccess=true
    IntegrationBAM.LaunchSuccess=false
    [InstallData]
    Version=10.1.2.0.2
    InstallType=BIServices
    Components=Apache,J2EE,WebCache,Discoverer,Reports
    IASname=ias.linuxerp.com
    InstanceNamesList=ias.linuxerp.com
    IASpassword=
    IASSvcpassword=
    UserName=
    InfrastructureUse=false
    DatabaseManagedClusterSupport=false
    OIDhost=192.168.2.1
    OIDport=389
    OIDsslport=636
    SSLOnly=False
    VirtualHostName=linuxerp.com
    InfrastructureInstallOnRAC=false
    JRERuntime=
    JRELocation=
    [InfraStructureDatabase]
    InfrastructureDBCommonName=
    [EMConfigData]
    IMAdminSupported=True
    IMServerLocConfigurable=True
    IMReposAdminSupported=False
    CentralAdminSupported=True
    MRAdminSupported=True
    FarmAdminSupported=False
    Can anyone help me ?Thanks in advance.Sundar K

    Hi user;
    Please check:
    Can SMS Be Sent To Mobile Phone Once Order Is Ship Confirmed? [ID 757146.1]
    Mobile Field Service Auto Synchronization and Notification [ID 414838.1]
    Also check:
    Using Mobile Devices with Oracle E-Business Suite
    http://blogs.oracle.com/stevenChan/2010/01/mobile_devices_ebs.html
    http://blogs.oracle.com/stevenChan/2008/11/oracle_business_approvals_for_managers_iphone_app_now_available.html
    INTEGRATION OF ORACLE APPS WITH MOBILE SMS
    INTEGRATION OF ORACLE APPS  WITH MOBILE SMS
    Hope it helps
    Regard
    Helios

  • Discoverer integration with EBS R12 !!!

    Hello Sir,
    I need help to install/integrate Discoverer with R12.
    Actually, our clients are using Discoverer 4i in current EBS 11.5.10.2 in production. We have just upgraded EBS in TEST environment from 11.5.10.2 to R12.1.3.
    I had suggested client that Discoverer 4i is actually de-supported and they need to upgrade Discoverer version to minimum 10.1.2.3 or higher to integrate it with R12.1.3.
    Now, client also have requirement for Discoverer to be certified with MS Excel 2010 format. So I have suggested to upgrade Discoverer version to minimum 11.1.1.4.
    Latest certified Discoverer version is 11.1.1.7.0 as per note Using Discoverer 11.1.1 with Oracle E-Business Suite Release 12 (Doc ID 1074326.1)
    1) Can you please provide your opinion and any documentation which I can follow to install/integrate Discoverer with R12 ?
    2) Do I need to first install separate 10gAS for installing Discoverer 10.1.2.3 or Fusion middleware home for installing Discoverer 11g ? If yes, where can I find doc for this installation ?
    3) Since 10g support has ended July 2013, where can I get media for installing 10gAS ?
    4) Is there any additional licences required for using either Discoverer 10g or Discoverer 11g ?

    1) Can you please provide your opinion and any documentation which I can follow to install/integrate Discoverer with R12 ?
    In addition to the doc you have, please see:
    https://blogs.oracle.com/stevenChan/entry/discoverer_11_1_1_7
    How to Test Discoverer Integration with E-Business Suite 11i and Release 12? (Doc ID 1065257.1)
    Running Discoverer Reports From EBS R12 (Doc ID 1516784.1)
    R12: How to Create a Link to a Discoverer Workbook (Doc ID 471303.1)
    2) Do I need to first install separate 10gAS for installing Discoverer 10.1.2.3 or Fusion middleware home for installing Discoverer 11g ? If yes, where can I find doc for this installation ?
    Installation Recommendations - 11g Release 1 (11.1.1)
    Installer Screens - 11g Release 1 (11.1.1.7.0)
    3) Since 10g support has ended July 2013, where can I get media for installing 10gAS ?
    You can download WebLogic 10.3.6 from WebLogic Server 12c (12.1.1), WebLogic Server 11g (10.3.6) and Previous Releases
    4) Is there any additional licences required for using either Discoverer 10g or Discoverer 11g ?
    Please see Steven Chan's reply in this link -- https://blogs.oracle.com/stevenChan/entry/discoverer_11gr1_primer
    Thanks,
    Hussein

  • I Need PHP 5.3 no longer avail in a VC6 compatable with Apache 2.2.15

    I appologize if this question is already answered somewhere (I did search a bit)..
    1. I have written a significant amount of my site using functions only available in PHP 5.3+ (ie not in PHP5.2)
    ( see php.net /manual/en/migration53.new-features.php )
    2. PHP (in thier infinite wisdom) have decicided that not only is there no longer a VC6 (ie Apache 2.2.15 compatable) build of php 5.3.6 but they removed the 5.3.3 build and are offering only 5.2.17 in a VC6 build suitable for use with the version of Apache built into FMS4.
    (see windows.php.net/download/ and note the lines:
    Do NOT use VC9 version with apache.org binaries.
    and
    VC9 versions of Apache can be fetched at Apache Lounge. We use their binaries to build the Apache SAPIs.)
    3. The FMS4 documentation says:
    (see help.adobe.com/en_US/flashmediaserver/configadmin/WSE2A5A7B9-E118-496f-92F9-E295038DB7DB. html#WS02f7d8d4857b1677-469e53bb12984254411-8000
    The recommended approach to upgrading the Apache web server is to install or build the Apache server in a directory that is separate from the existing server. Then copy the contents of newly-installed directories to the existing server.
    In most cases, you do not replace the existing Apache configuration files with the newer versions of these files. This is because the Apache web server installation for Flash Media Server is pre-configured with specific modules and settings.)
    My Question is:
    Does this even work? I sounds like a REALY BAD idea to me to instal a version of Apache built to use the Visual C 9 runtime and then kludge in an httpd.conf file that starts loading modules that were built to interact with a version that uses the Visual C 6 library. Has anyone actually done this successfully???
    I don't blame the FMS developers here (well except for the really bad idea of making Apache "part" of the FMS package in the first place) but you a shipping with a version of Apache that is incompatable with PHP! (OK, the _latest versions_ of PHP.. but that still makes this _your_ problem.. and a big problem at that if you ask me).
    Suggestions?

    # This section includes everything in the Apache 2.2.19 httpd.conf file's module load section.
    # The modules named in the FMS version of the httpd.conf file are _almost_ a subset of the 2.2.19 collection but
    # many statements are "live" only in the FMS version.
    # The numbers in parentheses are line numbers in the indicated httpd.conf file
    # 2.2.19(60) LoadModule actions_module modules/mod_actions.so
    # FMS(136)
    LoadModule actions_module modules/mod_actions.so
    # 2.2.19(61) LoadModule alias_module modules/mod_alias.so
    # FMS(137)
    LoadModule alias_module modules/mod_alias.so
    # 2.2.19(62) LoadModule asis_module modules/mod_asis.so
    # FMS(138)
    LoadModule asis_module modules/mod_asis.so
    # 2.2.19(63) LoadModule auth_basic_module modules/mod_auth_basic.so
    # FMS(139)
    LoadModule auth_basic_module modules/mod_auth_basic.so
    # 2.2.19(64) #LoadModule auth_digest_module modules/mod_auth_digest.so
    # FMS(140)
    LoadModule auth_digest_module modules/mod_auth_digest.so
    # 2.2.19(65) #LoadModule authn_alias_module modules/mod_authn_alias.so
    # 2.2.19(66) #LoadModule authn_anon_module modules/mod_authn_anon.so
    # FMS(141)
    LoadModule authn_anon_module modules/mod_authn_anon.so
    # 2.2.19(67) #LoadModule authn_dbd_module modules/mod_authn_dbd.so
    # 2.2.19(68) #LoadModule authn_dbm_module modules/mod_authn_dbm.so
    # FMS(142) #LoadModule authn_dbm_module modules/mod_authn_dbm.so
    # 2.2.19(69) LoadModule authn_default_module modules/mod_authn_default.so
    # FMS(143)
    LoadModule authn_default_module modules/mod_authn_default.so
    # 2.2.19(70) LoadModule authn_file_module modules/mod_authn_file.so
    # FMS(144)
    LoadModule authn_file_module modules/mod_authn_file.so
    # 2.2.19(71) #LoadModule authnz_ldap_module modules/mod_authnz_ldap.so
    # 2.2.19(72) #LoadModule authz_dbm_module modules/mod_authz_dbm.so
    # FMS(145) #LoadModule authz_dbm_module modules/mod_authz_dbm.so
    # 2.2.19(73) LoadModule authz_default_module modules/mod_authz_default.so
    # FMS(146)
    LoadModule authz_default_module modules/mod_authz_default.so
    # 2.2.19(74) LoadModule authz_groupfile_module modules/mod_authz_groupfile.so
    # FMS(147)
    LoadModule authz_groupfile_module modules/mod_authz_groupfile.so
    # 2.2.19(75) LoadModule authz_host_module modules/mod_authz_host.so
    # FMS(148)
    LoadModule authz_host_module modules/mod_authz_host.so
    # 2.2.19(76) #LoadModule authz_owner_module modules/mod_authz_owner.so
    # 2.2.19(77) LoadModule authz_user_module modules/mod_authz_user.so
    # FMS(149)
    LoadModule authz_user_module modules/mod_authz_user.so
    # 2.2.19(78) LoadModule autoindex_module modules/mod_autoindex.so
    # FMS(150)
    LoadModule autoindex_module modules/mod_autoindex.so
    # 2.2.19(79) #LoadModule cache_module modules/mod_cache.so
    # 2.2.19(80) #LoadModule cern_meta_module modules/mod_cern_meta.so
    # FMS(151) #LoadModule cern_meta_module modules/mod_cern_meta.so
    # 2.2.19(81) LoadModule cgi_module modules/mod_cgi.so
    # FMS(152..154)
    <IfModule mpm_winnt_module>
    LoadModule cgi_module modules/mod_cgi.so
    </IfModule>
    # FMS(155..157)
    <IfModule worker_module>
    LoadModule cgid_module modules/mod_cgid.so
    </IfModule>
    # 2.2.19(82) #LoadModule charset_lite_module modules/mod_charset_lite.so
    # 2.2.19(83) #LoadModule dav_module modules/mod_dav.so
    # FMS(158)
    LoadModule dav_module modules/mod_dav.so
    # 2.2.19(84) #LoadModule dav_fs_module modules/mod_dav_fs.so
    # FMS(159)
    LoadModule dav_fs_module modules/mod_dav_fs.so
    # 2.2.19(85) #LoadModule dav_lock_module modules/mod_dav_lock.so
    # 2.2.19(86) #LoadModule dbd_module modules/mod_dbd.so
    # 2.2.19(87) #LoadModule deflate_module modules/mod_deflate.so
    # FMS(160)
    LoadModule deflate_module modules/mod_deflate.so
    # 2.2.19(88) LoadModule dir_module modules/mod_dir.so
    # FMS(161)
    LoadModule dir_module modules/mod_dir.so
    # 2.2.19(89) #LoadModule disk_cache_module modules/mod_disk_cache.so
    # 2.2.19(90) #LoadModule dumpio_module modules/mod_dumpio.so
    # 2.2.19(91) LoadModule env_module modules/mod_env.so
    # FMS(162)
    LoadModule env_module modules/mod_env.so
    # 2.2.19(92) #LoadModule expires_module modules/mod_expires.so
    # FMS(163) #LoadModule expires_module modules/mod_expires.so
    # 2.2.19(93) #LoadModule ext_filter_module modules/mod_ext_filter.so
    # 2.2.19(94) #LoadModule file_cache_module modules/mod_file_cache.so
    # FMS(164) #LoadModule file_cache_module modules/mod_file_cache.so
    # 2.2.19(95) #LoadModule filter_module modules/mod_filter.so
    # 2.2.19(96) #LoadModule headers_module modules/mod_headers.so
    # FMS(165) #LoadModule headers_module modules/mod_headers.so
    # 2.2.19(97) #LoadModule ident_module modules/mod_ident.so
    # 2.2.19(98) #LoadModule imagemap_module modules/mod_imagemap.so
    # FMS(166)
    LoadModule imagemap_module modules/mod_imagemap.so
    # 2.2.19(99) LoadModule include_module modules/mod_include.so
    # FMS(167)
    LoadModule include_module modules/mod_include.so
    # 2.2.19(100) #LoadModule info_module modules/mod_info.so
    # FMS(168)
    LoadModule info_module modules/mod_info.so
    # 2.2.19(101) LoadModule isapi_module modules/mod_isapi.so
    # FMS(169..171)
    <IfModule mpm_winnt_module>
    LoadModule isapi_module modules/mod_isapi.so
    </IfModule>
    # 2.2.19(102) #LoadModule ldap_module modules/mod_ldap.so
    # 2.2.19(103) #LoadModule logio_module modules/mod_logio.so
    # 2.2.19(104) LoadModule log_config_module modules/mod_log_config.so
    # FMS(172)
    LoadModule log_config_module modules/mod_log_config.so
    # 2.2.19(105) #LoadModule log_forensic_module modules/mod_log_forensic.so
    # 2.2.19(106) #LoadModule mem_cache_module modules/mod_mem_cache.so
    # 2.2.19(107) LoadModule mime_module modules/mod_mime.so
    # FMS(173)
    LoadModule mime_module modules/mod_mime.so
    # 2.2.19(108) #LoadModule mime_magic_module modules/mod_mime_magic.so
    # FMS(174)
    LoadModule mime_magic_module modules/mod_mime_magic.so
    # 2.2.19(109) LoadModule negotiation_module modules/mod_negotiation.so
    # FMS(181)
    LoadModule negotiation_module modules/mod_negotiation.so
    # 2.2.19(110) #LoadModule proxy_module modules/mod_proxy.so
    # FMS(175) #LoadModule proxy_module modules/mod_proxy.so
    # 2.2.19(111) #LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
    # FMS(176) #LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
    # 2.2.19(112) #LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
    # FMS(177) #LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
    # 2.2.19(113) #LoadModule proxy_connect_module modules/mod_proxy_connect.so
    # FMS(178) #LoadModule proxy_connect_module modules/mod_proxy_connect.so
    # 2.2.19(114) #LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
    # FMS(180) #LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
    # 2.2.19(115) #LoadModule proxy_http_module modules/mod_proxy_http.so
    # FMS(179) #LoadModule proxy_http_module modules/mod_proxy_http.so
    # 2.2.19(116) #LoadModule proxy_scgi_module modules/mod_proxy_scgi.so
    # 2.2.19(117) #LoadModule reqtimeout_module modules/mod_reqtimeout.so
    # 2.2.19(118) #LoadModule rewrite_module modules/mod_rewrite.so
    # FMS(182)
    LoadModule rewrite_module modules/mod_rewrite.so
    # 2.2.19(119) LoadModule setenvif_module modules/mod_setenvif.so
    # FMS(183)
    LoadModule setenvif_module modules/mod_setenvif.so
    # 2.2.19(120) #LoadModule speling_module modules/mod_speling.so
    # FMS(184) #LoadModule speling_module modules/mod_speling.so
    # 2.2.19(121) #LoadModule ssl_module modules/mod_ssl.so
    # FMS(190) #LoadModule ssl_module modules/mod_ssl.so
    # 2.2.19(122) #LoadModule status_module modules/mod_status.so
    # FMS(185)
    LoadModule status_module modules/mod_status.so
    # 2.2.19(123) #LoadModule substitute_module modules/mod_substitute.so
    # 2.2.19(124) #LoadModule unique_id_module modules/mod_unique_id.so
    # FMS(186)
    LoadModule unique_id_module modules/mod_unique_id.so
    # 2.2.19(125) #LoadModule userdir_module modules/mod_userdir.so
    # FMS(187)
    LoadModule userdir_module modules/mod_userdir.so
    # 2.2.19(126) #LoadModule usertrack_module modules/mod_usertrack.so
    # FMS(188) #LoadModule usertrack_module modules/mod_usertrack.so
    # 2.2.19(127) #LoadModule version_module modules/mod_version.so
    # 2.2.19(128) #LoadModule vhost_alias_module modules/mod_vhost_alias.so
    # FMS(189) #LoadModule vhost_alias_module modules/mod_vhost_alias.so
    # FMS(191)
    LoadModule f4fhttp_module modules/mod_f4fhttp.so
    # This section includes items that appear in _BOTH_ in the FMS version of httpd.conf and the 2.2.19 version
    # The numbers in parentheses are line numbers in the indicated httpd.conf file.
    # In some case the lines appear identically in both versions.
    # In some case the changes are not simple alternatives (see mpm_winnt_module for example)
    # 2.2.19(46)
    # Listen 80
    # FMS(12)
    Listen 8134
    # 2.2.19(130..144)
    # <IfModule !mpm_netware_module>
    # <IfModule !mpm_winnt_module>
    # User daemon
    # Group daemon
    # </IfModule>
    # </IfModule>
    # FMS(123..126)
    <IfModule mpm_winnt_module>
    ThreadsPerChild 250
    MaxRequestsPerChild 0
    </IfModule>
    # 2.2.19(179)
    # DocumentRoot "c:/Apache2/htdocs"
    # FMS(39)
    DocumentRoot "../webroot"
    # 2.2.19(189..194)
    # <Directory />
    #     Options FollowSymLinks
    #     AllowOverride None
    #     Order deny,allow
    #     Deny from all
    # </Directory>
    # FMS(43..50)
    <Directory />
    Options FollowSymLinks
    AllowOverride None
    Order allow,deny
    Allow from all
    Satisfy all
    </Directory>
    # 2.2.19(206..234)
    # <Directory "c:/Apache2/htdocs">
    #     Options Indexes FollowSymLinks
    #     AllowOverride None
    #     Order allow,deny
    #     Allow from all
    # </Directory>
    # FMS(51..56)
    <Directory "../webroot">
    Options -Indexes FollowSymLinks
    AllowOverride None
    Order allow,deny
    Allow from all
    </Directory>
    # 2.2.19(240.242)
    # <IfModule dir_module>
    #     DirectoryIndex index.html
    # </IfModule>
    # FMS(41)
    DirectoryIndex index.html index.html.var index.php index.php3 index.php4 index.php5 index.py index.pl index.rb
    # 2.2.19(248..252)
    # <FilesMatch "^\.ht">
    #     Order allow,deny
    #     Deny from all
    #     Satisfy All
    # </FilesMatch>
    # FMS(118..121)
    <FilesMatch "^\.ht">
    Order allow,deny
    Deny from all
    </FilesMatch>
    # 2.2.19(261)
    # ErrorLog "logs/error.log"
    # FMS(34)
    ErrorLog logs/error_log
    # 2.2.19(268)
    # LogLevel warn
    # FMS(35)
    LogLevel info
    # 2.2.19(270..297)
    # <IfModule log_config_module>
    #     LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
    #     LogFormat "%h %l %u %t \"%r\" %>s %b" common
    #     <IfModule logio_module>
    #       LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio
    #     </IfModule>
    #     CustomLog "logs/access.log" common
    # </IfModule>
    # FMS(36..37)
    LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
    CustomLog logs/access_log combined
    # 2.2.19(299..328)
    # <IfModule alias_module>
    #     ScriptAlias /cgi-bin/ "c:/Apache2/cgi-bin/"
    # </IfModule>
    # FMS(77)
    ScriptAlias /cgi-bin/ "cgi-bin/"
    # 2.2.19(342..347)
    # <Directory "c:/Apache2/cgi-bin">
    #     AllowOverride None
    #     Options None
    #     Order allow,deny
    #     Allow from all
    # </Directory>
    # FMS(78..83)
    <Directory "cgi-bin">
    AllowOverride None
    Options None
    Order allow,deny
    Allow from all
    </Directory>
    # 2.2.19(358)
    # DefaultType text/plain
    # FMS(196)
    DefaultType text/plain
    # 2.2.19(360..406)
    # <IfModule mime_module>
    #     TypesConfig conf/mime.types
    #     #AddEncoding x-compress .Z
    #     #AddEncoding x-gzip .gz .tgz
    #     AddType application/x-compress .Z
    #     AddType application/x-gzip .gz .tgz
    #     #AddHandler cgi-script .cgi
    #     #AddHandler type-map var
    #     #AddType text/html .shtml
    #     #AddOutputFilter INCLUDES .shtml
    # </IfModule>
    # FMS(194)
    TypesConfig conf/mime.types
    # FMS(200..201)
    AddType application/x-compress .Z
    AddType application/x-gzip .gz .tgz
    # FMS(204..206)
    AddHandler type-map var
    AddType text/html .shtml
    AddOutputFilter INCLUDES .shtml
    # 2.2.19(413)
    #MIMEMagicFile conf/magic
    # FMS(195)
    MIMEMagicFile conf/magic
    # 2.2.19(474..484)
    # <IfModule ssl_module>
    # SSLRandomSeed startup builtin
    # SSLRandomSeed connect builtin
    # </IfModule>
    # FMS(208.211)
    <IfModule ssl_module>
    SSLRandomSeed startup builtin
    SSLRandomSeed connect builtin
    </IfModule>

  • Mod_jk load error with Apache on OS X

    Hello -
    I have been running CF9 on OS X with a MacPorts install of Apache 2.2.21 with no issues as a "standalone" server installation. To get ready for CF10 I have ben trying to get CF10 configured with Apache. The specefic error I am getting when launching Apache is:
    Cannot load /Applications/ColdFusion10/config/wsconfig/1/mod_jk.so into server: dlopen( /Applications/ColdFusion10/config/wsconfig/1/mod_jk.so, 10): Symbol not found: _apr_stat$INODE64\n Referenced from: /Applications/ColdFusion10/config/wsconfig/1/mod_jk.so\n Expected in flat namespace\n /Applications/ColdFusion10/config/wsconfig/1/mod_jk.so
    I have done the following:
    1. Recompiled Apache and forced a 64-bit compile
    2. Uninstalled CF9
    3. Uninstalld and reinsalled CF10
    4. apxs is installed in /opt/local/apache2/bin (listed asa requirement in one of the documentation PDFs)
    5. This is a Lion 10.7.3 with Xcode 4.2.1 currently installed
    The error listed above is only a warning. Apache starts and still servers html files. I am a bit stumped and have no experience with Tomcat. Any help in finding a solution to this problem will be appreciated.
    Thank you
    Richard

    Made progress -
    Setting the max_packet_size seemed to start the 1st time CF10 admin process, just like it did with CF9 the 1st time we access the administrator. Then, it just went to a blank white screen.
    mod_jk.log reports:
    [error] ajp_process_callback::jk_ajp_common.c (1825): Unknow ajp protocol code: 0F
    [error] ajp_process_callback::jk_ajp_common.c (2426): (cfusion) connecting to tomcat failed
    Now: here is something interesting:
    Look at the end of the URL when it 1st attempts to access administrator: It is index.cfm?configServer=true or index.cfm?serverConfig=true
    By removing this it allows me to simply click on the "continue" option and low and behold the CF admin comes up.
    I also have an issue with topnav.cfm reporting a 400 (Bad Request)
    Quiting the browser and comming back to CF Admin displays the login page but after enter username and password I land on index.cfm and it goes no further.
    Refreshing the page starts to rope in various admin componets.
    Also, it will not process any simple cfm template reporting an internal server error.
    Hopefully this has to do with this being a beta.

  • Installing Coldfusion 9 and Apache 2.2 on Windows Server 2008 R2 Standard

    I'm having issues getting ColdFusion 9 working with Apache 2.2 on Windows Server 2008 R2 Standard.
    The server is brand new and it's a fresh install of Apache and ColdFusion 9.
    Having installed Apache, I tested the web server and it was working fine, so I proceeded to install ColdFusion 9. I attempted to restart the Apache server through the Apache Service monitor, only to get the error dialog box 'The requested operation has failed'.
    On closer examination of the Windows error log, I saw the following error:
    The Apache service named  reported the following error: >>>
    httpd.exe: Syntax error on line 488 of C:/Program Files (x86)/Apache Software Foundation/Apache2.2/conf/httpd.conf: Cannot load C:/ColdFusion9/runtime/lib/wsconfig/1/mod_jrun22.so into server: The Apache service named is not a valid Win32 application.
    I updated the ColdFusion installation to 9.0.1 in case there was an issue with version 9.0 and Apache. Still no joy.
    After a bit of research, I thought perhaps there was an issue with the mod_jrun22.so file (since when I commented out the reference to that file from the Apache config file, the Apache HTTP server started without any problem). I tried replacing the mod_jrun22.so with the 32 bit version (extracted from the wsconfig.jar file), but that made no difference either.
    I have tried a number of things. I have run wsconfig and uninstalled all web server connectors and then re-created them.
    I have to use Apache and IIS is not an option (I use rewrite rules extensively in an existing live installation and have many sites set up in a vhosts file), so please - no suggestions to use IIS instead.
    The system requirements on http://www.adobe.com/sea/products/coldfusion/systemreqs/ state that Coldfusion 9 will work with Apache 2.2.17 and later on Windows 64 bit, so why am I having issues with a brand-new installation on a 'virgin' server?
    Any help would be much appreciated. I have spent hours trawling the Web for solutions.

    I missed an important detail in my opening post. My Coldfusion 9 version is 64 bit - not 32.
    OK. Simple solution to this. I'll put it here for other peoples' reference.
    To cut a long story short, after phoning Adobe support this morning I was told that you can't run a 64 bit version of ColdFusion with a 32 bit web server. In essence, the web server software and the ColdFusion server software must be the same - either 32 or 64 bit.
    Apache is only officially released as a 32 bit version, but there is a 64 bit unofficial version available from http://www.blackdot.be/?inc=apache/binaries, so I downloaded that and installed it, based on the instructions at http://www.elxis.org/guides/developers-guides/64bit-apache-php-mysql-windows.html.
    Once I'd installed the 64bit version of Apache, the installation of Coldfusion 9 64 bit went smoothly and all appears to be working just fine now (well, I can get to the ColdFusion Administrator page and I have successfully updated the server software to ColdFusion 9.0.1).
    The fact that you can't mix different 'bit' versions of software in this way may be obvious, but it wasn't obvious to me. Having been an early adopter of a 64 bit version of Vista on my own PC, I never experienced these kind of problems before. Software installed itself into the corresponding locations on my PC without any problem and just worked. This is the first time I've run into this problem.
    Unfortunately, there doesn't appear to be any information regarding this very important requirement on the system requirements pages, so I suggested to the support engineer that he may want to make the recommendation that the page is amended to clarify the situation: e.g.
    IMPORTANT: 64 bit versions of ColdFusion require 64 bit versions of web server software to function. You can not mix 32 bit and 64 bit versions of web servers and ColdFusion server.
    Hope this helps someone else out.

  • How to Install Discoverer and Reports in same Laptop

    Does anyone knows how to install Discoverer 4.1 and Reports 9.1 in the same machine?

    Hi Ricardo,
    Not sure of the Discoverer version. Does Discoverer 4.1 come with Oracle9iAS? If yes, just go ahead and install Oracle9iAS, because Reports9i is part of Oracle9iAS.
    If in doubt about the Discoverer version, you might also want to ask this in the Application Server General Forum:
    Oracle Application Server - General
    Navneet.

  • Can't get Report Builder to work with Apache Webserver

    I'm running ColdFusion 7.0.1 and have it configured to work
    with Apache. I've got an application named realestate. I created
    the following entry in my host file:
    127.0.0.1 realestate
    In Apache, I've created a virtual server that uses the
    realestate server name. But I can't get the Report Builder to
    connect to it at all. When I run the wizard, I try to install an
    RDS server. I've used 127.0.0.1 for the host name as well as
    realestate and I've set the port to 80. I can't get port 8500 to
    work at all. I set my ColdFusion root location to fall under
    Apache's htdocs. Should I have left it under C:\CFMX7 ? How would I
    change the location?

    Please review the "stickied" threads near the top of this board, about syncing with Windows 7 and Vista.  It's all there. 
    After you've been through and tried everything there is to try, and still have problems, please post back with specific info about exactly what you've tried, what version of Windows 7 you have (32-bit or 64-bit), etc.
    smkranz
    I am a volunteer, and not an HP employee.
    Palm OS ∙ webOS ∙ Android

Maybe you are looking for