UIXJSP App built off BC4J Project JBO Excep XML File not found for the Container

Running JDEV 9.0.3 build 960
Created a new project in folder "UIX JSP"
"UIX JSP" note the space!
Create a default UIX JSP Application based on existing BC4J Project
When running a JSP - Get a JBO Error complaining that the XML File not found for the Container
If I recreate the project with name UIX_JSP problem does not occur.

I logged a bug on this.

Similar Messages

  • Error JBO-26001: XML File not found for the Container FinancingBillUI.cpx

    error occuring when executing a swing application build from many project's
    project 1 : application with login dialog
    project 2 : bc4j
    project 3 : user interface
    All source file compile sucessfully
    What the problem ?

    Michel:
    Could you post the complete stack trace? From the Subject line, it sounds like your app is not able to locate an XML file (which could mean a problem in CLASSPATH), but a stack trace will help. In fact, turn on diagnostics and post the diag output around the error. Here is an instruction on how to turn on diagnostic:
    1. Select the project.
    2. Do right mouse click and select "Project Settings..."
    3. On the Settings dialog, select Configurations/Runner.
    4. In the righthand side pane, you should see a textbox for "Java
    Options". Please add the following JVM switch:
    -Djbo.debugoutput=console
    Then, rerun. The run command should include
    -Djbo.debugoutput=console as in
    "D:\JDev9i\jdk\bin\javaw.exe" -Djbo.debugoutput=console -classpath ...
    You should now see a lot more output on the IDE's message window.
    Thanks.
    Sung

  • XML File not Found for the Container BC4J.cpx

    Hi,
    Have following error when I start a BC4J-JSP/Struts application (with Embedded and standalone OC4J) :
    500 Internal Server Error
    oracle.jbo.NoXMLFileException: JBO-26001: XML File not found for the Container BC4J.cpx
         oracle.jbo.mom.ContainerDefImpl oracle.jbo.mom.DefinitionManager.loadProjectDefinition(java.lang.String)
              DefinitionManager.java:751
         oracle.jbo.mom.ContainerDefImpl oracle.jbo.mom.DefinitionManager.loadProjectDefinition()
              DefinitionManager.java:793
         void oracle.jbo.mom.DefinitionManager.initManager()
              DefinitionManager.java:137
         void oracle.jbo.uicli.mom.JUMetaObjectManager.<init>()
              JUMetaObjectManager.java:57
         oracle.jbo.uicli.mom.JUMetaObjectManager oracle.jbo.uicli.mom.JUMetaObjectManager.getJUMom()
              JUMetaObjectManager.java:131
         oracle.jbo.common.ampool.SessionCookie oracle.jbo.http.HttpContainer.findSessionCookie(javax.servlet.http.HttpSession, java.lang.String, java.lang.String, java.util.Properties)
              HttpContainer.java:541
         boolean oracle.jbo.html.struts11.BC4JRequestProcessor.initPageFromPath(oracle.jbo.html.struts11.BC4JActionMapping, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
              BC4JRequestProcessor.java:222
         org.apache.struts.action.ActionMapping oracle.jbo.html.struts11.BC4JRequestProcessor.processMapping(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, java.lang.String)
              BC4JRequestProcessor.java:124
         void org.apache.struts.action.RequestProcessor.process(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
              RequestProcessor.java:234
         void org.apache.struts.action.ActionServlet.process(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
              ActionServlet.java:1292
         void org.apache.struts.action.ActionServlet.doGet(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
              ActionServlet.java:492
         void javax.servlet.http.HttpServlet.service(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
              HttpServlet.java:740
         void javax.servlet.http.HttpServlet.service(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
              HttpServlet.java:853
         void com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.invoke(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
              ServletRequestDispatcher.java:721
         void com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.forwardInternal(javax.servlet.ServletRequest, javax.servlet.http.HttpServletResponse)
              ServletRequestDispatcher.java:306
         boolean com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpRequestHandler.processRequest(com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.ApplicationServerThread, com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.EvermindHttpServletRequest, com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.EvermindHttpServletResponse, java.io.InputStream, java.io.OutputStream, boolean)
              HttpRequestHandler.java:767
         void com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpRequestHandler.run(java.lang.Thread)
              HttpRequestHandler.java:259
         void com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpRequestHandler.run()
              HttpRequestHandler.java:106
         void EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run()
              PooledExecutor.java:803
         void java.lang.Thread.run()
              Thread.java:484
    Then I make a Reload and it's ok.
    I have a Workspace with two Projects :
    BC4J.jpr for Businnes Components
    Web.jpr for JSP Struts
    In /classes I have the file Web.cpx, but no BC4J.cpx.
    From which does this name come ? Can I change this name ?
    Thanks
    Yves

    I found this on Metalink...
    JBO-26001: NoXMLFileException
    Cause: Could not open the named XML file for read.
    The following is from Note 137429.1. Hope this helps.
    Raja.
    JBO-26001: NoXMLFileException
    Cause: Could not open the named XML file for read.
    Action: 1. Make sure that the file is present. In particular, if the file is to be found in a zip/jar file, make sure that the Zip/JAR file is included in the CLASSPATH.
    2. This error is also reported if the name of the XML file does not match the object Name specified in the XML file. If the file system support case insensitive file names (e.g., Windows NT), make sure that the file name matches the object Name in the XML file in case-sensitive fashion.
    3. For a .JPX file, this error is reported if the JPX file is missing the JboProject XML tag. Check the JPX file to make sure that the valid tag is in there.
    4. One XML file may be extending another XML file (specified by the Extends element in this XML file). This error is reported if the base XML file is not found.
    5. When loading the XML file for a package (JboPackage tag), this error is reported if some unexpected error occurs while loading a containee.
    In all of the above cases, a more descriptive message may be printed on Diagnostic. If you are not seeing Diagnostic messages, you can run your application with Diagnostic turned on, as in "java -Djbo.debugoutput=console ...", to see Diagnostic messages.

  • Oracle.jbo.NoDefException: JBO-35011: Attribute: x not found for value binding: y

    Hi every one,
    I migrate a project in version 11.1.1.6.0  of jDeveloper to 11.1.1.7.0 and after deploy, the application throws the exception "oracle.jbo.NoDefException: JBO-35011: Attribute: x not found for value binding: y". Rarely in the web or forum, i can't find anything about the code error JBO-35011.
    Someone knows something about this?
    Regards!

    Don't know much about this error but it looks like you have an attribute binding which isn't connected to an vo attribute.  Check all bindings pigthe page and pagedef if the are correctly setup. If you access attribute bindings from a bean you have to check them too.
    Timo

  • JBO-25077: Name Region not found in the given object

    I'm linking my main View Object to a secondary View Object using a View Link. Then in a View Criteria, I use an EXISTS statement to add a field from the secondary View Object. I make that field be a LOV dependent on another data source. When I choose an option from the dropdown list in the resulting <af:query>, it returns an error.
    Below, ELEMENT is the name of that field in the secondary View Object. Product is the variable name. Region is a field in the main View Object.
    (Note: When that field is not a LOV, it works fine.)
    oracle.jbo.expr.JIEvalException: JBO-25077: Name Region not found in the given object: ( (ELEMENT = :Product ) ) .
         at oracle.jbo.common.JboBeanUtils.getProperty(JboBeanUtils.java:85)
         at oracle.jbo.common.JboBeanUtils.getPropertyInMapOrBean(JboBeanUtils.java:235)
         at oracle.jbo.ExprEval.getRowVal(ExprEval.java:1367)
         at oracle.jbo.ViewCriteriaRow.getExprVarVal(ViewCriteriaRow.java:1822)
    I'm using JDeveloper 11.1.2.2.0

    I have additional information.
    The field Region in the primary View Object has another field dependent on it. It seems like when the field Element in the secondary View Object is changed, the dependent field tries to look for "Region" in the secondary View Object (which I don't understand why it would), but can't find it, so returns the error.
    Hope this might be a clue to figuring out why the error happens.

  • 404 file not found ,for servlets in a web app but not for html files

              Hi everybody ,I have this web app on weblogic 7 .The application
              works file with Tomcat 4.0 but on WebLogic server 7,I am getting
              404 not found for all the servlets ,although weblogic is serving
              the html files without any problems
              

    Create a subdirectory called 'classes' and copy your servlet class file
              to the 'classes' dir.
              mydomain/applications/
              DefaultWebApp/
              WEB-INF/classes.
              Modify the web.xml file located in the mydomain/applications/
              DefaultWebApp/
              WEB-INF/ directory
              <web-app>
              <servlet>
              <servlet-name>
              myServlet
              </servlet-name>
              <servlet-class>
              package.name.myServlet
              </servlet-class>
              </servlet>
              <servlet-mapping>
              <servlet-name>
              myServlet
              </servlet-name>
              <url-pattern>
              servlet-url-pattern
              </url-pattern>
              </servlet-mapping>
              </web-app>
              Start the default WebLogic Server.
              Call your servlet from a Web browser with the following URL:
              http://localhost:port/servlet-url-pattern
              servlet-url-pattern is the value of the <url-pattern> element that you
              defined in the web.xml file.
              prakash wrote:
              > Hi everybody ,I have this web app on weblogic 7 .The application
              > works file with Tomcat 4.0 but on WebLogic server 7,I am getting
              > 404 not found for all the servlets ,although weblogic is serving
              > the html files without any problems
              

  • Configuration file not found jbo-33005

    I am stumped, I have an application created in JDeveloper and using jakarta-struts. When I try to update the database, I get the following error: JboException: JBO-29000: unexpected exception caught: ...JBO-33005: Configuration ApplicationModuleLocal not found.
    The JBO-33005 documentation says: This exception is thrown when the named Configuration is not found in the bc4j.xcfg file.
    Action: Make sure the name of the configuration is correct.
    I have doubled checked and the name is correct, the bc4j file is in the class path, etc.
    Does anyone have any suggestions on how to correct this error?
    Thank you in advance.

    Hi Keith, we're over here in my beloved OS9 forum, but actually you need to maybe post over here in 10.4.x/Tiger forums...
    http://discussions.apple.com/forum.jspa?forumID=758
    http://discussions.apple.com/post!default.jspa?forumID=758
    Not that we couldn't probably answer it here, but to avoid confusion to others, I think it'd be to your benefit!

  • "File not found" error in Office Web Apps

    Hi,
    i have set up in my single server farm the Office Web Apps as descripted in the following article:
    Deploy Office Web Apps (Installed on SharePoint 2010 Products)
    When i create now a new SiteCollection based on the Blank Template and create a document library with some word documents, i get the following errors:
    1.) Clicking on the menuitem View in Browser throws
    File not found
    2.)When i click on the file name in the library i get:
    Word Web App cannot open this document for viewing because of an unexpected error.  To view this document open it in Microsoft Word.
    In the ULS i get the following:
    09/18/2014 13:04:12.93 w3wp.exe (0x1C78)                      
    0x0410
    SharePoint Foundation         Logging Correlation Data      
    xmnv Medium  
    Site=/bog/OWATEST d9db5130-d9d3-4f25-8d4c-8c94eab159c7
    09/18/2014 13:04:12.93 w3wp.exe (0x1C78)                      
    0x0410
    Office Web Apps              
    Office Viewing Architecture   vjyu
    Medium   Librarian.BeginGetItem(F888fc880ee524f61beba804e78821176m648dc133acbb4432bb233029053d0d01m7d0789a965f243b886e75813fc8510f0m, Silverlight, docdata.xml)
    d9db5130-d9d3-4f25-8d4c-8c94eab159c7
    09/18/2014 13:04:12.93 w3wp.exe (0x1C78)                      
    0x0410
    Office Web Apps              
    Office Viewing Architecture   vkaw
    Medium   ViewStore.SetCompleted(F888fc880ee524f61beba804e78821176m648dc133acbb4432bb233029053d0d01m7d0789a965f243b886e75813fc8510f0m, Silverlight, docdata.xml) - status = ConversionError
    d9db5130-d9d3-4f25-8d4c-8c94eab159c7
    09/18/2014 13:04:12.93 w3wp.exe (0x1C78)                      
    0x0410
    Office Web Apps              
    Office Viewing Architecture   vjzo
    Medium   Librarian.SetCompleted(F888fc880ee524f61beba804e78821176m648dc133acbb4432bb233029053d0d01m7d0789a965f243b886e75813fc8510f0m, Silverlight, docdata.xml) - status = ConversionError
    d9db5130-d9d3-4f25-8d4c-8c94eab159c7
    09/18/2014 13:04:12.93 w3wp.exe (0x1C78)                      
    0x0410
    SharePoint Foundation         Monitoring                    
    b4ly Medium  
    Leaving Monitored Scope (Request (GET:http://sharepoint2010:80/bog/OWATEST/_vti_bin/docdatahandler.ashx?d=F888fc880ee524f61beba804e78821176m648dc133acbb4432bb233029053d0d01m7d0789a965f243b886e75813fc8510f0m&z=7D0789A9-65F2-43B8-86E7-5813FC8510F01&type=sl&ui=de-DE)).
    Execution Time=19,0333547978863 d9db5130-d9d3-4f25-8d4c-8c94eab159c7
    09/18/2014 13:04:12.94 w3wp.exe (0x068C)                      
    0x1050
    Office Web Apps              
    Office Viewing Architecture   b10e
    Medium   Created desk"Apple-tab-span" style="white-space:pre;">  
    09/18/2014 13:04:12.94 w3wp.exe (0x068C)                      
    0x1050
    Office Web Apps              
    Office Viewing Architecture   2brt
    Medium   AppWorker:9c3ee281-ef97-41d3-ada6-90bfa7c160fc worker process is started Exe: AppServerHost.exe Args: /id 9c3ee281-ef97-41d3-ada6-90bfa7c160fc /convertingService net.pipe://127.0.0.1/a57fa3f9-b3f7-4b45-9860-8fdd6ebcc62d
    /assembly wacword.dll /type WACWS /IsBatchedTracing True /LogQuota 100 WorkerType: WorkerType1 Directory: c:\windows\system32\inetsrv, pid : 13328, IsSandBoxed: True, UniqueSandBoxSid: S-1-5-26473-19571-45394-1377
    09/18/2014 13:04:12.94 w3wp.exe (0x068C)                      
    0x1050
    Office Web Apps              
    Office Viewing Architecture   vioz
    Medium   RemoveWorker isRemoved: True session id : uuid:f8655b88-00a7-40ec-bdf5-457f5fb9f2df;id=1376, Guid: 4390f3b2-c580-4379-bbd5-b8b90df5e9fc
    09/18/2014 13:04:12.94 w3wp.exe (0x068C)                      
    0x2150
    Office Web Apps              
    Office Viewing Architecture   4sig
    Medium   ChildProcess AppServerHost.exe is launched inside worker 9c3ee281-ef97-41d3-ada6-90bfa7c160fc. Pid 13328
    09/18/2014 13:04:12.95 w3wp.exe (0x068C)                      
    0x2150
    Office Web Apps              
    Office Viewing Architecture   d9hn
    Medium   NotifyNewChildProcessInWorker has seen AppServerHost.exe in worker 9c3ee281-ef97-41d3-ada6-90bfa7c160fc
    09/18/2014 13:04:13.17 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   viou
    Medium   ... registering worker 9c3ee281-ef97-41d3-ada6-90bfa7c160fc
    09/18/2014 13:04:13.19 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   viox
    Medium   Worker 9c3ee281-ef97-41d3-ada6-90bfa7c160fc is now initialized.
    09/18/2014 13:04:13.20 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   wyqt
    Monitorable Task thread crashed System.InvalidOperationException: Calling Post() on 'Microsoft.Office.Web.Common.RequestPipe.AppChannelSynchronizationContext' resulted in multiple callbacks.  This indicates a
    problem in 'Microsoft.Office.Web.Common.RequestPipe.AppChannelSynchronizationContext'.     at System.ServiceModel.Dispatcher.ThreadBehavior.SynchronizationContextCallback(Object state)     at Microsoft.Office.Web.Common.RequestPipe.AppChannelSynchronizationContext.RunTask()
        at Microsoft.Office.Web.Common.TaskThread.Run()
    9c3ee281-ef97-41d3-ada6-90bfa7c160fc
    09/18/2014 13:04:13.31 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   vipx
    Monitorable AppWorker:9c3ee281-ef97-41d3-ada6-90bfa7c160fc application server host exited unexpectedly  (thread: 187)
    09/18/2014 13:04:13.31 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   c78j
    Unexpected AppWorker:9c3ee281-ef97-41d3-ada6-90bfa7c160fc ProcessRequestDone() received error response WorkerCrashed, restarting the worker
    09/18/2014 13:04:13.31 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   xpre
    Medium   Removing worker 9c3ee281-ef97-41d3-ada6-90bfa7c160fc, thread: 187
    09/18/2014 13:04:13.31 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   f2yg
    Medium   CreateSandBoxedProcessWorker() is called
    09/18/2014 13:04:13.32 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   b10e
    Medium   Created desk"Apple-tab-span" style="white-space:pre;">  
    09/18/2014 13:04:13.33 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   2brt
    Medium   AppWorker:756afa45-8681-4aa2-8288-5b87b433a239 worker process is started Exe: AppServerHost.exe Args: /id 756afa45-8681-4aa2-8288-5b87b433a239 /convertingService net.pipe://127.0.0.1/a57fa3f9-b3f7-4b45-9860-8fdd6ebcc62d
    /assembly wacword.dll /type WACWS /IsBatchedTracing True /LogQuota 100 WorkerType: WorkerType1 Directory: c:\windows\system32\inetsrv, pid : 13408, IsSandBoxed: True, UniqueSandBoxSid: S-1-5-26473-19571-45394-1378
    09/18/2014 13:04:13.33 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   vioz
    Medium   RemoveWorker isRemoved: True session id : uuid:f8655b88-00a7-40ec-bdf5-457f5fb9f2df;id=1377, Guid: 9c3ee281-ef97-41d3-ada6-90bfa7c160fc
    09/18/2014 13:04:13.33 w3wp.exe (0x068C)                      
    0x2150
    Office Web Apps              
    Office Viewing Architecture   4sig
    Medium   ChildProcess AppServerHost.exe is launched inside worker 756afa45-8681-4aa2-8288-5b87b433a239. Pid 13408
    09/18/2014 13:04:13.33 w3wp.exe (0x068C)                      
    0x2150
    Office Web Apps              
    Office Viewing Architecture   d9hn
    Medium   NotifyNewChildProcessInWorker has seen AppServerHost.exe in worker 756afa45-8681-4aa2-8288-5b87b433a239
    09/18/2014 13:04:13.54 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   viou
    Medium   ... registering worker 756afa45-8681-4aa2-8288-5b87b433a239
    09/18/2014 13:04:13.57 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   viox
    Medium   Worker 756afa45-8681-4aa2-8288-5b87b433a239 is now initialized.
    09/18/2014 13:04:13.57 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   wyqt
    Monitorable Task thread crashed System.InvalidOperationException: Calling Post() on 'Microsoft.Office.Web.Common.RequestPipe.AppChannelSynchronizationContext' resulted in multiple callbacks.  This indicates a
    problem in 'Microsoft.Office.Web.Common.RequestPipe.AppChannelSynchronizationContext'.     at System.ServiceModel.Dispatcher.ThreadBehavior.SynchronizationContextCallback(Object state)     at Microsoft.Office.Web.Common.RequestPipe.AppChannelSynchronizationContext.RunTask()
        at Microsoft.Office.Web.Common.TaskThread.Run()
    756afa45-8681-4aa2-8288-5b87b433a239
    09/18/2014 13:04:13.68 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   vipx
    Monitorable AppWorker:756afa45-8681-4aa2-8288-5b87b433a239 application server host exited unexpectedly  (thread: 187)
    09/18/2014 13:04:13.68 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   c78j
    Unexpected AppWorker:756afa45-8681-4aa2-8288-5b87b433a239 ProcessRequestDone() received error response WorkerCrashed, restarting the worker
    09/18/2014 13:04:13.69 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   xpre
    Medium   Removing worker 756afa45-8681-4aa2-8288-5b87b433a239, thread: 187
    09/18/2014 13:04:13.69 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   f2yg
    Medium   CreateSandBoxedProcessWorker() is called
    09/18/2014 13:04:13.70 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   b10e
    Medium   Created desk"Apple-tab-span" style="white-space:pre;">  
    09/18/2014 13:04:13.70 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   2brt
    Medium   AppWorker:543a7cd7-90f8-4b94-b3e0-4abe0ec50b49 worker process is started Exe: AppServerHost.exe Args: /id 543a7cd7-90f8-4b94-b3e0-4abe0ec50b49 /convertingService net.pipe://127.0.0.1/a57fa3f9-b3f7-4b45-9860-8fdd6ebcc62d
    /assembly wacword.dll /type WACWS /IsBatchedTracing True /LogQuota 100 WorkerType: WorkerType1 Directory: c:\windows\system32\inetsrv, pid : 13488, IsSandBoxed: True, UniqueSandBoxSid: S-1-5-26473-19571-45394-1379
    09/18/2014 13:04:13.70 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   vioz
    Medium   RemoveWorker isRemoved: True session id : uuid:f8655b88-00a7-40ec-bdf5-457f5fb9f2df;id=1378, Guid: 756afa45-8681-4aa2-8288-5b87b433a239
    09/18/2014 13:04:13.70 w3wp.exe (0x068C)                      
    0x2150
    Office Web Apps              
    Office Viewing Architecture   4sig
    Medium   ChildProcess AppServerHost.exe is launched inside worker 543a7cd7-90f8-4b94-b3e0-4abe0ec50b49. Pid 13488
    09/18/2014 13:04:13.70 w3wp.exe (0x068C)                      
    0x2150
    Office Web Apps              
    Office Viewing Architecture   d9hn
    Medium   NotifyNewChildProcessInWorker has seen AppServerHost.exe in worker 543a7cd7-90f8-4b94-b3e0-4abe0ec50b49
    09/18/2014 13:04:13.91 w3wp.exe (0x068C)                      
    0x1050
    Office Web Apps              
    Office Viewing Architecture   viou
    Medium   ... registering worker 543a7cd7-90f8-4b94-b3e0-4abe0ec50b49
    09/18/2014 13:04:13.92 w3wp.exe (0x068C)                      
    0x1050
    Office Web Apps              
    Office Viewing Architecture   viox
    Medium   Worker 543a7cd7-90f8-4b94-b3e0-4abe0ec50b49 is now initialized.
    09/18/2014 13:04:13.93 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   wyqt
    Monitorable Task thread crashed System.InvalidOperationException: Calling Post() on 'Microsoft.Office.Web.Common.RequestPipe.AppChannelSynchronizationContext' resulted in multiple callbacks.  This indicates a
    problem in 'Microsoft.Office.Web.Common.RequestPipe.AppChannelSynchronizationContext'.     at System.ServiceModel.Dispatcher.ThreadBehavior.SynchronizationContextCallback(Object state)     at Microsoft.Office.Web.Common.RequestPipe.AppChannelSynchronizationContext.RunTask()
        at Microsoft.Office.Web.Common.TaskThread.Run()
    543a7cd7-90f8-4b94-b3e0-4abe0ec50b49
    09/18/2014 13:04:14.04 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   vipx
    Monitorable AppWorker:543a7cd7-90f8-4b94-b3e0-4abe0ec50b49 application server host exited unexpectedly  (thread: 187)
    09/18/2014 13:04:14.04 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   c78j
    Unexpected AppWorker:543a7cd7-90f8-4b94-b3e0-4abe0ec50b49 ProcessRequestDone() received error response WorkerCrashed, restarting the worker
    09/18/2014 13:04:14.04 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   xpre
    Medium   Removing worker 543a7cd7-90f8-4b94-b3e0-4abe0ec50b49, thread: 187
    09/18/2014 13:04:14.04 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   f2yg
    Medium   CreateSandBoxedProcessWorker() is called
    09/18/2014 13:04:14.05 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   b10e
    Medium   Created desk"Apple-tab-span" style="white-space:pre;">  
    09/18/2014 13:04:14.06 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   2brt
    Medium   AppWorker:6e96c591-38f8-4691-897d-588cb92206d1 worker process is started Exe: AppServerHost.exe Args: /id 6e96c591-38f8-4691-897d-588cb92206d1 /convertingService net.pipe://127.0.0.1/a57fa3f9-b3f7-4b45-9860-8fdd6ebcc62d
    /assembly wacword.dll /type WACWS /IsBatchedTracing True /LogQuota 100 WorkerType: WorkerType1 Directory: c:\windows\system32\inetsrv, pid : 13564, IsSandBoxed: True, UniqueSandBoxSid: S-1-5-26473-19571-45394-1380
    09/18/2014 13:04:14.06 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   vioz
    Medium   RemoveWorker isRemoved: True session id : uuid:f8655b88-00a7-40ec-bdf5-457f5fb9f2df;id=1379, Guid: 543a7cd7-90f8-4b94-b3e0-4abe0ec50b49
    09/18/2014 13:04:14.06 w3wp.exe (0x068C)                      
    0x2150
    Office Web Apps              
    Office Viewing Architecture   4sig
    Medium   ChildProcess AppServerHost.exe is launched inside worker 6e96c591-38f8-4691-897d-588cb92206d1. Pid 13564
    09/18/2014 13:04:14.06 w3wp.exe (0x068C)                      
    0x2150
    Office Web Apps              
    Office Viewing Architecture   d9hn
    Medium   NotifyNewChildProcessInWorker has seen AppServerHost.exe in worker 6e96c591-38f8-4691-897d-588cb92206d1
    09/18/2014 13:04:14.25 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   viou
    Medium   ... registering worker 6e96c591-38f8-4691-897d-588cb92206d1
    09/18/2014 13:04:14.27 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   viox
    Medium   Worker 6e96c591-38f8-4691-897d-588cb92206d1 is now initialized.
    09/18/2014 13:04:14.28 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   wyqt
    Monitorable Task thread crashed System.InvalidOperationException: Calling Post() on 'Microsoft.Office.Web.Common.RequestPipe.AppChannelSynchronizationContext' resulted in multiple callbacks.  This indicates a
    problem in 'Microsoft.Office.Web.Common.RequestPipe.AppChannelSynchronizationContext'.     at System.ServiceModel.Dispatcher.ThreadBehavior.SynchronizationContextCallback(Object state)     at Microsoft.Office.Web.Common.RequestPipe.AppChannelSynchronizationContext.RunTask()
        at Microsoft.Office.Web.Common.TaskThread.Run()
    6e96c591-38f8-4691-897d-588cb92206d1
    09/18/2014 13:04:14.38 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   vipx
    Monitorable AppWorker:6e96c591-38f8-4691-897d-588cb92206d1 application server host exited unexpectedly  (thread: 187)
    09/18/2014 13:04:14.38 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   c78j
    Unexpected AppWorker:6e96c591-38f8-4691-897d-588cb92206d1 ProcessRequestDone() received error response WorkerCrashed, restarting the worker
    09/18/2014 13:04:14.38 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   xpre
    Medium   Removing worker 6e96c591-38f8-4691-897d-588cb92206d1, thread: 187
    09/18/2014 13:04:14.38 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   f2yg
    Medium   CreateSandBoxedProcessWorker() is called
    09/18/2014 13:04:14.40 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   b10e
    Medium   Created desk"Apple-tab-span" style="white-space:pre;">  
    09/18/2014 13:04:14.40 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   2brt
    Medium   AppWorker:a3088b58-780b-4bb8-b65d-e377e7ba4030 worker process is started Exe: AppServerHost.exe Args: /id a3088b58-780b-4bb8-b65d-e377e7ba4030 /convertingService net.pipe://127.0.0.1/a57fa3f9-b3f7-4b45-9860-8fdd6ebcc62d
    /assembly wacword.dll /type WACWS /IsBatchedTracing True /LogQuota 100 WorkerType: WorkerType1 Directory: c:\windows\system32\inetsrv, pid : 13644, IsSandBoxed: True, UniqueSandBoxSid: S-1-5-26473-19571-45394-1381
    09/18/2014 13:04:14.40 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   vioz
    Medium   RemoveWorker isRemoved: True session id : uuid:f8655b88-00a7-40ec-bdf5-457f5fb9f2df;id=1380, Guid: 6e96c591-38f8-4691-897d-588cb92206d1
    09/18/2014 13:04:14.40 w3wp.exe (0x068C)                      
    0x2150
    Office Web Apps              
    Office Viewing Architecture   4sig
    Medium   ChildProcess AppServerHost.exe is launched inside worker a3088b58-780b-4bb8-b65d-e377e7ba4030. Pid 13644
    09/18/2014 13:04:14.40 w3wp.exe (0x068C)                      
    0x2150
    Office Web Apps              
    Office Viewing Architecture   d9hn
    Medium   NotifyNewChildProcessInWorker has seen AppServerHost.exe in worker a3088b58-780b-4bb8-b65d-e377e7ba4030
    09/18/2014 13:04:14.57 w3wp.exe (0x068C)                      
    0x1050
    Office Web Apps              
    Office Viewing Architecture   viou
    Medium   ... registering worker a3088b58-780b-4bb8-b65d-e377e7ba4030
    09/18/2014 13:04:14.60 w3wp.exe (0x068C)                      
    0x1050
    Office Web Apps              
    Office Viewing Architecture   viox
    Medium   Worker a3088b58-780b-4bb8-b65d-e377e7ba4030 is now initialized.
    09/18/2014 13:04:14.60 w3wp.exe (0x068C)                      
    0x1050
    Office Web Apps              
    Office Viewing Architecture   wyqt
    Monitorable Task thread crashed System.InvalidOperationException: Calling Post() on 'Microsoft.Office.Web.Common.RequestPipe.AppChannelSynchronizationContext' resulted in multiple callbacks.  This indicates a
    problem in 'Microsoft.Office.Web.Common.RequestPipe.AppChannelSynchronizationContext'.     at System.ServiceModel.Dispatcher.ThreadBehavior.SynchronizationContextCallback(Object state)     at Microsoft.Office.Web.Common.RequestPipe.AppChannelSynchronizationContext.RunTask()
        at Microsoft.Office.Web.Common.TaskThread.Run()
    a3088b58-780b-4bb8-b65d-e377e7ba4030
    Whats wrong here?

    http://technet.microsoft.com/en-us/library/ff431687%28v=office.15%29.aspx
    Problem: You receive a "File Not Found. The URL of the original file is not valid or the document is not publicly accessible. Verify the URL is correct, then contact the document owner"
    error when you try to view an Office document in Office Web Apps by using a user generated URL.
    Are you trying to open a document that has a file size that is larger than 10 megabytes from a user generated URL? Make sure the document doesn’t exceed 10 megabytes.
    If this helped you resolve your issue, please mark it Answered

  • Office web app 2013 file not found

    Hi,
    Trying to access a document preview from sharepoint 2013 i get "file not found" from the office web app server.
    In the OWA server uls logs I can see a messege "disk cache file not found" so i looked at the cachelocation and the renderinglocalcachlocation
    directories and i can only find the doc preview files in the renderinglocalcachlocation dir.
    I also made sure the identity of openfromurlhost and openfromurlweb application pools have access to this documend and i
    run the openfromurlenable command.
    any ideas ?
    thanks.

    Hi,
    Try the following:
    1- https://support.office.com/en-nz/article/Configure-disk-based-cache-settings-75429eaf-893a-4a27-bca7-bf75497091de
    2-adding OWA
    url to the "Trusted Sites".
    3-Make sure you have followed the instructions for OWA installation configurations
    http://blogs.msdn.com/b/uksharepoint/archive/2013/08/06/scripted-installation-of-sharepoint-2013-and-office-web-apps-server-from-the-field-part-4.aspx
    Kind Regards,
    John Naguib
    Technical Consultant/Architect
    MCITP, MCPD, MCTS, MCT, TOGAF 9 Foundation
    Please remember to mark your question as answered if this solves your problem

  • JBO-33001: Configuration file /oracle/apps/crmCommon/activities/activityManagementService/applicationModule/common/bc4j.xcfg is not found in the classpath.

    I am trying to consume a base model which is available in the Customer.jws (AppCmmnCompActivitiesPublicModelActivityManagement) to my Mobile UI project available in Sales.jws (SalesMobilePublicUi). We have added proper Databindings.cpx entry for accessing the applicationModule present in the model.
    On deploying the sales mobile app, I get the following ConfigException:
    JBO-33001: Configuration file /oracle/apps/crmCommon/activities/activityManagementService/applicationModule/common/bc4j.xcfg is not found in the classpath.
    The bc4j.xcfg mentioned in the above path actually contains the entry. On checking about this issue, I found out that the prominent solution would be model project should be added as Dependencies to the UI project. But the UI is in different workspace (Sales.jws) and so the list of dependencies shown are those of this workspace only, whereas the model is present in Customer.jws and it does not come under the dependencies list.
    How can this issue be resolved? Please let me know any pointers on solving this issue.

    Build an adfLibrary from the model in the Customers.jws and add this adfLibrary to the other ui project. This will get you the dependency.
    Timo

  • JBO:33001 bc4j.xcfg file not found in class path

    Hi,
    I am yet another victim of the age-old error JBO:33001 bc4j.xcfg file not found in class path, When i have my BC4JApp.jar in Tomcat Web-inf/lib directory. All the other jar files and class files in my webserver-application web-inf classes and lib directory works.
    But Tomcat server is not able to read this bc4j.xcfg file. I can see in my jar file that this bc4j.xcfg exists and in the specified package directory. still the problem persists. My BC4JApp.jar is perfectly working when i use JDeveloper. but not when i use tomcat4.0 and call a JSP using BC4JApp.jar from browser (My environment is Jdeveloper3.2, Tomcat4.0+IIS in middle tier and oracle 8i as DB, everything on windows2k)
    I have gone through almost all the threads possible that relates to this error in this form. None of them have a answer except to say "put the file in classpath". and last reply is "will fix in jDeveloper 9i. So what happens to us who are working in Jdeveloper 3.2?
    1. I have this file in my jar file.
    2. I also tried creating a seperate directory manually, with the same name as my package under web-inf/classes, web-inf/lib , just under web-inf directory and atlast under approot directory also. I tried having my package directory containing bc4j.xcfg in these folders one at a time and also tried having this directory in all these folders at the same time.
    Still no solution.
    Itz frustrating that neither proper documentation nor a right url page nor i am aware of available addressing this. page links given in above threads only gives me the wonderful page of ie's "Page cannot be displayed".
    Is there a answer to this error and my problem. If this doesn't work, then i have to all the way develop from scratch creating my jsp using JDBC calls and Stored packages etc.
    I don't want to give up on this Jdeveloper at this final moment because if this bc4j.xcfg file is found, my application will work perfectly. on these final moments, if this doesn't work, i am frightened to imagine to develop my application in standard way. Atlast, if thatz the option left,we have to do that bcos our production date is close by.
    Please can some one in this forum or Jdeveloper help me to solve this problem. I am desperate and very urgent.
    Waiting for a reply from Jdev team very much...
    ( I just posted in the other thread which is pretty old, dated backto May 2001, which was relevant to this error. Just to make sure it is noticed, I am posting it seperately too)
    Thanks
    Hari(2/3/02)

    Hi All,
    For those who are following this thread, I got a solution for this error with the help of Jdev Team.
    This solution may work, if you have deployed your application in Tomcat4.0.1. This is the environment in which I work and tested.
    As you may be aware, Tomcat ignores value in CLASSPATH variable.
    To see any files that are existing or newly deployed, it has it own way of detecting it.
    Addition information on Tomcat working, you can follow this link,
    http://jakarta.apache.org/tomcat/tomcat-4.0-doc/index.html
    Coming to point, Tomcat has got five classloaders and each classloader invoked, looks in their related directories for files in following order.
    1. /WEB-INF/classes of your web-application
    2. /WEB-INF/lib/*.jar of your web application
    3. BootStrap classes of your JVM (Tomcat's $JAVA_HOME/jre/lib/ext)
    4. System class loader classes($CATALINA_HOME/bin/bootstrap.jar,CATALINA_HOME/lib/tools.jar)
    5. $CATALINA_HOME/common/classes
    6. $CATALINA_HOME/common/lib/*.jar
    7. $CATALINA_HOME//classes
    8. $CATALINA_HOME/lib/*.jar
    So All your individual application related files should be deployed in your application's WEB-INF/classes or WEB-INF/lib directory accordingly.
    If your application files are unpacked, they should be deployed or copied under WEB-INF/classes directory
    if the files are within a jar, they should be under WEB-INF/lib directory.
    If your Jar-files contains bc4j components, then those jar files should be deployed under WEB-INF/lib directory. Also,do the next step to copy all relavant BC4J runtime libraries under lib directory.
    IMPORTANT: Please remember to copy and paste all the required BC4j runtime libraries in the Same WEB-INF/lib directory along with your application jar files. This is the real reason which can solve this JBO:33001 to disappear. It worked for me.
    To configure your directory for tag-lib uri's, use web.xml to set the taglib-uri attribute.
    Put your web.xml and DataTags.tld in the WEB-INF directory.
    Your simple web.xml may look like as follows.
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!DOCTYPE web-app
    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
    "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
         <taglib>
              <taglib-uri>
                   /webapp/DataTags.tld
              </taglib-uri>
              <taglib-location>
                   /WEB-INF/DataTags.tld
              </taglib-location>
         </taglib>
    </web-app>
    You may then modify this web.xml to suit further requirements of your application.
    Remember to stop and restart the Tomcat Server (service) by using shutdown and startup scripts after updating any jar files/class files/ JSP or source files deployed in Tomcat.
    Sometimes, only this helps even though your context's reloadable attribute is set to true in Tomcat Server's server.xml file.
    Hope this above information helps you to solve this error in Tomcat environment. My Sincere thanks once again to Juan and Jdev team for their help and efforts to solve this problem.
    Thanks
    Hari

  • JUNIT test failure-Configuration file bc4j.xcfg not found in the classpath

    Hi All,
    As part of an ESS project,Im having a model project containing a VO(parameters VO).This VO is configured to have Read-only access through SQL query and have only one transient attribute each.For the model projects containing the VO for pre merge checker compliance I had to create JUNIT Test projects containing new AMs for testing the parametersVO. While running the JUNIT tests I got an exception like
    “oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.ConfigException, msg=JBO-33001: Configuration file /oracle/apps/hcm/goals/core/dataMigration/publicEssModel/test/applicationModule/common/bc4j.xcfg is not found in the classpath.”.—even though this file is contained in both the src/classes folder of the project.
    When i try to run the TestAM I'm getting an exception like 'configuration tester.xcfg not found in the calsspath.
    While debugging this error, we found that we are able to successfully run the JUNIT tests if we make some changes in the adf-config.xml file of the Application. The change required is to comment out the mdsC:adf-mds-config tag in the xml file.
    After doing this change Im also able to run my AM without any exception.
    Is this a known issue?.
    Since modifying the adf-config.xml is not a recommended practice is there any workaround that we can get rid of this exception.
    Regards,
    Ajin.

    Just checked but could only find this thread Unable to run ADFBC JUNIT Test Classes with JDEV11G 11.1.1.6
    As it's also dealing with junit and 11.1.1.6.0 you might want to read it.
    Timo

  • Services/common/bc4j.xcfg is not found in the classpath

    Hi Everyone,
    i have got one ADF application which has developed in Jdev 11G release 2.
    i have tried to run in my Jdev(Jdev 11G release1 11.1.1.5.0).
    it gave some errors regarding imports so i imported those missing jar files and application got comipled succesfully.
    When i run the application it shows me below error:
    <Utils> <buildFacesMessage> ADF: Adding the following JSF error message: Configuration file /com/sinter/gme/abc/services/common/bc4j.xcfg is not found in the classpath.
    oracle.jbo.ConfigException: JBO-33001: Configuration file /com/sinter/gme/abc/services/common/bc4j.xcfg is not found in the classpath.
    when i check that path in my project its there till "/com/sinter/gme/abc/services" and "/common/bc4j.xcfg" is not there.
    the same appliaction is running fine in server after deploying. but i need to change some things and redeploy it but it is not running as expected.
    Please help me to get out of this.
    Any suggestions.
    Thanks.

    Add Model to ViewController as dependency(right click Model--> Dependencies-->use custom setting), add dependency with "Edit dependencies".

  • Configuration file /service/common/bc4j.xcfg is not found in the classpath.

    hi have a situation where when i add a certain jar in my portal application am geting this error but if i remove the jar in the portal application am geting the error where mis the problem is in my jar must i go to my jar application and solve problem there and where if the problem is in my portal where must i solve the proble am in jdeveloper 11.1.1.6.0
    the log error is
    <RegionRenderer> <encodeAll> The region component with id: pt1:r1 has detected a page fragment with multiple root components. Fragments with more than one root component may not display correctly in a region and may have a negative impact on performance. It is recommended that you restructure the page fragment to have a single root component.
    <Utils> <buildFacesMessage> ADF: Adding the following JSF error message: Configuration file test3/test4/test2/test1/bc/service/common/bc4j.xcfg is not found in the classpath.
    oracle.jbo.ConfigException: JBO-33001: Configuration file /test3/test4/test2/test1/bc/service/common/bc4j.xcfg is not found in the classpath.
         at oracle.jbo.client.Configuration.loadFromClassPath(Configuration.java:467)
         at oracle.jbo.common.ampool.PoolMgr.loadConfiguration(PoolMgr.java:600)
         at oracle.jbo.common.ampool.PoolMgr.findPool(PoolMgr.java:526)
         at oracle.adf.model.bc4j.DCJboDataControl.findApplicationPool(DCJboDataControl.java:572)
         at oracle.adf.model.bc4j.DCJboDataControl.initializeSessionCookie(DCJboDataControl.java:396)
         at oracle.adf.model.bc4j.DCJboDataControl.initializeJboSession(DCJboDataControl.java:310)
         at oracle.adf.model.bc4j.DataControlFactoryImpl.createSessionInternal(DataControlFactoryImpl.java:220)
         at oracle.adf.model.bc4j.DataControlFactoryImpl.createSession(DataControlFactoryImpl.java:130)
         at oracle.adf.view.rich.render.RichRenderer.encodeStretchedChild(RichRenderer.java:2004)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer._renderPane(PanelSplitterRenderer.java:1360)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer.encodeAll(PanelSplitterRenderer.java:279)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:341)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:405)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:421)
         at oracle.adfinternal.view.faces.renderkit.rich.PageTemplateRenderer.encodeAll(PageTemplateRenderer.java:69)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:341)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.encodeEnd(ContextSwitchingComponent.java:155)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:405)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:421)
         at oracle.adfinternal.view.faces.renderkit.rich.FormRenderer.encodeAll(FormRenderer.java:220)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:341)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:405)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:421)
         at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer.encodeAll(DocumentRenderer.java:1324)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
    how can i make sure your .jar ViewController project have Model project as a dependency,how can i search this path in jdeveloper /test1/test2/test3/test4/bc/service/common/bc4j.xcfg
    Edited by: adf009 on 2013/04/11 9:47 AM
    Edited by: adf009 on 2013/04/11 11:19 AM
    Edited by: adf009 on 2013/04/11 11:19 AM

    but am still geting the error in my portal application
    <Utils> <buildFacesMessage> ADF: Adding the following JSF error message: Configuration file /za/gov/cadastre/vulindlela/bc/service/common/bc4j.xcfg is not found in the classpath.
    oracle.jbo.ConfigException: JBO-33001: Configuration file /za/gov/cadastre/vulindlela/bc/service/common/bc4j.xcfg is not found in the classpath.
         at oracle.jbo.client.Configuration.loadFromClassPath(Configuration.java:467)
         at oracle.jbo.common.ampool.PoolMgr.loadConfiguration(PoolMgr.java:600)
         at oracle.jbo.common.ampool.PoolMgr.findPool(PoolMgr.java:526)
         at oracle.adf.model.bc4j.DCJboDataControl.findApplicationPool(DCJboDataControl.java:572)
         at oracle.adf.model.bc4j.DCJboDataControl.initializeSessionCookie(DCJboDataControl.java:396)
         at oracle.adf.model.bc4j.DCJboDataControl.initializeJboSession(DCJboDataControl.java:310)
         at oracle.adf.model.bc4j.DataControlFactoryImpl.createSessionInternal(DataControlFactoryImpl.java:220)
         at oracle.adf.model.bc4j.DataControlFactoryImpl.createSession(DataControlFactoryImpl.java:130)
         at oracle.adf.model.binding.DCDataControlReference.getDataControl(DCDataControlReference.java:167)
         at oracle.adf.model.BindingContext.instantiateDataControl(BindingContext.java:1056)
         at oracle.adf.model.dcframe.DataControlFrameImpl.doFindDataControl(DataControlFrameImpl.java:1566)
         at oracle.adf.model.dcframe.DataControlFrameImpl.internalFindDataControl(DataControlFrameImpl.java:1438)
         at oracle.adf.model.dcframe.DataControlFrameImpl.findDataControl(DataControlFrameImpl.java:1398
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:911)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:367)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:222)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.portlet.client.adapter.adf.ADFPortletFilter.doFilter(ADFPortletFilter.java:32)
    my jar file DataBindings.cpx is
    <?xml version="1.0" encoding="UTF-8" ?>
    <Application xmlns="http://xmlns.oracle.com/adfm/application"
                 version="11.1.1.61.92" id="DataBindings" SeparateXMLFiles="false"
                 Package="uam.view" ClientType="Generic"
                 ErrorHandlerClass= "uam.view.CustomErrorHandler">
      <definitionFactories>
        <factory nameSpace="http://xmlns.oracle.com/adf/controller/binding"
                 className="oracle.adf.controller.internal.binding.TaskFlowBindingDefFactoryImpl"/>
        <dtfactory className="oracle.adf.controller.internal.dtrt.binding.BindingDTObjectFactory"/>
      </definitionFactories>
      <pageMap>
        <page path="/payment.jsff" usageId="uam_view_paymentPageDef"/>
        <page path="/test.jspx" usageId="uam_view_testPageDef"/>
        <page path="/security.jsff" usageId="uam_view_securityPageDef"/>
        <page path="/pdetails.jsff" usageId="uam_view_pdetailsPageDef"/>
        <page path="/odetails.jsff" usageId="uam_view_odetailsPageDef"/>
        <page path="/opayment.jsff" usageId="uam_view_opaymentPageDef"/>
        <page path="/members.jsff" usageId="uam_view_membersPageDef"/>
        <page path="/suburb.jsff" usageId="uam_view_suburbPageDef"/>
        <page path="/testsub.jspx" usageId="uam_view_testsubPageDef"/>
        <page path="/WEB-INF/register-org-flow.xml#register-org-flow@CreateInsert"
              usageId="uam_view_register_org_flow_register_org_flow_CreateInsertPageDef"/>
        <page path="/SelectOrg.jsff" usageId="uam_view_SelectOrgPageDef"/>
        <page path="/updateorg.jspx" usageId="uam_view_updateorgPageDef"/>
        <page path="/OrgDetails.jsff" usageId="uam_view_OrgDetailsPageDef"/>
        <page path="/User.jsff" usageId="uam_view_UserPageDef"/>
        <page path="/ListUsr.jsff" usageId="uam_view_ListUsrPageDef"/>
      </pageMap>
      <pageDefinitionUsages>
        <page id="uam_view_paymentPageDef" path="uam.view.pageDefs.paymentPageDef"/>
        <page id="uam_view_testPageDef" path="uam.view.pageDefs.testPageDef"/>
        <page id="uam_view_securityPageDef"
              path="uam.view.pageDefs.securityPageDef"/>
        <page id="uam_view_pdetailsPageDef"
              path="uam.view.pageDefs.pdetailsPageDef"/>
        <page id="uam_view_odetailsPageDef"
              path="uam.view.pageDefs.odetailsPageDef"/>
        <page id="uam_view_opaymentPageDef"
              path="uam.view.pageDefs.opaymentPageDef"/>
        <page id="uam_view_membersPageDef" path="uam.view.pageDefs.membersPageDef"/>
        <page id="uam_view_suburbPageDef" path="uam.view.pageDefs.suburbPageDef"/>
        <page id="uam_view_testsubPageDef" path="uam.view.pageDefs.testsubPageDef"/>
        <page id="uam_view_register_org_flow_register_org_flow_CreateInsertPageDef"
              path="uam.view.pageDefs.register_org_flow_register_org_flow_CreateInsertPageDef"/>
        <page id="uam_view_SelectOrgPageDef"
              path="uam.view.pageDefs.SelectOrgPageDef"/>
        <page id="uam_view_updateorgPageDef"
              path="uam.view.pageDefs.updateorgPageDef"/>
        <page id="uam_view_OrgDetailsPageDef"
              path="uam.view.pageDefs.OrgDetailsPageDef"/>
        <page id="uam_view_UserPageDef" path="uam.view.pageDefs.UserPageDef"/>
        <page id="uam_view_ListUsrPageDef" path="uam.view.pageDefs.ListUsrPageDef"/>
      </pageDefinitionUsages>
      <dataControlUsages>
        <dc id="OrgValidationBean" path="uam.view.OrgValidationBean"/>
        <dc id="UAMUtil" path="uam.view.UAMUtil"/>
        <BC4JDataControl id="UAMAppModuleDataControl1"
                         Package=".model.common"
                         FactoryClass="oracle.adf.model.bc4j.DataControlFactoryImpl"
                         SupportsTransactions="true" SupportsFindMode="true"
                         SupportsRangesize="true" SupportsResetState="true"
                         SupportsSortCollection="true"
                         Configuration="UAMAppModuleLocal" syncMode="Immediate"
                         xmlns="http://xmlns.oracle.com/adfm/datacontrol"/>
        <BC4JDataControl id="OrgAppModuleDataControl"
                         Package=".model"
                         FactoryClass="oracle.adf.model.bc4j.DataControlFactoryImpl"
                         SupportsTransactions="true" SupportsFindMode="true"
                         SupportsRangesize="true" SupportsResetState="true"
                         SupportsSortCollection="true"
                         Configuration="OrgAppModuleLocal" syncMode="Immediate"
                         xmlns="http://xmlns.oracle.com/adfm/datacontrol"/>
        <BC4JDataControl id="AppModuleDataControl"
                         Package=".model"
                         FactoryClass="oracle.adf.model.bc4j.DataControlFactoryImpl"
                         SupportsTransactions="true" SupportsFindMode="true"
                         SupportsRangesize="true" SupportsResetState="true"
                         SupportsSortCollection="true"
                         Configuration="OrgAppModuleLocal" syncMode="Immediate"
                         xmlns="http://xmlns.oracle.com/adfm/datacontrol"/>                
        <BC4JDataControl id="UpdAppModuleDataControl"
                         Package=".model.UpdOrgDetails"
                         FactoryClass="oracle.adf.model.bc4j.DataControlFactoryImpl"
                         SupportsTransactions="true" SupportsFindMode="true"
                         SupportsRangesize="true" SupportsResetState="true"
                         SupportsSortCollection="true"
                         Configuration="UpdAppModuleLocal" syncMode="Immediate"
                         xmlns="http://xmlns.oracle.com/adfm/datacontrol"/>
      </dataControlUsages>
    </Application>
    and my portal  DataBindings.cpx  is
    <?xml version="1.0" encoding="UTF-8" ?>
    <Application xmlns="http://xmlns.oracle.com/adfm/application"
                 version="11.1.1.59.23" id="DataBindings" SeparateXMLFiles="false"
                 Package="portal" ClientType="Generic"
                 PageMapClass="oracle.jbo.uicli.mom.DynamicPageMapImpl"
                 BasePageDefPackageName="pageDefs">
      <pageMap>
        <page path="/oracle/webcenter/portalapp/pages/navigation-renderer.jspx"
              usageId="portal_navigation_rendererPageDef"/>
        <page path="/oracle/webcenter/portalapp/pages/home.jspx"
              usageId="portal_homePageDef"/>
        <page path="/oracle/webcenter/portalapp/pages/login.jspx"
              usageId="portal_loginPageDef"/>
        <page path="/oracle/webcenter/portalapp/pages/error.jspx"
              usageId="portal_errorPageDef"/>
        <page path="/oracle/webcenter/portalapp/pagetemplates/pageTemplate_globe.jspx"
              usageId="portal_pageTemplate_globePageDef"/>
        <page path="/oracle/webcenter/portalapp/pagetemplates/pageTemplate_swooshy.jspx"
              usageId="portal_pageTemplate_swooshyPageDef"/>
        <page path="/oracle/webcenter/portalapp/pagetemplates/cadastreTemplate.jspx"
              usageId="cadastre_portal_cadastreTemplatePageDef"/>
        <page path="/oracle/webcenter/portalapp/pages/register.jspx"
              usageId="cadastre_portal_registerPageDef"/>
        <page path="/oracle/webcenter/portalapp/pages/forgotUsername.jspx"
              usageId="cadastre_portal_forgotUsernamePageDef"/>
        <page path="/oracle/webcenter/portalapp/pages/forgotPassword.jspx"
              usageId="cadastre_portal_forgotPasswordPageDef"/>
        <page path="/oracle/webcenter/portalapp/pages/content.jspx"
              usageId="cadastre_portal_contentPageDef"/>
        <page path="/oracle/webcenter/portalapp/pages/changePassword.jspx"
              usageId="cadastre_portal_changePasswordPageDef"/>
        <page path="/oracle/webcenter/portalapp/pages/upgateProfile.jspx"
              usageId="cadastre_portal_upgateProfilePageDef"/>
        <page path="/oracle/webcenter/portalapp/pages/loginHome.jspx"
              usageId="cadastre_portal_loginHomePageDef"/>
        <page path="/oracle/webcenter/portalapp/pagetemplates/cadastreLoginTemplate.jspx"
              usageId="cadastre_portal_cadastreLoginTemplatePageDef"/>
        <page path="/oracle/webcenter/portalapp/pages/spatialq.jspx"
              usageId="cadastre_portal_spatialqPageDef"/>
        <page path="/oracle/webcenter/portalapp/pages/admin/usrLoginReports.jspx"
              usageId="cadastre_portal_usrLoginReportsPageDef"/>
        <page path="/oracle/webcenter/portalapp/pages/admin/esubAdmin.jsp"
              usageId="cadastre_portal_esubAdminPageDef"/>
        <page path="/oracle/webcenter/porta
    {code}
    Edited by: adf009 on 2013/04/12 11:32 AM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Error Configuration File bc4j.xcfg is not found in the classpath

    I am new to JDeveloper and ADF, and am suffering through the steep learning curve. This story may prove useful to someone, someday.
    I just finished resolving a “bc4j.xcfg is not found in the classpath” error and it added another level of understanding to how things are glued together.
    There is a back story. I had made a first pass at creating a test application. When I was done I started “enhancing” the application. One of the changes was to add a column to a view in the database. Try as I might I could not get that change propagated to the business component. This is still on my to-figure-out list. In frustration I dropped the model and recreated it from the database tables and views. Testing it with the “AppModule” in the model project I could see the view with the new column. However, when I went to run one of my old jspx pages, I now got the dreaded “bc4j.xcfg is not found in the classpath” – and this was for a page that was not using my updated view. As the military expression goes, “Whiskey Tango Foxtrot”.
    It is now working again, and here is what I found.
    I noticed in the error message that it could not find “/cloudapp1/common/bc4j.xcfg”. When I searched for the file I found it in /cloudapp1/model/common/bc4j.xcfg. I went to the project properties for the model project and on the “Project Source Paths” node I saw at the bottom of the page Default Package: cloudapp1.model. Ah Ha! That is where the /cloudapp1/model structure came from. Then I remembered that the first time through I had changed the default package to just cloudapp1. Part of my experimenting with the product. When I quickly rebuilt the model project I did not do that.
    Next I found the DataBindings.cpx that one note alluded to. It is in the ViewController project. There I found an “OC4JDataControl” section. In there was and entry Package=”cloudapp1”. This was the original package name. When I rebuilt the model, this was not updated. Anyway, I changed it to Package=”cloudapp1.model”. [ Insight:  When you first build an app it can make some good guesses about what is needed, but when you start adding and dropping projects it is much harder to guess how they are glued together.]
    Raising a cup of coffee in triumph I re-ran the test page.
    Dang! Still a bc4j.xcfg not found in the classpath – but this time the path mentioned matched the path where I knew the file to be.
    I am nothing if not stubborn. I knew the problem just had to be in the ViewController project, because the AppModule in the model project worked. So, I started going through all of the project properties. I finally came across something called “Dependencies” that had big ugly red circles with an x in them. Ah ha. This is what tells the ViewController what other projects (like the business model project) this ViewController is dependent on. Although the editing process it not obvious I eventually pointed it to the new model project. [Deepening insight.]
    When I re-ran the test page it worked! Coffee finished. Story with a happy ending.
    Summary:
    1.     Make sure the package name in the ViewController DataBindings.cpx matches the one in your model project.
    2.     Make sure the ViewController Dependencies entry points to the model project.

    Thought I'd add a little bit more to this post I found helpful.
    I'm creating an application which uses other application ViewController projects deployed as library .jar files. If your .jar ViewController project deployment profiles don't have your Model project as a dependency, you will get the .bc4j error as well.
    This can be confusing when the ViewController pages function correctly when run within their own application context, but somehow lose their bc4j when deployed as a .jar.
    Hope that helps someone down the road.

Maybe you are looking for