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/

Similar Messages

  • Unable to load the kernel module 'nvidia.ko' [SOLVED]

    After my most recent kernel upgrade, I can't get my GUI to run. I've tried reinstalling the nvidia driver to no avail.
    Any insight would be greatly appreciated. I'm using a GeForce 8400 GS
    cat /var/log/nvidia-installer.log
    ERROR: Unable to load the kernel module 'nvidia.ko'. This happens most
    frequently when this kernel module was built against the wrong or
    improperly configured kernel sources, with a version of gcc that differs
    from the one used to build the target kernel, or if a driver such as
    rivafb/nvidiafb is present and prevents the NVIDIA kernel module from
    obtaining ownership of the NVIDIA graphics device(s), or NVIDIA GPU
    installed in this system is not supported by this NVIDIA Linux graphics
    driver release.
    Please see the log entries 'Kernel module load error' and 'Kernel
    messages' at the end of the file '/var/log/nvidia-installer.log' for
    more information.
    -> Kernel module load error: insmod: error inserting './usr/src/nv/nvidia.ko':
    -1 No such device
    -> Kernel messages:
    NVRM: This can occur when a driver such as nouveau, rivafb,
    NVRM: nvidiafb, or rivatv was loaded and obtained ownership of
    NVRM: the NVIDIA device(s).
    NVRM: Try unloading the conflicting kernel module (and/or
    NVRM: reconfigure your kernel without the conflicting
    NVRM: driver(s)), then try loading the NVIDIA kernel module
    NVRM: again.
    NVRM: No NVIDIA graphics adapter probed!
    NVRM: The NVIDIA probe routine was not called for 1 device(s).
    NVRM: This can occur when a driver such as nouveau, rivafb,
    NVRM: nvidiafb, or rivatv was loaded and obtained ownership of
    NVRM: the NVIDIA device(s).
    NVRM: Try unloading the conflicting kernel module (and/or
    NVRM: reconfigure your kernel without the conflicting
    NVRM: driver(s)), then try loading the NVIDIA kernel module
    NVRM: again.
    NVRM: No NVIDIA graphics adapter probed!
    NVRM: The NVIDIA probe routine was not called for 1 device(s).
    NVRM: This can occur when a driver such as rivafb, nvidiafb or
    NVRM: rivatv was loaded and obtained ownership of the NVIDIA
    NVRM: device(s).
    NVRM: Try unloading the rivafb, nvidiafb or rivatv kernel module
    NVRM: (and/or reconfigure your kernel without rivafb/nvidiafb
    NVRM: support), then try loading the NVIDIA kernel module again.
    NVRM: No NVIDIA graphics adapter probed!
    ERROR: Installation has failed. Please see the file
    '/var/log/nvidia-installer.log' for details. You may find suggestions
    on fixing installation problems in the README available on the Linux
    driver download page at www.nvidia.com.
    Last edited by wsims (2010-06-22 15:06:04)

    if you used the packages from repos, the blacklist is done automatically in nvidia,
    $ pacman -Qo /etc/modprobe.d/nouveau_blacklist.conf
    /etc/modprobe.d/nouveau_blacklist.conf is owned by nvidia 195.36.31-1
    $ cat /etc/modprobe.d/nouveau_blacklist.conf
    blacklist nouveau
    but i guess you just want to mess your system by using unsupported and very bad ways and you are way smarter than the devs if you used that installer
    Last edited by wonder (2010-06-22 14:10:01)

  • Unable to load the EJB module. DeploymentContext does not contain any EJB.

    I'm writing an enterprise application to familiarize myself with Glassfish 3.1.2 and EJB 3.1. I've created several local, stateless beans, and injected one into a JSF managed bean. The ejb and web modules compile fine, but when I launch the application with Glassfish I get the following startup error and the application does not deploy. I don't understand what it means, can someone ellaborate?
    SEVERE: Exception while invoking class org.glassfish.ejb.startup.EjbDeployer prepare method
    SEVERE: Exception while invoking class org.glassfish.javaee.full.deployment.EarDeployer prepare method
    SEVERE: Exception while preparing the app
    SEVERE: Unable to load the EJB module. DeploymentContext does not contain any EJB. Check the archive to ensure correct packaging for D:\Documents\NetBeansProjects\Test\dist\gfdeploy\Test\Test-war_war.
    If you use EJB component annotations to define the EJB, and an ejb or web deployment descriptor is also used, please make sure that the deployment descriptor references a Java EE 5 or higher version schema, and that the metadata-complete attribute is not set to true, so the component annotations can be processed as expected
    org.glassfish.deployment.common.DeploymentException: Unable to load the EJB module. DeploymentContext does not contain any EJB. Check the archive to ensure correct packaging for D:\Documents\NetBeansProjects\Test\dist\gfdeploy\Test\Test-war_war.
    If you use EJB component annotations to define the EJB, and an ejb or web deployment descriptor is also used, please make sure that the deployment descriptor references a Java EE 5 or higher version schema, and that the metadata-complete attribute is not set to true, so the component annotations can be processed as expected
         at org.glassfish.javaee.full.deployment.EarDeployer.prepare(EarDeployer.java:166)
         at com.sun.enterprise.v3.server.ApplicationLifecycle.prepareModule(ApplicationLifecycle.java:871)
         at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:410)
         at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:240)
         at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:389)
         at com.sun.enterprise.v3.admin.CommandRunnerImpl$1.execute(CommandRunnerImpl.java:348)
         at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:363)
         at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1085)
         at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$1200(CommandRunnerImpl.java:95)
         at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1291)
         at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1259)
         at com.sun.enterprise.v3.admin.AdminAdapter.doCommand(AdminAdapter.java:461)
         at com.sun.enterprise.v3.admin.AdminAdapter.service(AdminAdapter.java:212)
         at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java:179)
         at com.sun.enterprise.v3.server.HK2Dispatcher.dispath(HK2Dispatcher.java:117)
         at com.sun.enterprise.v3.services.impl.ContainerMapper$Hk2DispatcherCallable.call(ContainerMapper.java:354)
         at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:195)
         at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:860)
         at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:757)
         at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:1056)
         at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:229)
         at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:137)
         at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:104)
         at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:90)
         at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:79)
         at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:54)
         at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:59)
         at com.sun.grizzly.ContextTask.run(ContextTask.java:71)
         at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:532)
         at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:513)
         at java.lang.Thread.run(Thread.java:722)

    My guess is that you deployed an ejb without bean in it. when you have an ejb module, be sure you have at least one bean present.
    Are you sure you have implementend some beans? Or did you do this only in the web module?
    Try adding an @Stateless bean doing nothing in you ejb module, redeploy and let me know if that works

  • HT204088 We are temporarily unable to load your purchased items

    Hello:
    I am trying to download my receipts from iTunes and unable to do so due to the following error "We are temporarily unable to load your purchased items". it has been like this for a while now.
    Anyone has any idea?
    Thanks,
    ~cb

    Im getting the same thing Try to update apps etc from my iphone 4 also try to update on itunes and gives same error cannot connect to iTunes store from phone and the 3131 error on itunes. It has been a problem for a while and im getting sick of it Apple should be ashamed FIX IT. I have tried a google search on it and alot of ppl are having problems if they dont fix it soon i recon there are going to have a big down turn in sales i guess the samsung Galaxy will be a better option dont get me wrong i love my iphone. And yes i have the latest updates for itunes and phone, my account is fine no problems there. Sry thats my windge i dont do that much but its just not fun when u cant update anything.

  • Unable to load powernow-k8 module

    Weird.  My AMD Opteron is unable to load the powernow-k8 modules:
    [darose@darsys9 kernel26]$ sudo modprobe powernow-k8
    Password:
    FATAL: Error inserting powernow_k8 (/lib/modules/2.6.26-ARCH/kernel/arch/x86/kernel/cpu/cpufreq/powernow-k8.ko): No such device
    dmesg shows the following:
    powernow-k8: Found 1 Dual Core AMD Opteron(tm) Processor 165 processors (2 cpu cores) (version 2.20.00)
    powernow-k8: ACPI Processor support is required for SMP systems but is absent. Please load the ACPI Processor module before starting this driver.
    powernow-k8: ACPI Processor support is required for SMP systems but is absent. Please load the ACPI Processor module before starting this driver.
    But the processor module is already loaded:
    [darose@darsys9 kernel26]$ lsmod
    Module Size Used by
    thermal 20512 0
    freq_table 6400 0
    processor 39744 1 thermal
    Anyone have any idea what gives?
    Thanks,
    DR

    I had a similar problem with the acpi-cpufreq module.  Read about it here
    graysky wrote:
    I figured it out!  I took a clue from my /var/log/dmesg
    [ 4.633657] [Firmware Bug]: BIOS needs update for CPU frequency support
    [ 4.633718] ACPI Error (psloop-0136): Found unknown opcode 20 at AML address ffff88012d27c633 offset 4F, ignoring [20080926]
    [ 4.633722] ACPI Error (psloop-0136): Found unknown opcode 6F at AML address ffff88012d27c638 offset 54, ignoring [20080926]
    [ 4.633726] ACPI Error (psloop-0136): Found unknown opcode 20 at AML address ffff88012d27c63c offset 58, ignoring [20080926]
    [ 4.633729] ACPI Error (psloop-0136): Found unknown opcode 6F at AML address ffff88012d27c640 offset 5C, ignoring [20080926]
    That line that reads, Firmware Bug: BIOS needs update for CPU frequency support was really bugging me.  So I took a risk, d/l'ed the latest BIOS for my board, flashed, reset all my custom BIOS settings, and rebooted into my new kernel.  I'm now able to use acpi-cpufreq and scaling works smoothly
    Thanks for all the advice.
    Or... it could be that you aren't supposed to use the powernow-k8 module w/ your chip.  From what I understand all Opty chips should use it... have you tried to modprobe acpi-cpufreq and see if it works?
    Last edited by graysky (2009-04-22 19:49:29)

  • Unable to load newer fglrx module (catalyst):

    When I try to modprobe the latest catalyst module, I get the following error on dmesg:
    fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
    [fglrx] Maximum main memory to use for locked dma buffers: 802 MBytes.
    [fglrx:drm_alloc] *ERROR* [driver] Allocating 0 bytes
    [fglrx:firegl_init_device_list] *ERROR* Out of memory when allocating device heads
    [fglrx:firegl_init_module] *ERROR* firegl_init_devices failed
    This is the card:
    01:05.0 VGA compatible controller: ATI Technologies Inc RC410 [Radeon Xpress 200M] (prog-if 00 [VGA controller])
    Subsystem: ASUSTeK Computer Inc. Device 1402
    Flags: bus master, 66MHz, medium devsel, latency 255, IRQ 17
    Memory at a0000000 (32-bit, prefetchable) [size=256M]
    I/O ports at 9800 [size=256]
    Memory at fa8f0000 (32-bit, non-prefetchable) [size=64K]
    Expansion ROM at fa8c0000 [disabled] [size=128K]
    Capabilities: [50] Power Management version 2
    Capabilities: [80] MSI: Mask- 64bit- Count=1/1 Enable-
    Kernel driver in use: fglrx_pci
    Kernel modules: fglrx, radeonfb
    and here all the other modules loaded: (of course remove fglrx, this is with the catalyst-old which still works)
    lsmod
    Module Size Used by
    usblp 11732 0
    ipv6 259252 12
    rfkill_input 5396 0
    snd_seq_oss 29696 0
    snd_seq_midi_event 6004 1 snd_seq_oss
    snd_seq 47856 4 snd_seq_oss,snd_seq_midi_event
    snd_seq_device 6016 2 snd_seq_oss,snd_seq
    arc4 1588 2
    ecb 2452 2
    usbhid 35168 0
    hid 40064 1 usbhid
    snd_hda_codec_si3054 4468 1
    b43 126000 0
    rfkill 9456 3 rfkill_input,b43
    snd_pcm_oss 36832 0
    snd_mixer_oss 14132 1 snd_pcm_oss
    joydev 9536 0
    snd_hda_codec_realtek 189336 1
    mac80211 158652 1 b43
    usb_storage 93216 0
    cfg80211 36524 2 b43,mac80211
    input_polldev 3132 1 b43
    snd_hda_intel 24872 5
    snd_hda_codec 60212 3 snd_hda_codec_si3054,snd_hda_codec_realtek,snd_hda_intel
    snd_hwdep 6904 1 snd_hda_codec
    fglrx 2064612 16
    serio_raw 4984 0
    ohci_hcd 23332 0
    video 16292 0
    output 2388 1 video
    snd_pcm 66936 5 snd_hda_codec_si3054,snd_pcm_oss,snd_hda_intel,snd_hda_codec
    snd_timer 19132 3 snd_seq,snd_pcm
    snd 51108 20 snd_seq_oss,snd_seq,snd_seq_device,snd_hda_codec_si3054,snd_pcm_oss,snd_mixer_oss,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
    soundcore 6112 1 snd
    snd_page_alloc 8124 2 snd_hda_intel,snd_pcm
    asus_laptop 16752 0
    led_class 3416 2 b43,asus_laptop
    ehci_hcd 34688 0
    i2c_piix4 8868 0
    psmouse 54632 0
    shpchp 31816 0
    sg 25352 0
    ssb 37848 1 b43
    pcmcia 33036 2 b43,ssb
    i2c_core 20616 1 i2c_piix4
    usbcore 134576 6 usblp,usbhid,usb_storage,ohci_hcd,ehci_hcd
    pci_hotplug 27060 1 shpchp
    pcmcia_core 32232 3 b43,ssb,pcmcia
    atl2 25324 0
    ati_agp 6528 0
    agpgart 29332 2 fglrx,ati_agp
    evdev 9312 13
    thermal 15056 0
    fan 4056 0
    button 5700 0
    battery 9816 0
    ac 3832 0
    cpufreq_ondemand 6816 2
    acpi_cpufreq 7428 0
    freq_table 3476 2 cpufreq_ondemand,acpi_cpufreq
    processor 38720 4 thermal,acpi_cpufreq
    rtc_cmos 10156 0
    rtc_core 16400 1 rtc_cmos
    rtc_lib 2324 1 rtc_core
    ext4 222960 3
    mbcache 6584 1 ext4
    jbd2 53612 1 ext4
    crc16 1556 1 ext4
    sr_mod 14756 0
    cdrom 33856 1 sr_mod
    sd_mod 25328 5
    pata_atiixp 4404 0
    ata_generic 4536 0
    pata_acpi 3828 0
    ahci 29956 4
    libata 156908 4 pata_atiixp,ata_generic,pata_acpi,ahci
    scsi_mod 100404 5 usb_storage,sg,sr_mod,sd_mod,libata
    It seems to be related to another agp modul using the pages or something, but i still didn't find a working solution on the net.
    Thanks for any hint

    Hi,
    from what I read on the ubuntu bug-tracker: https://bugs.launchpad.net/ubuntu/+sour … bug/283836 and https://bugs.launchpad.net/ubuntu/+sour … bug/284408 this looks like a bug in the fglrx-driver itself. Because that's a closed-source proprietary driver there's not much one can do but waiting for ATI to fix it.
    To solve your problem at the moment you could try to downgrade to a catalyst-driver you know who works with your card or switch to one of the free ati and radeon drivers supporting your card.
    Last edited by Rorschach (2009-05-25 09:42:42)

  • Unable to load file ..jsp

    Hi
    When Iam forwarding a jsp page to other jsp page after
    some condition meets using jsp forward than some times
    when i access it it gives
    "Unable to load as it is not a top level class"
    for file while is forwarded
    for example:--
    <jsp:forward page="Login.jsp">
    <jsp:param name="user" value="<%=user%>"/>
    </jsp:forward>
    it gives login.jsp not a top level class
    unable to load
    note :---- all files in one directory
    suggestion required

    actually it depends on your JSP engine. I'm not sure but I've a doubt that once you have flushed some response , you may get an error in forwarding ( in some of the jsp engines, but I think in tomcat it's fine).
    you could try by using "buffer" property in such a way that no response is flushed before you forward the JSP page.

  • Reg: Oracle Module to custom module movement

    Hello Team,
    Could you please understand the below requirement and give us some ideas on it.
    We have one module which is registered with Oracle where it has Oracle forms and reports. Now, we have license problems with them and planning to create it as a custom module objects.
    I am sure, my explanation won't help you to understand better. We have one customized module with oracle, which needs to be independent now.
    Any idea/any suggestions are most welcome.
    Thanks/Suresh

    Hi Suresh,
    Pl.visit following links which surely help to register your custom module/application to oracle.
    http://onlineappsdba.blogspot.in/2007/10/creating-custom-application-in-oracle.html
    http://beginapps.blogspot.in/2007/09/oracle-application-server-10g.html
    HTH
    Sanjay

  • Your inability to provide proper service results in me paying extra.

    My new bill contains a lot of verbiage justifying a number of extra little pro-rated charges pertaining to changes made on a series of recent phone calls.   The thing is, I called on several occasions attempting to CANCEL several of my services, but kept being placed on indefinite hold, with no one ever picking up the call to address my concerns.  I even resorted to the ATT Cares Twitter resource, desperately trying to get the attention of someone who would help.  Although several reps tweeted back that they were concerned, no one ever called.  I finally reached a retention rep on June 8th, and of course, even though I was VERY specific about what I wanted, she still kept me on the phone for an hour with sales pitch after sales pitch - trying to get me to change my mind. If y'all had just done what I asked, on the first call that I placed, I am CERTAIN my bill would be less than it is now. I believe you use tactics like the "indefinite hold" on purpose to keep customers from canceling, so that you can continue to milk every possible dollar.  I think it's shady and I think for every pro-rated charge you post to customer accounts, you should also be pro-rate-discounting people for all the times your service is out or performing in unsatisfactory fashion. Your customer "service" is less than world-class, and even though I'm fuming over this bill, I'm glad I've reduced the number of services I have with you.  I hope others do the same.  

    I would recommend that you send a Private Message to the Community Specialist team. One of the specialists will respond to your PM shortly. Please look for the envelope at the top right of the page for your response from a team member.

  • The document information panel was unable to load. the document will continue to open. For more information, contact your system adminsitrator.

    Hi Guys,
    I am creating the library using object model with custom content type.  When i am opening document from custom content type, the meta data fields are not displaying in the document and throwing below error.
    The document information panel was unable to load. the document will continue to open. For more information, contact your system adminsitrator.
    Document Information Panel cannot open a new form.
    The form contains schema validation errors.
    Content for element '{http://schemas.microsoft.com/office/2006/metadata/propertiesRoot}properties' is incomplete according to the DTD/Schema.
    Expecting: {http://schemas.microsoft.com/office/2006/metadata/properties}properties.
    But after saving the document, then meta data is enabled.
    Thanks in advance for suggested solutions.
    thanks
    Santhosh G

    Hi,
    For a better troubleshooting, I suggest to do as follows:
    1. Please try to update the Location column's schema by following the steps below.
     1) Go to Site Settings -> "Site Columns"
     2) Click on "Location", after the page is opened. Don't modify any settings, click "OK"  to forcibly update the field's schema.
    2. Re-edit the document information panel template to see if the issue still occurs.
    Please go to the Library setting > click the corresponding content type(need to enable managed of content types in Advanced settings) > click Document Information Panel settings.
    3. Here are some similar links about your issue, please take some time to look at them:
    http://social.msdn.microsoft.com/Forums/en-US/sharepointcustomizationlegacy/thread/243b4852-3f17-4a3a-b6d7-187d65a5f088/
    http://blogs.msdn.com/b/raresm/archive/2010/03/30/document-information-panel-cannot-open-the-form.aspx
    https://joranmarkx.wordpress.com/2012/02/10/sharepoint-document-information-panel-cannot-create-a-new-blank-form/
    If the issue still occurs, please check if the command below can help(change the site URL and the library name in the code):
    Apply-Fix -siteUrl "http://your site URL "
    function Apply-Fix($siteUrl)
    clear
    Add-PSSnapin "Microsoft.SharePoint.Powershell" -ErrorAction SilentlyContinue # -EA 0
    [Environment]::CurrentDirectory=(Get-Location -PSProvider FileSystem).ProviderPath
    foreach ($spwTarget in (Get-SPSite $siteUrl).RootWeb.Webs) {
    Write-Host "Checking Web: " $spwTarget.Url
    $list = $spwTarget.Lists["your library name"]
    $fields = $list.fields
    foreach($field in $fields)
    if($field.SourceId -eq '{$ListId:your library name;}')
    $schemaxml = $field.SchemaXML
    $schemaxmldata = [xml]$schemaxml
    $schemaxmldata.Field.SetAttribute("SourceID", $list.ID)
    $schemaxml = $schemaxmldata.get_InnerXml()
    $field.SchemaXML = $schemaxml
    $field.Update()
    Write-Host "Fixed" $field.Title "field in the library"
    Write-Host "Done."
    More information:
    SharePoint 2010: Creating a Custom Content Type using Visual Studio
    http://www.codeproject.com/Articles/410880/SharePoint-Creating-a-Custom-Content-Type-usi
    Thanks,
    Dennis Guo
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected].
    Dennis Guo
    TechNet Community Support

  • "Unable to load DLL '/system/usr/lib/libidlprinter.so': The specified module could not be found. (Exception from HRESULT: 0x8007007E)"}

    I am using intermec printer (directly loading to the printer no system used for printing) for this program and if i run this,i'm getting this below error
    "Unable to load DLL '/system/usr/lib/libidlprinter.so': The specified module could not be found. (Exception from HRESULT: 0x8007007E)"}
    any help on this .........
    Thanks in advance.
    using System.Globalization;
    using Intermec.Printer;
    using System;
    using System.IO;
    using System.Threading;
    class TestCommunicationUSBHost
        static UI.Canvas _canvas;
        static UI.Keypad _keypad;
        static UI.Canvas.Text _exitInstruction;
        static UI.Canvas.Text _appliCationTitle;
        // static UI.Canvas.Text _companyname;
        static string _operatorCodeValue;
        static UI.Canvas.Text _operatorCodeDisplayText;
        private const string operatorCodeDisplayHeader = "SCAN Code: ";
        static PrintControl printControl = new PrintControl();
        static Drawing drawing = new Drawing();
        private static bool _isExitKeyPressed = false;
      //  private static Communication.USBHost _usbHost;
        static int Main(string[] args)
            // Init new UI canvas
            _canvas = new UI.Canvas();
            // Set up some colors to use
            Color white = new Color(255, 255, 255, 255);
            Color blue = new Color(50, 100, 150);
            // Add UI black background
            UI.Canvas.Rectangle bg = new UI.Canvas.Rectangle(0, 0, _canvas.Width, _canvas.Height, blue);
            _canvas += bg;
            // Add Line
            UI.Canvas.Line ln = new UI.Canvas.Line(10, 35, 300, 35, white);
            _canvas += ln;
            // _companyname = new UI.Canvas.Text(30, 45, "KEYBORD DEMO", "Univers Bold", 18, white);
            // _canvas += _companyname;
            // Add UI keycode text
            _exitInstruction = new UI.Canvas.Text(20, 200, "Press [F4] to EXIT.", "Univers Bold", 18, white);
            _canvas += _exitInstruction;
            _appliCationTitle = new UI.Canvas.Text(05, 05, " A1 Technologies", "Univers Bold", 23, white);
            _canvas += _appliCationTitle;
            _operatorCodeDisplayText = new UI.Canvas.Text(20, 100, operatorCodeDisplayHeader, "Univers Bold", 20, white);
            _canvas += _operatorCodeDisplayText;
            // Set up keypad event handler
            _keypad = new UI.Keypad();
            _keypad.KeyDown += new UI.Keypad.KeyEventHandler(KeyHandler);
            // Set up timer event handler
            UI.Canvas.Timer timer = new UI.Canvas.Timer();
            timer.Interval = 1000;
            timer.Tick += new UI.Canvas.TimerEventHandler(TimerHandler);
            timer.Start();
            //int USBHost port o or Setup USBHost
            Communication.USBHost _usbHost = new Communication.USBHost("/dev/ttyUSB0");
            _usbHost.Open();
            // Enter UI main loop
            _canvas.Run();
            // Cleanup UI
            _canvas.Dispose();
            _keypad.Dispose();
            return 0;
        public static void KeyHandler(Object o, UI.Keypad.KeyEventArgs eventArgs)
            int keycode;
            keycode = eventArgs.KeyChar;
            if (keycode == 4)
                _isExitKeyPressed = true;
                return;
        public static void TimerHandler(Object obj, UI.Canvas.TimerEventArgs eventArgs)
            if (_isExitKeyPressed)
                UI.Canvas.Timer timer = (UI.Canvas.Timer)obj;
                timer.Stop();
                _canvas.Exit();
            else
                // Open the first USB host device and read any data sent
                Communication.USBHost usbHost = new Communication.USBHost("/dev/ttyUSB0");
                usbHost.Open();
                if (usbHost.IsOpen)
                    Console.WriteLine("Opened /dev/ttyUSB0 ({0})", usbHost.HIDName);
                    FileStream fileStream = usbHost.GetStream();
                    try
                        int timeout = 0;
                        int i;
                        while (timeout < 5)
                            // Console.WriteLine("Exiting in {0} secs", 10 - timeout);
                            Byte[] bytes = new Byte[256];
                            if ((i = fileStream.Read(bytes, 0, bytes.Length)) > 0)
                                // string data = System.Text.Encoding.ASCII.GetString(bytes, 0, bytes.Length);
                                string data = System.Text.Encoding.ASCII.GetString(bytes, 0, i++);
                                _operatorCodeValue = data;
                                // _operatorCodeValue = _operatorCodeValue + data;
                                _operatorCodeDisplayText.Data = operatorCodeDisplayHeader + _operatorCodeValue.Substring(_operatorCodeValue.Length - 7, 7);
                                int leftCordinate = 40;
                                drawing.Clear();
                                Drawing.Text line1Text = new Drawing.Text();
                                line1Text.Point = new Point(leftCordinate + 30, 40);
                                line1Text.Data = _operatorCodeValue.Substring(_operatorCodeValue.Length - 7, 7);
                                line1Text.Height = 18;
                                line1Text.FontName = "CG Times Bold";
                                drawing += line1Text;
                                drawing.PartialRendering = true;
                                printControl.PrintFeed(drawing, 4);
                            else
                                Thread.Sleep(1000);
                                timeout++;
                    catch (Exception ex)
                        Console.WriteLine("Exception reading /dev/ttyUSB0: {0}", ex.Message);
                // Wait a short while
                Thread.Sleep(1000);
                // Clean up 
               // usbHost.Dispose();
            return;

    Hiya,
     The error is because the app tried to import that driver but it was not found. So, you will need
    to recheck your project setup, provide locations for imports, etc. I am not familar with Intermec Printer.
    The code snippet does not show any information about the DLL import, check there too.
    Hope this helps. :)

  • Loading module "oracleasm": Unable to load module "oracleasm"

    Hi,
    I'm trying to install ASM Library RPMs.But the oracleasm configure is failing with the following error:
    Default user to own the driver interface [507]:
    Default group to own the driver interface [507]:
    Start Oracle ASM library driver on boot (y/n) [y]:
    Fix permissions of Oracle ASM disks on boot (y/n) [y]:
    Writing Oracle ASM library driver configuration: [  OK  ]
    Loading module "oracleasm": Unable to load module "oracleasm"
    [FAILED]
    the following are the RPM version details:
    [root@narya tmp]# ls oracleasm-2.6.9-5.0.5.EL*
    oracleasm-2.6.9-5.0.5.ELsmp-2.0.0-1.i686.rpm
    [root@narya tmp]# ls
    oracleasmlib-2.0.2-1.i386.rpm
    oracleasm-support-2.0.3-1.i386.rpm
    the following are the kernel version details for my machine:
    [root@narya tmp]# uname -r
    2.6.9-5.0.5.EL_snaresmp
    Please do let me know if i'm installing the right RPMs and if not please provide me the link for the right RPMs.
    Thanks in advance!!!

    Are you running this on RHEL4?
    If so, this error could be caused by SELinux. If SELinux is enabled, it can prevent the successful load of the ASMLIB driver. This is documented in Bug 4758215.
    If you see an error message similar to the following in your /var/log/messages file:
    modprobe: FATAL: Error inserting oracleasm: Permission Denied
    then it is likely that SELinux is enabled and this is preventing the module from being loaded.
    The solution suggested by Oracle is to either disable SELinux or upgrade to RHEL 4 Update 3 as a fix for this bug is incorporated into this release.

  • Powerdns Unable to load module '/usr/lib/powerdns/libgmysqlbackend.so'

    hello
    i have recently this problem with powerdns
    Unable to load module '/usr/lib/powerdns/libgmysqlbackend.so'
    the folder  "/usr/lib/powerdns" has disapeared
    do you know what is the problem ?
    thanks

    Hiya,
     The error is because the app tried to import that driver but it was not found. So, you will need
    to recheck your project setup, provide locations for imports, etc. I am not familar with Intermec Printer.
    The code snippet does not show any information about the DLL import, check there too.
    Hope this helps. :)

  • 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

  • OAAM 11g R2: Unable to load java class for custom configurable action

    Need to configure a Configurable Action to get triggered for a particular action at a given checkpoint.
    Steps Followed:
    1. Created a java class implementing com.bharosa.vcrypt.tracker.dynamicactions.intf.DynamicAction, getParameters() and execute() methods were implemented in that java class.
    2. Added necessary jars from $ORACLE_IDM_HOME\oaam\cli\lib to the build classpath.
    3. Compiled and created a jar with it.
    4. Extracted the oracle.oaam.extensions.war file into a working folder.
    5. Added the Custom Jar created in step 3 into <working folder>/WEB-INF/lib/
    6. Changed the following in MANIFEST.MF in <working folder>/META-INF/:
    Specification-Version:11.1.2.0.1
    Implementation-Version:11.1.2.0.1
    7. Rejar-ed the oracle.oaam.extensions.war from the working folder using following command:
    jar -cvfm oracle.oaam.extensions.war <working folder>\META-INF\MANIFEST.MF -C <working folder>/ .
    8. Stopped the oaam_admin_server1, oaam_offline_server1 and oaam_server_server1.
    9. Deleted the oracle.oaam.extensions deployment from the weblogic.
    10. Deployed the newly created oracle.oaam.extensions as a shared library for oaam_admin_server1 and oaam_server_server1.
    11. Started all managed servers.
    But when I tried to create an action template with the java class I just created, it was throwing following error
    +java.lang.ClassNotFoundException: *+
    Unable to load configurable action class *. Ensure the class is made available in the class path.
    Referred following documents:
    1.      http://docs.oracle.com/cd/E27559_01/admin.1112/e27207/cfgactions.htm
    2.     http://docs.oracle.com/cd/E27559_01/dev.1112/e27206/cfg-action.htm
    3.     http://docs.oracle.com/cd/E27559_01/dev.1112/e27206/extend.htm
    Kindly help me. Thanks in advance.
    Edited by: 917717 on Dec 12, 2012 7:16 PM

    This thread is a bit stale but I thought it might help to clarify one point about custom jar files on UCCX.
    To properly load a custom jar:
    Upload it into the classpath directory in the document repository. 
    Select it under System | Custom Classes Configuration
    Finally you need to restart the CCX Engine and the CCX Administration services.  If you have HA you need to restart them on both servers. 
    Other notes:
    When referencing your class in the CCX Editor, use the fully qualified name of the class.  Lots of other classes use things like Element or Document so you need to be explicit. The editor only knows about the 20 native classes by their object names.  If you create a Document object in the editor you are really creating a com.cisco.doc.Document object.  If you loaded jdom.jar and you wanted a jdom document then you need to create an object of type org.jdom.Document.
    When compiling your custom jar files, be sure to compile for the version of Java that the CCX Engine runs.  In general UCCX 7.X and older use Java 1.4.  UCCX 8.X and higher use Java 1.6.  Several of the core Java classes had significant changes between 1.4 and 1.6. If you ran your code on UCCX 7 or earlier and now it fails in UCCX 8.X or higher, recomplile for Java 1.6 and you classes will likely work again.
    Finally, check for security violations in UCCX 8.X or higher.  Cisco has restricted some of the things you can do.  These URL's have more information:
    http://docwiki.cisco.com/wiki/Engine
    http://docwiki.cisco.com/wiki/Troubleshooting_Tips_for_Unified_CCX_8.0
    -Steven
    Please help us make the communities better.  Rate helpful posts!

Maybe you are looking for

  • Create DNG Profile - Why does it look different in the DNG Editor vs LR/ACR?

    Hi everyone, I am sorry if this has been covered before -- perhaps you could give me a link to the relevant info. I have a client who shoots with a Leica DMR.  The reds are way to saturated and magenta.  We created a new camera profile in the DNG edi

  • Transferring playlists to new computer?

    I have tried all of the tutorials for this given here but it is not working. On my windows pc using itunes 11, I saved the two files from the itunes music folder "itunes library.itl" and "itunes music library.xml" on my external HDD, I then copied th

  • Extracting Zip files using PowerShell 3.0 on Windows 2008

    I’m using a script to extract data to multiple servers, I’ve tested it many times, however an issue has come up that has me stumped. When extracting the zip file, it wants to create a top level folder the same name as the zip file instead of just ext

  • Passing drop down value to java code

    Hi, I am using a htmlb dropdownlist element in a jsp file. And I have included the java code in the same jsp. I need to know how to pass the selected value from the drop down to the java code. Can anyone please help? Thanks & regards, Malita Fernande

  • Mail divider bar lost

    In Mail 1.3.11 I lost the divider bar (betwwen message list and preview pane) and its handles and I can't get it back. Anyone know how to get it back?