Checked-out projects won't deploy.

When I check out a project using the Subversion client of JDeveloper, I can get the project to build but not deploy.
BEA-149265 - Failure occured in the execution of deployment request... Error is 'weblogic.application.ModuleException: Failed to load webapp:...'.
Any ideas?
Thanks!
Edited by: user10483403 on Nov 19, 2008 9:16 AM
Edited by: user10483403 on Nov 19, 2008 9:17 AM

Adding the .adf directory and associated files that weren't added to subversion by default and by selecting the ADF JARS in the Project Properties dialog, aloud the application to attempt to launch in the web browser, however the following error occured:
Error 500--Internal Server Error
java.lang.NoClassDefFoundError: oracle/jbo/uicli/mom/JUMetaObjectManager
at oracle.adfinternal.view.faces.config.rich.FacesDatabindingConfigurator._setupAdfDatabindingForJsf(FacesDatabindingConfigurator.java:80)
at oracle.adfinternal.view.faces.config.rich.FacesDatabindingConfigurator.init(FacesDatabindingConfigurator.java:38)
at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl.init(GlobalConfiguratorImpl.java:368)
at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl.beginRequest(GlobalConfiguratorImpl.java:199)
at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl.getExternalContext(GlobalConfiguratorImpl.java:304)
at org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl$CacheRenderKit.(FacesContextFactoryImpl.java:86)
at org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl.getFacesContext(FacesContextFactoryImpl.java:64)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:260)
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:292)
at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
at oracle.security.jps.wls.JpsWlsFilter.doFilter(JpsWlsFilter.java:102)
at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:65)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3496)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(Unknown Source)
at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2180)
at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2086)
at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
Any ideas at to why this occurred would be appreciated!
The prefacing log:
[Another instance of the application is running on the server.  JDeveloper redeploy the application.]
[Application JTW stopped but not undeployed from Server Instance DefaultServer]
[Running application JTW on Server Instance DefaultServer...]
---- Deployment started. ---- Nov 19, 2008 12:49:47 PM
Target platform is (Weblogic 10.3).
Running dependency analysis...
2008-11-19 12:49:48.661: Writing WAR file to C:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.51.56\o.j2ee\drs\JTW\Feast1-FeastProject1-webapp
2008-11-19 12:49:48.801: Wrote WAR file to C:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.51.56\o.j2ee\drs\JTW\Feast1-FeastProject1-webapp
2008-11-19 12:49:48.895: Writing EAR file to C:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.51.56\o.j2ee\drs\JTW
2008-11-19 12:49:48.911: Wrote EAR file to C:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.51.56\o.j2ee\drs\JTW
Redeploying Application...
<Nov 19, 2008 12:49:49 PM EST> <Warning> <J2EE> <BEA-160195> <The application version lifecycle event listener oracle.security.jps.wls.listeners.JpsAppVersionLifecycleListener is ignored because the application JTW is not versioned.>
Nov 19, 2008 12:49:56 PM com.sun.faces.spi.InjectionProviderFactory getProviderInstance
SEVERE: JSF1030: The specified InjectionProvider implementation 'com.bea.faces.WeblogicInjectionProvider' cannot be loaded.
<Nov 19, 2008 12:49:56 PM EST> <Error> <HTTP> <BEA-101165> <Could not load user defined filter in web.xml: org.apache.myfaces.trinidad.webapp.TrinidadFilter.
java.lang.NoClassDefFoundError: oracle/jbo/uicli/mom/JUMetaObjectManager
     at oracle.adfinternal.view.faces.config.rich.FacesDatabindingConfigurator._setupAdfDatabindingForJsf(FacesDatabindingConfigurator.java:80)
     at oracle.adfinternal.view.faces.config.rich.FacesDatabindingConfigurator.init(FacesDatabindingConfigurator.java:38)
     at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl.init(GlobalConfiguratorImpl.java:368)
     at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.init(RegistrationFilter.java:47)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.init(TrinidadFilterImpl.java:92)
     Truncated. see log file for complete stacktrace
java.lang.ClassNotFoundException: oracle.jbo.uicli.mom.JUMetaObjectManager
     at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:283)
     at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:256)
     at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:54)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
     Truncated. see log file for complete stacktrace
