Help Installing Aggregate on Ubuntu 14.04 Desktop

Hi, I installed Aggregate on Ubuntu 14.04 Desktop but I have the Error 503
"The application is not currently available". I did the following steps:
1.I have LAMP already installed, and phpmyadmin
2. Install Java

java -version

java version "1.6.0_31"
OpenJDK Runtime Environment (IcedTea6 1.13.3) (6b31-1.13.3-1ubuntu1)
OpenJDK 64-Bit Server VM (build 23.25-b01, mixed mode)
3. Install Tomcat 6, it is working view the first attache
4. Run ODK Aggregate v1.4.3 linux-x64-installer.rum following the default
config and ports
5. Run the create_db_and_user.sql script (I verified that the data base
was created)
6. I copy the ODKAggregate.war to /var/lib/tomcat6/webapps

ls -al

total 58752
drwxrwxr-x 4 tomcat6 tomcat6 4096 jun 3 20:04 .
drwxr-xr-x 6 root root 4096 may 26 18:32 ..
drwxr-xr-x 9 tomcat6 tomcat6 4096 jun 3 20:04 ODKAggregate
-rw-r--r-- 1 root root 60140255 jun 3 20:04 ODKAggregate.war
drwxr-xr-x 3 root root 4096 may 26 18:32 ROOT
7. http://localhost:8080/ODKAggegate or http://172.31.1.103/ODKAggregate
has the same error message view the second attache.

Please advice.

Thanks

Per the instructions at
http://opendatakit.org/use/aggregate/tomcat-install/, Aggregate 1.4
requires Java 7. Looks like you are running Java 6.

You can confirm this the issue by going into your Tomcat logs. There
will probably be a message about unsupported major.minor version 51.

Yaw

··· -- Need ODK services? http://nafundi.com provides form design, server setup, professional support, and software development for ODK.

On Tue, Jun 3, 2014 at 5:36 PM, odktechugr@gmail.com wrote:

Hi, I installed Aggregate on Ubuntu 14.04 Desktop but I have the Error 503
"The application is not currently available". I did the following steps:
1.I have LAMP already installed, and phpmyadmin
2. Install Java

java -version

java version "1.6.0_31"
OpenJDK Runtime Environment (IcedTea6 1.13.3) (6b31-1.13.3-1ubuntu1)
OpenJDK 64-Bit Server VM (build 23.25-b01, mixed mode)
3. Install Tomcat 6, it is working view the first attache
4. Run ODK Aggregate v1.4.3 linux-x64-installer.rum following the default
config and ports
5. Run the create_db_and_user.sql script (I verified that the data base was
created)
6. I copy the ODKAggregate.war to /var/lib/tomcat6/webapps

ls -al

total 58752
drwxrwxr-x 4 tomcat6 tomcat6 4096 jun 3 20:04 .
drwxr-xr-x 6 root root 4096 may 26 18:32 ..
drwxr-xr-x 9 tomcat6 tomcat6 4096 jun 3 20:04 ODKAggregate
-rw-r--r-- 1 root root 60140255 jun 3 20:04 ODKAggregate.war
drwxr-xr-x 3 root root 4096 may 26 18:32 ROOT
7. http://localhost:8080/ODKAggegate or http://172.31.1.103/ODKAggregate
has the same error message view the second attache.

Please advice.

Thanks

--

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.

run tomcat manager-gui and add war to it by using browse. hope this will work

··· On Wednesday, June 4, 2014 at 5:36:31 AM UTC+5, odkte...@gmail.com wrote: > Hi, I installed Aggregate on Ubuntu 14.04 Desktop but I have the Error 503 "The application is not currently available". I did the following steps: > 1.I have LAMP already installed, and phpmyadmin > 2. Install Java > # java -version > java version "1.6.0_31" > OpenJDK Runtime Environment (IcedTea6 1.13.3) (6b31-1.13.3-1ubuntu1) > OpenJDK 64-Bit Server VM (build 23.25-b01, mixed mode) > 3. Install Tomcat 6, it is working view the first attache > 4. Run ODK Aggregate v1.4.3 linux-x64-installer.rum following the default config and ports > 5. Run the create_db_and_user.sql script (I verified that the data base was created) > 6. I copy the ODKAggregate.war to /var/lib/tomcat6/webapps > # ls -al > total 58752 > drwxrwxr-x 4 tomcat6 tomcat6 4096 jun 3 20:04 . > drwxr-xr-x 6 root root 4096 may 26 18:32 .. > drwxr-xr-x 9 tomcat6 tomcat6 4096 jun 3 20:04 ODKAggregate > -rw-r--r-- 1 root root 60140255 jun 3 20:04 ODKAggregate.war > drwxr-xr-x 3 root root 4096 may 26 18:32 ROOT > 7. http://localhost:8080/ODKAggegate or http://172.31.1.103/ODKAggregate has the same error message view the second attache. > > Please advice. > > Thanks