Re: [Dhis2-users] how to install and run DHIS2 2.24 on window with tomcat from XAMP and restore a sql data base file with psql command

2016-10-13 Thread Bob Jolliffe
Go and check at http://localhost:8080/dhis.  From the log file tomcat and
your dhis application are running.  Admittedly running in a 32bit jre
(which you should uninstall and reinstall a 64bit one) but running all the
same.

On 13 October 2016 at 09:20, vunda limbe  wrote:

> Hi Knut, Lamin and everybody,
>
> sorry for late responding due to personal matter.
> Here are the error message for Tomcat and psql db import:
>
> 1. Tomcat :
>
>
> java.lang.UnsatisfiedLinkError: C:\xampp\tomcat\bin\tcnative-1.dll: Can't
> load I
> A 32-bit .dll on a AMD 64-bit platform
> at java.lang.ClassLoader$NativeLibrary.load(Native Method)
> at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1941)
> at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1857)
> at java.lang.Runtime.loadLibrary0(Runtime.java:870)
> at java.lang.System.loadLibrary(System.java:1122)
> at org.apache.tomcat.jni.Library.(Library.java:40)
> at org.apache.tomcat.jni.Library.initialize(Library.java:172)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(
> NativeMethodAccessorImpl.
> java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.
> invoke(DelegatingMethodAcces
> sorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.apache.catalina.core.AprLifecycleListener.init(
> AprLifecycleListen
> er.java:194)
> at org.apache.catalina.core.AprLifecycleListener.
> isAprAvailable(AprLifec
> ycleListener.java:99)
> at org.apache.catalina.connector.Connector.setProtocol(
> Connector.java:59
> 2)
> at org.apache.catalina.connector.Connector.(Connector.
> java:66)
> at org.apache.catalina.startup.ConnectorCreateRule.begin(
> ConnectorCreate
> Rule.java:62)
> at org.apache.tomcat.util.digester.Digester.
> startElement(Digester.java:1
> 288)
> at com.sun.org.apache.xerces.internal.parsers.
> AbstractSAXParser.startEle
> ment(AbstractSAXParser.java:509)
> at com.sun.org.apache.xerces.internal.parsers.
> AbstractXMLDocumentParser.
> emptyElement(AbstractXMLDocumentParser.java:182)
> at com.sun.org.apache.xerces.internal.impl.
> XMLDocumentFragmentScannerImp
> l.scanStartElement(XMLDocumentFragmentScannerImpl.java:1339)
> at com.sun.org.apache.xerces.internal.impl.
> XMLDocumentFragmentScannerImp
> l$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2784)
> at com.sun.org.apache.xerces.internal.impl.
> XMLDocumentScannerImpl.next(X
> MLDocumentScannerImpl.java:602)
> at com.sun.org.apache.xerces.internal.impl.
> XMLDocumentFragmentScannerImp
> l.scanDocument(XMLDocumentFragmentScannerImpl.java:505)
> at com.sun.org.apache.xerces.internal.parsers.
> XML11Configuration.parse(X
> ML11Configuration.java:841)
> at com.sun.org.apache.xerces.internal.parsers.
> XML11Configuration.parse(X
> ML11Configuration.java:770)
> at com.sun.org.apache.xerces.internal.parsers.XMLParser.
> parse(XMLParser.
> java:141)
> at com.sun.org.apache.xerces.internal.parsers.
> AbstractSAXParser.parse(Ab
> stractSAXParser.java:1213)
> at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$
> JAXPSAXParser.p
> arse(SAXParserImpl.java:643)
> at org.apache.tomcat.util.digester.Digester.parse(
> Digester.java:1561)
> at org.apache.catalina.startup.Catalina.load(Catalina.java:615)
> at org.apache.catalina.startup.Catalina.load(Catalina.java:663)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(
> NativeMethodAccessorImpl.
> java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.
> invoke(DelegatingMethodAcces
> sorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:280)
> at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:454)
> Sep 30, 2016 4:57:50 PM org.apache.catalina.core.AprLifecycleListener init
> INFO: The APR based Apache Tomcat Native library which allows optimal
> performanc
> e in production environments was not found on the java.library.path:
> C:\Program
> Files\Java\jdk1.8.0_102\bin;C:\windows\Sun\Java\bin;C:\
> windows\system32;C:\windo
> ws;C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\Intel\iCLS
> Client\
> ;C:\Program Files\Intel\iCLS Client\;C:\windows\system32;C:
> \windows;C:\windows\S
> ystem32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\Program Files
> (x86)\
> Intel\Intel(R) Management Engine Components\DAL;C:\Program
> Files\Intel\Intel(R)
> Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R)
> Managemen
> t Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine
> Compon
> ents\IPT;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-
> 

Re: [Dhis2-users] how to install and run DHIS2 2.24 on window with tomcat from XAMP and restore a sql data base file with psql command

2016-10-13 Thread Jason Pickering
>Can't load I A 32-bit .dll on a AMD 64-bit platform

Be sure that you have a 64 bit Java, since your OS is also 64 bit.

Regards,
Jason


On Thu, Oct 13, 2016 at 10:20 AM, vunda limbe  wrote:

