Bug in ADF installer 10.1.3.2?

I am running IAS 10.1.3.0 and since I am developing in Jdev 10.1.3.2 and I was getting the following error:
java.lang.NoSuchMethodError: oracle.adf.share.perf.StateTracker.isActive()Z
when deploying and running my application so I figured I needed ADF runtime installer 10.1.3.2, but after the install I get the following error in my OC4J log when I try to start it:
07/02/24 20:50:01 Start process
07/02/24 20:50:04 Error initializing server: Shared library "apache.commons.logging" could not be found.
07/02/24 20:50:04 Fatal error: server exiting
I have two entries in my server.xml, one in the the apache.webservices part and one in the oracle.ifs.client part. When I try to locate the commons-logging.jar (which i think has the package) its in the following places:
/u02/app/oracle/product/ias10103/j2ee/home/applications/PRB/prb/WEB-INF/lib/commons-logging.jar
/u02/app/oracle/product/ias10103/webservices/lib/commons-logging.jar
I tried adding the jar explicitly to the server.xml but no luck there. Who can give me a clue?

Hi,
this is bug 5884357. The bug is under screening and so far the possible work around mentioned is
1) Use OC4J version 10.1.3.1 or higher.
or
2) Remove the shared library <import-shared-library
name="apache.commons.logging"/>
The impact of the second action may be that certain element with runtime dependencies on apache.commons.logging may fail.
Frank

