Problem with ODK Aggregate localhost Tomcat MySQL (Emulator's Collect)

We have found some problem in installing aggregate on localhost. Actually
what we want to do is to connect localhost Aggregate (that have an address
of http://127.0.0.1:8081/ODKAggregate ) from Emulator..As you told me,
android emulator can't access local machine's 127.0.0.1 , So we give
10.0.2.2 in emulator's Collect settings.. SO now the formlist appears well,
but the problem is We are not able to download it..After we check the forms
to download from the formList, then click "get Selected" button, It gives
this error : localhost/127.0.0.1:8081- Connection refused.

Additional Info: I have installed Aggregate on Tomcat, MySQL.
Address on my laptop: http://127.0.0.1:8081/ODKAggregate
Address on my emulator's collect: http://10.0.2.2:8081/ODKAggregate

So plz help me to find this solution.. Thank you.

https://lh6.googleusercontent.com/-ZvfY2ddTQws/UfUo_02F3cI/AAAAAAAAAFU/WhRc5vBnNoc/s1600/2.PNG

https://lh4.googleusercontent.com/-xqCVPc87pF8/UfUpKy9H9PI/AAAAAAAAAFk/cCB2t46hvDU/s1600/3.PNG

To be clear: *This simply cannot work. *

localhost, or 127.0.0.1 is like saying 'myself'

If you configure the server with an identity of 'myself', it can never be
accessed from a computer/device other than itself. I.e., a browser opened
from another computer may initially display the 'Waiting...' screen, but
then it will attempt to redirect to 127.0.0.1:8080 -- which sends it to
that computer's port 8080, rather than the server running ODK Aggregate.

The address 10.0.2.2 is used within the emulator to refer to 'the computer
on which this emulation is running'. This has no meaning outside of the
emulator, so it, too is not a useful name/identity for the server.

What you can do, is determine what IP address your server is configured to
use (this is typically assigned by the network router or wifi hub your
server is connected to). Then configure ODK Aggregate with that IP address,
and then use that IP address instead of 127.0.0.1 or 10.0.2.2 to contact
the server, both from another computer and from your emulator.

To determine what your current IP address is, open a *cmd *window, and type
ipconfig:

C:...> ipconfig
................
Connection-specific DNS Suffix . : cs.washington.edu
IPv6 Address. . . . . . . . . . . : 2607:4000:200:15:48db:2563:7d5:b6f3
Link-local IPv6 Address . . . . . : fe80::48db:2563:7d5:b6f3%13
IPv4 Address. . . . . . . . . . . : 128.208.61.116
Subnet Mask . . . . . . . . . . . : 255.255.255.0
...........

From the above, you can see that this machine has an IP address of *
128.208.61.116

··· * If I then run the ODK Aggregate installer and specify this address as the internet-reachable IP address, I will be able to reach this computer from another computer connected to this network router and from your emulator.

On Sun, Jul 28, 2013 at 7:23 AM, Palak Darji palaksdarji@gmail.com wrote:

We have found some problem in installing aggregate on localhost. Actually
what we want to do is to connect localhost Aggregate (that have an address
of http://127.0.0.1:8081/**ODKAggregatehttp://127.0.0.1:8081/ODKAggregate )
from Emulator..As you told me, android emulator can't access local
machine's 127.0.0.1 , So we give 10.0.2.2 in emulator's Collect settings..
SO now the formlist appears well, but the problem is We are not able to
download it..After we check the forms to download from the formList, then
click "get Selected" button, It gives this error : localhost/127.0.0.1:8081-
Connection refused.

Additional Info: I have installed Aggregate on Tomcat, MySQL.
Address on my laptop: http://127.0.0.1:8081/**ODKAggregatehttp://127.0.0.1:8081/ODKAggregate
Address on my emulator's collect: http://10.0.2.2:8081/**ODKAggregatehttp://10.0.2.2:8081/ODKAggregate

So plz help me to find this solution.. Thank you.

https://lh6.googleusercontent.com/-ZvfY2ddTQws/UfUo_02F3cI/AAAAAAAAAFU/WhRc5vBnNoc/s1600/2.PNG

https://lh4.googleusercontent.com/-xqCVPc87pF8/UfUpKy9H9PI/AAAAAAAAAFk/cCB2t46hvDU/s1600/3.PNG

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to the Google Groups
"ODK Community" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

I download ODK Aggregate installed on Mysql server to run on my tomcat 7.56 server , configure the to run on http:/192.168.10.117:8080/ODKAggregate. but the server refused to start ODKAggregate.
l when further rename the ODKAggregate.war to ROOT.war before copying to webapps container of tomcat server still tomcat server fail to connect.

Please can some one help me out ?

See the instructions here:

Aggregate 1.4.13 requires Tomcat 8.
Java 7 (can work with 8)
MySQL 5.7 or PostgreSQL 9.4.

If you are running PostgreSQL other than PostgreSQL 9.4 you need to change
the ownership of the database to the database user you specified in the
installer, in addition to running the create_db_and_user.sql script.

And you need to look in the Tomcat logs for what is preventing your server
from running.

··· On Sat, Mar 4, 2017 at 2:47 AM, wrote:

I download ODK Aggregate installed on Mysql server to run on my tomcat
7.56 server , configure the to run on http:/192.168.10.117:8080/
ODKAggregate. but the server refused to start ODKAggregate.
l when further rename the ODKAggregate.war to ROOT.war before copying to
webapps container of tomcat server still tomcat server fail to connect.

Please can some one help me out ?

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to the Google Groups
"ODK Community" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

Good day.
Thanks, l installed tomcat 8 and postgresql server 9.4, and it works. the
server up and running.
My ODKAggregate is not installed on APP Google engine
But l cannot login to the server. it prompt for this
Click this button to log onto Aggregate using the username and password
that have been assigned to you by the Aggregate site administrator.

What do l do now to have the password and user name ?
Click this button to access Aggregate without logging in.

··· On Mon, Mar 6, 2017 at 8:51 PM, Mitch Sundt wrote:

See the instructions here: https://opendatakit.org/
use/aggregate/tomcat-install/

Aggregate 1.4.13 requires Tomcat 8.
Java 7 (can work with 8)
MySQL 5.7 or PostgreSQL 9.4.

If you are running PostgreSQL other than PostgreSQL 9.4 you need to change
the ownership of the database to the database user you specified in the
installer, in addition to running the create_db_and_user.sql script.

And you need to look in the Tomcat logs for what is preventing your server
from running.

On Sat, Mar 4, 2017 at 2:47 AM, ekararichard@gmail.com wrote:

I download ODK Aggregate installed on Mysql server to run on my tomcat
7.56 server , configure the to run on http:/192.168.10.117:8080/ODKA
ggregate. but the server refused to start ODKAggregate.
l when further rename the ODKAggregate.war to ROOT.war before copying to
webapps container of tomcat server still tomcat server fail to connect.

Please can some one help me out ?

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to the Google Groups
"ODK Community" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to a topic in the
Google Groups "ODK Community" group.
To unsubscribe from this topic, visit https://groups.google.com/d/
topic/opendatakit/G0qPqoEtwv0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

This server and its data are not secure! Please change the super-user's
password!

how can l access the password so l can change my password.
do l need to installed odkaggregate on the app google engine before l can
download form ?

··· On Wed, Mar 8, 2017 at 2:51 PM, Richard Ekpene wrote:

Good day.
Thanks, l installed tomcat 8 and postgresql server 9.4, and it works. the
server up and running.
My ODKAggregate is not installed on APP Google engine
But l cannot login to the server. it prompt for this
Click this button to log onto Aggregate using the username and password
that have been assigned to you by the Aggregate site administrator.

What do l do now to have the password and user name ?
Click this button to access Aggregate without logging in.

On Mon, Mar 6, 2017 at 8:51 PM, Mitch Sundt mitchellsundt@gmail.com wrote:

See the instructions here: https://opendatakit.org/
use/aggregate/tomcat-install/

Aggregate 1.4.13 requires Tomcat 8.
Java 7 (can work with 8)
MySQL 5.7 or PostgreSQL 9.4.

If you are running PostgreSQL other than PostgreSQL 9.4 you need to
change the ownership of the database to the database user you specified in
the installer, in addition to running the create_db_and_user.sql script.

And you need to look in the Tomcat logs for what is preventing your
server from running.

On Sat, Mar 4, 2017 at 2:47 AM, ekararichard@gmail.com wrote:

I download ODK Aggregate installed on Mysql server to run on my tomcat
7.56 server , configure the to run on http:/192.168.10.117:8080/ODKA
ggregate. but the server refused to start ODKAggregate.
l when further rename the ODKAggregate.war to ROOT.war before copying to
webapps container of tomcat server still tomcat server fail to connect.

Please can some one help me out ?

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to the Google
Groups "ODK Community" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to a topic in the
Google Groups "ODK Community" group.
To unsubscribe from this topic, visit https://groups.google.com/d/to
pic/opendatakit/G0qPqoEtwv0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Hi Richard,

Go to Site Admin. Look for Edit Users. Change the password for the first
user on that list.

Yaw

··· On Wed, Mar 8, 2017 at 9:16 AM, Richard Ekpene wrote:

This server and its data are not secure! Please change the super-user's
password!

how can l access the password so l can change my password.
do l need to installed odkaggregate on the app google engine before l can
download form ?

On Wed, Mar 8, 2017 at 2:51 PM, Richard Ekpene ekararichard@gmail.com wrote:

Good day.
Thanks, l installed tomcat 8 and postgresql server 9.4, and it works. the
server up and running.
My ODKAggregate is not installed on APP Google engine
But l cannot login to the server. it prompt for this
Click this button to log onto Aggregate using the username and password
that have been assigned to you by the Aggregate site administrator.

What do l do now to have the password and user name ?
Click this button to access Aggregate without logging in.

On Mon, Mar 6, 2017 at 8:51 PM, Mitch Sundt mitchellsundt@gmail.com wrote:

See the instructions here: https://opendatakit.org/
use/aggregate/tomcat-install/

Aggregate 1.4.13 requires Tomcat 8.
Java 7 (can work with 8)
MySQL 5.7 or PostgreSQL 9.4.

If you are running PostgreSQL other than PostgreSQL 9.4 you need to
change the ownership of the database to the database user you specified in
the installer, in addition to running the create_db_and_user.sql script.

And you need to look in the Tomcat logs for what is preventing your
server from running.

On Sat, Mar 4, 2017 at 2:47 AM, ekararichard@gmail.com wrote:

I download ODK Aggregate installed on Mysql server to run on my tomcat
7.56 server , configure the to run on http:/192.168.10.117:8080/ODKA
ggregate. but the server refused to start ODKAggregate.
l when further rename the ODKAggregate.war to ROOT.war before copying
to webapps container of tomcat server still tomcat server fail to connect.

Please can some one help me out ?

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to the Google
Groups "ODK Community" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to a topic in the
Google Groups "ODK Community" group.
To unsubscribe from this topic, visit https://groups.google.com/d/to
pic/opendatakit/G0qPqoEtwv0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to the Google Groups
"ODK Community" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

aggregate password depend on the Goole app engine
proof me wrong if not so. l have try the user name and password l use
during the installation on my localhost but o know avail.

As recommended, l try to installed on google App engine but l got this
result,
l have try so hard to resolved this, but l can`t.
so what should l do to get it installed on google app engine now that l
have installed on local first and how can l resolved this error ?
[image: Inline image 1]

··· from my understanding, l think the signing in to the admin page with

On Thu, Mar 9, 2017 at 12:02 AM, Yaw Anokwa yanokwa@nafundi.com wrote:

Hi Richard,

Go to Site Admin. Look for Edit Users. Change the password for the first
user on that list.

Yaw

On Wed, Mar 8, 2017 at 9:16 AM, Richard Ekpene ekararichard@gmail.com wrote:

This server and its data are not secure! Please change the super-user's
password!

how can l access the password so l can change my password.
do l need to installed odkaggregate on the app google engine before l can
download form ?

On Wed, Mar 8, 2017 at 2:51 PM, Richard Ekpene ekararichard@gmail.com wrote:

Good day.
Thanks, l installed tomcat 8 and postgresql server 9.4, and it works.
the server up and running.
My ODKAggregate is not installed on APP Google engine
But l cannot login to the server. it prompt for this
Click this button to log onto Aggregate using the username and password
that have been assigned to you by the Aggregate site administrator.

What do l do now to have the password and user name ?
Click this button to access Aggregate without logging in.

On Mon, Mar 6, 2017 at 8:51 PM, Mitch Sundt mitchellsundt@gmail.com wrote:

See the instructions here: https://opendatakit.org/
use/aggregate/tomcat-install/

Aggregate 1.4.13 requires Tomcat 8.
Java 7 (can work with 8)
MySQL 5.7 or PostgreSQL 9.4.

If you are running PostgreSQL other than PostgreSQL 9.4 you need to
change the ownership of the database to the database user you specified in
the installer, in addition to running the create_db_and_user.sql script.

And you need to look in the Tomcat logs for what is preventing your
server from running.

On Sat, Mar 4, 2017 at 2:47 AM, ekararichard@gmail.com wrote:

I download ODK Aggregate installed on Mysql server to run on my tomcat
7.56 server , configure the to run on http:/192.168.10.117:8080/ODKA
ggregate. but the server refused to start ODKAggregate.
l when further rename the ODKAggregate.war to ROOT.war before copying
to webapps container of tomcat server still tomcat server fail to connect.

Please can some one help me out ?

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to the Google
Groups "ODK Community" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to a topic in the
Google Groups "ODK Community" group.
To unsubscribe from this topic, visit https://groups.google.com/d/to
pic/opendatakit/G0qPqoEtwv0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to the Google Groups
"ODK Community" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to a topic in the
Google Groups "ODK Community" group.
To unsubscribe from this topic, visit https://groups.google.com/d/
topic/opendatakit/G0qPqoEtwv0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Please can someone help me how to resolved this issue?

··· On Thu, Mar 9, 2017 at 10:40 AM, Richard Ekpene wrote:

from my understanding, l think the signing in to the admin page with
aggregate password depend on the Goole app engine
proof me wrong if not so. l have try the user name and password l use
during the installation on my localhost but o know avail.

As recommended, l try to installed on google App engine but l got this
result,
l have try so hard to resolved this, but l can`t.
so what should l do to get it installed on google app engine now that l
have installed on local first and how can l resolved this error ?
[image: Inline image 1]

On Thu, Mar 9, 2017 at 12:02 AM, Yaw Anokwa yanokwa@nafundi.com wrote:

Hi Richard,

Go to Site Admin. Look for Edit Users. Change the password for the first
user on that list.

Yaw

On Wed, Mar 8, 2017 at 9:16 AM, Richard Ekpene ekararichard@gmail.com wrote:

This server and its data are not secure! Please change the super-user's
password!

how can l access the password so l can change my password.
do l need to installed odkaggregate on the app google engine before l
can download form ?

On Wed, Mar 8, 2017 at 2:51 PM, Richard Ekpene ekararichard@gmail.com wrote:

Good day.
Thanks, l installed tomcat 8 and postgresql server 9.4, and it works.
the server up and running.
My ODKAggregate is not installed on APP Google engine
But l cannot login to the server. it prompt for this
Click this button to log onto Aggregate using the username and password
that have been assigned to you by the Aggregate site administrator.

What do l do now to have the password and user name ?
Click this button to access Aggregate without logging in.

On Mon, Mar 6, 2017 at 8:51 PM, Mitch Sundt mitchellsundt@gmail.com wrote:

See the instructions here: https://opendatakit.org/
use/aggregate/tomcat-install/

Aggregate 1.4.13 requires Tomcat 8.
Java 7 (can work with 8)
MySQL 5.7 or PostgreSQL 9.4.

If you are running PostgreSQL other than PostgreSQL 9.4 you need to
change the ownership of the database to the database user you specified in
the installer, in addition to running the create_db_and_user.sql script.

And you need to look in the Tomcat logs for what is preventing your
server from running.

On Sat, Mar 4, 2017 at 2:47 AM, ekararichard@gmail.com wrote:

I download ODK Aggregate installed on Mysql server to run on my
tomcat 7.56 server , configure the to run on http:/
192.168.10.117:8080/ODKAggregate. but the server refused to start
ODKAggregate.
l when further rename the ODKAggregate.war to ROOT.war before copying
to webapps container of tomcat server still tomcat server fail to connect.

Please can some one help me out ?

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to the Google
Groups "ODK Community" group.
To unsubscribe from this group and stop receiving emails from it,
send an email to opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to a topic in the
Google Groups "ODK Community" group.
To unsubscribe from this topic, visit https://groups.google.com/d/to
pic/opendatakit/G0qPqoEtwv0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to the Google
Groups "ODK Community" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to a topic in the
Google Groups "ODK Community" group.
To unsubscribe from this topic, visit https://groups.google.com/d/to
pic/opendatakit/G0qPqoEtwv0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

You specified a super-user username when you ran the installer. Log in as
this user, with password aggregate then navigate to the Site Admin /
Permissions screen and click on Change Password button beside that username.

See https://opendatakit.org/use/aggregate/#Using_the_Application

··· On Thu, Mar 9, 2017 at 6:59 AM, Richard Ekpene wrote:

Please can someone help me how to resolved this issue?

On Thu, Mar 9, 2017 at 10:40 AM, Richard Ekpene ekararichard@gmail.com wrote:

from my understanding, l think the signing in to the admin page with
aggregate password depend on the Goole app engine
proof me wrong if not so. l have try the user name and password l use
during the installation on my localhost but o know avail.

As recommended, l try to installed on google App engine but l got this
result,
l have try so hard to resolved this, but l can`t.
so what should l do to get it installed on google app engine now that l
have installed on local first and how can l resolved this error ?
[image: Inline image 1]

On Thu, Mar 9, 2017 at 12:02 AM, Yaw Anokwa yanokwa@nafundi.com wrote:

Hi Richard,

Go to Site Admin. Look for Edit Users. Change the password for the first
user on that list.

Yaw

On Wed, Mar 8, 2017 at 9:16 AM, Richard Ekpene ekararichard@gmail.com wrote:

This server and its data are not secure! Please change the super-user's
password!

how can l access the password so l can change my password.
do l need to installed odkaggregate on the app google engine before l
can download form ?

On Wed, Mar 8, 2017 at 2:51 PM, Richard Ekpene ekararichard@gmail.com wrote:

Good day.
Thanks, l installed tomcat 8 and postgresql server 9.4, and it works.
the server up and running.
My ODKAggregate is not installed on APP Google engine
But l cannot login to the server. it prompt for this
Click this button to log onto Aggregate using the username and
password that have been assigned to you by the Aggregate site administrator.

What do l do now to have the password and user name ?
Click this button to access Aggregate without logging in.

On Mon, Mar 6, 2017 at 8:51 PM, Mitch Sundt mitchellsundt@gmail.com wrote:

See the instructions here: https://opendatakit.org/
use/aggregate/tomcat-install/

Aggregate 1.4.13 requires Tomcat 8.
Java 7 (can work with 8)
MySQL 5.7 or PostgreSQL 9.4.

If you are running PostgreSQL other than PostgreSQL 9.4 you need to
change the ownership of the database to the database user you specified in
the installer, in addition to running the create_db_and_user.sql script.

And you need to look in the Tomcat logs for what is preventing your
server from running.

On Sat, Mar 4, 2017 at 2:47 AM, ekararichard@gmail.com wrote:

I download ODK Aggregate installed on Mysql server to run on my
tomcat 7.56 server , configure the to run on http:/
192.168.10.117:8080/ODKAggregate. but the server refused to start
ODKAggregate.
l when further rename the ODKAggregate.war to ROOT.war before
copying to webapps container of tomcat server still tomcat server fail to
connect.

Please can some one help me out ?

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to the Google
Groups "ODK Community" group.
To unsubscribe from this group and stop receiving emails from it,
send an email to opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to a topic in
the Google Groups "ODK Community" group.
To unsubscribe from this topic, visit https://groups.google.com/d/to
pic/opendatakit/G0qPqoEtwv0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to the Google
Groups "ODK Community" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to a topic in the
Google Groups "ODK Community" group.
To unsubscribe from this topic, visit https://groups.google.com/d/to
pic/opendatakit/G0qPqoEtwv0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to the Google Groups
"ODK Community" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

The dialog box you posted about major.minor version suggests you don't have
Java 7 installed. Install Java 7.

Yaw

··· On Thu, Mar 9, 2017 at 12:13 PM, Mitch Sundt wrote:

You specified a super-user username when you ran the installer. Log in as
this user, with password aggregate then navigate to the Site Admin /
Permissions screen and click on Change Password button beside that username.

See https://opendatakit.org/use/aggregate/#Using_the_Application

On Thu, Mar 9, 2017 at 6:59 AM, Richard Ekpene ekararichard@gmail.com wrote:

Please can someone help me how to resolved this issue?

On Thu, Mar 9, 2017 at 10:40 AM, Richard Ekpene ekararichard@gmail.com wrote:

from my understanding, l think the signing in to the admin page with
aggregate password depend on the Goole app engine
proof me wrong if not so. l have try the user name and password l use
during the installation on my localhost but o know avail.

As recommended, l try to installed on google App engine but l got this
result,
l have try so hard to resolved this, but l can`t.
so what should l do to get it installed on google app engine now that l
have installed on local first and how can l resolved this error ?
[image: Inline image 1]

On Thu, Mar 9, 2017 at 12:02 AM, Yaw Anokwa yanokwa@nafundi.com wrote:

Hi Richard,

Go to Site Admin. Look for Edit Users. Change the password for the
first user on that list.

Yaw

On Wed, Mar 8, 2017 at 9:16 AM, Richard Ekpene ekararichard@gmail.com wrote:

This server and its data are not secure! Please change the
super-user's password!

how can l access the password so l can change my password.
do l need to installed odkaggregate on the app google engine before l
can download form ?

On Wed, Mar 8, 2017 at 2:51 PM, Richard Ekpene <ekararichard@gmail.com wrote:

Good day.
Thanks, l installed tomcat 8 and postgresql server 9.4, and it works.
the server up and running.
My ODKAggregate is not installed on APP Google engine
But l cannot login to the server. it prompt for this
Click this button to log onto Aggregate using the username and
password that have been assigned to you by the Aggregate site administrator.

What do l do now to have the password and user name ?
Click this button to access Aggregate without logging in.

On Mon, Mar 6, 2017 at 8:51 PM, Mitch Sundt mitchellsundt@gmail.com wrote:

See the instructions here: https://opendatakit.org/
use/aggregate/tomcat-install/

Aggregate 1.4.13 requires Tomcat 8.
Java 7 (can work with 8)
MySQL 5.7 or PostgreSQL 9.4.

If you are running PostgreSQL other than PostgreSQL 9.4 you need to
change the ownership of the database to the database user you specified in
the installer, in addition to running the create_db_and_user.sql script.

And you need to look in the Tomcat logs for what is preventing your
server from running.

On Sat, Mar 4, 2017 at 2:47 AM, ekararichard@gmail.com wrote:

I download ODK Aggregate installed on Mysql server to run on my
tomcat 7.56 server , configure the to run on http:/
192.168.10.117:8080/ODKAggregate. but the server refused to start
ODKAggregate.
l when further rename the ODKAggregate.war to ROOT.war before
copying to webapps container of tomcat server still tomcat server fail to
connect.

Please can some one help me out ?

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to the Google
Groups "ODK Community" group.
To unsubscribe from this group and stop receiving emails from it,
send an email to opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to a topic in
the Google Groups "ODK Community" group.
To unsubscribe from this topic, visit https://groups.google.com/d/to
pic/opendatakit/G0qPqoEtwv0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to the Google
Groups "ODK Community" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to a topic in the
Google Groups "ODK Community" group.
To unsubscribe from this topic, visit https://groups.google.com/d/to
pic/opendatakit/G0qPqoEtwv0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to the Google Groups
"ODK Community" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to the Google Groups
"ODK Community" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.