WebLogicServer Found undeclared property: url

We get the following error while trying to create a connection pool using Type
2 driver. The properties file is also attached.
Wed Oct 24 14:34:33 IST 2001:<W> <WebLogicServer> Found undeclared property: capacityIncrement
Wed Oct 24 14:34:33 IST 2001:<W> <WebLogicServer> Found undeclared property: driver
Wed Oct 24 14:34:33 IST 2001:<W> <WebLogicServer> Found undeclared property: refreshMinutes
Wed Oct 24 14:34:33 IST 2001:<W> <WebLogicServer> Found undeclared property: url
Wed Oct 24 14:34:33 IST 2001:<W> <WebLogicServer> Found undeclared property: loginDelaySecs
Wed Oct 24 14:34:33 IST 2001:<W> <WebLogicServer> Found undeclared property: maxCapacity
Wed Oct 24 14:34:33 IST 2001:<W> <WebLogicServer> Found undeclared property: props
Wed Oct 24 14:34:33 IST 2001:<W> <WebLogicServer> Found undeclared property: testTable
Wed Oct 24 14:34:33 IST 2001:<W> <WebLogicServer> Found undeclared property: shrinkPeriodMins
Wed Oct 24 14:34:33 IST 2001:<W> <WebLogicServer> Found undeclared property: initialCapacity
Wed Oct 24 14:34:33 IST 2001:<W> <WebLogicServer> Found undeclared property: allowShrinking
Wed Oct 24 14:34:34 IST 2001:<I> <JDBC Pool> Creating connection pool mypool with:
{aclName=weblogic.jdbc.connectionPool.mypool, poolName=mypool}
Wed Oct 24 14:34:34 IST 2001:<E> <JDBC Pool> Failed to create connection pool
"mypool"
java.lang.Exception: Missing startup value "url" in JDBC Connection Pool mypool
at weblogic.jdbc.common.internal.ConnectionPool.getPoolValue(ConnectionPool.java:359)
at weblogic.jdbc.common.internal.ConnectionPool.startup(ConnectionPool.java:246)
at weblogic.jdbc.common.internal.JdbcInfo.initPools(JdbcInfo.java:117)
at weblogic.jdbc.common.internal.JdbcInfo.startup(JdbcInfo.java:200)
at weblogic.jdbc.common.internal.JdbcStartup.main(JdbcStartup.java:11)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.t3.srvr.StartupThread.runMain(StartupThread.java:219)
at weblogic.t3.srvr.StartupThread.doWork(StartupThread.java:109)
at weblogic.t3.srvr.PropertyExecuteThread.run(PropertyExecuteThread.java:62)
[weblogic.properties]

Hi. The probelm is that your weblogic.properties file pool definition
has whitespace after the '\'s and also has a line gap. Edit the pool
definition to look like this: (with no trailing whitespace):
weblogic.jdbc.connectionPool.mypool=\
url=jdbc:weblogic:oracle,\
driver=weblogic.jdbc.oci.Driver,\
loginDelaySecs=1,\
initialCapacity=4,\
maxCapacity=10,\
capacityIncrement=2,\
allowShrinking=true,\
shrinkPeriodMins=15,\
refreshMinutes=10,\
testTable=dual,\
props=user=SCOTT;password=tiger;server=ntserver
Satish wrote:
>
We get the following error while trying to create a connection pool using Type
2 driver. The properties file is also attached.
Wed Oct 24 14:34:33 IST 2001:<W> <WebLogicServer> Found undeclared property: capacityIncrement
Wed Oct 24 14:34:33 IST 2001:<W> <WebLogicServer> Found undeclared property: driver
Wed Oct 24 14:34:33 IST 2001:<W> <WebLogicServer> Found undeclared property: refreshMinutes
Wed Oct 24 14:34:33 IST 2001:<W> <WebLogicServer> Found undeclared property: url
Wed Oct 24 14:34:33 IST 2001:<W> <WebLogicServer> Found undeclared property: loginDelaySecs
Wed Oct 24 14:34:33 IST 2001:<W> <WebLogicServer> Found undeclared property: maxCapacity
Wed Oct 24 14:34:33 IST 2001:<W> <WebLogicServer> Found undeclared property: props
Wed Oct 24 14:34:33 IST 2001:<W> <WebLogicServer> Found undeclared property: testTable
Wed Oct 24 14:34:33 IST 2001:<W> <WebLogicServer> Found undeclared property: shrinkPeriodMins
Wed Oct 24 14:34:33 IST 2001:<W> <WebLogicServer> Found undeclared property: initialCapacity
Wed Oct 24 14:34:33 IST 2001:<W> <WebLogicServer> Found undeclared property: allowShrinking
Wed Oct 24 14:34:34 IST 2001:<I> <JDBC Pool> Creating connection pool mypool with:
{aclName=weblogic.jdbc.connectionPool.mypool, poolName=mypool}
Wed Oct 24 14:34:34 IST 2001:<E> <JDBC Pool> Failed to create connection pool
"mypool"
java.lang.Exception: Missing startup value "url" in JDBC Connection Pool mypool
at weblogic.jdbc.common.internal.ConnectionPool.getPoolValue(ConnectionPool.java:359)
at weblogic.jdbc.common.internal.ConnectionPool.startup(ConnectionPool.java:246)
at weblogic.jdbc.common.internal.JdbcInfo.initPools(JdbcInfo.java:117)
at weblogic.jdbc.common.internal.JdbcInfo.startup(JdbcInfo.java:200)
at weblogic.jdbc.common.internal.JdbcStartup.main(JdbcStartup.java:11)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.t3.srvr.StartupThread.runMain(StartupThread.java:219)
at weblogic.t3.srvr.StartupThread.doWork(StartupThread.java:109)
at weblogic.t3.srvr.PropertyExecuteThread.run(PropertyExecuteThread.java:62)
Name: weblogic.properties
weblogic.properties Type: Plain Text (text/plain)
Encoding: base64

