Java error when i try to scan a check

I Get a Java error when I try to scan a check for remote deposit.  Any help to correct the following error will be greatly appreciated:
Java Plug-in 1.6.0_24
Using JRE version 1.6.0_24-b07-334-10M3326 Java HotSpot(TM) 64-Bit Server VM
User home directory = /Users/ginahumphrey
Java Plug-in 1.6.0_24
Using JRE version 1.6.0_24-b07-334-10M3326 Java HotSpot(TM) 64-Bit Server VM
User home directory = /Users/ginahumphrey
c:   clear console window
f:   finalize objects on finalization queue
g:   garbage collect
h:   display this help message
l:   dump classloader list
m:   print memory usage
o:   trigger logging
p:   reload proxy configuration
q:   hide console
r:   reload policy configuration
s:   dump system and deployment properties
t:   dump thread list
v:   dump thread stack
x:   clear classloader cache
0-5: set trace level to <n>
java.lang.NoClassDefFoundError: Could not initialize class SK.gnome.twain.TwainManager
          at bluepoint.homescan.client.model.TwainHelper.getSourceList(TwainHelper.java:123)
          at bluepoint.homescan.client.presenter.MainPanel1Presenter.initScannersComBox(Main Panel1Presenter.java:465)
          at bluepoint.homescan.client.presenter.MainPanel1Presenter.<init>(MainPanel1Presen ter.java:242)
          at bluepoint.homescan.client.MorenaStudio.init(MorenaStudio.java:29)
          at sun.applet.AppletPanel.run(AppletPanel.java:424)
          at java.lang.Thread.run(Thread.java:680)

Having the same exact problem! I get:
Exception in thread "thread applet-bluepoint.homescan.client.MorenaStudio.class-1" java.lang.NoClassDefFoundError: Could not initialize class SK.gnome.twain.TwainManager
          at bluepoint.homescan.client.model.TwainHelper.getSourceList(TwainHelper.java:123)
          at bluepoint.homescan.client.presenter.MainPanel1Presenter.initScannersComBox(Main Panel1Presenter.java:465)
          at bluepoint.homescan.client.presenter.MainPanel1Presenter.<init>(MainPanel1Presen ter.java:242)
          at bluepoint.homescan.client.MorenaStudio.init(MorenaStudio.java:29)
          at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Plugin2Manager.ja va:1640)
          at java.lang.Thread.run(Thread.java:680)
The process has worked on and off but now it never works. Someone please help us!

