Cant find my classes when exporting customized MAM application

Hi all,
The problem i'm facing here is that the .war of my customized MAM application i deployed through WebConsole cant seem to find the classes i created.
I've tried to export the war file with and without the source code of the project but it doesn't change anything.
Have any of you experienced this ?
Regards

Hi Sivakumar,
Thanks for your reply. The home page of the application is shown and i can display every standard menus. The onyl ones i cant manage to display are the customized ones. The error message i get is the following:
Event handler not found ZonGoRecep in com.sap.mbs.mam.home.control.HomeManagement.
Component: home
Display: com.sap.mbs.mam.home.control.HomeManagement
Event: ZonGoRecep
Error code: E501
Error message: com.sap.mbs.core.api.CAFException
and
com.sap.mbs.core.api.CAFException: Event handler not found ZonGoRecep in com.sap.mbs.mam.home.control.HomeManagement.

Similar Messages

  • HT201263 what if itunes cant find my iphone when its in recovery mode?

    what if itunes cant find my iphone when its in recovery mode?

    Any possibility of opening it up and trying to troubleshoot it. Mine has completely died also. I'm seeing quite a few psots about this freakin' phone breaking. I've never dropped mine or gotten it wet, I barely use it & only had it a little over a year. Mine at this point will be used for target practice.

  • Excel cant find this file when double clicking to open

    Hi,
    Our Imacs 10.8.2 and 10.7.3 joined to windows 2008 domain cant open certain excel files from the network share. When double clicking the file or opening from excel -> file open it says it cant find the file. If I drag the file to the desktop then it will open when double clicked. I have tried disconnecting the network drive and reconnecting. I checked permissions and even tried a few cleaner products such as mac keeper and ccleaner and still the same issue. I even upgraded one of the macs from 10.6.8 to 10.7.3 and the issue persisted. Its very strange as some users can open but others cant. Any insight greatly appreciated.
    Thanks
    Lorne

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all your extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    You can use "Disable all add-ons" on the ''Safe mode'' start window.
    You have to close and restart Firefox after each change via "File > Exit" (on Mac: "Firefox > Quit")

  • Cant find output window when executing a trigger in sql developer?

    Hello,
    this is a serious question: I really cant find the output window when i executed a trigger with this code line:
    dbms_output.put_line('hello');
    I dont know where i cann see the word "hello" to test my trigger.
    Can please someone help me?

    There is a seperate forum for SQL DEVELOPER
    SQL Developer
    G.

  • I cant find my webpage when I search for it

    I have created and published my website, but when I go to google and search for it i cant find it, this is the same for other search engines that I try to find my web page on?

    Well, you need to go to Google and let them know that you site exists.  If they don't know about you, then they can't find you.

  • Application in JAR file cant find JDBC classes

    Hi,
    When I run an application from the JAR file the ClassNotFound exception is throw! When I run from the application classes in the directory the program works. The JDBC classes are in the CLASSPATH, the manifest of JAR file is:
    Manifest-Version: 1.0
    Created-By: xxxxx
    Main-Class: com.xxx.jhdesk.JHelpDesk
    Class-Path: classes111.jar JdbcDomino.jar
    I tried to put "class-path" parameter in the manifest but the problem continues.
    I need to send only my jar file, and the JDBC classes would be anywhere at the client machine.
    Any hint will be appreciated!
    Thanks in advance!
    Daniel Carvalho

    Those two jar files in the Class-Path entry in the manifest file, are they in the same directory as the jar file? (What you put there is supposed to be relative to the jar file, and you have no directory information.) And is there a line-ending character at the end of that line?

  • Cant find iPhoto albums when trying to upload picture on browser!!

    Whenever i try to attach a picture online i go to >Pictures>Iphoto Library
    but my when i click on iphoto library it doesnt open up to any of my folders/albums..
    it just closes and doesnt give me the next option and i tried looking on finder for the albums but i could find them :/

    The firs one of these...
    There are many, many ways to access your files in iPhoto:   You can use any Open / Attach / Browse dialogue. On the left there's a Media heading, your pics can be accessed there. Command-Click for selecting multiple pics.
    (Note the above illustration is not a Finder Window. It's the dialogue you get when you go File -> Open)
    You can access the Library from the New Message Window in Mail:
    There's a similar option in Outlook and many, many other apps.  If you use Apple's Mail, Entourage, AOL or Eudora you can email from within iPhoto.
    If you use a Cocoa-based Browser such as Safari, you can drag the pics from the iPhoto Window to the Attach window in the browser.
    If you want to access the files with iPhoto not running:
    For users of 10.6 and later:  You can download a free Services component from MacOSXAutomation  which will give you access to the iPhoto Library from your Services Menu.
    Using the Services Preference Pane you can even create a keyboard shortcut for it.
    For Users of 10.4 and 10.5 Create a Media Browser using Automator (takes about 10 seconds) or use this free utility Karelia iMedia Browser
    Other options include:
    Drag and Drop: Drag a photo from the iPhoto Window to the desktop, there iPhoto will make a full-sized copy of the pic.
    File -> Export: Select the files in the iPhoto Window and go File -> Export. The dialogue will give you various options, including altering the format, naming the files and changing the size. Again, producing a copy.
    Show File:  a. On iPhoto 09 and earlier:  Right- (or Control-) Click on a pic and in the resulting dialogue choose 'Show File'. A Finder window will pop open with the file already selected.    3.b.
    b: On iPhoto 11 and later: Select one of the affected photos in the iPhoto Window and go File -> Reveal in Finder -> Original. A Finder window will pop open with the file already selected.

  • Missing class when exporting to jar

    for some reason, when i export my project to a jar using eclipse, it exports all the files excpet the file that contains the main method.
    the same project has been succesfuly exported before...
    is it a bug in eclipse, or something i'm doing wrong, and is there a solution?

    but i haven't cahnged my configuration and the same projects worked before...
    even if i try just to export the main class to a jar, without any other files, all i get is a jar with only the metafile within

  • Java can't find main class when manifest has certain JARs on it

    I recently wrote an Ant script that builds my application and jars it up, creating a manifest in the process. The manifest specifies the main class and a classpath that mentions other jars that exist in the same directory. Everything works as expected and I am able to run the program using "java -jar abc.jar".
    However, I recently started using classes in my program that come from a jar that should (according to the company I work for) reside in a central location rather than each application having its own copy. So, I changed my build script to reference those shared jars in a common location. But now when I run "java -jar abc.jar", I get a java.lang.ClassNotFoundException: com.example.Main. If I edit the jar's manifest and manually remove the new jars from the classpath, the ClassNotFoundException error goes away (although obviously that causes other problems.) Is there something about adding those new jars to the manifest classpath that would prevent Java from finding my main class? My manifest looks something like this and the last two jars (the ones with the absolute paths) are the jars that seem to be the root of the problem.
    Manifest-Version: 1.0
    Ant-Version: Apache Ant 1.7.0
    Created-By: 1.5.0_04-b05 (Sun Microsystems Inc.)
    Main-Class: com.uprr.app.rsa.Main
    Class-Path: acegi-security-1.0.6.jar commons-codec-1.4.jar commons-htt
    pclient-3.1.jar commons-lang-2.4.jar commons-logging-1.1.1.jar common
    s-pool-1.5.4.jar dom4j-1.6.1.jar jakarta-oro-2.0.8.jar jaxen-1.1.1.ja
    r jibx-run-1.2.1.jar joda-time-1.6.jar jsr173_1.0_api.jar log4j-1.2.1
    5.jar opensaml-1.1.jar spring-2.5.2.jar stax-api-1.0.1.jar wstx-asl-3
    .2.9.jar xmf-3.0.2.jar xmlsec-1.4.1.jar C:\software\tibco\ems\clients
    \java\jms.jar C:\software\tibco\ems\clients\java\tibjms.jarAny ideas?
    Brandon

    I still don't know why giving the absolute classpath entry like that would cause Java to be unable to find the jar's main class, but I did make an interesting discovery. If I give the absolute path without the drive letter, is able to find the main class again. Something like this won't work...
    Class-Path: C:\software\tibco\ems\clients\java\tibjms.jarBut something like this will...
    Class-Path: \software\tibco\ems\clients\java\tibjms.jarBut I'd still like to know why Java doesn't accept drive letters when running on a Windows machine. After all, what if my manifest needed to reference a jar that was on a different drive, like a network drive (since this whole problem came up as a result of shared common jars that need to exist outside of the project.)

  • TS2776 why does my computer give me a cant find files notice when syncing my ipod? only about 1/2 of the songs transfer to computer out of the ipod. and the file must be on the ipod because i can play the song on it. i want to transfer all songs to my ipa

    why can't i transfer all songs on my ipod to my computer and then to my new ipad? i keep getting a message saying that about half of the files couldn't be found, and only about 1/2 of the songs went to the ipad when i first synced. the files must be on the ipod, because i can play all 448 from the ipod when disconnected from the computer. and all songs show up on my devices at itunes and can be played on the computer. but only about 1/2 are going to the ipad. i am no tech genius, obviously, but could someone please help me? thanks

    Apple does not support transferring files from the device to the computer if they are third party.  It is great that you were able to transfer the ones you did.  There is a way to do it but it sounds like you already did it because if not half of them would not come over.  The files can probably not be found because they are third party and the files are not compatible with the transfer process.

  • A client has given me her old CS3 discs saying there are spare users on it. I've tried to run but the wizard cant find photoshop even when I browse to the correct folder.

    Could it be looking for an older version of photoshop than I have as it is looking for previous versions? I actually wanted to do a fairly lengthy trial of InDesign to see if I can get on with it and don't want to use the 30 day creative cloud trial as my broadband isn't up to it, and I will run the danger of losing work.
    I tried shortcutting to disc 2 which is the InDesign disc but it wouldn't accept the serial number from the back of the box as a valid InDesign serial number. I'm assuming that its not a shortcut I can take. Can someone tell me what I'm doing wrong here, or is it a simple case of the users/license not being deactivated properly. They are currently using CS5 in site so I guess its possible that they have upgraded all users on the license, but she didnt seem to think so. I'm not certain she knows exactly whats supposed to be done, and to be honest neither do I, so help would be great! Thanks very much

    Leofwinewulfhelm the Creative Suite serial numbers can only be used with the Creative Suite installers.  If you invoke the separate installer for InDesign on Disc 2 then your serial number will not be accepted.
    Please try installing using Disc 1 and running the installer from there.  You can then choose to only install InDesign if that is what you wish.
    Finally you can verify if the serial numbers for CS5 is an upgrade serial number or not by viewing the serial number under your account.  Please see Find your serial number quickly - http://helpx.adobe.com/x-productkb/global/find-serial-number.html for information on how to locate your serial number.  If Creative Suite 5 is an upgrade then it is likely it was upgraded from Creative Suite 3.  This would mean that the Creative Suite 3 license is now being utilized to allow the running of Creative Suite 5.

  • Cant find bean class from jsp page using Tomcat 4

    Hi
    I have searched numerpus forums and seen many posts from people who seem to have the same problem however none of the solutions seem to work for me.
    I have a jsp page which is trying to call a bean method however I get an error
    saying that the class for the bean cannot be found. I have :
    1. put the class in a package called kolaBean under
    C:\Program Files\Apache Tomcat 4.0\webapps\ROOT\begjsp-ch01\WEB-INF\classes\kolaPackage
    2. included the package statement in the java file for the bean
    3. included an empty constructor in the java file for the bean
    4. I have declared the above constructor as public (is this necessary?)
    5. used the full package name:
    kolaPackage.kolaBean bakedBean = new kolaPackage.kolaBean();
    6. imported import java.beans.*; (is this necessary ?)
    7. still got the same error...
    Any pointers really really appreciated
    Thanks
    Kola

    in reply to David Rons email:
    Is this a fresh install of tomcat? If so, it could be a configuration
    problem.Yes it is
    Is the class public in the package (I forget that all the time)?Yes it is. I have also declared the constructor to be public is this
    necessary?
    What's the error message?here is the error message:
    An error occurred between lines: 11 and 14 in the jsp file:
    /begjsp-ch01/kolaBean.jsp
    Generated servlet error:
    C:\Program Files\Apache Tomcat
    4.0\work\localhost\_\begjsp-ch01\kolaBean$jsp.java:59: Class
    kolaPackage.kolaBean not found.
         kolaPackage.kolaBean bakedBean = new
    kolaPackage.kolaBean();
         ^
    2 errors
    Thanks in advance
    Kola

  • Cant find destination volume when starting up, what to do?

    I was in the middle of working on a Quark Document. The computer froze up. I tried to force quit the program, but nothing happened. So I then turned the computer off by depressing power button. When I tried to restart, I got The blinking folder. I used a DVD to start up by, so that I could select the start-up disk. When I went to disk utilities, the hard disk did not show up. Is there anyway to fix this?? Thanks

    Check out Apple doc.#302411.
    You may be able to fix it with DiskWarrior (get the CD so you can boot from it).
    Disk Utility will be unable to fix it.
    If you're backed up a wipe and reinstall will fix it, but you'll lose sverything. I see no need to take it in for repair at this time.
    Cheers!
    DALE

  • Can't find the table when creating the form application

    Hi there,
    I have created a new table named lp_cschedule under a user named
    lptrain in users tablespace.
    I want to create a form application to view this table. However,
    I can find this table in the list.
    Don't understand why ? Any idea ?
    Regards,
    Maggie

    Perhabs, the application's owner does not have the previleges on
    the table you have mentioned. Follows the citation of the Forms
    (from tables or views) wizard help:
    Tables, views, and synonyms in the application schema where you
    have SELECT, INSERT, UPDATE, or DELETE privileges.
    Tables, views, and synonyms where SELECT has been granted to
    public users.
    You automatically have SELECT, INSERT, UPDATE, or DELETE
    privileges on a table or view if it is owned by an application
    schema where you have Edit or higher access privileges.
    You can check the owner (=schema) of the application from the
    Navigator clicking on the Edit action link against your
    application.
    Regards,
    Alexandre

  • HT201269 i want to move my photos from my iphone 4s to my windows labtop? it shows a little iphone on my labtop screen when i plug it in but cant find my photos?

    I want to move my photos from my iphone 4s to my windows labtop? it shows a little iphone on the labtop screen when i plug it in but cant find my photos. when i plug my phone into my computer it doesnt show up under my computer? how do i fix this problem?

    See this support document http://support.apple.com/kb/HT4083

Maybe you are looking for

  • XSLT extension method in bpel

    Can someone please tell me how to extend the existing xslt file. I have a scenario where in customer will add new fields(as a ADF flex fields) and that will be taken(appended) in an xml file(will be added in EO and exposed as a service to BPEL). Now

  • Is Lightroom working on jpeg or raw image, if both are available?

    Sorry all, I know this is out there somewhere, but my searching didn't come up with an answer. If I shoot my original images with raw and jpeg simultaneously, and both image types are stored in the saved location, which of these is Lightroom using as

  • Using objects rather than jdbc resultset to fill reports

    Hi buddies! I�m developing a small sample of application that generates reports using values retrieved from objects. The idea is simple, I have an arraylist of objects and want to fill my report which these objects atributes. Jasper Project API has a

  • Please...someone give me some ideas

    I have a new 5.5 ipod. I downloaded a video podcast that is in mpeg-4 format which I think is ok because other tv shows I've downloaded are in that form. It gives me a message that it can't put that video on my ipod because my ipod doesn't support or

  • Clientcopy failes due to missing Table S194E

    Dear All, We tried to do a clientcopy from PRD to QAS like we did it many times before. But this time we had a strange error. The RFC check tolf me that the table S194E is missing and the clientcopy was aborted. We checked and in our PRD the table is