Internal server error - share files - virtual SRA

Hello

for some unknown reason, the sharing of bookmarks file has stopped working. We had running the firmware 8.1.0.2 for awhile and upgraded to 8.1.0.3. But 8.1.0.2 nor 8.1.0.3 works right now. Any changes to the firewall, no packets ignored, etc.

I tried to establish a sharing of files to a Windows 2008 R2 server and a Synology NAS without success.

The newspaper reported two messages:

-File sharing network - disabled or restricted access
- and just the number 16

We had a similar problem in the past (ranging from 7.5 to 8.0) and it was related to the format of server name, we currently have //192.168.x.y/public/ but I tried with backslashes so. Whatever happens, the window of HTML5 just shows "internal server error" file sharing Even without authentication appears.

Before I open a ticket, I thought to ask my fellow forum members if someone was struggling on this subject as well.

-UPDATE-

I did a bunch of capture between SRA and NAS and the SRA is getting the list of all directories on the requested file sharing, but not showing them, instead showing internal server error.

Thanks in advance.

-Michael

Hello

I opened a ticket may 20 and got a response speed of light minutes later. The support team gave me a 8.1.0.3 different build (8.1.0.3 - 15sv) which solved my problem. Was not able to install it as soon as possible.

My SR # 3464183 if you need a copy of this version.

-Michael

Tags: Dell Tech

