Errors were issued by running search demo?

Hi,
I got some issues when I ran searching demo in local.But hello world demo was demostrated good in my local. Should I got the issues in anywhere? For searching demo, I created self-package to development. I got 'oracle.apps.xxx' instead of 'oracle.apps.ak.xxx'. Did those influence?
Here were exception Details:
oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND-INVALID APPLICATION. Tokens: APPL = search; (Could not lookup message because there is no database connection)
     at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1223)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1960)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
     at OA.jspService(OA.jsp:40)
     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
     at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
     at java.lang.Thread.run(Thread.java:534)
## Detail 0 ##
oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND-INVALID APPLICATION. Tokens: APPL = search; (Could not lookup message because there is no database connection)
     at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getAppId(OAWebBeanFactoryImpl.java:5526)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:958)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
     at OA.jspService(OA.jsp:40)
     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
     at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
     at java.lang.Thread.run(Thread.java:534)
oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND-INVALID APPLICATION. Tokens: APPL = search; (Could not lookup message because there is no database connection)
     at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getAppId(OAWebBeanFactoryImpl.java:5526)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:958)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
     at OA.jspService(OA.jsp:40)
     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
     at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
     at java.lang.Thread.run(Thread.java:534)
Thanks and Regards,
Sinolee

sinolee,
After oracle.apps it should be a product short code. Did you fix that?
Moving forward are you asking about the deployment of the code? Is your code for a custom application ?
--Shiv                                                                                                                                                                                                                                                                                                                                                                                                               