Similar Messages

  • Java error when I try to execute runInstaller

    Hi all,
    Someone can tell me why I get this error when I try to execute the runInstaller script ?
    echoes:/temp/Disk1$ ./runInstaller
    Starting Oracle Universal Installer...
    No pre-requisite checks found in oraparam.ini, no system pre-requisite checks will be executed.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2007-05-13_09-29-09PM. Please wait ...echoes:/temp/Disk1$ Oracle Universal Installer, Version 10.1.0.3.0 Production
    Copyright (C) 1999, 2004, Oracle. All rights reserved.
    Exception java.lang.UnsatisfiedLinkError: /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libawt.jnilib: occurred..
    java.lang.UnsatisfiedLinkError: /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libawt.jnilib:
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1668)
    at java.lang.Runtime.loadLibrary0(Runtime.java:822)
    at java.lang.System.loadLibrary(System.java:992)
    at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.awt.NativeLibLoader.loadLibraries(NativeLibLoader.java:38)
    at sun.awt.DebugHelper.<clinit>(DebugHelper.java:29)
    at java.awt.Component.<clinit>(Component.java:545)
    at oracle.sysman.oii.oiif.oiifm.OiifmGraphicInterfaceManager.<init>(OiifmGraphicInterfaceManager.java:189)
    at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.createInterfaceManager(OiicSessionInterfaceManager.java:173)
    at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.getInterfaceManager(OiicSessionInterfaceManager.java:182)
    at oracle.sysman.oii.oiic.OiicInstaller.<init>(OiicInstaller.java:278)
    at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:714)
    at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:628)
    Exception in thread "main" java.lang.NoClassDefFoundError
    at oracle.sysman.oii.oiif.oiifm.OiifmGraphicInterfaceManager.<init>(OiifmGraphicInterfaceManager.java:189)
    at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.createInterfaceManager(OiicSessionInterfaceManager.java:173)
    at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.getInterfaceManager(OiicSessionInterfaceManager.java:182)
    at oracle.sysman.oii.oiif.oiifm.OiifmAlert.<clinit>(OiifmAlert.java:112)
    at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:772)
    at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:628)
    I'm trying to install the 10g db on a PowerMac G5 with 4 gig ram, OSX 10.4.9 with all the latest patches.
    The oracle user shell config is the following :
    =====================================
    ORACLE_BASE=/opt/oracle
    ORACLE_HOME=$ORACLE_BASE/product/10.1.0/db_1
    ORACLE_SID=mydb
    export ORACLE_BASE ORACLE_SID ORACLE_HOME
    if [ $DYLD_LIBRARY_PATH ]
    then
    DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:$ORACLE_HOME/lib
    else
    DYLD_LIBRARY_PATH=$ORACLE_HOME/lib
    fi
    HTDOCS=/usr/local/htdocs
    export DYLD_LIBRARY_PATH HTDOCS
    PATH=/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:$ORACLE_HOME/bin
    export PATH
    PS1='\h:\w\$ '
    export PS1
    alias l='ls -la'
    alias svrmgrl='sqlplus /nolog'
    ================================
    Thanks in advance,
    Max

    Is the Oracle runInstaller message telling me that it wants IBMJava2 -1.3.1, even though is says to install 1.3.1 or higher?Yeah, it has been known to act a bit funny on newer releases of JRE.
    ~Jer

  • I keeping getting this error when i try to scan HVURLHandlerErrorDomain error 1003.)

    i keep getting this message when i try to scan HVURLHandlerErrorDomain error 1003.)

    Your Profile on these Forums does not list which model and version of iMac you are using, nor the verision of OS X you are using, nor which model of Scanner.  Please tell us.
    Hope this helps

  • I get error when i try to use update check

    Error Message: There were problems checking for downloading, or installing this update. Firefox could not be updated because: "update XML File malformed (200)"
    == This happened ==
    Not sure how often
    == updated to FireFox 3.6.3 / running MSOffice 2007

    OK, I checked for everything suggested in "AUS Update XML File Malformed 200" and none of the suggestions seemed applicable: I have no extension named Noscript, I can access secure sites, the url in "about:config" cannot be reset, I have no cookie named "aus2". --But the MERE ACT of trying these suggestions made my "XML File Malformed 200" message go away, at least temporarily -- I can now click Help/CheckForUpdates and the "Malformed" message does not appear, instead a message appears saying (words to the effect of) I have the most recent version, which is true by comparison of Help/About and the version number at the Firefox Updates site.

  • I have just updated Acrobat to version 10.1.13. I am using a MAC Running Yosemite.  When I try to scan a document, after the printer scans Adobe Acrobat quits and I get an unexpected closure error.

    I have just updated Acrobat to version 10.1.13. I am using a MAC Running Yosemite.  When I try to scan a document, after the printer scans Adobe Acrobat quits and I get an unexpected closure error.  I am running Mac OS 10.10.1.  This only started happening when I installed the update of Adobe Acrobat.

    Hi MEW1,
    Is the printer connected wirelessly or wired?
    Go to Preferences and under categories go to > Convert to Pdf then select the Image Capture and then hit ok button.
    Close Acrobat and then relaunch it and see if it helps you while you do scanning.
    Regards,
    Rave

  • When I try to scan a document on my MF8050cn, I get a "Connect Computer" error.

    When I try to scan a document on my MF8050cn, I get a "Connect Computer" error.  I am running Windows 8.  My device is directly connected to the computer.  I can print from the computer to the printer without issue.  I get this error when using the controls on the device. 
    If I try to use the MF Toolbox - Scan Function controls, I get the following error message: "This action cannot be completed because the other program is busy.  Choose 'Switch To' to activate the busy program and correct the problem."  When I click "Switch To", it brings me to the Windows 8 tiles screen but does not resolve the issue.
    Please help!

    Hi h_rankin.
    I recommend uninstalling and reinstalling the drivers and software.  Please follow the steps below to perform the operation:
    1.  Unplug the USB cable from the printer.
     2.  Press the Windows key and 'x'.
     3.  Select 'Control Panel'.
     4.  Select Devices and Printers.  The Devices and Printers window opens.
     5.  In the Devices and Printers window, right click on the MF8000 Series and select 'Remove' to delete the printer.  Delete all of the icons for the MF8050Cn.
     6.  Close the Devices and Printers window then press the Windows key and 'x'.
     7.  Select 'Control Panel'.
     8.  Select 'Programs and Features'.
     9.  Double click on driver to uninstall.  Follow the on screen prompts.  Repeat to uninstall the MF Tool box.
    10.  Restart you computer.
    Once your computer restarts, please follow these steps to download and install the drivers and the MF Toolbox from Canon's web site:
     1.  Visit our web site at: http://www.usa.canon.com.
     2.  After clicking SUPPORT & DRIVERS in the top right corner, select your model in the following manner:
         a.  From the first menu, select CONSUMER & HOME OFFICE.
         b.  From the second menu, select PRINTERS & MULTIFUNCTION.
         c.  From the third menu, select your series, IMAGECLASS SERIES.
         d.  From the fourth menu, click DRIVERS & SOFTWARE under imageCLASS MF8050Cn.
     3.  Click the drop-down arrow and change the operating system to Windows 8 (x64).
     4.  Click on 'DRIVERS', then click on [Windows 64bit] imageCLASS MF8050Cn MF Drivers file. 
     5.  Click on I Agree - Begin Download on the next page.
     6.  When the Save As box comes up, choose Desktop and click Save. 
     7.  Once the download is complete, click on 'I Decline- Go Back' and you will return to the previous page.
     8.  Click on 'SOFTWARE', then click on the [Windows 32bit & 64bit] Tool Box Ver.4.9.1 file.
     9.  Click on I Agree - Begin Download on the next page.
    10.  When the Save As box comes up, choose Desktop and click Save. 
    11.  Once the download is complete, close all windows.
    12.  Double click the [ToolBox_4911mf16_Win_EN.exe ] file on the Desktop.  Follow the prompts to install the MF Toolbox.
    13.  Double click the [MF8050Cn_MFDrivers_W64_us_EN_2.exe] files to decompress them.  A new folder will be created on the Desktop.  The new folder has the same name as the decompressed file.  Double-click the decompressed Setup.exe file to start installation.
    14.  Once that window goes away, connect the USB cable from the MF8050Cn to the computer.  Installation will complete.
    Wait a few minutes then scan a document using the MF Toolbox.
    If you still experience any errors, or need any further assistance, please contact us at 1-800-OK-CANON (1-800-652-2666). 
    Have a good day.
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

  • Installing my updated CS4 on a new I Mac: "legacy Java SE 6 runtime" error when i try to open psd

    Bought the original Creative Suite package 1n 2004, installed on my new apple G5.  Upgraded in 2009 to CS4 and sometime installed on a 2nd computer.  I'm sure I registered each product.  I don't have the original disk's, but I have the serial number. I'm trying to install CS on my new I Mac.  It fails authorization in the download.  I went ahead and downloaded the 30 day trail like suggested.  I get the "legacy Java SE 6 runtime" error when i try to open psd.  After my first attempt failed and I read the help lessons on deactivation, I believe I have deactivated from the G5, but I'm still getting the same code when trying to open psd.

    Download and install: Java for OS X 2014-001 
    Reboot your Mac.
    Let me know how it goes.
    Gene

  • I receive the error "The Selected Color Format is not supported" when I try to scan from my HP Office Jet Pro 8610.

    I receive the error "The Selected Color Format is not supported" when I try to scan from my HP Office Jet Pro 8610 using Adobe Acrobat Pro 11. I recently purchased the printer. I believe I ame using all of the defaults. How can I correct the problem?

    Hi,
    Both printer and computer seem to be on same network.
    Please download and run the following utility to troubleshoot on the issue.
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c03275041&cc=us&dlc=en&jumpid=reg_r1002_usen_c-0...
    Also download and install the firmware update from the link below.
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=mp-89897-4&cc=us&dlc=en&lc=en&...
    Although I am an HP employee, I am speaking for myself and not for HP.
    --Say "Thanks" by clicking the Kudos Star in the post that helped you.
    --Please mark the post that solves your problem as "Accepted Solution"

  • My HP Photosmart 7510 gives the error message: "No computer is connected." when I try to scan.

    The Photosmart 7510 prints without any problem.  However, when I try to scan, the error message:  "No computer is connected." is displayed.  My operating system is Windows 7 Professional, on an Hp desktop computer

    Hi there jonathan46900;
    Hope you are doing well;
    try this article
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c02963481&cc=us&dlc=en&lc=en&product=5070121&tmp...
    This should help you fix this issue, please let me the outcome I will do my best to help you,
    RobertoR

    You can say THANKS by clicking the KUDOS STAR. If my suggestion resolves your issue Mark as a "SOLUTION" this way others can benefit Thanks in Advance!

  • Error when i try to make a pdf reader extended

    Hi,
    I am not able to apply reader extension rights on pdfs.
    Step :1 When i  use login to http://host:port/ReaderExtensions/Welcome?ap=1  (readerExtension web page) and upload a file, selecting all the rights.  Now when i click on apply button , a new popup comes with showing uploaded bar.  But i dont see any download button as earlier i was able to see to  download reader extendsion pdf file.( sorry not able to upload screenshots as today seems some issue with this discussion page. Photo upload icon is not active).
    Step :2 I also tried to apply rights form process on workbench. Earlier i was able to successfully invoke the readerExtension Activity. But now it says
    "There was a problem invoking process "myProcess"
    Error: Failed to passivate Document due to an internal error"
    So I restarted the server and followed the above two steps. but it is not yet resolve.
    Step:3 Then i thought to configure reader Extension credentials again from
    Home > Settings > Trust Store Management > Local Credential.
    When i click on the already configured certificate ( expiry date :Sunday, January 8, 2023 1:30 PM). I get below errors
    javax.servlet.ServletException: [HTTP:101249][weblogic.servlet.internal.WebAppServletContext@f90e79 - appName: 'adobe-livecycle-weblogic', name: '/TrustStoreComponent', context-path: '/TrustStoreComponent', spec-version: 'null']: Servlet class jsp_servlet._secured.__credentialdetail for servlet /secured/credentialDetail.jsp could not be loaded because the requested class was not found in the classpath . java.lang.ClassNotFoundException: jsp_servlet._secured.__credentialdetail.      at com.adobe.framework.SecurityFilter.doFilter(SecurityFilter.java:214)      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)      at com.adobe.idp.um.auth.filter.PortalSSOFilter.doFilter(PortalSSOFilter.java:91)      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)      at com.adobe.idp.um.auth.filter.PortalSSOFilter.doFilter(PortalSSOFilter.java:91)
    When i try to delete configured ceritificate i also get below errors
    Error 500--Internal Server Error
    javax.servlet.ServletException: [HTTP:101249][weblogic.servlet.internal.WebAppServletContext@f90e79 - appName: 'adobe-livecycle-weblogic', name: '/TrustStoreComponent', context-path: '/TrustStoreComponent', spec-version: 'null']: Servlet class jsp_servlet._secured.__deletecredentials for servlet /secured/deleteCredentials.jsp could not be loaded because the requested class was not found in the classpath .
    java.lang.ClassNotFoundException: jsp_servlet._secured.__deletecredentials.
         at com.adobe.framework.SecurityFilter.doFilter(SecurityFilter.java:214)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at com.adobe.idp.um.auth.filter.PortalSSOFilter.doFilter(PortalSSOFilter.java:91)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at com.adobe.idp.um.auth.filter.PortalSSOFilter.doFilter(PortalSSOFilter.java:91)
    Regards
    Sunil

    I am able to export the previous ceritificate/credential. But again not able to make any file readerExtended.
    facing the same issue.
    please let me know what is the issue on the server. Why i am not able to make any file as reader extended.
    regards
    Sunil

  • Java error when trying to edit file - access denied

    We have been running Vibe 3.0 for a couple years with no issues but suddenly users have begun to get java errors when trying to edit a file from Vibe. When a file entry is opened and the "Edit this file" link is clicked, a dialog pops up that says :
    Error from command:
    java.security.AccessControlException: access denied (java.io.FilePermission <<ALL FILES>> execute)
    Has anyone else seen this? Could it be related to some windows security update perhaps? Any ideas how to resolve would be appreciated. This happens with regular users as well as admin.
    Vibe is running on SLES 10 with mysql. We are using IIS Windows Authentication.
    Thanks

    dangross,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://forums.novell.com/

  • Java Error when launching BLS

    Using xMII 11.5 SP3, one of our other xMII developers is getting the following Java error when launching the BLS editor:
    Unable to load resource: http://xmiid.oxy.com/Lighthammer/CMSLogicEditor/activation.jar
    His computer was reimaged a couple of days ago with our standard image (Windows XP SP2, IE6 SP2).  It worked fine on his computer prior to the re-image.  He's reloaded Sun Java 1.4.2_01 on his computer (our company default is 1.4.1_01.)
    I can't duplicate the error on any of our test computers - one of which was also recently re-imaged.
    Any ideas?
    David

    David,
    So other standard imaged machines are running 1.4.2_01 and have no issues?  I would expect to see problems with the webstart cookie handling for that version, but I'm running _15....
    Try clearing the Java WS cache on the problematic client instance to watch it try to download all the libraries fresh.
    File...Preferences, reconfirm that the None radio button is selected on the General tab, and then on the Advanced tab, press the Clear Folder button.
    You could also make sure before hitting the editor link in the Menu.jsp that there are no dead or leftover javaws processes running in the task manager.
    Regards,
    Jeremy

  • Error when I try to run a form

    Hi,
    I created a table-based form, but I get a error when I try to run it (CTRL+R):
    java.lang.ClassNotFoundException: oracle.forms.engine.Main
    How can I fix it?
    Thanks
    Savio Barros

    If you have JInitiator installed successfully that is if you are able to run the test form try this
    Open the control panel of your JInitiator (double click on the JInitiator icon in windows control panel) in the Proxies tab, see if you have the Use Browser Settings check box checked.
    Otherwise configure the proxy settings and test your form.
    Regards,
    Tony

  • Keep getting error when I try to convert tif to pdf

    I keep getting an error when I try to convert a scanned document (*tif) to a pdf.

    Well, this is the Reader forum. The PDF Pack one is here: Adobe PDF Pack (read only)

  • Helpme I have error when I try connect from struts  to web service

    helpme I have error when I try connect from struts to web service using basic authentication . the error message is
    [SOAP Exception: fault code= SOAP-ENV Protocol; msg=Unsupported response content type "text/html" must be "text/xml"; ] Response was <html><body> 401 Unauthorized </body></html>
    I'm not using ldap for authentication only xml (jazx-data.xml) ... I already create user with jazn.jar for that user , and I dont know why it still error like that ..
    Please helpme I don't have anytime more to find the mistake , ??
    I'm using Jdeveloper 9i , and oc4j 9.0.4 Server (Not embedded with Jdev)
    But when I use with sample java client it success .....
    then I try with Struts the response is unsupported response content type text/html must be text/xml response was 401 Unauthorized

    1.The reason why this error occurs is, we are getting non SOAP response when the program is expecting a SOAP response. Did you set the proxy server correctly? Try to handle the exception and see the content type of the response in your program.
    2. While creating the client stub u must check an option for authentication for webservice .should solve ur problem.
    thanks
    sirisha

Maybe you are looking for

  • New iphone 4 outlook contact updates not syncing to phone since i downloaded icloud

    Just purchased my first iphone after only using Androids or Blackberry, from Verizon.  At the store they helped me set up itunes on my laptop to sync my Outlook Contacts and Calendar to the phone. It seemed to be working fine until I was offered the

  • App-v packages not getting distributed with all files to DP's

    Hi , I am migrating appv 4.6 packages from standalone to sccm 2012 , using application model in sccm, all seems to be fine , but sccm is not distributing the folders,vbscripts, etc except osd,xml,sft,sprj.. to DP what is the issue any resolution for

  • Photoshop Upgrade on a Windows 8 Computer

    I bought a new computer with Windows 8 and do not have a previous version loaded. How do I load my registered version of Photoshop 6?

  • Iphone order put on hold!?

    I got an email that my order was put on hold because they needed a 400 security deposit but why didnt that come out of my bank? Not enough money? and will my phone now take longer to get here since i have to wait till tomorrow morming to call?

  • How to Beep in Java

    Does anyone know how to make a 'beep' sound in your java source code? Thanks in advance! Roger