Discussion:
CF8 with ESS
(too old to reply)
sabarmathi
2009-03-30 10:22:38 UTC
Permalink
Hi..We have a serach page in our coldfusion application which is implemented
in java and it interacts with the verity (Third party) search engine through
ESS web service.Recently upgraded the CF server from Mx 6 to MX 8.? The search
functionality fails to work after MX 8 migration. Receiving the below error.
Can anyone please help me?

Exception in Search Servlet Error invoking operation:
java.lang.SecurityException: Seed must be between 20 and 64 bytes. Only 8
bytes supplied.


javax.servlet.ServletException: Exception in Search Servlet Error invoking
operation:
java.lang.SecurityException: Seed must be between 20 and 64 bytes. Only 8
bytes supplied.
at cat.search.servlet.SearchServlet.doPost(SearchServlet.java:152)
at cat.search.servlet.SearchServlet.doGet(SearchServlet.java:42)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286)
at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
at
jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
at
jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
at
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
at
jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

Thanks in advance...
Azadi
2009-03-30 10:33:07 UTC
Permalink
Post by sabarmathi
Seed must be between 20 and 64 bytes. Only 8
bytes supplied.

how are you generating the seed? post relevant code - it always helps.

Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/
sabarmathi
2009-03-30 15:13:01 UTC
Permalink
I am not using seed anywhere in the code...I do not have clear idea about what
is seed or why it is used..
We are accessing the ESS service through java-servlet and the coldfusion page
calls that java-servlet...do i have to paste the java-servlet code here?

Please help me..

Loading...