Skip to Content.
Sympa Menu

grouper-users - Re: [grouper-users] Problems with 1.4.1 UI install

Subject: Grouper Users - Open Discussion List

List archive

Re: [grouper-users] Problems with 1.4.1 UI install


Chronological Thread 
  • From: "GW Brown, Information Systems and Computing" <>
  • To: ,
  • Subject: Re: [grouper-users] Problems with 1.4.1 UI install
  • Date: Tue, 10 Mar 2009 16:58:37 +0000

Hi Richard,

The problem is due to the DTD (<http://java.sun.com/dtd/web-app_2_3.dtd>) being unavailable. Occasionally the Sun site may have problems or you might have network connectivity problems.

If the problem persists you can remove references to the DTD from:

grouper-ui/web-xml-merge.xsl - doctype-system="http://java.sun.com/dtd/web-app_2_3.dtd";

grouper-ui/webapp/WEB-INF/web.core.xml
grouper-ui/webapp/WEB-INF/web.error.xml
- remove the whole DTD declaration

<!DOCTYPE web-app PUBLIC
"-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
"http://java.sun.com/dtd/web-app_2_3.dtd";>

and rebuild.

Gary


--On 10 March 2009 12:46 -0400

wrote:

Hi All,

I'm in the process of installing Grouper 1.4.1, I have successfully
installed the API and that is running just with HSQLDB and I am able to
create stems, groups etc

However when I come to install the UI, I am running into problems. I have
followed the instructions as per
https://wiki.internet2.edu/confluence/display/GrouperWG/UI+Building+and+C
onfiguration

I have set the deploy.home and the default.webapp.folder to my tomcat
install. When I run "ant default" it gives the following output, it runs
into an error when it reaches the -merge-xmls: section where it is trying
to create the web.xml folder. After running the build, I have checked the
web.xml file and it is empty! I'm not sure why this is, so any pointers
or help would be greatly appreciated to see where i seem to be going
wrong.

Many Thanks

Richard

Environment details -- I have tried running this with JAVA 1.5 and 1.6,
with apache-tomcat-5.5.26.

/////Build output
Buildfile: build.xml

default:

-setup:

-choose-webapp:
[propertyfile] Updating property file:
/usr/local/grouper-qs-1.4.1/grouper-ui/.lastbuild.properties [echo]
In setup - do.clean = ${do.clean} cleanable=true

-doStop:

-doCleanWebappClassFolder:

-doClean:

-resources:
[echo] In resources - Build folder =
/usr/local/grouper-qs-1.4.1/grouper-ui/../build/grouper

-dist-grouper:
[echo] Creating
/usr/local/grouper-qs-1.4.1/grouper-ui/../build/grouper [echo]
Copying Grouper configuration files to
/usr/local/grouper-qs-1.4.1/grouper-ui/../build/grouper/WEB-INF/classes
[copy] Copying 22 files to
/usr/local/grouper-qs-1.4.1/build/grouper/WEB-INF/classes

-local-log4j:

-fix-grouper-home:
[echo] Attempting to replace grouper.home with
/usr/local/grouper-qs-1.4.1/grouper-ui/../grouper/ [echo] Copying ui
resources to
/usr/local/grouper-qs-1.4.1/grouper-ui/../build/grouper/WEB-INF/classes/r
esources [copy] Copying 8 files to
/usr/local/grouper-qs-1.4.1/build/grouper/WEB-INF/classes/resources

-additional-build:

-optional-conf:

-webapp:
[delete] Deleting directory /usr/local/grouper-qs-1.4.1/grouper-ui/temp
[mkdir] Created dir: /usr/local/grouper-qs-1.4.1/grouper-ui/temp

-compileGrouper:

-additional-build:

-copyContent:
[echo] Copying core UI files to
/usr/local/grouper-qs-1.4.1/grouper-ui/../build/grouper [echo]
Processing web.xml
[copy] Copying 1 file to /usr/local/grouper-qs-1.4.1/grouper-ui/temp
[echo] web.xmls.isempty=:${web.xmls.isempty}:

-merge-xmls:
[copy] Copying 1 file to /usr/local/grouper-qs-1.4.1/grouper-ui/temp
[echo] Transforming:
/usr/local/grouper-qs-1.4.1/grouper-ui/temp/50.web.core.xml [echo]
/usr/local/grouper-qs-1.4.1/grouper-ui/temp/99.web.error.xml [echo]
[echo]
[echo] Base =
/usr/local/grouper-qs-1.4.1/grouper-ui/temp/50.web.core.xml [echo]
+ /usr/local/grouper-qs-1.4.1/grouper-ui/temp/99.web.error.xml
[echo] ->
/usr/local/grouper-qs-1.4.1/grouper-ui/../build/grouper/WEB-INF/web.xml
[echo]
[echo] (Location of error unknown)java.net.ConnectException:
Connection timed out [echo] Result: 0

-copy-core-web-xml:

-copyContextXmlToMetaInf:
[copy] Copying 1 file to
/usr/local/grouper-qs-1.4.1/build/grouper/META-INF

-copyContextXmlToTomcat:
[copy] Copying 1 file to
/usr/local/tomcat/current/conf/Catalina/localhost

-html:

-war:

-web:

BUILD SUCCESSFUL
Total time: 3 minutes 14 seconds




----------------------
GW Brown, Information Systems and Computing



  • Problems with 1.4.1 UI install, richard . james, 03/10/2009
    • Re: [grouper-users] Problems with 1.4.1 UI install, GW Brown, Information Systems and Computing, 03/10/2009

Archive powered by MHonArc 2.6.16.

Top of Page