Re: [Dspace-tech] DSpace statistics: Top country and Top city views

2012-04-19 Thread helix84
On Thu, Apr 19, 2012 at 09:11, Hilton Gibson hilton.gib...@gmail.com wrote:
 During the build I manually downloaded it.
 It has all permissions.

 I get errors like: Error seeking country while seeking 3001848246
 What code creates this error ?

http://www.mail-archive.com/dspace-tech@lists.sourceforge.net/msg10093.html

According to this thread with the same problem, it means a country for
that particular IP cannot be found and it's just a warning that is
safe to ignore.
Well, unless you get it for _all_ IPs and there is some problem
accessing the geolite database.

Did you investigate why maven on your build machine can't fetch
geolite? Does it have internet access or does it need to use proxy?

Regards,
~~helix84

--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Log file size and management

2012-04-19 Thread Alan Orth
All,

I'm curious about how people are managing their log files.  In 
particular, I've noticed that dspace.log.* and cocoon.log.* are around 
200MB apiece, per day.  We zip them at night, but even so, they're 
taking a ridiculous amount of storage space on our VPS.  What are people 
doing with these logs?  Offline archival?

Also, while dspace.log.* are potentially useful if you have to go back 
and rerun legacy statistics, I'm not sure what cocoon logs are useful 
for...?

Adios,

-- 
Alan Orth
alan.o...@gmail.com
http://alaninkenya.org
http://mjanja.co.ke
I have always wished for my computer to be as easy to use as my telephone; my 
wish has come true because I can no longer figure out how to use my telephone. 
-Bjarne Stroustrup, inventor of C++


--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Log file size and management

2012-04-19 Thread helix84
Hi Alan,

take a look at logrotate. It's a standard unix tool to manage your
logs, including splitting logs by day (DSpace does this itself),
keeping the last N days around and compressing and/or moving the rest
elsewhere. It's very configurable.

Regards,
~~helix84

--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Log file size and management

2012-04-19 Thread helix84
Also, if some logs are too detailed for you which makes them grow too
large, you can raise loglevel, e.g. from INFO to WARN. Although I
personally wouldn't do it.

https://wiki.duraspace.org/display/DSPACE/Troubleshoot+an+error#Troubleshootanerror-TurningonDebugging(optional)

Regards,
~~helix84

--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] (no subject)

2012-04-19 Thread paras jain
Sir ,i am unable to add new browsing or searching options in dspace.i have
properly make suitable changes in dspace.cfg and message.xml file but still
i haven't found any new option
in list
--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Log file size and management

2012-04-19 Thread Alan Orth
Hey, helix.

I zip my logs nightly with something like this:

find /home/dspace/log/ ! -iname *.gz -iname dspace.log.* -o ! -iname 
*.gz -iname cocoon.log.* -daystart -mtime +1 -exec ionice -c2 -n7 
gzip {} \;

I'm more wondering what people use these logs for, and how/if they 
archive them (especially the cocoon logs).

Alan

On 04/19/2012 10:59 AM, helix84 wrote:
 Hi Alan,

 take a look at logrotate. It's a standard unix tool to manage your
 logs, including splitting logs by day (DSpace does this itself),
 keeping the last N days around and compressing and/or moving the rest
 elsewhere. It's very configurable.

 Regards,
 ~~helix84

-- 
Alan Orth
alan.o...@gmail.com
http://alaninkenya.org
http://mjanja.co.ke
I have always wished for my computer to be as easy to use as my telephone; my 
wish has come true because I can no longer figure out how to use my telephone. 
-Bjarne Stroustrup, inventor of C++


--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] OAI question

2012-04-19 Thread Alexandre Magaz Graça
On dc 18 abr 2012 13:09:00 CEST, helix84 wrote:
 Would this help?

 https://wiki.duraspace.org/display/DSPACE/DSpaceOAISets

 Regards,
 ~~helix84

Hi helix84,

I already thought of most the options in this page when I started 
looking at the problem. Still not sure of which is worse...

Thanks,
Àlex

--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Log file size and management

