Help me to remove this Error in Entity Beans

this is the Error i am getting along with this Error i have also put my ds xml file and other related file , please help me to remove this error
at org.jboss.mx.server.ReflectedDispatcher.handleInvocationExceptions(Re
flectedDispatcher.java:91)
at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.
java:64)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:62)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:54)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:82)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:197)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceControl
ler.java:884)
at $Proxy18.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:414)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.
java:60)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:62)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:54)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:82)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:197)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
at $Proxy71.start(Unknown Source)
at org.jboss.ejb.EjbModule.startService(EjbModule.java:367)
at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanS
upport.java:271)
at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMB
eanSupport.java:221)
at sun.reflect.GeneratedMethodAccessor64.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.
java:60)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:62)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:54)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:82)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:197)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceControl
ler.java:884)
at $Proxy18.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:414)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.
java:60)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:62)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:54)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:82)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:197)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
at $Proxy15.start(Unknown Source)
at org.jboss.ejb.EJBDeployer.start(EJBDeployer.java:570)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:829)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:641)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:604)
at sun.reflect.GeneratedMethodAccessor15.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.
java:60)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:62)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:54)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:82)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:197)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
at $Proxy8.deploy(Unknown Source)
at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymen
tScanner.java:304)
at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentS
canner.java:460)
at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.
doScan(AbstractDeploymentScanner.java:201)
at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.
loop(AbstractDeploymentScanner.java:212)
at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.
run(AbstractDeploymentScanner.java:191)
Caused by: org.jboss.deployment.DeploymentException: Error in jbosscmp-jdbc.xml
: datasource-mapping MySql not found
at org.jboss.ejb.plugins.cmp.jdbc.metadata.JDBCEntityMetaData.<init>(JDB
CEntityMetaData.java:483)
at org.jboss.ejb.plugins.cmp.jdbc.metadata.JDBCApplicationMetaData.<init
(JDBCApplicationMetaData.java:312)at org.jboss.ejb.plugins.cmp.jdbc.metadata.JDBCXmlFileLoader.load(JDBCXm
lFileLoader.java:67)
at org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.loadJDBCEntityMetaDat
a(JDBCStoreManager.java:721)
at org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.initStoreManager(JDBC
StoreManager.java:409)
at org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.start(JDBCStoreManage
r.java:353)
at org.jboss.ejb.plugins.CMPPersistenceManager.start(CMPPersistenceManag
er.java:155)
at org.jboss.ejb.EntityContainer.startService(EntityContainer.java:337)
at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanS
upport.java:271)
at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMB
eanSupport.java:221)
at sun.reflect.GeneratedMethodAccessor64.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.
java:60)
... 65 more
11:37:34,679 INFO [EJBDeployer] Deployed: file:/C:/jboss-3.2.6/server/default/d
eploy/ProductBean.jar
11:37:34,679 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
MBeans waiting for other MBeans:
ObjectName: jboss.j2ee:jndiName=FaqMstLocal,plugin=pool,service=EJB
state: CREATED
I Depend On:
Depends On Me:
ObjectName: jboss.j2ee:jndiName=FaqMstLocal,service=EJB
state: FAILED
I Depend On:
Depends On Me: MBeanException: org.jboss.deployment.DeploymentException: Error
in jbosscmp-jdbc.xml : datasource-mapping MySql not found
Cause: org.jboss.deployment.DeploymentException: Error in jbosscmp-jdbc.xml : da
tasource-mapping MySql not found
MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM:
ObjectName: jboss.j2ee:jndiName=FaqMstLocal,plugin=pool,service=EJB
state: CREATED
I Depend On:
Depends On Me:
ObjectName: jboss.j2ee:jndiName=FaqMstLocal,service=EJB
state: FAILED
I Depend On:
Depends On Me: MBeanException: org.jboss.deployment.DeploymentException: Error
in jbosscmp-jdbc.xml : datasource-mapping MySql not found
Cause: org.jboss.deployment.DeploymentException: Error in jbosscmp-jdbc.xml : da
tasource-mapping MySql not found
1 ) Contain of mysql-ds.xml File
<?xml version="1.0" encoding="UTF-8"?>
<!-- $Id: mysql-ds.xml,v 1.1.2.1 2003/12/12 19:19:56 starksm Exp $ -->
<!-- Datasource config for MySQL using 3.0.9 available from:
http://www.mysql.com/downloads/api-jdbc-stable.html
-->
<datasources>
<local-tx-datasource>
<jndi-name>MySql</jndi-name>
<connection-url>jdbc:mysql://192.168.111.44:3306/temp</connection-url>
          <driver-class>com.mysql.jdbc.Driver</driver-class>
