Help::algorithm tls not available

i am using the j2se1.4.2.03
when i start tomcat ,the error accor:
java.io.IOException:algorithm tls not available
lefecycleException: Protocol handler start failed: java.io.IOException:algorithm tls not available
the server.xml:
<Connector port="8443"
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" redirectPort="8443" acceptCount="100"
debug="0" connectionTimeout="20000"
disableUploadTimeout="true">
<Factory className="org.apache.coyote.tomcat5.CoyoteServerSocketFactory"
keystoreFile="conf/keystore-file"
keystorePass="myangel" clientAuth="false" protocol="TLS" />
</Connector>
what's the porblem ,please contact me email:[email protected]
thank you very much!

check $JAVA_HOME/jre/lib/security/java.security
and make sure that
com.sun.net.ssl.internal.ssl.Provider is in the list of Providers:
e.g.
# List of providers and their preference orders (see above):
security.provider.1=sun.security.provider.Sun
security.provider.2=com.sun.net.ssl.internal.ssl.Provider
security.provider.3=com.sun.rsajca.Provider
security.provider.4=com.sun.crypto.provider.SunJCE
security.provider.5=sun.security.jgss.SunProvider

Similar Messages

  • Algorithm TLS not available

    Hello,
    I am using JSSE from 1.4.2 SDK and I am getting below error when I am trying to configure Jetty with SSL.
    java.security.NoSuchAlgorithmException: Algorithm TLS not available
    at javax.net.ssl.SunJSSE_b.a Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)[Ljava/lang/Object; [bytecode offset 147]
    at javax.net.ssl.SSLContext.getInstance(Ljava/lang/String;)Ljavax/net/ssl/SSLContext; [bytecode offset 7]
    at org.mortbay.jetty.security.SslSocketConnector.createFactory()Ljavax/net/ssl/SSLServerSocketFactory; [bytecode offset 11]
    at org.mortbay.jetty.security.SslSocketConnector.newServerSocket(Ljava/lang/String;II)Ljava/net/ServerSocket; [bytecode offset 7]
    Can somebody help?
    Thanks,
    Pankaj

    It certainly should be available unless Jetty has done something stupid. Can you get an SSLContext("TLS") with no Jetty in the system?

  • AlgorithmNotSupportedException: Algorithm DH not available

    I am using eclipse 3.0.1 and java jdk 1.4.2_07. I am writing a standalone java app to run in batch mode where the caller simply passes in FTP parameters and the app performs the FTP for them. I am using jftp.jar. The regular ftp function works fine, but when I attempt secure ftp I get the following error. Any help that can be provided would be appreciated, thanks!
    Jun 29, 2005 2:30:24 PM com.sshtools.j2ssh.transport.TransportProtocolCommon startTransportProtocol
    INFO: Starting transport protocol
    Jun 29, 2005 2:30:24 PM com.sshtools.j2ssh.transport.TransportProtocolCommon run
    INFO: Registering transport protocol messages with inputstream
    Jun 29, 2005 2:30:24 PM com.sshtools.j2ssh.transport.TransportProtocolCommon run
    SEVERE: The Transport Protocol thread failed
    com.sshtools.j2ssh.transport.AlgorithmNotSupportedException: Algorithm DH not available
         at com.sshtools.j2ssh.transport.kex.DhGroup1Sha1.onInit(Unknown Source)
         at com.sshtools.j2ssh.transport.kex.SshKeyExchange.init(Unknown Source)
         at com.sshtools.j2ssh.transport.TransportProtocolCommon.run(Unknown Source)
         at java.lang.Thread.run(Thread.java:534)

    Unfortunately, no. I've been pulled off onto other things and haven't been able to work on it. I would still be interested if anyone knows anything about this problem, just out of curiosity...

  • Java.security.NosuchAlgorithmException: Algorithm DESede not available

    Dear All,
    I have created an adapter module using 3DES encryption/decryption algorithm for File/FTP adapter configuration and have deployed it at J2EE server of respective XI system.
    The alogorithm and adapter module are working fine in DEV & QA environments but in Mirror system(which is similar to Prod), I have been encountering Error:-
    java.security.NosuchAlgorithmException: Algorithm DESede not available
    Code snippet for reference:-
    // Convert the raw bytes to a secret key
    DESedeKeySpec keyspec = new DESedeKeySpec(rawkey);
    SecretKeyFactory keyfactory = SecretKeyFactory.getInstance("DESede");SecretKey key = keyfactory.generateSecret(keyspec);
    return key;
    Can you please suggest what could be issue here? Any inputs will be highly appreciated.
    Thanks and Best Regards
    Prashant Rajani

    Hi prometheuzz,
    Thanks for your inputs.
    Please find below the results we received on comparing the files on QA & mirror systems:-
    GXB - QA
    baup22g0:gxbdb:gxbadm 13> ls -lrt
    total 104
    -rwxr-xr-x 1 bin bin 2212 May 12 2004 local_policy.jar
    -rwxr-xr-x 1 bin bin 2199 May 12 2004 US_export_policy.jar
    -rwxr-xr-x 1 bin bin 6593 Oct 16 19:49 java.security
    -rwxr-xr-x 1 bin bin 2652 Oct 16 19:49 java.policy
    -rwxr-xr-x 1 bin bin 30337 Oct 16 19:49 cacerts
    GXC-Mirror
    bauc52g0:gxcdb:gxcadm 2> ls -lrt
    total 104
    -rwxr-xr-x 1 bin bin 2212 May 12 2004 local_policy.jar
    -rwxr-xr-x 1 bin bin 2199 May 12 2004 US_export_policy.jar
    -rwxr-xr-x 1 bin bin 6593 Oct 16 19:49 java.security
    -rwxr-xr-x 1 bin bin 2652 Oct 16 19:49 java.policy
    -rwxr-xr-x 1 bin bin 30337 Oct 16 19:49 cacerts
    bauc52g0:gxcdb:gxcadm 3>
    The results seem identical. Can you please let us know where we should target exactly?
    Thanks & Best Regards
    Prashant

  • Unable to calculate a request signature: Algorithm HmacSHA1 not available

    I develop one javaFx application.
    which upload the files on amazon s3 server.
    The application work fine when the executable jar of the application is made.
    But when the native packaging of the application is done. The .msi file is created and after installing this .msi the application started correctly but at the time of uploading file on s3 the "Unable to calculate a request signature: Algorithm HmacSHA1 not available" error occur in log file and files are not uploaded.
    The creation of the jar and native application is done by the com.zenjava maven plugin.

    Got the solution.After creating native bundle the bundle have its own private copy of jre this private jre does not contain "ext" folder which is present in regular jre.
    This causes the problem of cryptography which is the reason for above problem.

  • NoSuchAlgorithmException : Algorithm DESede not available

    Hi,
    Could any one tell me why this error comes
    The particular method which throws the Exception is
    SecretKeyFactory keyFactory = SecretKeyFactory.getInstance("DESede");
    The Exception stackTrace is
    java.security.NoSuchAlgorithmException: Algorithm DESede not available
    at javax.crypto.SunJCE_b.a(DashoA6275)
    at javax.crypto.SecretKeyFactory.getInstance(DashoA6275)
    at com.orbitech.armor.syncd.server.ArmorKeyTabFile.ReadKeyTabFile(ArmorK
    eyTabFile.java:173)
    at com.orbitech.armor.syncd.server.OracleRegistryPlugin.init(OracleRegis
    tryPlugin.java:210)
    at ArmorSystemServlet.processPrnInfo(ArmorSystemServlet.java:194)
    at ArmorSystemServlet.doPost(ArmorSystemServlet.java:137)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:826)
    at com.netscape.server.http.servlet.NSServletRunner.Service(NSServletRun
    ner.java:533)
    com.orbitech.armor.syncd.server.ArmorException: Error in Reading Keytab file
    at com.orbitech.armor.syncd.server.ArmorKeyTabFile.ReadKeyTabFile(ArmorK
    eyTabFile.java:212)
    at com.orbitech.armor.syncd.server.OracleRegistryPlugin.init(OracleRegis
    tryPlugin.java:210)
    at ArmorSystemServlet.processPrnInfo(ArmorSystemServlet.java:194)
    at ArmorSystemServlet.doPost(ArmorSystemServlet.java:137)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:826)
    at com.netscape.server.http.servlet.NSServletRunner.Service(NSServletRun
    ner.java:533)
    Im trying to use JCE api's in a servlet running under a iplanet ssl server. Also my classpath setting contains the jce jars as well.
    I am able to see very well the SunJCE provider and the algorithm are installed. The code I used too see them is
    System.out.println("Cipher algorithms : ");
    Object[] o = Security.getAlgorithms("Cipher").toArray();
    for (int i=0; i<o.length; i++) {
    System.out.println((String) o[ i ]);
    Cipher algorithms :
    BLOWFISH
    DESEDE
    PBEWITHMD5ANDTRIPLEDES
    DES
    PBEWITHMD5ANDDES
    System.out.println("MessageDigest algorithms : ");
    o = Security.getAlgorithms("MessageDigest").toArray();
    for (int i=0; i<o.length; i++) {
    System.out.println((String) o[ i ]);
    MessageDigest algorithms :
    MD5
    SHA
    System.out.println("Signature algorithms : ");
    o = Security.getAlgorithms("Signature").toArray();
    for (int i=0; i<o.length; i++) {
    System.out.println((String) o[ i ]);
    Signature algorithms :
    MD2WITHRSA
    MD5WITHRSA
    SHA1WITHDSA
    SHA1WITHRSA
    System.out.println("Mac algorithms : ");
    o = Security.getAlgorithms("Mac").toArray();
    for (int i=0; i<o.length; i++) {
    System.out.println((String) o[ i ]);
    Mac algorithms :
    HMACSHA1
    HMACMD5
    System.out.println("Keystore algorithms : ");
    o = Security.getAlgorithms("Keystore").toArray();
    for (int i=0; i<o.length; i++) {
    System.out.println((String) o[ i ]);
    Keystore algorithms :
    PKCS12
    JCEKS
    JKS
    System.out.println("Providers : ");
    Provider p[] = Security.getProviders();
    for(int i = 0; i<p.length; i++) {
    System.out.println( p.getName());
    Providers :
    SUN
    SunJSSE
    SunRsaSign
    SunJCE
    SunJGSS
    Thanks in advance
    regds........jp

    try this...it worked for me......
    put all four JCE jar files in the ext folder buried deep inside ur program files ...I have it in >> "C:\Program Files\Java\j2re1.4.1_02\lib\ext" folder .Now edit the file "C:\Program Files\Java\j2re1.4.1_02\lib\security\java.security" and add register ur provider by adding the line>> security.provider.2=com.sun.crypto.provider.SunJCE
    save the file and rerun the program..the exception should vanish..
    Sanjit R
    US Software Pvt Ltd
    Technopark,
    Trivandrum
    Kerala
    India

  • I just upgrade the OS X from 10.9.1 to 10.9.2. After upgrade, the help file is not available. How can I get it back?

    I just upgrade the OS X from 10.9.1 to 10.9.2. After upgrade, the help file is not available. How can I get it back?

    Look above at my original post:
    Downgrade Mavericks to Snow Leopard
      1. Boot from your Snow Leopard Installer Disc. After the installer
          loads select your language and click on the Continue
          button. When the menu bar appears select Disk Utility from the
          Utilities menu.
      2. After DU loads select your hard drive (this is the entry with the
          mfgr.'s ID and size) from the left side list. Note the SMART status
          of the drive in DU's status area.  If it does not say "Verified" then
          the drive is failing or has failed and will need replacing.  SMART
          info will not be reported  on external drives. Otherwise, click on
          the Partition tab in the DU main window.
      3. Under the Volume Scheme heading set the number of partitions
          from the drop down menu to one. Set the format type to Mac OS
          Extended (Journaled.) Click on the Options button, set the
          partition scheme to GUID then click on the OK button. Click on
          the Partition button and wait until the process has completed.
      4. Quit DU and return to the installer. Install Snow Leopard.
    This will erase the whole drive so be sure to backup your files if you don't have a backup already. If you have performed a TM backup using Lion be aware that you cannot restore from that backup in Snow Leopard (see below.) I suggest you make a separate backup using Carbon Copy Cloner.
    If you have Snow Leopard Time Machine backups made while on Snow Leopard, then you may do a full system restore per #14 in Time Machine - Frequently Asked Questions.  If you have subsequent backups from Lion, you can restore newer items selectively, via the "Star Wars" display, per #15 there, but be careful; some Snow Leopard apps may not work with the Lion/Mountain Lion files.

  • Adobe Indesign: Adobe Help Viewer is not available! All Updates installed. How to fix?

    Hello,
    I have CS6 Design Standard installed on Windows 7 x64.
    When i choose the Indesign-Help in Menu i get a "Adobe Help Viewer is not available" Error.
    All Products are on the latest updates.
    How can i fix this?
    Greetings
    Sebastian Schad

    I have already tried this KB Adobe Help Manager | Troubleshoot Error Codes but this option is not available

  • Can anyone help? "DynamicLink" not available attempting to open Mov in Photoshop CS6

    Can anyone advise where I should go to get help with this? as this is obviously not the right place!
    Hi,
    Using CS6 Photoshop extended on iMac early 2008 model.....
    Processor  2.8 GHz Intel Core 2 Duo
    Memory  4 GB 800 MHz DDR2 SDRAM
    Graphics  ATI Radeon HD 2600 Pro 256 MB
    Software  Mac OS X Lion 10.7.4 (11E53)
    I get this message when I try to open a .mov file...
    "Could not complete your request because DynamicLink is not available?"
    What does this mean does anyone know - my .mov file is about 7MBs.
    Am I expecting too much, I'm hoping to import video and export as animated .gif
    Thanks,

    Hi everyone,
    I am experiencing the same problem, after a fresh clean installation of the mastercollection.
    Particularly, I would love to solve this for Photoshop, as the very first post initially asked.
    Computer Environment:
    MacBook Pro Early 2011
    Graphics  AMD Radeon HD 6490M 256 MB
    Memory  16 GB 1333 MHz DDR3
    SSD with 512GB; about 81GB are still free
    Software:
    Mavericks  OS X 10.9.5
    Adobe Mastercollection CS6 Extended, 64bit.
    Including the Dynamic Link Media Server Update 1.0.1 are all individual apps up to date as of today, March 9 2015.
    Quicktime Player (v.10.3) and
    Quicktime Player v.7.6.6
    From this discussion, I followed Merediths suggestions under
    post #17 (the ones that apply to me as a Mac user).
    I double-checked, if some security or anti-virus-software was responsible – I don't have any.
    I also tried her suggestions under post #4 however: #4.4 (her last suggestion in that post) but
    Bridge is not working at all. It launches, but crashes as soon as you see the workspace.
    Hence, Mini Bridge in Photoshop is also crashing.
    I do have all codecs for the videos, that I was trying to open, though.
    It cannot be an issue, that I have not enough RAM.
    After several other problems with After Effects, Premiere Pro and Media Encoder, which remain partly unsolved, this post starts form a fresh installation of the whole Adobe Suite (count: 8 times). Even used the Cloud Cleaner Tool beforehand and made sure, all presets are from this CS6 version only.
    The exact error message that I am getting is «Could not complete the Video Frames to Layer Command because the DynamicLink Media Server is not available.»
    Other notes:
    I am also following this discussion Re: trying to import video"Could not complete your request because it is not the right kind of document"
    which is a newer thread with the same question (but without any solutions).

  • Help Please - Function not available to this reponsibility. Change....

    Hi,
    I am implementing Quality Module.
    I have copied the collection plans
    Defined parent-child relationship
    Updated menu entry to point to the correct plan (Mandatory). Made changes to Form Functions window
    I am in Receiving Transactions and I enter the quality results, select the child plan (Nonconformance Master Plan) and click on Enter. I get the message "Function not available to this responsibility. change responsibilities or contact system administrator".
    Ideally I should be getting Nonconformance form.
    Kindly help. Thanks

    How do you suggest me to go to Quality Plan?
    I have selected the child entry mode as "immediate". So even if I try closing the form, it is suggesting me to enter the child plan (As per trigger I set) and I do select the child plan from drop down and click Enter.

  • HELP!  -  Fonts not available after migration to Leopard

    My company recently upgraded my Mac from a PowerPC G5 tower - which worked perfectly, to a MacBook Pro Intel Core Duo - so I would be able to work from home. I work in publishing and use pre-set templates and fonts within QuarkXPress. The most important fonts are the ones needed to build our publications, but ever since I've migrated all of my files, fonts, settings, etc. from the PPC to the Intel machine, those (and other) fonts don't work. They don't even show up in the list of available fonts.
    We use FontAgent Pro, and I've tried updating that. I've tried demos of other font managers as well as the built in Font Book software. I've installed and run Font Finagler and cleared out all font caches. I've even tried installing those fonts directly into the "/Library/Fonts" folder and the "/System/Library/Fonts" folder and nothing works well. The only one that PARTIALLY worked was Suitcase Fusion, but it didn't recognize all of the fonts - and the ones it did recognize, it changed their names: i.e. "Nimrod MT Bd" became "Nimrod MT-Bold" resulting in the missing fonts message in QuarkXPress.
    System: MacBook Pro, 2.2GHz, 2GB RAM, Leopard version 10.5.1, QuarkXPress, FontAgent Pro
    Typfaces not working: Nimrod MT, Nimrod MT Bd, Nimrod MT It, Myriad MM (numerous versions)
    Anyone have any ideas?
    Thanx in advance,
    Darryl

    Hi Darryl,
    From the sounds of it, you have the outline portion of some Type 1 PostScript fonts, but don't have the whole font. Type 1 PostScript fonts are a set. One file is a suitcase containing all of the low res bitmap screen fonts. The rest are the outline printer fonts. As an example, here's Adobe Garamond.
    Adobe Garamond
    AGarBol
    AGarBolIta
    AGarIta
    AGarReg
    AGarSem
    AGarSemIta
    The first file which I highlighted in green is the font suitcase of bitmap screen fonts. The rest are the outline printer fonts.
    1) The files for a Type 1 PostScript font must have both the screen and printer fonts for a given set in order to work. They also must be in the same folder.
    2) The suitcase of bitmap fonts will work alone, but output will be terrible since the system will print the fonts using the 72 dpi screen fonts in the suitcase if the outline portions are missing.
    3) Having only the outline fonts will not work. You will get exactly what you are having problems with. You can see the fonts, but Font Book won't load them. That's not a problem with Font Book itself. No font manager will load outline fonts without the matching suitcase of screen fonts present.
    It also may be how you copied them. If the fonts were active on the source Mac and you tried to copy them across a network or via FireWire, that usually doesn't work. Copy them first to a new folder on the desktop of the Mac the fonts reside on. Then copy the desktop copies to your MacBook Pro.

  • Help menu items not available Logic Pro 9

    I think this problem occured after upgrading to Mavericks. When I use the help menu in LogicPro9 and click on the most relevant keywords that I have typed I am presented with a dialog that indicates: "The selected topic is currently unavailable. The topic you were trying to view could not be found."
    I think this may be related to Spotlight not being indexed properly. After having problems re-indexing Spotlight I finally realised that in order for Spotlight to re-index correctly I had to add my permanently installed SD card to the Spotlight Privacy eclusion list. Instead of Spotlight taking 5+ hours to re-index a fast SSD it now did it in about 10mins.
    I am now confident Spotlight has re-indexed successfully.
    But the help menu items are still "unavailable"
    OSX 10.9.1
    MacBookPro Mid 2012
    Logic Pro 9.1.8

    I'm still putting this question out there to anyone who can help solve this problem. After trashing the Logic Pro9 App from the Finder>Applications I visited the Mac App Store and under the Purchases icon I re-installed Logic Pro9.
    The Help menu is still returning:
    "The topic you were trying to view could not be found." when clicking on the suggested returned results in relation to my search keywords.
    I know there are better resources out there but I find it handy to use the help menu instead of reaching for a book or website/weblink.
    Eventually I will switch to Logic Pro X but as Lennar Digital is still finalising their 64Bit version release of Sylenth (popular soft synth)  I will wait until that is completed later in the year.

  • Help iCloud Restore Not Available

    Hi Everyone, I'm hoping someone here can help me out of a tough spot...
    My iPhone 4S has a cracked screen and is totally unusable. I can't slide to unlock it or enter my passcode because it's totally broke and non-responsive.  This has happened whilst I'm away from home on a Christmas break, so no access to my normal machine.  Some time ago I made an iCloud Backup, but this is currently switched off on my 4S.
    Now, here's the bit I need help with.
    Someone has given me an iPhone 4 to tide me over until I get home.  They don't care about the content on it and they're happy for me to wipe it so I can get my contacts etc and use the phone.
    I logged in to iCloud on the phone, but it says last backup "never" even though when I log into iCloud on a PC I can see all my contacts.  The other puzzling thing is that when I go to "Manage Storage" in iCloud it says that my backup used 4.7GB and there is 317MB available.
    I read somewhere that the only way to restore from an iCloud backup is to wipe the phone and then choose restore from iCloud.  Is that correct, or should I just be able to choose my backup and restore?  I'm confused why this phone is saying last backup: never????
    Any help greatly appreciated.
    Thanks
    F

    Just posting an update to say that I got this to work.  In case anyone else has a similar issue, here's what I did...
    a) Went into settings and chose to erase all content from the iPhone.
    b) After freaking out in panic, I then went through the steps that followed and chose to restore from iCloud Backup.
    c) I was relieved to see that my iCloud backup was there as an option and that the restore process is completed and all my contacts have come back and my apps are downloading.  Phew!!!
    Hope this helps someone else.
    F

  • Help! Oracle not available

    Hello all,
    I shut down immediate my database
    I made changes in the init.ora: log_archive_start=TRUE
    log_archive_dest="LOCATION"
    log_archive_format="FORMAT"
    Startup mount restrict OK
    alter database archivelog OK
    archive log list OK
    shutdown immediate for offline backup OK
    offline backup OK
    startup nomount PROBLEM!!!
    ORA-00439: Feature not enabled: Managed standby
    What should I do???
    Thanks in advancy for your advice!
    Hans Puts

    Hans,
    Either you've actually specified your log_archive_dest parameter as "location' literally or you've put something like log_archive_dest_1=c:\oracle\archive instead of log_archive_dest_1="location=c:\oracle\archive" or vice versa log_archive_dest="location=c:\oracle\archive". By the looks of the error message it appears that you might havea standby db - in which case you will want to be using log_archive_dest_1="location=<your_local_arch_dest> and also have log_archive_dest_2="SERVICE=<tns_service_name>" if using a remote standby (if using a local standby then log_archive_dest_2 will also ="location==<your_other_local_arch_dest_for_the_standby_db>
    Hope this helps
    This infamous
    Eric Cartman

  • Help: YouCam software not available for Lenovo G500 (see also message from fishermanjack)

    Hello all,
    I've got the same problem like fishermanjack. And downloading from above link doesn't solve my problem, because trying to install the software I get the message  "The software can only be installed on a LEGEND Dragon system"...
    What is that for a stupid issue? And there is only a Lenovo YouCam for G470 and G570. Why?
    Can anyone help me?
    Best Regards
    MueThor .
    Solved!
    Go to Solution.

    hi MueThor,
    After running the YouCam installer (IN12STW62WW5.exe), can you try the following:
    1. Navigate to the C:\Drivers\YOUCAM\Lenovo-NB_YouCam3.1 _Standard_3603_YUC100901-01_R7 folder
    2. Right click on Custom.ini and choose Edit (this will open Notepad). From here, change LEGEND Dragon entry to Lenovo and save. When finished, run the setup.exe and YouCam should now install successfully.
      - Link to picture
    Regards
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

Maybe you are looking for

  • Really aggressive marketing campaign for creative cloud

    today my Lightroom informed me that there is an update, and asked me if I would like to download the update. I answered "yes" and was taken to the Adobe website. But, instead of being taken to the Adobe Lightroom download page as has happened with al

  • Is this a bug in Windows Server 2008's SetJob function?

    This shows an apparent error in the implementation of SetJob on Windows Server 2008. This is the source code for a simple NT RPC Service that can change the owner of its print jobs, from any account, on all Windows NT Operating Systems, EXCEPT Window

  • Trying to open a link in notification, but getting error

    Hi, We have developed a custom page using JDeveloper. The same is registered as JSP Function in apps and is also imported in database. This page works fine. We have developed a custom workflow. A notification is being sent to employees providing a li

  • Password Protection of Movie Clips

    We are making instructional movies for students and would like to put all the movies on one dvd. However, we do not want the student to be able to proceed to higher level instruction until they have satisfied the requirements of the current level. Is

  • Bulk Config Deployment

    Hi, I work for a retail company, with about 700 sites. We are currently in the middle of upgrading the equipment at the store level, and this requires a new configuration to be sent to the router on site. My colleague has created the 700 configuratio