Similar Messages

  • Found undeclared property

    I am trying to use JDBC session persistence, and among other problems
              weblogic strarts up with the following warnings:
              > Tue Aug 01 21:20:57 CDT 2000: <W> Found undeclared property: weblogic.httpd.session.jdbc.connTimeoutSec
              > Tue Aug 01 21:20:57 CDT 2000: <W> Found undeclared property: weblogic.httpd.session.persistentStoreShared
              >
              These properties are both specified in the documentation as being
              valid. Is this a bug?
              Jim LoVerde, Technical Architect
              Strategic Technology Resources
              http://www.str.com
              voice 312.674.4798 fax 312.697.3801
              mobile 773.398.9539 pager [email protected]
              [att1.html]
              [smime.p7s]
              

    Thanks for your URL.
              Please file a bug report.
              Cheers - Wei
              Jim LoVerde <[email protected]> wrote in message news:[email protected]..
              But they are mentioned in the documentation:
              http://www.weblogic.com/docs51/admindocs/http.html#sessionjdbc
              So are you saying that weblogic does not support shared JDBC session persistence?
              Wei Guan wrote:
              These two properties are not supported by WLAS. It is not a bug.
              Cheers - Wei
              Jim LoVerde <[email protected]> wrote in message news:[email protected]..I am trying to use JDBC session persistence, and among other problems weblogic strarts up with the following warnings:
              Tue Aug 01 21:20:57 CDT 2000: <W> Found undeclared property: weblogic.httpd.session.jdbc.connTimeoutSec
              Tue Aug 01 21:20:57 CDT 2000: <W> Found undeclared property: weblogic.httpd.session.persistentStoreShared
              These properties are both specified in the documentation as being valid. Is this a bug?
              Jim LoVerde, Technical Architect
              Strategic Technology Resources
              http://www.str.com
              voice 312.674.4798 fax 312.697.3801
              mobile 773.398.9539 pager [email protected]
              Jim LoVerde, Technical Architect
              Strategic Technology Resources
              http://www.str.com
              voice 312.674.4798 fax 312.697.3801
              mobile 773.398.9539 pager [email protected]
              [att1.html]
              

  • Not found - The requested URL /apex/wwv_flow.show was not found on this ser

    I have a very simple anonymous block (see below) which I am using to test an area of the database I am developing using OE and APEX. Sometimes the block works and other times it fails with the following error message------
    Not found - The requested URL /apex/wwv_flow.show was not found on this server
    Before the error message is displayed a pop-up window appears with a submit button ( the heading on the window contains --- Enter Bind Variables - windows internet explorer), which I do not understand.
    Is the problem I am experiencing due to some memory limitation ? or do I have a corrupt oracle system (everything else appears OK though).
    Any help or advice would be much appreciated.
    Best Regards
    Lawrence Cattell
    Here is the anonymous block (please no comments on the code). If I extend the number of DBMS_OUTPUT.PUT_LINES beyond the current number of 3 it fails everytime, sometimes it works with 3, sometimes it fails. Is it related to the number of variables I am binding to the WSI_QUOTE Type ?
    DECLARE
    v_dir VARCHAR2(20):='WSI_REPORTS';
    V_COUNT NUMBER(2,0);
    V_QTE_REF_NBR WSI_QUOTES.QTE_REF_NBR%TYPE;
    V_CTR_ID WSI_QUOTES.CTR_ID%TYPE;
    v_QTE_REC_NBR WSI_QUOTES.QTE_REC_NBR%TYPE;
    v_QTE_DTE WSI_QUOTES.QTE_DTE%TYPE;
    V_PEB_NBR WSI_QUOTES.PEB_NBR%TYPE;
    V_QTE_COM WSI_QUOTES.QTE_COM%TYPE;
    V_SAI_NBR_01 WSI_QUOTES.SAI_NBR_01%TYPE;
    V_QTY_01 WSI_QUOTES.QTY_01%TYPE;
    V_SAI_NBR_02 WSI_QUOTES.SAI_NBR_02%TYPE;
    V_QTY_02 WSI_QUOTES.QTY_02%TYPE;
    V_SAI_NBR_03 WSI_QUOTES.SAI_NBR_03%TYPE;
    V_QTY_03 WSI_QUOTES.QTY_03%TYPE;
    V_SAI_NBR_04 WSI_QUOTES.SAI_NBR_04%TYPE;
    V_QTY_04 WSI_QUOTES.QTY_04%TYPE;
    V_SAI_NBR_05 WSI_QUOTES.SAI_NBR_05%TYPE;
    V_QTY_05 WSI_QUOTES.QTY_05%TYPE;
    V_SAI_NBR_06 WSI_QUOTES.SAI_NBR_06%TYPE;
    V_QTY_06 WSI_QUOTES.QTY_06%TYPE;
    V_SAI_NBR_07 WSI_QUOTES.SAI_NBR_07%TYPE;
    V_QTY_07 WSI_QUOTES.QTY_07%TYPE;
    V_SAI_NBR_08 WSI_QUOTES.SAI_NBR_08%TYPE;
    V_QTY_08 WSI_QUOTES.QTY_08%TYPE;
    V_SAI_NBR_09 WSI_QUOTES.SAI_NBR_09%TYPE;
    V_QTY_09 WSI_QUOTES.QTY_09%TYPE;
    V_SAI_NBR_10 WSI_QUOTES.SAI_NBR_10%TYPE;
    V_QTY_10 WSI_QUOTES.QTY_10%TYPE;
    V_CTR_NME WSI_CUSTOMERS.CTR_NME%TYPE;
    CURSOR GET_QUOTE_INFO_CUR IS
    SELECT *FROM WSI_QUOTES WHERE QTE_REC_NBR = 2;
    BEGIN
    DELETE WSI_QUOTE_TEMP_HOLD;
    OPEN GET_QUOTE_INFO_CUR;
    LOOP
    FETCH GET_QUOTE_INFO_CUR INTO V_QTE_REC_NBR,V_QTE_REF_NBR,V_CTR_ID,v_QTE_DTE,V_PEB_NBR, V_SAI_NBR_01,V_QTY_01,V_SAI_NBR_02,V_QTY_02,V_SAI_NBR_03, V_QTY_03,
    V_SAI_NBR_04, V_QTY_04, V_SAI_NBR_05, V_QTY_05,V_SAI_NBR_06, V_QTY_06,V_SAI_NBR_07,V_QTY_07,V_SAI_NBR_08, V_QTY_08, V_SAI_NBR_09, V_QTY_09,
    V_SAI_NBR_10,V_QTY_10,V_QTE_COM;
    EXIT WHEN GET_QUOTE_INFO_CUR%NOTFOUND;
    SELECT CTR_NME INTO v_CTR_NME FROM WSI_CUSTOMERS WHERE CTR_ID = V_CTR_ID;
    END LOOP;
    CLOSE GET_QUOTE_INFO_CUR;
    V_COUNT :=1;
    DBMS_OUTPUT.PUT_LINE(v_QTE_REF_NBR|| '***' ||v_CTR_ID|| '***' ||V_CTR_NME|| '***' ||V_peb_NBR|| '***' ||V_SAI_NBR_01|| '***' ||V_QTY_01);
    DBMS_OUTPUT.PUT_LINE(v_QTE_REF_NBR|| '***' ||v_CTR_ID|| '***' ||V_CTR_NME|| '***' ||V_peb_NBR|| '***' ||V_SAI_NBR_02|| '***' ||V_QTY_02);
    DBMS_OUTPUT.PUT_LINE(v_QTE_REF_NBR|| '***' ||v_CTR_ID|| '***' ||V_CTR_NME|| '***' ||V_peb_NBR|| '***' ||V_SAI_NBR_03|| '***' ||V_QTY_03);
    END;

    The interpreter could be choking on the "*from" (no space before "from") might not be parsing the SQL as intended .
    The "Enter Bind Variables" dialog box is coming from something undefined, I'd suggest putting that block into an .sql file and run it via sqlplus.
    To demonstrate how a bind variable is handled try setting up a file with:
    select * from sometablename where somecolname = &somekeyval;
    -- or '&somekeyval' if its varchar2When you connect with sqlplus and run that file it will prompt for the value to use for "somekeyval".
    Only other thing is to ensure the "select * ..." has the same column names and in the same order as expected by the fetch, perhaps the table layout has changed and you could be getting an added column or maybe missing one at the end of the list.
    If you try running that block in a sqlplus session enable serveroutput to see the dbms_out result (set serveroutput on size 50000)

  • I can not load my yahoo email. I get the following message: "Not Found The requested URL /mc/showMessage was not found on this server. Apache/2.2.9 (Debian) mod_jk/1.2.26 PHP/5.2.6-1+lenny4 with Suhosin-Patch etc... (too many characters for your ? page

    Can't log into yahoo email. I get the following message: "Not Found The requested URL /mc/showMessage was not found on this server.

    OK here is the problem I am having with this.. It might be related to my own machine but I need help where to look..
    on the command line using mintty on XP I have this:
    $ nslookup us.mg6.mail.yahoo.com
    Non-authoritative answer:
    Server: Wireless_Broadband_Router.home
    Address: 192.168.1.1
    Name: any-ycpi-uno.aycpi.b.yahoodns.net
    Addresses: 98.136.145.155, 216.115.101.178, 216.115.110.119, 216.115.101.179
    98.136.145.157, 98.136.145.154, 216.115.110.118, 98.136.145.156
    Aliases: us.mg6.mail.yahoo.com, geoycpi-uno-deluxe.gycpi.b.yahoodns.net
    geoycpi-uno.gycpi.b.yahoodns.net
    HOwever when I look in firebug for where the ip for the above domain is this is what I get:
    66.115.130.31 clearly not listed above..
    Let's check the aliases
    $ nslookup geoycpi-uno-deluxe.gycpi.b.yahoodns.net
    Non-authoritative answer:
    Server: Wireless_Broadband_Router.home
    Address: 192.168.1.1
    Name: any-ycpi-uno.aycpi.b.yahoodns.net
    Addresses: 216.115.110.118, 98.136.145.156, 98.136.145.155, 216.115.101.178
    216.115.110.119, 216.115.101.179, 98.136.145.157, 98.136.145.154
    Aliases: geoycpi-uno-deluxe.gycpi.b.yahoodns.net
    geoycpi-uno.gycpi.b.yahoodns.net
    nope
    $ nslookup geoycpi-uno.gycpi.b.yahoodns.net
    Non-authoritative answer:
    Server: Wireless_Broadband_Router.home
    Address: 192.168.1.1
    Name: any-ycpi-uno.aycpi.b.yahoodns.net
    Addresses: 98.136.145.156, 98.136.145.155, 216.115.110.118, 216.115.101.179
    98.136.145.157, 216.115.101.178, 98.136.145.154
    Aliases: geoycpi-uno.gycpi.b.yahoodns.net
    nope
    where is this 66.115.130.31 ip comming from.. why isn't firefox using native DNS lookup?
    When I do a reserve lookup on that ip it points to nationalnet.com as the top SOA..
    any ideas?

  • When using firefox on yahoo and opening my mail it says Not Found The requested URL /dc/launch was not found on this server. How can this be fixed?

    when using firefox on yahoo and opening my mail it says Not Found The requested URL /dc/launch was not found on this server. How can this be fixed?

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    * Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    * Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode

  • Profile Manager - Not Found  The requested URL /wiki was not found on this server.

    I have installed Lion Server with Web and Profile Manager services. When I log into the profile manager web page I receive the message "Not Found  The requested URL /wiki was not found on this server."  I followed the guide here for install http://krypted.com/iphone/setting-up-profile-manager-in-lion-server/.

    This was the fixed I found
    Fixing profile manager has been solved by someone else:
    1.  Turn off all services under Server app.
    2.  Under Hardware, settings, change SSL certificate to "none"
    3.  Under Hardware, network, reset host name again.
    4.  Under Hardware, settings, change SSL certificate back to correct one
    5.  Turn Web service ON.
    It may still say /var/empty.
    6.  Turn Wiki service ON
    7.  Recheck Web service.  It should be changed to /Library/Server/Web/Data/Sites/Default.

  • Midlet cannot be found at this url-1

    Hi All,
    I'm doing some work on my server by hosting some mobile java games. But when I try to download them to my phone I always get error as "Midlet cannot be found at this URL-1" could anyone please give me some advice on how to fix it?
    Thanks a lot and look forward to hearing from you
    Michele

    Maybe someone over at one of the ME forums [1] can help you out.
    When you start a new thread there, please make sure to come back here and link to that from this one so that people don't continue answering here.
    [1] http://forum.java.sun.com/category.jspa?categoryID=23
    People on the forum help others voluntarily, it's not their job.
    Help them help you.
    Learn how to ask questions first: http://www.catb.org/~esr/faqs/smart-questions.html
    ----------------------------------------------------------------

  • MSSQL Server 2012. Error accessing reporting website. Not Found The requested URL /ReportServer1 was not found on this server. Unable to uninstall MSSQL 2008

    Hi all. I have recently installed MSSQL Server 2008, and was not able to access the URL when I clicked on it. It gave me a 404.
    When I installed 2012, I tried the same thing and it also throws me a 404 error. How should I go about solving this? What are the log files that you may need to help me solve this?
    At the same time, I have also tried to uninstall my 2008, but am always stuck at not being able to remove Client Connectivity Tools and some other components. Please let me know what log files you need and I will be happy to provide them. Thanks!
    The following is the log for the uninstallation.
    Overall summary:
      Final result:                  Failed: see details below
      Exit code (Decimal):           -2068052368
      Exit facility code:            1212
      Exit error code:               1648
      Exit message:                  Failed: see details below
      Start time:                    2014-04-11 09:40:30
      End time:                      2014-04-11 09:41:37
      Requested action:              Uninstall
      Log with failure:              C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140411_093720\sql_tools_Cpu64_1.log
      Exception help link:           http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=10.50.1600.1
    Machine Properties:
      Machine name:                  ADC-PC
      Machine processor count:       8
      OS version:                    Windows 7
      OS service pack:               Service Pack 1
      OS region:                     Singapore
      OS language:                   English (United States)
      OS architecture:               x64
      Process architecture:          64 Bit
      OS clustered:                  No
    Product features discovered:
      Product              Instance             Instance ID                    Feature                
                     Language             Edition              Version         Clustered 
      Sql Server 2008 R2                                                       Management Tools - Basic      
                                   Enterprise Edition   10.50.1617.0    No        
      Sql Server 2008 R2                                                       Management Tools - Complete    
                                  Enterprise Edition   10.50.1617.0    No        
      Sql Server 2008 R2                                                       Client Tools Connectivity      
                                  Enterprise Edition   10.50.1617.0    No        
    Package properties:
      Description:                   SQL Server Database Services 2008 R2
      ProductName:                   SQL Server 2008 R2
      Type:                          RTM
      Version:                       10
      SPLevel:                       0
      Installation edition:          EVAL
    User Input Settings:
      ACTION:                        Uninstall
      CONFIGURATIONFILE:             C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140411_093720\ConfigurationFile.ini
      ENU:                           False
      FARMACCOUNT:                   <empty>
      FARMADMINPORT:                 0
      FARMPASSWORD:                  *****
      FEATURES:                      CONN,SSMS,ADV_SSMS,CE_TOOLS,BROWSER,WRITER
      HELP:                          False
      IACCEPTSQLSERVERLICENSETERMS:  False
      INDICATEPROGRESS:              False
      INSTANCEID:                    <empty>
      INSTANCENAME:                  <empty>
      PASSPHRASE:                    *****
      QUIET:                         False
      QUIETSIMPLE:                   False
      UIMODE:                        Normal
      X86:                           False
      Configuration file:            C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140411_093720\ConfigurationFile.ini
    Detailed results:
      Feature:                       SQL Writer
      Status:                        Passed
      MSI status:                    Passed
      Configuration status:          Passed
      Feature:                       SQL Browser
      Status:                        Failed: see logs for details
      MSI status:                    Failed: see details below
      MSI error code:                0x1648
      MSI log file location:         C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140411_093720\sql_tools_Cpu64_1.log
      MSI error description:         
      Configuration status:          Passed
      Feature:                       SQL Compact Edition Tools
      Status:                        Failed: see logs for details
      MSI status:                    Failed: see details below
      MSI error code:                0x1648
      MSI log file location:         C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140411_093720\sql_tools_Cpu64_1.log
      MSI error description:         
      Configuration status:          Passed
      Feature:                       Client Tools Connectivity
      Status:                        Failed: see logs for details
      MSI status:                    Failed: see details below
      MSI error code:                0x1648
      MSI log file location:         C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140411_093720\sql_tools_Cpu64_1.log
      MSI error description:         
      Configuration status:          Passed
      Feature:                       Management Tools - Complete
      Status:                        Failed: see logs for details
      MSI status:                    Failed: see details below
      MSI error code:                0x1648
      MSI log file location:         C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140411_093720\sql_tools_Cpu64_1.log
      MSI error description:         
      Configuration status:          Passed
      Feature:                       Management Tools - Basic
      Status:                        Failed: see logs for details
      MSI status:                    Failed: see details below
      MSI error code:                0x1648
      MSI log file location:         C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140411_093720\sql_tools_Cpu64_1.log
      MSI error description:         
      Configuration status:          Passed
    Rules with failures:
    Global rules:
    There are no scenario-specific rules.
    Rules report file:               C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140411_093720\SystemConfigurationCheck_Report.htm

    Strange, but finally the procedure below did solve my problem.
    # Go to Control Panel > Add or Remove Programs and look for '''Anti Phishing Domain Advisor'''.
    # If you click on ''Click here for support information'' you'll see it is a Panda program.
    # Uninstall '''Anti Phishing Domain Advisor''' program...
    # This did solve my problem
    See also [https://support.mozilla.com/en-US/questions/811399#answer-205531 Can't open mail. Get this message: 404 Not Found nginx/0.6.32]

  • "Source not found" Error creating URL Data control with query parameters

    Hi,
    I have a restful service for which i want to create a URL data control. I am able to create the URL data control successfully when i am not passing any parameters in the Source field. But if i am specifying the parameters in the source field like this Department=##ParamName##, something weird is happening. After giving the param string in the Source field, it asks for default param value to test the url. It tests the url successfully. After that i select XML as the data format in which i am mentioning the xsd like this . "file:///C:/..../something.xsd" . And this is when i am getting the error. "Invalid Connection. The source is not found". I am giving exactly same path for xsd which i gave while creating URL data control without query parameters. Infact i was able to create the URL data control with query parameters successfully till afternoon. after that it started giving me this error all of a sudden. Infact as soon as i was able to create a URL data contol with query parameter successfully, i took a backup of the application before moving further. But even that backup is not working now.
    As far as i understand, i dont think there will be any change in xsd if query params are passed to a web service. Please correct me if i am wrong.
    Just dont know what could be the issue. Please help
    Thanks

    Hi,
    xsd is used for the URL service to know what the returned data structure is so it can create the ADF DC metadata
    Frank

  • BI IP - Upload flat file - "requested resource not found" when typing URL

    Hi,
    we tried to implement the "upload flat file" functionality (blog Marc Bernard). We followed the different steps and included the bug fixes as well. When we want to launch the URL in an internet explorer session we get message "requested resource not found".
    Hereby the URL used:
    http://sapscmbid.vpkgrp.int:50100/sap/bc/webdynpro/sap/zrsplf_file_upload?sap-language=EN&planning_sequence=FILE_SEQ&show_messages=WEXA
    Do you know what we did wrong? We would like to finish this by the end of this week ...
    kind regards
    D

    Hi,
    when we use URL http://sapscmbid.vpkgrp.int:50100/ we see the screens of the portal so I presume this server and port is accurate (we use the same link for the planning modeler and this works fine).
    The SICF service zrsplf_file_upload has been imported and has status active. Should we check other things as well?
    D

  • Bean Not Found (Invalid Property name oracle.forms.webutil.clientinfo....)

    Hi All
    i have configured the
    WebUtil V:106
    Jacob v:18
    On My Middle Tire
    Application Server: V:9.0.4
    Connecting To Database: V:8.1.7
    "i did recreate the packages for 8i like dbms_lob and ...etc"
    my WebUtil Form Work's Fine
    as
    it displays me the versions for all webUtil Functions 1.0.6
    Also when i try to get the Current Browser IP Address it get me successfully .
    when i submet this statment to get current browser userinfo like :
    webutil_clientinfo.GET_SYSTEM_PROPERTY('user.home')
    it workes fine .
    The Problem IS:
    When is issu this statment :
    webutil_clientinfo.GET_SYSTEM_PROPERTY('oracle.forms.webutil.clientinfo.GetClientInfo')
    it gives me the error "in jinit":
    webutil_clientinfo.GET_SYSTEM_PROPERTY('oracle.forms.webutil.clientinfo.GetClientInfo')2008-فبر-04 15:00:26.984 ERROR>WUI-304 [getSystemProperty()] Invalid Property name oracle.forms.webutil.clientinfo.GetClientInfo supplied
    Also When I Try this to Open A Browes Dialog:
    DECLARE
         FILENAME VARCHAR2(3000);
    BEGIN
    IF GET_RECORD_PROPERTY(:SYSTEM.CURSOR_RECORD,:SYSTEM.CURRENT_BLOCK,STATUS)IN ('NEW','INSERT') THEN
         filename := webutil_file.file_selection_dialog('C:\Temp','*.*','all files (*.*)|*.*|PDF files (*.pdf)|*.pdf|','Select your file ...');
    END IF;
    END;
    it gives me this Error:
    WebUtil Error: oracle.forms.webutil.file.filefunctions bean not found. WEBUTIL_FILE.FILE_SELECTION_DIALOG_INT will not work
    And My Java Console Contain :
    Oracle JInitiator: Version 1.3.1.17
    Using JRE version 1.3.1.17-internal Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\Speed
    Proxy Configuration: Manual Configuration
    Proxy: 10.0.0.1
    Proxy Overrides: *.mydomain.com<local>
    JAR cache enabled
    Location: C:\Documents and Settings\speed\Oracle Jar Cache
    Maximum size: unlimited
    Compression level: 1
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    q: hide console
    s: dump system properties
    t: dump thread list
    x: clear classloader cache
    0-5: set trace level to <n>
    Loading http://myserv.mydomain.com/forms90/java/f90all_jinit.jar from JAR cache
    Loading http://myserv.mydomain.com/forms90/java/frmwebutil.jar from JAR cache
    Loading http://myserv.mydomain.com/forms90/java/jacob.jar from JAR cache
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    إصدار بريمج Forms هو : 9.0.4.0
    2008-فبر-04 15:40:19.511 ERROR>WUI-304 [getSystemProperty()] Invalid Property name oracle.forms.webutil.clientinfo.GetClientInfo supplied
    Message was edited by:
    IGBSpeed

    Check whether your webutil.olb is subclassed properly or whether the olb file is available in runtime environment..

  • Property URL of Knowledge Directory Web Document

    I need to change a web link that was submitted to the Knowledge Directory with the Simple Submit. Old URL (http://www.mycompany.asp). New URL (http://www.mycompany.aspx)
    I need to change the 'open document url' and it is not an editable field in the card properties. I tried changing the URL property and it didn't have any effect. The portal kept showing the same old document. When I deleted the property the Portal "freaked" out and bombed. I tried re-adding the URL property to the card and it continued "freaking" out and not working.
    How is one supposed to update the URL for a card? It seems that this is not possible. As a test. Submit a Web Document using Simple Submit for http://www.espn.comand then change the URL property on the card to http://www.plumtree.com the portal continues to open http://www.espn.com:-((((

    There table in portal database called 'ptcards'. Column named 'URL1' holds URLs of submited files.
    Change urls then restart IIS on portal server.
    Boris.

  • Policy not found / access to URL denied

    Hi,
    I've installed a policy agent for Apache on redhat and integrated it with SunOne ID server. The authentication works as i can login but i then get denied access to the requested URL. The log of the policy agent says that the policy cannot be found (see below) despite the fact that one of the SunOne ID log file can find the policy for this URL. strange ?
    T.
    2003-04-05 21:14:00.339 Error 10409:0x80c6e08 PolicyEngine: am_policy_evaluat
    e: InternalException in Service::getPolicyResultource: with error message:Policy not found for resource: http://ptah.cpc.wmin.ac.uk:80/index.htm)@<B0>~^^A and
    code:7
    2003-04-05 21:14:00.339 Warning 10409:0x80c6e08 PolicyAgent: am_web_is_access_a
    llowed(http://ptah.cpc.wmin.ac.uk:80/index.htm, GET) denying access: status = no policy found (7)
    2003-04-05 21:14:00.339 128 10409:0x80c6e08 RemoteLog: User delaitt was denied access to http://ptah.cpc.wmin.ac.uk:80/index.htm.

    Im having the same problem. I installed web server policy agent on S1 webserver 6.1. The policy is available at the top level in the directory tree and I selected this test user as a subject. No conditions were specified. I get this error in amAgent after login :
    2004-09-17 12:03:08.705 Error 20423:626488 PolicyEngine: am_policy_evaluate:
    InternalException in Service::getPolicyResult with error message:Policy not foun
    d for resource: http://aa.na.aa.net:8080/index.html and code:7
    2004-09-17 12:03:08.706 128 20423:626488 RemoteLog: User skris was deni
    ed access to http://aa.na.aa.net:8080/index.html.
    2004-09-17 12:03:08.785 -1 20423:626488 PolicyAgent: validate_session_poli
    cy() access denied to skris
    The IS logs shows the user has been user had been successfully authenticated. But the amAuthLog shows:
    "2004-09-17 12:04:23" "User skris was denied access to http://aa.na.
    aa.net:8080/index.html." amAuthLog "Not Available" "Not Available"
    "Not Available" "Not Available" "cn=amService-UrlAccessAgent,ou=DSAME Users,dc=n
    ovartis,dc=com" "Not Available"

  • 404 not found The requested URL /pls/apex11/wwv_flow.accept was not found on this server.

    Hi,
    i tried to connect to Apex on Internal workspace.
    I get the error
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00972: identifier is too long
    ORA-06512: at line 10
    ORA-06550: line 22, column 3:
    PLS-00306: wrong number or types of arguments in call to 'ACCEPT'
    ORA-06550: line 22, column 3:
    PL/SQL: Statement ignored
      DAD name: apex11
      PROCEDURE : wwv_flow.accept
      URL : http://servername:7777/pls/apex11/wwv_flow.accept
    Any Help?
    Thanks in Advance
    lukx
    Environment
    OS --> win xp
    DB version --> Oracle 11.2.2
    Apex Version --> 4.2.2.00.11

    Hi,
    i found the reason. On my DB test i put a db trigger "AFTER SERVERERROR ON DATABASE".
    After trigger disable all works fine.
    Lukx

  • Firefox 5 gives "Server not found" for all URLs - fresh install of Fedora 15 x86_64

    Under a fresh install of Fedora 15 x86_64 on an Intel box, Firefox 5 (firefox.x86_64 5.0-2.fc15) will not display web pages. Internet connection and DNS resolution function correctly. For instance, I can correctly 'ping fedoraproject.org' but giving Firefox the URL 'http://www.fedoraproject.org' reults in a "Server not found" message. What needs to happen to get the URLs to resolve in Firefox?

    Xyne wrote:
    SS4 wrote:
    edit: -facepalm-
    Changing
    SigLevel = Required
    to
    SigLevel = PackageRequired
    in pacman.conf did the trick
    No, that was my fault. I updated my release scripts yesterday and the new ones did not create the database signature symlink. I just fixed it about 10 minutes ago.
    Change the SigLevel back to Required, otherwise Pacman will not verify the databases. Everything should be working again.
    Cheers, upgrading is back to normal (good work on the repo btw)

Maybe you are looking for