<user-name>new_temp</user-name>
<password>temp</password>
</local-tx-datasource>
</datasources>
2) i have also add datasource mappping in standardjaws.xml and standardjbosscmp-jdbc.xml file
File :standardjaws.xml
<datasource>java:/MySql</datasource>
          <type-mapping>MySql</type-mapping>
     File : standardjbosscmp-jdbc.xml
     <datasource>java:/MySql</datasource>
<datasource-mapping>MySql</datasource-mapping>

have a look at http://www.onjava.com/pub/a/onjava/2004/02/25/jbossjdbc.html

Similar Messages

  • I have unabled 5 fingure gesture now not able to perform any task,also my power button is not working,please help me in removing this gesture,using I phone 4

    I have unabled 5 fingure gesture now not able to perform any task,also my power button is not working,please help me in removing this gesture,using I phone 4

    I have unabled 5 fingure gesture now not able to perform any task,also my power button is not working,please help me in removing this gesture,using I phone 4

  • While opening the iTune Store i receive the following error, "The procedure entry point ADAdPolicyEngine_DidEnterSation could not be located in the dynamic link library iAdCore.dll" Please help me to clear this error.

    While opening the iTune Store i receive the following error, "The procedure entry point ADAdPolicyEngine_DidEnterSation could not be located in the dynamic link library iAdCore.dll" Please help me to clear this error.

    I faced the same issue. This solved it for me: Troubleshooting issues with iTunes for Windows updates
    Hope this helps.

  • Video tag is not working in firefox how can we remove this error

    Video tag is not working in firefox. In this some kind of mmie type error Kindly remove this error .If you have any kind of solution,Please tell me how can it fix it?

    Can you post a link to a publicly accessible page that doesn't require authentication (signing on) where you see such a not working video tag?
    Do they work here?
    *Firefox Videos: http://www.mozilla.com/firefox/video/
    See also:
    * https://developer.mozilla.org/en/Media_formats_supported_by_the_audio_and_video_elements

  • How to remove this error every time in extraction

    Dear folks,,
    I have a difficulties in extraction .. Could you share to me how to remove this error please .. ??
    In one ODS: Quotation (Fetching the data from CRM), it always raise up the error every time do an extraction ..
    The message error is like this:
    Runtime Errors     :    MESSAGE_TYPE_X
    Error analysis                                                             
    Short text of error message:                                           
    Req. 0000508314 in DataStore ZCRMQUTO must have QM status green before it is activated
    Another Clues:
    SY-TITLE : CPIC and RFC Control     
    SY-MSGTY : X                        
    SY-MSGID : RSM1                     
    SY-MSGNO : 110                      
    SY-MSGV1 : 0000508314               
    SY-MSGV2 : ZCRMQUTO                 
    SY-MODNO : 0                        
    SY-DATUM : 20080116                 
    SY-UZEIT : 083744                   
    SY-XPROG : SAPLRSSM                 
    SY-XFORM : RSSM_MON_START_2ND_PROCESS
    My Questions are :
    1. Do you ever have the problem like this ??
    2. Do you know the problem regarding CPIC & RFC Control, is that any correlation with RFC/Connection to CRM.
    3. Do you know regarding the message error: RSSM_MON_START_2ND_PROCESS
    Need really your guidance and response..
    Regards,
    Niel..
    will appreciate any response ..

    Hi,
    Just try this.
    As per the error message "Req. 0000508314 in DataStore ZCRMQUTO must have QM status green before it is activated" there is a request(0000508314) in red/yellow status in the ODS (ZCRMQUTO).
    This error normally occurs while activation of ODS/DSO.
    Activation may fail saying that there is a request with status other than green in target. Ideally system expects to activate a green request. But if it find a request with other (red/yellow) it may throw an error.
    This is the error message we get for that kind of errors
    'Request REQU_* in ODS must have QM status green before it is activated." and this is the same one you are getting.
    Try to find the bad request, rectify/delete it.
    This may resolve your problem.
    thanks,
    JituK

  • I trying to download itunes on my laptop several times but I keep getting a Quick Time error -2096. How do I remove this error?

    I trying to download itunes on my laptop several times but I keep getting a Quick Time error -2096. How do I remove this error?

    Do you see the problem if you turn off Compatibility Mode for QuickTime?
    Right-click on the QuickTimePlayer application (located in C:\Program Files\QuickTime) and choose Properties from the shortcut menu.
    In the Properties window, click the Compatibility tab
    Deselect all checkboxes currently selected in the Compatibility tab.
    Click Apply.
    Close the Properties window.
    Check out this Apple document -> Error -2096 message when opening QuickTime for Windows in Compatibility Mode

  • ORA-04031 . how to remove this error.

    Hi Guys,
    when i try to run one of my query based on a view, i get the following error:
    ORA-04031: unable to allocate 4096 bytes of shared memory ("large pool","unknown object","sort
    subheap","sort key")
    I have no idea if this error is related to memory or what. Pliz help how to resolve this error and run my query.
    Regards,
    Imran Baig

    [oracle@demo oracle]$ oerr ora 4031
    04031, 00000, "unable to allocate %s bytes of shared memory (\"%s\",\"%s\",\"%s\",\"%s\")"
    // *Cause:  More shared memory is needed than was allocated in the shared
    //          pool.
    // *Action: If the shared pool is out of memory, either use the
    //          dbms_shared_pool package to pin large packages,
    //          reduce your use of shared memory, or increase the amount of
    //          available shared memory by increasing the value of the
    //          INIT.ORA parameters "shared_pool_reserved_size" and
    //          "shared_pool_size".
    //          If the large pool is out of memory, increase the INIT.ORA
    //          parameter "large_pool_size".
    [oracle@demo oracle]$

  • TS3694 i have the error (-42110) when i lunch the itunes  how can i remove this error .. thanks

    i have the error (-42110) when i lunch the itunes  how can i remove this error .. thanks

    Try the following user tip:
    iTunes for Windows 11.0.2.25 and 11.0.2.26: "Unknown error -42110" messages when launching iTunes

  • I have some virus in my iphone please any body help mi how remove this

    I have some virus in my iphone4s.any body help mi  how remove this. Thx

    Reset and restore, will fix it.
    No it won't as there are no known viruses for non-jailbroken iPhones.  Plus, you don't even know what problem the OP is having so how can your advice "fix it"?
    We're glad you want to help but you realy need to learn more about the iPhone before you post anymore answers.  You're consistently giving people bad advice.

  • Please, help me to remove this virus...

    Hello everybody!
    I just bought my imac (because i didn't want to deal with virus anymore) and I transfered all my folders from my old pc notebook on it... Now,some of those folders doesn't want to be deleted after being reorganized and emptied, and when I run avast on my mac, it detects a virus 'Malware-gen' and a lot off 'errors', I don't really know what this is and I can't delete them. The last 4 time i run Avast, it stopped by himself
    With a error message :
    The application com.avast.MAD quit unexpectedly
    Mac Os and other applications are not affected
    Click relaunch to laucnch the application again. Cick report to see more details or send a report to Apple
    The 2nd message I get from avast is :
    The file scan deamon died scanning path
    of 2 paths (1 remains). Do you want to scan again when the deamon is relaunches?
    Does somebody can help me to remove those virus(es) ?
    Thank you for your future answers
    cycy

    I never heard of avast until now. User comments at versiontracker.com don't seem to speak very highly of it, with one poster stating that it is worse than the viruses it claims to guard against. You might want to consider removing avast from your system and trying the free clamxav scanner instead.
    According to one antivirus website of whom I have never heard, malware-gen is a windows-only virus, so it can't affect you in a Mac environment. If you are running Windows on your Mac and this Windows virus is real, that's a different story. But another antivirus website of whom I have heard didn't show a virus by this name in their database.
    clamxav will identify (these orphaned) windows viruses and you can set it up to "quarantine" and I think delete them, or at least locate them so that you can deal with them manually. To the best of my knowledge, there are zero Mac OS X viruses and maybe four trojans/worms that all require a successful social engineering deception to install.
    Your inability to remove files and folders may be nothing more than an innocent permissions and/or ownership issue related to your having transferred them from a Windows computer. Select the files/folders in Finder, Get Info them, and look at the sharing and permissions. Make sure you have read and write privileges for affected files and folders, as well as for all of the folders' contents. Also make sure that you are the owner of all those files and folders and their contents. Then you should be able to delete them.

  • Please help me to rectify this error..\Apache was unexpected at this time.

    Hi,
    I have installed Jdeveloper 11g ..when i try to run the serlet pgm i m getting this error..:\Apache was unexpected at this time.
    I have tried all the possible ways .. I m not getting it done. Please help me out..
    import java.io.IOException;
    import java.io.PrintWriter;
    import javax.servlet.*;
    import javax.servlet.http.*;
    public class myservlet extends HttpServlet {
    private static final String CONTENT_TYPE = "text/html; charset=windows-1252";
    public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
    response.setContentType(CONTENT_TYPE);
    PrintWriter out = response.getWriter();
    out.println("<html>");
    out.println("<head><title>myservlet</title></head>");
    out.println("<body>");
    out.println("<p>The servlet has received a GET. This is the reply.</p>");
    out.println("</body></html>");
    out.close();
    output:
    *** Using HTTP port 7101 ***
    *** Using SSL port 7102 ***
    C:\Users\sony\AppData\Roaming\JDeveloper\system11.1.2.1.38.60.81\DefaultDomain\bin\startWebLogic.cmd
    [waiting for the server to complete its initialization...]
    \Apache was unexpected at this time.
    Process exited.

    Have a look at your CLASSPATH environment variable - if it has any parenthesis in it (for example "c:\program files (x86)") - try removing those entries from the CLASSPATH variable.
    John

  • Help me to repair this error

    Hi. I have Xperia Z1 C6903. I use network of SFR in French. When a call is coming, it does not show the name and phone number on the screen. Although I saved this phone number in the phonebook (contact). I don't know this error by telephone or by the network.Can anybody help me ?  Thank you

    I've tried sync and not feasible. I encountered this problem with both the new phone number that I know that it is not hidden.
    I think that the fault is not due contacts. I think that i will contact my network to ask for details

  • I want to update my WINDOWS 8 TO WINDOWS 8.1. But it doesn't updating. PLEASE HELP ME TO FIX THIS ERROR.

    SO HERE IT IS.
    I ALREADY READ MANY STEPS, MANY TIPS ON HOW TO FIX MY PROBLEM IN MY WINDOWS. BUT I REALLY CAN'T FIX IT. I'm not professional in terms of Computer System. But I really want to upgrade my Operating System to Windows 8.1.
    I really can't do it. 
    The window store says that I need to upgrade the pending updates for my applications but when I click install all.
    It's just pending. There's nothing happening. There's nothing installed. 
    So I go to control panel then search the windows update.
    There I click the Install Updates. I waited for 4 hours. But there's really nothing happening so I cancelled it.
    Then here is what happened after that.
    IT SAYS THAT code:80070003 windows update run into a problem then I clicked the "Get help with this error"
    Then I run the troubleshooting
    And then after that.
    the troubleshooting has completed this is what it said.
    Problems Found:
    Service registration is missing or corrupt
    Windows Update error 0x80070057 (2014-08-10-T-02_20_42P)
    Problems Installing recent updates
    So that's is.
    I don't know what to do.
    PLEASE HELP ME. :(

    Thanks, but, using the "free" version of Reader, there is no opportunity to open nor import the xml data - the menu options do not exist - there is no import listed.
    If we try to open the xml file directly, then we get an error - something to the effect of "unsupported file type, or the file is corrupted".
    I just noticed in my Pro version that there is the command File ->Form Data ->Import Data to Form... command. Is this what you are referring to?
    What do you recommend? Perhaps the easiest thing to do would be to purchase a few copies of Acrobat Pro for the reservations people to use? I was hoping that the free version of reader would do it, but perhaps not?
    Thanks again,
    Rob

  • HT3275 Can some HELP, I keep getting this error with my Time Machine Back up, "The backup disk image "/Volumes/JKPN Safe/JKPN IMAC.sparsebundle" is already in use.

    Can some one HELP me , I keep getting this error with my Time Machine Back up, "The backup disk image “/Volumes/JKPN Safe/JKPN IMAC.sparsebundle” is already in use.

    See > http://pondini.org/TM/C12.html

  • Can you help understand what does this error mean in Conductor?

    Hello there,
    We setup the free conductor with a Virtual TP  server with demo licenses and we were even able to make a call to a VMR but when we called again everything stopped working and we got this error on conductor.
    I checked the TP server and the licenses are there.
    here's a snapshot from the interface
    any help would be appropriated

    here you go

Maybe you are looking for