IDS 10g OC4J

I am trying to config my local OC4J to be able to execute my applications the same way I do it using the application server.
If I execute from builder one module works fine, but If I wan to use web.show_document it didn't work. It sends me Teh page cannot be foud.
I use webutil procedures and functions to retreive a document from the table and put it in my file system. It is well extract it and copy to my file system ('C:\Temporal\') as a pdf file. But if I try to use a web.show_document it didn't work (sends me in a new internet window the message I wrote before).
This is my default.env and forms.conf setup (the specific part):
1. default.env
# Search path for Forms applications (.fmx files, PL/SQL libraries)
# If you need to include more than one directory, they should be semi-colon
# separated (e.g. c:\test\dir1;c:\test\dir2)
# Definicion de variables de ambiente para EVTMS.
#FORMS_PATH=M:\APPS\V3.0\Templates;M:\APPS\V3.0\Forms;M:\APPS\V3.0\Icons
FORMS_PATH=C:\Other;M:\APPS\V3.0\Icons
FORMS_REJECT_GO_DISABLED_ITEM=0     
NLS_DATE_FORMAT=DD-MON-YYYY HH24MI
NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1
PLSQL_DATE_FORMAT=DD-MON-YYYY HH24MI
FORMS_TIMEOUT=3
2. forms.conf
# Virtual path for local filesystem test
AliasMatch ^/file/upload/(..*) "C:\Other/$1"
# Virtual path mapping for FormsServlet and ListenerServlet.
# Purpose: paths to invoke the servlets should be /forms/frmservlet
# and /forms/lservlet respectively.
# We map frmservlet to servlet.frm, and lservlet to servlet.frml.
# The apJServAction directives (below) will then remap those.
AliasMatch ^/forms/frmservlet(.*) "/servlet.frm"
AliasMatch ^/forms/lservlet(.*) "/servlet.frml"
# Adecuación para EVTMS
AliasMatch ^/forms/evtms_icons(.*) "M:\APPS\V3.0\Icons/$1"
#AliasMatch ^/forms/evtms_forms(.*) "M:\APPS\V3.0\Forms/$1"
AliasMatch ^/forms/evtms_forms(.*) "C:\Other/$1"
I already use the folder C:\Other as you see in the forms.conf as my path to upload and download files and document through webutil and be able to acces through my application
3. webutil.cfg
# This lines are included to be able to read and write to filesystem through application
# on test from Developer 10g Builder
transfer.appsrv.workAreaRoot=C:\Other
transfer.appsrv.read.1=C:\Other
transfer.appsrv.write.1=C:\Other
I can download as I wrote before, any document retreived from the database table to these folder (C:\Other), but when I try to displayed as same as I do it using the production system over iAS, It sends me the internet browser with the: page connot be found.
I check the folder and the document is there and I can open it with double click.
Any idea if I can config my OC4J to open thses document and using as same as I use 9iAS?
The other issue related with the OC4J is, in production environment with iAS, I can access my system through a loggin module which once valid the user, password and database, open another module using run_product built-in. it works fine in production with 9iAS but if I try to do it through my fosm 10g builder and my OC4J it didn't work. It open the loggin module but whren I press the conection button to validate the loggin information, it sends me the following error:
FRM-92101 There was a failure during the forms server startup or this error
Conection from new browser window not supported
Any ideas or help.
Thanks a lot.
abdel miranda

Unfortunately, I don't understand your issue(s) as it appears that you are trying to describe multiple problems within on statement.
That said, here are some points which may help:
1. WEB.SHOW_DOCUMENT is intended to display content which resides on the server. The content will appear in the client browser. The content will usually be standard web content, meaning html, pdf, images, etc. The value will be one which uses standard URL syntax, for example:
WEB.SHOW_DOCUMENT('http://server/something/someDoc.htm','_blank');
2. You appear to be accessing network shares. This is not recommended as it can cause performance issues as well as other issues such as "file not found" errors. This is related to the way in which the OS operates and is not a problem with the Oracle software.
3. "Connection from new browser window not supported..." is usually the result of trying to start a second or subsequent form using a shortcut or Ctrl+N from a browser. This is not recommended although in most cases this problem should not occur in newer Forms version (10.1.2). There have been some bugs and notes which have been written and discuss how to work around the problem, but in short, shortcuts and same browser sessions should not be used.

Similar Messages

  • Calling report from form on which IDS 10g is installed

    Dear All,
    I have a form which calls a report. I am able to run this form and report from my application server 10g. But before deploying it on the server I would like to test it from my pc where Developer suite 10g is installed. i.e running a report from the form in on IDS client pc. I have made changes in formsweb.cfg and default.env file. I am starting a report server from the command prompt using rwserver server=rep_oraclag_OraBi. But when I run the report it says that unable to run report.
    Regards
    Trusha

    Dear All,
    Thanks for the reply. I am able to run my report from the form through my application server which is installed on Linux. My question is how to run report on the development PC where IDS 10g is installed. Before deploying it on the server, I would like to test it from my development PC. Is there anyway I can do this? I have started on temporary report server using rwserver server=server_name. I have set path in formsweb.cfg and default.env. But when I run report from the form it says unable to run report. I am able to run all my forms on my development pc. But not able to run any report.
    Regards
    Trusha

  • IDS 10g Broken - 404 Error

    Can't download 10g Developer Suite, get a 404 file not found when click on the xxx.cpio.gz files :(

    Ooops. Meant to say that this was downloading IDS 10g for HPUX

  • IDS 10g in Linux

    Hi,
    I have installed iDS 10g in linux OS successfully. But when I try to execute the frmbld.sh file, it says
    "error while loading shared libraries: libXm.so.2: cannot open shared object file: No such file or directory"
    I have setup the library path and other paths as required.
    Has anyone faced such issues? Is there any document which we can refer for initial setups ?
    Regds,
    Nanda

    I created a "set_my_formdevelopment" file in my development directory by copying the original and then modifying it. On my iDS machine, under the development directory, I am sourcing this file and the forms developer comes up, then I deploy it to my Test folder on the iAS box. Here is the file I am using for one of my applications. I hope it proves useful.
    ======================================================================
    #!/bin/sh
    # THIS IS A MODIFIED COPY OF THE ORIGINAL frmbld.sh FILE
    # IT IS CUSTOMIZED FOR JTLS DDS RELATED FORMS
    # Zafer, 05 October 2005
    # frmbld.sh - executable Bourne shell script to run the Forms Builder
    # after setting up the required environment
    # NOTES
    # 1/ The Forms installation process should replace
    # <percent>FORMS_ORACLE_HOME<percent> with the correct ORACLE_HOME
    # setting. Please make these changes manually if not.
    # 2/ Some of the variables below may need to be changed to suite your needs.
    # Please refer to the Forms documentation for details.
    # Set ORACLE_HOME if not set in the calling environment:
    ORACLE_HOME=${ORACLE_HOME:-/ora2/oracle/OraiDSHome}
    export ORACLE_HOME
    # And I added the following 5 lines (Zafer)
    export PATH=$PATH:$ORACLE_HOME/bin:$ORACLE_HOME/jdev/bin:$ORACLE_HOME/j2ee/DevSuite
    ORACLE_PATH=/ora3/oracle/ZjtlsDDS
    export ORACLE_PATH
    # Search path for Forms applications (.fmb &.fmx files, PL/SQL libraries)
    # If you need to include more than one directory, they should be colon
    # separated (e.g. /private/dir1:/private/dir2)
    # Note: the current directory is always searched by default
    FORMS_PATH=$ORACLE_HOME/forms:/ora3/oracle/ZjtlsDDS
    export FORMS_PATH
    # Set up necessary environment variables for Report builder to run if
    # spawn from the Forms builder. Since it is possible through custom
    # install to not have Reports installed when Forms is there, this is
    # commented out by default. If you are trying to do Reports integration
    # be sure to uncomment this so that the relevant environment variables arde
    # set properly.
    # . $ORACLE_HOME/bin/reports.sh
    # Path for icons (e.g. iconic buttons).
    # This variable is used by the Form Builder at build-time only.
    # The currently supported formats for icons are .ICO, .GIF, and .JPG
    # To specify where icons are found at runtime, modify the
    # Registry.dat file and add the location of your icons.
    # The Registry.dat file, by default, is found at the
    # following location:
    # <ORACLE_HOME>/forms/java/oracle/forms/registry
    # Refer to the Forms Deployment Guide for details.
    # At runtime -- on all platforms -- only .GIF and .JPG formats
    # are supported.
    UI_ICON=$ORACLE_HOME/forms/j2ee/formsapp/formsweb:/ora3/oracle/ZjtlsDDS
    export UI_ICON
    UI_ICON_EXTENSION=ICO
    export UI_ICON_EXTENSION
    # Java CLASSPATH for the Forms Builder.
    # You can add to this path to make your own Java code available
    FORMS_BUILDER_CLASSPATH=$ORACLE_HOME/forms/java/frmbld.jar:$ORACLE_HOME/jlib/importer.jar:$ORACLE_HOME/jlib/debugger.jar:$ORACLE_HOME/jlib/utj.jar:$ORACLE_HOME/jlib/ewt3.jar:$ORACLE_HOME/jlib/share.jar:$ORACLE_HOME/jlib/dfc.jar:$ORACLE_HOME/jlib/help4.jar:$ORACLE_HOME/jlib/oracle_ice.jar:$ORACLE_HOME/jlib/jewt4.jar:$ORACLE_HOME/forms/java/frmwebutil.jar:$ORACLE_HOME/forms/java/frmall.jar:$ORACLE_HOME/forms/java/FormsGraph.jar
    export FORMS_BUILDER_CLASSPATH
    # You may need to set one or more of TNS_ADMIN, TWO_TASK or ORACLE_SID
    # to connect to database
    # TNS_ADMIN=$ORACLE_HOME/network/admin;
    TNS_ADMIN=/var/opt/zaforacle;
    export TNS_ADMIN
    TWO_TASK=jtls5; export TWO_TASK
    ORACLE_SID=jtls5; export ORACLE_SID
    # System settings
    # You should not normally need to modify these settings.
    if [ `uname -s` = 'SunOS' ]; then
    LD_LIBRARY_PATH=$ORACLE_HOME/lib32:$ORACLE_HOME/jdk/jre/lib/sparc:$ORACLE_HOME/jdk/jre/lib/sparc/native_threads:$LD_LIBRARY_PATH
    export LD_LIBRARY_PATH
    elif [ `uname -s` = 'HP-UX' ]; then
    SHLIB_PATH=$ORACLE_HOME/lib32:$ORACLE_HOME/jdk/jre/lib/PA_RISC:$ORACLE_HOME/jdk/jre/lib/PA_RISC/server:$SHLIB_PATH
    export SHLIB_PATH
    elif [ `uname -s` = 'Linux' ]; then
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:$ORACLE_HOME/jdk/jre/lib/i386/server:$ORACLE_HOME/jdk/jre/lib/i386/native_threads:$ORACLE_HOME/jdk/jre/lib/i386:$LD_LIBRARY_PATH
    export LD_LIBRARY_PATH
    # Set LD_ASSUME_KERNEL for RedHat 3.x
    if [ -f "/etc/redhat-release" ]
    then
    RHVER=`/bin/rpm -qf /etc/redhat-release --qf "%{VERSION}\n" 2>/dev/null`
    case $RHVER in
    3*AS | 3*ES)
    export LD_ASSUME_KERNEL=2.4.19
    esac
    fi
    else
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:$ORACLE_HOME/jdk/jre/lib/sparc:$ORACLE_HOME/jdk/jre/lib/sparc/native_threads:$LD_LIBRARY_PATH
    export LD_LIBRARY_PATH
    fi
    $ORACLE_HOME/bin/frmbld $*

  • Ids 10g plls path in linux

    Hi
    i installed IDS 10g in Linux AS , its working fine but it
    cant find the PLLS path despite i add it to the
    FORMS90_PATH in the default.env file but i still get the
    errors frm-10102,frm-18108
    thanks

    is this at runtime or in the builder? If at runtime make sure you have the correct case (upper/lower)
    regards
    Grant Ronald
    Forms Product Management

  • Deployment to Beta 10G OC4J

    I deployed a working simple ADF project to the server and I get this. I thought that I had it fixed when I remembered the data connection was 'localhost',and changed it in the XML on the server but it did not correct the error. Please indicate what types of things to look for.
    Error:
    500 Internal Server Error
    JBO-30003: The application pool (business.AppModuleLocal) failed to checkout an application module due to the following exception:oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: oracle.jbo.domain.DataCreationException, msg=JBO-25029: Data class (a domain?) {0} not found     at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1759)     at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2488)     at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:434)     at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:241)     at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:405)     at oracle.jbo.common.ws.WSApplicationModuleImpl.createWorkerApplicationModule(WSApplicationModuleImpl.java:1606)     at oracle.jbo.common.ws.WSApplicationModuleImpl.getCustomApplicationModule(WSApplicationModuleImpl.java:1584)     at oracle.adf.model.bc4j.DCJboDataControl.setDataProvider(DCJboDataControl.java:781)     at oracle.adf.model.bc4j.DCJboDataControl.<init>(DCJboDataControl.java:140)     at oracle.jbo.uicli.binding.JUApplication.<init>(JUApplication.java:94)     at oracle.jbo.uicli.binding.JUApplication.<init>(JUApplication.java:85)     at oracle.adf.model.bc4j.DataControlFactoryImpl.createSession(DataControlFactoryImpl.java:249)     at oracle.adf.model.bc4j.DataControlFactoryImpl.createSession(DataControlFactoryImpl.java:93)     at oracle.jbo.uicli.mom.JUMetaObjectManager.loadCpx(JUMetaObjectManager.java:543)     at oracle.adf.model.servlet.ADFBindingFilter.initializeBindingContext(ADFBindingFilter.java:228)     at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:84)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.0.3.0.0) - Developer Preview].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:616)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.0.3.0.0) - Developer Preview].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:311)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.0.3.0.0) - Developer Preview].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:788)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.0.3.0.0) - Developer Preview].server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.0.3.0.0) - Developer Preview].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.0.3.0.0) - Developer Preview].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:205)     at java.lang.Thread.run(Thread.java:536)## Detail 0 ##oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.domain.DataCreationException, msg=JBO-25029: Data class (a domain?) {0} not found     at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:524)     at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1646)     at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2488)     at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:434)     at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:241)     at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:405)     at oracle.jbo.common.ws.WSApplicationModuleImpl.createWorkerApplicationModule(WSApplicationModuleImpl.java:1606)     at oracle.jbo.common.ws.WSApplicationModuleImpl.getCustomApplicationModule(WSApplicationModuleImpl.java:1584)     at oracle.adf.model.bc4j.DCJboDataControl.setDataProvider(DCJboDataControl.java:781)     at oracle.adf.model.bc4j.DCJboDataControl.<init>(DCJboDataControl.java:140)     at oracle.jbo.uicli.binding.JUApplication.<init>(JUApplication.java:94)     at oracle.jbo.uicli.binding.JUApplication.<init>(JUApplication.java:85)     at oracle.adf.model.bc4j.DataControlFactoryImpl.createSession(DataControlFactoryImpl.java:249)     at oracle.adf.model.bc4j.DataControlFactoryImpl.createSession(DataControlFactoryImpl.java:93)     at oracle.jbo.uicli.mom.JUMetaObjectManager.loadCpx(JUMetaObjectManager.java:543)     at oracle.adf.model.servlet.ADFBindingFilter.initializeBindingContext(ADFBindingFilter.java:228)     at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:84)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.0.3.0.0) - Developer Preview].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:616)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.0.3.0.0) - Developer Preview].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:311)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.0.3.0.0) - Developer Preview].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:788)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.0.3.0.0) - Developer Preview].server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.0.3.0.0) - Developer Preview].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.0.3.0.0) - Developer Preview].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:205)     at java.lang.Thread.run(Thread.java:536)## Detail 0 ##oracle.jbo.domain.DataCreationException: JBO-25029: Data class (a domain?) {0} not found     at oracle.jbo.common.JBOClass.findDataClass(JBOClass.java:207)     at oracle.jbo.server.AttributeDefImpl.initFromXML(AttributeDefImpl.java:2048)     at oracle.jbo.server.AttributeDefImpl.loadFromXML(AttributeDefImpl.java:2000)     at oracle.jbo.server.EntityDefImpl.loadAttribute(EntityDefImpl.java:2810)     at oracle.jbo.server.EntityDefImpl.loadAttributes(EntityDefImpl.java:2774)     at oracle.jbo.server.EntityDefImpl.loadFromXML(EntityDefImpl.java:2357)     at oracle.jbo.server.EntityDefImpl.loadFromXML(EntityDefImpl.java:2102)     at oracle.jbo.server.MetaObjectManager.loadFromXML(MetaObjectManager.java:499)     at oracle.jbo.mom.DefinitionManager.loadLazyDefinitionObject(DefinitionManager.java:469)     at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:320)     at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:277)     at oracle.jbo.server.MetaObjectManager.findMetaObject(MetaObjectManager.java:643)     at oracle.jbo.server.EntityDefImpl.findDefObject(EntityDefImpl.java:328)     at oracle.jbo.server.ViewDefImpl.addEntityUsage(ViewDefImpl.java:2560)     at oracle.jbo.server.ViewDefImpl.loadEntityReference(ViewDefImpl.java:2628)     at oracle.jbo.server.ViewDefImpl.loadFromXML(ViewDefImpl.java:1931)     at oracle.jbo.server.ViewDefImpl.loadFromXML(ViewDefImpl.java:1765)     at oracle.jbo.server.MetaObjectManager.loadFromXML(MetaObjectManager.java:503)     at oracle.jbo.mom.DefinitionManager.loadLazyDefinitionObject(DefinitionManager.java:469)     at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:320)     at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:277)     at oracle.jbo.server.MetaObjectManager.findMetaObject(MetaObjectManager.java:643)     at oracle.jbo.server.ViewDefImpl.findDefObject(ViewDefImpl.java:369)     at oracle.jbo.server.ApplicationModuleImpl.createViewObject(ApplicationModuleImpl.java:2798)     at oracle.jbo.server.ApplicationModuleDefImpl.loadComponents(ApplicationModuleDefImpl.java:359)     at oracle.jbo.server.ApplicationModuleImpl.createRootApplicationModule(ApplicationModuleImpl.java:356)     at oracle.jbo.server.ApplicationModuleHomeImpl.create(ApplicationModuleHomeImpl.java:91)     at oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:135)     at oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:76)     at oracle.jbo.common.ampool.ApplicationPoolImpl.instantiateResource(ApplicationPoolImpl.java:2124)     at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:515)     at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1646)     at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2488)     at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:434)     at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:241)     at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:405)     at oracle.jbo.common.ws.WSApplicationModuleImpl.createWorkerApplicationModule(WSApplicationModuleImpl.java:1606)     at oracle.jbo.common.ws.WSApplicationModuleImpl.getCustomApplicationModule(WSApplicationModuleImpl.java:1584)     at oracle.adf.model.bc4j.DCJboDataControl.setDataProvider(DCJboDataControl.java:781)     at oracle.adf.model.bc4j.DCJboDataControl.<init>(DCJboDataControl.java:140)     at oracle.jbo.uicli.binding.JUApplication.<init>(JUApplication.java:94)     at oracle.jbo.uicli.binding.JUApplication.<init>(JUApplication.java:85)     at oracle.adf.model.bc4j.DataControlFactoryImpl.createSession(DataControlFactoryImpl.java:249)     at oracle.adf.model.bc4j.DataControlFactoryImpl.createSession(DataControlFactoryImpl.java:93)     at oracle.jbo.uicli.mom.JUMetaObjectManager.loadCpx(JUMetaObjectManager.java:543)     at oracle.adf.model.servlet.ADFBindingFilter.initializeBindingContext(ADFBindingFilter.java:228)     at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:84)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.0.3.0.0) - Developer Preview].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:616)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.0.3.0.0) - Developer Preview].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:311)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.0.3.0.0) - Developer Preview].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:788)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.0.3.0.0) - Developer Preview].server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.0.3.0.0) - Developer Preview].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.0.3.0.0) - Developer Preview].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:205)     at java.lang.Thread.run(Thread.java:536)## Detail 0 ##java.lang.ClassNotFoundException: oracle.jbo.domain.Number     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.0.3.0.0) - Developer Preview].naming.ContextClassLoader.findClass(ContextClassLoader.java:315)     at java.lang.ClassLoader.loadClass(ClassLoader.java:299)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.0.3.0.0) - Developer Preview].naming.ContextClassLoader.loadClass(ContextClassLoader.java:140)     at java.lang.ClassLoader.loadClass(ClassLoader.java:255)     at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)     at java.lang.Class.forName0(Native Method)     at java.lang.Class.forName(Class.java:217)     at oracle.jbo.common.java2.JDK2ClassLoader.loadClassForName(JDK2ClassLoader.java:38)     at oracle.jbo.common.JBOClass.forName(JBOClass.java:161)     at oracle.jbo.common.JBOClass.findDataClass(JBOClass.java:203)     at oracle.jbo.server.AttributeDefImpl.initFromXML(AttributeDefImpl.java:2048)     at oracle.jbo.server.AttributeDefImpl.loadFromXML(AttributeDefImpl.java:2000)     at oracle.jbo.server.EntityDefImpl.loadAttribute(EntityDefImpl.java:2810)     at oracle.jbo.server.EntityDefImpl.loadAttributes(EntityDefImpl.java:2774)     at oracle.jbo.server.EntityDefImpl.loadFromXML(EntityDefImpl.java:2357)     at oracle.jbo.server.EntityDefImpl.loadFromXML(EntityDefImpl.java:2102)     at oracle.jbo.server.MetaObjectManager.loadFromXML(MetaObjectManager.java:499)     at oracle.jbo.mom.DefinitionManager.loadLazyDefinitionObject(DefinitionManager.java:469)     at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:320)     at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:277)     at oracle.jbo.server.MetaObjectManager.findMetaObject(MetaObjectManager.java:643)     at oracle.jbo.server.EntityDefImpl.findDefObject(EntityDefImpl.java:328)     at oracle.jbo.server.ViewDefImpl.addEntityUsage(ViewDefImpl.java:2560)     at oracle.jbo.server.ViewDefImpl.loadEntityReference(ViewDefImpl.java:2628)     at oracle.jbo.server.ViewDefImpl.loadFromXML(ViewDefImpl.java:1931)     at oracle.jbo.server.ViewDefImpl.loadFromXML(ViewDefImpl.java:1765)     at oracle.jbo.server.MetaObjectManager.loadFromXML(MetaObjectManager.java:503)     at oracle.jbo.mom.DefinitionManager.loadLazyDefinitionObject(DefinitionManager.java:469)     at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:320)     at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:277)     at oracle.jbo.server.MetaObjectManager.findMetaObject(MetaObjectManager.java:643)     at oracle.jbo.server.ViewDefImpl.findDefObject(ViewDefImpl.java:369)     at oracle.jbo.server.ApplicationModuleImpl.createViewObject(ApplicationModuleImpl.java:2798)     at oracle.jbo.server.ApplicationModuleDefImpl.loadComponents(ApplicationModuleDefImpl.java:359)     at oracle.jbo.server.ApplicationModuleImpl.createRootApplicationModule(ApplicationModuleImpl.java:356)     at oracle.jbo.server.ApplicationModuleHomeImpl.create(ApplicationModuleHomeImpl.java:91)     at oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:135)     at oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:76)     at oracle.jbo.common.ampool.ApplicationPoolImpl.instantiateResource(ApplicationPoolImpl.java:2124)     at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:515)     at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1646)     at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2488)     at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:434)     at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:241)     at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:405)     at oracle.jbo.common.ws.WSApplicationModuleImpl.createWorkerApplicationModule(WSApplicationModuleImpl.java:1606)     at oracle.jbo.common.ws.WSApplicationModuleImpl.getCustomApplicationModule(WSApplicationModuleImpl.java:1584)     at oracle.adf.model.bc4j.DCJboDataControl.setDataProvider(DCJboDataControl.java:781)     at oracle.adf.model.bc4j.DCJboDataControl.<init>(DCJboDataControl.java:140)     at oracle.jbo.uicli.binding.JUApplication.<init>(JUApplication.java:94)     at oracle.jbo.uicli.binding.JUApplication.<init>(JUApplication.java:85)     at oracle.adf.model.bc4j.DataControlFactoryImpl.createSession(DataControlFactoryImpl.java:249)     at oracle.adf.model.bc4j.DataControlFactoryImpl.createSession(DataControlFactoryImpl.java:93)     at oracle.jbo.uicli.mom.JUMetaObjectManager.loadCpx(JUMetaObjectManager.java:543)     at oracle.adf.model.servlet.ADFBindingFilter.initializeBindingContext(ADFBindingFilter.java:228)     at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:84)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.0.3.0.0) - Developer Preview].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:616)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.0.3.0.0) - Developer Preview].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:311)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.0.3.0.0) - Developer Preview].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:788)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.0.3.0.0) - Developer Preview].server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.0.3.0.0) - Developer Preview].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.0.3.0.0) - Developer Preview].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:205)     at java.lang.Thread.run(Thread.java:536)

    I found the source of the previous error was caused by changing from localhost Oracle database to a one out on a server. There were many XML files to change manually!!, and I was wondering if there was an easy way to repoint an app to new data sources?
    I have a 'new' error now when deploying to the 10G Beta OC4J running on Win2000 on another machine:
    500 Internal Server Error
    java.lang.SecurityException: sealing violation
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.0.3.0.0) - Developer Preview].naming.ContextClassLoader.defineClass(ContextClassLoader.java:1130)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.0.3.0.0) - Developer Preview].naming.ContextClassLoader.findClass(ContextClassLoader.java:392)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.0.3.0.0) - Developer Preview].naming.ContextClassLoader.loadLocalClassFirst(ContextClassLoader.java:155)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.0.3.0.0) - Developer Preview].naming.ContextClassLoader.loadClass(ContextClassLoader.java:134)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)
         at oracle.adf.model.servlet.ADFBindingFilter.initializeBindingContext(ADFBindingFilter.java:207)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:84)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.0.3.0.0) - Developer Preview].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:620)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.0.3.0.0) - Developer Preview].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:311)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.0.3.0.0) - Developer Preview].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:788)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.0.3.0.0) - Developer Preview].server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.0.3.0.0) - Developer Preview].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.0.3.0.0) - Developer Preview].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:199)
         at java.lang.Thread.run(Thread.java:536)
    ????

  • Help on Debug Mode in Oracle JDeveloper 10g/OC4J

    Hi All,
         Presently I am using Oracle JDeveloper 10g Early Access version
              ADF Business Components     10.1.3.34.12
              Java™ Platform          1.5.0_05
              Oracle IDE               10.1.3.34.12
              PMD               JDeveloper Extension 1.7
              and OC4J.
    I want to debug all the Java files between request submission and getting response from the server in j2ee application. This we can do in eclipse ide by putting break points where ever we require and running the server in debugging mode. But I don't know how this can be done in JDeveloper/OC4J. Please can any one of you guide me, if you are aware of it. Thanks in advance.
    -immu

    If you mean remote debugging the application on a stand alone OC4J then here is a basic how-to:
    http://blogs.oracle.com/shay/2005/10/24#a55
    This is also covered in the online help.

  • OBIEE 10g, OC4J not shutting down

    Hello
    I am running into this problem with 10g trying to shutdown OC4J in Linux
    So I ran the commend:
    oc4j -shutdown -port 8808 -password sys123I entered the right port number.
    I went to EM to reset the oc4j password to sys123.
    Then it goes:
    Shutdown OC4J instance...
    But it will just hang there for ever until I have to manuelly kill OC4J session..
    could anybody let me know how to go about debugging this behavior?
    Thanks

    Hi,
    I remember this as an issue in Unix and it was recommended simply to use the Unix kill command to stop the standalone OC4J.
    Also, metalink document 1312743.1 provides this syntax:
    java -jar OracleBI_HOME/oc4j_bi/j2ee/home/admin.jar ormi://localhost:23791 oc4jadmin <oc4jadmin password> -shutdown force
    where <oc4jadmin password> is the password for the oc4jadmin user.
    The syntax above works well on Windows. On Linux it generates the reported error.
    If affected, try one of the following alternate syntax options. The first excludes the host name and port from the ormi argument. The second includes the IPV4 option.
    java -jar /OracleBI/oc4j_bi/j2ee/home/admin.jar ormi:// oc4jadmin <oc4jadmin password> -shutdown force
    java -Djava.net.preferIPv4Stack=true -jar /OracleBI/oc4j_bi/j2ee/home/admin.jar ormi://localhost:23791 oc4jadmin <oc4jadmin password> -shutdown force
    Hope this helps.
    Thank you,
    Dhar

  • Unable to enter into em in obiee 10g (oc4j admin) ,erroring out

    HI All,
    I am trying enter into oc4j admin with proper password. how ever next screen shows an error.
    Error:
    This OC4J is configured to make JMX connections via RMIS and fall back to RMI if the RMIS port is not configured. The RMIS connection on the OC4J instance null on Application Server null is configured but a connection could not be established. The JMX protocol is specified by the oracle.oc4j.jmx.internal.connection.protocol property in opmn.xml.
    Any help on this .. was approached server methods as per google threads , no luck.
    Thanks,
    Ram

    Hi,
    I remember this as an issue in Unix and it was recommended simply to use the Unix kill command to stop the standalone OC4J.
    Also, metalink document 1312743.1 provides this syntax:
    java -jar OracleBI_HOME/oc4j_bi/j2ee/home/admin.jar ormi://localhost:23791 oc4jadmin <oc4jadmin password> -shutdown force
    where <oc4jadmin password> is the password for the oc4jadmin user.
    The syntax above works well on Windows. On Linux it generates the reported error.
    If affected, try one of the following alternate syntax options. The first excludes the host name and port from the ormi argument. The second includes the IPV4 option.
    java -jar /OracleBI/oc4j_bi/j2ee/home/admin.jar ormi:// oc4jadmin <oc4jadmin password> -shutdown force
    java -Djava.net.preferIPv4Stack=true -jar /OracleBI/oc4j_bi/j2ee/home/admin.jar ormi://localhost:23791 oc4jadmin <oc4jadmin password> -shutdown force
    Hope this helps.
    Thank you,
    Dhar

  • ColdFusion MX on 10g OC4J

    Has anyone successfully deployed CFMX 6.1 on OC4J on the Windows platform. I've had success with Linux, but not on Windows.
    Thanks,
    Eric D.

    As promised, I have successfully installed and configured ColdFusion MX 6.1 on Windows 2003 Server. I was able to get the Admin page to crank right up on Windows 2003 Server.
    Since my server only has 1GB of RAM, I had to set the server properties to -Xmx128m instead of -Xmx256m to deploy the .EAR file.
    I did not have to modify the the param-val under the web.xml context-param-id macromedia_context_88 .. so, you do not need to edit the default web.xml
    I followed all other directions to the letter.
    If you are not picking up .jar files, I suggest placing them in the /applib directory of your OC4J instance home.

  • Datasource problem while Porting to 10g OC4j from Weblogic 8.1

    I am porting an app that is currently deployed in WL 8 that uses a Kodo-JDO as persistent mechanism. The connection to DB is obtained thru a JNDI definition. In weblogic, you first set a JDBC connection pool and then associate a JNDI name to the pool. In our app to access this JNDI tree/instance you define the app-console user-name and password as the jdo-connection username and password. Everything works.
    However, I am not able to translate the above in OC4j realm.
    What is the datasource class I need to chose? The connection params are for the DB right? and in my jdo.properties do I need oc4j-console username and passwd to access the JNDI?
    Thanks.
    as

    After several trial and error settings, I got it working.
    1. kodo.properties:
    javax.jdo.option.ConnectionUserName: <db-username>
    javax.jdo.option.ConnectionPassword: <db-password>
    the above is very different from weblogic-approach where you provide the user/password
    of the weblogic-console/JNDI-tree
    2.jndi.properties:
    I don't know whether this makes any difference or not:
    java.naming.factory.initial=com.evermind.server.rmi.RMIInitialContextFactory
    java.naming.provider.url=ormi://localhost:23791
    3.I used the com.evermind.sql.OrionCMTDataSource as our backend is Oracle 9i
    The errors encountered during trial and error:
    1. Logon denied
    2. User-credentials do not match existing ones

  • OC4J Instance included in Forms 10g R2 NOT Stable

    I am able to deploy a form for testing on WIndows 2003 Server.
    C:\Documents and Settings\Administrator>C:\oracle\product\Ora10gDSR2\jdk\bin\java -Doracle.security.jazn.config=C:\oracle\product\Ora10gDSR2\j2ee\DevSuite\config\jazn.xml -Doracle.home=C:\oracle\product\Ora10gDSR2 -DORACLE_HOME=C:\oracle\product\Ora10gDSR2 -jar C:\oracle\product\Ora10gDSR2\j2ee\home\oc4j.jar -userThreads -config C:\oracle\product\Ora10gDSR2\j2ee\DevSuite\config\server.xml
    06/10/25 00:00:06 Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)
    initialized
    06/10/25 00:03:54 FormsServlet init():
    configFileName: C:\oracle\product\Ora10gDSR2/forms/server/formsweb.cfg
    testMode: false
    06/10/25 00:04:04 ListenerServlet init()
    06/10/25 07:56:50 Forms session <3> aborted: unable to communicate with runtime process.
    I can run the Form initially but not after it has been deployed for about 8 hours. Is it true that OC4J supplied in Forms 10g R2 is only for testing purpose. How could I deploy the form in a more stable environment?

    Yes it is true.
    OC4J included in your iDS 10g is only for test or develop envrionment.
    Its basic function is to make your builder tool ready to test your forms and module as well as your reports.
    Just because iDS 10g its a web tool and it needs a web server to execute. So OC4J emulate the iAS (Internet Application Server) and give you the opportunity to TEST your modules without having a iAS.
    Abdel Miranda
    Panama.

  • OC4J - PROBLEM 10g ( 9.0.4 ) - exception: ORA-01002

    I have application perfectly running in the version 9ias (OC4J 9.0.3) when I migrated for 10g (OC4J 9.0.4) I obtained the following mistake stopping my application.
    exception: ORA-01002: fetch out of sequence
    Data of the application:
         EJB CMP
         Version Database: Oracle 9.02
         Operating system: Solaris 64 bits
    I already made several researches and I verified the following problem:
    The table TB_CARDS have a lock-mode = "Pessimistic" in the file orion-ejb.xml. In the 9.0.4 we Monitored the access in the database and have syntax : select * from tb_carts for update ("select for update"), but in the version OC4J 9.0.3 it doesn't have the syntax "for update"
         Some people talk to me to put the autocommit equal false, however where i put this option because I´m using using CMP?
         Am I following the correct manageable ?
    I await suggestions
    Respectfully

    opps "originator" was suposed to read "workingDirectory"

  • Error Call Web Service Deployed to OC4J 10g with JDev 10g

    I deployed a PL/SQL Package as a Web Service to a Stand Alone 10g OC4J instance. When I invoke the Web Service the text I am returned is this:
    <?xml version='1.0' encoding='UTF-8'?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <SOAP-ENV:Body>
    <SOAP-ENV:Fault>
    <faultcode>SOAP-ENV:Server.Exception:</faultcode>
    <faultstring>java.rmi.RemoteException: null; nested exception is:
         java.lang.NullPointerException</faultstring>
    <faultactor>/webservice/Mayoclinic</faultactor>
    </SOAP-ENV:Fault>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    I can successfully run the Web Service in the OC4J instance in JDev 10g.
    Any ideas. I recieve know errors in JDev 10g Deploying the application.

    Last line should be ...
    Any ideas. I recieve NO errors in JDev 10g Deploying the application.

  • (RHEL3) iAS form service 10g  with jpi  1.4x error

    hello~
    my form service os is RHEL3 , and i install
    oracle form and report service 10g on it !
    when i use jinit 1.3.1.13 and ienative VM to test form
    , everything is fine , but use jpi 1.4x to test
    form will raise the java exception like below :
    FRM-92050
    <java.io.IOException: Negative content-length from HTTP.>
    at oracle.forms.net.HTTPNStream.doGet(Unknow Source)...
    ========================================================
    but when i install the IDS 10G in another RHEL3 server
    and start the OC4J instance , i test form with
    config= jinit or ienative or jpi , everything is fine,
    is it a BUG in IAS904 form for linux platform???
    I'm sure all config had setup ok..

    We had the same error (FRM-92050) (we have a Unix server) and we changed the FORMS60_TIMEOUT=10 (from 5) and upped the users and confirmed processes from the default of 100 to 200 (in the default.env and init<dbname>.ora). Now we are able to connect remotely.
    (We had not priviously done all the post install steps. These are included in those steps.)
    good luck,
    LW

