Cannot open repository for application

Hi experts,
I am getting the following error while deploying the application in the server..
Cannot open repository for application
can any boby plz tell me why this error is coming and how to over come this..
regards,
viswa

HI fazal,
this is the complete error trace i am getting...
com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Cannot open repository for application 'com.sap.demo.month_report.month_report.Month_report'.
     at com.sap.tc.webdynpro.serverimpl.core.um.AbstractClientUserFactory.isAuthenticationRequired(AbstractClientUserFactory.java:140)
     at com.sap.tc.webdynpro.serverimpl.wdc.um.ClientUserFactory.checkAuthentication(ClientUserFactory.java:190)
     at com.sap.tc.webdynpro.serverimpl.core.um.AbstractClientUserFactory$1.checkAuthentication(AbstractClientUserFactory.java:151)
     at com.sap.tc.webdynpro.services.sal.um.api.WDClientUser.checkAuthentication(WDClientUser.java:214)
     at com.sap.tc.webdynpro.clientserver.session.RequestManager.checkAuthentication(RequestManager.java:713)
     at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:237)
     at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.delegateToRequestManager(AbstractExecutionContextDispatcher.java:202)
     at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.DispatchHandlerForRequestManager.doService(DispatchHandlerForRequestManager.java:38)
     at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.AbstractDispatchHandler.service(AbstractDispatchHandler.java:127)
     at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:95)
     at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.ExecutionContextDispatcher.dispatchToRequestManager(ExecutionContextDispatcher.java:140)
     at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:92)
     at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:104)
     at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doContent(AbstractDispatcherServlet.java:87)
     at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doGet(AbstractDispatcherServlet.java:54)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
     at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:140)
     at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:37)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:466)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:291)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:396)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:385)
     at com.sap.engine.services.servlets_jsp.filters.DSRWebContainerFilter.process(DSRWebContainerFilter.java:48)
     at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
     at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:76)
     at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
     at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:240)
     at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
     at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:78)
     at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
     at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
     at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
     at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
     at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
     at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
     at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
     at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
     at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
     at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
     at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
     at com.sap.engine.services.httpserver.filters.MemoryStatisticFilter.process(MemoryStatisticFilter.java:43)
     at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
     at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
     at com.sap.engine.services.httpserver.filters.DSRHttpFilter.process(DSRHttpFilter.java:42)
     at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
     at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
     at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:425)
     at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.process(Processor.java:250)
     at com.sap.engine.services.httpserver.server.rcm.RequestProcessorThread.run(RequestProcessorThread.java:45)
     at com.sap.engine.core.thread.execution.Executable.run(Executable.java:109)
     at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:314)
Caused by: com.sap.tc.webdynpro.repository.utils.RepositoryException: Did not find application 'com.sap.demo.month_report.month_report.Month_report' in repository.
     at com.sap.tc.webdynpro.serverimpl.core.repository.AbstractServerRepository.getApplicationInternal(AbstractServerRepository.java:182)
     at com.sap.tc.webdynpro.serverimpl.core.um.AbstractClientUserFactory.isAuthenticationRequired(AbstractClientUserFactory.java:134)
     ... 51 more
regards,
viswa