2012-04-19 Thread Alexandre Magaz Graça
Al 19/04/12 09:53, En/na Alan Orth ha escrit:
 All,

 I'm curious about how people are managing their log files.  In
 particular, I've noticed that dspace.log.* and cocoon.log.* are around
 200MB apiece, per day.  We zip them at night, but even so, they're
 taking a ridiculous amount of storage space on our VPS.  What are people
 doing with these logs?  Offline archival?

 Also, while dspace.log.* are potentially useful if you have to go back
 and rerun legacy statistics, I'm not sure what cocoon logs are useful
 for...?

 Adios,


Hi Alan,

In our case we set limits in log4j.properties for all log files 
(*.MaxLogs) and raised the log level for Cocoon, which was generating 
huge log files. We also archive the older dspace.log files.

By the way, could someone clarify exactly which files are used for 
statistics and how? I mean, for example, after running daily stat-* 
commands, the logs which have been processed are needed again? And what 
about .dat files?

Cheers,
Àlex

--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] regarding item submission in dspace

2012-04-19 Thread helix84
On Thu, Apr 19, 2012 at 13:50, paras jain rachit@gmail.com wrote:
 is there any way to upload a item having multiple files of multiple format
 in just one click in dspace submission.
 i have upload item having multiple files of vary format using command line
 prompt and it was successfully uploaded .now i want to upload item having
 multiple files using dsapce UI
 submission form.it allows me to upload files one by one.so please guide me
 is there any other option to upload multiple files in just one click.

Plain HTML forms do not have such capability, but there are several
solutions for this using Javascript or Flash, just google multiple
files upload.

E.g.:
http://www.fyneworks.com/jquery/multiple-file-upload/

Regards,
~~helix84

--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Remove Communities in DSpace and add advanced search option on home page in xmlui/Manakin

2012-04-19 Thread Alain Tschanz
Thank you for your help. The new code works, but it doesn't add the Advanced 
Search link underneath the search input box.

Alain

-Original Message-
From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84
Sent: Wednesday, April 18, 2012 4:21 PM
To: Alain Tschanz
Cc: dspace-tech
Subject: Re: [Dspace-tech] Remove Communities in DSpace and add advanced search 
option on home page in xmlui/Manakin

On Wed, Apr 18, 2012 at 20:50, Alain Tschanz atsch...@njstatelib.org wrote:
 1. I disabled the frontpage browse block, but when I try to browse 
 communities  collections etc. (hyperlink menu in div id=options/div; 
 see below) the body block of the front page is now empty and no items to 
 browse are listed at all.

This additional condition tests whether we're at the front page and restores 
the original behavior for any other page.

xsl:template name=disable_frontpage_browse
match=dri:div[@id='aspect.artifactbrowser.CommunityBrowser.div.comunity-browser']
xsl:if test=not(//dri:body/dri:div[@id='file.news.div.news'])
xsl:apply-templates/
/xsl:if
/xsl:template


 2. After inserting the Advanced Search link underneath the front page 
 search (body section) the GO button stops working. As soon as I remove the 
 link, the search works fine.

I see, I didn't notice that the element I replaced actually gets transformed to 
the form element. This should work:

xsl:template name=add_frontpage_advancedsearch
match=dri:div[@id='aspect.discovery.SiteViewer.div.front-page-search']/dri:p[2]
xsl:apply-templates /
a 
href=/advanced-searchi18n:textxmlui.dri2xhtml.structural.search-advanced/i18n:text/a
/xsl:template

Regards,
~~helix84
--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Remove Communities in DSpace and add advanced search option on home page in xmlui/Manakin

2012-04-19 Thread helix84
xsl:template name=add_frontpage_advancedsearch
match=dri:div[@id='aspect.discovery.SiteViewer.div.front-page-search']/dri:p[2]
xsl:apply-templates /
br /
a
href=/advanced-searchi18n:textxmlui.dri2xhtml.structural.search-advanced/i18n:text/a
/xsl:template

--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] OCLC Webinar: Improving discovery and use of your institutional repository materials

2012-04-19 Thread Valorie Hollister
Apologies for the cross posting - 


Below is a webinar featuring Beth Tillinghast from University of Hawaii at 
Manoa. 