Similar Questions

  • dynamically related files cannot be resolved due to an internal server error

    Hey there, I just worked through a Lynda.com tutorial on creating a Wordpress template in Dreamweaver, and I did everything to the T step by step.  I have set up a local server (mamp) before, but I've also followed this tutorial first to make sure that I was doing that well too. I followed the tutorial template Wordpress all the way until it was time to work on the CSS file.  When I went to 'discover the dynamically linked files' it gives me the error message: "linked files dynamically cannot be resolved due to an internal server error."  For the life of me I can't understand what is wrong for what I can fix it.  Without all the associated all files work that I just have to configure php files of header, footer, index, etc. is pretty useless.  How to understand what is the "internal server error" and fix it?  Help, please!

    Certainly, you should be able to view WordPress in Live View mode.

    I'm not creating this course, but I'm an author of lynda.com. If you are having problems with a course on lynda.com, go to contact us at the bottom of the page on the lynda.com website and select Customer Service & technical support in the menu drop-down of Department. It is best to do it from the course, with problems, preferably from the video where you encountered the problem. When you do so, the contact form is filled in automatically with details that will identify the course and where the problem arose. Fill in a brief description of the problem and it zap out of lynda.com.

    If lynda.com tech support people cannot meet this request themselves, they will transfer it to the author. You should normally get an answer within 48 hours, unless the author is not reachable for any reason any. Both the query is directly related to something demonstrated during operations, lynda.com provides technical support to all courses for the first two years after the publication, sometimes longer.

  • Citing the Oracle EBS SOA, Webservice, Got ' 500 Internal Server Error"

    Hope someone know solution to our problem, thanks in advance.

    Version: Oracle eBusiness Suite R12.1.3

    We have a webservice SOA custom in Oracle EBS, test this webservice with SoapUI.

    Found a strange problem,

    If the number of records to return isn't too many (3000 eg.less), then Web service may return records with success;

    But if the number of records to return is too many (eg.more than 6000 records), then Web service returns a "500 Internal Server Error".

    = Detailed beginning of Msg error =.

    <! DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0 / / BY" > ".
    < HTML > < HEAD >
    Server error internal 500 < TITLE > < /title >
    < / HEAD > < BODY >
    Internal error in the server < H1 > < / H1 >
    The server encountered an internal error or
    a misconfiguration and was unable to complete
    your query. < P >
    Please contact the server administrator,
    [email protected] and inform them of the time the error occurred,
    and anything you might have done that may have
    caused the error. < P >
    More information about this error may be available
    in the server error log. < P >
    < BODY / > < / HTML >

    = Detailed error Msg end =.

    Thanks Hussein, I understand the problem, to share my solution here

    ---------------------------------

    Cause

    The problem is due to a requested webservice SOAP is too large, then cause the timeout of the Apache HTTP server.

    Solution

    Increase the timeout setting in the ($INST_TOP/ora/10.1.3/Apache/Apache/conf/httpd.conf) Apache config file

    Then restart the HTTP server, check again the issue.

    Thank you

    Paul

  • Browserfield generates the internal server error

    Hello

    I've implemented an example usage of the guide on this link and its working quite right, but then I saw something. If I click on a link within the browserfield to a non html resource, say mp3 for example http://site.com/file.mp3 or the server redirects or a survey non - response to the browserfield html, I get an internal server error.

    I tried the same in the native browser and everything works fine.

    So I think, it is possible to intercept a request when the user clicks on a link and open the native browser instead when a particular url scheme is detected?

    In addition, im having trouble changing the user-agent the browserfield, here is what Ive wrote

    ===========

    BrowserFieldConfig config = new BrowserFieldConfig();
    config.setProperty (BrowserFieldConfig.VIEWPORT_WIDTH, New Integer (Display.getWidth ()));
    config.setProperty (BrowserFieldConfig.INITIAL_SCALE, new Float (1.0));
    config.setProperty (BrowserFieldConfig.USER_SCALABLE, Boolean.FALSE);
    config.setProperty (BrowserFieldConfig.ENABLE_COOKIES, Boolean.TRUE);
    config.setProperty (BrowserFieldConfig.JAVASCRIPT_ENABLED, Boolean.TRUE);
    config.setProperty (BrowserFieldConfig.NAVIGATION_MODE, BrowserFieldConfig.NAVIGATION_MODE_POINTER);
    config.setProperty (BrowserFieldConfig.USER_AGENT, "MyCustomUAString");

    BrowserField browserField = new BrowserField (config);

    ==============

    Also, I would also like to be able to hide the Progress bar when the browserfield does not load any page, so that it shows only when it is needed (IE when a link is clicked)

    Thank you

    A code example.  If you can't understand what it is supposed to do, please ask. Put shaped went squiffy, sorry about that.

    BTW, I really struggle to test BrowserField treatment on simulators, they seem flaky and sometimes I can't debug.  The one I usually use is actually a 5.0 OS simulator 9300.

    / public final class BrowserFieldScreen extends screen

    implements BrowserFieldConnectionManager {}

    Private BrowserField _bf2;

    Private BrowserFieldConnectionManager standardBFConnectionManager;

    public BrowserFieldScreen() {}

    Super();

    _bf2 = new BrowserField();

    This.Add (_bf2);

    our ConnectinManager hook

    standardBFConnectionManager = _bf2.getConnectionManager ();

    BrowserFieldConfig bfconfig = _bf2.getConfig ();

    bfconfig.setProperty (BrowserFieldConfig.CONNECTION_MANAGER, this);

    _bf2.requestContent ("http://www.google.co.uk");

    }

    Implementation of the BrowserFieldConnectionManager

    public InputConnection makeRequest (application BrowserFieldRequest) {}

    String requestURL = request.getURL ();

    System.out.println ("request:" + requestURL);

    Boolean toBrowser = false;

    If {(requestURL.endsWith ("mp3"))

    toBrowser = true;

    }

    If (requestURL.indexOf ("bbc.co.uk") > 0) {}

    toBrowser = true;

    }

    If {(toBrowser)

    Private browserSess = Browser.getDefaultSession ();

    If (! requestURL.startsWith ("http")) {}

    requestURL = "http://" + requestURL;

    }

    browserSess.displayPage (requestURL);

    String codehtmla =

    "" +

    "


    View in browser

    " +

    "";

    return new BrowserFieldResponse (requestURL, htmlToDisplay.getBytes (), HttpProtocolConstants.CONTENT_TYPE_TEXT_HTML);

    }

    try {}

    Return standardBFConnectionManager.makeRequest (request);

    } catch (Exception e) {}

    System.out.println ("Exception:" + try ());

    }

    String codehtmla =

    "" +

    "


    Exception

    " +

    "";

    return new BrowserFieldResponse (requestURL, htmlToDisplay.getBytes (), HttpProtocolConstants.CONTENT_TYPE_TEXT_HTML);

    }

    BackMenuItem MenuItem = new MenuItem ("Back", 110, 10) {}

    public void run() {}

    _bf2. Back();

    }

    };

    ForwardMenuItem MenuItem = new MenuItem {("Forward", 110, 10)

    public void run() {}

    _bf2. Forward();

    }

    };

    protected void makeMenu (menu Menu, for example int) {}

    If (_bf2.getHistory () .canGoBack ()) {}

    menu. Add (backMenuItem);

    menu.setDefault (backMenuItem);

    }

    If (_bf2.getHistory () .canGoForward ()) {}

    menu. Add (forwardMenuItem);

    menu.setDefault (forwardMenuItem);

    }

    }

    }

  • 500 internal Server Error

    Dear all,

    When I try to run my OAF page, I get the error. Could you please suggest what's wrong with my program. The page is running before but suddenly it happens.

    500 internal Server Error

    java.lang.NoClassDefFoundError: Could not initialize class oracle.apps.fnd.common.WebAppsContext
         at oracle.apps.fnd.framework.server.OAUtility.getWebAppsContext(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAServerDelegate.getWebAppsContext(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAJSPHelper.handleErrorStackDisplay(Unknown Source)
         at _OAErrorPage._jspService(_OAErrorPage.java:127)
         [/OAErrorPage.jsp]
         at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.5.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:473)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:734)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:280)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:68)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:214)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:219)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.EvermindPageContext.handlePageThrowable(EvermindPageContext.java:871)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.EvermindPageContext.handlePageException(EvermindPageContext.java:816)
         at _runregion._jspService(_runregion.java:193)
         [/runregion.jsp]
         at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.5.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:473)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:734)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:908)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:226)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:127)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:116)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
         at java.lang.Thread.run(Thread.java:662)

    Concerning

    Rajat

    Problem solved. I was using an old DBC file. Successor and demand is on the rise.

    Concerning

    Rajat

  • EBS 12.1.3 - 500 Internal Server Error - after using FNDCPASS to change the SYSADMIN password

    Hello guys,.

    We run ebs 12.1.3 on OEL6. At the opening session today, I was invited to display the system administrator password. I ended up using FNDCPASS for successful change:

    FNDCPASS apps/apps 0 Y USER SYSADMIN of system/xxxxx xxxxx

    Since then I could not connect in the applications with its URL - I get

    '500 internal Server Error' Servlet error: an exception occurred. Current application deployment descriptors do not allow for the inclusion in this response. For more details, please see the application log.

    The Apache logs have a few errors:

    CD $LOG_HOME/ora/10.1.3/Apache
    error_log.1406246400 more
    [Fri 25 Jul 06:18:18 2014] [error] [client 10.1.101.81] [ecid: 0, 1406283498:10.1.100.43:32121:0:390] file does not exist: / u02/app
    lfind/inst/apps/OFD1_ofindev01/portal/favicon.ico
    [Fri 25 Jul 06:18:19 2014] [error] [client 10.1.101.81] [ecid: 1406283499:10.1.100.43:4002:0:505, 0] mod_oc4j: could not find a failover process oc4j for destination session request: application://oacore (no island or a group).
    [Fri 25 Jul 06:18:20 2014] [error] [client 10.1.101.81] [ecid: 1406283500:10.1.100.43:4005:0:476, 0] mod_oc4j: could not find a failover process oc4j for destination session request: application://oacore (no island or a group).
    [Fri 25 Jul 06:23:21 2014] [Warning] oc4j_socket_recvfull [client 10.1.101.81] expired
    [Fri 25 Jul 06:23:21 2014] [Warning] oc4j_socket_recvfull [client 10.1.101.81] expired
    [Fri 25 Jul 06:23:21 2014] [error] [client 10.1.101.81] [ecid: 1406283500:10.1.100.43:4005:0:476, 0] mod_oc4j: application to the OC4J ofind

    J’ai " $FND_TOP/patch/115/bin/ojspCompile.pl perl - compile - hunting Pei 2 "and run cmclean.sql but the problem persists."

    What Miss me?

    Thank you

    Mathias

    Mathias,

    Here is the command on the right:

    FNDCPASS apps / 0 system / fnd ORACLE FND

    This is mentioned in (Doc ID 437260.1) mentioned above.

    Thank you

    Hussein

  • start the workflow in webviews - XMLHttpTransport error: 500 Internal Server Error trying to contact vCenter

    Hey all,.

    I use the latest version of vCO (5.5.2.1951762)

    I have a deployment workflow that works well at the start of the customer of vCO with vSphere Web Client.

    When I try to run the same workflow of a webview (on order as well as the default weboperator), I get the following error message as soon as I try to enlarge the vCenter in the tree to select an object for an attribute:

    : Error XMLHttpTransport: 500 Internal Server Error(type: error) "err".


    I also tried some other workflows, which generate drop down menus for the selection of the model with a set of predefined objects VC:VirtualMachine. As soon as I start the workflow, I get the same error.

    It doesn't matter whether the workflow runs as dialogue or not.



    So basically vCO doesn't seem to be able to browse the inventory of server vCenter or something.

    Tried to run the workflow with normal users as well as users who belong to the group admin vCO.

    Attached /var/log/vmware/vco/app-server/server.log log file.

    Any idea?

    Concerning

    Tim

    Here is the link to mentioned ko:KB VMware: fixing related errors in vCenter Orchestrator 5.5.2 SDKTypeConvertor_server

  • New OA framework, getting 500 Internal Server Error

    OFA dear gurus,.

    I am new to the development of the framework of OA, I developed the first page that follows https://blogs.oracle.com/prajkumar/entry/oaf_hello_world_tutorial.

    But when I run the page got the error

    500 internal Server Error

    oracle.apps.fnd.common.AppsException: oracle.apps.fnd.common.PoolException: Exception creating new Poolable object.
         at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1509)

    ....

    Please help me in this regard.

    QZ

    You must use the dbc file under $FND_SECURE.

    The APPL_SERVER_ID in the dbc file must match the server_id in the FND_NODES table.

    In Jdev, under Tools-> project properties-> Oracle Applications-> DURATION of connections,

    Please see the dbc file you downloaded.

    You should have a valid USERNAME, PASSWORD and APPLICATION SHORTNAME and RESPONSIBILITY_KEY.

    For example, SYSADMIN/SYSADMIN and SYSADMIN and SYSTEM_ADMINISTRATOR.

  • Frequent "500 Internal Server Error" on apexlistener 2.0 "

    Hello

    I hope someone can help me. We have an OracleXE 11 g DB with apex 4.2 and listener apex 2.0 with reverse apache proxy installation. And Apex4.2 database is running it's own server and the listener of the Apex runs in Glassfish on its own server, it works fine but
    Sometimes users gets the listener with the error ' 500 Internal Server Error page"on it when going to a page of the apex or sending data, etc., which often happens. Before using the apex listener we used EPG and never came across the internal server error, this only started happening after moving to listener apex 2.0 so I guess the problem is with the listener, I also checked the files apache logs and glassfish, but there is no message or error on this all seems to go on. is there a way to view the log file, or the configuration apexlistener log so that I can maybe get more detail as to why this happens?

    Thanks in advance

    OracleXE G 11 DB
    Apex 4.2
    Apex listener 2.0.0.354.17.05
    Open source Glassfish Server 3.1.2.2

    Hello

    Try to add to the file httpd.conf on apache proxy:

    SetEnv force-proxy-request - 1.0 1
    SetEnv proxy-nokeepalive 1

    restart apache and check.

  • EPMA Essbase requires Validation - an internal server error

    I created an application essbase 'TEST '. In Epma, I downloaded for the application dimensions and tried to validate the application. But when the validation, I get the following error
    "An internal server error occurred communicating with the server - URI: http://server.com:19000/awb/integration.verifyApplication.do.
    "Status: 500 - internal server error".
    Could you please help me to solve the problem.

    Published by: Satheesh S July 31, 2012 08:19

    Hello
    I am also facing same issue in the deployment of the Application of EPMA Essbase.
    I installed Essbase Sudio Console of the file customers installers. but problem not solved.

    Should we install Essbase Studio also using Configurator EMP?

    Kind regards
    Mady

  • Error 500 - Internal server error in a Gantt Project chart portlet

    Hi all

    I get Error 500 - Internal Server Error in a Gantt chart of proposed business dashboard portlet.

    We have recently installed the Primavera EPPM 8.1, here are the steps in installing the Primavera EPPM 8.1

    (1) we created the database schemas using the automatic setup of the database (by clicking dbsetup.bat on the media files)
    (2) installed Weblogic server 11 g 1 (10.3.4)
    (3) area of logic web creation in server admin
    (4) installed P6 Web access and deployed on weblogic domain
    (5) Changes Made setEnvDomain file in weblogic domain to increase Java memory segment size and locate the location of the p6.war file
    (6) Reastred the weblogic domain

    Now we can access the Primavera, but in one of the portlet we get Error 500 - Internal Server Error.


    Please me know if I miss something during the installation or do I change P6 p6 confiuration console admin configuration settings.

    Also it would be grateful if someone provides recommended th to configure Primavera EPPM 8.1.

    Thank you and best regards
    Pradeep

    Hello Pradeep
    Please delete a folder called fmwconfig in the yourdomain\config\ of path for a file called fmwconfig
    Restart P6 and try again

  • Get Internal Server Error - if servlet takes a long time to perform the task

    Servlet takes 20 minutes to perform the task complete, but in the front after a while (about 5 minutes), I get "Internal Server Error". What happens to my client and this is not the case for me. Is there a setting that determines the timeout of container for an answer? Is it possible that I can do my container to wait for the answer to come? Need help in this regard. We use Tomcat 6.0.

    Is there any configuration file where we can find this reading timeout setting in tomcat?

    No, because that happen to Tomcat. It happens in the client: the browser.

  • Error calling CFC {path to the cfc} Internal Server Error

    I have a CFC bind cfgrid passing page, pagesize, etc... some search entered to a cfc function. I have a cfgridcolumn which is a checkbox column (display checkbox images in as the column and I have a Javascript click here for images to the box unchecked/enabled the user will treat as a checkbox if it's pictures of box). I have more than 1,000 records in the grid and I have a drop down for the check all button the cfgridcolumn passing whole entity ID to a javascript function that creates a proxy cfajax call to invoke a cfc method and post these identifiers to this method, this method receives all the ID of 1000 + entity to a temporary table and invoke an oracle stored procedure changes in the table and Finally my grid refreshes as well as I can see that are all checked images of the check box in the controls cfgrid. It works very well in my localhost (CF 9 + Windows + Jboss) but everything by moving files to the Dev (CF 9 + Linux + Apache) Server I get error invoking CFC's internal server error. What is interesting is if I spend less than 500 ID entity that it works very well in Dev server. Why it does not work if I spend more than 500 feature ID.

    Thanks for your reply. I had solved it. I spent all of the 1000 + entity ID as an a list separated by commas to the FCC who does not like in a Linux environment. So I changed to a table object instead of comma-separated list values and pass it as an argument of table to CFC. Now, it works fine.

  • Internal server error 500

    I tried to connect to oracle R12.1.1 today and the Explorer gave the error below.

    500 internal Server Error
    Servlet error: an exception occurred. Current application deployment descriptors do not allow for the inclusion in this response. For more details, please see the application log.

    and check the log file, I learned the following.

    [Mon 27 Jul 14:33:37 2009] [error] [client 192.168.159.128] [ecid: 0, 1248701616:192.168.159.128:1796:1888:1] file does not exist: e:/oracle/screws/inst/apps/vis_dominion/Portal/oa_html/AppsLogin
    [Mon 27 Jul 15:57:35 2009] [error] [client 192.168.159.128] [ecid: 0, 1248706655:192.168.159.128:576:1376:1] file does not exist: e:/oracle/screws/inst/apps/vis_dominion/Portal/oa_html/AppsLogin

    Can someone pls help? Thank you

    Hello

    #
    # LogLevel: Control the number of messages in the error_log.
    # Possible values include: debug, info, notice, warn, error, crit,.
    # emerg, alert.
    #
    LogLevel warn

    Change this to "LogLevel debug" and bounce services.

    Kind regards
    Hussein

  • 500 internal Server Error - cannot run a custom page of JDEV 10.1.3...

    Hello

    I'm trying to run a custom of my JDEV page. But I get the following error.

    *****************************************************************************************

    * 500 internal server error *.

    oracle.apps.fnd.cache.CacheException
    at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:228)
    ......
    .....
    Caused by: oracle.apps.jtf.base.resources.FrameworkException:
    An exception occurred in the CacheAccess.getnullThe base exception method is:
    Unable to create new database connection: FNDSECURITY_APPL_SERVER_ID
    at oracle.apps.jtf.base.resources.FrameworkException.convertException(FrameworkException.java:607)
    ... more than 54
    *****************************************************************************************

    I checked the DBC file. The APPS_JDBC_URL was containing "\". I tried to delete but it force worked. I checked if I use the correct version of the patch JDEV, no problem with that too.

    Kindly let me know the solution.

    Thank you.

    Published by: user605470 on May 23, 2009 17:39

    The error means bad DBC file. Take the latest version of $FND_SECURE. Then try to run the JDEv page.

    Thank you
    Kumar

Maybe you are looking for