Unable to load persistence provider

hi,
i'm using spring context to reimplement some java methods in SOA suite.
I have a deplyed and runnable Spring MVC project, which use hibernate to connect between database and project POJO classes. i use this spring project's java methods which are used those POJO classes and DAO classes by which we access database.
Now i want to implement each methods in SOA suite . for that I define some spring contexts corresponding to each methods.
i added required jar files in project class path and added persistance.xml, orm.xml and spring project's MANIFEST.MF. after that for checking, i added main() method in ech spring context's impplementation classes to check if those methods are individual running or not. but yes, they are running in JDeveloper.
now i deploy this SOA project in weblogic enterprise manager, then test the service. its not work at all. in stacktrace i got following error/
WARNING: Unable to load persistence provider "oracle.toplink.essentials.PersistenceProvider" due to "oracle.classloade
util.AnnotatedClassNotFoundException:
Missing class: oracle.toplink.essentials.PersistenceProvider
Dependent class: org.apache.openjpa.persistence.PersistenceProductDerivation
Loader: sun.misc.Launcher$AppClassLoader@27770641
Code-Source: /C:/Fusion11g/Middleware11g_3/modules/org.apache.openjpa_1.1.0.0_1-1-1-SNAPSHOT.jar
Configuration: /C:/Fusion11g/Middleware11g_3/modules/org.apache.openjpa_1.1.0.0_1-1-1-SNAPSHOT.jar
This load was initiated at default.composite.RulesForLoanOrigination.soa_75e4602c-da8d-4a9d-b6b3-747aa3ee5372:1.0 usin
the Class.forName() method.
INFO: Found persistence provider "oracle.toplink.essentials.PersistenceProvider". OpenJPA will not be used.
WARNING: Unable to load persistence provider "oracle.toplink.essentials.PersistenceProvider" due to "oracle.classloade
util.AnnotatedClassNotFoundException:
Missing class: oracle.toplink.essentials.PersistenceProvider
Dependent class: org.apache.openjpa.persistence.PersistenceProductDerivation
Loader: sun.misc.Launcher$AppClassLoader@27770641
Code-Source: /C:/Fusion11g/Middleware11g_3/modules/org.apache.openjpa_1.1.0.0_1-1-1-SNAPSHOT.jar
Configuration: /C:/Fusion11g/Middleware11g_3/modules/org.apache.openjpa_1.1.0.0_1-1-1-SNAPSHOT.jar
This load was initiated at default.composite.RulesForLoanOrigination.soa_75e4602c-da8d-4a9d-b6b3-747aa3ee5372:1.0 usin
the Class.forName() method.
INFO: Found persistence provider "oracle.toplink.essentials.PersistenceProvider". OpenJPA will not be used.
java.lang.ExceptionInInitializerError
at com.originator.dao.LoanDAO.findByPK(LoanDAO.java:23)
at com.origination.business.RiskCalculation.calculateRisk(RiskCalculation.java:24)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at weblogic.sca.engine.WlsScaService.invokeTargetBeanMethod(WlsScaService.java:128)
at weblogic.sca.engine.WlsScaService.messageInvoker(WlsScaService.java:92)
at weblogic.sca.engine.WlsScaService.invoke(WlsScaService.java:39)
at weblogic.sca.engine.WlsScaEngine.messageInvoker(WlsScaEngine.java:114)
at weblogic.sca.engine.WlsScaEngine.invoke(WlsScaEngine.java:66)
at oracle.integration.platform.blocks.java.SpringServiceEngine.request(SpringServiceEngine.java:148)
at oracle.integration.platform.blocks.mesh.SynchronousMessageHandler.doRequest(SynchronousMessageHandler.java:
9)
at oracle.integration.platform.blocks.mesh.MessageRouter.request(MessageRouter.java:179)
at oracle.integration.platform.blocks.mesh.MeshImpl.request(MeshImpl.java:155)
at sun.reflect.GeneratedMethodAccessor1874.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.jav
182)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
at oracle.integration.platform.metrics.PhaseEventAspect.invoke(PhaseEventAspect.java:59)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
at $Proxy272.request(Unknown Source)
at oracle.integration.platform.blocks.soap.WebServiceEntryBindingComponent.doMessageProcessing(WebServiceEntry
ndingComponent.java:1169)
at oracle.integration.platform.blocks.soap.WebServiceEntryBindingComponent.processIncomingMessage(WebServiceEn
yBindingComponent.java:768)
at oracle.integration.platform.blocks.soap.FabricProvider.processMessage(FabricProvider.java:113)
at oracle.j2ee.ws.server.provider.ProviderProcessor.doEndpointProcessing(ProviderProcessor.java:1168)
at oracle.j2ee.ws.server.WebServiceProcessor.invokeEndpointImplementation(WebServiceProcessor.java:996)
at oracle.j2ee.ws.server.provider.ProviderProcessor.doRequestProcessing(ProviderProcessor.java:562)
at oracle.j2ee.ws.server.WebServiceProcessor.processRequest(WebServiceProcessor.java:222)
at oracle.j2ee.ws.server.WebServiceProcessor.doService(WebServiceProcessor.java:185)
at oracle.j2ee.ws.server.WebServiceServlet.doPost(WebServiceServlet.java:430)
at oracle.integration.platform.blocks.soap.FabricProviderServlet.doPost(FabricProviderServlet.java:477)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
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.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:330)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.doIt(WebAppServletContext.java:3684)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3650)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2268)
at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2174)
at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1446)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
Caused by: javax.persistence.PersistenceException: No Persistence provider for EntityManager named OriginatorModel: T
following providers:
org.eclipse.persistence.jpa.PersistenceProvider
kodo.persistence.PersistenceProviderImpl
org.apache.openjpa.persistence.PersistenceProviderImpl
Returned null to createEntityManagerFactory.
at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:154)
at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:83)
at com.originator.dao.EntityManagerHelper.<clinit>(EntityManagerHelper.java:21)
... 53 more
what i guess, after deploy, projects sca.jar do not takes those dependent jars (jpa.jar, toplink.jar,toplink-essential.jar etc) which i given in classpath.
but i don't khonw what is the actual problem.
please help me

