'claws-mail-extra-plugins': not found in sync db [ Solved ]

[wesley@ratdog ~]$ sudo pacman -Syu
Password:
:: Synchronizing package databases...
downloading testing.db.tar.gz...
downloading core.db.tar.gz...
downloading extra.db.tar.gz...
downloading community-testing.db.tar.gz...
downloading community.db.tar.gz...
archlinuxfr is up to date
archrepo is up to date
compiz-fusion is up to date
arch-games is up to date
:: Starting full system upgrade...
warning: python-gdata: local (2.0.6-1) is newer than archrepo (2.0.4-1)
local database is up to date
[wesley@ratdog ~]$ sudo pacman -S claws-mail-extra-plugins
claws-mail-extra-plugins package not found, searching for group...
error: 'claws-mail-extra-plugins': not found in sync db
[wesley@ratdog ~]$ sudo pacman -Q claws-mail-extra-plugins
error: package "claws-mail-extra-plugins" not found
[wesley@ratdog ~]$ sudo pacman -Q claws-mail
claws-mail 3.7.4-1
[wesley@ratdog ~]$ sudo pacman -Q claws-mail
claws-mail 3.7.4-1
[wesley@ratdog ~]$
Did I clobber my mirrorlist ?
                      http://dpaste.com/153358/
Last edited by wesley_of_course (2010-02-01 20:49:53)

[wesley@ratdog ~]$ sudo pacman -Syu
:: Synchronizing package databases...
testing is up to date
core is up to date
extra is up to date
community-testing is up to date
community is up to date
archlinuxfr is up to date
archrepo is up to date
compiz-fusion is up to date
arch-games is up to date
:: Starting full system upgrade...
local database is up to date
It 's fixed , ran reflector.

