Hello,

Yes you can use the Pentaho plugin in any platform, those are java binaries
which are platform independent.

Let us know any other issue you could have. Including the logs.

Regards

El vie, 3 may 2024 a las 11:36, PHOENIX SAGAR (<phoenixsag...@gmail.com>)
escribió:

> Hello,
>
> I have downloaded binary from sourceforge and it has pentahoReports dir
> and libs content and placed in respective directories as mentioned here
> <https://github.com/openMF/fineract-pentaho/pulse>
>
> I want to set it up in ubuntu ? Is it possible to use pentaho with ubuntu
> ? I am trying to run fineract v1.9.0 jar with following command let me know
> if I am missing something
>
> export FINERACT_PENTAHO_REPORTS_PATH="/home/ubuntu/pentahoReports/"
> java
> -Dloader.path=/home/ubuntu/pentahoReports/FineractPentahoPlugin-1.9.0/MariaDB/libs/
> -jar fineract-provider.jar
>
>
> On Fri, May 3, 2024 at 9:21 PM VICTOR MANUEL ROMERO RODRIGUEZ <
> victor.rom...@fintecheando.mx> wrote:
>
>> Hello,
>>
>> It will not work, Pentaho report plugin is specific to Apache Fineract
>> version, please switch to the branch 1.9 or download the binary file from
>> Sourceforge
>>
>>
>> https://mifosforge.jira.com/wiki/spaces/docs/pages/3573055547/Mifos+Pentaho+Plugin+-+Installation+Instruction+on+Windows+11+Home+x86+64
>>
>>
>> Regards
>>
>> Victor
>>
>> El vie, 3 may 2024 a las 9:13, PHOENIX SAGAR (<phoenixsag...@gmail.com>)
>> escribió:
>>
>>> Thanks for reply.
>>>
>>> I am not trying to run it on windows. I am trying to run it on ubuntu
>>> ec2 instance.
>>>
>>> Details of versions :
>>>
>>> JAVA :
>>> openjdk version "17.0.10" 2024-01-16
>>> OpenJDK Runtime Environment (build 17.0.10+7-Ubuntu-122.04.1)
>>> OpenJDK 64-Bit Server VM (build 17.0.10+7-Ubuntu-122.04.1, mixed mode,
>>> sharing)
>>>
>>> pentaho report branch:
>>> Took latest code from here : https://github.com/openMF/fineract-pentaho
>>> it generated jar : pentaho-plugin-1.10.0-SNAPSHOT.jar
>>>
>>> apache fineract version :
>>> Tried with latest code from develop branch and also tried with v1.9.0
>>>
>>> Command used to run : *java
>>> -Dloader.path=pentaho-plugin-1.10.0-SNAPSHOT.jar -jar fineract-provider.jar*
>>>
>>> On Fri, May 3, 2024 at 8:20 PM VICTOR MANUEL ROMERO RODRIGUEZ <
>>> victor.rom...@fintecheando.mx> wrote:
>>>
>>>> Hi,
>>>>
>>>> If you are an user please follow this manual (it works for Apache
>>>> Fineract 1.9)
>>>>
>>>>
>>>> https://mifosforge.jira.com/wiki/spaces/docs/pages/3573055547/Mifos+Pentaho+Plugin+-+Installation+Instruction+on+Windows+11+Home+x86+64
>>>>
>>>> If you are a developer, please share your java version, pentaho report
>>>> branch and the apache fineract versión.
>>>>
>>>> Regards
>>>>
>>>> El vie., 3 de mayo de 2024 6:33 a. m., PHOENIX SAGAR <
>>>> phoenixsag...@gmail.com> escribió:
>>>>
>>>>> Hi All,
>>>>>
>>>>> Not able to plugin pentaho to fineract mifos
>>>>>
>>>>> I have attached complete logs.
>>>>>
>>>>> I am running it using following command : *java
>>>>> -Dloader.path=pentaho-plugin-1.10.0-SNAPSHOT.jar -jar 
>>>>> fineract-provider.jar*
>>>>>
>>>>> *I dont see libs directory when I followed this documentation of
>>>>> "build and use for linux from *
>>>>> https://github.com/openMF/fineract-pentaho#
>>>>> *" so provided jar directly tried with providing
>>>>> fineract-pentaho/target/ path also no luck*
>>>>>
>>>>> Caused by:
>>>>> org.springframework.beans.factory.UnsatisfiedDependencyException: Error
>>>>> creating bean with name 'runreportsApiResource' defined in URL
>>>>> [jar:nested:/home/ubuntu/fineract/fineract-provider.jar/!BOOT-INF/classes/!/org/apache/fineract/infrastructure/dataqueries/api/RunreportsApiResource.class]:
>>>>> Unsatisfied dependency expressed through constructor parameter 2: Error
>>>>> creating bean with name 'reportingProcessServiceProvider' defined in URL
>>>>> [jar:nested:/home/ubuntu/fineract/fineract-provider.jar/!BOOT-INF/classes/!/org/apache/fineract/infrastructure/report/provider/ReportingProcessServiceProvider.class]:
>>>>> Unsatisfied dependency expressed through constructor parameter 0: Error
>>>>> creating bean with name 'pentahoReportingProcessServiceImpl': Lookup 
>>>>> method
>>>>> resolution failed
>>>>>         at
>>>>> org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:798)
>>>>>         at
>>>>> org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:237)
>>>>>         at
>>>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1354)
>>>>>         at
>>>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1191)
>>>>>         at
>>>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:561)
>>>>>         at
>>>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:521)
>>>>>         at
>>>>> org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325)
>>>>>         at
>>>>> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
>>>>>         at
>>>>> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323)
>>>>>         at
>>>>> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
>>>>>         at
>>>>> org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254)
>>>>>         at
>>>>> org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1443)
>>>>>         at
>>>>> org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1353)
>>>>>         at
>>>>> org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:907)
>>>>>         at
>>>>> org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:785)
>>>>>         ... 100 common frames omitted
>>>>> _______________________________________________
>>>>> Mifos-users mailing list
>>>>> Mifos-users@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/mifos-users
>>>>>
>>>> _______________________________________________
>>>> Mifos-users mailing list
>>>> Mifos-users@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/mifos-users
>>>>
>>> _______________________________________________
>>> Mifos-users mailing list
>>> Mifos-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/mifos-users
>>>
>> _______________________________________________
>> Mifos-users mailing list
>> Mifos-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/mifos-users
>>
> _______________________________________________
> Mifos-users mailing list
> Mifos-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mifos-users
>
_______________________________________________
Mifos-users mailing list
Mifos-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-users

Reply via email to