sudheerkosuru
Posts: 4
Joined: Thu Mar 07, 2013 7:18 am

Error while runnig setup after mysql has been added

Hi

I need to bundle my web application using Advance Installer for Tomcat Web Application features. Am using the 9.9 trial version, I would purchase the license if bundling process has been completed without any trouble..
Below are details of my web application,

JRE 6
Tomcat 7.X
MySQL 5.X and
my application WAR file

I was trying the step by step of including jre and tomcat then mysql,i was able install and run till tomcat.But after adding mysql to prerequiste i'm facing problem.
While running setup file mysql was installed properly,but application is failing by throwing "error couldnot access network location 3306]https://www.dropbox.com/s/60iiim7t8odwv ... 4%20PM.png

Kindly suggest how to inlcude mysql along with tomcat and script file with tables to be imported to mysql,and launch application.

Thanks in advance
Sudheer
Daniel
Posts: 8276
Joined: Mon Apr 02, 2012 1:11 pm
Contact: Website

Re: Error while runnig setup after mysql has been added

Hello and welcome to Advanced Installer forums,

Thank you for your interest in Advanced Installer.

This may happen if one of your application folders paths are resolved to an invalid path during CostFinalize standard action. Please keep in mind that your application folders paths should be resolved to valid paths on target machine. Can you please send us the .AIP (project file) and a verbose log of the installation to support at advancedinstaller dot com so we can investigate them?

All the best,
Daniel
Daniel Radu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
sudheerkosuru
Posts: 4
Joined: Thu Mar 07, 2013 7:18 am

Re: Error while runnig setup after mysql has been added

Hi Daniel

Thanks for your reply,
Attached is my setup file(.aip)
i was trying to create log file but it is thorowing error while creating location no specifed,i will try with log and update again,meanwhile would be help full if you could check with aip file.

Thanks inadvance
Sudheer K
Last edited by sudheerkosuru on Tue Mar 12, 2013 7:22 am, edited 1 time in total.
Daniel
Posts: 8276
Joined: Mon Apr 02, 2012 1:11 pm
Contact: Website

Re: Error while runnig setup after mysql has been added

Hello Sudheer,

This happens because your property-based folder (PORT_PROP) location it is resolved to "3306" (its associated property value). As I mentioned in my previous post, you should be aware that your application folders paths (from "Files and Folders" page) should be resolved to valid paths on target machine. However, in order to avoid this issue you should set valid paths for your properties (i.e. DATABASE_PROP, PASSWORD_PROP, PORT_PROP, SERVER_PROP, USERNAME_PROP) defined in "Install Parameters" page. For example you can use a value like this:

Code: Select all

C:\Program Files\webapps\3306
for your PORT_PROP property. So, can you edit the related property (used to create property-based folders) accordingly and see if the behavior still persist?

All the best,
Daniel
Daniel Radu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
sudheerkosuru
Posts: 4
Joined: Thu Mar 07, 2013 7:18 am

Re: Error while runnig setup after mysql has been added

Thanks for your time and reply Daniel

Actually i misplaced the dialog setting properties in user defined rather than user interface,Now resolved the issue and able to successfully create a whole web application package.Now trying if we can create dialog with user input to hold along with application.

Thanks to Entire team of Advance installer for making my job done a lot quicker and easier.

Regards
Sudheer Kosuru
Daniel
Posts: 8276
Joined: Mon Apr 02, 2012 1:11 pm
Contact: Website

Re: Error while runnig setup after mysql has been added

You're welcome. I'm glad you got this working.

All the best,
Daniel
Daniel Radu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Building Installers”