Forms Server configuring problem

Hi,
I've installed Oracle Forms Server 6i on Windows platform and installed Apache 2.2.
The virtuals folders are configured correctly in Apache and file permission settings are all done correctly.
All the environment variables appears to be okay in registry.
When I try to test the Forms Server using runform.htm with the provided test.fmx,
the form is not executed but the browser tries to download the file, which seems to be the renamed ifcgi60.exe file, by looking at the size of the file. (51.5kb)
I tried using both socket and HTTP mode with same port number and they behaviours the same.
Am I missing some configuration somewhere?
Does anybody had similar experience like this?
Please help.
Thanks in advance.
Edited by: user11202617 on May 26, 2009 2:49 PM

Well, I think it is very important to mention that Forms/Reports 6i has been desupported for years. So, this probably isn't the best version to be using, both because Oracle will not offer much assistance any longer with that version and because that product version is based on old technology.
That said, here are some things to consider:
1. Apache 2.2 was never certified for use with Forms 6 and further more many issues were reported when attempts were made to use this version. Apache 1.3 is the recommended and previously supported version to be used with Forms 6.x
2. ifcgi60.exe is not a renamed version of your form (i.e. test.fmx). It is the cgi module used to generate the needed html to send to the client and eventually start the jre which starts the form. (it's a little more complicated than that, but that is the basic process). If you are getting a download option when calling the cgi module, is likely means that you have not correctly configured Apache to run it.
To the best of my knowledge, the only way to use your own web server (rather than using Oracle Application Server) was to call Forms apps using a static html file. I do not believe that there was any supported way in which you could use the Forms Servlet or CGI. It probably can be done but I don't think it was supported. To start with Apache must know where executables can be found, in other words the CGI (exe) file. Here is an example of what the directive in Apache would look like:
ScriptAlias /dev60cgi/ "C:\ORACLE\806\tools\web60\cgi/"
In the above example, you would need to ensure that the ifcgi60.exe was located in the directory shown above. In the url used to call the form (assuming you wanted to use cgi) you would include the /dev60cgi/... Of course the exact directory and virtual path name is up to you as long as you know how to correctly set everything else.
Anyway.... I can go on and on. Configuring your own web server to work with Forms is not really recommended. Using Oracle Application Server 1.0.2 was the better way to do this back when it was still supported.
If you plan on continuing down this path, I would recommend that you refer to both the Apache documentation and the Forms 6 documentation, which for now, is still available:
http://www.oracle.com/technology/products/forms/techlisting.html

Similar Messages

  • Forms server 6 problems

    We've Form Server 6 patch 3 running on an NT box SP5 with OAS 4.0.8 (cartridge implementation). We've some forms that execute reports with RUN_REPORT_OBJECT built in (repformat PDF); Sometimes forms server seems to be in a loop and users can't have their reports ... so we need to shutdown and restart !
    Is there anyone with these problems ?

    Sorry, folks. Forgot the obvious. Compiling on the destination architecture fixed the problems.

  • Forms Server Configuration - including host name in webformsTitle

    We have total of 6 Forms Servers running using OC4J load balancing (metric based). Is there a way I can put the node identification on each form so that we can ask users include the node id for easy trouble-shooting? I think it can be done with the Forms Web Configuration file (formsweb.cfg), but not sure of the system parameter should be used. I tried putting %HOST% in webformsTitle, but it doesn't work.
    Can you advise? Thanks in advance.

    Since you have 6 different configurations, you could add the hostname hardcoded in the base.htm file that is used?

  • Bug in form action configuration: problem with multifield

    I’ve created a new page in content/geometrixx-outdoors/en/ and added a form component (from the foundation components).
    I configure the form’s start element with the action type ‘Mail’ and add a mail address in the Mailto field (xtype="multifield") in the action configuration area.
    I save the configuration and see the start node in the JCR having a property ‘mailto’ with the specified value (as expected).
    However, if I open the start element’s configuration dialog again and try to change the mail address (in Mailto) or add another mail address (in Mailto, CC or BCC), clicking the dialog’s OK button doesn’t close the dialog and save the values anymore.
    Only after I removw a multifield element, I’m able to save the values by clicking the OK button.
    (Tested with FF 11 and Chrome 18.)
    I'de like to see this problem fixed.
    Can I file this problem description as bug anywhere?

    I forgott to mention that I've already installed CQ5.5.
    Unfortunately, I see this bug not fixed yet.
    Note: it's the multifield (xtype="multifield") that's bothering me.
    This has nothing to do with the radio or checkbox field. There's no default selection possible.

  • Hi Expert, Using DI -Server configuration Problem in Web-base application

    Hi Expert,
    I am creating Web-base application using ASP.net.
    Scenario 1-
    Machine A i installed SAP B1 + DI-SERVER Service Manager IIS SERVER + B1WS
    On This machine my application working fine.
    Scenario 2-
    Machine A i installed DI-SERVER + IIS SERVER + B1WS. with static ip address(111.192.11.112)
    Machine B i installed DI-SERVER + Sql server DB + Service Manager-This on local network(192.168.1.119)  in same static ip address(111.192.11.112)
    when Login to company using web services i am getting error "111 Failed to Connect to SBOCommon Login"
    If any one have solution.please reply
    Thanks in Advance.

    Hi, Gordon
    my scenario is,
    Main machine on static ip - accessing saleorder.aspx page of asp.net where is deployed B1WS,DI SERVER , IIS server & saleorder.aspx
    In network machine - Service Manager, Database.
    This is above my scenario .
    Thanks
    Rajkumar G
    Edited by: Rajkumar Gupta on Jan 19, 2011 11:19 PM

  • Can't run form from Form Builder 10g - Port configuration problem?

    Hi,
    I have installed the Database (10.2.0.1.0) and the Developer Suite (10.1.2.0.2) on two Linux machines (Red Hat Enterprise Linux ES 4 Basic).
    If I enter the frmservlet-URL manually everything seems to be fine.
    In one case I enter http://127.0.0.1:8890/forms/frmservlet, in the other http://127.0.0.1:8889/forms/frmservlet; in BOTH cases I get eventually a dark square and the status bar says "Applet oracle.forms.engine.Main started".
    HOWEVER, if I create a simple form with Form Builder and click on the Button with the green traffic light ("Run Form"), the form runs only on the machine where frmservlet listens on port 8890.
    On the other machine (frmservlet configured to listen on port 8889) Firefox pops up, the URL "http://127.0.0.1:32979/6dOrpwghCqnp8PhMT7KVT533m3IaArqFbPqPBOztZXWYSsNy" gets called, and nothing else happens. The screen displays the string "ORACLE FORMS." and the status bar says "Waiting for 127.0.0.1...", and it stays like this forever.
    I assume this is a port configuration problem, but I don't have a clue where to start.
    Any suggestions how I should proceed are greatly appreciated.
    Thank you very much in advance!

    Hi Frank,
    Thank you for your reply.
    I doublechecked my configuration.
    In the dialog Edit --> Preferences --> Runtime the Application Server URL is set to "127.0.0.1:8889/forms/frmservlet".
    However, when I attempt to run the form, the URL "http://127.0.0.1:33140/W2dwbV9eXS2fPkuKlxNhCxFWdEihwDviat2uV7ycrSotqwDN" gets called.
    The screen displays the string "ORACLE FORMS." and the status bar says "Waiting for 127.0.0.1...", and that's it.
    I wonder how the port number 33140 got selected. Interestingly, this time it is a different number; last time it was port 32979. In fact, the port number seems to change each time; I tried again and now it is 33189.
    I will now try to set the port number for the frmservlet to 8890.
    I choose Edit --> Preferences --> Runtime and set the application server URL to "127.0.0.1:8890/forms/frmservlet".
    I stop the container, open /home/oracle/OraHome_1/j2ee/DevSuite/config/default-web-site.xml and change the port number to 8890:
    <?xml version="1.0" standalone='yes'?>
    <!DOCTYPE web-site PUBLIC "Oracle Application Server 10g XML Web-site" "http://xmlns.oracle.com/ias/dtds/web-site.dtd">
    <!-- change the host name below to your own host name. Localhost will -->
    <!-- not work with clustering -->
    <!-- also add cluster-island attribute as below
    <web-site host="localhost" port="0" protocol="ajp13"
    display-name="Default Oracle Application Server 10g Java WebSite" cluster-island="1" >
    -->
    <web-site port="8890" protocol="http"
    display-name="Oracle Developer Suite 10g instance of Oracle Containers for J2EE Web Site">
    <!-- Uncomment the following line when using clustering -->
         <!-- <frontend host="your_host_name" port="80" /> -->
         <!-- The default web-app for this site, bound to the root -->
         <default-web-app application="default" name="defaultWebApp" root="/j2ee" />
    <!-- Do not delete this line. -->
    <web-app application="forms" name="formsweb" root="/forms" />
    <!-- -->
    <!-- <web-app application="forms" name="formsweb" root="/forms" /> -->
    <web-app application ="reports" name="web" root="/reports" />
    <web-app application = "reports" name="demo" root="/repdemo" />
         <!-- Access Log, where requests are logged to -->
         <access-log path="../log/default-web-access.log" />
    </web-site>
    I restart the container, start Form Builder, connect to the database, and open my test form.
    When attempting to run the form, the URL "http://127.0.0.1:33437/Pl0n3ky9vmU5z37A7ScBnQhsGwq3jwuzJpgTAKWPMOYIzT8K" gets called (again a new port number, apparently picked radomly within a certain range) and nothing happens: "Waiting for 127.0.0.1...".
    However, when I enter the URL http://127.0.0.1:8890/forms/frmservlet I do (eventually, after confirming that I trust the certificate etc.) get a darc rectangle and the status message "Applet oracle.forms.engine.Main started", which tells me that my setup can't be that far off target.
    Here is the output of netstat:
    [root@localhost ~]# netstat -anp --tcp
    Active Internet connections (servers and established)
    Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
    tcp 0 0 0.0.0.0:32769 0.0.0.0:* LISTEN 2779/rpc.statd
    tcp 0 0 0.0.0.0:23910 0.0.0.0:* LISTEN 5269/java
    tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 2759/portmap
    tcp 0 0 0.0.0.0:1521 0.0.0.0:* LISTEN 4265/tnslsnr
    tcp 0 0 0.0.0.0:113 0.0.0.0:* LISTEN 2983/xinetd
    tcp 0 0 127.0.0.1:7830 0.0.0.0:* LISTEN 4429/spamd --port 7
    tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 2928/cupsd
    tcp 0 0 0.0.0.0:9240 0.0.0.0:* LISTEN 5269/java
    tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 3002/sendmail: acce
    tcp 0 0 0.0.0.0:8890 0.0.0.0:* LISTEN 5269/java
    tcp 0 0 0.0.0.0:32795 0.0.0.0:* LISTEN 4231/ora_d000_orcl
    tcp 0 0 127.0.0.1:1521 127.0.0.1:32817 ESTABLISHED 4265/tnslsnr
    tcp 0 0 127.0.0.1:32817 127.0.0.1:1521 ESTABLISHED 4209/ora_pmon_orcl
    tcp 0 0 127.0.0.1:33425 127.0.0.1:1521 ESTABLISHED 5298/frmbld
    tcp 0 0 127.0.0.1:1521 127.0.0.1:33425 ESTABLISHED 5311/oracleorcl
    tcp 1 0 80.133.127.83:33485 209.132.177.100:443 CLOSE_WAIT 4060/python
    tcp 1 0 80.133.127.83:33484 209.132.177.100:443 CLOSE_WAIT 4060/python
    tcp 1 0 80.133.127.83:33494 209.132.177.100:443 CLOSE_WAIT 4060/python
    tcp 1 0 80.133.127.83:33520 209.132.177.100:443 CLOSE_WAIT 4060/python
    tcp 0 0 80.133.127.83:33529 209.132.177.100:443 ESTABLISHED 4060/python
    tcp 0 0 80.133.127.83:33528 209.132.177.100:443 ESTABLISHED 4060/python
    tcp 1 0 80.133.127.83:33460 209.132.177.100:443 CLOSE_WAIT 4060/python
    tcp 1 0 80.133.127.83:33470 209.132.177.100:443 CLOSE_WAIT 4060/python
    tcp 0 0 :::22 :::* LISTEN 2968/sshd
    tcp 0 0 ::ffff:127.0.0.1:33437 :::* LISTEN 5298/frmbld
    tcp 697 0 ::ffff:127.0.0.1:33437 ::ffff:127.0.0.1:33439 CLOSE_WAIT -
    tcp 348 0 ::ffff:127.0.0.1:33437 ::ffff:127.0.0.1:33440 CLOSE_WAIT -
    [root@localhost ~]#
    The question remains: Where do those port numbers come from?
    Regards,
    jme

  • Urgent....Form Server Problem.

    I have installed the oracle forms server 6i.
    Also create a .fmx file using oracle forms 6i. When i run it on web from forms 6i designer, it works file i.e. applet is running, application is working fine.
    But when I start the application from the MS IE5 browser it will is showing at the status bar that applet is running and a message "Form Server has started" is showing at the content window.
    I have check the configuration but can't solve the problem. Please send me the soluation AEAP.
    - Arijit Roy
    India.

    Not clear enough.
    Try at first with test.fmx following the instructions in Oracle Forms Server documentation to make sure that the instalation is OK.
    After that modify everything for your form.

  • Adobe Form Server 5.1 Memory Problems

    FSService.exe increases memory when serving forms but never releases it.
    The forms are of the Form Server type and they have several calls to an InHouse COM Component.
    The COM Component was developed to encapsulate the calls to our Legacy systems via ODBC, COMTI, etc.
    We have detected that the FSService releases the memory when serving forms that doesn't make calls to our COM Component.
    We want to know if this behavior is normal when calling COM Components from the forms or is this a bug and if so if there is a way to solve it?
    Thanks...

    1) I don't know what you've typed in when installing... but I've never seen that message. Are you using any language specific characters ?
    Do you get the error after this screen ?
    <b>
    The suffix is the root of your directory tree. You may have more than
    one suffix.
    Suffix [dc=sun,dc=com]:
    </b>
    If yes, then this means that the value you typed in is not a valid DN... and you must enter a valid one.
    2)The Directory Server is installed under /usr/iplanet but the database is under /var/iplanet/ds5 and configuration is under /etc/iplanet/ds5 ...
    You can use symbolic links if you want to move things around.
    3) You mean you downloaded the tar.gx file of iDS 5.1 and install it on Solaris 9... No problem, I do this every day. As long as you have right to create directories and files, you should be able to install as anyone. If not, you should install as root and then let the server run as a special user.
    4) Solaris 9 comes with iDS5.1 packages already installed. But the server is not configured at all.
    Running directoryserver setup allows you to configure it and create the database, accounts...
    Running directoryserver uninstall remove the instance of the installed database... It doesn't remove the packages. You can start again a setup...
    By the way, I think that iDS 5.1 on Solaris 9 comes with the full documentation... May be you should start by reading it.
    Regards,
    Ludovic.

  • Problems with Report Server configuration

    I am installing the Report Server using the Web Cartridge in Oracle Aplication Server.
    The version of OAS is 4.0.
    I have followed the steps indicated in the manual of configuration of the Report Server, but the cartridge it doesn't work, being obtained the following error in the logging files:
    06-29-2000 12:46:40 543608 andromeda `Cartridge Server` 2696 1 0x400fff `OWS-10804: Cartridge instance failed to initialze `
    06-29-2000 12:46:40 560208 andromeda `Cartridge Server` 2696 1 0x400fff `OWS-10911: Throwing exception for reason: wrkwfCreate: Error in Creating instances `
    06-29-2000 12:46:40 608409 andromeda `Broker` 122 1 0x10fff `OWS-04793: Operation oracle_OAS_Cartridge_OASCartridgeFactory_create_nw returns exception IDL:oracle/OAS/Cartridge/CreateFailed:1.0 `
    06-29-2000 12:46:40 760776 andromeda `Cartridge Server` 2696 1 0x400fff `OWS-10827: Cartridge LISTA/Lactas init instance callback did not return WRB_DONE `
    06-29-2000 12:46:40 778988 andromeda `Cartridge Server` 2696 1 0x400fff `OWS-10911: Throwing exception for reason: wrkwInit : instance init did not return WRB_DONE `
    When an application and a cartridge are defined for the Form Server there is not any problem, and OAS it works perfectly.
    I wait some suggestion on that it is what can have been forgotten in the configuration the one cartridge.
    Thank you in advance.

    "Unable to connect to the server at CALYSTO\ReportService.
    Hello Tom,
    It should be "ReportServer" in the URL, not "ReportService".
    In "Reporting Service Configuration Manager" look up the correct URL. Open Internet Explorer with right-mouse click => "Run as Administrator" and open the URL, this should work. Navigate to "Side setting" (on top right side),
    go to tab "Security" and add your account with role "System Administrator". Afterwards you should be able to open the URL without running IE as admin.
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Application Server 8.2 on RedHat Linux configuration problem

    Hello,
    We have OS Red Hat Enterprise Linux ES release 4 (Nahant Update 4),
    sun java 1.5.0,
    Sun Java System Application Server Platform Edition 8.2 (build b06-fcs),
    cpu : Intel(R) Pentium(R) D CPU 3.40GHz,
    ram : MemTotal: 2073848 kB,
    hdd : 2x SATA hdd 36Gb,
    NIC : 2x 1Gb/s LAN.
    We have problem with standart Sun Application Server Configuration on Linux.
    Even AdminGui application doesn't work properly.
    Some times, AdminGui application returns
    Unabled to handle pre-compiled JSP '/jsp/LogDetail.jsp'. Expected pre-compiled classname: 'org.apache.jsp.jsp.LogDetail_jsp'.
    Some time on browser we have "The page can not be displayed" exception and so on.
    We deployed our JSF web application on this server and have same problems with our web application. In my opinion it looks like Linux or Sun Application Server misconfiguration, but I don' t know Idea where to look.
    Help me please.

    As you already noticed, RH Linux 8.0 and 9.0 are not on the list of officially supported platforms for Application Server 8.1, but you should still be able to install and run on those Linux versions without major issues.
    Follow generic Linux installation instructions, if you do run into some problems take a look at this article which describes some common workarounds, specifically section titled "Problem: My Linux distribution is not on the list of officially supported platforms for J2EE 1.4 SDK":
    https://j2ee-sdk.dev.java.net/howtos/J2EE_SDK_Installation_HOWTO.html

  • Newbie problems with getting a local CFB server configured

    This started out in another post by me as to what I thought was a port 8500 problem. I had watched the getting started with CFB video, and on that he used localhost as a Server Name and as Host Name. He then assigned port 8500 as the WebServer Port.
    When I do this it comes up in the Servers windows as Stopped. If I try to start it the error I get is
    'Starting localhost' has encountered a problem
    Ensure that the server is not already running or any application is not using the webserver port.
    So as an experiment I changed the port to 80 because the admin page does work at http://127.0.0.1/CFIDE/administrator/index.cfm
    The Server window at the bottom of the CFB screen then shows a Running server.
    I create a small "Hello World" index.cfm page and when I hit one of of the browser tabs, Firefox and IE in my case, I get the following error,
    Error while generating preview:
    There is no server configured for the project myproject to which the file index.cfm belongs. Configure a server in ColdFusion in ColdFusion server settings before you proceed.
    What am I missing ?
    Thanks,
    Dennis

    You need to tell CFB what server CFB should use in order to preview the file.
    So you need to associate a server with this Project. To do so, right click on Project -> Properties -> ColdFusion Server Settings.
    Here from the dropdown of 'Servers' select the server that you added in CFB.
    Once that is done, ensure that your project is in document root of the server which in your case could be the Inetpub\wwwroot.
    Once this is done the preview should work.
    -Bhakti!
    Adobe ColdFusion Team

  • Problem while compiling 'dll' files in Form Server..Urgent

    Hi!
    I'm trying to compile the library(dll) in form server and getting a message that "can not open that file".At the same time able to compile 'fmb' files which is in the same directory.
    Could you please help me?
    Thank you,
    Denish

    I am also working on Forte. Forte has an inbuilt Tomcat. You dont need to copy any files to any where in the file mount system. You need to specify the External / Internal Browser settings, So that when you try to execute it, the .jsp file can be displayed in the browser. I havent faced any problem as you said.
    Uma
    http://www.javagalaxy.com

  • How Oracle forms server 6i run on web?(Configuration)

    hi all,
    I want to run oracle forms on web.
    For that,
    I installed forms server 6i.
    I installed forms developer 6i.
    which web server i have to install?
    What are the configuration required for that both (Web Server and Forms Server)?
    can u give me suggestion step by step.
    thanx in advance
    regards,
    dhaval lodha

    Hi,
    Forms Server uses the WebDB Listener for the web access.
    Since then we improved Forms Services to use the Oracle HTTP Listener in Oracle Application Server. Oracle Applicaqtion Server also is the only supported application server for Forms on the web.
    Frank

  • Adobe Access Server for Protected Streaming Configuration Problem

    I cannot get the Adobe Access Server for Protected Streaming sample implementation up and running.  Could somebody help me figure out where I'm going wrong?
    I've configured the license server with the correct PFX files and when I run the validation tool, I get the following output.  This is a clean install with only the license server configuration (the content server is a separate machine).  I also get a similar error in the tomcat logs when I try to access a piece of content licensed to this server. 
    $ java -jar libs/flashaccess-validator.jar -g -r /var/lib/tomcat6/licenseserver/
    Validating global deployment ...
            Validating partition deployment - flashaccessserver...
                    Validating tenant deployment - flashaccessserver/mediafly...Failed to validate tenant deployment 'flashaccessserver/mediafly' - Error reading key server certificate for partition='flashaccessserver', tenant='mediafly'
    See log for details:
    (/tmp/temp281722781181937073071254678876423/flashaccessserver/flashaccess-partition.log)
    $ cat /tmp/temp281722781181937073071254678876423/flashaccessserver/flashaccess-partition.log
    [] 2013-02-12 15:37:26,383 INFO  [[Partition(flashaccessserver)].com.adobe.flashaccess.server.license.context.SimpleContex tFactory] Creating class loader for partition 'flashaccessserver' with libraries '[file:/var/lib/tomcat6/licenseserver/flashaccessserver/libs/, file:/var/lib/tomcat6/licenseserver/flashaccessserver/libs/flashaccess-license-server-ext -sample.jar]'
    [] 2013-02-12 15:38:41,247 ERROR [[Partition(flashaccessserver)].com.adobe.flashaccess.server.license.tools.Validator] Failed to validate tenant deployment 'flashaccessserver/mediafly'
    com.adobe.flashaccess.server.common.configuration.ConfigurationException: Error reading key server certificate for partition='flashaccessserver', tenant='mediafly'
            at com.adobe.flashaccess.server.license.configuration.commonsadapter.TenantConfigurationImpl $ServerCertsImpl.readCerts(TenantConfigurationImpl.java:720)
            at com.adobe.flashaccess.server.license.configuration.commonsadapter.TenantConfigurationImpl $ServerCertsImpl.<init>(TenantConfigurationImpl.java:705)
            at com.adobe.flashaccess.server.license.configuration.commonsadapter.TenantConfigurationImpl .<init>(TenantConfigurationImpl.java:115)
            at com.adobe.flashaccess.server.license.configuration.commonsadapter.CommonsConfigurationBas edFactory.getTenantConfiguration(CommonsConfigurationBasedFactory.java:90)
            at com.adobe.flashaccess.server.license.tools.Validator.validateTenantDeployment(Validator.j ava:255)
            at com.adobe.flashaccess.server.license.tools.Validator.validatePartitionDeployment(Validato r.java:283)
            at com.adobe.flashaccess.server.license.tools.Validator.validateGlobalDeployment(Validator.j ava:301)
            at com.adobe.flashaccess.server.license.tools.Validator.process(Validator.java:173)
            at com.adobe.flashaccess.server.license.tools.Validator.main(Validator.java:117)
    Caused by: java.security.cert.CertificateException: java.lang.IllegalArgumentException: unknown object in factory: org.bouncycastle.asn1.DERInteger
            at org.bouncycastle.jce.provider.JDKX509CertificateFactory.engineGenerateCertificate(Unknown Source)
            at java.security.cert.CertificateFactory.generateCertificate(CertificateFactory.java:322)
            at com.adobe.flashaccess.core.crypto.CertUtil.loadCert(CertUtil.java:33)
            at com.adobe.flashaccess.sdk.cert.CertificateFactory.loadCert(CertificateFactory.java:45)
            at com.adobe.flashaccess.server.license.configuration.commonsadapter.TenantConfigurationImpl $ServerCertsImpl.readCert(TenantConfigurationImpl.java:739)
            at com.adobe.flashaccess.server.license.configuration.commonsadapter.TenantConfigurationImpl $ServerCertsImpl.readCerts(TenantConfigurationImpl.java:718)
            ... 8 more
    Some additional information:
    $ uname -s -r -v -m
    Linux 2.6.32-350-ec2 #59-Ubuntu SMP Mon Jan 7 14:20:59 UTC 2013 x86_64
    $ lsb_release -a
    No LSB modules are available.
    Distributor ID: Ubuntu
    Description:    Ubuntu 10.04.4 LTS
    Release:        10.04
    Codename:       lucid
    $ dpkg -l | grep tomcat
    ii  libtomcat6-java                                             6.0.24-2ubuntu1.12                Servlet and JSP engine -- core libraries
    ii  tomcat6                                                     6.0.24-2ubuntu1.12                Servlet and JSP engine
    ii  tomcat6-common                                              6.0.24-2ubuntu1.12                Servlet and JSP engine -- common files
    $ dpkg -l | grep jdk
    ii  openjdk-6-jre-headless                                      6b24-1.11.5-0ubuntu1~10.04.2      OpenJDK Java runtime, using Hotspot JIT (hea
    ii  openjdk-6-jre-lib                                           6b24-1.11.5-0ubuntu1~10.04.2      OpenJDK Java runtime (architecture independe
    $ md5sum AdobeAccessProSDK_4_0_LS1_java.exe
    73068d8348cbdc1c29211a463a58b8df  AdobeAccessProSDK_4_0_LS1_java.exe
    Thanks,
    Bryan

    I found the problem. 
    Certificates/KeyServer/File[@path] needs to be set your license file, but it must be in the ".cer" format.  The server won't start without this fileand it was not mentioned anywhere in the quick start guide but is mentioned in the protected streaming document.
    Bryan

  • 10gAS configuration and deploying 9i applications on 10gAS forms server

    Hi!
    To start with, Pls. explain me the main configuration files after the installation of 10gAS or any AS.
    How to deploy 9i applications on 10gAS forms server?

    http://download-uk.oracle.com/docs/cd/B13597_05/bf.904/b10470/toc.htm

Maybe you are looking for

  • Unable to send IDOCs from SAP PI 7.3 system to a NON-SAP system

    Hi Experts,    We have a simple file to IDOC scenario in our SAP PI system. There is no mapping as the file is already in the IDOC-XML format. However , the target system is a NON-SAP system. We are using a TCP/IP RFC destination to connect to it. He

  • OSB - Holding lock SOAP/http

    Hello, Have problem. Web service call via osb (WS Client -> [ OSB Proxy Service -> OSB Business Service ] -> WS Server) blocked thread: Stack Trace : <May 27, 2010 3:58:51 PM MSD> <Error> <WebLogicServer> <BEA-000337> <[STUCK] ExecuteThread: '13' for

  • SetMapLegend

    Hi I am trying to use the setMapLegend method in MapViewer to create a map legend. But there is only headlines for each symbol not the symbol itself that is written. I post the code below. What could be wrong so the symbols are not written? String im

  • Internal Error 3113 occured in qmf

    Who Know what kind of error is this? The frequency of ccure every day is of two, foor time. Thank's !

  • General supplementary error: General Error

    After every call that i end or text message i send "general supplementary error: General Error" is been shown. why is this message shown every time and how to resolve this problem?