Similar Messages

  • Problem with 2 View Objects based on One Entity -Probably a Bug in ADF BC

    Hi
    I am using JDeveloper 10.1.3(SU5) and adf faces and ADF BC and to explain my problem I use HR schema.
    First, I created 2 view objects based on countries table named as TestView1 and TestView2. I set TestView1 query where clause to region_id=1 and TestView2 query where clause to region_id!=1 in the view object editor and then I created 2 separated form on these 2 view objects by dragging and dropping from data control palette.
    Now when I insert a record in the form based on TestView1 with region_id set to 1 and commit the record and go to the next form I can see the record in the second form which is completely wrong since it is against the where clause statement of the second form.
    I am really confused and the situation is very wired and it seems to me something like bug in adf bc.Am I right.Is there any work around or solution for solving this problem.
    Any help would be highly appreciated.
    Best Regards,
    Navid

    Dear Frank,
    Thank you very much for your quick response.
    Reading your helpful comments now I have some questions:
    1- I have commited the record in the database so shouldn't the query of view objects be re-queried?
    2- We try to use ClearVOCaches (entity_name,false) in afterCommit of the base entity object but unfortunately it does not work correctly. after that,We got root app module and used findViewObject method to find all the view of that entity (we have found them by using name not automaticlly) and called executeQuery of all views. From my point of view it has 2 big disadvantages. First suppose that this entity is an important entity and 4 or 5 viow objects are based on it. Now, For inserting one record we should re-execute 4 or 5 view which I think makes some performance issues. Besides, If during the development one programmer add a new view object based on this entity and don't add the executeQuery in the afterCommit for this view, again we have the same problem. Isn't there at least a way that automatically refresh all related view objects however the performance issue still exists.
    3- You mentioned that this issue is handled in the developer guide. Could you kindly give me a refrence which developer guide you mean and which section I should read to overcome this problem.(I have ADF Developer's Guide for Forms/4GL Developer's Guide , however I search for clearVOCaches and surprisingly nothing was found!!!)
    4- Could you please give me some hints that from your point of view what is the best method to solve this problem with minimum performance effect.
    Any comment would be of some great help.
    Thanks in advance,
    Navid

  • Bug in ADF(10.1.3.2.0) with checkboxes in a table in a pop-up

    So I've found a bug in ADF. The bug manifests when I have a dialog window pop-up with a table with many rows(13 or more). Each row has a checkbox in it. If I change the state of 12 or fewer of the checkboxes and click ok, the returnListener will fire. If I change 13 or more checkboxes, the return listener does not fire.
    I'll try to create a test case/demo for this. Has anyone else encountered this?

    Hi,
    I haven't seen this problem, but I normally use a JSF HTML boolean checkbox for ADF editable tables.
    <h:selectBooleanCheckbox value="#{row.Enabled}"/>I found that the <af:selectBooleanCheckbox> readonly attribute did not evaluate its EL so I stuck with the JSF component since. You could try this component as a workaround.
    Brenden

  • Oracle adf installation

    Hi!
    I recently downloaded oracle 11g. It installed fine. Today, I downloaded the oracle adf installation. Initially, i had problems with jdk/jre location. I went thru some docs and configured the setup.exe -jreLoc C:\program files(x86)\java\jdk1.7.0_10
    The cmd prompt installation started. It made a check for swap size, display etc.. which was successful bt then an error msg popped sayin that "The Java runtime was not found at C:\program\binjavaw.exe Hence, the oracle installer cannot be run. Please visit javasoft.com etc etc..
    I checked the C:\program files(x86)\java\jdk1.7.0_10 folder. It contains both jdk and jre folders with javaw.exe. I dont knw why the error exists. Please help.
    Regards

    Hi 979253
    Try installing java in different location (say C:\java ) which should not contain spaces.
    Your problem is because of the space between Program and Files in C:\program files(x86)\java
    Please let me know if you are still getting any error.
    Thank
    --Navin                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • ADF installation problem on XP

    Hello,
    I successfully installed the SOA suite. I'm now trying to install ADF, and running into the error below. Does anyone have any idea what is going on?
    C:\Documents and Settings\tshab\Desktop\adfinstaller>java -jar runinstaller.jar
    adfinstaller.properties
    The version for the ADF libraries being installed is 10.1.3.40.66
    java.io.FileNotFoundException: c:\Oracle\ADFInstaller\as.html (The system cannot
    find the path specified)
    at java.io.FileOutputStream.open(Native Method)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:102)
    at oracle.jbo.dt.installer.InstallerLog.startLogExternal(InstallerLog.ja
    va:83)
    at oracle.jbo.dt.installer.ExecuteInstaller.run(ExecuteInstaller.java:77
    2)
    at oracle.jbo.dt.installer.ExecuteInstaller.main(ExecuteInstaller.java:8
    19)
    Installer log will be written to c:\Oracle\ADFInstaller\as.html
    ADF Runtime Installer
    Exception in thread "main" java.lang.NullPointerException
    at oracle.jbo.dt.installer.InstallerLog.println(InstallerLog.java:158)
    at oracle.jbo.dt.installer.ExecuteInstaller.printInstantLog(ExecuteInsta
    ller.java:613)
    at oracle.jbo.dt.installer.ExecuteInstaller.processChildNodes(ExecuteIns
    taller.java:99)
    at oracle.jbo.dt.installer.ExecuteInstaller.performTask(ExecuteInstaller
    .java:87)
    at oracle.jbo.dt.installer.ExecuteInstaller.run(ExecuteInstaller.java:77
    9)
    at oracle.jbo.dt.installer.ExecuteInstaller.main(ExecuteInstaller.java:8
    19)

    Hello,
    I'm using jdk1.5.0_09 which was installed just before I tried to install Java studio creator. I installed the version without netbeans etc.
    I was successful installing on my professional laptop, which is a Win 2000 machine but it's to full to start trying out Java Studio on. That machine has a Jkd installed one year ago.
    I checked out most of the documents on the site, noteably:
    My installation of Java Studio Creator 2 Update 1 may not have completed successfully on Windows 2000 or XP. How should I proceed?
    and
    My installation of Java Studio Creator 2 Update 1 may not have completed successfully on Windows 2000 or XP. How should I proceed?
    Ragnar

  • ##BUG## Jdev/ADF/UIX/SCM

    I'm developing an UIX application with jdev 9.0.5.1, adf and SCM to versioning. And i've been lost half day to catch an problem, that i think, was a scm bug.
    Explaining :
    I've create a uix page and, drag and drop a VO from data control to create input form. Then i put an commit button, in same way. I look to page struture on tab UIModel and there is commit, i look to structur on my UIModel.xml and there is. So i think that all ok. But when i run and try to save changes the messagebox show java.lang.nullPointerException, and on log nothing appear. Only an strange message "Warning: using introspection to lookup return value from :Commit.". Then when i try to see xml source from uimodel, there is no commit dccontrol. I've to do manual check out from uimodel.xml and to all again. I think that scm must do it by his self.

    In case you have access to Metalink, could you please check Note 300714.1 and see if it relates to your case ?

  • A bug in ADF 11g?

    Hi all,
    It appears like a bug in 11g:
    1. when using regex with javascript: replacing all spaces from a string: replace(/\s/g, ''); it fails in 11g and works in 10g; (and if I use this: replace(/ /g, ''), it removes all spaces in 11g, but I don't think this is correct way to do it?); And trimming the spaces: replace(/^\s+|\s+$/, '') ; still works in 11g and 10g;
    2. whenever there is '*\d*' in the regex, it seems fails to work? I have to replace it with [0-9] or [0123456789]??
    3. one more: expecting to use this regex */^[A-Za-z]/* to start with letter, it fails too now, I can start with numbers?
    Thanks
    Shawn
    Edited by: shawn_abc on May 7, 2012 10:00 AM
    Edited by: shawn_abc on May 7, 2012 11:00 AM
    Edited by: shawn_abc on May 7, 2012 11:01 AM

    Hi,
    I tried the following in JDeveloper 11.1.1.6 and it works fine
    <f:view>
        <af:document id="d1">
        <af:resource type="javascript">
          function rmWhiteSpace(event) {
              var txtField = AdfPage.PAGE.findComponentByAbsoluteId("it1");
              var changeString = txtField.getValue();
              str = changeString.replace(/\s+/g, '');
              txtField.setValue(str);
        </af:resource>
          <af:form id="f1">
            <af:panelStretchLayout id="psl1">
              <f:facet name="center">
                <af:panelGroupLayout layout="scroll"
                                     xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
                                     id="pgl1">
                  <af:inputText label="Label 1" id="it1"
                                binding="#{ClearBlankBean.inputTxt}"
                                value="#{ClearBlankBean.value}"
                                clientComponent="true"/>
                  <af:commandButton text="Invoke Script" id="cb1"
                                    partialSubmit="true">
                    <af:clientListener method="rmWhiteSpace" type="action"/>
                  </af:commandButton>
                </af:panelGroupLayout>
                <!-- id="af_one_column_stretched"   -->
              </f:facet>
            </af:panelStretchLayout>
          </af:form>
        </af:document>
      </f:view>No Bug !!!!
    Frank
    Edited by: Frank Nimphius on May 15, 2012 9:56 AM

  • Is this a bug of ADF Authorization?

    Hi all
    I am observing this behavior of ADF Authorization and would like to confirm whether this is an ADF authorization bug.
    Taking the Fusion Order Demo (FOD) as a sample, below are the steps to observe this bug:
    1. Access a protected page, for e.g.
    http://127.0.0.1:7101/StoreFrontModule-StoreFrontUI-context-root/faces/myOrders
    2. ADF authorization and authentication intercepts and redirects user to the login page
    http://127.0.0.1:7101/StoreFrontModule-StoreFrontUI-context-root/faces/login.jspx?_adf.ctrl-state=1667297940_27
    3. Now copy that state id information (_adf.ctrl-state=1667297940_27) and try to access the myOrders page again without logging in
    http://127.0.0.1:7101/StoreFrontModule-StoreFrontUI-context-root/faces/myOrders?_adf.ctrl-state=1667297940_27
    The page is displayed this time, no login is required. This looks very much like a security bug since myOrders.jspx is protected and unauthenticated users should not be able to see its content.
    Regards
    Khang

    Hi Frank
    I think you misunderstand the problem I tried to describe here. It is about authorization, not authentication or caching (The problem still occurs if the user never authenticated before). This could be a security bug that allows any anonymous user to access the content of a protected resource.
    I found out about this problem with my own application. I just used the FOD app to describe the problem here so that everyone can reproduce it if they want to, and hopefully can redesign their applications to avoid this security issue. I tested very carefully before posting here, with different versions of jdev. Please also note that this issue no longer exists in the latest version 11.1.1.2.0
    Let me use the below scenario to make my point clearer.
    1. Assume user A just came to know about FOD application, and access it for the first time. User A does not have any user account in FOD.
    2. User A tries to access a protected resource in FOD.
    3. User A can see the content of that protected resource (using the steps mentioned before)

  • Bug in Oracle Installer when adding OSA?

    Hi everyone,
    after unsuccessfully trying to add Oracle Advanced Security to my existing setup (every program tells me, that I don't have the required algorithms installed), I found the following in the 9i Administrator Reference:
    Quote: "When you install Oracle Advanced Security, three .bak files are created: naeet.o.bak, naect.o.bak, and naedhs.o.bak. These files are located in the $ORACLE_HOME/lib directory. They are required for relinking during deinstallation of Oracle Advanced Security."
    This is corresponds to my knowledge that these files contain the required protocols and algorithms.
    After checking my lib directory, however, I found out, that those files weren't touched by the installer and there weren't any .bak files either. A call of 'nm' on each of them confirmed that the required symbols aren't in there.
    Does anyone know what I could do to install the correct files? I somehow doubt that removing OSA from the installation and adding it again will do the trick...
    Greetings
    Marcus Ilgner

    The problem went away. I think it was a bug getting triggered
    by setting the selected items after I had updated the dataProvider
    and refreshing the tree.
    I was having another issue where the selectedItems were lost
    after updating the tree. I fixed it by setting selectedItems using
    callLater() because setting it immediately after updating the tree
    dataProvider was not working as the selection was lost anyways.
    using callLater to do this fixed the selection issue and now
    apparently also the issue with a section of the tree being
    obscured.

  • Y2K bug in Oracle installer = v3.3.1.1.???

    In newsgroup comp.databases.oracle.misc
    I've read the following messages:
    I've heard about a Y2K-Bug in the common Oracle-Installer for
    NT. It was said, that installing any Oracle-product after the 1/1/2000
    will cause system-errors and you will need to reinstall the operating
    system. Is this true or is it nonsens? Does anybody know something
    about it?
    Yes, there is a Y2K-Bug in the Oracle Installer (v3.3.1.1.0 und
    niedriger) You can download a Y2K-compliant Version
    from http://metalink.oracle.com
    Questions:
    Does this bug really exists ?
    Does it affects only NT or Windows95/98 as well ?
    The Developer 6 Server, which you can download to date from Technet, contains an Oracle Installer with version >3.3.1.1 ??
    How to handle the Y2K compliant version ?? (e.g: overwrite the existing version)
    What is the size (in MB) of this Y2K compliant version ?
    Any comments will be appreciated.
    Thanks in advance
    Martin Vonk

    Well, heres my test (10g, for I dont have a 9.2.0.1.0, but I think it´d show the same result):
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.1.0.4.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    SQL> select *
      2  from t1;
    ENO ENAME
       1 KARTHIK
    SQL> select *
      2  from t2;
    DNAME
    VENKATRAMAN
    SQL> select *
      2  from t1
      3  where eno in (select eno from t2);
    ENO ENAME
       1 KARTHIK
    SQL> alter table t2 add (eno number);
    Table altered.
    SQL> select *
      2  from t1
      3  where eno in (select eno from t2);
    no rows selected
    SQL> alter table t2 drop (eno);
    Table altered.
    SQL> select *
      2  from t1
      3  where eno in (select t2. eno from t2);
    where eno in (select t2. eno from t2)
    ERROR at line 3:
    ORA-00904: "T2"."ENO": invalid identifier
    SQL>
    But he is getting output of table T2 too se his last postI don´t think so, because he didn´t SELECT it. Would be nice to just copy & paste the output...
    Regards,
    Gerd

  • Bug concerning ADF security

    Just wanted to make a thread about this strange behavior when working with ADF security. Discovered it was a bug (i think).
    I have just enabled ADF security in my project after reading chapter 28 of the developers manual and watching Franks tutorials on the Code Core center. I was having trouble implementing it and thought I was just doing it wrong. It seemed so simple in the manual. The trouble I was having was that if I granted some access to a task flow or a web page to a application role or to the anonymous role it wouldn't become active. No changes made in the jazn-data.xml would make any different. Next day when I started up again it all worked. But making further changes would also not become active. I looked ad the logs and noticed the following error in the deploy process:
    +[Running application Health_Project1 on Server Instance DefaultServer...]+
    Uploading jazn-data identities.
    Uploading jazn-data policies.
    oracle.security.jps.JpsException: Destination context default missing in the specified jps-config.xml.
    +     at oracle.security.jps.internal.tools.utility.mgrs.JpsPolicyAPIManager.getPolicyStoreForDestination(JpsPolicyAPIManager.java:165)+
    +     at oracle.security.jps.internal.tools.utility.destination.apibased.JpsDstPolicy.<init>(JpsDstPolicy.java:150)+
    +     at oracle.security.jps.internal.tools.utility.destination.JpsInitializerDst.getDestinations(JpsInitializerDst.java:82)+
    +     at oracle.security.jps.internal.tools.utility.JpsUtility.<init>(JpsUtility.java:63)+
    +     at oracle.security.jps.internal.tools.utility.JpsUtilDeploymentImpl.migrateAppPolicyToFarmLevelPolicyStore(JpsUtilDeploymentImpl.java:81)+
    +     at oracle.security.jps.internal.tools.utility.JpsUtilDeploymentImpl.migrateAppPolicyToFarmLevelPolicyStore(JpsUtilDeploymentImpl.java:103)+
    +     at oracle.jdevimpl.adrs.weblogic.JaznDataUploader.uploadPolicies(JaznDataUploader.java:610)+
    +     at oracle.jdevimpl.adrs.weblogic.JaznDataUploader.uploadJaznData(JaznDataUploader.java:212)+
    +     at oracle.jdevimpl.runner.adrs.AdrsStarter.uploadJaznData(AdrsStarter.java:1703)+
    +     at oracle.jdevimpl.runner.adrs.AdrsStarter.mav$uploadJaznData(AdrsStarter.java:116)+
    +     at oracle.jdevimpl.runner.adrs.AdrsStarter$5.run(AdrsStarter.java:1344)+
    +     at java.lang.Thread.run(Thread.java:619)+
    Uploading credentials.
    After some digging I found that this was a bug related to the application path. The application was located in "My Documents" with the path c:\Documents and Settings\.......
    It is no good to have space in the application path. After I moved the application to a more simple like path c:\dev\sb\mywork the ADF security worked fine. Changes in policies would become affective immediately. Later I ran into the same problem but this time the application path was simple but the application name had an underscore in it "my_project". By removing the underscore and making the application name MyProject along with changing all the properties, xml and connection files the ADF security worked like it should.
    So in short:
    ** Don't have a space in the path where the application is stored.*
    ** Don't have a underscore in the application name.*
    Please comment if I'm wrong. This post is just for information if other users are running into similar problems.
    Best regards,
    Sturla Thor

    hi,
    if you delete this line
    <property value="doasprivileged" name="oracle.security.jps.jaas.mode"/>
    in the jsp-config.xml you can at least use your application with authentication but authorization doesn't work b/c the subject does not contain the principals:
    ADFContext.getCurrent().getSecurityContext().getUserRoles();
    returns an empty String[].
    Is there a workaround?
    Cheers Andy

  • BUG ? :  ADF creating extra VO instance using bind variables in a LOV query

    ADF 11.1.1.1.0
    After "playing around" with bind variables Setting bind variables in view objects for LOV I've come across something strange that I've reproduce using the HR schema and tables Employees and Departments. Its a bit long but here goes :
    Using the HR schema tables departments and employeesI'm trying to create a LOV (selectOneChoice) for the
    employee department, the LOV having a bind variable that limits the values returned in this case returning only DepartmentId = 50
    I've create a VO lovDepartment (not based on an EO) with the following query :
    SELECT Departments.DEPARTMENT_ID,
           Departments.DEPARTMENT_NAME,
           Departments.MANAGER_ID,
           Departments.LOCATION_ID
    FROM DEPARTMENTS Departments
    where DEPARTMENT_ID  = :pDeptIdA LOV has been defined on the DepartmentId attribute of the EmployeesView.
    The lovDepartmentImpl overrides the executeQueryForCollection to set the bind variable value.
        @Override
        protected void executeQueryForCollection(Object object, Object[] object2,
                                                 int i) {
            setNamedWhereClauseParam("pDeptId", "50");       
            super.executeQueryForCollection(object, object2, i);
        }When using an ADF form to create a new employee the DepartmentId lov is empty.
    Enabling SQL tracing shows the following :
    [370] _LOCAL_VIEW_USAGE_model_EmployeesView_lovDepartment1_0 ViewRowSetImpl.doSetWhereClause(-1, pDeptId, null)
    [371] _LOCAL_VIEW_USAGE_model_EmployeesView_lovDepartment1_0 ViewRowSetImpl.execute caused params to be "un"changed
    [372] Column count: 4
    [373] _LOCAL_VIEW_USAGE_model_EmployeesView_lovDepartment1_0 ViewRowSetImpl.doSetWhereClause(-1, pDeptId, null)
    [374] _LOCAL_VIEW_USAGE_model_EmployeesView_lovDepartment1 ViewRowSetImpl.setNamedWhereClauseParam(pDeptId, 50)
    [375] ViewObject: _LOCAL_VIEW_USAGE_model_EmployeesView_lovDepartment1 Created new QUERY statement
    [376] _LOCAL_VIEW_USAGE_model_EmployeesView_lovDepartment1>#q computed SQLStmtBufLen: 235, actual=195, storing=225
    [377] SELECT Departments.DEPARTMENT_ID,
           Departments.DEPARTMENT_NAME,
           Departments.MANAGER_ID,
           Departments.LOCATION_ID
    FROM DEPARTMENTS Departments
    where DEPARTMENT_ID  = :pDeptId
    [378] Bind params for ViewObject: _LOCAL_VIEW_USAGE_model_EmployeesView_lovDepartment1
    [379] For RowSet : _LOCAL_VIEW_USAGE_model_EmployeesView_lovDepartment1_0
    [380] Binding null of type 12 for "pDeptId"
    [381] No Resource Bundle found but null value id:LOV_DepartmentId_LOVUIHints_NullValueId is defined in an ListBinding Definition.It would seem that 2 lovDepartment instances are used one at line 370 LOCALVIEW_USAGE_model_EmployeesView_lovDepartment1_0
    and one at line 374 LOCALVIEW_USAGE_model_EmployeesView_lovDepartment1
    The one at line 374 LOCALVIEW_USAGE_model_EmployeesView_lovDepartment1 gets the variable bound at line 374
    however LOCALVIEW_USAGE_model_EmployeesView_lovDepartment1_0 gets a null value and would explain the empty LOV
    Can anybody explain what is happening here ? (and how to use bind variables in LOV queries)
    Regards
    Paul
    (bump)
    Edited by: Paul (MITsa) on Jul 14, 2009 10:46 AM
    I've now tried all types of LOV from ChoiceList to Radio groupe by testing the application module - none of them work.....
    Edited by: Paul (MITsa) on 14-Jul-2009 22:52

    when you rinvoke executeQueryForCollection the bind variables are allready set and they exist in Object[] object2 method parameters.
    in order to change them you need something like:
    private void changeGenericBindVariable(Object[] params, String paramName, Object paramValue) {
    for (int i = 0; i < params.length; i++) {
    if (paramName.equals(((Object[])params)[0].toString()))
    ((Object[])params[i])[1] = paramValue;
    * executeQueryForCollection - overridden for custom java data source support.
    protected void executeQueryForCollection(Object qc, Object[] params,
    int noUserParams) {
    changeGenericBindVariable(params, "pDeptId", "50")
    super.executeQueryForCollection(object, object2, i);
    But its better to set bind variables before you executeQueryForCollection. like when you invoke LOV.
    For cascading LOVs and the problems i have check:
    [http://adfbugs.blogspot.com/2009/07/jdeveloper-11-r1-cascading-lov-bugs.html]

  • Bug in windows installer

    The windows installer for jmf seems to overwrite the CLASSPATH instead of appending, which you would expect.
    /Esben

    "wpqs" wrote
    There seems to be a bug in Windows 7 when setting the Environment Path Variable from Control Panel - System - Advanced System Settings - System Variables - select Path - click Edit - opens The Edit System Variable dialog box
    The Edit System Variable dialog box displayed the same collection of path strings (each terminated by ';') as I get when I opened a command prompt window and type 'path'. However, it was not possible to add a new path string (c:\wills\bin;) after the last
    string. I presumed that the collection of path strings was too long so I removed a few of the path strings. Unfortunately, I still couldn't type my new path string.
    BUG1: I would appear that length validation for text control in the Edit System Variable dialog box is not set to the same length as the max length for the collection of path strings.
    BUG2: I was eventually able to enter my new path string after deleting some more path strings, but I hit further problems after saving my new path variable (press OK) as it seemed to delete some path strings at the start of the collection. For example %SystemRoot%\system32.
    Therefore, I was unable to reopen the dialog box from Control Panel.
    https://msmvps.com/blogs/erikr/archive/2007/09/17/maximum-length-of-environment-variables-windows.aspx
    may help :)
    Noel Paton | Nil Carborundum Illegitemi |
    CrashFixPC | The Three-toed Sloth

  • ADF installation error

    I followed the oracle documentation to install ADF. The article can be found here http://www.oracle.com/technology/products/jdev/htdocs/partners/addins/exchange/jsf/doc/installation.html . However, when I run my project, I got the following error: WARNING: The AdfFacesFilter has not been installed. ADF Faces requires this filter for proper execution. Can you please tell me why I got the above error message and how I can resolve the error? I did exactly what the oracle documentation stated. I have spend days solving this problem, but no luck. I think that ADF is a great and will be beneficial to my developments, but at this point, I am on the edge of giving up. Please help! Thank you!

    This is my web.xml:
    <?xml version="1.0"?>
    <web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
    <context-param>
    <param-name>javax.faces.CONFIG_FILES</param-name>
    <param-value>/WEB-INF/faces-config.xml</param-value>
    </context-param>
    <listener>
    <listener-class>com.sun.faces.config.ConfigureListener</listener-class>
    </listener>
    <!-- Faces Servlet -->
    <servlet>
    <servlet-name>FacesServlet</servlet-name>
    <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
    <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet>
    <servlet-name>resources</servlet-name>
    <servlet-class>oracle.adf.view.faces.webapp.ResourceServlet</servlet-class>
    </servlet>
    <
    <!-- Faces Servlet Mapping -->
    <servlet-mapping>
    <servlet-name>FacesServlet</servlet-name>
    <url-pattern>*.jsf</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>resources</servlet-name>
    <url-pattern>/adf/*</url-pattern>
    </servlet-mapping>
    <welcome-file-list>
    <welcome-file>/index.jsp</welcome-file>
    </welcome-file-list>
    <login-config>
    <auth-method>BASIC</auth-method>
    </login-config>
    <filter>
    <filter-name>AdfFacesFilter</filter-name>
    <filter-class>oracle.adf.view.faces.webapp.AdfFacesFilter</filter-class>
    </filter>
    <filter-mapping>
    <filter-name>AdfFacesFilter</filter-name>
    <servlet-name>FacesServlet</servlet-name>
    </filter-mapping>
    <resource-ref>
    <description>Resource reference</description>
    <res-ref-name>jdbc/qmsDB</res-ref-name>
    <res-type>javax.sql.DataSource</res-type>
    <res-auth>Container</res-auth>
    </resource-ref>
    <jsp-config>
    <!-- ADF Faces Tag Library -->
    <taglib>
    <taglib-uri>http://xmlns.oracle.com/adf/faces</taglib-uri>
    <taglib-location>/WEB-INF/af.tld</taglib-location>
    </taglib>
    <taglib>
    <taglib-uri>http://xmlns.oracle.com/adf/faces/html</taglib-uri>
    <taglib-location>/WEB-INF/afh.tld</taglib-location>
    </taglib>
    <!-- Faces Core Tag Library -->
    <taglib>
    <taglib-uri>http://java.sun.com/jsf/core</taglib-uri>
    <taglib-location>/WEB-INF/jsf_core.tld</taglib-location>
    </taglib>
    <!-- Faces Html Basic Tag Library -->
    <taglib>
    <taglib-uri>http://java.sun.com/jsf/html</taglib-uri>
    <taglib-location>/WEB-INF/html_basic.tld</taglib-location>
    </taglib>
    </jsp-config>
    </web-app>

  • Problem with Standalone ADF Installer

    (I've created a new thread from, which echoes my last post to my original thread here: Developing a Wizard in JDeveloper - Could it be magic?
    After a bit of persuasion from Shay Shmeltzer, I'm getting our DBA to install the 10.1.3 ADF libraries on our 10.1.2 application server. Since the server is on a remote Solaris box with no useful access other than a UNIX command prompt, he's using the "Installation from a ZIP file option" and gets the following error when running the Java installation class (i.e. java -jar runinstaller.jar adfinstaller.properties):
    java.net.ConnectException: Connection refused
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
         at java.net.Socket.connect(Socket.java:426)
         at java.net.Socket.connect(Socket.java:376)
         at sun.net.NetworkClient.doConnect(NetworkClient.java:139)
         at sun.net.www.http.HttpClient.openServer(HttpClient.java:386)
         at sun.net.www.http.HttpClient.openServer(HttpClient.java:602)
         at sun.net.www.http.HttpClient.<init>(HttpClient.java:303)
         at sun.net.www.http.HttpClient.<init>(HttpClient.java:264)
         at sun.net.www.http.HttpClient.New(HttpClient.java:336)
         at sun.net.www.http.HttpClient.New(HttpClient.java:317)
         at sun.net.www.http.HttpClient.New(HttpClient.java:312)
         at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:481)
         at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:472)
         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:574)
         at java.net.URL.openStream(URL.java:960)
         at oracle.xml.parser.v2.XMLReader.openURL(XMLReader.java:2551)
         at oracle.xml.parser.v2.XMLReader.pushXMLReader(XMLReader.java:285)
         at oracle.xml.parser.v2.NonValidatingParser.pushExternalDTD(NonValidatingParser.java:573)
         at oracle.xml.parser.v2.NonValidatingParser.parseDoctypeDecl(NonValidatingParser.java:491)
         at oracle.xml.parser.v2.NonValidatingParser.parseProlog(NonValidatingParser.java:323)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:302)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:292)
         at oracle.jbo.dt.installer.extoc4j.ConfigOC4J.parse(ConfigOC4J.java:175)
         at oracle.jbo.dt.installer.extoc4j.ConfigOC4J.parse(ConfigOC4J.java:162)
         at oracle.jbo.dt.installer.extoc4j.ConfigOC4J.main(ConfigOC4J.java:755)
         at oracle.jbo.dt.installer.ias.IASConfigCommand.invoke(IASConfigCommand.java:121)
         at oracle.jbo.dt.installer.ExecuteInstaller.runCommandOperation(ExecuteInstaller.java:377)
         at oracle.jbo.dt.installer.ExecuteInstaller.processChildNodes(ExecuteInstaller.java:126)
         at oracle.jbo.dt.installer.ExecuteInstaller.performTask(ExecuteInstaller.java:87)
         at oracle.jbo.dt.installer.ExecuteInstaller.run(ExecuteInstaller.java:779)
         at oracle.jbo.dt.installer.ExecuteInstaller.main(ExecuteInstaller.java:819)Does anyone have any suggestions as to what has gone wrong and how we might fix it?
    Thanks!

    you can install apps via internet/wifi connection directly from your phone. you can also use ovi suite and/or nokia pc suite to get those installed. perhaps you can start by removing all components and drivers of the ovi suite from your computer and reisntalling again, restarting your computer and then launching ovi suite and see if it makes any difference. 
    You know what I love about you the most, the fact that you are not me ! In love with technology and all that it can offer. Join me in discovery....

Maybe you are looking for