Similar Messages

  • I cannot open my iphoto application.  The minute I double click on the icon I get the rainbow which spins forever.  I've used Applejack to repair the hd, but even that didn't work.  I've getting into iphoto preferences..can't.  Help!

    I cannot open my iphoto application.  The minute I double click on the icon I get the rainbow which spins forever.  I've used Applejack to repair the hd, but even that didn't work.  I've getting into iphoto preferences..can't.  Help!

    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Rebuild iPhoto Library Database from automatic backup.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one. .
    Regards
    TD

  • Firefox is slow to shutdown and therefore cannot open again for a few minutes or a restart.This is on 2 different PC's 1 running XP and the other Windows 7.Could you throw some light on this problem Thanks

    Firefox is slow to shutdown and therefore cannot open again for a few minutes or a restart.This is on 2 different PC's 1 running XP and the other Windows 7.Could you throw some light on this problem Latest version running Thanks

    Please see this article: [[Firefox hangs]]

  • Lightroom 3 cannot open because another application already has it opened.

    Lightroom 3 cannot open because another application already has it opened. I received this confirmation after sending photo files to my E Book. Please help.

    Look in the folder where your catalog  is and remove the file with a .lock extension. That should do the trick. The file is to prevent two openings of the same catalog and is usually left when Lightroom is closed incorrectly.

  • Cannot open repository in online mode

    I cannot open repository in ONLINE mode
    I'm using Oracle BI Administration tool version 11.1.1.3 and Oracle Enterprise Manager 11g version 11.1.1.3.
    My procedure is:
    - Enterprise Manage: open repository, apply changes, restart services
    - Administration tool: CTRL+L (open online) and type username and password. But Open button in administration tool is always grayed.
    Regards
    Andrej

    Hi,
    Can you please check the below mentioned link and follow the same and update-
    Unable to open RPD in ONLINE Mode
    Hope this helped/ answered
    Regards
    MuRam

  • Cannot open RAW for Samsung NX20

    Cannot open RAW for Samsung NX20. Any solution?

    It definitely took too long for me - I use Lightroom 4 now, which also has lens correction for some of the NX lenses. I already had to wait for NX200 raw support which also took quite some time (and was buggy in the beginning).
    "He who comes too late will be punished by life".

  • PDE-PLI038 Cannot open file for use as a PL/SQL library

    Hi,
    We are using oracle 12 .0.4 on RHAS 4
    I am trying to compile a .pll file with the following code
    frmcmp_batch module=$AP_TOP/patch/115/sql/apacrndb.pls userid=apps/apps module_type=LIBRARY;
    but it's returning the error
    PDE-PLI038 Cannot open file for use as a PL/SQL library
    Thanks
    Umair

    Umair,
    What is the issue about?
    Usually, it would be required to run the pls files to recreate certain objects (mainly packages) in the database, and you run the pls file from SQL*Plus as apps/applsys user.
    Please update the SR and confirm with Oracle Support what the action plan you need to follow to resolve the issue.
    Regards,
    Hussein

  • I cannot open may mail application

    Since yesterday i cannot open my mail application, it works early in the morning and I quit the application. In the afternoon it was impossible to open it. I already download an upgrade of the MacOS X 10.3.9, but nothing hapen. Any suggestions?

    Do an optional reinstallation of Mail from your installation DVD, then download and run the apprropriate Combo updated from the Apple site.
    AK

  • Help!!! why cannot open my radio application in my...

    help me!i use headset but my radio cannot open, pls help me? p.s i use my music application with that headset.

    "The FM radio depends on an antenna other than the wireless device’s antenna.
    A compatible headset or enhancement needs to be attached to the device for the FM radio to function properly.
    Warning: Listen to music at a moderate level. Continuous exposure to high
    volume may damage your hearing. Do not hold the device near your ear
    when the loudspeaker is in use, because the volume may be extremely loud.
    Select Menu > Fun & Apps > Media > Radio.
    To use the graphical keys , , , or on the display, scroll left or right
    to the desired key, and select it.
    Save radio frequencies
    1. To start the search, select and hold or . To change the radio frequency
    in 0.05 MHz steps, briefly press or .
    2. To save a frequency to a memory location, 1 to 9, press and hold the
    corresponding number key. To save a frequency to a memory location from
    10 to 20, press briefly 1 or 2, and press and hold the desired number key, 0 to 9.
    3. Enter the name of the radio station.
    Listen to the radio
    Select Menu > Fun & Apps > Media > Radio. To scroll to the desired frequency,
    select or , or press the headset key. To select a radio station, briefly press
    the corresponding number keys. To adjust the volume, press the volume keys.
    Select from the following options:
    Turn off — to turn off the radio
    Save station — to save a new station (shown if a new station is detected)
    Loudspeaker or Headset — to listen to the radio using the loudspeakers or headset.
    Mono output or Stereo output — to listen to the radio in monophonic sound
    or in stereo
    Stations — to select the list of saved stations. To delete or rename a station,
    scroll to the desired station, and select Options > Delete station, or Rename
    If  i have helped at all a click on the white star below would be nice thanks.
    Now using the Lumia 1520

  • CANNOT Open AppleWorks 6 application

    Hello,
    URGENT SITUATION:
    I have been using this application for some time and lately it stared acting strange, and now tells me "You cannot open the application AppleWorks 6 because it may be damaged or incomplete".
    I have no idea what I could have done to damage it, or what that means. I do know that my computer probably has too much memory in use but all my other applications work OK. I also have many files using AW6. Please help me, this data is very important!
    Thank you, Rhino123

    Hi Rhino,
    Welcome to Apple Discussions and the AppleWorks forum.
    If the error message is to be believed, it would appear that your AppleWorks application file has become damaged. Before reinstalling it from the installation disk(s) that came with your (pre intel) Mac Mini, try these basic trouble-shooting steps:
    1. Have you moved the AppleWorks 6 application out of the AppleWorks 6 folder? If so, move it back to that folder.
    The AppleWorks 6 folder should be at top level inside the Applications folder on your hard drive, and must contain the application, and the AppleWorks Essentials, Clippings and Starting Points folders. There may be other items in this folder, but these 4 are essential.
    2. A common cause of AppleWorks not working correctly (or not working at all) is corrupted preferences files (although this does not usually generate the alert you reported). In the Finder, go to Mac HD > Users > yourname > Library > Preferences
    Find and delete the file com.apple.appleworks.plist
    Find and open the AppleWorks folder at this location. Delete the two cache files and the preferences file it contains. If you have made changes to the Button Bar, you may wish to keep that file, otherwise delete it as well. AppleWorks will create new, clean copies of these files as they are needed.
    3. Another common cause of AppleWorks slowing significantly or failing to launch is the Recent Items bug. (Again, this bug does not usually generate the alert you report.) AppleWorks is sensitive to the number of items in the Recent Items folder it keeps for each user. In the Finder, go to Mac HD > Users > yourname > Documents > AppleWorks User Data > Starting Points > Recent Items.
    Delete all or most of the items in this folder. The items are aliases to files you have saved. Deleting them has no effect on the actual file.
    If none of these helps, I would suggest reinstalling AppleWorks from your original disks. Note that a reinstall does NOT replace or repair files outside the AppleWorks 6 folder.
    Regards,
    Barry

  • Cannot open desktop and applications icons

    Hi I would appreciate your help. I have had this computer for a year and lately I cannot open desk top icons and icons in applications folder. Someone suggested
    holding the control key and then a menu comes on and ask to open and it works. But
    there must be a better way. I am a writer and a translator so I need this option to work. I really appreciate your help. Many thanks

    Hello Pilatesteacher and welcome to the forums!
    If you really are still on 10.4.8 and have never updated your system, perhaps you have also not realised the importance of a little maintenance from time to time, the most important, and easy, of which is:
    Repairing permissions, which should also always be carried out both before and after any software installation or update.
    Go to Disk Utility (this is in your Utilities Folder in your Application folder) and click on the icon of your hard disk (not the one with all the numbers).
    In First Aid, click on Repair Permissions.
    This only takes a minute or two.
    Background information here:
    http://docs.info.apple.com/article.html?artnum=25751
    and here:
    http://docs.info.apple.com/article.html?artnum=302672
    An article on troubleshooting Permissions can be found here:
    http://support.apple.com/kb/HT2963
    If you were having any serious problems with your Mac you might as well complete the exercise by repairing your hard disk as well. You cannot do this from the same start-up disk. Reboot from your install disk (holding down the C key). Once it opens, select your language, and then go to Disk Utility from the Utilities menu. Select your hard disk as before and click Repair.
    Once that is complete reboot again from your usual start-up disk.
    More useful reading here:
    Resolve startup issues and perform disk maintenance with Disk Utility and fsck
    http://support.apple.com/kb/TS1417

  • IE8 cannot open webpage for UPK  - help!

    I have a UPK which appears to work on everyone elses laptop except mine. I have a Sony Viao running IE8 at default settings and Vista. Everytime I click on the PLAY application IE looks for the localhost and just returns the message 'cannot open webpage'. I've looked through the forums and disabled the google toolbar, the pop up blocker and set privacy at low but it doesn't make any difference.
    I am not hugely technical, so, any help or ideas are greatly appreciated.
    Thanks

    I think it would be best for you to enter a support ticket to have this issue resolved: http://support.oracle.com/
    Best regards,
    Marc

  • Cannot open file for writing...

    I keep getting this error...
    Cannot open "filename" file for writing. Please check the output filename and file permissions (if it already exists) and then try again.
    Not sure what is going wrong here. I have scoured the web and can't find a solution.
    Running CS5 on a Mac.
    Any help is appreciated!!

    This might indicate a problem in AME CS5, but we'll need more information about the clip--and possibly a copy of it--before we can make that judgment.
    If the clip plays on Computer X but not on Computer Y, that could indicate that X has a certain codec that's missing on Y.
    What codec is the clip? What's the extension of the filename (which equates roughly to the type of wrapper)?
    What are the origins of the clip? (e.g., is it straight off of a camera? or was it encoded by another program?)
    Do you have AME 5.0.1 installed on both computers?

  • Cannot open designer for aspx files after installing Visual Studio 2013

    When I attempt to open the design tab for a aspx file I get a popup that reads: Cannot load "C:\PROGRA~2\MICROS~3.0\Common7\Packages|FPACUT~1.DLL".  I'm running on Win 7 SP1.  Version of Studio is 2013 Ultimate.  I tried running
    in SafeMode and tried using /Log but theirs nothing related to this error coming out.  I very novice with VS, but I'm an experienced Java developer.  I actually had a version of VW 2012 Pro that I was using for TFS for a java project.  I've
    tried a repair, I've tried an uninstall.  I've uninstalled the old 2012 version of VS.  Nothing seems to get around it.  Be happy to supply additional info, but not sure where to look.

    Hello ToddMorgan,
    Can you create a new project and test the result?
    If you can open any aspx file from other projects then please copy content from your current project to the new project.
    If you still cannot open any aspx file, please upload your full logs. Please use 
    http://aka.ms/vscollect 
    to gather the installation logs. After using it, you will find vslogs.cab from %temp% folder. Please upload the file to
    https://skydrive.live.com/ 
    and share the link here.
    I will check whether your installation is corrupt when install. By the way, you may also try refer to this page:
    http://stackoverflow.com/questions/3937135/cannot-load-fpacutl10-dll-error-in-vs2010
    And check whether the system variable  is the cause of your issue.
    Regards,
    Barry
    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.

  • Cannot open adobe reader application

    Hi,
    I cannot open adobe reader X application, it returns error message "0x8d286a30, cannot 'written'". I tried to uninstall and reinstall the reader but it doesn't work. please help, thanks.

    I don't know the answer to your problem, but possibly someone else can, if you give more information:
    - what is your OS & version?
    - what is your installed Reader version?

Maybe you are looking for