You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by "Kumar, Ashwani" <as...@sap.com> on 2013/07/08 10:22:34 UTC

Need help for OpenCMIS android implementation

Hi,
This is Ashwani from SAP Labs and we need to use openCMIS for android app to fetch data from Content server.
I was trying to run the sample code given in openCMIS android zip from apache site, but I could not run it.
I am facing few issue:

org.apache.chemistry.opencmis.commons.exceptions.CmisRuntimeException: SPI cannot be initialized: null
java.lang.reflect.InvocationTargetException
0
SPI cannot be initialized: null
Null


java.lang.IllegalArgumentException: Log tag "org.apache.chemistry.opencmis.client.bindings.spi.atompub.CmisAtomPubSpi" exceeds limit of 23 characters



It would be great if we could get some help .

Regards,
Ashwani


Re: Need help for OpenCMIS android implementation

Posted by Florian Müller <fm...@apache.org>.
Hi Ashwani,

You'll need SLF4J 1.6.1 or later. See [1] "Logger name mapping".


Regards,

Florian


[1] http://www.slf4j.org/android/


Kumar, Ashwani schrieb:
> Hi,
> This is Ashwani from SAP Labs and we need to use openCMIS for android app to fetch data from Content server.
> I was trying to run the sample code given in openCMIS android zip from apache site, but I could not run it.
> I am facing few issue:
>
> org.apache.chemistry.opencmis.commons.exceptions.CmisRuntimeException: SPI cannot be initialized: null
> java.lang.reflect.InvocationTargetException
> 0
> SPI cannot be initialized: null
> Null
>
>
> java.lang.IllegalArgumentException: Log tag "org.apache.chemistry.opencmis.client.bindings.spi.atompub.CmisAtomPubSpi" exceeds limit of 23 characters
>
>
>
> It would be great if we could get some help .
>
> Regards,
> Ashwani
>
>