DADs on WLS 11g (version 10.3.6.0) do not work (Error 404--Not Found)

Actually we use Application Server 10g (version 10.1.2.3.0) for different Forms 10g Applications (roundabout 1000 Forms) and want to change to Forms 11g and Weblogic Server 11g (version 10.3.6.0). A Test-Application on the Weblogic Server works fine, but DAD’s do not work at all.
In Enterprise Manager 10g i can configure DADs within the GUI of the Enterprise Manager, where i can see, if a connection could be established or not.
In Enterprise Manager 11g Fusion Middleware Control this doesn't seem to exist anymore, so i tried to configure the DADs manually, but something has to be wrong or missing, because there is no connection to the database and the following error appears:
Error 404--Not Found
From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
10.4.5 404 Not Found
The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
I added several DAD’s to /opt/oracle/product/Middleware/asinst_1/config/OHS/ohs1/mod_plsql/dads.conf like this:
<Location /pls/jd-download-dev>
SetHandler pls_handler
Order allow,deny
Allow from All
AllowOverride None
PlsqlDatabaseUsername w_web_user_download
PlsqlDatabasePassword @BWKChfgPacV6yQL40lIKZqXUUA9wC4cmAw==
PlsqlDatabaseConnectString jddev TNSFormat
PlsqlNLSLanguage German_Germany.WE8ISO8859P1
PlsqlAuthenticationMode Basic
PlsqlDefaultPage w_anwendung.p_web_show_document
PlsqlAlwaysDescribeProcedure Off
PlsqlErrorStyle DebugStyle
</Location>
The passwords were obfuscated with dadTool.pl and the http-Server restarted with /opt/oracle/product/Middleware/asinst_1/bin/opmnctl restartproc process-type=OHS
The files /opt/oracle/product/Middleware/asinst_1/config/OHS/ohs1/mod_plsql.cache.conf and /opt/oracle/product/Middleware/asinst_1/config/OHS/ohs1/moduleconf.plsql.conf were left unchanged.
Our Test-Application generates the following link
'http://172.106.2.7:9001/pls/jddevdev/B_ARCHIVE.P_ARCHIVE_VIEW?docfid=200'
that seems to be ok, because when i replace IP and port with our old IAS it works fine, but the WebLogic Server generates the above mentioned error.
To get some more information i searched an error_log in /opt/oracle/product/Middleware/asinst_1/diagnostics/logs/OHS/ohs1 but there isn’t any.
I used the following Documentation for configuring the DADs which is for HTTP Server 11g Release 1 (version 11.1.1), because I could not find one for version 10.3.6.0:
http://docs.oracle.com/cd/E23943_01/web.1111/e10144/under_mods.htm#i1055269
So probably there are differences between configuring version 10.3.6.0 and version 11.1.1 and so something is wrong configured or missing...
Thank you in advance for your help
Udo

Hi Raj,
it is a Sparc Solaris 10
and yes that's my enviorment.
After some more tests it's seems it's not a real bug but no realy nice working solution.
Eclipse uses for all instances the same secure storage, where OEPE also saves the password.
And if I look right the pasword was saved without the user context, so if you use an other user he takes the same password from the old user.
and I doesn't know how do OEPE check the connection in reality or only reply the last failed login message.
After deleting the complete secure storage and test it again with the juno version it works well.

