Peri As far as the installation goes, it went smoothly. Now if I can only get the actual program to work I'd be happy.
Just to let everyone else know, I figured out this issue. >[u...@myserver bin]# ./fedora-ingest-demos.sh localhost 8080 fedoraAdmin >mypassword http >bash: k3T5: No such file or directory It turns out that when I granted all to fedoraAdmin, identified by fedoraAdmin in the mysql database I didn't realize that identified by was the password that syncs with mypassword in the above command. I changed "mypassword" to fedoraAdmin Now when I run the command I get the following error. >[u...@myserver bin]# ./fedora-ingest-demos.sh localhost 8080 fedoraAdmin >fedoraAdmin http >Error : Connection refused I still get the Login Error when attempting to log into the Admin GUI Asger - My environment variables are all correct. I know that Fedora starts. It seems like it's a connection issue with MySQL. Somebody please help me......... -----Original Message----- From: ps552 [mailto:[email protected]] Sent: Thursday, September 17, 2009 4:14 AM To: Bekkala, Ronald Subject: Fedora_commons LINUX Hi Ronald I see you are running fedora commons on a LINUX platform. We are currently running our istallation on solaris, but contemplating migrating to LINUX. I would be very interested to know if you found any other bugs or issues when installing on linux? Cheers Peri Stracchino Digital Library Team University of York ext 4082 -----Original Message----- From: Asger Askov Blekinge [mailto:[email protected]] Sent: 17 September 2009 08:15 To: Bekkala, Ronald Cc: '[email protected]' Subject: Re: [Fedora-commons-users] New installation help needed. hi The issue is almost surely the FEDORA_HOME environment variable. The tomcat server must be started in a terminal where the FEDORA_HOME variable is set to the location of the fedora installation. Do this export FEDORA_HOME=/usr/local/fedora /usr/local/fedora/tomcat/bin/startup.sh and things will probably work. Regards On Wed, 2009-09-16 at 17:59 +0200, Bekkala, Ronald wrote: > I recently installed Fedora on a new Red Hat Enterprise Linux 5 server > and I have run into a problem. Please keep in mind that this is my > first attempt at running Fedora and I am also not an expert with > Linux. > > > > Background info: > > > > I performed a custom installation with the included Tomcat servlet > container. Default context. No SSL option. (testing) > > > > I am using MySQL for my database with the appropriate settings per the > installation guide. > > > > My environment Variables are all set up according to the installation > guide and I can start Tomcat as indicated below. > > > > [u...@myserver bin]# /usr/local/fedora/tomcat/bin/startup.sh > > Using CATALINA_BASE: /usr/local/fedora/tomcat > > Using CATALINA_HOME: /usr/local/fedora/tomcat > > Using CATALINA_TMPDIR: /usr/local/fedora/tomcat/temp > > Using JRE_HOME: /usr/java/jdk1.6.0_16 > > > > I can verify that Tomcat is running by entering http://localhost:8080 > into my browser. > > > > My issue: > > > > When I try to ingest the demo objects using either the command line or > the Admin GUI I get errors. > > > > Command line - > > > > [u...@myserver bin]# pwd > > //usr/local/fedora/client/bin > > > > [u...@myserver bin]# ./fedora-ingest-demos.sh localhost 8080 > fedoraAdmin mypassword http > > bash: k3T5: No such file or directory > > > > Admin GUI - > > > > Login Error - java.net.ConnectionException:Connection refused > > > > I also get a page load error when I enter the following into my > browser. > > > > http://localhost:8080/fedora/admin/ > > > > I am assuming that it is an issue with Java based on the errors but I > have no idea how or where to look. Any assistance would be greatly > appreciated. Thanks. > > > > Ron Bekkala > > IT Systems Specialist > > UNH Library Systems Department > > 18 Library Way > > Durham NH, 03824 > > Phone: 603-862-2303 > > email: [email protected] > > ---------------------------------------------------------------------------- -- Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Fedora-commons-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fedora-commons-users ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Fedora-commons-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fedora-commons-users
