Forms9i Demo Not working

I have downloads forms demo from otn website(graph demo,progress bar,calender) and install vi Oracle Universal installer. It has make a icon on desktop when I am executing it. It is not opening demo90.htm file. Please solve this problem??
I have already install Jinitiator 1.3.9.
this is the url when i double click on icon
http://istemp2.hutchindia.com:8888/forms90demo/demo90.html
but its not opening this html file.It has created demos directory in c:/ora9i/forms90.
Thanks,
Neeraj

I have done it but still i am unable to execute it. Installtion has create this route..
c:\ora9i\j2ee\oracle9iDS\application-deployments\forms90demo\forms90demo this directory has only i file orion-web.xml and this file has these data with it...
----------- orion-web.xml file data -----------
<?xml version="1.0"?>
<!DOCTYPE orion-web-app PUBLIC "-//Evermind//DTD Orion Web Application 2.3//EN" "http://www.orionserver.com/dtds/orion-web.dtd">
<orion-web-app
deployment-version="2.0.0.0"
jsp-cache-directory="./persistence"
temporary-directory="./temp"
servlet-webdir="/servlet/"
directory-browsing="allow"
>
<!-- formsweb.cfg file used with our demos -->
<context-param-mapping name="configFileName">c:\ora9i/forms90/server/forms90demo.cfg</context-param-mapping>
<!-- Define the virtual directories used by the demos. These are all relative to /forms90demo-->
<virtual-directory virtual-path="/java" real-path="c:\ora9i/forms90/java" />
<virtual-directory virtual-path="/jinitiator" real-path="c:\ora9i/jinit" />
<virtual-directory virtual-path="/html" real-path="c:\ora9i/tools/web90/html" />
<virtual-directory virtual-path="/images" real-path="c:\ora9i/forms90/demos/images" />
<virtual-directory virtual-path="/jars" real-path="c:\ora9i/forms90/demos/jars" />
<virtual-directory virtual-path="/doc" real-path="c:\ora9i/forms90/demos/doc" />
<virtual-directory virtual-path="/" real-path="c:\ora9i/forms90/demos" />
<virtual-directory virtual-path="/temp" real-path="c:\ora9i/forms90/demos/temp" />
<virtual-directory virtual-path="/hl_home" real-path="c:\ora9i/forms90/demos/hl" />
<virtual-directory virtual-path="/hl_demo" real-path="c:\ora9i/forms90/demos/hl/forms/web" />
<virtual-directory virtual-path="/hl_registry" real-path="c:\ora9i/forms90/demos/hl/forms/web/registry" />
<virtual-directory virtual-path="/hl_images" real-path="c:\ora9i/forms90/demos/hl/forms/web/images" />
<virtual-directory virtual-path="/iorg" real-path="c:\ora9i/forms90/demos/iorganizer" />
<virtual-directory virtual-path="/iorg_registry" real-path="c:\ora9i/forms90/demos/iorganizer/registry" />
<virtual-directory virtual-path="/iorg_images" real-path="c:\ora9i/forms90/demos/iorganizer/images" />
<virtual-directory virtual-path="/java_api_samples" real-path="c:\ora9i/forms90/demos/jdapi" />
<!-- This points the forms90demo servlet to use the normal forms servlet -->
<classpath path="c:\ora9i/forms90/j2ee/forms90app/forms90web/web-inf/lib/f90srv.jar;c:\ora9i/forms90/java/f90jdapi.jar;c:\ora9i\forms90\demos/metadatabrowser/classes" />
<session-tracking cookies="disabled" />
</orion-web-app>

Similar Messages

  • JMS Demo Not working!!!Very poor samples from Oracle.

    Hi i have installed the CHat JMS Sample into Oc4j.
    Everything was OK until i wanted to log into the chat application.
    Then on my oc4j consol the following occured:
    03/10/04 14:49:08 javax.jms.JMSException: TopicConnection[Oc4jJMS.Connection.bak
    desktop.e06940:f807230602:-8000.9]: cannot invoke method "setClientID" within th
    e J2EE container.
    03/10/04 14:49:08 at com.evermind.server.jms.JMSUtils.make(JMSUtils.java:1
    920)
    03/10/04 14:49:08 at com.evermind.server.jms.JMSUtils.toJMSException(JMSUt
    ils.java:2003)
    03/10/04 14:49:08 at com.evermind.server.jms.JMSUtils.toJMSException(JMSUt
    ils.java:1969)
    03/10/04 14:49:08 at com.evermind.server.jms.JMSUtils.assertNotContainer(J
    MSUtils.java:2427)
    03/10/04 14:49:08 at com.evermind.server.jms.EvermindConnection.setClientI
    Can anyone help? It is very sad because i experienced that most samples will not work if you only follow the install manual.
    regads,
    attila

    Hello Attila,
    It seems that you are using OC4J 10G to run the sample. The sample has been tested on OC4J 904 Developers preview. Please use this to run the sample application.
    This demo uses JMS 1.0 and OC4J 10G supports JMS 1.1. In JMS 1.1, you cannot call setClientID() directly within the J2EE container. Due to this inherent change in the spec, the Chat Demo does not work properly in OC4J 10G.
    This is a known problem and we are working on rectifying this.
    Thanks,
    Rajat

  • Webutil demo not working ?

    Hello experts,
    recently i install and configure according to steps:
    1. Run create_webutil_db.sql
    a. CREATE USER webutil IDENTIFIED BY webutil
    b. Grant connect, resource to webutil
    c. Connect webutil/webutil
    d. @[ORACLE_HOME]/forms/create_webutil_db.sql
    e. Create public synonym webutil_db for webutil.webutil_db;
    f. Connect sys as sysdba
    g. Grant execute on webutil_db to public;
    2. Copy and download Jacob from
    http://sourceforge.net/projects/jacob-project/files/jacob-project/1.14.3/jacob-1.14.3.zip/download
    a. Unzip the jacob download and place jacob.jar in the
    ORACLE_HOME/forms/java directory
    b. backup sign_webuitl.bat script in [ORACLE_INSTANCE]/bin/sign_webutil.sh
    c. search for <Your KEYSTORE password> and replace it with welcome1 (or
    something like this)
    d. search for <Your private key password> and replace it with welcome1 (or
    something like this)
    e. Save the script and use it to sign jacob.jar as below
    f. [ORACLE_INSTANCE]/bin/sign_webutil.sh
    [ORACLE_HOME]/forms/java/jacob.jar
    3. Place jacob.dll in the ORACLE_HOME/forms/webutil/ directory
    4. Jacob.dll in r2 – file names must be verified against webutil.cfg file
    a. Place jacob-1.14.3-x86.dll in the ORACLE_HOME/forms/webutil/win32
    directory.
    b. Place jacob-1.14.3-x64.dll in the ORACLE_HOME/forms/webutil/win64
    directory
    5. Using weblogic EM console, Add ORACLE_HOME/forms/java/frmall.jar to the
    CLASSPATH in the default.env
    6. Update formsweb.cfg webutil section with the following if not already
    done:
    a. Add frmwebutil.jar and jacob.jar to the WebutilArchive parameter in the
    [webutil] configuration section. For some versions of 11g, this is already
    added.
    b. Specify webutil_demo as the form to be run in the [webutil]
    configuration section
    7. Download webutil demo from link below, extract and put the contents in
    a folder
    http://www.oracle.com/ocom/groups/public/@otn/documents/webcontent/196249.zip
    8. Copy ffisamp.dll to the <ORACLE_HOME>\forms\webutil directory.
    9. Open your webutil.cfg file and add the following line
    install.syslib.0.user.1=ffisamp.dll|40960|1.0|true
    10. If not already done do the following in webutil.cfg
    a. transfer.appsrv.workAreaRoot=c:\temp
    b. transfer.appsrv.accessControl=TRUE
    c. transfer.database.enabled=TRUE
    d. transfer.appsrv.enabled=TRUE
    11. Add the folder in FORMS_PATH in enterprise manager
    12. Replace db and run the following command:
    a. frmcmp.sh module=webutil_demo.fmb module_type=form
    userid=webutil/webutil@<db> compile_all=yes
    b. FORMS_PATH variable and make sure webutil.pll folder is available in the
    path or run the above command from command shell in the folder where webutil.pll
    is available
    13. Restart opmnctl and wls_forms weblogic instance
    14. Run the webutil
    running the url:
    http://server:port/forms/frmservlet?form=webutil_demo&config=webutil
    logon window appear, after login following mess comes:
    frm-40735: when-custom-item-event trigger raised
    unhendled exception ora: 06502
    thanks
    yash
    Edited by: yash_08031983 on Mar 8, 2013 12:12 AM

    There are a few things you did not mention or were unclear about.
    1. Exactly which Forms version are you using? In order to do what you described, you should be using 11.1.2.x. Forms 11.1.1 or older will not work using the instructions you referred to.
    2. I assume you just copied and pasted the instructions in your post because you included steps like this: "+ 3. Place jacob.dll in the ORACLE_HOME/forms/webutil/ directory+ ". If you downloaded the correct Jacob, you won't have a jacob.dll file.
    3. You said, " +b. FORMS_PATH variable and make sure webutil.pll folder is available + ". At runtime, FORMS_PATH will need access to webutil.plx and webutil_demo.fmx. The pll and fmb are for design time only. In the past, we permitted the use of ungenerated libraries (pll) at runtime, but this is no longer the case. You should always use the "X" file.
    4. You did not mention any of the client information. OS, browser and version, JRE and version, etc. If the client OS is 64bit and you are running Forms 11.1.2, you have the option of using either the 32bit or 64bit Internet Explorer versions. However, you must have a matching JRE. In other words, if you are using 32bit IE, you must also use the 32bit JRE. For 64bit IE you must use the 64bit JRE.
    5. If you are attempting to use Java 7 on the client, you must be running Forms 11.1.2.1.
    6. Someone asked if you compiled webutil.plx. Did you do this before or after you generated the form (webutil_demo.fmx)? If you generated the form before the library, I would recommend regenerating the form. Again, be sure to include the compile_all=yes option.

  • Jdeveloper PJC wizard demo not working and how to debug?

    Hi,
    Has anyone try the follow the steps in PJC wizard demo in http://www.oracle.com/technology/sample_code/products/forms/index.html?
    And is it working?
    I tried created the demo.securefield jar file in Jdeveloper in add the package in implementation class in the form text item but the function is not working.
    How I can debug whether the jave code is fired or not?
    And does anyone has the source code that is working can be shared.
    Regards,
    Anna

    Hello,
    You can put some System.out.println("the text i want to output"); functions anywhere in the java code, then see the output in the java console.
    Francois

  • Pause key during recording Video demo not work

    Hello everybody, I dont know why, but Pause key during recording Video demo project not work. I tried all others keys what I see in the Preferences dialog box and all works corectly, only Pause key not. Can somebody help me? Win 7, Captivate 6.
    Yarik

    Hi there and thank you for reaching Adobe Community.
    Unfortunately, this feature is not there in Captivate 6 Video demo.
    Thanks!

  • Simple ws-policy demo not working

    Hi Gurus,
    It's been quite awhile, I could not work it out though. I guess your help would be the last change to stop it from driving me crazy~
    The goal is to implement a simple ws-seurity enabled webservice demo using only username/password token as the policy. username/password in the ones listed in "myrealm" (might have SQL Authentication provider as well),and X509 is not the thing to be considered in this simple test.
    Env:
    WebLogic Server Version: 10.3.0.0
    JVM: Sun one installed with weblogic
    WebLogic Eclipse plugin: 1.0.0.2008.0808135653
    Windows XP sp3
    After reading that much docs, it came to below procedure and code:
    1. Eclipse -> new Dynamic web project "WSTest3"
    2. create file: example.ws.HelloW1.java
    package example.ws;
    import javax.jws.WebService;
    import weblogic.jws.Policy;
    import weblogic.jws.Policies;
    @WebService(serviceName="HelloW1")
    @Policies( { @Policy(uri = "policy:usernametoken.xml") } )
    public class HelloW1 {
         public String sayHi(String hi){
              System.out.println("Already here: " + hi);
              return "Welcome, you said: " + hi;
    3. add "weblogic.jar" to build path
    4. create WEB-INF/policies/usernametoken.xml
    <?xml version="1.0"?>
    <wsp:Policy
    xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"
    xmlns:sp="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200512"
    >
    <sp:SupportingTokens>
    <wsp:Policy>
    <sp:UsernameToken
    sp:IncludeToken="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200512/IncludeToken/AlwaysToRecipient">
    <wsp:Policy>
    <sp:WssUsernameToken10/>
    </wsp:Policy>
    </sp:UsernameToken>
    </wsp:Policy>
    </sp:SupportingTokens>
    </wsp:Policy>
    5. Publish the project WSTest3 to weblogic server
    6. Test the webservice within weblobic admin console, get below response which is expected since there is no input for user/pass in the simple test web page:
    ~~~~~~~~~~~~~~~~~~~
    <faultcode>wsse:InvalidSecurity</faultcode>
    <faultstring>Error on verifying message against security policy Error code:1000</faultstring>
    ~~~~~~~~~~~~~~~~~~~
    7. create the WSTest3Client project
    8. new "web service client"
    9. input the WSDL "http://127.0.0.1:7001/WSTest3/HelloW1?WSDL" and have the webservice related stub files created.
    10. create java file: example.ws.client.Main.java
    package example.ws.client;
    import java.rmi.RemoteException;
    import java.util.ArrayList;
    import java.util.List;
    import java.util.Map;
    import java.security.cert.X509Certificate;
    import javax.xml.rpc.ServiceException;
    import org.apache.axis.client.Stub;
    import example.ws.HelloW1_PortType;
    import example.ws.HelloW1_Service;
    import example.ws.HelloW1_ServiceLocator;
    import weblogic.jws.jaxws.ClientPolicyFeature;
    import weblogic.jws.jaxws.policy.InputStreamPolicySource;
    import weblogic.security.SSL.TrustManager;
    import weblogic.wsee.security.unt.ClientUNTCredentialProvider;
    import weblogic.xml.crypto.wss.WSSecurityContext;
    import weblogic.xml.crypto.wss.provider.CredentialProvider;
    public class Main {
         public static void main(String[] args)
         throws ServiceException, RemoteException{
              String username = "weblogic";
              String password = "weblogic";
              CredentialProvider cp = new ClientUNTCredentialProvider(username.getBytes(), password.getBytes());
              List credProviders = new ArrayList();
              credProviders.add(cp);
              HelloW1_Service service = new HelloW1_ServiceLocator();
              HelloW1_PortType port = service.getHelloW1Port();
         Stub stub = (Stub)port;
         stub._setProperty(WSSecurityContext.CREDENTIAL_PROVIDER_LIST, credProviders);
    //Map rc = ((BindingProvider)port).getRequestContext();
    //rc.put(WSSecurityContext.CREDENTIAL_PROVIDER_LIST, credProviders);
         System.out.println(port.sayHi("nihao"));
    11. add weblogic.jar to build path and let it go.
    The expected output string was not coming, but still the exception there:
    ~~~~~~~~~~~~~~~
    Exception in thread "main" AxisFault
    faultCode: {http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd}InvalidSecurity
    faultSubcode:
    faultString: Error on verifying message against security policy Error code:1000
    faultActor:
    faultNode:
    faultDetail:
         {http://xml.apache.org/axis/}stackTrace:Error on verifying message against security policy Error code:1000
         at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:222)
         at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:129)
    {WITH MANY OTHER LINES BELOW}
    ~~~~~~~~~~~~~~~~~~
    use below code suggested from reference link (2)
    Map rc = ((BindingProvider)port).getRequestContext();
    rc.put(WSSecurityContext.CREDENTIAL_PROVIDER_LIST, credProviders);
    to replace stub._setProperty, but I was told can not make the CAST from stub to BindingProvide, seems it's something in Jdeveloper11, not for my env.
    if I comment "@Policies( { @Policy(uri = "policy:usernametoken.xml") } ) " off and republish the webservcie, the test would be running good, but defniately there is no anthentication, which is not what I want.
    reference link (1): http://e-docs.bea.com/wls/docs103/webserv_sec/message.html
    reference link (2): http://kingsfleet.blogspot.com/2008/12/simple-custom-policy-example-using-jax.html
    I am grateful to have your input, thanks in advance and wish you a good day!
    Regards,

    Hi, it comes to episode2.
    Now the WS client's very smoothly working in my Jdev10.1.3, the code is very alike, but it uses
    stub._setProperty(Stub.USERNAME_PROPERTY, "weblogic");
    stub._setProperty(Stub.PASSWORD_PROPERTY, "weblogic");
    // This source file is generated by Oracle tools and is subject to change
    // It is a utility client for invoking the operations of the Web service port.
    // For reporting problems, use the following
    // Version = Oracle WebServices (10.1.3.1.1, build 070111.22769)
    package proj2.proxy;
    import oracle.webservices.transport.ClientTransport;
    import oracle.webservices.OracleStub;
    import javax.xml.rpc.ServiceFactory;
    import javax.xml.rpc.Stub;
    public class HelloW1PortClient {
    private proj2.proxy.HelloW1_PortType _port;
    public HelloW1PortClient() throws Exception {
    ServiceFactory factory = ServiceFactory.newInstance();
    port = ((proj2.proxy.HelloW1Service)factory.loadService(proj2.proxy.HelloW1_Service.class)).getHelloW1Port();
    * @param args
    public static void main(String[] args) {
    try {
    proj2.proxy.HelloW1PortClient myPort = new proj2.proxy.HelloW1PortClient();
    System.out.println("calling " + myPort.getEndpoint());
    // Add your own code here
    myPort.setUsername("weblogic");
    myPort.setPassword("weblogic");
    System.out.println( myPort.sayHi("Hello") );
    } catch (Exception ex) {
    ex.printStackTrace();
    * delegate all operations to the underlying implementation class.
    public String sayHi(String arg0) throws java.rmi.RemoteException {
    return _port.sayHi(arg0);
    * used to access the JAX-RPC level APIs
    * returns the interface of the port instance
    public proj2.proxy.HelloW1_PortType getPort() {
    return _port;
    public String getEndpoint() {
    return (String) ((Stub) port).getProperty(Stub.ENDPOINT_ADDRESS_PROPERTY);
    public void setEndpoint(String endpoint) {
    ((Stub) port).setProperty(Stub.ENDPOINT_ADDRESS_PROPERTY, endpoint);
    public String getPassword() {
    return (String) ((Stub) port).getProperty(Stub.PASSWORD_PROPERTY);
    public void setPassword(String password) {
    ((Stub) port).setProperty(Stub.PASSWORD_PROPERTY, password);
    public String getUsername() {
    return (String) ((Stub) port).getProperty(Stub.USERNAME_PROPERTY);
    public void setUsername(String username) {
    ((Stub) port).setProperty(Stub.USERNAME_PROPERTY, username);
    public void setMaintainSession(boolean maintainSession) {
    ((Stub) port).setProperty(Stub.SESSION_MAINTAIN_PROPERTY, Boolean.valueOf(maintainSession));
    public boolean getMaintainSession() {
    return ((Boolean) ((Stub) port).getProperty(Stub.SESSION_MAINTAIN_PROPERTY)).booleanValue();
    * returns the transport context
    public ClientTransport getClientTransport() {
    return ((OracleStub) _port).getClientTransport();
    the weird thing is when I moved "
    stub._setProperty(Stub.USERNAME_PROPERTY, "weblogic");
    stub._setProperty(Stub.PASSWORD_PROPERTY, "weblogic");
    into Eclipse, it still complains the same error: "Error on verifying message against security policy Error code:1000", meanwhile the server outputs:
    <WSEE:18>Trying to validate identity assertion token http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#UsernameToken<SecurityMessageInspector.inspectIdentity:629>
    Thanks,

  • Oracle Forms Demo Not working -- Attn. Oracle Customer Service

    Hi,
    I try to see Multiselect T-List Demo in the following page.It's not working.
    http://www.oracle.com/technology/sample_code/products/forms/index9i.html
    -Murali

    Hello,
    have you read the <ORACLE_HOME>\forms90\demos\multiselect\doc\multiselect90.html doc file ?
    this is a part of the content:
    "Enabling and Using the Multi-Select capabilities of the PJCBy default the enhanced TList continues to operate just like a normal TList, in order to enable the multi-select capability you must set a custom property on the item ENABLE_LIST_MULTISELECT to the string value 'true' e.g.
    SET_CUSTOM_PROPERTY('PJC.MULTISELECT_LIST',1,'ENABLE_LIST_MULTISELECT','true');"
    Francois

  • Forms90-demo not working on client, what should be done? urgent please

    I have installed forms90 demo & it is working fine on the middle tier, but when invoked from the client browser the applet just stops initializing & does not start.
    Could any one throw light as what action will make the demo work on client machine

    The problem is probablty due to the Signed JAR files the demo uses - when you install the Demo, these certificates are imported onto that machines JInitiator automatically (that's why the install prompts you for the location of JInit.)
    To solve your problem of running on another machine I need to make a slight change to the Demo scripts and template files but for now you can use the following W/A
    Create a simple form - say one button and no logon call it test.fmx.
    Create a config for that form in the Forms90demo.cfg like this:
    [test]
    form=test.fmx
    archive_jini=f90all_jinit.jar
    Run that config using the url
    http://machine:8888/forms90demo/f90servlet?config=test
    Exit that Form - then in the SAME Browser Window run the Demos
    http://machine:8888/forms90demo/demo90.html
    When you run one of the demos a Dialog should pop up asking you to trust a certificate. Trust always and then that should solve the problem.
    In future you can just run the demos directly - no need to run the test app first.

  • File Upload Demo not working

    I downloaded the source for this from OTN for 6i & recompiled the forms & libraries in 9i & tried to run after following all the steps mentioned in the readme doc but the form does not show up, the jinitiator java console window shows loading f90all...jar file & UploadClient.jar.sig file & stops
    i have registered PJC using JavaKey as mentioned in the doc & also set the class path in the default.env file pointing to orahome/jdk/jre/bin/classic.
    Would any one throw light on what has gone wrong???
    Mahesh

    If you install the 9i demos from OTN, they include the fileupload sample and the installation does all the setup for you including the classpath etc.

  • JFormattedTextField demo not working

    Hi there,
    I just executed the JFormattedTextField demo provided at
    http://java.sun.com/docs/books/tutorial/uiswing/examples/components/index.html#FormattedTextFieldDemo
    However, it is possible to enter any character into the textfields (such as asdf). Would be great to get some ideas...
    Till

    The text is validated "after" focus is lost on the component. After all a data can't be considered valid until all the digits are entered.
    If you want to differentiate between alpha and numeric characters then I believe you need to use a MaskFormatter. The class is not the easiest to understand to play with the examples and the API to understand it bettter.

  • Spry Demos not working for IE7

    When using IE 7 to view the Spry demos, like the
    products/index.html which is supposed to display an interactive
    data grid from xml based data, the page display the error "
    Exception caught while loading products.xml: Access is
    denied."

    Workaround - change IE 7 options NOT to use native
    xmlhttprequest.when using local disk xml files.
    Funny that IE7 gets kicked for following international
    standards.
    From my OReilly Javascript: the Definitive Guide...
    xhr does not support URLs that use file://protocol - part of
    the same-origin security
    policy.
    /sjhs

  • Client "HOST()" demo not working in 9iAS webforms

    HI...
    I am trying to do the equivalent of a client/server HOST() by using the HOST demo for
    9iDS. I followed all directions from host90.html, but, when I get to second from last
    step (enter URL http://<yourmachine>:8888/forms90demo/f90servlet?config=pjc_demos, I
    get "page cannot be displayed" error. The form does run however, but nothing seems to happen. I
    enter in command line DIR C:\ and nothing is displayed.
    Also, I do not have a directory called forms90dem, should I ? And I cannot find a cfg file called
    pjc_config??
    In java console I get errors:
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
    at sun.applet.AppletClassLoader.getBytes(Unknown Source)
    at sun.applet.AppletClassLoader.access$100(Unknown Source)
    at sun.applet.AppletClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    Thanks in advance
    Jon

    ooops, Shay, you are correct. I mis-typed. What I meant was
    URL http://jonjon:8888/formsdemo/f90servelt?config=pjc_demos.
    Jon

  • XSQL Demos not working ...

    I am trying to run the xsql demos by typing following line in browser:
    http://crz3k055/xsql/demo/airport.xsql
    On Netscape communicator 4.7 I get message:
    Not Found
    The requested URL /servlets/oracle.xml.xsql.XSQLServlet was not found on this server.
    Apache/1.3.6 Server at crz3k055.mcom.com Port 80
    O Internet explorer 5.0, I get the message:
    The page cannot be found
    The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.
    Please try the following:
    If you typed the page address in the Address bar, make sure that it is spelled correctly.
    Open the crz3k055 home page, and then look for links to the information you want.
    Click the Back button to try another link.
    Click Search to look for information on the Internet.
    HTTP 404 - File not found
    Internet Explorer
    Please help.
    Thanks
    Shri

    I am using Apache web server and Apache JServ.
    I modified the Jserv.properties file and added following lines:
    wrapper.classpath=C:\Program Files\Apache Group\Apache JServ\ApacheJServ.jar
    # Oracle XSQL Servlet
    wrapper.classpath=C:\XmlSQLServlet\xsql\lib\oraclexsql.jar
    # Oracle JDBC (8.1.5)
    wrapper.classpath=C:\XmlSQLServlet\xsql\lib\classes111.zip
    # Oracle XML Parser V2 (with XSLT Engine)
    wrapper.classpath=C:\XmlSQLServlet\xsql\lib\xmlparserv2.jar
    # Oracle XML SQL Components for Java
    wrapper.classpath=C:\XmlSQLServlet\xsql\lib\oraclexmlsql.jar
    # XSQLConnection.xml File location
    wrapper.classpath=C:\XmlSQLServlet\xsql\lib
    In mod_jserv.conf added:
    ApJServAction .xsql /servlets/oracle.xml.xsql.XSQLServlet
    And appended mod_jserv.conf in httpd.conf
    Restarted the apache webserver, but still I am getting this error on http://crz3k055/xsql/demo/helloworld.xsql
    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
    More information about this error may be available in the server error log.
    Apache/1.3.6 Server at crz3k055.mcom.com Port 80
    Your help is appreciated.
    Thanks
    Shri
    null

  • Doom 3 Demo not working :(

    I downloaded the doom 3 demo and the disk image is not mounting, it says: "no mountable file systems" what can i do?

    Sounds like the file is corrupt. try to get it from another site.

  • Webutil 11g Demo not working

    I have forms correctly configured on my server, as I can run most of the app, the only problem is forms which contain webutil.
    I have followed the installation as per doc id [1093985.1]. Everything is in the correct place and signed, however, when I run the compiled wu_test_106 form, I get three popup boxes :
    WUC-21 : System library
    http://[myserver]/forms/frmservlet/webutil.dll has incorrect size in WebUtil config. Download will be cancelled.
    I also get this for :
    http://[myserver]/forms/frmservlet/webutil/jacob.dll
    http://[myserver]/forms/frmservlet/webutil/JNIsharedstubs.dll
    http://[myserver]/forms/frmservlet/webutil/d2kwut60.dll
    I have changed the file sizes in the webutil.cfg to match, however, I feel the problem is that the file locations are wrong, as they are in:
    http://[myserver]/forms/webutil/jacob.dll
    http://[myserver]/forms/webutil/JNIsharedstubs.dll
    http://[myserver]/forms/webutil/d2kwut60.dll
    ie, no frmservlet
    Is there any way to re-point these? This is from a standard install of weblogic, forms and webutil.
    Windows 2008 64-bit, weblogic 10.3.2, Forms 11.1.3
    Thanks.

    I don't think it's getting as far as the sizes as the virtual path does not resolve, however, the file size is definately correct.
    The path points to : install.syslib.location=/webutil
    It is the virtual path that precedes this I want to remove (frmservlet).
    Just for clarity, I have changed this to /mynewpath/webutil and it is now looking for the files in:
    http://[myserver]/forms/frmservlet/mynewpath/webutil/jacob.dll
    My webutil.cfg is as follows (I've removed the comments), the only line I've changed is the one that lists the size of the file:
    # webutil.cfg - WebUtil default configuration file
    logging.file=
    logging.enabled=FALSE
    logging.errorsonly=FALSE
    logging.connections=FALSE
    install.syslib.location=/webutil
    #install.syslib.0.7.1=jacob.dll|106496|1.10|true
    install.syslib.0.7.1=jacob.dll|94208|1.10|true
    install.syslib.0.9.1=JNIsharedstubs.dll|65582|1.0|true
    install.syslib.0.9.2=d2kwut60.dll|192512|1.0|true
    transfer.database.enabled=FALSE
    transfer.appsrv.enabled=FALSE
    transfer.appsrv.workAreaRoot=
    transfer.appsrv.accessControl=TRUE
    transfer.appsrv.read.1=c:\temp
    transfer.appsrv.write.1=c:\temp
    BlockAllowHeartBeat=False

Maybe you are looking for

  • Mail Search question

    Is there a way to search my mail messages for a specific word or phrase? Thanks!

  • Credit Card Processing in iStore through external tier

    hi team, We are trying to implement credit card processing through oracle istore in r12. currently we are using istore on external tier of Application server and we are looking for how wecan integrate credit card processing with external server based

  • RH8 crashing when saving

    Hi Since adding a javascript to topics in my project, the topics with the script crash on saving. I found a similar unanswered post (http://forums.adobe.com/message/2567866#2567866). I am working on a project with over 600 topics in it, and the crash

  • Configure Lotus Traveller

    How to configure Lotus Traveller in Nokia E71

  • Double SO for one PO number

    Hi SD/XI masters, I have a problem regarding IDOC / SO generation. 2 SOs are being generated for a single PO Number. We have a mapping in XI that checks the PO number if it already exists in SAP. If it already exists, the IDOC ORDERS05.ORDCHG will be