Similar Messages

  • Error 404 -- NOT FOUND when running a form in form 11g

    Hi All,
    I got this problem when I run the forms using internet explorer.
    I work on Forms 11g which uses weblogic 10.3 for web deployment of the forms.
    Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found
    The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
    If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
    Can any one tell me where it went wrong.
    Thanks

    Let's start by clearing up some confusion.
    PORTS
    In version 11.1.1.x here are how the common ports are defined by default:
    1. HTTP Server - 8888
    2. WLS_FORMS - 9001
    3. WLS_REPORTS - 9002
    4. WLS Admin Server - 7001
    So, if you understand how ports work in general, you should see that there are two ways to run a form. You can either go through HTTP Server or call WLS_FORMS directly. This means that both of the following would work, although one would be a direct path and the other would route the request through the HTTP Server:
    <li>http://ie1fdtfc5zl1s:9001/forms/frmservlet?config=frmdemo
    <li>http://ie1fdtfc5zl1s:8888/forms/frmservlet?config=frmdemo
    Port 7001, will always be the Admin Server port by default for the Classic domain. By default, the only thing you can do from here is access EM or WLS Console.
    As for the tns issue, by default, both the Builder and runtime will expect to find tnsnames.ora in the Instance Home \config so be sure you are adding the correct entries to the correct file.
    You can hard code a path to the file which you prefer be used by setting TNS_ADMIN in default.env (e.g. TNS_ADMIN=C:\Oracle\mytnsdirectory). This will apply only to running forms and not the Builder.
    Also, here is something which often is confusing to many people.... just because you launched your form from the Builder does not mean that the running form has anything to do with the Builder at that point. In other words, when you click on the RunForm button in the builder all you are doing is passing a url to a browser. The browser and the form are not using any of the Builder's settings except those which may have been passed in the URL (e.g. username/password). ALL running forms are considered "runtime". This means all of the environment configuration information for a running form will need to be set in default.env. The Builder, on the other hand will rely on the System variable, Windows Registry (or shell if on Unix).

  • Error 404--Not Found - while running report in 11g

    Dear All ,
    I have my oracle application in 10g R1. Now we are migarting that to 11g .
    There is a temporary directory where we are generating report output (PDF)
    we are using an alias name web_reps for this folder .
    Given the AliasMatch in forms.conf and in registry given the alias name for FORMS_MAPPING .
    It was working with 10g . Tried the same in 11g so that report is generating in the folder (PDF)
    but while openeing the file using web.showdocument () using the alias name it is giving the below error .
    Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found
    The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
    If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
    If any body know this issue pls help .
    Thanks
    Jyo

    Are you using apache in front of your weblogics, or just plain weblogic? Also please post the full version of your 11g installation (11.1.1.x or 11.1.2.x). If you are using no apache and the 11.1.1.x version for development (without apache) the forms servlet and the reports servlet are deployed on different weblogic instances running on a different port; meaning forms is available under e.g.
    http://ias:9001/forms/frmservlet
    whereas reports is available under
    http://ias:9002/reports/rwservlet
    but when running reports via web.show_document it assumes both are running on the same port. Also make sure your weblogic instances are up and running. So either you use apache for production (in 11.1.1.x or 11.1.2.x) or you go for 11.1.2 in development where the forms and the reports servlets are deployed on the very same port. As far as I am concerned I'd go for 11.1.2 as the production environment is nothing different from 11.1.1 and the development environment is a hell of a lot easier to install.
    cheers

  • Error 404 not found for PAPIWS Console deployed in WLS

    Hi, All,
    I created 07-papiws-wls103-XAFDIDS.ear in OBPM 10.3.1 Admin Center, and deploy it to WLS 10.3 successfully.
    The problem is when I try to access PAPIWS console by http://192.168.48.1:8901/papiws/PapiWebService, Error 404 not found reported.
    Any ideas? Thanks in advanced.
    Best Regards,
    Bill

    Let's start by clearing up some confusion.
    PORTS
    In version 11.1.1.x here are how the common ports are defined by default:
    1. HTTP Server - 8888
    2. WLS_FORMS - 9001
    3. WLS_REPORTS - 9002
    4. WLS Admin Server - 7001
    So, if you understand how ports work in general, you should see that there are two ways to run a form. You can either go through HTTP Server or call WLS_FORMS directly. This means that both of the following would work, although one would be a direct path and the other would route the request through the HTTP Server:
    <li>http://ie1fdtfc5zl1s:9001/forms/frmservlet?config=frmdemo
    <li>http://ie1fdtfc5zl1s:8888/forms/frmservlet?config=frmdemo
    Port 7001, will always be the Admin Server port by default for the Classic domain. By default, the only thing you can do from here is access EM or WLS Console.
    As for the tns issue, by default, both the Builder and runtime will expect to find tnsnames.ora in the Instance Home \config so be sure you are adding the correct entries to the correct file.
    You can hard code a path to the file which you prefer be used by setting TNS_ADMIN in default.env (e.g. TNS_ADMIN=C:\Oracle\mytnsdirectory). This will apply only to running forms and not the Builder.
    Also, here is something which often is confusing to many people.... just because you launched your form from the Builder does not mean that the running form has anything to do with the Builder at that point. In other words, when you click on the RunForm button in the builder all you are doing is passing a url to a browser. The browser and the form are not using any of the Builder's settings except those which may have been passed in the URL (e.g. username/password). ALL running forms are considered "runtime". This means all of the environment configuration information for a running form will need to be set in default.env. The Builder, on the other hand will rely on the System variable, Windows Registry (or shell if on Unix).

  • My home button not working...not becauze the version,it's like broken, how can i fix it?i'vs just buy it 4 months ago

    My home butyon is not working...not becauze the version,it's like broken, how can i fix it ? I just bought it 4 months ago.
    Thanks

    i have that same issue, i recently had my ipod sent off to apple and they sent me a refurbished ipod, all was great till i discovered that my home button was not very responsive like it should be. If you have any luck finding out how to fix this problem will you please pass on the information. And i will do the same as to how to fix the issue and passing along the information
    Thanks
    Thomas

  • I have iPhone 3G with ios 4 but now i update new version and my phone is not working.it is not activating..when i tried it says please insert sim and try again..any one plez hepl.

    i have iPhone 3G with ios 4 but now i update new version and my phone is not working.it is not activating..when i tried it says please insert sim and try again..any one plez help

    Try this article if you haven't already
    This is the only possibility that came to my mind when reading about your issue:
    "If an iPhone, iPad, or iPod touch is not recognized in iTunes on Windows, the Apple Mobile Device Service (AMDS) may need to be restarted"

  • EPMA not working: Requested service not found error , version 11.1.2.2

    Hi All,
    I am facing problem as my EPMA (version 11.1.2.2) connection is not working and it is showing the following error after giving the user credentials
    Code: com.hyperion.awb.web.common.DimensionServiceException
    Description: An error occurred processing the result from the server.
    The connection was working fine till last Friday and I had to restart all the services followed by a network slowness. After that I could not make EPMA working. I have tried the following steps so far (as recommended on similar issues)
    1. Increased the DimensionServer startup time to 1800 in BPMA_Server_Config.xml
    2. Restarted EPMA server and services.
    Please note that I have the environment where EPMA is on Windows server and Essbase is in Linux server. Hyperion planning and Essbase connection is working fine. I am using Oracle 11g for EPMA relational database.
    Would appreciate your help to resolve the issue.

    Hi John,
    Thanks so much for your response.
    I checked the event viewer and found some Oracle connection error.
    [EPMA Server Startup] FATAL An error occurred during initialization of the Dimension Server Engine: ORA-03114: not connected to ORACLE.Oracle.DataAccess.Client.OracleException ORA-03114: not connected to ORACLE at Oracle.DataAccess.Client.OracleException.HandleErrorHelper(Int32 errCode, OracleConnection conn, IntPtr opsErrCtx, OpoSqlValCtx* pOpoSqlValCtx, Object src, String procedure, Boolean bCheck) at Oracle.DataAccess.Client.OracleTransaction.Commit() at Hyperion.DataAccessLayerCore.DatabaseContext.Commit() at Hyperion.DataAccessLayerCore.DALDatasetCommand.Dispose(Boolean disposing) at Hyperion.DataAccessLayerCore.DALRowset`1.Dispose(Boolean Disposing) at Hyperion.DataAccessLayerCore.CommandWrapper.Dispose() at Hyperion.DataAccessLayerCore.SchemaCommand`1.Dispose(Boolean disposing) at Hyperion.DataAccessLayerCore.SchemaCommand`1.Dispose() at Hyperion.DataAccessLayerCore.GenericDAO.Select[T](Action`1 callback, SetParamsEvent`1 onSetParams) at Hyperion.DimensionServer.DAO.DimensionPropertyManagerDAO.LoadDimensionMemberMemoProperties(Int32 libraryID, Int32 dimensionID, Action`1 action) at Hyperion.DimensionServer.PropertyManager.LoadDimension(Dimension dimension) at Hyperion.DimensionServer.PropertyManager.LoadProperties() at Hyperion.DimensionServer.Library.Load() at Hyperion.DimensionServer.Global.Initialize(ISessionManager sessionMgr, Guid systemSessionID, String sqlConnectionString)
    [EPMA Server Startup] ERROR SVR_ERR_PROCESSMGR_CANT_INIT_SESSIONMGR:Cannot initialize the Session Manager.Hyperion.DimensionServer.Interface.Exceptions.EPMAServiceException: Cannot initialize the Session Manager. ---> Oracle.DataAccess.Client.OracleException Connection request timed out at Oracle.DataAccess.Client.OracleException.HandleErrorHelper(Int32 errCode, OracleConnection conn, IntPtr opsErrCtx, OpoSqlValCtx* pOpoSqlValCtx, Object src, String procedure, Boolean bCheck) at Oracle.DataAccess.Client.OracleException.HandleError(Int32 errCode, OracleConnection conn, IntPtr opsErrCtx, Object src) at Oracle.DataAccess.Client.OracleConnection.Open() at Hyperion.DataAccessLayerCore.DatabaseContext..ctor(DataAccessLayer dataAccessLayer) at Hyperion.DataAccessLayerCore.DataAccessLayer..ctor(NameValueCollection settings, String tablePrefix, String baseNamespace, String schemaVersion, Boolean onlyLoadKnownTables) at Hyperion.DataAccessLayerCore.DataAccessLayer..ctor(NameValueCollection settings, String tablePrefix, String baseNamespace, String schemaVersion) at Hyperion.SessionManager.DAO.SessionManagerDataAccessLayer..ctor(NameValueCollection settings) at Hyperion.DimensionServer.SessionManager.SessionStoreRdbms.Initialize(String rdbmsVendor, String rdbmsConnParams, Int32 rdbmsCommandTimeout, Boolean logAllSQL) at Hyperion.DimensionServer.SessionManager.SessionManager.Initialize(String configFileName, Boolean restorePastInstanceSessions, Boolean enableCaching) --- End of inner exception stack trace --- at Hyperion.DimensionServer.Service.Main.InitializeSessionManager() at Hyperion.DimensionServer.Service.Main.Start()
    I am working on different recommendations for this type of error and update if I find any solution. Any help in this regard will speed up the process.
    Thanks again for the guidance.

  • Version Cue CS3 not working. Photoshop not opening.

    Hello,
    I have just installed Adobe Creative Suite 3 Design Standard on my new MacBook Pro. I have activated it. However when i start Version Cue CS3 and check for updates i get the message "No Internet connection. Please check your Internet settings and /or firewall. Waiting for connection...". I have turned off my firewall and the antivirus program and I still cannot get it to work.
    I also cannot start Photoshop CS3. When I open the application a blank window titled "Adobe Design Suit Standard CS3" appears as well as Photoshop toolbars which I cannot select. All the options on the toolbar is greyed out and I cannot select any of them. I have to force quit the application.
    What am I doing wrong?
    Any help is much appreciated.
    Thank you.

    This forum is for Premiere Pro... you might ask in forums for those products
    If you go to the Forums Index http://forums.adobe.com/index.jspa
    You will be able to select a forum for the Adobe product(s) you use
    When you find a correct forum, below is the KIND of information you need to provide
    -PPro Information FAQ http://forums.adobe.com/message/4200840
    -Premiere Elements FAQ http://forums.adobe.com/thread/1042180

  • Middle Click suddenly stopped working. I have tried installing older versions , but that does not work. Please note I do not have any addons installed.

    It just happened suddenly may be after updating to ff 7.
    I have tried Safe Mode.
    I have tried installing older version of FF.
    I never had Grease Monkey or Tab mix plus.

    What type of mouse? Or is that a laptop touchpad issue?<br />
    Does it use the Windows mouse driver, or did you install a mouse driver program? <br />''If it is more than a 2-button mouse with a scroll wheel, it probably needed to have its' own software installed.''

  • Adobe pdf plug in for firefox, 10.1.4 version, does not work but can not update to new version, why?

    Adobe pdf plug in does not work, when I tried to update following message appeared, "Adobe Reader 9.5.1 and lower has been blocked for your protection", how to solve this problem?

    Could you review/adjust your preference for which program opens PDFs? I'm not sure how that drop-list behaves when there are multiple Adobe plugins. You might need to physically remove an old plugin file or two to make sure Firefox is not trying to use the old one.
    * [[Use the Adobe Reader plugin to view or download PDF files]] <br>
    ''Edit: actually this article describe how to use the Options dialog Applications section to review/change the setting: [[How to disable the built-in PDF viewer and use another viewer]]''.
    * C:\Program Files (x86)\Mozilla Firefox\Plugins (only one want nppdf32.dll here)
    * In regedit.exe, check the following key for the source of obsolete plugins: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\MozillaPlugins
    Both the file that stores download handling preferences, and the file which registers plugins, can be renamed and Firefox will regenerate them, so those remains options for further actions as well.

  • Steve Muenchs "Dynamic JDBC" on WLS 11g (10.3.1)?

    Hi,
    I try to run Steves Example "11g Dynamic JDBC Credentials for Model 1, Struts, Trinidad, and ADF Faces Rich Client" on Standalone WLS 11g (10.3.1) but it doesn't works... on integrated WLS it runs without problems. The WLS-Log shows:
    Modul:     oracle.adf.mbean.share.config.ADFConfigLifeCycleCallBack
    Message:     Failed to create config mbean.
    details: java.lang.Exception: oracle.mds.core.MetadataNotFoundException: MDS-00013: No Metadate for Metaobject "/META-INF/adf-config.xml" found.
    Does somebody have the example to run brought? Or if new settings are necessary for the example on WLS 11g?
    Kind regards
    Martin

    Hi,
    since Steve's solution has nothing to do with the adf-config, I suggest you create a simple testcase that reproduces the problem. It appears as if the ADF binding is not set up properly
    Frank

  • Parameter is not working in HTTP( XML FEED) dataset in bi publisher 11g

    Hi,
    I have used parameter in BI Publisher 10g for HTTP(XML Feed) dataset to have dynamic url which worked by using ${p_url} where p_url is the parameter.
    The same procedure when I use in BI Publisher 11g is not working.It does not consider the parameter ${p_url} and throws the following exception
    *oracle.xdo.dataengine.datasource.plugin.DataAccessException: java.lang.Exception: java.net.MalformedURLException: no protocol: ${p_url}*
    Has anyone faced this issue?
    Please let me know if am doing something incorrect here.
    Thanks &Regards,
    Balaji

    Thanks for your reply.
    In BI Publisher 10 g we are using it this way ${p_url}.
    p_url is the parameter which gives us the entire URL for the XML feed.
    e.g. p_url=http://rss.news.yahoo.com/rss/topstories
    The p_url takes the entire url.
    Please let me know if this can be done the same way in 11g.
    Thanks,
    Balaji

  • 3D not working in Photoshop CC trial version.

    I am using the trial version of Adobe Cloud before I subscribe to it. I noticed that the 3D menu is greyed out in Photoshop CC so it seems like it's not working. Also not seeing the "Marching Ants" when making a selection. The selection is there but the ants are not moving. I'm also getting a warning message when I open photoshop here is the screenshot: Any help would be great, thanks!

    Barely. And not for 3D editing. I wouldn't hope to do 3D editing in it.
    More information here:
    http://helpx.adobe.com/x-productkb/policy-pricing/system-requirements-photoshop.html
    http://helpx.adobe.com/photoshop/kb/photoshop-cs6-gpu-faq.html

  • Automated Composite build/test not work with non-default version

    Hello,
    I have a BPEL composite and I am trying to setup maven and soapUI to build, deploy, test, and upon successful test, set it as the default version. The difficulty I am having is testing the composite before it becomes the default version. I am able to hit the endpoint using the full URL with the randomly generated ID in it using soapUI (see below), but not by using the shortened URL.
    Full URL: http://soabpm-vm:8001/soa-infra/services/default/Project1!0.0.12-SNAPSHOT*soa_13954572-b91f-480d-88d2-037e92083d72/bpelprocess1_client_ep
    Shortened URL: http://soabpm-vm:8001/soa-infra/services/default/Project1!0.0.12-SNAPSHOT/bpelprocess1_client_ep
    I tried hitting the shortened URL outside of the maven build, just using soapUI, and the response is empty. However, if I then mark this new version as default (through EM), and then mark a previous version as default (let's say 0.0.11), then the shortened URL for 0.0.12 can be successfully hit.
    It seems to me then that before the shortened URL above can be used, that specific version must have been set as the default version at some point. This would make an automated maven/soapUI test of new version (but not default) quite difficult, as it would have to somehow retrieve the full URL.
    Is this a bug or can it be fixed with a config setting change?
    Here are the steps in the process, maven build (using the Oracle provided ant sca files):
    1. Compile
    2. Package
    3. Deploy, not as default
    4. Test the new version (using soapUI plugin)
    5. If successful tests, mark new version as default
    The problem is with step 4, can't determine what the full URL is and the shortened URL does not work.
    Thanks
    Ben

    I found a similar issue in Oracle's support site, Patch 13774839 (based on bug 13569816). I will try that out and post the results here.

  • Yahoo mail not working in Firefox(latest version); IS working IE. Started today June 5

    Firefox 29.0.1
    Yahoo Mail classic have switched/tried all avail versions
    June 5 after 12 noon PDT the SEND button does not work; Meaning can not reply, forward, or compose any emails;
    I went to IE and have no problems. Logged in ; tried compose and send worked; tried forwrad and SEND button worked. I hate IE prefer Firefox but it is MANDATORY I can send emails.. (overrides preferences)
    Laptop computer, Windows XP,

    Unless Yahoo changed something, which certainly is possible, the suggested approach is the usual:
    When you have a problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.
    (1) Bypass Firefox's Cache
    Use Ctrl+Shift+r to reload the page fresh from the server.
    Alternately, you also can clear Firefox's cache completely using:
    "3-bar" menu button (or Tools menu) > Options > Advanced
    On the Network mini-tab > Cached Web Content : "Clear Now"
    If you have a large hard drive, this might take a few minutes.
    (2) Remove your Yahoo cookies (save any pending work first). While viewing a page on the site:
    * right-click and choose View Page Info > Security > "View Cookies"
    * Alt+t (open the classic Tools menu) > Page Info > Security > "View Cookies"
    In the dialog that opens, you can remove your Yahoo cookies without affecting other sites.
    Then try reloading the page and logging back in. Any improvement?
    To rule out extensions as a possible culprit, could you try the site in Firefox's Safe Mode? That's a standard diagnostic tool to bypass interference by extensions (and some custom settings). More info: [[Troubleshoot Firefox issues using Safe Mode]].
    You can restart Firefox in Safe Mode using either
    * "3-bar" menu button > "?" button > Restart with Add-ons Disabled
    * Help menu > Restart with Add-ons Disabled
    ''Flash and other plugins still run in Safe Mode''
    After Firefox closes, a small dialog should display. Click "Start in Safe Mode" (''not'' Reset)
    Any difference?
    Some users have reported that older bookmarks or home pages do not redirect to the latest Yahoo server correctly. As a workaround, try accessing mail through the home page (www.yahoo.com or att.yahoo.com or whichever one it happens to be).

Maybe you are looking for