> Hi Knut, Lamin and everybody,
>
> sorry for late responding due to personal matter.
> Here are the error message for Tomcat and psql db import:
>
> 1. Tomcat :
>
>
> java.lang.UnsatisfiedLinkError: C:\xampp\tomcat\bin\tcnative-1.dll: Can't
> load I
> A 32-bit .dll on a AMD 64-bit platform
> at java.lang.ClassLoader$NativeLibrary.load(Native Method)
> at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1941)
> at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1857)
> at java.lang.Runtime.loadLibrary0(Runtime.java:870)
> at java.lang.System.loadLibrary(System.java:1122)
> at org.apache.tomcat.jni.Library.(Library.java:40)
> at org.apache.tomcat.jni.Library.initialize(Library.java:172)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(
> NativeMethodAccessorImpl.
> java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.
> invoke(DelegatingMethodAcces
> sorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.apache.catalina.core.AprLifecycleListener.init(
> AprLifecycleListen
> er.java:194)
> at org.apache.catalina.core.AprLifecycleListener.
> isAprAvailable(AprLifec
> ycleListener.java:99)
> at org.apache.catalina.connector.Connector.setProtocol(
> Connector.java:59
> 2)
> at org.apache.catalina.connector.Connector.(Connector.
> java:66)
> at org.apache.catalina.startup.ConnectorCreateRule.begin(
> ConnectorCreate
> Rule.java:62)
> at org.apache.tomcat.util.digester.Digester.
> startElement(Digester.java:1
> 288)
> at com.sun.org.apache.xerces.internal.parsers.
> AbstractSAXParser.startEle
> ment(AbstractSAXParser.java:509)
> at com.sun.org.apache.xerces.internal.parsers.
> AbstractXMLDocumentParser.
> emptyElement(AbstractXMLDocumentParser.java:182)
> at com.sun.org.apache.xerces.internal.impl.
> XMLDocumentFragmentScannerImp
> l.scanStartElement(XMLDocumentFragmentScannerImpl.java:1339)
> at com.sun.org.apache.xerces.internal.impl.
> XMLDocumentFragmentScannerImp
> l$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2784)
> at com.sun.org.apache.xerces.internal.impl.
> XMLDocumentScannerImpl.next(X
> MLDocumentScannerImpl.java:602)
> at com.sun.org.apache.xerces.internal.impl.
> XMLDocumentFragmentScannerImp
> l.scanDocument(XMLDocumentFragmentScannerImpl.java:505)
> at com.sun.org.apache.xerces.internal.parsers.
> XML11Configuration.parse(X
> ML11Configuration.java:841)
> at com.sun.org.apache.xerces.internal.parsers.
> XML11Configuration.parse(X
> ML11Configuration.java:770)
> at com.sun.org.apache.xerces.internal.parsers.XMLParser.
> parse(XMLParser.
> java:141)
> at com.sun.org.apache.xerces.internal.parsers.
> AbstractSAXParser.parse(Ab
> stractSAXParser.java:1213)
> at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$
> JAXPSAXParser.p
> arse(SAXParserImpl.java:643)
> at org.apache.tomcat.util.digester.Digester.parse(
> Digester.java:1561)
> at org.apache.catalina.startup.Catalina.load(Catalina.java:615)
> at org.apache.catalina.startup.Catalina.load(Catalina.java:663)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(
> NativeMethodAccessorImpl.
> java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.
> invoke(DelegatingMethodAcces
> sorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:280)
> at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:454)
> Sep 30, 2016 4:57:50 PM org.apache.catalina.core.AprLifecycleListener init
> INFO: The APR based Apache Tomcat Native library which allows optimal
> performanc
> e in production environments was not found on the java.library.path:
> C:\Program
> Files\Java\jdk1.8.0_102\bin;C:\windows\Sun\Java\bin;C:\
> windows\system32;C:\windo
> ws;C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\Intel\iCLS
> Client\
> ;C:\Program Files\Intel\iCLS Client\;C:\windows\system32;C:
> \windows;C:\windows\S
> ystem32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\Program Files
> (x86)\
> Intel\Intel(R) Management Engine Components\DAL;C:\Program
> Files\Intel\Intel(R)
> Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R)
> Managemen
> t Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine
> Compon
> ents\IPT;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-
> Static;C:\Program
> Files\Intel\WiFi\bin\;C:\Program Files\Common
> 

Re: [Dhis2-users] how to install and run DHIS2 2.24 on window with tomcat from XAMP and restore a sql data base file with psql command

2016-09-30 Thread Knut Staring
What error?

On 30 Sep 2016 5:05 p.m., "ekialongo"  wrote:

> Hi Everyone,
>
> I'm a newbie in DHIS2 and want to use its on window. I'm looking for the
> way to install the server by using Tomcat embeded in XAMP and restore a sql
> data base backup file (not a dump) in postgresql. Everything I tried send
> me error message.
>
> Thanks.
>
> ___
> Mailing list: https://launchpad.net/~dhis2-users
> Post to : dhis2-users@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-users
> More help   : https://help.launchpad.net/ListHelp
>
___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] how to install and run DHIS2 2.24 on window with tomcat from XAMP and restore a sql data base file with psql command

2016-09-30 Thread Lamin Jawara
Can you share the print screen of thus errors. Lamin B. Jawara Ministry of 
Health & Social Welfare
Tel: +220 9907404 / 7229017 
Email: lbjawara@yahoo.comWeb: http://lbjawara.wordpress.com 

On Friday, September 30, 2016 2:58 PM, ekialongo  wrote:
 

 Hi Everyone,

I'm a newbie in DHIS2 and want to use its on window. I'm looking for the  
way to install the server by using Tomcat embeded in XAMP and restore a  
sql data base backup file (not a dump) in postgresql. Everything I tried  
send me error message.

Thanks.

___
Mailing list: https://launchpad.net/~dhis2-users
Post to    : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help  : https://help.launchpad.net/ListHelp


   ___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp