Hi all,

In my case, the problem was the program that I used to decompress the app
zip file.  I use winrar and then run mvn package and install without
problems.

Jan

2008/11/10 <[EMAIL PROTECTED]>

> Send DSpace-tech mailing list submissions to
>        [email protected]
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        https://lists.sourceforge.net/lists/listinfo/dspace-tech
> or, via email, send a message with subject or body 'help' to
>        [EMAIL PROTECTED]
>
> You can reach the person managing the list at
>        [EMAIL PROTECTED]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of DSpace-tech digest..."
>
>
> Today's Topics:
>
>   1. Fwd: Dspace 1.5 installation problem in RHEL5 (divyang patel)
>   2. Re: Fwd: Dspace 1.5 installation problem in RHEL5 (Diggory Mark)
>   3. Re: Authentication (Rui Ramos)
>   4. Re: administering many DSpace/manakin instances (Rui Ramos)
>   5. Re: Install many instance of Dspace in 1 machine (Graham Triggs)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 10 Nov 2008 09:58:03 +0530
> From: "divyang patel" <[EMAIL PROTECTED]>
> Subject: [Dspace-tech] Fwd: Dspace 1.5 installation problem in RHEL5
> To: [email protected]
> Message-ID:
>        <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Dear All
>
>      While running command "mvn package" it gives error "Build Fail Error".
> The error file is attached herewith. We are Using java "jdk 1.5". Maven
> 2.0.8. Any Solution to resolve this problem.
>
>
>
>
>
>
>
>
>
>
>
>
> Thanks
> Divyang Patel
> -------------- next part --------------
> An HTML attachment was scrubbed...
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: Dspace Error
> Type: application/octet-stream
> Size: 5462 bytes
> Desc: not available
>
> ------------------------------
>
> Message: 2
> Date: Sun, 9 Nov 2008 22:02:28 -0800
> From: Diggory Mark <[EMAIL PROTECTED]>
> Subject: Re: [Dspace-tech] Fwd: Dspace 1.5 installation problem in
>        RHEL5
> To: divyang patel <[EMAIL PROTECTED]>
> Cc: [email protected]
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset="us-ascii"
>
> You may try running maven with the -U option.
>
> mvn -U package
>
> This will cause maven to seek update its installed plugins, this may
> clear the error it is encountering finding the "site" plugin.
>
> Please let me know if this helps.
>
> -Mark
>
> On Nov 9, 2008, at 8:28 PM, divyang patel wrote:
>
> >
> > Dear All
> >
> >       While running command "mvn package" it gives error "Build Fail
> > Error". The error file is attached herewith. We are Using java "jdk
> > 1.5". Maven 2.0.8. Any Solution to resolve this problem.
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > Thanks
> > Divyang Patel
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > <Dspace
> > Error
> > >
> > -------------------------------------------------------------------------
> > This SF.Net email is sponsored by the Moblin Your Move Developer's
> > challenge
> > Build the coolest Linux based applications with Moblin SDK & win
> > great prizes
> > Grand prize is a trip for two to an Open Source event anywhere in
> > the world
> >
> http://moblin-contest.org/redirect.php?banner_id=100&url=/_______________________________________________
> > DSpace-tech mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/dspace-tech
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
>
> ------------------------------
>
> Message: 3
> Date: Mon, 10 Nov 2008 10:30:51 +0000
> From: Rui Ramos <[EMAIL PROTECTED]>
> Subject: Re: [Dspace-tech] Authentication
> To: Serhiy Polyakov <[EMAIL PROTECTED]>
> Cc: [email protected]
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
>
>  And what type of authentication do you use in the other system ?
>
>  It seems you are looking for a SSO solution shibboleth might be what
> you're looking for.
>
>  https://mams.melcoe.mq.edu.au/zope/mams/pubs/Installation/dspace
>
> Serhiy Polyakov wrote:
> > Hello,
> >
> > I want to have all users coming to my DSpace (v 1.5.1) from a certain
> > page on another server be automatically authenticated as members of
> > certain Group in DSpace. I think information about referring URL can
> > be used for this. I want the rest of the users to be authenticated as
> > anonymous.
> >
> > Could you please give me any hints about how to start with
> implementation?
> >
> > Thanks,
> > Serhiy
> >
> > -------------------------------------------------------------------------
> > This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> > Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> > Grand prize is a trip for two to an Open Source event anywhere in the
> world
> > http://moblin-contest.org/redirect.php?banner_id=100&url=/
> > _______________________________________________
> > DSpace-tech mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/dspace-tech
> >
> >
>
>
>
>
>
>
> ------------------------------
>
> Message: 4
> Date: Mon, 10 Nov 2008 10:37:56 +0000
> From: Rui Ramos <[EMAIL PROTECTED]>
> Subject: Re: [Dspace-tech] administering many DSpace/manakin instances
> To: cachiusa <[EMAIL PROTECTED]>
> Cc: [email protected]
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
>
>  Just one ideia,
>
>  Why don't you install let's say, 8 Tomcat instances all with the same
> configurations
>  using same context's and then use apache with mod_jk for load balancing.
>
>  Cheers, Rui
>
> cachiusa wrote:
> > Dear all,
> > I am looking for solution for 24 Dspace for 24 communities run on 1
> server.
> > Which solution I should choose:
> >
> > 1) 24 instances of Tomcat, one for each Dspace instance, or
> > 2) One Tomcat for 24 Dspace instances.
> >
> > I choose second solution by following the link
> > http://www.nabble.com/Changing-DB-Name-%C2%BFhow--td19053520.html
> > and already finished installation. But my server is broken if I  try to
> > access 24 DSpace at the same time (it is ok to open 12 Dspace).
> >
> > Some sites show error:
> > java.lang.OutOfMemoryError: PermGen space
> >
> > The others return errors:
> >  java.io.FileNotFoundException:
> >
> /usr/local/gmseenet/partners/gmseenet/dspace/webapps/jspui/WEB-INF/web.xml
> > (Too many open files)
> >
> > or:
> > org.apache.jasper.JasperException: Unable to compile class for JSP
> >
> > I already set heap memory for Tomcat to 2048 by
> > JAVA_OPTS="-Xmx2048M -Xms64M -Dfile.encoding=UTF-8", but I still face the
> > same problem.
> >
> > I have to run 24 DSpace in 1 machine, so what is solution for me?
> > Please help me. Thanks in advance.
> > Best,
> > Cachiusa
> >
>
>
>
>
>
>
> ------------------------------
>
> Message: 5
> Date: Mon, 10 Nov 2008 11:51:01 +0000
> From: Graham Triggs <[EMAIL PROTECTED]>
> Subject: Re: [Dspace-tech] Install many instance of Dspace in 1
>        machine
> To: cachiusa <[EMAIL PROTECTED]>
> Cc: [email protected]
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Cachiusa,
>
> PermGen is a seperate area of memory from the heap, set aside by the JVM
> to store 'permanent' information like class information and string
> literals.
>
> (Such information is always resident for the duration of the ClassLoader
> that created/loaded it - in a container environment like Tomact, those
> ClassLoaders may not actually live for the entire duration of the
> application server [you can unload a web application], in which case
> that 'permanent' information should be garbage collected).
>
> The default size for the permanent generation is only 64M. You can
> increase this by using the JVM parameter (add to JAVA_OPTS):
>
> -XX:MaxPermSize=256m
>
> Note that it is not sufficient to just increase the space so that the
> web applications load initially. Due to the on demand loading of
> classes, etc. permanent generation space will continue to be used up as
> you exercise more of the application.
>
> (You may have been able to open 12 instances in your current
> configuration - I can pretty much guarantee that you won't be able to
> fully utilise all of them)
>
> IIRC, you'll need to set aside at least 20MB for each instance with the
> JSP interface, and 50MB for each with the XML/Manakin interface. This is
> assuming that you don't remove the commons-dbcp / commons-pool /
> postgres jars from each instance, and only have them at the common
> layer. Doing that would save in the region of 8MB per instance.
>
> If you try to split across multiple Tomcat's then you will have the
> added overhead of each JVM and Tomcat information. If you split across
> multiple virtual machines, then you have the overhead of each VM, each
> OS, each JVM and each Tomcat!
>
> Increasing the PermGen to the point where all your instances can run is
> your best chance of getting all 24 instances to run on a single physical
> machine. Although ideally you would want it to be a 64-bit machine, a
> 64-bit JVM, and at least 8Gb installed in the machine.
>
> G
>
> cachiusa wrote:
> > Dear all,
> > I am looking for solution for 24 Dspace for 24 communities run on 1
> server.
> > Which solution I should choose:
> >
> > 1) 24 instances of Tomcat, one for each Dspace instance, or
> > 2) One Tomcat for 24 Dspace instances.
> >
> > I choose second solution by following the link
> > http://www.nabble.com/Changing-DB-Name-%C2%BFhow--td19053520.html
> > and already finished installation. But my server is broken if I  try to
> > access 24 DSpace at the same time (it is ok to open 12 Dspace).
> >
> > Some sites show error:
> > java.lang.OutOfMemoryError: PermGen space
> >
> > The others return errors:
> >  java.io.FileNotFoundException:
> >
> /usr/local/gmseenet/partners/gmseenet/dspace/webapps/jspui/WEB-INF/web.xml
> > (Too many open files)
> >
> > or:
> > org.apache.jasper.JasperException: Unable to compile class for JSP
> >
> > I already set heap memory for Tomcat to 2048 by
> > JAVA_OPTS="-Xmx2048M -Xms64M -Dfile.encoding=UTF-8", but I still face the
> > same problem.
> >
> > Quick checking on internet tells me the problem is "garbage collection"
> of
> > Java class:
> > http://blogs.sun.com/fkieviet/entry/classloader_leaks_the_dreaded_java.
> >
> > I have to run 24 DSpace in 1 machine, so what is solution for me?
> > Please help me. Thanks in advance.
> > Best,
> > Cachiusa
>
> This email has been scanned by Postini.
> For more information please visit http://www.postini.com
>
>
>
>
> ------------------------------
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>
> ------------------------------
>
> _______________________________________________
> DSpace-tech mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>
>
> End of DSpace-tech Digest, Vol 31, Issue 11
> *******************************************
>
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to