stick them into sca-inf/lib directory, and they are deployed and loaded.
hth clemens

Similar Messages

  • Itunes was unable to load data provider from sync services! Please help!

    Whenever I try to sync my ipod to my computer it always says "itunes was unable to load data provider for sync services" and I have no idea what to do. People have said that you change the sync services folder to sync services_old but I dont have a sync services folder when I go into app data / roaming / apple computer PLEASE HELP!
    It still lets me sync my music and transfer music but the message wont go away.
    Specs:
    itunes is upto date
    iOS 6.1.3 on 4th generation ipod if that helps
    Windows 7

    In the course of your troubleshooting to date, have you also worked through the following document?
    iTunes for Windows: "Unable to load data class" or "Unable to load provider data" sync services alert

  • The server was unable to load the SSL provider library needed to log in

    Hello All,
    When I am trying to login to my default SQL 2008R2 SP2 instance in windows 2003 server via ssms, I am getting the below error
    A connection was successfully established with the server, but then an error occurred during the pre-login handshake. (provider: Shared Memory Provider, error: 0 - No process is on the other end of the pipe.) (.Net SqlClient Data Provider)
    When I looked into the error log and i could see lot of these messages.
    The server was unable to load the SSL provider library needed to log in; the connection has been closed. SSL is used to encrypt either the login sequence or all communications, depending on how the administrator has configured the server. See Books
    Online for information on this error message: 14 Not enough storage is available to complete this operation.
    Force protocol encryption is set to off.
    I am not sure what is the underlying problem. server's total RAM is 4 Gb and max_server_memory is set to 2 GB. CPU utilization is very normal at the time of issue.
    I restarted the SQL service and i am able to connect to the instance, but the issue is repeating and i need to find a permanent fix.
    Thanks

    I could also see the below in error log some time before i get the above alert 
    Error: 701, Severity: 17, State: 123.
    There is insufficient system memory in resource pool 'internal' to run this query
    then after sometime flurry of alerts 
    The server was unable to load the SSL provider library
    needed to log in; the connection has been closed. SSL is used to encrypt either the login sequence or all communications, depending on how the administrator has configured the server. See Books Online for information on this error message: 14 Not enough storage
    is available to complete this operation.
    Thanks

  • ITunes was unable to load provider data from Sync Services

    Hello,
    My itunes says : "iTunes was unable to load provider data from Sync Services", when i connect my iphones.
    My iphones sync fine on my other computer.
    This problem occurred when formatting my pc from work.
    And this problem prevents me only sync tab "info" (contacts, calendar and Outlook). This does not prevent me to synchronize other tabs.
    I already tried to reinstall itunes, and the diagnostic option.
    Thanks in advance.

    This problem has been ongoing since 9.2 came out ... i.e. quite some time.
    I uninstalled and then removed all traces off Apple applications, then reinstalled back to the prior version and ran with no problems.
    When I upgraded to V4 iPhone software I had to upgrade again and ran into the same problem.
    Upgrading from Outlook 2000 to Outlook 2003 was of no benefit.
    I have purchased Sync2, set up a gmail account and sync over wireless from Outlook to gamil, then from gamil to iPhone.
    This only does calendar and contacts (haven't found a solution for notes) but waiting for Apple to sort this will probably see you old and gray.
    Good luck.

  • Itunes was unable to load provider from sync services...

    itunes was unable to load provider from sync services... and on top of that when i click on any apps i download it looks like its going to open for a split sec and then go back to where u click the apps in the menu. from what i read they are two different bugs but i havnt came across any fixes that work

    Doublechecking ... you've also worked through the following document?
    iTunes for Windows: "Unable to load data class" or "Unable to load provider data" sync services alert

  • Hello. I am owner of an iPod Touch 5gen. I have an error "iTunes was unable to load provider data from sync services". I tried: All Apple's tutorials including reseting sync data, reinstalling and deleting all of iTunes components including deleting it fr

    Hello. I am owner of an iPod Touch 5gen. I have an error "iTunes was unable to load provider data from sync services". I tried: All Apple's tutorials including reseting sync data, reinstalling and deleting all of iTunes components including deleting it from system registry. My system is Windows 7 64bit.

    UPDATE: The true error is : '
    "itunes was unable to load data class information from sync services"
    Any of the topics didnt work.
    Sync on my wife's laptop works.

  • Error " Itunes was unable to load provider"

    Out of the blue starting getting error message, " Itunes is unable to load provider data from Sync Services. Reconnect or try again later."
    What is this and why is happening?

    UPDATE: The true error is : '
    "itunes was unable to load data class information from sync services"
    Any of the topics didnt work.
    Sync on my wife's laptop works.

  • Itunes was unable to load provider data from sync services. Reconnect or try later

    Hi everyone
    This issue has got me stumped.
    I have a Dell Vostro desktop computer with Windows 7 SP1 64 bit edition.
    I used to be able to sync now I cannot bakup or sync.
    The device is an iphone 4s with the latest software IOS 5.1.
    Itunes is version 10.6.0.40, the latest.
    To try to fix this problem I removed itunes/quick time completely. Removed Bonjour, Apple Application Support, Apple Mobile Device Support, Apple Software Update,
    Deleted the itunes and quick time folders, the common file folders and files, deleted anything related to able under appdata local and roaming, removed apple folder under program data, scanned through registry and removed all apple entries.
    Then I rebooted the computer, re-installed itunes/quicktime and have the same error appear again.
    I have gone through this process at least 5 times , but still keep getting the same error, cannot go past it.
    I found a solution on this forum but it only applies to MACOS, could not find anything suitable for windows 7 environment.
    Also searche the web high and low and tried several different advice from people.
    This has to be a bug with Itunes! I would like to hear from Apple developers and programmers why I have to suffer so much to sync my device.
    As a last resort I am planning to rebuild windows 7 from scratch but is is a big job.
    Tried also to disable firewall, antivirus, check the apple windows services are running, nothing works to get me past this error.
    Please help someone!
    Thanks and regards
    Alfred

    Did you have a look ath this (rather) long thread about it?
    https://discussions.apple.com/message/17214161#17214161 , for example:
    danielfromkongsvinger
    Re: Unable to load provider data from Sync Services 
    16.12.2011 20:21 (in response to wisniak)
    "I then followed a tip found in PCWorld  and performed the following:
    1. Make sure iTunes isn't running.
    2. Click Start, type regedit, then press Enter.
    3. Navigate to this Registry location: HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers
    4. Look in the main pane for a key that refers to iTunes. If you find one, delete it, then exit the Registry.
    5. Start iTunes. The offending message should be gone!"
    This actually worked for me! I have struggeled with this error for years, and now it's gone. Thanks!

  • Unable to load provider data, syncing issues with update 9.1

    Since the install of iTunes 9.1, I have had to reinstall it twice and still get the same issues:
    1) Says "iTunes can not sync - disabled on this computer"
    2) iTunes was unable to load provider data from sync services.
    So I can sync songs, videos, and apps. But can no longer sync calender, contacts, etc... This all started right after the last update, up until then it was fine and no other program changes have been made on the PC.
    Reinstalling / repairing iTunes does not resolve the issue. Any ideas on this?

    You are not alone that is the same issue I get. It then tells me it can not save the backup to my computer. *** is going on with the 9.1 update!

  • ITunes was unable to load provider data from Sync Services. Reconnect or try again later

    i just had this message for the fist time when trying to sync my iphone 4: "iTunes was unable to load provider data from Sync Services. Reconnect or try again later"
    what i did is that:
    - i unplugged my iphone 4
    - clicked on "edit" in itunes, "Preferences", "devices", "reset synck history"
    - Uninstalled itunes
    - restarted the lap top
    - reinstalled itunes
    then i tired and the iphone synced fine. i tried it a few times and it was fine.
    but i have 2 questions:
    1- could this be cause by excessive syncing, since i do sync my phone almost twice a week.
    2- is what i did good enough for a solution or do i need to rename folders and resort to the other solutions provided?

    OK
    Here's what I did:
    1. Copy all of the contents in C:\Program Files\Common Files\Apple\Apple Application Support to C:\Program Files\Common Files\Apple\Mobile Device Support folder, overwriting anything it if asked.
    2. Rright-click on the Computer icon on your desktop (or in the start menu) and select Properties. Click on Advanced System Settings. Then clik on Environment Variables. If you don't have a user variable called PATH, click New... and add it, or select it and click Edit...
    Now, add to the beginning of the user PATH the following two directories:
    c:\program files\commmon files\apple\Apple Application Support
    c:\program files\commmon files\apple\Mobile Device Support
    Be sure to put a semi-colon (;) between the two directories.
    Click OK three times to save your settings.
    Step #2 might require a reboot.
    After these 2 steps sync works again (touch wood).
    Seems that sometimes there's an additional possibility (which I didn't perform):
    If you are still having problems after following these steps, it's possible another application uses one of the same DLLs as iTunes (but a different version) and Windows is finding it in the PATH before the Apple file paths added above. You can check this by opening a DOS command prompt window and executing the following commands:
    where libxml2.dll
    where sqlite3.dll
    where libtidy.dll
    Examine the pathnames listed by these commands. If any paths are listed before the ...\Common Files\Apple\... paths, you'll want to remove those paths from the PATH environment variable.

  • TS1717 I got this message every time i connect my iphone to itunes.. said 'iTunes was unable to load provider data from Sync Services. Reconnect or try again later.' so please help me to solve out this problem..

    I got this message every time i connect my iphone to itunes.. said 'iTunes was unable to load provider data from Sync Services. Reconnect or try again later.' so please help me to solve out this problem..

    In the course of your troubleshooting to date, have you also worked through the following document?
    iTunes for Windows: "Unable to load data class" or "Unable to load provider data" sync services alert

  • Itunes is unable to load provider data from sync services

    When l plug my iphone4 into my laptop ,to try and take some playlists off the phone ,l get the message itunes is unable to load provider data from sync services ,, what am l doing wrong ,,l want to sort this problem out ,,thank you Pete ,

    In the course of your troubleshooting to date, have you worked through the following document?
    iTunes for Windows: "Unable to load data class" or "Unable to load provider data" sync services alert

  • ITunes is unable to load provider date from synch service

    Hi can anyone help me with this problem,
    I have uninstalled ITunes and reinstalled and still comes up with "ITunes is unable to load provider date from synch service"  Hopefully some one can help me to get my iphone to synch.
    Michael

    Read here:
    http://support.apple.com/kb/TS2690

  • Itunes was unable to load provider data from sync services. What is this?

    When I sync my iphone 3G with itunes, I get message as follows.
    itunes was unable to load provider data from sync services.
    What is this?

    I had nearly the same problem. I am also a user of UltraEdit from IDM Computer Solutions. Are you? My problem was fixed by adjusting to remove a conflict between the two. (both use same-named DLL but different versions.) If this sounds like your issue, post here and I'll reply with more detail.
    -Stephen

  • Unable to load your custom module provider's module-factory-class

    I am having a problem while I deploy my application. it gives me following error:
    Unable to load your custom module provider's module-factory-class com.bea.p13n.descriptor.module.ConfigModuleFactory
    Dont know how to resolve it. the class is in p13n_system.jar file, I have added that jar as a library in deployment but still it shows the same error.
    Added it in classpath as well but same error. (Dont know exactly how to add in class path, i have added just in "Start Server" tab's classpath)
    Any help will be greatly appreciated

    Below link might be helpful.
    http://kr.forums.oracle.com/forums/thread.jspa?threadID=1049509&tstart=0
    Regards,
    Anandraj
    http://weblogic-wonders.com/

Maybe you are looking for

  • IPhone icon disappears in iTunes when attempting to sync.

    When I plug my iPhone 3G into my Macbook Pro the iPhone icon pops up in iTunes as it should and it begins to sync. However, after a few seconds the icon disappears although the phone still says "Sync in Progress." I end up having to cancel the sync f

  • How to know my previous version of Mozilla Firefox I used

    Mozilla Firefox automatically updated to version 32. Previously I used older version. I want to uninstall this version and again wanted to install older version. But I dont know which version I used. I never checked it. So please tell me how to know

  • Like to understand - Stream DataSet (of XML data) to ZIP file?

    i have similar kind of requirement where i need to save dataset data in multi part zip file. from this site i got a sample code .NET - Stream DataSet (of XML data) to ZIP file? but few area is not clear. the sample code as follows // get connection t

  • Events Photos Not Showing Descending Like iPhoto

    Since updating to 4.2 on my iPad, now my Events in the Photos app are showing in Ascending order vs Descending which is how I have them set up in iPhoto. I have tried to stop syncing Photos then re-syncing but nothing is working. Is this a 4.2 bug?

  • 2560 x 1600 at 30 Hz from Mac mini

    Can the Mac mini Core2Duo output 2560 x 1600 at 30Hz so I can drive a 30" display at full resolution with a SingleLink connection? If the Mac mini Core2Duo can't, can a Mac mini G4 (with the ATI 9200) do it? Is there something like SwitchResX that wo