[ 
https://issues.apache.org/jira/browse/LENS-22?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14214610#comment-14214610
 ] 

Amareshwari Sriramadasu commented on LENS-22:
---------------------------------------------

A comment on the patch attached :

{code}
+    HADOOP_CLASSPATH=$HADOOP_CLASSPATH:`ls 
${LENS_EXPANDED_WEBAPP_DIR}/lens-server/WEB-INF/lib/* 2>/dev/null | tr "\n" ':' 
2>/dev/null`
{code}
Shall we add LENSCPPATH to HADOOP_CLASSPATH, instead of ls? I think even files 
in BASE_DIR/lib needs to be added, which is missed right now.

> LENS Server classpath not getting picked up
> -------------------------------------------
>
>                 Key: LENS-22
>                 URL: https://issues.apache.org/jira/browse/LENS-22
>             Project: Apache Lens
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 2.0
>            Reporter: Rajat Khandelwal
>            Assignee: Rajat Khandelwal
>             Fix For: 2.0
>
>         Attachments: LENS-22.patch
>
>
> While testing database user config loader I changed the configurations and 
> didn't add postgres jar to lib. Sure enough I got ClassNotFound. I added jar 
> to lens-dist/lib directory and still ClassNotFound. Reason being those jars 
> are not being added to classpath individually. lens-dist/lib/* is added to 
> classpath which is not adding all the jars.  Had to copy the command from the 
> output of ps -ef | grep LensServer, add the full location to classpath 
> argument and re-run the server for the class to be found 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to