Wrox Programmer Forums
|
All Other Wrox Books Do you have a question about a Wrox book that isn't listed anywhere on p2p.wrox.com or where the forum is locked? Here's a forum to post questions about any other Wrox book so that other readers or one of the authors can help you with your questions. IF YOU ARE LOOKING FOR CODE DO NOT ASK "Where can I find the code for this book?" That question is answered here.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the All Other Wrox Books section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
  #1 (permalink)  
Old May 22nd, 2005, 09:10 PM
Registered User
 
Join Date: Mar 2005
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to Stephen Lam
Default Missing Crypto algorithm

Dear all

How do you do.

I have a problem about the Java Security Book(ISDN:1-861004-25-7)

The error capture below:

Code:
Error: 500
Location: /BankApp/registerServlet
Internal Servlet Error:

java.lang.RuntimeException: Missing Crypto algorithm
    at ecommerce_example.bank.BankImpl.register(BankImpl.java:110)
    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:324)
    at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:261)
    at sun.rmi.transport.Transport$1.run(Transport.java:148)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.rmi.transport.Transport.serviceCall(Transport.java:144)
    at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
    at java.lang.Thread.run(Thread.java:534)
    at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:247)
    at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)
    at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:133)
    at ecommerce_example.bank.BankImpl_Stub.register(Unknown Source)
    at ecommerce_example.servlet.RegisterServlet.doPost(RegisterServlet.java:41)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404)
    at org.apache.tomcat.core.Handler.service(Handler.java:286)[/font=Andale Mono]


How to install the JCE and Provider>> I try the install steps according to Java Security Book, but still the same error.

Please help me to solve the problem :-)

Thank very much

Stephen





Similar Threads
Thread Thread Starter Forum Replies Last Post
How to figure out blockSize from a Crypto Key chobo2 C# 2008 aka C# 3.0 0 November 13th, 2008 12:52 AM
Can someone help me with this algorithm please! th kishan4910 VB How-To 18 February 5th, 2008 07:15 AM
algorithm angelboy Other Programming Languages 0 April 14th, 2007 08:56 AM
Algorithm kvanchi General .NET 3 January 20th, 2005 05:28 AM
Crypto problems pilmart Pro VB 6 0 June 10th, 2004 09:40 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.