From Geri Bunker Ingram, Manager of User Services for Digital Collection 
Services, OCLC Online Computer LIbrary Center, Inc.

Join us to learn how the University of Hawaii at Manoa is organizing their 
digital library and increasing its visibility by incorporating the newest 
features of OCLC’s WorldCat Digital Collection Gateway into their workflow. 
Hear how this free tool can help you increase readership of your digital 
materials by exposing them through WorldCat.org and WorldCat Local.

Taylor Surface, OCLC, will provide an overview of the Gateway and its new 
features and how they can help to highlight your digital content metadata in 
WorldCat.org and WorldCat Local.
Beth Tillinghast, University of Hawaii at Manoa (UHM) Institutional Repository 
manager, will discuss current issues and approaches in enhancing workflow and 
visibility for various collections in the UHM ScholarSpace (DSpace) 
repositories.
Martha Chantiny, Head of Desktop Network Services in the UHM Library, will 
share the current status of UHM Library image collections, which are posted to 
the web using the OAI harvestable Streetprint Digital Library.
Daniel Ishimitsu, Information Technology Specialist for UHM Library, will 
discuss the project that he worked on to allow the mapping of thumbnails for 
display in OAIster, now part of WorldCat.org.
Please join your colleagues from the University of Hawaii Manoa and OCLC 
Digital Collection Services on Thursday, May 3.

12:00 pm Pacific Daylight Time (San Francisco, GMT-07:00)
9:00 am Hawaii Time (Honolulu, GMT-10:00)
3:00 pm Eastern Daylight Time (New York, GMT-04:00)
No registration necessary. Log in at:  
https://oclc.webex.com/oclc/onstage/g.php?t=ad=316916883

For more information, contact Geri Bunker Ingram at ingr...@oclc.org. 


--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Log file size and management

2012-04-19 Thread revskill
As i know , the log files are not needed if you've generated your stat
reports, you just keep that generated ones into archival, the log files are
just the source for the task, not the outcomes.

2012/4/19 Alexandre Magaz Graça alexandre.ma...@udl.cat

 Al 19/04/12 09:53, En/na Alan Orth ha escrit:
  All,
 
  I'm curious about how people are managing their log files.  In
  particular, I've noticed that dspace.log.* and cocoon.log.* are around
  200MB apiece, per day.  We zip them at night, but even so, they're
  taking a ridiculous amount of storage space on our VPS.  What are people
  doing with these logs?  Offline archival?
 
  Also, while dspace.log.* are potentially useful if you have to go back
  and rerun legacy statistics, I'm not sure what cocoon logs are useful
  for...?
 
  Adios,
 

 Hi Alan,

 In our case we set limits in log4j.properties for all log files
 (*.MaxLogs) and raised the log level for Cocoon, which was generating
 huge log files. We also archive the older dspace.log files.

 By the way, could someone clarify exactly which files are used for
 statistics and how? I mean, for example, after running daily stat-*
 commands, the logs which have been processed are needed again? And what
 about .dat files?

 Cheers,
 Àlex


 --
 For Developers, A Lot Can Happen In A Second.
 Boundary is the first to Know...and Tell You.
 Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
 http://p.sf.net/sfu/Boundary-d2dvs2
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech




-- 
TRUONG HOANG DUNG*
**Librarian Researcher
**Information and Library Centre
Mobile: 0121.411.5322
Email: dun...@hpu.edu.vn*
*Hai Phong Private University* http://lib.hpu.vn
--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] OAI question

2012-04-19 Thread revskill
I'm sorry, i really don't understand what harvested items are , what're
their role ? And what we can do with oai-pmh ?

Thank you for attention.

2012/4/19 Alexandre Magaz Graça alexandre.ma...@udl.cat

 On dc 18 abr 2012 13:09:00 CEST, helix84 wrote:
  Would this help?
 
  https://wiki.duraspace.org/display/DSPACE/DSpaceOAISets
 
  Regards,
  ~~helix84

 Hi helix84,

 I already thought of most the options in this page when I started
 looking at the problem. Still not sure of which is worse...

 Thanks,
 Àlex


 --
 For Developers, A Lot Can Happen In A Second.
 Boundary is the first to Know...and Tell You.
 Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
 http://p.sf.net/sfu/Boundary-d2dvs2
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech




-- 
TRUONG HOANG DUNG*
**Librarian Researcher
**Information and Library Centre
Mobile: 0121.411.5322
Email: dun...@hpu.edu.vn*
*Hai Phong Private University* http://lib.hpu.vn
--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] creating a new page in Mirage

2012-04-19 Thread Blanco, Jose
I have no idea why I'm not getting a page with this request.

-Original Message-
From: Blanco, Jose [mailto:blan...@umich.edu] 
Sent: Wednesday, April 18, 2012 1:50 PM
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] creating a new page in Mirage

I have added this link from one of the pages:

http://x.lib.umich.edu/request-item?handle=TEMP-BOGUS/200308bitstream-id=487539


and I added a transform by the name RequestItem.java  and I added the following 

!-- restricted resource --
map:match pattern=request-item
 map:transform type=RequestItem/
 map:serialize type=xml/
/map:match

To the sitemap.xmap file in aspects/ArtifactBrowser area.

But when I try to go to the link I get a PageNotFound error.  I have not yet 
changed the Mirage files to handle this, but was actually expecting some sort 
of badly displayed page since there is no xsl to handle my request.  Is there 
anything obvious that I'm forgetting or doing wrong.

Thank you!
Jose

--
Better than sec? Nothing is better than sec when it comes to monitoring Big 
Data applications. Try Boundary one-second resolution app monitoring today. 
Free.
http://p.sf.net/sfu/Boundary-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] XMLUI Theme not being applied recursively

2012-04-19 Thread John Preston
I have a theme that I want applied to all items in a collection. I put
the following into the xmui.xconf:

...
theme name=Theme regex=123456789/9333 path=SAMS//
...
theme name=Default Reference Theme regex=.* path=Reference/ /



where 123456789/9333 is the handle for the collection. However when I
display the item 123456789/9335
which is within the collection, it uses the default theme. Now the
definition is before the
default reference theme definition. My understanding was that a theme
specified for a collection
would be recursively applied to its items. Is this behavior not
programmed but because of its order in the
xmlui.xconf and I have the wrong order.

Can some one see my error.

John

--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] XMLUI Theme not being applied recursively

2012-04-19 Thread Hilton Gibson
Hi John

Replace regex= with handle=

Cheers

hg

On 19 April 2012 18:03, John Preston byhisde...@gmail.com wrote:

 I have a theme that I want applied to all items in a collection. I put
 the following into the xmui.xconf:

 ...
 theme name=Theme regex=123456789/9333 path=SAMS//
 ...
 theme name=Default Reference Theme regex=.* path=Reference/ /



 where 123456789/9333 is the handle for the collection. However when I
 display the item 123456789/9335
 which is within the collection, it uses the default theme. Now the
 definition is before the
 default reference theme definition. My understanding was that a theme
 specified for a collection
 would be recursively applied to its items. Is this behavior not
 programmed but because of its order in the
 xmlui.xconf and I have the wrong order.

 Can some one see my error.

 John


 --
 For Developers, A Lot Can Happen In A Second.
 Boundary is the first to Know...and Tell You.
 Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
 http://p.sf.net/sfu/Boundary-d2dvs2
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech




-- 
Hilton Gibson
Systems Administrator
JS Gericke Library
Room 1025D
Stellenbosch University
Private Bag X5036
Stellenbosch
7599
South Africa

Cell: +27 846 464 758 | Phone: +27 21 808 4100
--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] creating a new page in Mirage

2012-04-19 Thread Blanco, Jose
If I add this to the ArtifactBrowse/sitemap.xmap

map:match pattern=abc
map:transform type=Statistics/
map:serialize type=xml/
/map:match

Shouldn't I be able to go to /abc and get the Statistics page?



-Original Message-
From: Blanco, Jose [mailto:blan...@umich.edu] 
Sent: Thursday, April 19, 2012 11:43 AM
To: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] creating a new page in Mirage

I have no idea why I'm not getting a page with this request.

-Original Message-
From: Blanco, Jose [mailto:blan...@umich.edu] 
Sent: Wednesday, April 18, 2012 1:50 PM
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] creating a new page in Mirage