Maybe you are looking for

  • How do I share files between a PowerPC 8100 OS 7.6.1 and an iMac OS 10.7.4 over ethernet

    How do I share files between a PowerPC 8100 OS 7.6.1 and an iMac OS 10.7.4 over peer to peer ethernet connection? I'm trying to get data off the old machine so I can retire it for good. Can I just save the data and worry about file conversion later?

  • How do I get a Fontbook symbol to show up?

    Hi, I would like to insert the little snowman in a Pages document. I see in Fontbook it shows to use Apple Symbols. But Fontbook does not tell me what key combination to use to GET the snowman. I thought at one time Fontbook would show you the key co

  • Photos on PDF file print in NEGATIVE

    Twice in the past 2 weeks, creating PDF files from 2 different (Quark) documents, ALL THE (TIF) PHOTOS WERE PRINTING IN REVERSE (NEGATIVE)... On MY printer they were printing OK, but when sent to a 3rd party -- they keep printing reversed... Only the

  • HT4482 how to back up my phone

    how to back up a second phone?  I cant back up my phone since I had already backed up my first one.

  • NOt able to update business parameter value in albpm6.0.5

    My code snippet is : String now = (String) Time.now(); processCorrelationArg = now; BusinessParameter.updateValue(name : "CEO_PROCESS_SERVICE_LAST_RUN", value : now); if I try to access this business param in other activity it won't receive updated v