Similar Messages

  • [solved] error: 'gstreamer': not found in sync db

    hi, i just did an -Syu and now i cant play videos with vlc!! it cant find the decoder!! For some reason, pacman cant find any gstreamer packages in the repos!!
    how do i solve this??
    [root@ArchLinux danny]# pacman -Ss gst
    [root@ArchLinux danny]# pacman -Sy gstreamer
    :: Synchronising package databases...
    core is up to date
    extra is up to date
    community is up to date
    gstreamer package not found, searching for group...
    error: 'gstreamer': not found in sync db
    [root@ArchLinux danny]#
    [root@ArchLinux danny]# pacman -Qs gstreamer
    local/gstreamer0.10 0.10.25-1
    GStreamer Multimedia Framework
    local/gstreamer0.10-base 0.10.25-1
    GStreamer Multimedia Framework Base plugin libraries
    local/gstreamer0.10-base-plugins 0.10.25-1 (gstreamer0.10-plugins)
    GStreamer Multimedia Framework Base Plugins (gst-plugins-base)
    local/gstreamer0.10-ffmpeg 0.10.9-1 (gstreamer0.10-plugins)
    Gstreamer FFMpeg Plugin
    local/gstreamer0.10-good 0.10.17-2
    GStreamer Multimedia Framework Good plugin libraries
    local/gstreamer0.10-good-plugins 0.10.17-2 (gstreamer0.10-plugins)
    GStreamer Multimedia Framework Good Plugins (gst-plugins-good)
    local/gstreamer0.10-python 0.10.17-1
    Python bindings for GStreamer 0.10
    local/gstreamer0.10-ugly 0.10.13-3
    GStreamer Multimedia Framework Ugly plugin libraries
    local/gstreamer0.10-ugly-plugins 0.10.13-3 (gstreamer0.10-plugins)
    GStreamer Multimedia Framework Ugly Plugins (gst-plugins-ugly)
    [root@ArchLinux danny]#
    Last edited by ninjaprawn (2010-02-11 20:49:03)

    wonder wrote:because the actual name is gstreamer0.10. the only thing that is missing is gstreamer0.10-bad-plugins and you might want to install them.
    hmmmmmm, I don't know? surely, if I do pacman -Ss gst, it should be listed from the repo in the output then?? As you can see from my first post, it isn't!!

  • Solved - Cannot install gimp : error: 'libmng': not found in sync db

    This is the code I get. I think something is wrong with my pacman since it was working fine at the begainning.
    bash-3.2# pacman -Syu
    :: Synchronizing package databases...
    core is up to date
    extra is up to date
    community is up to date
    :: Starting full system upgrade...
    local database is up to date
    bash-3.2# pacman -S gimp
    Warning: gimpshop provides gimp
    resolving dependencies...
    error: cannot resolve "libmng", a dependency of "gimpshop"
    error: failed to prepare transaction (could not satisfy dependencies)
    :: gimpshop: requires libmng
    bash-3.2# pacman -S libmng
    error: 'libmng': not found in sync db
    Vlc is installed but if I try this I still get that kind of error.
    bash-3.2# pacman -S vlc
    error: 'vlc': not found in sync db
    This is my pacman.conf
    # /etc/pacman.conf
    # See the pacman manpage for option directives
    # GENERAL OPTIONS
    [options]
    # The following paths are commented out with their default values listed.
    # If you wish to use different paths, uncomment and update the paths.
    #RootDir = /
    #DBPath = /var/lib/pacman/
    #CacheDir = /var/cache/pacman/pkg/
    #LogFile = /var/log/pacman.log
    HoldPkg = pacman glibc
    #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
    # REPOSITORIES
    # - can be defined here or included from another file
    # - pacman will search repositories in the order defined here
    # - local/custom mirrors can be added here or in separate files
    # - repositories listed first will take precedence when packages
    # have identical names, regardless of version number
    # Repository entries are of the format:
    # [repo-name]
    # Server = ServerName
    # Include = IncludePath
    # The header [repo-name] is crucial - it must be present and
    # uncommented to enable the repo.
    # Testing is disabled by default. To enable, uncomment the following
    # two lines. You can add preferred servers immediately after the header,
    # and they will be used before the default mirrors.
    #[testing]
    #Include = /etc/pacman.d/mirrorlist
    [core]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/mirrorlist
    [extra]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/mirrorlist
    [community]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/mirrorlist
    # Unstable is disabled by default. To enable, uncomment the following
    # two lines. You can add preferred servers immediately after the header,
    # and they will be used before the default mirrors.
    #[unstable]
    #Include = /etc/pacman.d/mirrorlist
    # An example of a custom package repository. See the pacman manpage for
    # tips on creating your own repositories.
    #[custom]
    #Server = file:///home/custompkgs
    And this is my mirrorlist
    # Arch Linux repository mirrorlist
    # United States
    #Server = ftp://ftp.archlinux.org/$repo/os/i686
    #Server = ftp://locke.suu.edu/linux/dist/archlinux/$repo/os/i686
    #Server = ftp://mirrors.unixheads.org/archlinux/$repo/os/i686
    #Server = ftp://ftp-linux.cc.gatech.edu/pub/linux/distributions/archlinux/$repo/os/i686
    #Server = ftp://mirror.cs.vt.edu/pub/ArchLinux/$repo/os/i686
    #Server = http://mirrors.easynews.com/linux/archlinux/$repo/os/i686
    #Server = ftp://ftp.ibiblio.org/pub/linux/distributions/archlinux/$repo/os/i686
    #Server = http://holmes.umflint.edu/archlinux/$repo/os/i686
    #Server = http://mirror.neotuli.net/arch/$repo/os/i686
    # South America
    # - Brazil
    #Server = http://archlinux.c3sl.ufpr.br/$repo/os/i686
    #Server = ftp://archlinux.c3sl.ufpr.br/archlinux/$repo/os/i686
    #Server = ftp://ftp.las.ic.unicamp.br/pub/archlinux/$repo/os/i686
    # Europe
    # - Austria
    #Server = ftp://gd.tuwien.ac.at/opsys/linux/archlinux/$repo/os/i686
    # - Belgium
    #Server = ftp://ftp.belnet.be/mirror/archlinux.org/$repo/os/i686
    # - Czech Republic
    #Server = ftp://ftp.sh.cvut.cz/MIRRORS/arch/$repo/os/i686
    # - Estonia
    #Server = ftp://ftp.estpak.ee/pub/archlinux/$repo/os/i686
    # - France
    #Server = ftp://mir1.archlinuxfr.org/archlinux/$repo/os/i686
    #Server = ftp://mir2.archlinuxfr.org/archlinux/$repo/os/i686
    #Server = ftp://distrib-coffee.ipsl.jussieu.fr/pub/linux/archlinux/$repo/os/i686
    #Server = http://mir.archlinux.fr/$repo/os/i686
    #Server = ftp://ftp.free.fr/mirrors/ftp.archlinux.org/$repo/os/i686
    # - Germany
    #Server = ftp://ftp.hosteurope.de/mirror/ftp.archlinux.org/$repo/os/i686
    #Server = ftp://ftp5.gwdg.de/pub/linux/archlinux/$repo/os/i686
    #Server = ftp://ftp.uni-bayreuth.de/pub/linux/archlinux/$repo/os/i686
    #Server = ftp://ftp.archlinuxppc.org/i686/$repo/os/i686
    #Server = ftp://ftp.tu-chemnitz.de/pub/linux/archlinux/$repo/os/i686
    #Server = http://ftp.uni-kl.de/pub/linux/archlinux/$repo/os/i686
    # - Great Britain
    #Server = http://www.mirrorservice.org/sites/ftp.archlinux.org/$repo/os/i686
    #Server = ftp://mirrors.uk2.net/pub/archlinux/$repo/os/i686
    #Server = http://archlinux.mirrors.uk2.net/$repo/os/i686
    # - Greece
    #Server = ftp://ftp.ntua.gr/pub/linux/archlinux/$repo/os/i686
    # - Hungary
    #Server = ftp://ftp.mfa.kfki.hu/pub/mirrors/ftp.archlinux.org/$repo/os/i686
    # - Ireland
    #Server = ftp://ftp.heanet.ie/mirrors/ftp.archlinux.org/$repo/os/i686
    # - Italy
    #Server = ftp://mi.mirror.garr.it/mirrors/archlinux/$repo/os/i686
    # - Netherlands
    #Server = ftp://ftp.nluug.nl/pub/metalab/distributions/archlinux/$repo/os/i686
    #Server = ftp://ftp.surfnet.nl/pub/os/Linux/distr/archlinux/$repo/os/i686
    # - Poland
    #Server = ftp://mirror.icis.pcz.pl/archlinux/$repo/os/i686
    #Server = http://piotrkosoft.net/pub/mirrors/ftp.archlinux.org/$repo/os/i686
    #Server = ftp://ftp.piotrkosoft.net/pub/mirrors/ftp.archlinux.org/$repo/os/i686
    # - Portugal
    #Server = ftp://cesium.di.uminho.pt/pub/archlinux/$repo/os/i686
    # - Romania
    #Server = ftp://ftp.iasi.roedu.net/mirrors/archlinux.org/$repo/os/i686
    # - Russia
    #Server = ftp://mirror.yandex.ru/archlinux/$repo/os/i686
    #Server = http://archlinux.freeside.ru/$repo/os/i686
    # - Sweden
    #Server = ftp://ftp.ds.hj.se/pub/os/linux/archlinux/$repo/os/i686
    #Server = ftp://ftp.gigabit.nu/$repo/os/i686
    # - Switzerland
    #Server = ftp://archlinux.puzzle.ch/$repo/os/i686
    # - Turkey
    #Server = http://server.elsistech.com/archlinux/$repo/os/i686
    # - Ukraine
    #Server = ftp://hell.org.ua/archlinux/$repo/os/i686
    #Server = ftp://ftp.linux.kiev.ua/pub/Linux/ArchLinux/$repo/os/i686
    # Asia
    # - Israel
    #Server = http://mirror.isoc.org.il/pub/archlinux/$repo/os/i686
    # Australia
    #Server = ftp://mirror.pacific.net.au/linux/archlinux/$repo/os/i686
    #Server = ftp://mirror.aarnet.edu.au/pub/archlinux/$repo/os/i686
    # Setup-Entry
    Server = http://mirrors.easynews.com/linux/archlinux/$repo/os/i686
    Ho and I really like Arch, I just need to know this distribution better.
    And thanks for the help
    Last edited by odf (2008-07-18 19:26:44)

    Not sure why typing 'gimp' is bringing up 'gimpshop', but anyhoo...
    I just punched in 'http://mirrors.easynews.com/linux/archl … po/os/i686' into Epiphany and it 404's, so I'd assume it's down at the mo. Meantime, if you go into your mirrorlist and uncomment whichever 'Server = *' is closest to you (you could just do any of them, but the nearest ones will give you better performance) and comment out that bottom line.
    All going to plan, that should sort it.
    Last edited by ThomasBisset (2008-07-18 00:24:54)

  • [solved] error: 'kernel26': not found in sync db

    I'm having a strange issue - pacman -S kernel26 returns:
    kernel26 package not found, searching for group...
    error: 'kernel26': not found in sync db
    pacman -Sg base:
    pacman -Sg base
    base libfetch
    base shadow
    package databases are up to date, tried different mirrors.
    pacman -Sy:
    :: Synchronizing package databases...
    testing is up to date
    core is up to date
    extra is up to date
    community is up to date
    here's my pacman.conf:
    # /etc/pacman.conf
    # See the pacman.conf(5) manpage for option and repository directives
    # GENERAL OPTIONS
    [options]
    # The following paths are commented out with their default values listed.
    # If you wish to use different paths, uncomment and update the paths.
    #RootDir = /
    #DBPath = /var/lib/pacman/
    #CacheDir = /var/cache/pacman/pkg/
    #LogFile = /var/log/pacman.log
    HoldPkg = pacman glibc
    # If upgrades are available for these packages they will be asked for first
    SyncFirst = pacman
    #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
    #XferCommand = /usr/bin/curl %u > %o
    # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
    #IgnorePkg = wesnoth
    #IgnoreGroup =
    #NoUpgrade =
    #NoExtract =
    # Misc options (all disabled by default)
    #NoPassiveFtp
    #UseSyslog
    #ShowSize
    #UseDelta
    #TotalDownload
    # REPOSITORIES
    # - can be defined here or included from another file
    # - pacman will search repositories in the order defined here
    # - local/custom mirrors can be added here or in separate files
    # - repositories listed first will take precedence when packages
    # have identical names, regardless of version number
    # - URLs will have $repo replaced by the name of the current repo
    # Repository entries are of the format:
    # [repo-name]
    # Server = ServerName
    # Include = IncludePath
    # The header [repo-name] is crucial - it must be present and
    # uncommented to enable the repo.
    # Testing is disabled by default. To enable, uncomment the following
    # two lines. You can add preferred servers immediately after the header,
    # and they will be used before the default mirrors.
    [testing]
    Include = /etc/pacman.d/mirrorlist
    [core]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/mirrorlist
    [extra]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/mirrorlist
    #[kdemod-core]
    #Server = http://mirrors.igprolin-online.org/pub/kdemod/core/i686
    #[kdemod-extragear]
    #Server = http://mirrors.igprolin-online.org/pub/kdemod/extragear/i686
    [community]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/mirrorlist
    # An example of a custom package repository. See the pacman manpage for
    # tips on creating your own repositories.
    #[custom]
    #Server = file:///home/custompkgs
    Last edited by schuay (2009-04-23 10:12:42)

    schuay wrote:thanks, that helped.
    i had to do a couple of hard reboots recently, could that have been the cause?
    Yes, I think your local pacman database was corrupted - some files were probably missing. For instance on ext4 filesystem, it can take 30 seconds (by default) until the data is written from cache to the disk. If you hard reboot during that time, the files can go missing.

  • Using OSX 10.8 DW CS6 when I click "live" it says "flash plugin" "not found".

    Using DW CS6 when I click "live" it says "Flash Plugin was not found. To view Flash content in Live View install the Firefox Flash Plugin from www.adobe.com."
    My default browser is Chrome. DW uses Chrome as the primary browser. (FFox is secondary.)
    I do have Firefox and do not have Flash on it. I open Flash content Chrome, and I installed an HTML5 video viewer add-on in FFox (but haven't tried it yet).
    I also have the Dreamweaver HTML5 Video View add-on, so why am I getting that message? Furthermore, the HTML code doesn't have any Flash objects. (The code is the source HTML from www.google.com page, without any changes.)
    How do I make DW display the "Live" view of the code without giving me an error? (My end goal is to find out what google does when you enter something in the search box and hit the Enter key, actually, I'd like to see why the result of the search is displayed the way it is - default should be Web view, but Image view shows instead. I want Web to show!)

    "Why would anybody paste Google's source code into their own web page?" To learn from it.
    I'm sorry Phil, but you can't learn much from Google's source code because search engines are dynamically programed with behind-the-scenes code and content from databases that you can't see.  You're just spinning your wheels here.  If you want to learn how to make a search engine, I'd be happy to point you to some relevant PHP & MySql tutorials.
    The issue still remains that DW is giving me the error (flash plugin not found)
    When DW starts acting weird, the first thing to try is Deleting Corrupted Cache in DW
    http://forums.adobe.com/thread/494811
    If that doesn't help, try Restore Preferences
    http://helpx.adobe.com/dreamweaver/kb/restore-preferences-dreamweaver-cs4-cs5.html
    If all else fails, use the CC Cleaner Tools below followed by a software re-install.
    Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6
    Nancy O.

  • Networkless install gives "not found in sync db" error

    I'm trying to install on a laptop which whose network drivers are not in the install kernel and which doesn't have a cd. All files have to be transferred by usb till I can get it up and running and install the drivers.
    I got the machine to boot from the network (pxeboot) and got into the install shell without any problems. On another machine I downloaded the current core iso, mounted it and copied all the packages to a usb disk which I then mounted as /src/arch/pkg on the laptop.
    When doing step 2 of the install I got an error that it couldn't find /src/arch/pkg/setup so I created that directory, the errors went away but I then didn't get any packages in the package list. I tried mounting the package disk as /src/arch/pkg/setup and then tried again. This time I got a list of packages. I selected them all and went to step 3.
    At this point it tries to access the network to refresh the package database, fails and gives me the error:
    error: 'acl-2.2.47': not found in sync db
    Looking in VT5 I get
    error: failed to retrieve file 'current.db.tar.gz' from : No such file or directory
    error: filed to synchronize current: no such file or directory
    error: filed to synchronize any databases
    Have I done something wrong? Having to create the setup directory feels wrong, I thought I just put the packages in /src/arch/pkg so I'm guessing that that may have something to do with it.
    If not, how can I get round this? Can I create a database and drop it on the machine?

    unselect ABS from the package selection and try again.
    Then install the abs package from the completed base install.

  • Install error: "error: 'abs': not found in sync db"

    Hello Im trying to do an install and when i select the packages then go to install it says it cant download packages and this is the error showing up in vt5:
    error: 'abs': not found in sync db
    my net is working fine so im not sure whats up if anyone could help that would be great..
    thanks

    unselect ABS from the package selection and try again.
    Then install the abs package from the completed base install.

  • Not found in sync db

    This is a great forum, and lots of responses are quick which is awesome. Not to mention Arch is amazing.
    I'm trying to install Amarok, so as root I'm pacman -S amarok, which returns with this
    root@tuxzilla tux #pacman -S amarok
    amarok: not found in sync db
    Not sure what is going wrong here, maybe I don't have pacman configured properly, any help would be great.

    tuxzilla22 wrote:Uh oh, is there a terminal to get that will allow copy and pasting, or control c'ing, sorry if this is a bit noobish'
    Use Ctrl+Insert, Shift+Insert. Which will work in windows too.
    Alternatively you can select the text, then press the middle button/mouse wheel to paste.
    And its amarok-base if you havent got it working yet...
    EDIT: beaten to it 

  • BI 4.0.6 Visual Differance - Plugin not found error. (VDS 00007)

    To All,
         Issues with Visual Differnace in BI 4.0 w/ SP6, still unable to run compare between LCMBIAR.  I am getting Plugin not found error. (VDS 00007).
    Does anyone have Visual Differance working yet.
    Gavin

    Gavin,
         This is know error, check out the support message
    1575010 - SAP BI 4.0 Visual Difference error : Plugin not found error. (VDS 00007)
    Check out the Resolution:
    Resolution
    This behavior is by design.
    It is finally working under BI 4.1
    Regards,
    Ajay

  • Firefox cannot find flashplayer that I installed after upgrade to Firefox 11. On a OpenSolaris 11 machine. I did move libplayer.so to /usr/lib/firefox/plugins and bounced firefox... but plugin not found.

    Firefox cannot find flashplayer plugin that I installed after upgrade to Firefox 11. I am running OpenSolaris 11 64 bit. I did move libplayer.so to /usr/lib/firefox/plugins and bounced firefox... but plugin not found.

    Firefox cannot find flashplayer plugin that I installed after upgrade to Firefox 11. I am running OpenSolaris 11 64 bit. I did move libplayer.so to /usr/lib/firefox/plugins and bounced firefox... but plugin not found.

  • Mfc9011.exe   Error and MP3 plugin not found

    I am on Captivate 4, and I am getting the following errors when I try to publish:  Mp3 plugin not found and  
    "mfc9011.exe has encountered a problem."
    It suggests I reinstall captivate, which I did to no avail.
    I get both errors when I attempt to 'preview next 5 slides" or publish.
    I don't have skype.  Adobe Support cannot find a solution.

    Hi there
    Sorry, my crystal ball appears to be broken and my psychic skills aren't quite there yet.
    What operating system are you using? If you come back and say Vista 64 bit, you need to know there are lots of different issues involved with this OS. There is not a Captivate version to date that has been blessed by Adobe to say it will work flawlessly with this OS.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • When using firefox on yahoo and opening my mail it says Not Found The requested URL /dc/launch was not found on this server. How can this be fixed?

    when using firefox on yahoo and opening my mail it says Not Found The requested URL /dc/launch was not found on this server. How can this be fixed?

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    * Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    * Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode

  • HT1296 iphone not found when syncing?

    Iphone not found when syncing? How do you fix?

    Have you tried this?
    Turn your device off and connect your cable to the computer, but not the device just yet. Start up iTunes. Now, hold down the home button on your device and plug it in to the cable - don't let go of the button until iTunes tells you it's detected a device in recovery mode. Now you can restore to factory settings.

  • [Solved]error: 'xorg': not found in sync db

    I'm trying to install Gnome onto this computer of mine using the instructions http://wiki.archlinux.org/index.php/Des … e_X_server. But when I type "sudo pacman -S xorg" I get "error: 'xorg': not found in sync db".
    Last edited by jordanwb (2008-07-03 21:56:49)

    Solved. "sudo pacman -Syu"

  • Javax.mail.message.recipienttype not found

    Hi,
    I use jdev10g and i want to send a mail message.
    Here's a little snip of my class for sending a mail.
    Jdeveloper gives me a error about Message.RecipientType.TO.
    "Member 'RecipientType' not found in javax.mail.Message"
    import javax.mail.Message;
    message.addRecipient(Message.RecipientType.TO,
    new InternetAddress(to));
    I've installed the javamail-1.1.3 API.
    In my project properties -> libraries, i've added this library with the correct path to the jar file.
    I'm sure that this API have this Message class.
    What is going wrong, have i missed something ???
    Greetings,
    Peter

    Hi! Srikanth,
    1. I checked MailerEJB.deploy under "Dependency Analyzer",
    I checked activation.jar and mail.jar under the J2EE node.
    I did the same for the MailerJSP.deploy.
    2. I used same jdeveloper version and jdk 1.3.1_06.
    3. I did a clean deploy for the ejb and mailerjsp.deploy
    4. I recompiled and run the jpr,
    from the message window, I got:
    C:\jdeveloper\jdk\bin\javaw.exe -ojvm -classpath C:\oc4j\samples\ejb\EJBCallsJSP\classes;C:\oc4j\samples\ejb\EJBCallsJSP;C:\jdeveloper\jdev\lib\jdev-rt.jar;C:\jdeveloper\j2ee\home\lib\activation.jar;C:\jdeveloper\j2ee\home\lib\ejb.jar;C:\jdeveloper\j2ee\home\lib\jaas.jar;C:\jdeveloper\j2ee\home\lib\jaxp.jar;C:\jdeveloper\j2ee\home\lib\jcert.jar;C:\jdeveloper\j2ee\home\lib\jdbc.jar;C:\jdeveloper\j2ee\home\lib\jms.jar;C:\jdeveloper\j2ee\home\lib\jndi.jar;C:\jdeveloper\j2ee\home\lib\jnet.jar;C:\jdeveloper\j2ee\home\lib\jsse.jar;C:\jdeveloper\j2ee\home\lib\jta.jar;C:\jdeveloper\j2ee\home\lib\mail.jar;C:\jdeveloper\j2ee\home\oc4j.jar;C:\jdeveloper\jdbc\lib\classes12.jar;C:\jdeveloper\jdbc\lib\nls_charset12.jar oracle.otnsamples.ejbcallsjsp.mailclient.MailClientSample
    I didn't see any error from this message window.
    5. The no provider for smtp error is prompted from the mail client.
    From above settings and running the application, I couldn't figure out where the error was coming from ?
    Thanks
    David

Maybe you are looking for

  • Uploading photo gallery to a Mac?

    I have an original Facinate and have just ordered an iPhone 5 upgrade. I have two years of images on the phone that I don't want to lose. How cna I uploade these images to my Mac desktop? Thanks

  • Firefox sometimes hangs for about a minute. Fedora 12, firefox 6.0.2

    I am using ff 6.0.2 with Fedora 12, and have a problem of the browser hanging sometimes. I have started firefox in safe mode, but it still happens. It usually happens when I am trying to open a bookmark inside a folder inside the Bookmarks toolbar. W

  • Running Forms and Oracle 9i on the same PC

    Some time ago I installed Oracle 8 and Forms and Reports 6i on the same PC (Windows 2000). I did specify a different ORA home for the Forms product to the database product. I believe this means that your registry is set to access one, probably your d

  • How to set a sheet as Ad Hoc via VBA ...

    We keep trying to convert our existing workbooks for Smart View. As you can imagine this is a nightmare process but we keep trying ... There is some progress and we learnt a lot on the way but we still face some major issues - we find SV with VBA to

  • Automated Process to save Report  in Share drive?

    Does SAP has any functionality that enables client to setup some sort of autmated process to generate Report(Excel)  and save it to share drive? Forgive me ignorance.