Similar Messages

  • Error message when I run searches on my website (PHP/MySQL help)

    Hey guys, can someone tell me why this is happening in my PHP? I run a search on my website and get this error message ye sI filled the hostname, username and password)
    Results for
    PHP Error Message
    Warning:  mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/a8295382/public_html/Search Results.php on line 233
    Couldn't execute query
    Here is my PHP code:
    <?php
    $hostname_logon = "host" ;
    $database_logon = "hostname" ;
    $username_logon = username" ;
    $password_logon = "password" ;
    //open database connection
    $connections = mysql_connect($hostname_logon, $username_logon, $password_logon) or die ( "Unabale to connect to the database" );
    //select database
    mysql_select_db($database_logon) or die ( "Unable to select database!" );
    //specify how many results to display per page
    $limit = 15;
    //get the search variable from URL
    $var = mysql_real_escape_string(@$_REQUEST['q']);
    //get pagination
    $s = mysql_real_escape_string($_REQUEST['s']);
    //set keyword character limit
    if(strlen($var) < 3){
        $resultmsg =  "<p>Search Error</p><p>Keywords with less then three characters are omitted...</p>" ;
    //trim whitespace from the stored variable
    $trimmed = trim($var);
    $trimmed1 = trim($var);
    //separate key-phrases into keywords
    $trimmed_array = explode(" ",$trimmed);
    $trimmed_array1 = explode(" ",$trimmed1);
    // check for an empty string and display a message.
    if ($trimmed == "") {
        $resultmsg =  "<p>Search Error</p><p>Please enter a search...</p>" ;
    // check for a search parameter
    if (!isset($var)){
        $resultmsg =  "<p>Search Error</p><p>We don't seem to have a search parameter! </p>" ;
    // Build SQL Query for each keyword entered
    foreach ($trimmed_array as $trimm){
    // EDIT HERE and specify your table and field names for the SQL query
    // MySQL "MATCH" is used for full-text searching. Please visit mysql for details.
    $query = "SELECT * , MATCH (field1, field2) AGAINST ('".$trimm."') AS score FROM table_name WHERE MATCH (field1, field2) AGAINST ('+".$trimm."') ORDER BY score DESC";
    // Execute the query to  get number of rows that contain search kewords
    $numresults=mysql_query ($query);
    $row_num_links_main =mysql_num_rows ($numresults);
    //If MATCH query doesn't return any results due to how it works do a search using LIKE
    if($row_num_links_main < 1){
        $query = "SELECT * FROM table_name WHERE field1 LIKE '%$trimm%' OR field2 LIKE '%$trimm%'  ORDER BY field3 DESC";
        $numresults=mysql_query ($query);
        $row_num_links_main1 =mysql_num_rows ($numresults);
    // next determine if 's' has been passed to script, if not use 0.
    // 's' is a variable that gets set as we navigate the search result pages.
    if (empty($s)) {
         $s=0;
      // now let's get results.
      $query .= " LIMIT $s,$limit" ;
      $numresults = mysql_query ($query) or die ( "Couldn't execute query" );
      $row= mysql_fetch_array ($numresults);
      //store record id of every item that contains the keyword in the array we need to do this to avoid display of duplicate search result.
      do{
          $adid_array[] = $row[ 'field_id' ];
      }while( $row= mysql_fetch_array($numresults));
    } //end foreach
    //Display a message if no results found
    if($row_num_links_main == 0 && $row_num_links_main1 == 0){
        $resultmsg = "<p>Search results for: ". $trimmed."</p><p>Sorry, your search returned zero results</p>" ;
    //delete duplicate record id's from the array. To do this we will use array_unique function
    $tmparr = array_unique($adid_array);
    $i=0;
    foreach ($tmparr as $v) {
       $newarr[$i] = $v;
       $i++;
    //total result
    $row_num_links_main = $row_num_links_main + $row_num_links_main1;
    // now you can display the results returned. But first we will display the search form on the top of the page
    echo '<form action="search.php" method="get">
            <div>
            <input name="q" type="text" value="'.$q.'">
            <input name="search" type="submit" value="Search">
            </div>
    </form>';
    // display an error or, what the person searched
    if( isset ($resultmsg)){
        echo $resultmsg;
    }else{
        echo "<p>Search results for: <strong>" . $var."</strong></p>";
        foreach($newarr as $value){
        // EDIT HERE and specify your table and field unique ID for the SQL query
        $query_value = "SELECT * FROM newsight_articles WHERE field_id = '".$value."'";
        $num_value=mysql_query ($query_value);
        $row_linkcat= mysql_fetch_array ($num_value);
        $row_num_links= mysql_num_rows ($num_value);
        //create summary of the long text. For example if the field2 is your full text grab only first 130 characters of it for the result
        $introcontent = strip_tags($row_linkcat[ 'field2']);
        $introcontent = substr($introcontent, 0, 130)."...";
        //now let's make the keywods bold. To do that we will use preg_replace function.
        //Replace field
          $title = preg_replace ( "'($var)'si" , "<strong>\\1</strong>" , $row_linkcat[ 'field1' ] );
          $desc = preg_replace ( "'($var)'si" , "<strong>\\1</strong>" , $introcontent);
          $link = preg_replace ( "'($var)'si" , "<strong>\\1</strong>" ,  $row_linkcat[ 'field3' ]  );
            foreach($trimmed_array as $trimm){
                if($trimm != 'b' ){
                    $title = preg_replace( "'($trimm)'si" ,  "<strong>\\1</strong>" , $title);
                    $desc = preg_replace( "'($trimm)'si" , "<strong>\\1</strong>" , $desc);
                    $link = preg_replace( "'($trimm)'si" ,  "<strong>\\1</strong>" , $link);
                 }//end highlight
            }//end foreach $trimmed_array
            //format and display search results
                echo '<div class="search-result">';
                    echo '<div class="search-title">'.$title.'</div>';
                    echo '<div class="search-text">';
                        echo $desc;
                    echo '</div>';
                    echo '<div class="search-link">';
                    echo $link;
                    echo '</div>';
                echo '</div>';
        }  //end foreach $newarr
        if($row_num_links_main > $limit){
        // next we need to do the links to other search result pages
            if ($s >=1) { // do not display previous link if 's' is '0'
                $prevs=($s-$limit);
                echo '<div class="search_previous"><a href="'.$PHP_SELF.'?s='.$prevs.'&q='.$var.'">Previous</a>
                </div>';
        // check to see if last page
            $slimit =$s+$limit;
            if (!($slimit >= $row_num_links_main) && $row_num_links_main!=1) {
                // not last page so display next link
                $n=$s+$limit;
                echo '<div  class="search_next"><a href="'.$PHP_SELF.'?s='.$n.'&q='.$var.'">Next</a>
                </div>';
        }//end if $row_num_links_main > $limit
    }//end if search result
    ?>
    Anyone got any ideas as to why this is happening?
    Also, I have not created any tables in my database... is this why it doesn't display any search results from my website?

    Sorry, but it doesn't help JTANNA.
    What is your definition of "more efficiently"? If it's limitation of search results, branded search, and limitation of styling your results then google search is more efficient. Real developers rely on their own developments. For example: how can google search display results from a password-protected site? They can't.
    best,
    Shocker

  • Java Exception Error while trying to run Webutil demo

    I am trying to run a webutil demo but failing due to the following error... the error is as
    Oracle JInitiator: Version 1.3.1.9
    Using JRE version 1.3.1.9 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\Aruns
    Proxy Configuration: Manual Configuration
    Proxy: proxy1.emirates.net.ae:8080
    Proxy Overrides: <local>
    JAR cache enabled
    Location: C:\Documents and Settings\Aruns\Oracle Jar Cache
    Maximum size: 50 MB
    Compression level: 0
    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://hpc266:8888/forms90/java/f90all_jinit.jar from JAR cache
    Loading http://hpc266:8888/forms90/java/webutil.jar from JAR cache
    Loading http://hpc266:8888/forms90/java/jacob.jar from JAR cache
    connectMode=HTTP, native.
    Forms Applet version is : 90270
    java.lang.ExceptionInInitializerError: java.security.AccessControlException: access denied (java.util.PropertyPermission java.home read)
         at java.security.AccessControlContext.checkPermission(Unknown Source)
         at java.security.AccessController.checkPermission(Unknown Source)
         at java.lang.SecurityManager.checkPermission(Unknown Source)
         at java.lang.SecurityManager.checkPropertyAccess(Unknown Source)
         at java.lang.System.getProperty(Unknown Source)
         at oracle.forms.webutil.common.VBeanCommon.<clinit>(VBeanCommon.java:130)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Please help me to go forward

    What is the error message, this looks like normal informational messages
    I have signed it sucessfully..Now i am getting the
    following in the java console
    Oracle JInitiator: Version 1.3.1.9
    Using JRE version 1.3.1.9 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and
    Settings\Aruns
    Proxy Configuration: Manual Configuration
    Proxy: proxy1.emirates.net.ae:8080
    Proxy Overrides: 172.16.*,<local>
    JAR cache enabled
    Location: C:\Documents and Settings\Aruns\Oracle
    racle Jar Cache
    Maximum size: 50 MB
    Compression level: 0
    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://hpc266:8888/forms90/java/f90all_jinit.jar from
    JAR cache
    Cached copy of
    http://hpc266:8888/forms90/java/webutil.jar is out of
    date
    Cached copy: Jul 4, 2005 8:50:04 AM
    Server copy: Jul 4, 2005 8:52:15 AM
    Downloading
    http://hpc266:8888/forms90/java/webutil.jar to JAR
    cache
    Cached copy of
    http://hpc266:8888/forms90/java/jacob.jar is out of
    date
    Cached copy: Jul 4, 2005 8:50:16 AM
    Server copy: Jul 4, 2005 8:51:59 AM
    Downloading http://hpc266:8888/forms90/java/jacob.jar
    to JAR cache
    connectMode=HTTP, native.
    Forms Applet version is : 90270
    Can anybody pls help me in this issue

  • Errors were found when compiling the workflow. The workflow files were saved but cannot be run.

    Greetings All,
    I am having issues with a SharePoint Designer workflow.  This is a SharePoint 2013 environment, I'm using SharePoint Designer 2013 and working on a SharePoint 2010 workflow.  I'm developing this as a SharePoint 2010 workflow because I need to do
    impersonation.
    The environment and workflow have been running, in the past week, without issue.  I went to add a couple steps and now I cannot publish the workflow.  While in SharePoint Designer, I receive the error:
    "Errors were found when compiling the workflow.  The workflow files were saved but cannot be run."  When I click the Advanced button on the error dialog, the message is "Unexpected error on server associating the workflow." 
    That is all the error information I have available; nothing is in the log files.
    I have investigated this error and tried the following:
    Cleared the SharePoint Designer cache.
    The WebApp.UserDefinedWorkflowMaximumComplexity was at 7000 so I increased it to 10000.  Restarted the servers (which may not have been necessary) and tried again receiving the same error.  I then increased it to 30000 with the same error result.
    Since this is a large workflow, I tried created a workflow with a single action, write to workflow log, with the same error results.
    I reboot the servers and try again and now I can publish the small test workflow but not the original.  However, neither will run.  When I attempt to manually run the small test workflow on an item, I get an error: "Sorry something went wrong.
    An unexpected error occurs.  I checked the log files for the correlation id and nothing, nothing was logged for the error. ~arg~
    Also, now no workflows can be published in this web app.  Not just the one I was working on but none of them!
    Does anyone have a clue what has happened to the SharePoint 2010 workflow service?  Or some suggestions for me to try?
    Thank you in advance for your help!
    Bob Mixon

    try these links:
    http://sp2013.pro/2013/04/solution-errors-were-found-when-compiling-the-workflow-the-workflow-files-were-saved-but-cannot-be-run-cannot-set-unknown-member/
    http://code2care.org/pages/sharepoint-errors-were-found-when-compiling-the-workflow-the-workflow-files-were-saved-but-cannot-be-run/
    http://sharepoint.stackexchange.com/questions/119909/sharepoint-designer-error-errors-were-found-when-compiling-the-workflow
    http://stackoverflow.com/questions/26413125/errors-were-found-when-compiling-the-workflow-in-sharepoint-2013
    Hi Sagar,
    I appreciate it but if you see my original post, this is a SharePoint 2010 workflow that cannot be published; which has now caused all SharePoint 2010 workflows in the same web app to error.
    Your first link is specific to SharePoint 2013 workflows.
    Your second link refers to the UserDefinedWorkflowMaximumComplexity.  If you read my original post, I've already tried this and I've tried to publish a small (single activity) workflow.
    Your third link also refers to large workflows with many approval activities.  My workflow doesn't contain any approval activities.
    And you fourth link refers to 2013 workflows not 2010.
    My issue is with publishing and running a SharePoint 2010 workflow in SharePoint 2013.
    Thank you...

  • Issue on running a java application on tomcat 6.0.43 with error filter mappings

    Hi ,
    I am new to Java.
    I am facing an issue on running J2EE application in Tomcat Server 6.0.43, I am getting the below error for which 404 page is displayed.
    Jan 27, 2015 4:21:57 PM org.apache.catalina.core.AprLifecycleListener init
    INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jre6\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files\CapgeminiScripts\Support Tools\;C:\Program Files (x86)\Common Files\Lenovo;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Java\jre6\bin;;.
    Jan 27, 2015 4:21:57 PM org.apache.tomcat.util.digester.SetPropertiesRule begin
    WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:gui' did not find a matching property.
    Jan 27, 2015 4:21:57 PM org.apache.coyote.http11.Http11Protocol init
    INFO: Initializing Coyote HTTP/1.1 on http-8080
    Jan 27, 2015 4:21:57 PM org.apache.catalina.startup.Catalina load
    INFO: Initialization processed in 420 ms
    Jan 27, 2015 4:21:57 PM org.apache.catalina.core.StandardService start
    INFO: Starting service Catalina
    Jan 27, 2015 4:21:57 PM org.apache.catalina.core.StandardEngine start
    INFO: Starting Servlet Engine: Apache Tomcat/6.0.43
    Jan 27, 2015 4:21:57 PM org.apache.catalina.loader.WebappClassLoader validateJarFile
    INFO: validateJarFile(D:\Users\sparipoo\workspace_KTW\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\gui\WEB-INF\lib\servlet-api.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
    Jan 27, 2015 4:21:57 PM org.apache.tomcat.util.digester.Digester endElement
    SEVERE: End event threw exception
    java.lang.reflect.InvocationTargetException
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
      at java.lang.reflect.Method.invoke(Unknown Source)
      at org.apache.tomcat.util.IntrospectionUtils.callMethod1(IntrospectionUtils.java:928)
      at org.apache.tomcat.util.digester.SetNextRule.end(SetNextRule.java:192)
      at org.apache.tomcat.util.digester.Rule.end(Rule.java:228)
      at org.apache.tomcat.util.digester.Digester.endElement(Digester.java:1158)
      at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
      at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
      at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
      at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
      at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
      at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
      at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
      at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
      at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
      at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
      at org.apache.tomcat.util.digester.Digester.parse(Digester.java:1675)
      at org.apache.catalina.startup.ContextConfig.applicationWebConfig(ContextConfig.java:365)
      at org.apache.catalina.startup.ContextConfig.start(ContextConfig.java:1045)
      at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:265)
      at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:142)
      at org.apache.catalina.core.StandardContext.start(StandardContext.java:4616)
      at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1060)
      at org.apache.catalina.core.StandardHost.start(StandardHost.java:822)
      at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1060)
      at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:463)
      at org.apache.catalina.core.StandardService.start(StandardService.java:525)
      at org.apache.catalina.core.StandardServer.start(StandardServer.java:759)
      at org.apache.catalina.startup.Catalina.start(Catalina.java:595)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
      at java.lang.reflect.Method.invoke(Unknown Source)
      at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
      at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
    Caused by: java.lang.IllegalArgumentException: Invalid <url-pattern> /exportHandler/*.jsp in filter mapping
      at org.apache.catalina.core.StandardContext.addFilterMap(StandardContext.java:2531)
      ... 37 more
    Jan 27, 2015 4:21:57 PM org.apache.catalina.startup.ContextConfig applicationWebConfig
    SEVERE: Parse error in application web.xml file at jndi:/localhost/gui/WEB-INF/web.xml
    java.lang.IllegalArgumentException: Invalid <url-pattern> /exportHandler/*.jsp in filter mapping
      at org.apache.tomcat.util.digester.Digester.createSAXException(Digester.java:2839)
      at org.apache.tomcat.util.digester.Digester.createSAXException(Digester.java:2865)
      at org.apache.tomcat.util.digester.Digester.endElement(Digester.java:1161)
      at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
      at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
      at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
      at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
      at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
      at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
      at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
      at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
      at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
      at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
      at org.apache.tomcat.util.digester.Digester.parse(Digester.java:1675)
      at org.apache.catalina.startup.ContextConfig.applicationWebConfig(ContextConfig.java:365)
      at org.apache.catalina.startup.ContextConfig.start(ContextConfig.java:1045)
      at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:265)
      at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:142)
      at org.apache.catalina.core.StandardContext.start(StandardContext.java:4616)
      at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1060)
      at org.apache.catalina.core.StandardHost.start(StandardHost.java:822)
      at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1060)
      at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:463)
      at org.apache.catalina.core.StandardService.start(StandardService.java:525)
      at org.apache.catalina.core.StandardServer.start(StandardServer.java:759)
      at org.apache.catalina.startup.Catalina.start(Catalina.java:595)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
      at java.lang.reflect.Method.invoke(Unknown Source)
      at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
      at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
    Caused by: java.lang.IllegalArgumentException: Invalid <url-pattern> /exportHandler/*.jsp in filter mapping
      at org.apache.catalina.core.StandardContext.addFilterMap(StandardContext.java:2531)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
      at java.lang.reflect.Method.invoke(Unknown Source)
      at org.apache.tomcat.util.IntrospectionUtils.callMethod1(IntrospectionUtils.java:928)
      at org.apache.tomcat.util.digester.SetNextRule.end(SetNextRule.java:192)
      at org.apache.tomcat.util.digester.Rule.end(Rule.java:228)
      at org.apache.tomcat.util.digester.Digester.endElement(Digester.java:1158)
      ... 29 more
    Jan 27, 2015 4:21:57 PM org.apache.catalina.startup.ContextConfig applicationWebConfig
    SEVERE: Occurred at line 27 column 20
    Jan 27, 2015 4:21:57 PM org.apache.catalina.startup.ContextConfig start
    SEVERE: Marking this application unavailable due to previous error(s)
    Jan 27, 2015 4:21:57 PM org.apache.catalina.core.StandardContext start
    SEVERE: Error getConfigured
    Jan 27, 2015 4:21:57 PM org.apache.catalina.core.StandardContext start
    SEVERE: Context [/gui] startup failed due to previous errors
    Jan 27, 2015 4:21:57 PM org.apache.coyote.http11.Http11Protocol start
    INFO: Starting Coyote HTTP/1.1 on http-8080
    Jan 27, 2015 4:21:57 PM org.apache.jk.common.ChannelSocket init
    INFO: JK: ajp13 listening on /0.0.0.0:8009
    Jan 27, 2015 4:21:57 PM org.apache.jk.server.JkMain start
    INFO: Jk running ID=0 time=0/10  config=null
    Jan 27, 2015 4:21:57 PM org.apache.catalina.startup.Catalina start
    INFO: Server startup in 607 ms
    Please find the web.xml:
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" id="WebApp_ID" version="2.5">
      <display-name>gui</display-name>
      <error-page>
        <error-code>500</error-code>
        <location>/errorpage.jsp</location>
      </error-page>
      <error-page>
        <error-code>404</error-code>
        <location>/errorpage.jsp</location>
      </error-page>
      <filter>
        <filter-name>exportHandler</filter-name>
        <filter-class>security.SecurityFilter</filter-class>
        <init-param>
          <param-name>gui</param-name>
          <param-value>exportHandler</param-value>
        </init-param>
        <init-param>
          <param-name>creationdateRequired</param-name>
          <param-value>true</param-value>
        </init-param>
      </filter>
      <filter-mapping>
        <filter-name>exportHandler</filter-name>
        <url-pattern>/exportHandler/*.jsp</url-pattern>
      </filter-mapping>
       <filter>
        <filter-name>importHandler</filter-name>
        <filter-class>security.SecurityFilter</filter-class>
        <init-param>
          <param-name>gui</param-name>
          <param-value>importHandler</param-value>
        </init-param>
        <init-param>
          <param-name>creationdateRequired</param-name>
          <param-value>true</param-value>
        </init-param>
      </filter>
      <filter-mapping>
        <filter-name>importHandler</filter-name>
        <url-pattern>/importHandler/*.jsp</url-pattern>
      </filter-mapping>
      <filter>
        <filter-name>importMonitor</filter-name>
        <filter-class>security.SecurityFilter</filter-class>
        <init-param>
          <param-name>gui</param-name>
          <param-value>importMonitor</param-value>
        </init-param>
        <init-param>
          <param-name>creationdateRequired</param-name>
          <param-value>true</param-value>
        </init-param>
      </filter>
      <filter-mapping>
        <filter-name>importMonitor</filter-name>
        <url-pattern>/importMonitor/*.jsp</url-pattern>
      </filter-mapping>
      <filter>
        <filter-name>notificationHandler</filter-name>
        <filter-class>security.SecurityFilter</filter-class>
        <init-param>
          <param-name>gui</param-name>
          <param-value>notificationHandler</param-value>
        </init-param>
        <init-param>
          <param-name>creationdateRequired</param-name>
          <param-value>true</param-value>
        </init-param>
      </filter>
      <filter-mapping>
        <filter-name>notificationHandler</filter-name>
        <url-pattern>/notificationHandler/*.jsp</url-pattern>
      </filter-mapping>
      <filter>
        <filter-name>npAgreement</filter-name>
        <filter-class>security.SecurityFilter</filter-class>
        <init-param>
          <param-name>gui</param-name>
          <param-value>npAgreement</param-value>
        </init-param>
        <init-param>
          <param-name>creationdateRequired</param-name>
          <param-value>true</param-value>
        </init-param>
      </filter>
      <filter-mapping>
        <filter-name>npAgreement</filter-name>
        <url-pattern>/npAgreement/*.jsp</url-pattern>
      </filter-mapping>
      <filter>
        <filter-name>numberSearch</filter-name>
        <filter-class>security.SecurityFilter</filter-class>
        <init-param>
          <param-name>gui</param-name>
          <param-value>numberSearch</param-value>
        </init-param>
        <init-param>
          <param-name>creationdateRequired</param-name>
          <param-value>true</param-value>
        </init-param>
      </filter>
      <filter-mapping>
        <filter-name>numberSearch</filter-name>
        <url-pattern>/numberSearch/*.jsp</url-pattern>
      </filter-mapping>
       <filter>
        <filter-name>shared</filter-name>
        <filter-class>security.SecurityFilter</filter-class>
        <init-param>
          <param-name>gui</param-name>
          <param-value>shared</param-value>
        </init-param>
        </filter>
      <filter-mapping>
        <filter-name>shared</filter-name>
        <url-pattern>/shared/*.jsp</url-pattern>
      </filter-mapping>
      <servlet>
        <servlet-name>Login</servlet-name>
        <servlet-class>security.SecurityServlet</servlet-class>
      </servlet>
      <servlet-mapping>
        <servlet-name>Login</servlet-name>
        <url-pattern>/login</url-pattern>
      </servlet-mapping>
    <resource-ref>
        <description>DB Connection</description>
        <res-ref-name>ds/NPAS</res-ref-name>
        <res-type>javax.sql.DataSource</res-type>
        <res-auth>Container</res-auth>
      </resource-ref>
      <session-config>
        <session-timeout>480</session-timeout>
      </session-config> 
      <mime-mapping>
        <extension>html</extension>
        <mime-type>text/html</mime-type>
      </mime-mapping>
      <mime-mapping>
        <extension>txt</extension>
        <mime-type>text/plain</mime-type>
      </mime-mapping>
      <welcome-file-list>
        <welcome-file>login.jsp</welcome-file>
        <welcome-file>sample.jsp</welcome-file>
        <welcome-file>index.htm</welcome-file>
        <welcome-file>index.jsp</welcome-file>
        <welcome-file>default.html</welcome-file>
        <welcome-file>default.htm</welcome-file>
        <welcome-file>default.jsp</welcome-file>
      </welcome-file-list>
    </web-app>
    I don't understand as to why this error is appearing. For easy purpose marking the error part BOLD.
    Please help me out if there is any solution for the same.
    Regards,
    Sirisha

    nies out there right now that are offering all kinds of policies that are no doubt great and beneficial, it can also be confusing and overwhelming.
    https://plus.google.com/communities/103681647604159596708
    https://plus.google.com/communities/103681647604159596708
    https://plus.google.com/communities/103681647604159596708
    http://plus.google.com/communities/103681647604159596708
    http://plus.google.com/communities/103681647604159596708
    http://plus.google.com/communities/103681647604159596708
    https://plus.google.com/communities/103681647604159596708?hl=en
    https://plus.google.com/communities/103681647604159596708?hl=en
    https://plus.google.com/communities/103681647604159596708?hl=en

  • Error :No operating system credentials were set for running the program

    i am getting this error when i am trying to execute a shell script in cmc. i got the status as failed, when clicked on that failed message this is what i got
    Title: delete_month 
    Document Type: Program 
    Status Failed 
    Destination: Unmanaged Disk destination properties have been set to the chosen Job Server's defaults. 
    Owner: boadmin 
    Server Used: cms_451.ProgramJobServer 
    PID: 15010 
    Folder Path: Temp/ 
    Remote Instance: No 
    Creation Time: 12/1/2010 7:21 PM 
    Expiry: 12/1/2020 7:21 PM 
    Start Time: 12/1/2010 7:21 PM 
    End Time: 12/1/2010 7:21 PM 
    Error Message: No operating system credentials were set for running the program.
    what might be the reason

    what do u mean by pm application, i didn't get that
    we r  using boe xi 3.1 sp3.on sun solaris
    my exact scenerio  is
    I wrote a shell script to delete the reports which r one month old. the reports generated by the boe r placed in unix machine(in a specific folder for example abc) and my boe server is also on unix .I imported the the shell script into boe.I assigned the path /xx/yy/abc (the path where our reports r stored) to the arguments and i gave the working directory path as the xx/yy/bobj/bobje/data/frsinput/a0_89/ ( this is the path where my shell script is present).after giving these details i am unable to delete any of the content from that folder. I am getting the failed message when i am trying to execute the object in cmc. i am pasting the shell script as well as the error message here if any body knows anything help me. do i need to set anything in cmc or what i need to do
    this is the shell script to delete the files in the specified directory
    #!/bin/ksh
    # set -x
    if [[ $# != 1 ]]; then
       echo "Usage : $0 [Directory Path]"
       exit 0
    fi
    echo "Source directory : " $1
    # To display the list of files more than a month older
    for v_fname in $(find "$1"/ -name "*" -mtime +30 -type f)
    do
      echo "$v_fname"
    done
    # To delete the files of more than 1 month older
    find "$1"/ -name "*" -mtime +30 -type f -exec rm {} \;

  • After Effects CS4 does not run! critical errors were found in setup...

    Hey!
    I have got a problem with installing Adobe After Effects CS4! After the initialization and testing the profil of my system, a new window appears: it is named "windows internet explorer" and contains the message: "critical errors were found in setup, please see the setup log file for details"! after closing this window the setup cancels before it really started...
    I have this problem for weeks, I already looked through a lot of forums, found the problem but never a solution! i don't know what to do? may anybody help me? It is important for me and my job..
    I would be happy for help
    Cristian

    to Mylenium:
    processor: Intel (R) Core (TM)2 Quad CPU Q2800 @ 2,33GHz
    RAM: 4,00 GB
    Windows Vista
    1TB disk space
    graphic card: NVIDIA GeForce 9600 GT
    language german
    there has never been any other software on my pc except of the ordinary flash player and adobe reader! i have the current versions...
    to Peter Sgouros:
    don't know how much to post, but I hope the following will help you to help me...
    PayloadPolicyNode.SetAction: DY->DY for dependency {8167335C-8FEA-4576-8EC2-8AC77EC58F19} Adobe PDF Library Files CS4
    PayloadPolicyNode.SetAction: DY->DY for dependency {395FC443-B34B-4E77-9928-23C147FC83F1} Adobe Type Support CS4
    PayloadPolicyNode.SetAction: DY->DY for dependency {2965A5F0-0326-4479-B140-F5799BD025B7} Photoshop Camera Raw
    PayloadPolicyNode.SetAction: DN->DY for {14A5A29B-D252-4575-B40C-695B8D8B34D5} Adobe Bridge CS4
    PayloadPolicyRefresh: END Calculating new payload policy graph
    updating path to Win32
    WizardControl: loading page "Progress" from C:\Program Files\Common Files\Adobe\Installers\3dcb365ab9e01871fb8c6f27b0ea079\resources\pages\Install\Progress\P rogress.js
    updating path to Win32
    WizardControl: loading page "Register" from C:\Program Files\Common Files\Adobe\Installers\3dcb365ab9e01871fb8c6f27b0ea079\resources\pages\Install\Register\R egister.js
    updating path to Win32
    WizardControl: loading page "Finish" from C:\Program Files\Common Files\Adobe\Installers\3dcb365ab9e01871fb8c6f27b0ea079\resources\pages\Install\Finish\Fin ish.js
    HTML data complete: Welcome
    HTML data complete: Eula
    HTML data complete: Options
    [    4240] Tue Feb 09 17:06:05 2010  WARN
    Localization: missing stringID "locPreparingToInstall" for de_DE in C:\Program Files\Common Files\Adobe\Installers\3dcb365ab9e01871fb8c6f27b0ea079\resources\pages\Install\Options\Op tions.xml
    [    4240] Tue Feb 09 17:06:05 2010 DEBUG
    ProductIcon specified for project. Using icon from C:\Users\CHRIST~1\AppData\Local\Temp\{F706302E-1402-4D8D-8ABB-26B18ECAEFBB}ae_app_icon.pn g
    ProductIcon specified for project. Using icon from C:\Users\CHRIST~1\AppData\Local\Temp\{CBC8AB3C-85F0-4D16-8E01-95E0343EE383}ProductIcon.pn g
    ProductIcon specified for project. Using icon from C:\Users\CHRIST~1\AppData\Local\Temp\{568E0A79-996C-4B04-B613-F06CBE7B320B}ae_app_icon.pn g
    ProductIcon specified for project. Using icon from C:\Users\CHRIST~1\AppData\Local\Temp\{14A5A29B-D252-4575-B40C-695B8D8B34D5}bridge.png
    [    4240] Tue Feb 09 17:06:06 2010 DEBUG
    ProductIcon specified for project. Using icon from C:\Users\CHRIST~1\AppData\Local\Temp\{8AD0C0B9-B397-45FE-89A3-D42F95F6E9EF}ProductIcon.pn g
    ProductIcon specified for project. Using icon from C:\Users\CHRIST~1\AppData\Local\Temp\{0967604F-33E6-4C6B-934B-157C3AB4ED4C}ProductWinIcon .png
    ProductIcon specified for project. Using icon from C:\Users\CHRIST~1\AppData\Local\Temp\{DD829154-9968-43C5-9975-4A2CF9E87869}AMEProductIcon .png
    ProductIcon specified for project. Using icon from C:\Users\CHRIST~1\AppData\Local\Temp\{C4DA9059-2CCF-466E-AECC-C37CCA398349}AMEProductIcon .png
    ProductIcon specified for project. Using icon from C:\Users\CHRIST~1\AppData\Local\Temp\{4D17754B-2C2C-4E95-89D0-AFD9383FBFA5}AMEProductIcon .png
    ProductIcon specified for project. Using icon from C:\Users\CHRIST~1\AppData\Local\Temp\{E8CA713D-38A8-47A0-ACFB-39CA6A59CA1D}AMEProductIcon .png
    ProductIcon specified for project. Using icon from C:\Users\CHRIST~1\AppData\Local\Temp\{6743AE49-4594-4CAE-807C-27682446F498}ProductIcon.pn g
    ProductIcon specified for project. Using icon from C:\Users\CHRIST~1\AppData\Local\Temp\{A80B7019-16DF-42DB-BF83-B6B3452677A1}ProductIcon.pn g
    ProductIcon specified for project. Using icon from C:\Users\CHRIST~1\AppData\Local\Temp\{94C6AEF4-BE0D-431B-B0A5-567E6B89E576}pb_appicon_32p x_win.png
    [    4240] Tue Feb 09 17:06:06 2010 FATAL
    Critical errors were found in setup
    Error:Fehler beim Laden einer DLL
    Please see the Setup log file for details.
    [    4240] Tue Feb 09 17:15:47 2010  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    END - Installer Session

  • Error 201 when trying to run the demos !! HELP !!

    Hello, we are just trying to run the demos provided in the ZIP file that comes with the XDK version for Solaris 9i and we are having problems apparently with the encoding thing.
    I dont really have a clue how to make it run or provide the right encoding parameter. I have attempted to use every single parameter, UTF-8, ISO, ASCII, etc
    anyone had this problem at the very beginning?? or know how to solve it?? we r just beginner trying a start jump in XML and all this parser matter.
    thanks a lot. Verde.

    Please refer to:
    http://technet.oracle.com:89/ubb/Forum11/HTML/004973.html

  • JMS/OC4J issue while running an application in Jdeveloper 10.1.3.2/10.1.3.3

    Hi,
    I am facing an issue while running an application on my laptop.I downloaded Jdeveloper 10.1.3.2.Installed Jheadstart along with that.
    Created a new application specified in HR demo.When I run the application I get following messages,After that it does not show my application pages.It does not even open browser window.
    [waiting for the server to complete its initialization...]
    Aug 29, 2007 6:01:47 PM com.evermind.server.jms.JMSMessages log
    INFO: JMSServer[]: OC4J JMS server recovering transactions (commit 0) (rollback 0) (prepared 0).
    Aug 29, 2007 6:01:47 PM com.evermind.server.jms.JMSMessages log
    INFO: JMSServer[]: OC4J JMS server recovering local transactions Queue[jms/Oc4jJmsExceptionQueue].
    07/08/29 18:01:55 Oracle Containers for J2EE 10g (10.1.3.1.1) initialized
    When I delete persistnce directory files under embedded oc4j (specifically jms.state), It logs following messages.But it does not run my application pages and not even open browser window to display some error.
    [Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    C:\jdevstudio10132\jdev\system\oracle.j2ee.10.1.3.40.66\embedded-oc4j\config>
    C:jdevstudio10132\jdk\bin\javaw.exe -client -classpath C:jdevstudio10132\j2ee\home\oc4j.jar;C:jdevstudio10132\jdev\lib\jdev-oc4j-embedded.jar -Xverify:none -XX:MaxPermSize=256m -DcheckForUpdates=adminClientOnly -Doracle.application.environment=development -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doc4j.jms.usePersistenceLockFiles=false oracle.oc4j.loader.boot.BootStrap -config C:\jdevstudio10132\jdev\system\oracle.j2ee.10.1.3.40.66\embedded-oc4j\config\server.xml
    [waiting for the server to complete its initialization...]
    07/08/29 18:06:16 Oracle Containers for J2EE 10g (10.1.3.1.1) initialized.
    I tried by creating another standalone application with simple html page, it throws same logs and does not show up browser window.I even tried with Jdeveloper 10.1.3.3, but still same issue .
    can you please throw some light on this issue and any suggestion for resolutions.
    Thanks.

    I am also facing the same issue on my laptop. I searched for forum but no luck.
    appreciate if anybody can throw some light on this.

  • Critical errors were found in setup. Please see setup log file for details.

    What fixes this problem in IE? I have read a lot of forums with many replies saying they got by it, but they never explain how. One guy posted a link, but the link is dead now.
    I need to know how to fix this problem. Only thing I can gather is its a Java issue, but my java is up to date. In fact I just reinstalled it make sure that it was updated.
    With as many people having this issue I can't believe I have not found something from Adobe on this issue.
    Regards,
    Scott

    I run the setup file and it does the checking system process... then goes into the actual install menu and not more than 10 seconds into that 2nd menu I get "critical errors were found in setup. Please see setup log file for details". That is all I can get out of the install.
    The message window that I get the error in indicates windows Internet Explorer.
    That is the my entire process. I have searched and found the log file and I have looked through it, but I am having a hard time finding the actual cause of the error. Out of shear frustration I removed all my adobe products and tried the install again and had the same exact problem. So I know there is something stopping me some where... just don't know what it could be.
    Thanks,
    Scott =

  • Embedded JMS/OC4J issue while running an application in Jdeveloper 10.1.3.2

    Hi,
    I am facing an issue while running an application on my laptop.I downloaded Jdeveloper 10.1.3.2.Installed Jheadstart along with that.
    Created a new application specified in HR demo.When I run the application I get following messages,After that it does not show my application pages.It does not even open browser window.
    [waiting for the server to complete its initialization...]
    Aug 29, 2007 6:01:47 PM com.evermind.server.jms.JMSMessages log
    INFO: JMSServer[]: OC4J JMS server recovering transactions (commit 0) (rollback 0) (prepared 0).
    Aug 29, 2007 6:01:47 PM com.evermind.server.jms.JMSMessages log
    INFO: JMSServer[]: OC4J JMS server recovering local transactions Queue[jms/Oc4jJmsExceptionQueue].
    07/08/29 18:01:55 Oracle Containers for J2EE 10g (10.1.3.1.1) initialized
    When I delete persistnce directory files under embedded oc4j (specifically jms.state), It logs following messages.But it does not run my application pages and not even open browser window to display some error.
    [Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    C:\jdevstudio10132\jdev\system\oracle.j2ee.10.1.3.40.66\embedded-oc4j\config>
    C:jdevstudio10132\jdk\bin\javaw.exe -client -classpath C:jdevstudio10132\j2ee\home\oc4j.jar;C:jdevstudio10132\jdev\lib\jdev-oc4j-embedded.jar -Xverify:none -XX:MaxPermSize=256m -DcheckForUpdates=adminClientOnly -Doracle.application.environment=development -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doc4j.jms.usePersistenceLockFiles=false oracle.oc4j.loader.boot.BootStrap -config C:\jdevstudio10132\jdev\system\oracle.j2ee.10.1.3.40.66\embedded-oc4j\config\server.xml
    [waiting for the server to complete its initialization...]
    07/08/29 18:06:16 Oracle Containers for J2EE 10g (10.1.3.1.1) initialized.
    I tried by creating another standalone application with simple html page, it throws same logs and does not show up browser window.I even tried with Jdeveloper 10.1.3.3, but still same issue .
    can you please throw some light on this issue and any suggestion for resolutions.
    Thanks.

    Can someone throw somelight on this issue?
    I posted the same issue in Jdeveloper forum but did not receive any reply .appreciate your suggestions.
    Thanks
    Sekar.

  • Crawl log error in sharepoint 2013 for search services

    Dear Support,
    please find below mention crawl log error in sharepoint 2013 for search services.
    8,597 The server is unavailable and could not be accessed. The server is probably disconnected from the network. 
    423 This item could not be crawled because the repository did not respond within the specified timeout period. Try to crawl the repository at a later time, or increase the timeout value on the Proxy and Timeout page in search administration. You might also
    want to crawl this repository during off-peak usage times. 
    59 Processing this item failed because of a timeout when parsing its contents. 
    11 The filtering process has been terminated 
    4 SharePoint returned an empty response. 
    3 The crawler could not communicate with the server. Check that the server is available and that the firewall access is configured correctly. 
    2 The crawler could not communicate with the server. Check that the server is available and that the firewall access is configured correctly. If the repository was temporarily unavailable, an incremental crawl will fix this error. 
    would request your support for resolving this type of issue

    1. Are you able to browse the sites on SP server. server is unavailable means that application pool
    of that site is down. Check application pool on all server. if you start any application pool. make sure it does not stop few minutes later. you need to update password if it does stop
    2. Create a disable loopbackcheck of registry on all servers
    http://blogs.technet.com/b/sharepoint_foxhole/archive/2010/06/21/disableloopbackcheck-lets-do-it-the-right-way.aspx
    http://support.microsoft.com/kb/926642/en-us
    3. Create a new search service application and check if you face same issue.
    4. I assume you have change some password or other setting when you started facing this issue. what changes were made in environment
    If this helped you resolve your issue, please mark it Answered

  • Errors were found when compiling workflow in SharePoint Designer 2010

    Hello there,
    I've run into a interesting issue in SharePoint Designer 2010 when publishing a workflow. I now get the below error
    Normally when I get this message I simply clear the SharePoint Designer 2010 cache described in this
    article, however, in this case the issue still continued. Hence I started the process of trial and error and quickly realized that the Update Item action was the culprit. In this action I am updating approximately 70 columns. Currently, I have two such
    actions running in sequence. When I added the third Update Item action to do the same, I started getting this error.
    Has anyone else experienced this before? In the workflow I am currently working on I am going to have to using the Update Item action several times and update approximately 70 columns hence I am open to other ideas to do the same.
    Thanks in advance.

    Hi Entan Ming,
    Thanks for your reply, Hope you are aware that while we create any new workflow using SharePoint Designer 2013. There are two ways (We can say Platforms) to create the new workflow 1. SharePoint
    2010 and 2. SharePoint 2013.
    If I choose second one I. e SharePoint 2013, and try to create, save and publish workflow it`s working fine. But whenever I select option no. 1  i.e. SharePoint 2010  Platform to create
    the workflow, I am able to Create it , save it , but while I try to publish it I got an error:
    Errors were found when compiling the workflow. The workflow files were saved but cannot be run.
    When I click on Advance I got message:
    Unexpected error on server associating the workflow
    My question is that, I am not able to publish any workflow in SharePoint 2010 Platform, using SharePoint Designer 2013.  
    Before publishing a workflow, I click on ‘Check for errors’ button, there was no any error found.
    Thanks & Regards Mr. Bajirao Shinde

  • Internal error while clicking on Candidate search from Recruiter role-EHP4

    Hi
    We are getting intrnal error while clicking on candidate search or any search option from recruiter log on after upgrading to EHP4.
    after doing analysis through SLG1, we found below issues.
    Serious error; see log
    The error occurred in program CL_HRRCF_SEARCH_MASK_GROUP====CM009 line 41
    Serious error; see log
    The error occurred in program CL_HRRCF_SEARCH===============CM00P line 676
    Serious error; see log
    The error occurred in program CL_HRRCF_SEARCH===============CM00R line 18
    Customizing table T77RCF_SPT contains no corresponding entry for Business Object =/
    The error occurred in program CL_HRRCF_SPT_CUST_TABS========CM00E line 26
    We searched in SDN and got one threads with similar kind of errors. As mentioned in the thread, we have activated below items.
    1. HCM_ERC_SES_1-activated
    2. Customizing table T77RCF_SPT maintained with required information
    3. Run report RCF_PERIODICAL_SERVICES to update table T77RCF_INT_PUB.
    Still we are getting error as mentioned above. Can anybody help on this?
    Regards,
    Purnima

    Dear Purnima,
    You should have a look at it in client 000. This is where you can find the table entries how they are shipped with SAP. Problem is that this is the search customizing and if we have other customizing entries in our system they don't suit to your system because I found one different entry in table V77RCF_SMG_NAVI. Please can you check out all tables and compare them with your client 000? (all tables in IMG candidate search > search profile and search templates).
    Hope it helps,
    Regards
    Christine

  • Error in OAF Page Running

    Hi All,
         I created one sample and starting OAF page which displays only the brand logo.
         But when I am trying to Run the page it is creating an error as
         An error was encountered when running
         "JDeveloper\jedevhome\jdev\myclasses\JRADXML":
         No response received in 30 secs.
         Please try the following
         1) Increase the timeout limit by setting the JRAD.RUNREG_TIMEOUT parameter in the ide.properties file located in system directory.
         2) Check the Host Name in the Preferences, under Embedded OC4J.
         3) See the log window for any error message.
    I am using Oracle JDeveloper 10.1.3.3.0 version.
    I am not ware where this ide.properties file is present. I have totally 4 files in the paths:
         1. \jdevhome\jdev\system\oracle.jdeveloper.10.1.3.41.57
         2. \jdevhome\jdev\system11.1.1.6.38.62.29\o.jdeveloper
         3. \jdevhome\jdev\system11.1.1.6.38.62.29\o.sqldeveloper.11.2.0.10.4
         4. \jdevbin\jdev\system\oracle.jdeveloper.10.1.3.41.57
    But, in any of this files there is no such thing as timeout parameter.
    I am very new to the Oracle and this OAF part. Please let me know how this issue can be resolved.
    Please let me know if anyone has solution for this. Its very high importance.
    Thanks in advance,
    Srivathsava

    Hi Dilip,
         Thanks for your reply
         But it is also not working
         For your reference...the Log-Message is
    Compiling...
      validating OA Extension XML "C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevhome\jdev\myprojects\oracle\apps\xxcfi\thirteendec\OAFreshPRJ\webui\OAFreshPG.xml" file.
    C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdk\jre\bin\java.exe -jar C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdev\lib\ojc.jar -source 1.5 -target 1.5 -noquiet -warn -nowarn:320 -deprecation:self -nowarn:560 -nowarn:704 -nowarn:489 -nowarn:415 -nowarn:909 -nowarn:412 -nowarn:414 -nowarn:561 -nowarn:376 -nowarn:371 -nowarn:558 -nowarn:375 -nowarn:413 -nowarn:377 -nowarn:372 -nowarn:557 -nowarn:556 -nowarn:559 -encoding Cp1252 -g -d "C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevhome\jdev\myclasses" -make "C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevhome\jdev\myclasses\OAFreshPRJ.cdi" -classpath  "C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdk\jre\lib\rt.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdk\jre\lib\i18n.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdk\jre\lib\sunrsasign.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdk\jre\lib\jsse.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdk\jre\lib\jce.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdk\jre\lib\charsets.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdk\jre\classes;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevhome\jdev\myclasses;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdev\lib\jdev-rt.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdbc\lib\ojdbc14dms.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdbc\lib\orai18n.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdbc\lib\ocrs12.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\diagnostics\lib\ojdl.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\lib\dms.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jlib\jdev-cm.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\BC4J\lib\adfshare.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\BC4J\lib\bc4jmt.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\BC4J\lib\collections.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\BC4J\lib\bc4jct.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\lib\xmlparserv2.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jlib\ojmisc.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jlib\commons-el.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jlib\jsp-el-api.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jlib\oracle-el.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\BC4J\lib\bc4jctejb.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\j2ee\home\lib\ejb.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\BC4J\lib\bc4jmtejb.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\BC4J\jlib\bc4jhtml.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\BC4J\jlib\datatags.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\BC4J\jlib\bc4juixtags.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\BC4J\jlib\graphtags.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\j2ee\home\lib\ojsp.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\j2ee\home\jsp\lib\taglib\ojsputil.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\j2ee\home\oc4j.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\j2ee\home\lib\oc4j-internal.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\j2ee\home\lib\servlet.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdev\lib\ojc.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jlib\jewt4.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdev\appslibrt\regexp.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdev\appslibrt\share.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdev\appslibrt\uix2.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\oaext\mds\lib\mdsrt.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\oaext\lib\mdsdt.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\oaext\lib\oamdsdt.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdev\appslibrt\fwkjbo.zip;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdev\appslibrt\fwk.zip;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdev\appslibrt\atg.zip;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdev\appslibrt\collections.zip;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdev\appslibrt\concurrent.zip;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdev\appslibrt\oamMaintMode.zip;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdev\appslibrt\wsp.zip;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdev\appslibrt\fwkCabo.zip;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdev\appslibrt\diagnostics.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdev\appslibrt\wsrp-container.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdev\appslibrt\pdkjava.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdev\appslibrt\ptlshare.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdev\appslibrt\xml.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdev\appslibrt\wsrp-container-types.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdev\appslibrt\jaxb-impl.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdev\appslibrt\jaxb-libs.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdev\appslibrt\jazn.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdev\appslibrt\jazncore.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\bibeans\lib\biamlocal.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\bibeans\lib\bipres.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\bibeans\lib\bicmn.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\bibeans\lib\bidatasvr.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\bibeans\lib\bidataclt.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\bibeans\lib\bidatacmn.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\bibeans\lib\biext.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\bibeans\lib\bicmn-nls.zip;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\bibeans\lib\bipres-nls.zip;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\bibeans\lib\bidata-nls.zip;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\bibeans\lib\olap_api.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\BC4J\lib\bc4jdomorcl.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\BC4J\jlib\bc4jdatum.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdev\appslibrt\rosettaRt.zip;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdev\appslibrt\iasjoc.zip;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdev\appslibrt\pat.zip;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdev\appslibrt\patch_jars;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdev\appslibrt\portalFlexComps.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdev\appslibrt\svc.zip;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdev\appslibrt\svctester.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\lib\xml.jar" -sourcepath  "C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevhome\jdev\myprojects;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdk\src.zip;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\BC4J\src\adfmsrc.zip;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\BC4J\src\bc4jsrc.zip;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\BC4J\src\bc4jaddinsrc.zip;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\BC4J\src\bc4jhtmlsrc.zip;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdev\src\uix2-src.zip;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\oaext\mds\src\mdsrtSrc.zip;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\oaext\src\oamdsdtSrc.zip;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdev\src\fwkjboSrc.zip;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdev\src\fwkSrc.zip;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdev\src\atgSrc.zip;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdev\src\oamMaintModeSrc.zip;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdev\src\wspSrc.zip;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdev\src\fwkCaboSrc.zip;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\bibeans\src\bicmn.zip;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\bibeans\src\bidataclt.zip;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\bibeans\src\bidatacmn.zip;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\bibeans\src\bidatasvr.zip;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\bibeans\src\biext.zip;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\bibeans\src\bipres.zip;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\BC4J\src\bc4jdomorcl-src.zip;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdev\src\rosettaRtSrc.zip;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdev\src\patSrc.zip;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdev\appslibrt\patch_srcs;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdev\oamdsxml\*;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdev\appsmdsxml\*;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdev\src\portalFlexCompsSrc.zip;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdev\src\svcSrc.zip;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdev\src\svctesterSrc.zip" "C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevhome\jdev\myprojects\oracle\apps\xxcfi\thirteendec\OAFreshPRJ\server\OAFreshAMImpl.java"
    Validating Business Component: OAFreshPRJ
    Validating Business Component: OAFreshPRJ
      copying OAFresh-data-sources.xml to output directory
      copying OAFresh-jazn-data.xml to output directory
      copying OAFresh-oc4j-app.xml to output directory
    Validating Business Component: OAFreshPRJ
    Validating Business Component: OAFreshPRJ
    Validating Business Component: OAFreshPRJ
    [6:26:59 AM] Compilation complete: 0 errors, 5 warnings.
    The Compiler - Log is
    Warning: OAFreshPRJ: The Business Component Project does not contain a valid connection.
    Project: C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevhome\jdev\myprojects\OAFreshPRJ.jpr
         C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevhome\jdev\myprojects\OAFreshPRJ.jpx
              Warning: OAFreshPRJ: The Business Component Project does not contain a valid connection.
    Embedded OC4J Server - Log is
    [Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevhome\jdev\system\oracle.j2ee.10.1.3.41.57\embedded-oc4j\config>
    "C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdk\bin\javaw.exe" -hotspot "-Doracle.home=C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin" -classpath "C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\j2ee\home\oc4j.jar;C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdev\lib\jdev-oc4j-embedded.jar" -DFND_JDBC_STMT_CACHE_SIZE=200 -DCACHENODBINIT=true -DRUN_FROM_JDEV=true -mx256m -XX:MaxPermSize=256M -Xverify:none -DcheckForUpdates=adminClientOnly -Doracle.application.environment=development -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doc4j.jms.usePersistenceLockFiles=false oracle.oc4j.loader.boot.BootStrap -config "C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevhome\jdev\system\oracle.j2ee.10.1.3.41.57\embedded-oc4j\config\server.xml"
    [waiting for the server to complete its initialization...]
    Dec 18, 2013 6:27:03 AM com.evermind.server.jms.JMSMessages log
    INFO: JMSServer[]: OC4J JMS server recovering transactions (commit 0) (rollback 0) (prepared 0).
    Dec 18, 2013 6:27:03 AM com.evermind.server.jms.JMSMessages log
    INFO: JMSServer[]: OC4J JMS server recovering local transactions Queue[jms/Oc4jJmsExceptionQueue].
    WARNING: Code-source C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdev\appslibrt\xml.jar (from <library> in /C:/Users/sbommise/Srivathsava/Softwares/OAF Patch p9879989_R12_GENERIC/jdevhome/jdev/system/oracle.j2ee.10.1.3.41.57/embedded-oc4j/config/application.xml) has the same filename but is not identical to /C:/Users/sbommise/Srivathsava/Softwares/OAF Patch p9879989_R12_GENERIC/jdevbin/lib/xml.jar (from <code-source> (ignore manifest Class-Path) in META-INF/boot.xml in C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\j2ee\home\oc4j.jar). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader default.root:0.0.0.
    WARNING: Code-source C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdev\appslibrt\jazn.jar (from <library> in /C:/Users/sbommise/Srivathsava/Softwares/OAF Patch p9879989_R12_GENERIC/jdevhome/jdev/system/oracle.j2ee.10.1.3.41.57/embedded-oc4j/config/application.xml) has the same filename but is not identical to /C:/Users/sbommise/Srivathsava/Softwares/OAF Patch p9879989_R12_GENERIC/jdevbin/j2ee/home/jazn.jar (from <code-source> in META-INF/boot.xml in C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\j2ee\home\oc4j.jar). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader default.root:0.0.0.
    WARNING: Code-source C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\jdev\appslibrt\jazncore.jar (from manifest of /C:/Users/sbommise/Srivathsava/Softwares/OAF Patch p9879989_R12_GENERIC/jdevbin/jdev/appslibrt/jazn.jar) has the same filename but is not identical to /C:/Users/sbommise/Srivathsava/Softwares/OAF Patch p9879989_R12_GENERIC/jdevbin/j2ee/home/jazncore.jar (from <code-source> in META-INF/boot.xml in C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevbin\j2ee\home\oc4j.jar). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader default.root:0.0.0.
    WARNING: Code-source C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevhome\jdev\system\oracle.j2ee.10.1.3.41.57\embedded-oc4j\applications\datatags\webapp\WEB-INF\lib\uix2.jar (from WEB-INF/lib/ directory in C:\Users\sbommise\Srivathsava\Softwares\OAF Patch p9879989_R12_GENERIC\jdevhome\jdev\system\oracle.j2ee.10.1.3.41.57\embedded-oc4j\applications\datatags\webapp\WEB-INF\lib) has the same filename but is not identical to /C:/Users/sbommise/Srivathsava/Softwares/OAF Patch p9879989_R12_GENERIC/jdevbin/jdev/appslibrt/uix2.jar (from <library> in /C:/Users/sbommise/Srivathsava/Softwares/OAF Patch p9879989_R12_GENERIC/jdevhome/jdev/system/oracle.j2ee.10.1.3.41.57/embedded-oc4j/config/application.xml). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader datatags.web.webapp:0.0.0.
    13/12/18 06:27:26 java.net.ConnectException: Connection timed out: connect
    13/12/18 06:27:26  at java.net.PlainSocketImpl.socketConnect(Native Method)
    13/12/18 06:27:26  at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
    13/12/18 06:27:26  at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
    13/12/18 06:27:26  at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    13/12/18 06:27:26  at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:364)
    13/12/18 06:27:26  at java.net.Socket.connect(Socket.java:507)
    13/12/18 06:27:26  at java.net.Socket.connect(Socket.java:457)
    13/12/18 06:27:26  at java.net.Socket.<init>(Socket.java:365)
    13/12/18 06:27:26  at java.net.Socket.<init>(Socket.java:207)
    13/12/18 06:27:26  at oracle.jdevimpl.runner.oc4j.Oc4jNotifier.sendMessage(Oc4jNotifier.java:98)
    13/12/18 06:27:26  at oracle.jdevimpl.runner.oc4j.Oc4jNotifier.postInitApplicationServer(Oc4jNotifier.java:55)
    13/12/18 06:27:26  at com.evermind.server.ApplicationServer.serverExtensionPostInit(ApplicationServer.java:1202)
    13/12/18 06:27:26  at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1049)
    13/12/18 06:27:26  at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:131)
    13/12/18 06:27:26  at java.lang.Thread.run(Thread.java:595)
    13/12/18 06:27:26 Oracle Containers for J2EE 10g (10.1.3.3.0)  initialized

Maybe you are looking for