-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installer fails #19
Comments
I do believe there is an option in the installer to skip the Fedora install, but you'll have to set it up manually before running the 3dr install. It may even detect an existing Fedora Commons install and skip that step. You'll have similar problems with a few other dependencies, including MySql. |
Hello again. Thank you for the response. I did a manual installation of doNet 4.0, VCredist_x86.exe, MySQL, jdk-6u33-windows-i586.exe, created a database fedor3, sucessfully installed fcrepo-installer-3.5.jar in c:\Program Files(x86)\java\jre6\bin, created the systems environment variables, ran the 3DR_setup_0.3.2.exe and chose custom installation and unchecked the already install components. Installation completes. When I brows to http://localhost\3DR I am present with the 3D repository site ( http:\localhost/3DR/Public/RecoverDatabaseConnection.aspx ). I can connect the MySQL at the cmd prompt. Any ideas as to how to correct the DB connection? |
Hey James, Sounds like everything went well, but the manual install of the database -Rob On Mon, Oct 1, 2012 at 1:25 PM, jamesbrownonca notifications@github.comwrote:
*Rob Chadwick |
Hi Rob, Thank you again for your assistance. I ran the Setup.sql and I used the original admin credentials that I entered during the installer and I am still getting http:\localhost/3DR/Public/RecoverDatabaseConnection.aspx. the show databases command lists: |
Yeah, that looks good. Are you sure you are providing the right username
ODBC 5.1 You may also need to install the MySQL ODBC 5.1 Driver, although I think On Wed, Oct 3, 2012 at 11:02 AM, jamesbrownonca notifications@github.comwrote:
*Rob Chadwick |
Hi Rob, It was the MySQL ODBC drivers. Windows Server 2008R2 is obviously a 64bit platform. So I installed the 64bit ODBC driver, didn't work. Then I remembered having similar issues with migrating other web applications to W2K8R2 because of the 64 bit ODBC drivers. Once I install the 32 bit ODBC drivers it work just fine. Thanks again for your help. Cheers, James |
Hey James, That's great news. I'm glad to hear you got it working. I should warn you -Rob On Thu, Oct 4, 2012 at 8:57 AM, jamesbrownonca notifications@github.comwrote:
*Rob Chadwick |
Hey Rob, Help with upgrading would be great! Even if it is just a point form walk through of the steps. That would be fantastic. I may have been premature on all is good. When trying to login with the original admin credentials I setup, I receive "Invalid credentials. Try again." error. Did I miss something? One more question. Are there any sample models that can be loaded into the 3D repository? If son, where would I get them? Cheers, James |
James, The ASP application should create the default user account in the database Do you mind my asking about your interest in the 3DR? We're not doing much -Rob On Fri, Oct 5, 2012 at 10:43 AM, jamesbrownonca notifications@github.comwrote:
*Rob Chadwick |
Hi Rob, Restarted the server. I copy and pasted the admin account details out of the web.config file with no luck. Still receiving Invalid credentials. Try again. I am interested in the 3DR, because I work for a partner organization of the ADL and we would like to get an instance stood up on our corporate network to allow for sharing of 3D models across the country. We are really just starting to kick the tires of the system, so to speak. |
James, Well, I'm about out of ideas on that. I'll fire up a VM and see if I can On Tue, Oct 9, 2012 at 1:50 PM, jamesbrownonca notifications@github.comwrote:
*Rob Chadwick |
Rob, I searched the web.config for a field called "GenerateDefaultAdministratorOnApplicationStartup", and it is set to true. I ran a query on the 3dr database users table(select * from users). It returned Empty set (0.23 sec). I ran the setup.sql that came with the installer. At a bit of a loss right now. |
I am as well. Sorry, I have not yet run that test, but I'll get back to you
|
I created a new account from the login page. It created the account successfully, but it is not approved. There is no email currently setup on the server. I queried the users table again and it returns the only the account I created, no default admin account. What will happen if I rerun the setup.sql script again? I would be happy to discuss over the phone. I can be reached at the number 613-541-5010 x 3953 between 07:00-15:00 EST. |
James, How do you feel about 2pm? I can take the morning to try to recreate the On Thu, Oct 11, 2012 at 8:13 AM, jamesbrownonca notifications@github.comwrote:
*Rob Chadwick |
Rob, 2 pm would be fine. The database connection appears to be functioning properly. I am wondering if I ran the setup.sql correctly? I copied the setup.sql from the database folder to the root of the c: drive and from the command prompt in mysql as root I ran: use 3dr database; source c:\setup.sql It ran. restarted IIS, but not default admin. |
James, I'm attempting to recreate this issue. Can you tell me which download you On Thu, Oct 11, 2012 at 8:42 AM, jamesbrownonca notifications@github.comwrote:
*Rob Chadwick |
I used this installer. |
James, Interesting update for you. I am able to recreate that behavior. Did you On Thu, Oct 11, 2012 at 9:32 AM, jamesbrownonca notifications@github.comwrote:
*Rob Chadwick |
Yes I was able to create a user. I am using the MySQL ODBC 5.2w Driver, ver 5.02.02.00 from Oracle. |
James, Here are the download links strait out of the installer. I'll test this http://downloads.sourceforge.net/fedora-commons/fcrepo-installer-3.5.jar http://downloads.skysql.com/archives/mysql-5.5/mysql-5.5.15-win32.msi On Thu, Oct 11, 2012 at 12:51 PM, jamesbrownonca
*Rob Chadwick |
System is Windows Server 2008 R2 Enterprise on a standalone network.
I have Java SE Development Kit 6.0 update 27 installed.
The installer fails when it reaches downloading fcrepo-installer-3.5.jar.
The server does not have Internet access. Is there a standalone installation process?
The text was updated successfully, but these errors were encountered: