OAS 4.0.7 Installlation Error

Hello Everybody,
I recieved the JDeveloper 2.0 Beta CD. When I tried installing
OAS 4.0.7 on Windows NT 4.0 Workstation with Service Pack 3,
I get the following error message ............
OWS.vrf(474): Unbound variable 'non_admin_user'.
Installation is discontinued at this point.
Can anyone please help.
CJE.
London.
null

Clive,
This error message usually appear on machines that doesn't have
administrator priviliges, make sure that your user has
administrator priviliges, or even better log in as Administrator
and install the software, that enables any use of that machine
to have aaccess to the installed software
Federico
Clive Edwards (guest) wrote:
: Hello Everybody,
: I recieved the JDeveloper 2.0 Beta CD. When I tried
installing
: OAS 4.0.7 on Windows NT 4.0 Workstation with Service Pack 3,
: I get the following error message ............
: OWS.vrf(474): Unbound variable 'non_admin_user'.
: Installation is discontinued at this point.
: Can anyone please help.
: CJE.
: London.
null

Similar Messages

  • OAS 4.0.8.1 Error OWS-05101 with PL/SQL carttridge

    After installation of OAS 4.0.8.1 with simple DAD, PL/SQL Cartridge and Application on Win NT 4.0 with service pack 6 and IE 5
    I have tried to call simple "test.halloworld" procedure with following result: OWS-05101: Execution failed due to Oracle error -20001. Procedure: test.halloworld was identified but not executed. -20000 errors are application level errors. What kind of error is it?
    null

    We are suppporting our XML components here. From your message it does not appear you are using any. If you are can you provide more detailsas to your setup.
    Oracle XML Team

  • OAS 10G WAR file deployment error (Errors in named queries)

    Hi again,
    I setup a 10G 10.1.3.1 Application Server and tried deploying my WAR file. In tomcat the WAR file deployment works fine. however in OAS I get this error and currently I'm clueless as to what causes the error.
    [Oct 24, 2007 6:03:37 PM] Operation failed with error: Error creating bean with name 'entityManagerFactory' defined in ServletContext resource [WEB-INF/applicationContext.xml]: Invocation of init method failed; nested exception is javax.persistence.PersistenceException: org.hibernate.HibernateException: Errors in named queries: Book_List_By_RegisterDate ... (other named queries)
    My ApplicationContext.xml file contains this
    <bean id="entityManagerFactory"
    class="org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean">
    <property name="persistenceUnitManager" ref="persistenceUnitManager" />
    <property name="persistenceUnitName" value="BookStudy" />
    <property name="dataSource" ref="dataSource" />
    <property name="jpaVendorAdapter">
    <bean
    class="org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter">
    <property name="database" value="ORACLE" />
    <property name="showSql" value="true" />
    </bean>
    </property>
    </bean>
    And a sample named query in the hbm.xml file is this
    <query name="Book_List_By_RegisterDate">
              from BookData
              where to_char(regdate, 'MM/dd/yyyy') = to_char(:regdate, 'MM/dd/yyyy')
              order by Author.author_name desc, bookname desc
    </query>
    Thanks,

    Uncomment, or add, the following line in your application's orion-web.xml file:
    <web-app-class-loader search-local-classes-first="true" include-war-manifest-class-path="true" />
    See njr28's comments @ http://forum.hibernate.org/viewtopic.php?t=951324&highlight=oc4j

  • OAS 9.0.4 display error: java.lang.verify.error

    Hi,
    I have an adf application, in jdevelper 10.1.2 and jheadstart 10.1.2...in oc4j embedded run correctly, but its deployed in:
    oas 10g 9.0.4 display the following error:
    java.lang.VerifyError: (class: oracle/adf/controller/lifecycle/PageLifecycle, method: initializeParameterValuesUsingRequestObject signature: (Loracle/adf/controller/lifecycle/LifecycleContext;Loracle/jbo/uicli/binding/JUCtrlActionBinding;)V) Incompatible object argument for funcßf8?Þ?î<ul8?Þ?î<
         at oracle.jheadstart.controller.strutsadf.action.JhsStrutsPageLifecycleFactory.getJSPLifeCycle(JhsStrutsPageLifecycleFactory.java:83)
         at oracle.jheadstart.controller.strutsadf.action.JSPLifecycleFactory.getPageLifecycle(JSPLifecycleFactory.java:40)
         at oracle.adf.controller.struts.actions.DataActionMapping.freeze(DataActionMapping.java:212)
         at org.apache.struts.config.impl.ModuleConfigImpl.freeze(ModuleConfigImpl.java:503)
         at org.apache.struts.action.ActionServlet.init(ActionServlet.java:474)
         at javax.servlet.GenericServlet.init(GenericServlet.java:258)
         at oracle.jheadstart.controller.strutsadf.JhsActionServlet.init(JhsActionServlet.java:195)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.HttpApplication.loadServlet(HttpApplication.java:2130)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.HttpApplication.findServlet(HttpApplication.java:4560)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2598)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:643)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:208)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:125)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    I configure mi app according to:
    http://www.oracle.com/technology/products/jdev/collateral/papers/10g/as_supportmatrix.html
    help me please...
    Rigoberto

    Rigoberto,
    Can you apply the steps as documented by Steve Muench at
    http://radio.weblogs.com/0118231/stories/2005/05/20/stepsToDeployJheadstartTutorialApplication.html
    and see whether the problem persists?
    Steven Davelaar,
    JHeadstart Team.

  • OAS Heap memory issue: An error "java.lang.OutOfMemoryError: GC overhead

    OAS - 10.1.3.4.0
    We are running out of Heap memory and seeing lots of full GC and out of memory events
    Verbose GC is on.
    Users don't know what they are doing to cause this
    We have 30-40 users per server and 1.5 GB heap memory allocated
    There are no other applications on the machine. Only the PRD instance with 1.5 GB allocated to the JVM. We do not have any issue with memory on the server and we could increase the heap but we dont want to go over the 1.5 GB since that is what I understood to be the high end of what is recommended. we only have 30-40 users on each machine. There are 8 servers and a typical heavy usage day we may have 1 or two machines that have the out of memory or continuous full GC in the logs. When this occurs the phones light up with the people on that machine experiencing slowness.
    below is an example of what we see in a file created in the OPMN log folder on the JAS server then this occurs. I think this is the log created when Verbose GC is turned on. I can send you the full log or anything else you need. Thanks
    1194751K->1187561K(1365376K), 4.6044738 secs]
    java.lang.OutOfMemoryError: GC overhead limit exceeded
    Dumping heap to java_pid10644.hprof ...
    [Full GC 1194751K->1188321K(1365376K), 4.7488200 secs]
    Heap dump file created [1326230812 bytes in 47.602 secs]
    [Full GC 1194751K->1177641K(1365376K), 5.6128944 secs]
    [Full GC 1194751K->986239K(1365376K), 4.6376179 secs]
    [Full GC 1156991K->991906K(1365376K), 4.5989155 secs]
    [Full GC 1162658K->1008331K(1365376K), 4.1139016 secs]
    [Full GC 1179083K->970476K(1365376K), 4.9670050 secs]
    [GC 1141228K->990237K(1365376K), 0.0561096 secs]
    [GC 1160989K->1012405K(1365376K), 0.0920553 secs]
    [Full GC 1012405K->1012274K(1365376K), 4.1170216 secs]
    [Full GC 1183026K->1032000K(1365376K), 4.4166454 secs]
    [Full GC 1194739K->1061736K(1365376K), 4.4009954 secs]
    [Full GC 1194739K->1056175K(1365376K), 5.1124431 secs]
    [Full GC 1194752K->1079807K(1365376K), 4.5160851 secs]
    in addition to the 'overhead limit exceded' we also will see :
    [Full GC 1194751K->1194751K(1365376K), 4.6785776 secs]
    [Full GC 1194751K->1188062K(1365376K), 5.4413659 secs]
    [Full GC 1194751K->1194751K(1365376K), 4.5800033 secs]
    [Full GC 1194751K->1194751K(1365376K), 4.4951213 secs]
    [Full GC 1194751K->1194751K(1365376K), 4.5227857 secs]
    [Full GC 1194751K->1171773K(1365376K), 5.5696274 secs]
    11/07/25 11:07:04 java.lang.OutOfMemoryError: Java heap space
    [Full GC 1194751K->1183306K(1365376K), 4.5841678 secs]
    [Full GC 1194751K->1184329K(1365376K), 4.5469164 secs]
    [Full GC 1194751K->1184831K(1365376K), 4.6415273 secs]
    [Full GC 1194751K->1174738K(1365376K), 5.3647290 secs]
    [Full GC 1194751K->1183878K(1365376K), 4.5660217 secs]
    [Full GC 1194751K->1184651K(1365376K), 4.5619460 secs]
    [Full GC 1194751K->1185795K(1365376K), 4.4341158 secs]

    There's an Oracle support note with a very similar MO :
    WebLogic Server: Getting "java.lang.OutOfMemoryError: GC overhead limit exceeded" exception with Sun JDK 1.6 [ID 1242994.1]
    If I search for "java.lang.OutOfMemoryError: GC overhead" on Oracle Support it returns at least 12 documents
    Might be bug 6065704. Search Oracle support for this bug number.
    Best Regards
    mseberg

  • I receive an error code during installlation - Error 1722 - There is a problem with this Windows Installer Package.  A program run as part of the setup did not finish as expected.  Contact support personnel or package vendor.

    Problem installing Adobe LiveCycle Designer ES4

    Let's try the following user tip with that one:
    "There is a problem with this Windows Installer package ..." error messages when installing iTunes for Windows

  • Installlation Error Code 0X80096005

    Initially when i tried to install Nokia Suite i got the error (Verisign primary intermediate CA certificate missing.
    After installing the certificates as per procedure mention here on
    http://betalabs.nokia.com/trials/nokia-suite-beta/bugreport/install-failed-on-nokia-suite-your-compu...
    I am getting a new error now. Error code is 0X80096005.. Please help me in this regard.
    Thanks
    Arslan

    Hi,
    Welcome to the forum!
    Based on the error code, the issue is related with your computer. You can check this link for the solution provided by Microsoft: http://support.microsoft.com/kb/822798
    If it's still the same, it's best to contact Microsoft for further assistance. You can contact them through here: http://support.microsoft.com/contactus/
    Hope this helps. 

  • Urgent: Form Compilation Error using frmcmp.sh on OAS 10.1.2, pls help..

    Hi All,
    I am upgrading from OAS 9.0.4 to 10.1.2 where Forms 10g application is deployed.
    When I try to recompile with frmcmp.sh :
    frmcmp.sh userid=system/oracle123@odb module_type=FORM module=menu1.fmb
    I get errors :
    Compiling Procedure GET_PATH...
    Compilation error on procedure GET_PATH:
    PL/SQL ERROR 201 at line 4, column 32
    Identifier 'APPS_MENU1_DET' must be declared
    PL/SQL ERROR 0 at line 4, column 3
    SQL Statement ignored
    Compilation error have occured.
    Form not created
    What cause this error ?
    FYI, on the above compilation I connect to different database/schema, not the one
    which is used by the Form, is this the reason of th error ?
    During compilation, Do I have to connect to the database/schema I used when develop the form ?
    DO I have to create all tables in the schema first before compilation ?
    Tnank you for your hwlp,
    xtanto
    PS. When I compile the same Form with F90genm.sh on OAS 9.0.4, NO ERROR.

    From my experience it's a really bad idea to install OCS into a AS IM. When it comes to upgrades and patches you'll pull your hair out!
    Why not install OCS first and then install the BI into the OCS AS server... I have not checked the certification matrix but that might be a better solution to look into.

  • Authorization Error  While  Invoking BPEL Process Via RMI

    Hi All,
    I have been trying to invoke BPEL Process via RMI client.
    I use the following piece of code for BPEL Process Invocation...
    public class RMIClient {
    public RMIClient() {
    public static void main(String[] args){
    Hashtable jndi = new Hashtable ();
    jndi.put (Context.PROVIDER_URL, "opmn:ormi://host:6010:oc4j_soa/orabpel");
    jndi.put (Context.INITIAL_CONTEXT_FACTORY, "com.evermind.server.rmi.RMIInitialContextFactory");
    jndi.put (Context.SECURITY_PRINCIPAL,"oc4jadmin"); // username of Bpel Manager
    jndi.put (Context.SECURITY_CREDENTIALS,"welcome1"); //password of BPEL Manager
    Locator locator=null;
    try {
    locator = new Locator("default",jndi);
    } catch (ServerException e) {
    e.printStackTrace();
    IDeliveryService deliveryService =
    (IDeliveryService)locator.lookupService
    (IDeliveryService.SERVICE_NAME );
    // construct the normalized message and send to oracle bpel process
    NormalizedMessage nm = new NormalizedMessage( );
    String xml = "<ns1:MyFirstBPELProjectProcessRequest xmlns:ns1=\"http://xmlns.oracle.com/MyFirstBPELProject\">\n" +
    " <ns1:input></ns1:input>\n" +
    " </ns1:MyFirstBPELProjectProcessRequest>";
    nm.addPart("payload", xml );
    NormalizedMessage res=null;
    try {
    res = deliveryService.request("MyFirstBPELProject", "process", nm);
    } catch (ServerException e) {
    e.printStackTrace();
    } catch (RemoteException e) {
    e.printStackTrace();
    Map payload = res.getPayload();
    When I try to connect to my locally deployed BPEL process Manager and Invoke the same process (MyFirstBPELProjectProcess ) it works fine and creates an Instance on BPEL Process Manager Console.
    When I tried Invoking the same BPEL process (MyFirstBPELProjectProcess ) deployed on a Remote machine ,it doesnt create an Instance.
    I believe my connections settings are all correct ,since it doesnt give me an connection issue on my standalone client.
    I tried looking at the following file default_group~oc4j_soa~default_group~1.log available opmn folder under SOA Suite OAS and there
    are no errors.
    Could some body point the log files that I need to look at.
    I am sort of clueless...
    Regards
    Harish

    CAn you post the error. HAve you made sure that the remote machine has connection on the port 6010. You can test this with the folloing command from the remote machine
    telnet host 6010
    obviously replace host with the fully qualified host name of the SOA machine.
    cheers
    James

  • FileNotFoundException thrown during deployment of EJB onto OAS

    During the deployment of an EJB onto OAS, I got the following error messages:
    <snipped>
    Processing jar...
    Analyzing Beans...
    AppTierEJBClass
    Code generation for E:\\Oracle\\OASHome\\ows\\upload\\242TestOASAppSource.jar has been completed.
    Compiling generated code...
    Creating client jar...
    java.io.FileNotFoundException: E:\Oracle\OASHome\ows\4.0\..\apps\ejb\TestOASApp\_client.jar
    at java.lang.Throwable.<init>(Compiled Code)
    at java.io.FileNotFoundException.<init>(Compiled Code)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:69)
    at sun.tools.jar.Main.run(Main.java:76)
    at sun.tools.jar.Main.main(Main.java:524)
    at oracle.oas.tools.util.JarGenerator.createJar(Compiled Code)
    at oracle.oas.tools.util.CreateJars.main(Compiled Code)
    Creation of client jar for E:\\Oracle\\OASHome\\ows\\upload\\242TestOASAppSource.jar failed!
    Creating registration files...
    Deployment information for application successfully generated.
    <snipped>
    Just wondering what is that file not found error? And what is the cause of that?
    null

    I guess that might be trying to redeploy the same EJB again onto OAS.
    If that is the case you can try the following
    cd to OAS_HOME/ows/admin/website40/httpd_machinename/admin/svadmin.cfg
    and turn "FileCaching = OFF"
    OAS_HOME/ows/admin/website40/httpd_machinename/www/svadmin.cfg
    and turn "FileCaching = OFF"
    Once you change the settings , you would need to shutdown OAS and restart it again.
    the other workaroung would be to restart the appserver before the redeployment so that it would release the lock.
    raghu

  • Error shared library

    Hi all, i'm new in java
    i want to use Crystal Report as shared lib in OAS,
    but i got this error message
    Caused by: org.apache.commons.logging.LogConfigurationException: Invalid class loader hierarchy.
    You have more than one version of 'org.apache.commons.logging.Log' visible, which is not allowed.
    at org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:385)
    +... 65 more+
    i try to remove common.logging folder in 'Crystal Report.jar'
    and i got this error
    ViewArchive: Servlet error
    oracle.classloader.util.AnnotatedNoClassDefFoundError:
         Missing class: org.apache.commons.logging.LogFactory
         Dependent class: org.apache.commons.configuration.ConfigurationUtils
         Loader: CRNanda:11
         Code-Source: /u01/oracle/product/10.1.3.1/OracleAS_2/j2ee/BDU1/shared-lib/CRNanda/11/Crystal Report XI.jar
         Configuration: <code-source> in /u01/oracle/product/10.1.3.1/OracleAS_2/j2ee/BDU1/config/server.xml
    The missing class is available from the following locations:
         +1. Code-Source: /u01/oracle/product/10.1.3.1/OracleAS_2/j2ee/BDU1/applications/ITTSales1/ViewArchive/WEB-INF/lib/commons-logging-api-1.1.jar (from WEB-INF/lib/ directory in /u01/oracle/product/10.1.3.1/OracleAS_2/j2ee/BDU1/applications/ITTSales1/ViewArchive/WEB-INF/lib)+
         This code-source is available in loader ITTSales1.web.ViewArchive:0.0.0.
         +2. Code-Source: /u01/oracle/product/10.1.3.1/OracleAS_2/j2ee/BDU1/applications/ITTSales1/ViewArchive/WEB-INF/lib/commons-logging-1.1.jar (from WEB-INF/lib/ directory in /u01/oracle/product/10.1.3.1/OracleAS_2/j2ee/BDU1/applications/ITTSales1/ViewArchive/WEB-INF/lib)+
         This code-source is available in loader ITTSales1.web.ViewArchive:0.0.0.
         +3. Code-Source: /u01/oracle/product/10.1.3.1/OracleAS_2/BC4J/lib/commons-logging.jar (from <code-source> in /u01/oracle/product/10.1.3.1/OracleAS_2/j2ee/BDU1/config/server.xml)+
         This code-source is available in loader adf.oracle.domain:10.1.3.1.
         This code-source is available in loader adf.generic.domain:10.1.3.1.
         +4. Code-Source: /u01/oracle/product/10.1.3.1/OracleAS_2/webservices/lib/commons-logging.jar (from <code-source> (ignore manifest Class-Path) in META-INF/boot.xml in /u01/oracle/product/10.1.3.1/OracleAS_2/j2ee/home/oc4j.jar)+
         This code-source is available in loader apache.commons.logging:1.0.4.
    but if I'm not use Crystal Report as shared library, my application run normally
    any suggestions for this problem
    thanks

    I am using WINNT 4.0 service pack 6.

  • Utl_http ssl request error

    Hi
    Oracle 8.1.7, solaris 8
    I have a problem using utl_http.request with SSL
    I export certificate from Internet explorer, set up wallet manager and import
    certificates with wallet manager.
    But when I access secure sites using sql*plus I got an error
    select utl_http.request('https://securesites',null, 'file:/oas/wallets',
    'wallet_passwd') from dual;
    ERROR at line 1:
    ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at "SYS.UTL_HTTP", line 174
    ORA-06512: at line 1
    I have seen the same problem in metalink but no clear solution!
    Viesturs

    How does your question relate to the Oracle Forms product? I recommend you post your question in the PL/SQL forum. If you have a general Forms question, by all means, ask it here! ;-)
    Craig...

  • Import error: ORA-00001:unique constraint (FLOWS_030100.WWV_FLOW_FLOW_PK)

    Hi community,
    I got an awful application import error.
    ORA-20001: GET_BLOCK Error. ORA-20001: GET_STMT error. ORA-20001: Execution of the statement was unsuccessful. ORA-00001: unique constraint (FLOWS_030100.WWV_FLOW_FLOW_PK) violated &amp;lt;pre&amp;gt;--application/create_application &amp;amp;lt;br&amp;amp;gt; &amp;amp;lt;br&amp;amp;gt;begin &amp;amp;lt;br&amp;amp;gt; &amp;amp;lt;br&amp;amp;gt;wwv_flow_api.create_flow( &amp;amp;lt;br&amp;amp;gt; p_id =&amp;amp;gt; 381, &amp;amp;lt;br&amp;amp;gt; p_display_id=&amp;amp;gt; 381, &amp;amp;lt;br&amp;amp
    Error installing application.What did I do?
    Developed some in my test environment (APP ID 381) and made a normal export like 100 times before. When I tried to import that application in APP ID 380 the error occurred.
    More information:
    Both applications are in the same workspace.
    APEX 3.1.2
    Oracle XE
    I tried a bit around:
    Import in another workspace > same error
    Restart OAS try to import> same error
    Deletion of APP 380 and the try to import > same error
    Import of an older version > successfully no errors
    Try to make a new export of APP ID 381 > same error on import
    Don't want to delete app 381! :O
    Seems like something inside of the application/export is wrong.

    Hi Scott,
    the query returns
    select grantee from dba_role_privs where granted_role='APEX_ADMINISTRATOR_ROLE';
    GRANTEE
    SYSI tried to install the export in another apex database environment. New error occurred.
    ORA-20001: GET_BLOCK Error.
    ORA-20001: Execution of the statement was unsuccessful.
    ORA-02291: integrity constraint
    (FLOWS_030100.WWV_FLOW_SEC_SCHEMES_FK) violated - parent key not found &lt;pre&gt;begin
    --application/shared_components/security/authorization/t_users
    wwv_flow_api.create_security_scheme( p_id =&amp;gt; 18109134549712168 + wwv_flow_api.g_id_offset, p_flow_id =&amp;gt;
    wwv_flow.g_flow_id, p_name=&amp;gt;'T_USERS', p_scheme_type=&amp;gt;'EXISTS', p_scheme=&amp;gt;'select cI looked in the export file for the error part and found some interesting code. See:
    prompt  ...authorization schemes
    begin
    --application/shared_components/security/authorization/t_users
    wwv_flow_api.create_security_scheme(
      p_id => 18109134549712168 + wwv_flow_api.g_id_offset,
      p_flow_id => wwv_flow.g_flow_id,
      p_name=>'T_USERS',
      p_scheme_type=>'EXISTS',
      p_scheme=>'select count(*) from v_mze_appl '||chr(10)||
    'where NAME like UPPER(:P101_USERNAME)'||chr(10)||
    'and ROLE IN (''APEX_MZE_ADMIN'',''APEX_MZE_USERS'')'||chr(10)||
      p_caching=>'BY_USER_BY_PAGE_VIEW',
      p_error_message=>'Sie haben keine Berechtigungen für diese Seite');
    --application/shared_components/security/authorization/t_auswertung
    wwv_flow_api.create_security_scheme(
      p_id => 42071873141249964 + wwv_flow_api.g_id_offset,
      p_flow_id => wwv_flow.g_flow_id,
      p_name=>'T_AUSWERTUNG',
      p_scheme_type=>'EXISTS',
      p_scheme=>'select count(*) from v_mze_appl '||chr(10)||
    'where NAME like UPPER(:P101_USERNAME)'||chr(10)||
    'and ROLE IN (''APEX_MZE_ADMIN'',''APEX_MZE_REPORT'')'||chr(10)||
      p_caching=>'BY_USER_BY_PAGE_VIEW',
      p_error_message=>'No rights for the page');
    --application/shared_components/security/authorization/t_berechtigungen
    wwv_flow_api.create_security_scheme(
      p_id => 42072157819264447 + wwv_flow_api.g_id_offset,
      p_flow_id => wwv_flow.g_flow_id,
      p_name=>'T_BERECHTIGUNGEN',
      p_scheme_type=>'EXISTS',
      p_scheme=>'select count(*) from v_mze_appl '||chr(10)||
    'where NAME like UPPER(:P101_USERNAME)'||chr(10)||
    'and ROLE IN (''APEX_MZE_ADMIN'',''APEX_MZE_BERECHTIGUNGEN'')'||chr(10)||
      p_caching=>'BY_USER_BY_PAGE_VIEW',
      p_error_message=>'No rights for the page');
    --application/shared_components/security/authorization/t_kategorien
    wwv_flow_api.create_security_scheme(
      p_id => 42072262321265732 + wwv_flow_api.g_id_offset,
      p_flow_id => wwv_flow.g_flow_id,
      p_name=>'T_KATEGORIEN',
      p_scheme_type=>'EXISTS',
      p_scheme=>'select count(*) from v_mze_appl '||chr(10)||
    'where NAME like UPPER(:P101_USERNAME)'||chr(10)||
    'and ROLE IN (''APEX_MZE_ADMIN'',''APEX_MZE_KATEGORIEN'')',
      p_caching=>'BY_USER_BY_PAGE_VIEW',
      p_error_message=>'No rights for the page');
    end;
    /Looks like the p_id for T_USERS is wrong. Exactly what the error tries to describe too. How could that happen and how can I solve that issue? I will try and save the t_users group again and will create a new export.
    King regards,
    Tobias
    Edited by: Tobias Arnhold on Mar 2, 2009 8:23 AM

  • Servlet error: java.lang.ClassNotFoundException:

    After deploying a JDeveloper .ear file to OAS, I try to run the jsp file from OAS and receive the following error:
    500 Internal Server Error
    Servlet error: java.lang.ClassNotFoundException: lcfsreport.lcfsSearchReport
    _lcfsreport. = context root
    _lcfsSearchReport = .jsp file to execute
    I am new to JDeveloper and OAS and am flying blind, any help would be appreciated.

    I've found other post concerning this very same issue and it appears there could be other issues involved than those pointed to by Oracle documentation.
    Is there a direct way to check to see if my jsp's are generating with the version supported by oas 10.1.2?
    I am beginning to understand the frustrations I hear with J2EE development and why many developers do not move to the latest J2EE versions.
    I should have stuck with using old versions of JDeveloper, hind-sight is 20/20...

  • Timed out issue in jsp page!

    Dears,
    It is really amazing for me to see this issue in my application which I deployed in Oracle Application Server 10g r2.
    I am using JDeveloper 10g to create jsp pages.
    On one jsp page i am displaying 15 html tables for a report.
    All tables have 1 query to get records from oracle 10g database.
    Am opening one connection and than one by one running queries just before each table and rendering data through ResultSet
    (which is scrollable).
    If I test this page from JDeveloper, it is displaying fine.
    But when I deploy this page in Oracle Application Server 10g,
    and create a portlet and show this jsp page in portlet and open this page,
    this page most of the time giving 'TIMED OUT', and a few times displaying report properly.
    I tried PreparedStatement to run multiple queries for Oracle DB, but couldn't make it successfully.
    BTW,
    I checked my OAS log, it shows following error:
    09/03/16 18:39:08 hrwfapp: [instance=(null), id=(null)] ERROR: Request has exceeded its warning timeout Time[elapsed=61046ms.
    Warning timeout=20000ms.] Request[id=5003532663665,3 providerId=493501 portletId=117 portletName=AttritionReports
    portletInstance=35555_ATTRITIONREPORTS_493501 user=PUBLIC] Thread[ name=AJPRequestHandler-ApplicationServerThread-6
    priority=5 alive=true interrupted=false groupName=ApplicationServerThreadGroup]
    Please help me in this regard, what should I do to avoid Timed out issue.
    Best Regards

    Hi,
    if this occurs only in combination with portlets then I would try the Oracle Portal forum for help or use customer support to help you analyzing the issue
    Frank

Maybe you are looking for