Rajat Khandelwal created LENS-22:
------------------------------------

             Summary: 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
            Reporter: Rajat Khandelwal


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