JDev 11gTP4: JDev IDE proxy test "false-negative"

Hi JDev team
Under JDev 11gTP4, the tools->preferences->web browser and proxy settings, currently when I configure my proxy settings, then select the Test Proxy button, it successfully works it way through all the following addresses:
www.internic.net
www.oracle.com
download.oracle.com
...but then fails on profile.oracle.com with a java.net.SocketTimeoutException: Read-timed-out exception.
I think this one is simple misleading as I don't even have access to this address from my web browser, it fails with a 403 forbidden reply.
Alternatively I know my JDev proxy settings are correct as if the proxy settings are set, and I do a ctrl minus to search for JavaDoc on an external site (such as java.lang.String which goes to the Sun website), the JavaDoc is successfully downloaded.
Would it be reasonable to remove profile.oracle.com from the proxy test facility?
Cheers,
CM.

Chris,
thanks, I can reproduce this behavior. I tested with a later build and here the problem doesn't occur anymore and profile.oracle.com seems to be removed from the test
Frank

Similar Messages

  • Javaserver faces rendering ui in jdev ide

    Hello, does anyone has experienced with the JavaServer Faces release 1.1_01 FCS, that the cardemo or other jsf application doesn't render the ui components in jdev 9.0.5.2 ide, having of course "execute tags in jsp visual editor" checked ?
    I hope ORACLE will provide very soon some enhancement in the jdev IDE to help building jsp app with jsf tags.
    Thank's for anyhelp or advice

    You can get an early access preview of the ADF Faces support here:
    http://www.oracle.com/technology/products/jdev/htdocs/partners/addins/exchange/jsf/index.html

  • Error on OSB Proxy Test: Can not compute effective WSDL

    The error below was encountered when executing an OSB proxy test. Only this specific service encountered the issue. It was resolved by restarting all the servers in the domain (3 managed servers and an admin server). Any idea on the root cause? So we can prevent it in the future. I am running on production mode.
    Error message is:
    An unexpected error occurred executing the test service: EJB Exception: ; nested exception is:
    java.lang.RuntimeException: com.bea.wli.config.component.NotFoundException: Can not compute effective WSDL for : ProxyService PCRMP1 Services/Business Services/Proxy Service/BS_BillingSubscription

    I noticed that the section of my proxy service titled "Operation Selection Configuration" labelled "Selection Algorithm" was missing (despite being selected in my local proxy service).
    the fix for me was to re-click the already selected "SOAP Body Type" radio button on the Operation tab of my proxy service, save and republish and it worked.

  • False negative for syn ack scan

    Our sensors are false negative on all syn ack scans that are received. Is there a signature current on the ids that will capture the following?
    1 2006-11-14 14:27:04.287620 202.103.178.165 my.net.163.77 TCP http > 21129 [SYN, ACK] Seq=0 Ack=0 Win=0 Len=0 MSS=0
    cut
    10 2006-11-14 14:27:06.868677 202.103.178.165 my.net.251.125 TCP http > 606 [SYN, ACK] Seq=0 Ack=0 Win=0 Len=0 MSS=0

    Try these links:
    http://www.cisco.com/univercd/cc/td/doc/cisintwk/itg_v1/tr1925.htm#xtocid162254
    http://www.cisco.com/en/US/products/sw/secursw/ps2113/prod_technical_reference09186a00800d9dd5.html
    http://www.cisco.com/warp/public/63/nimda-ids.html

  • [svn] 863: Cleanup the jsp for some space issue that causes problem for proxy test on WAS .

    Revision: 863
    Author: [email protected]
    Date: 2008-03-19 11:39:05 -0700 (Wed, 19 Mar 2008)
    Log Message:
    Cleanup the jsp for some space issue that causes problem for proxy test on WAS. Update both trunk and 3.0.x branch.
    Modified Paths:
    blazeds/branches/3.0.x/qa/apps/qa-regress/remote/HttpXmlEchoService.jsp
    blazeds/trunk/qa/apps/qa-regress/remote/HttpXmlEchoService.jsp

    Revision: 863
    Author: [email protected]
    Date: 2008-03-19 11:39:05 -0700 (Wed, 19 Mar 2008)
    Log Message:
    Cleanup the jsp for some space issue that causes problem for proxy test on WAS. Update both trunk and 3.0.x branch.
    Modified Paths:
    blazeds/branches/3.0.x/qa/apps/qa-regress/remote/HttpXmlEchoService.jsp
    blazeds/trunk/qa/apps/qa-regress/remote/HttpXmlEchoService.jsp

  • What is False negative and False positive

    Hi Gurus,
    What is False negative and False positive?
    what situations they will arises and what is the impact on database/cube?
    Give me some examples.

    yes, one of my friend has across this question in an interview.
    the interviewer has explained like this:
    Occasionally, some times clean blocks are marked as dirty,this is called false negative
    and dirty blocks are marked as clean status is called as false positive.
    I would like to know when this situation arises and what is the impact on the database/cube.

  • JDev WS proxy not sending username and password

    Hi all, I've created a short web service which requires username authentication and testing it on the browser, the web service works fine.
    I then tried to create a web proxy (which is the new term for Web Service Stub in JDeveloper Studio Edition 10.1.3.0.4 right?) which calls this web service with username authentication.
    In the stub code, I added the following lines:
        public static void main(String[] args) {
            try {
                com.maxwell.secure.CreditServiceSoapHttpPortClient myPort = new com.maxwell.secure.CreditServiceSoapHttpPortClient();
                System.out.println("calling " + myPort.getEndpoint());
                // Add your own code here
                myPort.setUsername("tester");
                myPort.setPassword("***");
                myPort.getDetails("tester");
            } catch (Exception ex) {
                ex.printStackTrace();
        }where setUsername and setPassword are auto-generated by JDev.
    However, I still get the error:
          javax.xml.rpc.soap.SOAPFaultException: policy requires authentication tokenand when I turn on the HTTP analyser, I noticed that the stub didn't send the username and password along in its SOAP request
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:ns0="http://secure.maxwell.com/">
       <env:Header>
          <wsse:Security
    xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"
    xmlns="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" env:mustUnderstand="1"/>
       </env:Header>
       <env:Body>
          <ns0:getDetails>
             <param0>tester</param0>
          </ns0:getDetails>
       </env:Body>
    </env:Envelope>Can anyone help?

    Hi,
    I can get username/pwd working in 2 ways.
    First option
    1. On the service, do not generate any of the security settings (ie do not use the Secure Web Service option)
    2. Deploy to OC4J
    3. Go in to security at application level and add your user
    4. Generate proxy (yes, the new name!)
    5. add the myPort.setUsername and setPassword code to your PortClient main method
    6. run proxy
    Second Option
    1. On the service, use the Secure Web Service wizard - check the Authenticate using Text Password but uncheck Integrity and Confidentiality Options (signing and encryption)
    2. Deploy to OC4J and add user as above
    3. Generate proxy
    4. Secure Proxy - check Use Username to Authenticate
    5. Uncheck Inbound and Outbound Integrity and Encrypt/Decrypt
    6. Add setUsername and setPassword as above
    7. Run
    With both of these I was able to call services. If you still have any problems, let me know and we'll try again
    rgds
    Susan
    JDeveloper Web Services PM

  • ER?: JSPX popup dialogs/windows and the JDev IDE

    Hi JDev team
    One thing I'm starting to find tedious in the JDev 11gTP4 IDE is when I have a JSPX page with a <af:popup> dialog/window, and I want to work with the popup rather than the rest of the page (say to drag n drop something into the popup in the editor window), I need to either search through the JSPX source code, or click down many levels in the structure window until I find the actual popup (....which if I then click on the popup node in the structure window, the editor window will display in the editor window).
    Possibly I could do a search through the code searching for "popup", but if I have several popups this can also take sometime as I need to search 1 by 1.
    As such, is there a shortcut I'm not aware of for navigating popups in a JSPX page, or alternatively could we raise an ER such that the Structure Window or similar shows an easily accessible, clickable list of popups and their ids available in the JSPX page please?
    Cheers,
    CM.

    In addition to editing popups, Visual Editor also provides ways to edit ADF components which are clipped (ie., not fully visible in VE). Select the component which is clipped and select 'Design This Container' from the contextual action menu (small drop down menu on the top-right corner of the component). Visual Editor will show the component (and its hierarchy) in the visual editor.

  • Oracle 10g JDev IDE 9.0.5.2 Null Pointer Exception while debugging

    Hi,
    In windows XP m/c, I am facing following Null Pointer
    Exception while debugging basic Java application through
    10g JDev 9.0.5.2, and it failed in debugging that application...
    May I know, How to get it out of this problem..., am
    suspecting Is it related to any of my windows XP configuration?
    Here's the stack trace shown in the 10g JDev console while
    debugging simple java application..,
    java.lang.NullPointerException
    at javax.swing.border.EmptyBorder.<init>(EmptyBorder.java:54)
    at com.sun.java.swing.plaf.windows.WindowsTableHeaderUI$XPDefaultRendere
    r.getTableCellRendererComponent(WindowsTableHeaderUI.java:63)
    at oracle.jdevimpl.runner.debug.ThreadsPanel$3.getTableCellRendererCompo
    nent(ThreadsPanel.java:306)
    at javax.swing.plaf.basic.BasicTableHeaderUI.getHeaderRenderer(BasicTabl
    eHeaderUI.java:394)
    at javax.swing.plaf.basic.BasicTableHeaderUI.getHeaderHeight(BasicTableH
    eaderUI.java:428)
    at javax.swing.plaf.basic.BasicTableHeaderUI.createHeaderSize(BasicTable
    HeaderUI.java:454)
    at javax.swing.plaf.basic.BasicTableHeaderUI.getPreferredSize(BasicTable
    HeaderUI.java:485)
    at javax.swing.JComponent.getPreferredSize(JComponent.java:1275)
    at oracle.jdevimpl.runner.debug.ThreadsPanel.threadsPanelSettingsChanged
    (ThreadsPanel.java:538)
    at oracle.jdevimpl.runner.debug.ThreadsWindow$AllThreadsPanel.threadsWin
    dowSettingsChanged(ThreadsWindow.java:408)
    at oracle.jdevimpl.runner.debug.ThreadsWindow.threadsWindowSettingsChang
    ed(ThreadsWindow.java:138)
    at oracle.jdevimpl.runner.debug.ThreadsWindow.<init>(ThreadsWindow.java:
    112)
    at oracle.jdevimpl.runner.debug.JDebugger.getThreadsWindow(JDebugger.jav
    a:3048)
    at oracle.jdevimpl.runner.debug.DebuggingProcess.selected(DebuggingProce
    ss.java:565)
    at oracle.ideimpl.runner.RunManager.viewSelectionChanged(RunManager.java
    :467)
    at oracle.ide.addin.AbstractView.fireViewSelectionChanged(AbstractView.j
    ava:484)
    at oracle.ideri.navigator.DefaultNavigatorWindow.fireViewSelectionChange
    d(DefaultNavigatorWindow.java:791)
    at oracle.ideri.navigator.DefaultNavigatorWindow$3.viewSelectionChanged(
    DefaultNavigatorWindow.java:1218)
    at oracle.ide.addin.AbstractView.fireViewSelectionChanged(AbstractView.j
    ava:484)
    at oracle.ideimpl.explorer.BaseTreeExplorer.actionPerformed(BaseTreeExpl
    orer.java:2077)
    at javax.swing.Timer.fireActionPerformed(Timer.java:271)
    at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh

    John,
    You mentioned "I closed the IDE so that the TopLink project would pick up the changes..."
    1. We need to find out why you needed to close the IDE? Was TopLink mapping editor not picking up your changes?
    2. I am sure you did not modified .java outside of Jdev, but in case if you did, let me know.
    3. After removing a superclass attribute, did you save all changes?
    4. We tried various combinations, but were unable to reproduce the project reopen issue that you mentioned was fixed by changing the ClassDescriptor.xml. It would be extremely helpful if you could either send us (anuj dot k dot jain at oracle dot com) a project that can reproduce this issue, or outline the exact steps.

  • Unexpected error in Jdev ide J dev 11.1.1.1.

    When we try to run an application following error occurs...
    Performing action Run[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Fatal exception during compiling of project files
    java.lang.IllegalArgumentException
    o.i.util.PatternFilter.fromStr(PatternFilter.java:48)
    o.i.util.PatternFilters.refreshFilters(PatternFilters.java:40)
    o.i.util.PatternFilters.<init>(PatternFilters.java:27)
    o.i.util.PatternFilters.getInstance(PatternFilters.java:53)
    o.i.model.ContentSet.<init>(ContentSet.java:138)
    o.i.model.ContentSet.<init>(ContentSet.java:121)
    o.i.model.ContentSet.<init>(ContentSet.java:153)
    o.i.model.ContentSet.<init>(ContentSet.java:121)
    o.i.model.ProjectContent.getContentSet(ProjectContent.java:286)
    o.i.model.ProjectContent.getAllContents(ProjectContent.java:307)
    o.ii.index.IndexImpl.<init>(IndexImpl.java:93)
    o.ii.index.IndexManagerImpl.getIndex(IndexManagerImpl.java:49)
    o.j.compiler.Helpers.getUrlsThroughIndexer(Helpers.java:328)
    o.j.compiler.UnifiedBuildSystem$CompileThread.getProjectFileList(UnifiedBuildSystem.java:229)
    o.j.compiler.UnifiedBuildSystem$CompileThread.buildProjectFiles(UnifiedBuildSystem.java:699)
    o.j.compiler.UnifiedBuildSystem$CompileThread.buildProject(UnifiedBuildSystem.java:877)
    o.j.compiler.UnifiedBuildSystem$CompileThread.buildAll(UnifiedBuildSystem.java:945)
    o.j.compiler.UnifiedBuildSystem$CompileThread.run(UnifiedBuildSystem.java:1234)

    this is application specific problem .We have an web application .
    Even we can't delete this application from ide.
    We want romeveand return from backup but it didn't work

  • Oracle Service Bus Proxy Testing with Attached Policy

    Hello,
    When I'm testing a Proxy through the test console (lauch by clicking the bug) I'm seeing Override Values in the Security section. I've created four custom policies and attached two of them to the proxy. One that processes the request and the other the processes the response. The other two policies are attached to a composite on an interface to an external  service. Those policies process the request/response respectively. When I bring up the test console for the OSB Proxy, I'm seeing the two policies that are attached to the composite in the "Security" section as "Override Values". If I don't delete the policies, they are executed. Which causes an error. So I have to delete them to get a clean run.  I'm not sure why they are showing up in the "Override Values". It's definitely annoying that I have to delete them each time before executing the test. Any ideas on what's going on?
    Thanks!
    Steve
    Oracle Service Bus Version: [Oracle Service Bus 11.1 Sun Dec 18 03:49:34 PST 2011 1447174] 
    Oracle Weblogic Server Version: [WebLogic Server 10.3.6.0 Tue Nov 15 08:52:36 PST 2011 1441050 ]

    Hi Wai,
    I think it is not supported with OSB. The doc says -
    46.15 Is single sign-on supported in Oracle Service Bus?
    Strictly speaking single sign-on (SSO) is not applicable to Oracle Service Bus messaging scenarios for several reasons. First, Oracle Service Bus is stateless; there is no notion of a session or conversation among multiple parties. Second, Oracle Service Bus clients are typically other enterprise software applications, not users behind a Web browser. Therefore, it is acceptable to require that these clients send credentials such as username and password on every request, provided that the communication is secured by means such as SSL or WS-Security. However, SSO between the Oracle Service Bus Console and the Oracle WebLogic Server Administration Console is supported. For more information, see "Single Sign-On" in "Security Fundamentals" in Oracle Fusion Middleware Understanding Security for Oracle WebLogic Server.http://download.oracle.com/docs/html/E15866_01/security_faq.htm#i1058723
    http://download.oracle.com/docs/cd/E13159_01/osb/docs10gr3/security/security_faq.html#wp1053670
    Regards,
    Anuj

  • Test for Negative

    Hi All,
    I am trying to create an extra field that will contain a "N" for negative, or "P" for
    Positive. I want to do a decode on the result of the decode already in the sql. Here is the sql:
    select A.fiscal_year &#0124; &#0124; lpad(acct_period,2,0) &#0124; &#0124; lpad(acct_unit,15) &#0124; &#0124; lpad(account,6) &#0124; &#0124; lpad(decode(acct_period,1, db_amount_01+cr_amount_01,
    2,db_amount_02+cr_amount_02,3,db_amount_03+cr_amount_03,4,db_amount_04+cr_amount_04,5,db_amount_05+cr_amount_05,
    6,db_amount_06+cr_amount_06,7,db_amount_07+cr_amount_07,8,db_amount_08+cr_amount_08,9,db_amount_09+cr_amount_09,
    10,db_amount_10+cr_amount_10,11,db_amount_11+cr_amount_11,12,db_amount_12+cr_amount_12), 15,0) from glsystem A,glamounts B
    where A.company=B.company and A.fiscal_year=B.fiscal_year
    and substr(acct_unit,1,1) >='4' and substr(acct_unit,1,1)<='8';
    How do I add another decode to this sql that will test the result of the first decode to determine if it is negative or postive.

    Hi All,
    I changed the sql to the following:
    select A.fiscal_year &#0124; &#0124; lpad(acct_period,2,0) &#0124; &#0124; lpad(acct_unit,15) &#0124; &#0124; lpad(account,6) &#0124; &#0124; lpad(decode(acct_period,1,db_amount_01+cr_amount_01,
    2,decode(sign(db_amount_02+cr_amount_02),1,(db_amount_02+cr_amount_02) &#0124; &#0124; 'P', -1, db_amount_02+cr_amount_02*-1 &#0124; &#0124; 'N'),3,db_amount_03+cr_amount_03,4,db_amount_04+cr_amount_04,5,db_amount_05+cr_amount_05,
    6,db_amount_06+cr_amount_06,7,db_amount_07+cr_amount_07,8,db_amount_08+cr_amount_08,9,db_amount_09+cr_amount_09,
    10,db_amount_10+cr_amount_10,11,db_amount_11+cr_amount_11,12,db_amount_12+cr_amount_12),15,0) from glsystem A,glamounts B
    where A.company=B.company and A.fiscal_year=B.fiscal_year
    and substr(acct_unit,1,1) >='4' and substr(acct_unit,1,1)<='8';
    I added a new decode to test to see if negative, if so multiple by -1 to reverse sign and concat a "N" to indicate negative
    number. The concat does not work, when I remove the concat it works. Any ideas of how
    to concat a "N" to the end of negative numbers, and a "P" to positives?
    Thanks For the Help

  • Proxy Test Failure

    I have specified my proxy settings.
    But when i pressed the button test:
    Oracle sql developer display a dialog box with the following errors :
    No HTTP response received.
    java.net.SocketException: Socket is closed
         at java.net.Socket.getInputStream(Socket.java:768)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.doneConnect(SSLSocketImpl.java:569)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.<init>(SSLSocketImpl.java:481)
         at com.sun.net.ssl.internal.ssl.SSLSocketFactoryImpl.createSocket(SSLSocketFactoryImpl.java:92)
         at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:365)
         at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:166)
         at sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:133)
         at oracle.ide.webbrowser.HttpPing$PingRunnable.run(HttpPing.java:109)
         at oracle.ide.webbrowser.ProxyOptions.doTask(ProxyOptions.java:522)
         at oracle.ide.webbrowser.HttpPing.ping(HttpPing.java:74)
         at oracle.ide.webbrowser.ProxySettingsPanel$5.run(ProxySettingsPanel.java:766)
         at java.lang.Thread.run(Thread.java:619)

    Yes, we have a bug logged on the framework for this.
    Sue

  • ABAP Client Proxy Testing process

    In case of the Abap server proxy by using this report program SPRX_TEST_INBOUND we can test by providing the Generated interface name and method name.
    same like any Testing process is there for ABAP Client Proxy
    please respond me.
    IF possible provide some Mail Path for ABAP Client ans Server Proxy so i can refer.
    I get a one good scenario in  www.****************
    file to ABAPproxy.

    Hi,
    For ABAP cllent proxy you need to develope your own ABAP code.
    Please fidn here with the below link. Here you will get the testing ABAP code also
    /people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy
    Use this kind of coding for abap client proxy
    *& Report  ZBLOG_ABAP_PROXY
    REPORT  zblog_abap_proxy.
    DATA prxy TYPE REF TO zblogco_proxy_interface_ob.
    CREATE OBJECT prxy.
    DATA it TYPE  zblogemp_profile_msg.
    TRY.
        it-emp_profile_msg-emp_name = 'Sravya'.
        it-emp_profile_msg-empno = '80101'.
        it-emp_profile_msg-DEPARTMENT_NAME = 'NetWeaver'.
        CALL METHOD prxy->execute_asynchronous
          EXPORTING
            output = it.
         commit work
      CATCH cx_ai_system_fault .
        DATA fault TYPE REF TO cx_ai_system_fault .
        CREATE OBJECT fault.
        WRITE :/ fault->errortext.
    ENDTRY.
    Thanks
    swarup

  • Proxy Testing in SAPR/3 wo using all systems?

    Hi,
    I have created a proxy and coded it to process my INBOUND IDOC.
    I want to test it now, but I dont have the other participating systems ready.
    So is there a way how I can trigger my proxy from SPROXY transaction itself or any other way how I can test this inbound proxy to see if my code works fine.
    Appreciate your response .
    Thanks and regards
    Rajiv

    Hi,
    I have created a proxy and coded it to process my INBOUND IDOC.
    I want to test it now, but I dont have the other participating systems ready.
    So is there a way how I can trigger my proxy from SPROXY transaction itself or any other way how I can test this inbound proxy to see if my code works fine.
    Appreciate your response .
    Thanks and regards
    Rajiv

Maybe you are looking for

  • Payment proof.

    PAyment was done on 2nd june, but still no funds received on account.  Tried to make a payment proof, but this was so complicated, that i decided to write right here, Does anyone knows how to send it? Or at least support email address. 

  • What of these is even possible?

    If someone wants to be specific on their answers it'd be much appreciated, BUT just yes or no is good too. I want to guide and streamline my research, obviously researching a function you are shooting for in an app can eat up lots of hours. I want so

  • Some doubt regarding oracle 9i lite

    Hai, I am doing R @ D on 9i lite. My scenario is as follows, 1. first i installed oracle 8i 8.1.7 database. 2. using oracle 9i lite 5.0.2 setup, In another machine instllaing mobile server and mobile development kit. 3. how to synchronize the 9i lite

  • How to use cached DISPID Binding in excel vba ?

    Hi All, I trying to call soap service in excel using vba so please provide some syntax or code to consume soap service using Cached DISPID Binding. Also how/where to find the DISPID of soap service or any other component. Your help will be highly app

  • Can a scales-based condition be defined as group condition?

    We have a scales-based condition, applying to certain items. A formula has been created, which basically loops through all items equipped with this condition, calculating the value based on the accumulated quantity of all items up to the one currentl