> 1. "ERROR 16:37:37,332 [localhost.com:8080/ http-8080-6]
> (e8a87e91-3054-40f6-a784-2d25de310bc7) SolrEvaluatorFactory:
> java.lang.NoClassDefFoundError:
> org/apache/commons/codec/DecoderException
> java.util.concurrent.ExecutionException:
> java.lang.NoClassDefFoundError:
> org/apache/commons/codec/DecoderException" 
> 
> This could be probably solved by adding the commons-codec jar to the
> classpath. 

Yes, I must apologise, we develop mostly with the "include-fast" profile
enabled which requires a number of libraries manually copied into the
tomcat's lib directory (http://sesat.no/building-with-fast.html ).
It appears that one of these libraries in commons-codec-1.3.jar
Can you copy just this jar file into tomcat's lib.
I'll see if i can fix the war bundling to include it.
Thanks for pointing this out.

> 2. "javax.naming.CommunicationException: Could not obtain connection
> to any of these urls: localhost:1099 and discovery failed with error:
> javax.naming.CommunicationException: Receive timed out [Root exception
> is java.net.SocketTimeoutException: Receive timed out]"
>
> Do I need to do anything special to get over this error?

This is related to sesat-kernel looking for the sesat-user service which
provides user and login functionality. If should fail without problems,
just that you can't log in. 
If the jndi lookup (port 1099) takes a long time (eg a full 5 seconds)
then use the property
sesat.userservice.enabled=false
in the localhost.com skin's configuration.properties.

~mck

-- 
"If we look at the path, we do not see the sky." Native American saying 
| semb.wever.org | sesat.no | sesam.no |

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Kernel-development mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-development

Reply via email to