>
Application Redeployed Successfully.
Elapsed time for deployment: 9 seconds
---- Deployment finished. ---- Nov 19, 2008 12:49:56 PM
Run startup time: 9189 ms.
[Application JTW deployed to Server Instance DefaultServer]
Target URL -- http://127.0.0.1:7101/Feast1-FeastProject1-context-root/faces/Login.jsp
Nov 19, 2008 12:50:00 PM oracle.adfinternal.controller.faces.lifecycle.JSFLifecycleImpl setLifecycleContextBuilder
WARNING: ADFc: Replacing the ADF Page Lifecycle implementation with 'oracle.adfinternal.controller.application.model.JSFDataBindingLifecycleContextBuilder'.
<Nov 19, 2008 12:50:00 PM EST> <Error> <HTTP> <BEA-101017> <[weblogic.servlet.internal.WebAppServletContext@5dae04 - appName: 'JTW', name: 'Feast1-FeastProject1-context-root', context-path: '/Feast1-FeastProject1-context-root', spec-version: '2.5', request: weblogic.servlet.internal.ServletRequestImpl@165b2e4[
GET /Feast1-FeastProject1-context-root/faces/Login.jsp HTTP/1.1
Accept: */*
Accept-Language: en-us
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648)
Connection: Keep-Alive
]] Root cause of ServletException.
java.lang.NoClassDefFoundError: oracle/jbo/uicli/mom/JUMetaObjectManager
     at oracle.adfinternal.view.faces.config.rich.FacesDatabindingConfigurator._setupAdfDatabindingForJsf(FacesDatabindingConfigurator.java:80)
     at oracle.adfinternal.view.faces.config.rich.FacesDatabindingConfigurator.init(FacesDatabindingConfigurator.java:38)
     at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl.init(GlobalConfiguratorImpl.java:368)
     at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl.beginRequest(GlobalConfiguratorImpl.java:199)
     at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl.getExternalContext(GlobalConfiguratorImpl.java:304)
     Truncated. see log file for complete stacktrace
>
Edited by: user10483403 on Nov 19, 2008 10:06 AM

Similar Messages

  • Getting "error in XML task" when trying to check out projects

    I get the following error when I try to check out projects on our SAN (where everything is):
    Here's the error in full:
    error in XML task: error writing XML document: You do not have appropriate access privileges to save file “002800.xml” in folder “0000000000004f17”.
    Anybody got any clue? Appears to be a permissions issue with the Version.bundle file contents. We just set up users and groups on the SAN with LDAP Open Directory, added the Groups to the FCS System Pref Pane, but are getting no joy when logging in as a User who is a member of a Group that has been added.
    Ideas, anyone?

    Hi Josh, thanks for responding.
    No, I did not set up anything like that - this is a pretty plain jane setup, just trying to check out an FCP project. Some work was done on the SAN while I was away, and now we can't get it to work. The IT team (I'm just the FCS guy) says permissions appear to be correct, but it isn't working, and it did before.
    I presume that if user A is trying to check out a project, that FCS is doing the dirty work at a permissins level, so it'd be the FCServer machine's admin account that set up the FCS install that needs permissions....right? Or user A? In either case, we can't get it to go.
    -mike

  • Project won't deploy

    Hi,
    I'm evaluating Creator 2 and have imported a project created in the 1st version. My project builds ok but won't deploy. The error is
    Deploying application in domain failed; Error loading deployment descriptors for testproject Line 6 Column 222 -- Attribute "xmlns" must be declared for element type "web-app".
    I've checked the web.xml file and it contains this
    <web-app xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.4" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
    Which looks ok to me. Does this error refer to a different file?

    Hi,
    Please post your Creator 2 EA queries on
    https://feedbackprograms.sun.com/login.html
    Regards.

  • Why MS Project Checks Out Project after Choosing Read-Only

    All,
    Below is an quote from one of our MS Project users:
    "When users try to do a Read Only of a project plan, MS Project is checking the file out to them.   When I go in to edit the plan, I can't because the file is checked out.  I inform the user who it is checked out to, but they
    are unable to check the file back in because they never checked it out to begin with."
    When the above happens, the admin will have to force the check-in.  Is the above by design or is it a bug?  We are using Project Server 2010.
    Thanks

    If it is CU Dec 2011, I guess you do not have SP2 installed, which you should do asap.
    That being said, I suspect this is due to a wrong manipulation since it would be an obvious and unacceptable bug. Can you detail step by step the process to reproduce this unexpected behavior?
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, MCP |

  • SSDT/SSIS 2012 project won't deploy to SSISDB on remote machine URGENT

    hi all getting the incredibly frustrating error message.  I've tried changing SQL Accounts etc. but to no avail.  What are the requirements to be able to deploy a project??? i have created ssisdb, and have deployed in the past but now it is not working.
     all ports etc. are open between me and target machine.  
    *** UPDATE *** I have even created a new folder THROUGH SSDT and it still won't deploy to it!!! This is really slack that such a critical feature can be plagued by stupid bug/permissions issues!!!

    Hi jhowe1,
    Glad to hear that you have resolved the issue. Thank you for the valuable sharing.
    Regards,
    Mike Yin
    If you have any feedback on our support, please click
    here
    Mike Yin
    TechNet Community Support

  • View all checked out projects in PWA

    Hello,
    We're in the process of setting up our first Project Web App site.  We're running into an issue where Project Managers are leaving their projects checked out.  I was wondering if there's an easy way to view the checked out status of all projects
    on the PWA site and subsites.
    I noticed that in Microsoft Project when you select open file from Project Web App it gives you the option to select browse, 'Show me the list of all projects'.  From there you can view all of the project files, whether they're checked out, and who
    has them checked out. 
    Is there a way to get that information into a page view on our PWA site?
    Thanks for any advice,
    Joe

    Hi Joe,
    One of the things you can do is to configure a report (using Reporting Services) displaying the checkout projects and the report can be configured on the home page. Also, if needed the report can be filtered based on the user accessing the home page.
    Another option would be to create/customize a webpart to display this information
    Paul

  • What edit proxy encoding setting for checking out project on laptops via et

    I want the possibity for our users to download edit proxy's of assets so the files are downloaded quickly to the laptop via ehternet. Most of our assets are DV-PAL files. What kind of low res proxy could i use for quick downloading to laptops, and still being able to make a simple montage. Finishing will always be done on our Mac Pro's connected to an Xsan environment.

    Keep in mind that you will only have access to using Edit Proxies when files are uploaded as part of a Final Cut Pro project. When you check out that project, you will have the choice of using the associated media's Edit Proxies instead of the original representations.
    Also, Edit Proxies should be the same frame size, frame rate, and contain the same timecode as the original representation. Given this, a Photo JPEG setting would probably be the only way to achieve smaller files than DV.
    ~D

  • Unable to check-in  & check-out

    Hi,
    I have subversion client 1.7 and OPA 10.2 installed on my system. The subversion has been detected automatically by OPM . Now the problem is that I have checked in a project into the repository. Now when I try to check out a file then the svn gives error that it was unable to lock the file. For some files I am successfully able to check out and check but for some files it says that it could not lock the file. what can be the issue with the svn?
    also, note that I am the only user of that repository. so anyone else having that file check -out can be ruled out.
    also. how can i version control the VTL files in release folder of the application.?
    Thanks,
    Rajan

    Hi,
    I have not been successful in using the SVN with OPA.
    Following different error I am recieveing while using SVN with OPA.
    1. When I try to check out project, I am getting error "Unable to lock project". Also, on status bar a message appears "Unable to add new visio document as project is write protected".
    2. While gettitng the latest version I am getting error in a message box:
    Get Latest Failed
    update failed (svn: E155004: Working copy 'C:\OPA Projects' locked svn: E200031: attempt to write a readonly database svn: E200031: attempt to write a readonly database svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details))
    OK
    Please not when using the same SVN respository in Eclipse IDE, all check-ins and check out works fine without giving any errrors.

  • Can't check out files from JDEV 9.02.798

    Hi,
    We are making a project prototype with JDEV (previously we use another IDE). We have put our files in CVS 1.2. We are able to log in, update and add files to CVS. Unfortunately, we are unable to find a way to check out the files. The only option to do this is via FILE>Source Control>Check out project, but we failed..cant find module name. We also try to right click the files > Source Control>...there is no check out option there. Can you guys help us? There is one option we havent done yet, that is FILE>SOURCE CONTROL>IMPORT PROJECT. What happen if we click this? will it add the project file to CVS? Will it overwrite existing project (assuming we have similar project name with previous..)...Thanks

    Hi,
    The first thing I'd recommend is upgrading your JDeveloper installation. 9.0.2.798 is not a production version of JDeveloper (in fact, it's Release Candidate 2 of 9.0.2). There have been two full production releases since then.
    To add files to CVS as a module, you should use the Import Project command. This will prompt you to enter a module name. After importing your module, you can check it back out (to a different directory) using the Check Out menu, and specifying the same module name you used in Import Project.
    There were some specific issues with JDev 9.0.2 and module recognition in CVS - if you're still having problems, upgrading to JDeveloper 9.0.3 is definitely worthwhile to pick up the latest features and bug fixes.
    Thanks,
    Brian
    JDev Team

  • Quickest way to Check Out

    Ok so just got Final Cut Server in the office and uploaded a few clips on one computer in Edit Room 1.
    I can preview the clips no problem in Edit Room 2 but when i want to Check Out it takes some time. is there a way to take this a little faster.
    Thanks!!

    It sounds like you are not using Edit-in-place. Do you work in a SAN environment? If you are not in a SAN environment, Final Cut Server will need to copy over the LAN any files you check out and any media linked with them if the file is a FCP project file. This will obviously take a very long time to copy since the media files are so large and the LAN speeds are limited (even with gigabit). Edit-in-place lets you check out projects and work with the linked media where it lives on the shared storage without having to copy it around.

  • Why can't I check out a project?

    I've got TFS 2013 Express installed on my desktop PC (an older HP Pavilion Elite desktop running Windows 8.1 Pro). Sometimes when I get into Visual Studio 2013, open up a solution and try to check out a project within the solution, with less than 100 files
    in it, TFS never finishes checking out the project/files.
    Why is that? What's going on and what can I do about it?
    Rod

    Hi Rod,
    It would be better to let us know the detailed scenario and reproduce steps. When you work with TFS, you can edit your source code by Visual Studio after connecting to the team project in TFS. And you can change the source files in source control explorer
    and it will be checked out automatically. 
    You can create a new workspace and then do a workspace mapping to get the source files to a new local path. And then try with the new workspace. If the issue persists, please elaborate more details with screenshots.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Read only Sub Project Plans checking out in EPM

    Hi all,
        Has anyone working on Project Server come accross an issue where sub project plans inserted as 'Read Only' in a master Plan, check out and therefore prevent other access?   Working on Project Server 2010 with Project 2010 SP2
    clients.
    The strange thing is that its not every single plan in a master that performs in this manner.
    Has anyone seen this behaviour and does anyone know any fixes?
    Thanks,
    -CL.

    We've always had security on, the only thing that changed was my understanding of how we were doing security.
    Before, I had written a custom UserCC that always returned the same name, after I used the standard UserCC. I had the same results both time.
    The cause of my error message is "MDS repository may be configured incorrectly", which I kind of figured, but there's nothing to point me to diagnose how it is incorrectly configured or how to fix it.

  • InCopy Won't Let Me Check Out a Story

    Hi,
    I appear to be having a very unusual problem with InCopy. It won't let me check anything out. I don't get an error, or a message, it's just not checked out.
    I have tried checking stories out in every way i know how and every time i am left with a not checked out story.
    Has anyone experienced this before? Any solutions?
    Thanks

    A shortcut to perhaps the prolem is to go "around" the live-edit workflow and just focus on the .indd file.
    Take a look att this plug-in, http://www.ctrl-ps.com/products/ctrlcrosstalk

  • The project cannot be checked out because the server is in read-only mode.

    Receiving the message "The project cannot be checked out because the server is in read-only mode." when a project manager is trying to access a project. He is a backup PM, and I'm wondering if that's why he is getting the message (since he is
    not the Owner or Status Manager of the project he is trying to access). We are using SharePoint permissions in Project Server 2013.

    Hi,
    I have a solution that might work for you, please follow steps below:
    1) Go to your project schedule, make a small modification to any task on schedule and 'Publish' the project.
    2) While your project is being published and saved, open another window 
    Server Settings -> Manage Queue Jobs
    3) Here you can view the progress of your current Project Publishing update, check if all goes smooth and your project is published successfully without indicating any errors :
     ( to view any error look at the last column of
    table on Manage Queue Job page)
    4) Also in your Project window see if the project is published and not saved as Draft.
    Basically this will give you a fair idea of your project being published or not.
    Regards

  • Trying to check out Annual Adobe Export and won't allow me to go to next step and put in biling info

    Trying to check out Annual Adobe Export and won't allow me to go to next step and put in biling info. 
    Thank you for any assistance you can provide.  Amy

    Moving this discussion to the Adobe ExportPDF forum.
    AmyBebberSmith if you are facing billing difficulties then please contact our support team directly as opposed to posting to the forums.  You can contact our support at http://adobe.ly/yxj0t6.

Maybe you are looking for

  • Relative path for .FLV

    Hi There, I'm having difficulty with an FLV video I want to show in my presentation. The path has to be relative which I assume means relative to the .swf file that launches it. So I add the .flv to a slide in my presentation and set the path as simp

  • Mac start up wont work. I have tried safe start, command s / v , command r, pram, and more. Nothing helps!!! I really need to get back onto it. PLEASE HELP ME

    My mac is only a year old. I am still under warranty but don't want to have to go to the store. I know it has something to do with not connecting to my hard drive and I want to make it clear that IT HAS NOT BEEN DROPED,BANGED OR DAMAGED IN ANY WAY!!

  • Mac OS X airport connection

    This is a strange problem that I haven't been able to correct, and I'm hoping someone can help. I've searched through the forums and haven't been able to find the same problem I'm having, but I doubt I'm alone. I recently (within 2 weeks) purchased a

  • Netscape Error: Connection reset by peer

              I am running a JSP application on weblogic and when I view in Netscape 4.08 on           W2K I am getting an error saying Netscape Error:Connection reset by peer. Anyone           else see same error. Any fixes?           

  • Testing of IR without sample XML file

    Hi Experts, Is there any way to test the Design part (IR) without using the sample XML file. and also Please let know How to test the Configuration part (ID) only, whether my setup in ID is correct or not? Thanks in advance - Manoj