I have added this link from one of the pages:

http://x.lib.umich.edu/request-item?handle=TEMP-BOGUS/200308bitstream-id=487539


and I added a transform by the name RequestItem.java  and I added the following 

!-- restricted resource --
map:match pattern=request-item
 map:transform type=RequestItem/
 map:serialize type=xml/
/map:match

To the sitemap.xmap file in aspects/ArtifactBrowser area.

But when I try to go to the link I get a PageNotFound error.  I have not yet 
changed the Mirage files to handle this, but was actually expecting some sort 
of badly displayed page since there is no xsl to handle my request.  Is there 
anything obvious that I'm forgetting or doing wrong.

Thank you!
Jose

--
Better than sec? Nothing is better than sec when it comes to monitoring Big 
Data applications. Try Boundary one-second resolution app monitoring today. 
Free.
http://p.sf.net/sfu/Boundary-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] creating a new page in Mirage

2012-04-19 Thread Mark Diggory
Jose,

Lately my pile of DSpace list emails has built up to the point I can't deal
with it...

The question is what are in these transformers you are adding?  You might
try testing with a very basic transformer from the xmltest aspect to make
sure its not that the transformer is not adding any body content to the
pipeline. if the dri body tag remains empty for the entire pipeline of
transforms, then you will get a page not found.

Mark



On Thu, Apr 19, 2012 at 11:10 AM, Blanco, Jose blan...@umich.edu wrote:

 I'm still stuck on this.  I changed

 From:
 ArtifactBrowser/sitemap.xmap:map:match pattern=statistics
 To:
 ArtifactBrowser/sitemap.xmap:map:match
 pattern=statisticsABC

 And /statistics works the way it should, and I get PageNotFound for
 /statisticsABC

 I was expecting /statisticsABC to work, and /statistics to not work.

 What am I missing?

 -Jose
 -Original Message-
 From: Blanco, Jose [mailto:blan...@umich.edu]
 Sent: Thursday, April 19, 2012 11:43 AM
 To: dspace-tech@lists.sourceforge.net
 Subject: Re: [Dspace-tech] creating a new page in Mirage

 I have no idea why I'm not getting a page with this request.

 -Original Message-
 From: Blanco, Jose [mailto:blan...@umich.edu]
 Sent: Wednesday, April 18, 2012 1:50 PM
 To: dspace-tech@lists.sourceforge.net
 Subject: [Dspace-tech] creating a new page in Mirage

 I have added this link from one of the pages:


 http://x.lib.umich.edu/request-item?handle=TEMP-BOGUS/200308bitstream-id=487539


 and I added a transform by the name RequestItem.java  and I added the
 following

!-- restricted resource --
map:match pattern=request-item
 map:transform type=RequestItem/
 map:serialize type=xml/
/map:match

 To the sitemap.xmap file in aspects/ArtifactBrowser area.

 But when I try to go to the link I get a PageNotFound error.  I have not
 yet changed the Mirage files to handle this, but was actually expecting
 some sort of badly displayed page since there is no xsl to handle my
 request.  Is there anything obvious that I'm forgetting or doing wrong.

 Thank you!
 Jose


 --
 Better than sec? Nothing is better than sec when it comes to monitoring
 Big Data applications. Try Boundary one-second resolution app monitoring
 today. Free.
 http://p.sf.net/sfu/Boundary-dev2dev
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech


 --
 For Developers, A Lot Can Happen In A Second.
 Boundary is the first to Know...and Tell You.
 Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
 http://p.sf.net/sfu/Boundary-d2dvs2
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech


 --
 For Developers, A Lot Can Happen In A Second.
 Boundary is the first to Know...and Tell You.
 Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
 http://p.sf.net/sfu/Boundary-d2dvs2
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech




-- 
[image: @mire Inc.]
*Mark Diggory *(Schedule a Meeting https://tungle.me/markdiggory)
*2888 Loker Avenue East, Suite 305, Carlsbad, CA. 92010*
*Esperantolaan 4, Heverlee 3001, Belgium*
http://www.atmire.com
--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech