tapir-eul-tech Mailing List for Tapir
Brought to you by:
richard-jones
You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(17) |
Sep
(5) |
Oct
(6) |
Nov
(11) |
Dec
(2) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
(3) |
Oct
|
Nov
|
Dec
|
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
(1) |
Nov
|
Dec
|
From: Scott, R. <Rud...@io...> - 2006-10-17 10:36:26
|
I am having problems compiling Tapir 0.4.2 on Solaris 10. My Dspace works fine. If anyone can help me with this it would be appreciated. The output I get is below;=20 ant -Ddslib=3D/dspace/lib -Dtarget=3D/rudyapps/dspace-1.4-source/lib -Dconfig=3D/dspace/con fig/dspace.cfg install Buildfile: build.xml compile: [javac] Compiling 13 source files to /rudyapps/tapir-0.4.2-source/java/build [javac] /rudyapps/tapir-0.4.2-source/java/src/ac/ed/dspace/content/SupervisedIte m.java:304: unr eported exception java.sql.SQLException; must be caught or declared to be thrown [javac] return item.getSubmitter(); [javac] ^ [javac] /rudyapps/tapir-0.4.2-source/java/src/ac/ed/dspace/app/webui/jsptag/Item Tag.java:489: w arning: [deprecation] encode(java.lang.String) in java.net.URLEncoder has been deprecated [javac] out.print(URLEncoder.encode(primaryBitstream.getName())); [javac] ^ [javac] /rudyapps/tapir-0.4.2-source/java/src/ac/ed/dspace/app/webui/jsptag/Item Tag.java:530: w arning: [deprecation] encode(java.lang.String) in java.net.URLEncoder has been deprecated [javac] bsLink =3D bsLink + URLEncoder.encode(bitstreams[k].getName() ) + "\">"; [javac] ^ [javac] /rudyapps/tapir-0.4.2-source/java/src/ac/ed/dspace/app/webui/jsptag/Item Tag.java:541: w arning: [deprecation] encode(java.lang.String) in java.net.URLEncoder has been deprecated [javac] + "/" + URLEncoder.encode(tb.getName()); [javac] ^ [javac] /rudyapps/tapir-0.4.2-source/java/src/ac/ed/dspace/app/webui/jsptag/Item Tag.java:596: w arning: [deprecation] encode(java.lang.String) in java.net.URLEncoder has been deprecated [javac] out.print(URLEncoder.encode(bitstreams[k].getName())); [javac] ^ [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 1 error [javac] 4 warnings BUILD FAILED file:/rudyapps/tapir-0.4.2-source/java/build.xml:120: Compile failed; see the compiler error output for details. Total time: 4 seconds Rudolph Scott Desktop Support Analyst Dept of Biostatistics and Computing Institute Of Psychiatry Kings College London De Crespigny Park, London SE5 8AF=20 =20 Tel: 020-7848-0135/0539 E-mail: r....@io... |
From: Mercer, H. <hm...@ku...> - 2006-08-04 13:51:27
|
Is the Tapir still being developed, and if so, any word on when v1.0 might be released? The University of Kansas is interested installing it, but we're on DSpace 1.3.2 and soon moving to 1.4. Thanks, Holly Holly Mercer Coordinator of Digital Content Development University of Kansas Watson Library Room 240 1425 Jayhawk Blvd. Lawrence, KS 66045-7544 Voice: 785-864-8913 Fax: 785-864-5311 hm...@ku...=20 http://kuscholarworks.ku.edu http://www.lib.ku.edu/scholcomm/ http://kudiglib.ku.edu |
From: Ene R. N. <ra...@ru...> - 2005-09-30 08:06:59
|
Hi, I have a problem with skipping Creative Commons. We don't want to use Creative Commons so I have set "webui.submit.enable-cc = false" in dspace.cfg, but the Creative Commons step hasn't completely vanished. In the progressbar there are still two "licence" step. When I registre a document I skip The Creative Commons step, but as soon I'm pass the Creative Commons step (which hasn't been shown) I can get back to it, which seems odd. Does anybody know how to fix it? We are using DSpace 1.2.2 and Tapir 0.4.1. - Ene Rammer Nielsen, Roskilde University Library. |
From: Ene R. N. <ra...@ru...> - 2005-09-12 12:29:30
|
Hi, I resently posted a question on this list, but didn't get an answer, so I'll try again. I'm installing tapir 1.4.1 with a DSpace 1.2.2, but when I run the line: ant -Ddslib=/var/dspace/lib -Dtarget=/home/dspace/dspace-1_2_2-ruc/lib -Dconfig=/var/dspace/config/dspace.cfg install I get the following four warnings: compile: [javac] Compiling 18 source files to /home/dspace/tapir-0.4.1-source/java/build [javac] /home/dspace/tapir-0.4.1-source/java/src/ac/ed/dspace/app/webui/jsptag/ItemTag.java:489: warning: [deprecation] encode(java.lang.String) in java.net.URLEncoder has been deprecated [javac] out.print(URLEncoder.encode(primaryBitstream.getName())); [javac] ^ [javac] /home/dspace/tapir-0.4.1-source/java/src/ac/ed/dspace/app/webui/jsptag/ItemTag.java:530: warning: [deprecation] encode(java.lang.String) in java.net.URLEncoder has been deprecated [javac] bsLink = bsLink + URLEncoder.encode(bitstreams[k].getName()) + "\">"; [javac] ^ [javac] /home/dspace/tapir-0.4.1-source/java/src/ac/ed/dspace/app/webui/jsptag/ItemTag.java:541: warning: [deprecation] encode(java.lang.String) in java.net.URLEncoder has been deprecated [javac] + "/" + URLEncoder.encode(tb.getName()); [javac] ^ [javac] /home/dspace/tapir-0.4.1-source/java/src/ac/ed/dspace/app/webui/jsptag/ItemTag.java:596: warning: [deprecation] encode(java.lang.String) in java.net.URLEncoder has been deprecated [javac] out.print(URLEncoder.encode(bitstreams[k].getName())); [javac] ^ [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 4 warnings As far as I have figured out it has something to do with the fact that we are running java 1.5. Does anybody know how to get rid of the warnings? In the mean time I have run in to another problem. When I clik on the button "Add More" beside "Other titles" I get an Internal System Error, and this is the message in dspace.log 2005-09-12 14:12:37,934 WARN org.dspace.app.webui.servlet.InternalErrorServlet @ :session_id=B3BB34B7B460091CA0A7DEB1DC1561E9:internal_error:-- URL Was: http://lissy.ruc.dk:8080/theses-submit -- Method: POST -- Parameters were: -- contributor_author_last: "" -- title: "" -- contributor_sponsor: "" -- workspace_item_id: "1512" -- relation_references_0: "" -- title_alternative_0: "" -- contributor_advisor_last_0: "" -- date_issued_day: "" -- contributor_dateofbirth: "" -- submit_title_alternative_more: "Add More" -- date_issued_year: "" -- firsttype: "Masters" -- secondtype: "Doctor of Dental Surgery (DDS)" -- contributor_author_first: "" -- contributor_advisor_first_0: "" -- language_iso: "en" -- date_issued_month: "-1" -- step: "2" -- publisher_0: "" -- relation_hasversion_0: "" java.lang.NullPointerException at org.apache.jsp.edit_0002dmetadata_0002d1_jsp._jspService(edit_0002dmetadata_0002d1_jsp.java:146) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:137) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:210) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:684) at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:432) at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:356) at org.dspace.app.webui.util.JSPManager.showJSP(JSPManager.java:91) at ac.ed.dspace.app.webui.servlet.ThesesSubmitServlet.doStep(ThesesSubmitServlet.java:2007) at ac.ed.dspace.app.webui.servlet.ThesesSubmitServlet.processEditMetadataOne(ThesesSubmitServlet.java:943) at ac.ed.dspace.app.webui.servlet.ThesesSubmitServlet.doDSPost(ThesesSubmitServlet.java:412) at org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.java:147) at org.dspace.app.webui.servlet.DSpaceServlet.doPost(DSpaceServlet.java:105) at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193) at org.dspace.app.webui.filter.RegisteredOnlyFilter.doFilter(RegisteredOnlyFilter.java:100) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:213) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2416) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:601) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:392) at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:565) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:619) at java.lang.Thread.run(Thread.java:595) I can't figure out what the problem is. Can anybody help me? - Ene Rammer Nielsen, Roskilde University Library. |
From: Ene R. N. <ra...@ru...> - 2005-09-06 12:45:31
|
Hi, I'm installing tapir 1.4.1 with a DSpace 1.2.2, but when I run the line: ant -Ddslib=/var/dspace/lib -Dtarget=/home/dspace/dspace-1_2_2-ruc/lib -Dconfig=/var/dspace/config/dspace.cfg install I get the following four warnings: compile: [javac] Compiling 18 source files to /home/dspace/tapir-0.4.1-source/java/build [javac] /home/dspace/tapir-0.4.1-source/java/src/ac/ed/dspace/app/webui/jsptag/ItemTag.java:489: warning: [deprecation] encode(java.lang.String) in java.net.URLEncoder has been deprecated [javac] out.print(URLEncoder.encode(primaryBitstream.getName())); [javac] ^ [javac] /home/dspace/tapir-0.4.1-source/java/src/ac/ed/dspace/app/webui/jsptag/ItemTag.java:530: warning: [deprecation] encode(java.lang.String) in java.net.URLEncoder has been deprecated [javac] bsLink = bsLink + URLEncoder.encode(bitstreams[k].getName()) + "\">"; [javac] ^ [javac] /home/dspace/tapir-0.4.1-source/java/src/ac/ed/dspace/app/webui/jsptag/ItemTag.java:541: warning: [deprecation] encode(java.lang.String) in java.net.URLEncoder has been deprecated [javac] + "/" + URLEncoder.encode(tb.getName()); [javac] ^ [javac] /home/dspace/tapir-0.4.1-source/java/src/ac/ed/dspace/app/webui/jsptag/ItemTag.java:596: warning: [deprecation] encode(java.lang.String) in java.net.URLEncoder has been deprecated [javac] out.print(URLEncoder.encode(bitstreams[k].getName())); [javac] ^ [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 4 warnings As far as I have figured out it has something to do with the fact that we are running java 1.5. Does anybody know how to get rid of the warnings? - Ene Rammer Nielsen, Roskilde University Library. |
From: Michael W. <mic...@st...> - 2005-06-01 14:00:57
|
Hi, I've only just started playing with v0.3 and I'm curious about the "Restrictions" section on the "Grant License" page. If a user selects one of the restrictions options, does that then actually restrict access to the item/bitstream(s), or does it just add the appropriate licence text to the licence.txt file? From my playing it seems like the latter, but I could be doing something wrong ;-) Any info on this functionality would be helpful :-) Many thanks, Mike. Michael White eLearning Developer/ Faculty of Management eLearning Contact Centre for eLearning Development (CeLD) S7, The Library University of Stirling Stirling SCOTLAND FK9 4LA Email: mic...@st... Tel: +44 (0) 1786 466877 Fax: +44 (0) 1786 466880 http://www.is.stir.ac.uk/celd/ --=20 The University of Stirling is a university established in Scotland by charter at Stirling, FK9 4LA. Privileged/Confidential Information may be contained in this message. If you are not the addressee indicated in this message (or responsible for delivery of the message to such person), you may not disclose, copy or deliver this message to anyone and any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. In such case, you should destroy this message and kindly notify the sender by reply email. Please advise immediately if you or your employer do not consent to Internet email for messages of this kind. |
From: Heather W. <hw...@uc...> - 2004-12-22 17:32:57
|
Hello, We have recently installed the TAPIR on our DSpace test site, and everything works quite well, with one exception. When we choose the theses-submission, choosing the "Skip Creative Commons" option at the license stage produces an error. The error message I get is "System Error: Malformed Request". If we follow through with the Creative Commons licensing, everything work fine. In the other submissioin stream, skipping the Creative Commons works fine. This is the text I find in the DSpace log for this error: if we choose to 2004-12-15 11:49:16,275 WARN ac.ed.dspace.app.webui.servlet.ThesesSubmitServlet @ h....@uc...:session_id=E19F74B9EB448D3AD52D118F8C0D66C1:integrity_error:-- URL Was: https://dspace-test.ucalgary.ca/theses-submit -- Method: POST -- Parameters were: -- submit_grant: "I Grant the License" -- workspace_item_id: "433" -- bitstream_id: "1364" -- submit_no_cc: "Skip Creative Commons >" -- cc_license_url: "" -- step: "6" I realize that this log information may not be enough for anyone to tell what's going on, but my technical knowledge is limited, so if someone could point me in the direction of more information, it would be much appreciated. Also, another acceptable solution to this problem, from our perspective, would be to disable Creative Commons licensing for the theses submission interface, but not the other. Is this possible?? Regards, Heather Wylie |
From: Richard J. <r.d...@ed...> - 2004-12-17 13:34:34
|
Hi Shashi, Can you tell me which version of Tapir you are using. O.3 had a bug which caused a document not found error on the supervise system. A new SuperviseServlet.java is available in the CVS which should fix this problem. Cheers, Richard ------- Richard Jones Information Systems Developer + A crash reduces Edinburgh University Library + your expensive computer Information Systems + to a simple stone e: r.d...@ed... t: 0131 651 3811 Edinburgh Research Archive: http://www.era.lib.ed.ac.uk/ Tapir on SourceForge: http://sourceforge.net/projects/tapir-eul Theses Alive! homepage: http://www.thesesalive.ac.uk/ > -----Original Message----- > From: Shashishekhar S [mailto:sh...@im...] > Sent: 17 December 2004 13:31 > To: r.d...@ed... > Subject: TAPIR - Supervise > > > Hi, > > We have installed the TAPIR plugin for DSpace as documented > in your website. But the supervise link is not working. I > tried to find the cause, and it seems tomcat is not able to > locate the "supervise URL". > > Any hints ? > > Regards, > > shashi > > |
From: Richard J. <r.d...@ed...> - 2004-11-23 09:13:08
|
Hi Michael, Well, I feel a little bit of a fool, but your request to check out edit_0002dmetadata_0002d1_jsp.java helped me to realise what the problem was. Line 1067 is: String[] st = myType.split(";"); - as soon as I saw this I realised that I had had this problem before (although elsewhere) and it turned out to be that the "split" method is not supported by Java 1.3 - I had "upgraded" (installed alongside actually) to Java 1.4 and the problem had gone away. When I went to check my environment variables I saw that JAVA_HOME had reset itself and was once more pointing at Java 1.3 - I changed it back to 1.4 and voila, everything started working again. Excellent. I'm glad that it's not a bug with the Tapir anyway, especially since 0.2.1 seems to be the most widely used at the moment! Java can be a little pernickety - I've had a hell of a time getting it working properly on my FC2 development box, and at one point had three functioning (sort of) versions going. I eventually solved all the problems by locating and uninstalling all of the semi-complete open source implementation bits and installing the latest sun version. So, I've obviously not updated everything I need to in order to ensure that JAVA_HOME gets set right in all circumstances (it seems fine in normal operation, stopping and starting TOMCAT etc). I changed it at the command line and I've updated it in /etc/profile - can anyone point me to anywhere else I need to update JAVA_HOME? I think if you point this at dspace-tech you might get more help; I think there's only about 7 of us on this list ;) Provided you've updated in your profile you should mostly be OK, although you may also need to set it for the cron environment. Many thanks once again for all your help. No hassle; glad to be of use. Cheers, Richard ------- Richard Jones Systems Developer A crash reduces Edinburgh University Library your expensive computer Theses Alive! project to a simple stone e: r.d...@ed... t: 0131 651 1612 Theses Alive! homepage: http://www.thesesalive.ac.uk/ Edinburgh Research Archive: http://www.era.lib.ed.ac.uk/ |
From: Michael W. <mic...@st...> - 2004-11-22 16:14:46
|
Hi Richard, =20 Well, I feel a little bit of a fool, but your request to check out edit_0002dmetadata_0002d1_jsp.java helped me to realise what the problem was. Line 1067 is: =20 String[] st =3D myType.split(";"); =20 - as soon as I saw this I realised that I had had this problem before (although elsewhere) and it turned out to be that the "split" method is not supported by Java 1.3 - I had "upgraded" (installed alongside actually) to Java 1.4 and the problem had gone away. =20 When I went to check my environment variables I saw that JAVA_HOME had reset itself and was once more pointing at Java 1.3 - I changed it back to 1.4 and voila, everything started working again. =20 So, I've obviously not updated everything I need to in order to ensure that JAVA_HOME gets set right in all circumstances (it seems fine in normal operation, stopping and starting TOMCAT etc). I changed it at the command line and I've updated it in /etc/profile - can anyone point me to anywhere else I need to update JAVA_HOME? =20 Many thanks once again for all your help. =20 Regards, =20 Mike. =20 Michael White=20 eLearning Developer/=20 Faculty of Management eLearning Contact=20 Centre for eLearning Development (CeLD)=20 S7, The Library=20 University of Stirling=20 Stirling SCOTLAND=20 FK9 4LA=20 Email: mic...@st...=20 Tel: +44 (0) 1786 466877=20 Fax: +44 (0) 1786 466880=20 http://www.is.stir.ac.uk/celd/=20 -----Original Message----- From: Richard Jones [mailto:r.d...@ed...]=20 Sent: 22 November 2004 12:58 To: 'Michael White' Cc: tap...@li... Subject: RE: [Tapir-eul-tech] RE: eTheses submission problem =09 =09 Hi Michael, Looking at the source of the Describe page I'm seeing, it seems to be dying between line 631 and 703 of edit-metadata-1.jsp - "Select the qualification type that you are submitting for" is the last text that is appearing on the page.=20 =09=09=20 Hmmm ... most odd. The code in edit-metadata-1.jsp looks fine, and I don't think I've ever experienced any problems with this segment. JSPs are a little funny, though. Sometimes they don't output stuff that they've successfully processed if they get caught further down.=20 Also, clicking any of the "Add more" buttons on that page is bringing up the "Invalid Identifier" screen.=20 =09=09=20 I suspect that this is a symptom of the first problem, TBH.=20 I tried deleting the item template to see if that made a difference, but to no avail.=20 =09=09=20 If it's getting past this stage then there shouldn't be a problem with the item templates. It's outputting the correct details to the screen when it displays this bit, is it? =09=20 I've had a look through the Tomcat logs and have attached the output that appears to coincide with loading the page.=20 =09=09=20 OK, so basically it seems to be suggesting that a method call is being made to a method which doesn't exist. This is either because the method doesn't exist at all or the object is broken in some way (possibly null). It looks like a run time error rather than a compile time error after all, so I would discount the first one probably. =09=20 Could you possibly do the following for me: =09=20 Go to [tomcat]/work/[dspace]/local/theses-submit =09=20 [tomcat] is your tomcat installation directory, and [dspace] is the path to the cache of jsps being used by the dspace webapp; for example, mine is: =09=20 Standalone/localhost/_/ =09=20 Therefore the full path would be something like: =09=20 =09 /usr/local/tomcat/work/Standalone/localhost/_/local/theses-submit =09=20 And grab the file called edit_0002dmetadata_0002d1_jsp.java, and stick it in an attachment that would be great. =09=20 This is the pre-compiled version of the file that Tomcat actually uses. We are particularly interested in seeing what is on lines 1706 and 1067, because your tomcat log says: =09=20 javax.servlet.ServletException at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContex tImpl.java:463) at org.apache.jsp.edit_0002dmetadata_0002d1$jsp._jspService(edit_0002dmetad ata_0002d1$jsp.java:1706) =09=20 and =09=20 java.lang.NoSuchMethodError at org.apache.jsp.edit_0002dmetadata_0002d1$jsp._jspService(edit_0002dmetad ata_0002d1$jsp.java:1067) =09=20 I've had a look at my version but I think it's different so I can't be sure that I'm looking at the same thing. Any insights gratefully received :-)=20 =09=09=20 Hopefully this will get us moving on the problem. I'm going to be out of the office this afternoon but I'll have another look again tomorrow. In the mean time if you fancy taking a look at the file and seeing if there's anything amiss that would be helpful. =09=20 Cheers, =09=20 Richard ------- Richard Jones Systems Developer A crash reduces Edinburgh University Library your expensive computer Theses Alive! project to a simple stone =09 e: r.d...@ed... t: 0131 651 1612 =09 Theses Alive! homepage: http://www.thesesalive.ac.uk/ Edinburgh Research Archive: http://www.era.lib.ed.ac.uk/ =09=20 --=20 The University of Stirling is a university established in Scotland by charter at Stirling, FK9 4LA. Privileged/Confidential Information may be contained in this message. If you are not the addressee indicated in this message (or responsible for delivery of the message to such person), you may not disclose, copy or deliver this message to anyone and any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. In such case, you should destroy this message and kindly notify the sender by reply email. Please advise immediately if you or your employer do not consent to Internet email for messages of this kind. |
From: Richard J. <r.d...@ed...> - 2004-11-22 12:58:30
|
Hi Michael, Looking at the source of the Describe page I'm seeing, it seems to be dying between line 631 and 703 of edit-metadata-1.jsp - "Select the qualification type that you are submitting for" is the last text that is appearing on the page. Hmmm ... most odd. The code in edit-metadata-1.jsp looks fine, and I don't think I've ever experienced any problems with this segment. JSPs are a little funny, though. Sometimes they don't output stuff that they've successfully processed if they get caught further down. Also, clicking any of the "Add more" buttons on that page is bringing up the "Invalid Identifier" screen. I suspect that this is a symptom of the first problem, TBH. I tried deleting the item template to see if that made a difference, but to no avail. If it's getting past this stage then there shouldn't be a problem with the item templates. It's outputting the correct details to the screen when it displays this bit, is it? I've had a look through the Tomcat logs and have attached the output that appears to coincide with loading the page. OK, so basically it seems to be suggesting that a method call is being made to a method which doesn't exist. This is either because the method doesn't exist at all or the object is broken in some way (possibly null). It looks like a run time error rather than a compile time error after all, so I would discount the first one probably. Could you possibly do the following for me: Go to [tomcat]/work/[dspace]/local/theses-submit [tomcat] is your tomcat installation directory, and [dspace] is the path to the cache of jsps being used by the dspace webapp; for example, mine is: Standalone/localhost/_/ Therefore the full path would be something like: /usr/local/tomcat/work/Standalone/localhost/_/local/theses-submit And grab the file called edit_0002dmetadata_0002d1_jsp.java, and stick it in an attachment that would be great. This is the pre-compiled version of the file that Tomcat actually uses. We are particularly interested in seeing what is on lines 1706 and 1067, because your tomcat log says: javax.servlet.ServletException at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContex tImpl.java:463) at org.apache.jsp.edit_0002dmetadata_0002d1$jsp._jspService(edit_0002dmetad ata_0002d1$jsp.java:1706) and java.lang.NoSuchMethodError at org.apache.jsp.edit_0002dmetadata_0002d1$jsp._jspService(edit_0002dmetad ata_0002d1$jsp.java:1067) I've had a look at my version but I think it's different so I can't be sure that I'm looking at the same thing. Any insights gratefully received :-) Hopefully this will get us moving on the problem. I'm going to be out of the office this afternoon but I'll have another look again tomorrow. In the mean time if you fancy taking a look at the file and seeing if there's anything amiss that would be helpful. Cheers, Richard ------- Richard Jones Systems Developer A crash reduces Edinburgh University Library your expensive computer Theses Alive! project to a simple stone e: r.d...@ed... t: 0131 651 1612 Theses Alive! homepage: http://www.thesesalive.ac.uk/ Edinburgh Research Archive: http://www.era.lib.ed.ac.uk/ |
From: Michael W. <mic...@st...> - 2004-11-22 10:49:08
|
MjAwNC0xMS0yMiAxMDozNjoxOSBBcHBsaWNhdGlvbkRpc3BhdGNoZXJbL2Rz cGFjZV0gU2VydmxldC5zZXJ2aWNlKCkgZm9yIHNlcnZsZXQganNwIHRocmV3 IGV4Y2VwdGlvbg0KamF2YXguc2VydmxldC5TZXJ2bGV0RXhjZXB0aW9uDQoJ YXQgb3JnLmFwYWNoZS5qYXNwZXIucnVudGltZS5QYWdlQ29udGV4dEltcGwu aGFuZGxlUGFnZUV4Y2VwdGlvbihQYWdlQ29udGV4dEltcGwuamF2YTo0NjMp DQoJYXQgb3JnLmFwYWNoZS5qc3AuZWRpdF8wMDAyZG1ldGFkYXRhXzAwMDJk MSRqc3AuX2pzcFNlcnZpY2UoZWRpdF8wMDAyZG1ldGFkYXRhXzAwMDJkMSRq c3AuamF2YToxNzA2KQ0KCWF0IG9yZy5hcGFjaGUuamFzcGVyLnJ1bnRpbWUu SHR0cEpzcEJhc2Uuc2VydmljZShIdHRwSnNwQmFzZS5qYXZhOjEwNykNCglh dCBqYXZheC5zZXJ2bGV0Lmh0dHAuSHR0cFNlcnZsZXQuc2VydmljZShIdHRw U2VydmxldC5qYXZhOjg1MykNCglhdCBvcmcuYXBhY2hlLmphc3Blci5zZXJ2 bGV0LkpzcFNlcnZsZXQkSnNwU2VydmxldFdyYXBwZXIuc2VydmljZShKc3BT ZXJ2bGV0LmphdmE6MjAyKQ0KCWF0IG9yZy5hcGFjaGUuamFzcGVyLnNlcnZs ZXQuSnNwU2VydmxldC5zZXJ2aWNlSnNwRmlsZShKc3BTZXJ2bGV0LmphdmE6 MzgyKQ0KCWF0IG9yZy5hcGFjaGUuamFzcGVyLnNlcnZsZXQuSnNwU2Vydmxl dC5zZXJ2aWNlKEpzcFNlcnZsZXQuamF2YTo0NzQpDQoJYXQgamF2YXguc2Vy dmxldC5odHRwLkh0dHBTZXJ2bGV0LnNlcnZpY2UoSHR0cFNlcnZsZXQuamF2 YTo4NTMpDQoJYXQgb3JnLmFwYWNoZS5jYXRhbGluYS5jb3JlLkFwcGxpY2F0 aW9uRGlzcGF0Y2hlci5pbnZva2UoQXBwbGljYXRpb25EaXNwYXRjaGVyLmph dmE6NjgzKQ0KCWF0IG9yZy5hcGFjaGUuY2F0YWxpbmEuY29yZS5BcHBsaWNh dGlvbkRpc3BhdGNoZXIuZG9Gb3J3YXJkKEFwcGxpY2F0aW9uRGlzcGF0Y2hl ci5qYXZhOjQzMSkNCglhdCBvcmcuYXBhY2hlLmNhdGFsaW5hLmNvcmUuQXBw bGljYXRpb25EaXNwYXRjaGVyLmZvcndhcmQoQXBwbGljYXRpb25EaXNwYXRj aGVyLmphdmE6MzU1KQ0KCWF0IG9yZy5kc3BhY2UuYXBwLndlYnVpLnV0aWwu SlNQTWFuYWdlci5zaG93SlNQKEpTUE1hbmFnZXIuamF2YTo5NykNCglhdCBh Yy5lZC5kc3BhY2UuVGhlc2VzU3VibWl0U2VydmxldC5kb1N0ZXAoVGhlc2Vz U3VibWl0U2VydmxldC5qYXZhOjE3OTQpDQoJYXQgYWMuZWQuZHNwYWNlLlRo ZXNlc1N1Ym1pdFNlcnZsZXQucHJvY2Vzc0luaXRpYWxRdWVzdGlvbnMoVGhl c2VzU3VibWl0U2VydmxldC5qYXZhOjY0NSkNCglhdCBhYy5lZC5kc3BhY2Uu VGhlc2VzU3VibWl0U2VydmxldC5kb0RTUG9zdChUaGVzZXNTdWJtaXRTZXJ2 bGV0LmphdmE6NDAxKQ0KCWF0IG9yZy5kc3BhY2UuYXBwLndlYnVpLnNlcnZs ZXQuRFNwYWNlU2VydmxldC5wcm9jZXNzUmVxdWVzdChEU3BhY2VTZXJ2bGV0 LmphdmE6MTUzKQ0KCWF0IG9yZy5kc3BhY2UuYXBwLndlYnVpLnNlcnZsZXQu RFNwYWNlU2VydmxldC5kb1Bvc3QoRFNwYWNlU2VydmxldC5qYXZhOjExMCkN CglhdCBqYXZheC5zZXJ2bGV0Lmh0dHAuSHR0cFNlcnZsZXQuc2VydmljZShI dHRwU2VydmxldC5qYXZhOjc2MCkNCglhdCBqYXZheC5zZXJ2bGV0Lmh0dHAu SHR0cFNlcnZsZXQuc2VydmljZShIdHRwU2VydmxldC5qYXZhOjg1MykNCglh dCBvcmcuYXBhY2hlLmNhdGFsaW5hLmNvcmUuQXBwbGljYXRpb25GaWx0ZXJD aGFpbi5pbnRlcm5hbERvRmlsdGVyKEFwcGxpY2F0aW9uRmlsdGVyQ2hhaW4u amF2YToyNDcpDQoJYXQgb3JnLmFwYWNoZS5jYXRhbGluYS5jb3JlLkFwcGxp Y2F0aW9uRmlsdGVyQ2hhaW4uZG9GaWx0ZXIoQXBwbGljYXRpb25GaWx0ZXJD aGFpbi5qYXZhOjE5MykNCglhdCBvcmcuYXBhY2hlLmNhdGFsaW5hLmNvcmUu U3RhbmRhcmRXcmFwcGVyVmFsdmUuaW52b2tlKFN0YW5kYXJkV3JhcHBlclZh bHZlLmphdmE6MjQzKQ0KCWF0IG9yZy5hcGFjaGUuY2F0YWxpbmEuY29yZS5T dGFuZGFyZFBpcGVsaW5lLmludm9rZU5leHQoU3RhbmRhcmRQaXBlbGluZS5q YXZhOjU2NikNCglhdCBvcmcuYXBhY2hlLmNhdGFsaW5hLmNvcmUuU3RhbmRh cmRQaXBlbGluZS5pbnZva2UoU3RhbmRhcmRQaXBlbGluZS5qYXZhOjQ3MikN CglhdCBvcmcuYXBhY2hlLmNhdGFsaW5hLmNvcmUuQ29udGFpbmVyQmFzZS5p bnZva2UoQ29udGFpbmVyQmFzZS5qYXZhOjk0MykNCglhdCBvcmcuYXBhY2hl LmNhdGFsaW5hLmNvcmUuU3RhbmRhcmRDb250ZXh0VmFsdmUuaW52b2tlKFN0 YW5kYXJkQ29udGV4dFZhbHZlLmphdmE6MTkwKQ0KCWF0IG9yZy5hcGFjaGUu Y2F0YWxpbmEuY29yZS5TdGFuZGFyZFBpcGVsaW5lLmludm9rZU5leHQoU3Rh bmRhcmRQaXBlbGluZS5qYXZhOjU2NikNCglhdCBvcmcuYXBhY2hlLmNhdGFs aW5hLmNvcmUuU3RhbmRhcmRQaXBlbGluZS5pbnZva2UoU3RhbmRhcmRQaXBl bGluZS5qYXZhOjQ3MikNCglhdCBvcmcuYXBhY2hlLmNhdGFsaW5hLmNvcmUu Q29udGFpbmVyQmFzZS5pbnZva2UoQ29udGFpbmVyQmFzZS5qYXZhOjk0MykN CglhdCBvcmcuYXBhY2hlLmNhdGFsaW5hLmNvcmUuU3RhbmRhcmRDb250ZXh0 Lmludm9rZShTdGFuZGFyZENvbnRleHQuamF2YToyMzQzKQ0KCWF0IG9yZy5h cGFjaGUuY2F0YWxpbmEuY29yZS5TdGFuZGFyZEhvc3RWYWx2ZS5pbnZva2Uo U3RhbmRhcmRIb3N0VmFsdmUuamF2YToxODApDQoJYXQgb3JnLmFwYWNoZS5j YXRhbGluYS5jb3JlLlN0YW5kYXJkUGlwZWxpbmUuaW52b2tlTmV4dChTdGFu ZGFyZFBpcGVsaW5lLmphdmE6NTY2KQ0KCWF0IG9yZy5hcGFjaGUuY2F0YWxp bmEudmFsdmVzLkVycm9yRGlzcGF0Y2hlclZhbHZlLmludm9rZShFcnJvckRp c3BhdGNoZXJWYWx2ZS5qYXZhOjE3MCkNCglhdCBvcmcuYXBhY2hlLmNhdGFs aW5hLmNvcmUuU3RhbmRhcmRQaXBlbGluZS5pbnZva2VOZXh0KFN0YW5kYXJk UGlwZWxpbmUuamF2YTo1NjQpDQoJYXQgb3JnLmFwYWNoZS5jYXRhbGluYS52 YWx2ZXMuRXJyb3JSZXBvcnRWYWx2ZS5pbnZva2UoRXJyb3JSZXBvcnRWYWx2 ZS5qYXZhOjE3MCkNCglhdCBvcmcuYXBhY2hlLmNhdGFsaW5hLmNvcmUuU3Rh bmRhcmRQaXBlbGluZS5pbnZva2VOZXh0KFN0YW5kYXJkUGlwZWxpbmUuamF2 YTo1NjQpDQoJYXQgb3JnLmFwYWNoZS5jYXRhbGluYS52YWx2ZXMuQWNjZXNz TG9nVmFsdmUuaW52b2tlKEFjY2Vzc0xvZ1ZhbHZlLmphdmE6NDY4KQ0KCWF0 IG9yZy5hcGFjaGUuY2F0YWxpbmEuY29yZS5TdGFuZGFyZFBpcGVsaW5lLmlu dm9rZU5leHQoU3RhbmRhcmRQaXBlbGluZS5qYXZhOjU2NCkNCglhdCBvcmcu YXBhY2hlLmNhdGFsaW5hLmNvcmUuU3RhbmRhcmRQaXBlbGluZS5pbnZva2Uo U3RhbmRhcmRQaXBlbGluZS5qYXZhOjQ3MikNCglhdCBvcmcuYXBhY2hlLmNh dGFsaW5hLmNvcmUuQ29udGFpbmVyQmFzZS5pbnZva2UoQ29udGFpbmVyQmFz ZS5qYXZhOjk0MykNCglhdCBvcmcuYXBhY2hlLmNhdGFsaW5hLmNvcmUuU3Rh bmRhcmRFbmdpbmVWYWx2ZS5pbnZva2UoU3RhbmRhcmRFbmdpbmVWYWx2ZS5q YXZhOjE3NCkNCglhdCBvcmcuYXBhY2hlLmNhdGFsaW5hLmNvcmUuU3RhbmRh cmRQaXBlbGluZS5pbnZva2VOZXh0KFN0YW5kYXJkUGlwZWxpbmUuamF2YTo1 NjYpDQoJYXQgb3JnLmFwYWNoZS5jYXRhbGluYS5jb3JlLlN0YW5kYXJkUGlw ZWxpbmUuaW52b2tlKFN0YW5kYXJkUGlwZWxpbmUuamF2YTo0NzIpDQoJYXQg b3JnLmFwYWNoZS5jYXRhbGluYS5jb3JlLkNvbnRhaW5lckJhc2UuaW52b2tl KENvbnRhaW5lckJhc2UuamF2YTo5NDMpDQoJYXQgb3JnLmFwYWNoZS5jYXRh bGluYS5jb25uZWN0b3IuaHR0cC5IdHRwUHJvY2Vzc29yLnByb2Nlc3MoSHR0 cFByb2Nlc3Nvci5qYXZhOjEwMTIpDQoJYXQgb3JnLmFwYWNoZS5jYXRhbGlu YS5jb25uZWN0b3IuaHR0cC5IdHRwUHJvY2Vzc29yLnJ1bihIdHRwUHJvY2Vz c29yLmphdmE6MTEyMikNCglhdCBqYXZhLmxhbmcuVGhyZWFkLnJ1bihUaHJl YWQuamF2YTo0ODQpDQotLS0tLSBSb290IENhdXNlIC0tLS0tDQpqYXZhLmxh bmcuTm9TdWNoTWV0aG9kRXJyb3INCglhdCBvcmcuYXBhY2hlLmpzcC5lZGl0 XzAwMDJkbWV0YWRhdGFfMDAwMmQxJGpzcC5fanNwU2VydmljZShlZGl0XzAw MDJkbWV0YWRhdGFfMDAwMmQxJGpzcC5qYXZhOjEwNjcpDQoJYXQgb3JnLmFw YWNoZS5qYXNwZXIucnVudGltZS5IdHRwSnNwQmFzZS5zZXJ2aWNlKEh0dHBK c3BCYXNlLmphdmE6MTA3KQ0KCWF0IGphdmF4LnNlcnZsZXQuaHR0cC5IdHRw U2VydmxldC5zZXJ2aWNlKEh0dHBTZXJ2bGV0LmphdmE6ODUzKQ0KCWF0IG9y Zy5hcGFjaGUuamFzcGVyLnNlcnZsZXQuSnNwU2VydmxldCRKc3BTZXJ2bGV0 V3JhcHBlci5zZXJ2aWNlKEpzcFNlcnZsZXQuamF2YToyMDIpDQoJYXQgb3Jn LmFwYWNoZS5qYXNwZXIuc2VydmxldC5Kc3BTZXJ2bGV0LnNlcnZpY2VKc3BG aWxlKEpzcFNlcnZsZXQuamF2YTozODIpDQoJYXQgb3JnLmFwYWNoZS5qYXNw ZXIuc2VydmxldC5Kc3BTZXJ2bGV0LnNlcnZpY2UoSnNwU2VydmxldC5qYXZh OjQ3NCkNCglhdCBqYXZheC5zZXJ2bGV0Lmh0dHAuSHR0cFNlcnZsZXQuc2Vy dmljZShIdHRwU2VydmxldC5qYXZhOjg1MykNCglhdCBvcmcuYXBhY2hlLmNh dGFsaW5hLmNvcmUuQXBwbGljYXRpb25EaXNwYXRjaGVyLmludm9rZShBcHBs aWNhdGlvbkRpc3BhdGNoZXIuamF2YTo2ODMpDQoJYXQgb3JnLmFwYWNoZS5j YXRhbGluYS5jb3JlLkFwcGxpY2F0aW9uRGlzcGF0Y2hlci5kb0ZvcndhcmQo QXBwbGljYXRpb25EaXNwYXRjaGVyLmphdmE6NDMxKQ0KCWF0IG9yZy5hcGFj aGUuY2F0YWxpbmEuY29yZS5BcHBsaWNhdGlvbkRpc3BhdGNoZXIuZm9yd2Fy ZChBcHBsaWNhdGlvbkRpc3BhdGNoZXIuamF2YTozNTUpDQoJYXQgb3JnLmRz cGFjZS5hcHAud2VidWkudXRpbC5KU1BNYW5hZ2VyLnNob3dKU1AoSlNQTWFu YWdlci5qYXZhOjk3KQ0KCWF0IGFjLmVkLmRzcGFjZS5UaGVzZXNTdWJtaXRT ZXJ2bGV0LmRvU3RlcChUaGVzZXNTdWJtaXRTZXJ2bGV0LmphdmE6MTc5NCkN CglhdCBhYy5lZC5kc3BhY2UuVGhlc2VzU3VibWl0U2VydmxldC5wcm9jZXNz SW5pdGlhbFF1ZXN0aW9ucyhUaGVzZXNTdWJtaXRTZXJ2bGV0LmphdmE6NjQ1 KQ0KCWF0IGFjLmVkLmRzcGFjZS5UaGVzZXNTdWJtaXRTZXJ2bGV0LmRvRFNQ b3N0KFRoZXNlc1N1Ym1pdFNlcnZsZXQuamF2YTo0MDEpDQoJYXQgb3JnLmRz cGFjZS5hcHAud2VidWkuc2VydmxldC5EU3BhY2VTZXJ2bGV0LnByb2Nlc3NS ZXF1ZXN0KERTcGFjZVNlcnZsZXQuamF2YToxNTMpDQoJYXQgb3JnLmRzcGFj ZS5hcHAud2VidWkuc2VydmxldC5EU3BhY2VTZXJ2bGV0LmRvUG9zdChEU3Bh Y2VTZXJ2bGV0LmphdmE6MTEwKQ0KCWF0IGphdmF4LnNlcnZsZXQuaHR0cC5I dHRwU2VydmxldC5zZXJ2aWNlKEh0dHBTZXJ2bGV0LmphdmE6NzYwKQ0KCWF0 IGphdmF4LnNlcnZsZXQuaHR0cC5IdHRwU2VydmxldC5zZXJ2aWNlKEh0dHBT ZXJ2bGV0LmphdmE6ODUzKQ0KCWF0IG9yZy5hcGFjaGUuY2F0YWxpbmEuY29y ZS5BcHBsaWNhdGlvbkZpbHRlckNoYWluLmludGVybmFsRG9GaWx0ZXIoQXBw bGljYXRpb25GaWx0ZXJDaGFpbi5qYXZhOjI0NykNCglhdCBvcmcuYXBhY2hl LmNhdGFsaW5hLmNvcmUuQXBwbGljYXRpb25GaWx0ZXJDaGFpbi5kb0ZpbHRl cihBcHBsaWNhdGlvbkZpbHRlckNoYWluLmphdmE6MTkzKQ0KCWF0IG9yZy5h cGFjaGUuY2F0YWxpbmEuY29yZS5TdGFuZGFyZFdyYXBwZXJWYWx2ZS5pbnZv a2UoU3RhbmRhcmRXcmFwcGVyVmFsdmUuamF2YToyNDMpDQoJYXQgb3JnLmFw YWNoZS5jYXRhbGluYS5jb3JlLlN0YW5kYXJkUGlwZWxpbmUuaW52b2tlTmV4 dChTdGFuZGFyZFBpcGVsaW5lLmphdmE6NTY2KQ0KCWF0IG9yZy5hcGFjaGUu Y2F0YWxpbmEuY29yZS5TdGFuZGFyZFBpcGVsaW5lLmludm9rZShTdGFuZGFy ZFBpcGVsaW5lLmphdmE6NDcyKQ0KCWF0IG9yZy5hcGFjaGUuY2F0YWxpbmEu Y29yZS5Db250YWluZXJCYXNlLmludm9rZShDb250YWluZXJCYXNlLmphdmE6 OTQzKQ0KCWF0IG9yZy5hcGFjaGUuY2F0YWxpbmEuY29yZS5TdGFuZGFyZENv bnRleHRWYWx2ZS5pbnZva2UoU3RhbmRhcmRDb250ZXh0VmFsdmUuamF2YTox OTApDQoJYXQgb3JnLmFwYWNoZS5jYXRhbGluYS5jb3JlLlN0YW5kYXJkUGlw ZWxpbmUuaW52b2tlTmV4dChTdGFuZGFyZFBpcGVsaW5lLmphdmE6NTY2KQ0K CWF0IG9yZy5hcGFjaGUuY2F0YWxpbmEuY29yZS5TdGFuZGFyZFBpcGVsaW5l Lmludm9rZShTdGFuZGFyZFBpcGVsaW5lLmphdmE6NDcyKQ0KCWF0IG9yZy5h cGFjaGUuY2F0YWxpbmEuY29yZS5Db250YWluZXJCYXNlLmludm9rZShDb250 YWluZXJCYXNlLmphdmE6OTQzKQ0KCWF0IG9yZy5hcGFjaGUuY2F0YWxpbmEu Y29yZS5TdGFuZGFyZENvbnRleHQuaW52b2tlKFN0YW5kYXJkQ29udGV4dC5q YXZhOjIzNDMpDQoJYXQgb3JnLmFwYWNoZS5jYXRhbGluYS5jb3JlLlN0YW5k YXJkSG9zdFZhbHZlLmludm9rZShTdGFuZGFyZEhvc3RWYWx2ZS5qYXZhOjE4 MCkNCglhdCBvcmcuYXBhY2hlLmNhdGFsaW5hLmNvcmUuU3RhbmRhcmRQaXBl bGluZS5pbnZva2VOZXh0KFN0YW5kYXJkUGlwZWxpbmUuamF2YTo1NjYpDQoJ YXQgb3JnLmFwYWNoZS5jYXRhbGluYS52YWx2ZXMuRXJyb3JEaXNwYXRjaGVy VmFsdmUuaW52b2tlKEVycm9yRGlzcGF0Y2hlclZhbHZlLmphdmE6MTcwKQ0K CWF0IG9yZy5hcGFjaGUuY2F0YWxpbmEuY29yZS5TdGFuZGFyZFBpcGVsaW5l Lmludm9rZU5leHQoU3RhbmRhcmRQaXBlbGluZS5qYXZhOjU2NCkNCglhdCBv cmcuYXBhY2hlLmNhdGFsaW5hLnZhbHZlcy5FcnJvclJlcG9ydFZhbHZlLmlu dm9rZShFcnJvclJlcG9ydFZhbHZlLmphdmE6MTcwKQ0KCWF0IG9yZy5hcGFj aGUuY2F0YWxpbmEuY29yZS5TdGFuZGFyZFBpcGVsaW5lLmludm9rZU5leHQo U3RhbmRhcmRQaXBlbGluZS5qYXZhOjU2NCkNCglhdCBvcmcuYXBhY2hlLmNh dGFsaW5hLnZhbHZlcy5BY2Nlc3NMb2dWYWx2ZS5pbnZva2UoQWNjZXNzTG9n VmFsdmUuamF2YTo0NjgpDQoJYXQgb3JnLmFwYWNoZS5jYXRhbGluYS5jb3Jl LlN0YW5kYXJkUGlwZWxpbmUuaW52b2tlTmV4dChTdGFuZGFyZFBpcGVsaW5l LmphdmE6NTY0KQ0KCWF0IG9yZy5hcGFjaGUuY2F0YWxpbmEuY29yZS5TdGFu ZGFyZFBpcGVsaW5lLmludm9rZShTdGFuZGFyZFBpcGVsaW5lLmphdmE6NDcy KQ0KCWF0IG9yZy5hcGFjaGUuY2F0YWxpbmEuY29yZS5Db250YWluZXJCYXNl Lmludm9rZShDb250YWluZXJCYXNlLmphdmE6OTQzKQ0KCWF0IG9yZy5hcGFj aGUuY2F0YWxpbmEuY29yZS5TdGFuZGFyZEVuZ2luZVZhbHZlLmludm9rZShT dGFuZGFyZEVuZ2luZVZhbHZlLmphdmE6MTc0KQ0KCWF0IG9yZy5hcGFjaGUu Y2F0YWxpbmEuY29yZS5TdGFuZGFyZFBpcGVsaW5lLmludm9rZU5leHQoU3Rh bmRhcmRQaXBlbGluZS5qYXZhOjU2NikNCglhdCBvcmcuYXBhY2hlLmNhdGFs aW5hLmNvcmUuU3RhbmRhcmRQaXBlbGluZS5pbnZva2UoU3RhbmRhcmRQaXBl bGluZS5qYXZhOjQ3MikNCglhdCBvcmcuYXBhY2hlLmNhdGFsaW5hLmNvcmUu Q29udGFpbmVyQmFzZS5pbnZva2UoQ29udGFpbmVyQmFzZS5qYXZhOjk0MykN CglhdCBvcmcuYXBhY2hlLmNhdGFsaW5hLmNvbm5lY3Rvci5odHRwLkh0dHBQ cm9jZXNzb3IucHJvY2VzcyhIdHRwUHJvY2Vzc29yLmphdmE6MTAxMikNCglh dCBvcmcuYXBhY2hlLmNhdGFsaW5hLmNvbm5lY3Rvci5odHRwLkh0dHBQcm9j ZXNzb3IucnVuKEh0dHBQcm9jZXNzb3IuamF2YToxMTIyKQ0KCWF0IGphdmEu bGFuZy5UaHJlYWQucnVuKFRocmVhZC5qYXZhOjQ4NCkNCg0KMjAwNC0xMS0y MiAxMDozNjoxOSBTdGFuZGFyZFdyYXBwZXJWYWx2ZVt0aGVzZXMtc3VibWl0 XTogU2VydmxldC5zZXJ2aWNlKCkgZm9yIHNlcnZsZXQgdGhlc2VzLXN1Ym1p dCB0aHJldyBleGNlcHRpb24NCmphdmF4LnNlcnZsZXQuU2VydmxldEV4Y2Vw dGlvbg0KCWF0IG9yZy5hcGFjaGUuamFzcGVyLnJ1bnRpbWUuUGFnZUNvbnRl eHRJbXBsLmhhbmRsZVBhZ2VFeGNlcHRpb24oUGFnZUNvbnRleHRJbXBsLmph dmE6NDYzKQ0KCWF0IG9yZy5hcGFjaGUuanNwLmVkaXRfMDAwMmRtZXRhZGF0 YV8wMDAyZDEkanNwLl9qc3BTZXJ2aWNlKGVkaXRfMDAwMmRtZXRhZGF0YV8w MDAyZDEkanNwLmphdmE6MTcwNikNCglhdCBvcmcuYXBhY2hlLmphc3Blci5y dW50aW1lLkh0dHBKc3BCYXNlLnNlcnZpY2UoSHR0cEpzcEJhc2UuamF2YTox MDcpDQoJYXQgamF2YXguc2VydmxldC5odHRwLkh0dHBTZXJ2bGV0LnNlcnZp Y2UoSHR0cFNlcnZsZXQuamF2YTo4NTMpDQoJYXQgb3JnLmFwYWNoZS5qYXNw ZXIuc2VydmxldC5Kc3BTZXJ2bGV0JEpzcFNlcnZsZXRXcmFwcGVyLnNlcnZp Y2UoSnNwU2VydmxldC5qYXZhOjIwMikNCglhdCBvcmcuYXBhY2hlLmphc3Bl ci5zZXJ2bGV0LkpzcFNlcnZsZXQuc2VydmljZUpzcEZpbGUoSnNwU2Vydmxl dC5qYXZhOjM4MikNCglhdCBvcmcuYXBhY2hlLmphc3Blci5zZXJ2bGV0Lkpz cFNlcnZsZXQuc2VydmljZShKc3BTZXJ2bGV0LmphdmE6NDc0KQ0KCWF0IGph dmF4LnNlcnZsZXQuaHR0cC5IdHRwU2VydmxldC5zZXJ2aWNlKEh0dHBTZXJ2 bGV0LmphdmE6ODUzKQ0KCWF0IG9yZy5hcGFjaGUuY2F0YWxpbmEuY29yZS5B cHBsaWNhdGlvbkRpc3BhdGNoZXIuaW52b2tlKEFwcGxpY2F0aW9uRGlzcGF0 Y2hlci5qYXZhOjY4MykNCglhdCBvcmcuYXBhY2hlLmNhdGFsaW5hLmNvcmUu QXBwbGljYXRpb25EaXNwYXRjaGVyLmRvRm9yd2FyZChBcHBsaWNhdGlvbkRp c3BhdGNoZXIuamF2YTo0MzEpDQoJYXQgb3JnLmFwYWNoZS5jYXRhbGluYS5j b3JlLkFwcGxpY2F0aW9uRGlzcGF0Y2hlci5mb3J3YXJkKEFwcGxpY2F0aW9u RGlzcGF0Y2hlci5qYXZhOjM1NSkNCglhdCBvcmcuZHNwYWNlLmFwcC53ZWJ1 aS51dGlsLkpTUE1hbmFnZXIuc2hvd0pTUChKU1BNYW5hZ2VyLmphdmE6OTcp DQoJYXQgYWMuZWQuZHNwYWNlLlRoZXNlc1N1Ym1pdFNlcnZsZXQuZG9TdGVw KFRoZXNlc1N1Ym1pdFNlcnZsZXQuamF2YToxNzk0KQ0KCWF0IGFjLmVkLmRz cGFjZS5UaGVzZXNTdWJtaXRTZXJ2bGV0LnByb2Nlc3NJbml0aWFsUXVlc3Rp b25zKFRoZXNlc1N1Ym1pdFNlcnZsZXQuamF2YTo2NDUpDQoJYXQgYWMuZWQu ZHNwYWNlLlRoZXNlc1N1Ym1pdFNlcnZsZXQuZG9EU1Bvc3QoVGhlc2VzU3Vi bWl0U2VydmxldC5qYXZhOjQwMSkNCglhdCBvcmcuZHNwYWNlLmFwcC53ZWJ1 aS5zZXJ2bGV0LkRTcGFjZVNlcnZsZXQucHJvY2Vzc1JlcXVlc3QoRFNwYWNl U2VydmxldC5qYXZhOjE1MykNCglhdCBvcmcuZHNwYWNlLmFwcC53ZWJ1aS5z ZXJ2bGV0LkRTcGFjZVNlcnZsZXQuZG9Qb3N0KERTcGFjZVNlcnZsZXQuamF2 YToxMTApDQoJYXQgamF2YXguc2VydmxldC5odHRwLkh0dHBTZXJ2bGV0LnNl cnZpY2UoSHR0cFNlcnZsZXQuamF2YTo3NjApDQoJYXQgamF2YXguc2Vydmxl dC5odHRwLkh0dHBTZXJ2bGV0LnNlcnZpY2UoSHR0cFNlcnZsZXQuamF2YTo4 NTMpDQoJYXQgb3JnLmFwYWNoZS5jYXRhbGluYS5jb3JlLkFwcGxpY2F0aW9u RmlsdGVyQ2hhaW4uaW50ZXJuYWxEb0ZpbHRlcihBcHBsaWNhdGlvbkZpbHRl ckNoYWluLmphdmE6MjQ3KQ0KCWF0IG9yZy5hcGFjaGUuY2F0YWxpbmEuY29y ZS5BcHBsaWNhdGlvbkZpbHRlckNoYWluLmRvRmlsdGVyKEFwcGxpY2F0aW9u RmlsdGVyQ2hhaW4uamF2YToxOTMpDQoJYXQgb3JnLmFwYWNoZS5jYXRhbGlu YS5jb3JlLlN0YW5kYXJkV3JhcHBlclZhbHZlLmludm9rZShTdGFuZGFyZFdy YXBwZXJWYWx2ZS5qYXZhOjI0MykNCglhdCBvcmcuYXBhY2hlLmNhdGFsaW5h LmNvcmUuU3RhbmRhcmRQaXBlbGluZS5pbnZva2VOZXh0KFN0YW5kYXJkUGlw ZWxpbmUuamF2YTo1NjYpDQoJYXQgb3JnLmFwYWNoZS5jYXRhbGluYS5jb3Jl LlN0YW5kYXJkUGlwZWxpbmUuaW52b2tlKFN0YW5kYXJkUGlwZWxpbmUuamF2 YTo0NzIpDQoJYXQgb3JnLmFwYWNoZS5jYXRhbGluYS5jb3JlLkNvbnRhaW5l ckJhc2UuaW52b2tlKENvbnRhaW5lckJhc2UuamF2YTo5NDMpDQoJYXQgb3Jn LmFwYWNoZS5jYXRhbGluYS5jb3JlLlN0YW5kYXJkQ29udGV4dFZhbHZlLmlu dm9rZShTdGFuZGFyZENvbnRleHRWYWx2ZS5qYXZhOjE5MCkNCglhdCBvcmcu YXBhY2hlLmNhdGFsaW5hLmNvcmUuU3RhbmRhcmRQaXBlbGluZS5pbnZva2VO ZXh0KFN0YW5kYXJkUGlwZWxpbmUuamF2YTo1NjYpDQoJYXQgb3JnLmFwYWNo ZS5jYXRhbGluYS5jb3JlLlN0YW5kYXJkUGlwZWxpbmUuaW52b2tlKFN0YW5k YXJkUGlwZWxpbmUuamF2YTo0NzIpDQoJYXQgb3JnLmFwYWNoZS5jYXRhbGlu YS5jb3JlLkNvbnRhaW5lckJhc2UuaW52b2tlKENvbnRhaW5lckJhc2UuamF2 YTo5NDMpDQoJYXQgb3JnLmFwYWNoZS5jYXRhbGluYS5jb3JlLlN0YW5kYXJk Q29udGV4dC5pbnZva2UoU3RhbmRhcmRDb250ZXh0LmphdmE6MjM0MykNCglh dCBvcmcuYXBhY2hlLmNhdGFsaW5hLmNvcmUuU3RhbmRhcmRIb3N0VmFsdmUu aW52b2tlKFN0YW5kYXJkSG9zdFZhbHZlLmphdmE6MTgwKQ0KCWF0IG9yZy5h cGFjaGUuY2F0YWxpbmEuY29yZS5TdGFuZGFyZFBpcGVsaW5lLmludm9rZU5l eHQoU3RhbmRhcmRQaXBlbGluZS5qYXZhOjU2NikNCglhdCBvcmcuYXBhY2hl LmNhdGFsaW5hLnZhbHZlcy5FcnJvckRpc3BhdGNoZXJWYWx2ZS5pbnZva2Uo RXJyb3JEaXNwYXRjaGVyVmFsdmUuamF2YToxNzApDQoJYXQgb3JnLmFwYWNo ZS5jYXRhbGluYS5jb3JlLlN0YW5kYXJkUGlwZWxpbmUuaW52b2tlTmV4dChT dGFuZGFyZFBpcGVsaW5lLmphdmE6NTY0KQ0KCWF0IG9yZy5hcGFjaGUuY2F0 YWxpbmEudmFsdmVzLkVycm9yUmVwb3J0VmFsdmUuaW52b2tlKEVycm9yUmVw b3J0VmFsdmUuamF2YToxNzApDQoJYXQgb3JnLmFwYWNoZS5jYXRhbGluYS5j b3JlLlN0YW5kYXJkUGlwZWxpbmUuaW52b2tlTmV4dChTdGFuZGFyZFBpcGVs aW5lLmphdmE6NTY0KQ0KCWF0IG9yZy5hcGFjaGUuY2F0YWxpbmEudmFsdmVz LkFjY2Vzc0xvZ1ZhbHZlLmludm9rZShBY2Nlc3NMb2dWYWx2ZS5qYXZhOjQ2 OCkNCglhdCBvcmcuYXBhY2hlLmNhdGFsaW5hLmNvcmUuU3RhbmRhcmRQaXBl bGluZS5pbnZva2VOZXh0KFN0YW5kYXJkUGlwZWxpbmUuamF2YTo1NjQpDQoJ YXQgb3JnLmFwYWNoZS5jYXRhbGluYS5jb3JlLlN0YW5kYXJkUGlwZWxpbmUu aW52b2tlKFN0YW5kYXJkUGlwZWxpbmUuamF2YTo0NzIpDQoJYXQgb3JnLmFw YWNoZS5jYXRhbGluYS5jb3JlLkNvbnRhaW5lckJhc2UuaW52b2tlKENvbnRh aW5lckJhc2UuamF2YTo5NDMpDQoJYXQgb3JnLmFwYWNoZS5jYXRhbGluYS5j b3JlLlN0YW5kYXJkRW5naW5lVmFsdmUuaW52b2tlKFN0YW5kYXJkRW5naW5l VmFsdmUuamF2YToxNzQpDQoJYXQgb3JnLmFwYWNoZS5jYXRhbGluYS5jb3Jl LlN0YW5kYXJkUGlwZWxpbmUuaW52b2tlTmV4dChTdGFuZGFyZFBpcGVsaW5l LmphdmE6NTY2KQ0KCWF0IG9yZy5hcGFjaGUuY2F0YWxpbmEuY29yZS5TdGFu ZGFyZFBpcGVsaW5lLmludm9rZShTdGFuZGFyZFBpcGVsaW5lLmphdmE6NDcy KQ0KCWF0IG9yZy5hcGFjaGUuY2F0YWxpbmEuY29yZS5Db250YWluZXJCYXNl Lmludm9rZShDb250YWluZXJCYXNlLmphdmE6OTQzKQ0KCWF0IG9yZy5hcGFj aGUuY2F0YWxpbmEuY29ubmVjdG9yLmh0dHAuSHR0cFByb2Nlc3Nvci5wcm9j ZXNzKEh0dHBQcm9jZXNzb3IuamF2YToxMDEyKQ0KCWF0IG9yZy5hcGFjaGUu Y2F0YWxpbmEuY29ubmVjdG9yLmh0dHAuSHR0cFByb2Nlc3Nvci5ydW4oSHR0 cFByb2Nlc3Nvci5qYXZhOjExMjIpDQoJYXQgamF2YS5sYW5nLlRocmVhZC5y dW4oVGhyZWFkLmphdmE6NDg0KQ0KLS0tLS0gUm9vdCBDYXVzZSAtLS0tLQ0K amF2YS5sYW5nLk5vU3VjaE1ldGhvZEVycm9yDQoJYXQgb3JnLmFwYWNoZS5q c3AuZWRpdF8wMDAyZG1ldGFkYXRhXzAwMDJkMSRqc3AuX2pzcFNlcnZpY2Uo ZWRpdF8wMDAyZG1ldGFkYXRhXzAwMDJkMSRqc3AuamF2YToxMDY3KQ0KCWF0 IG9yZy5hcGFjaGUuamFzcGVyLnJ1bnRpbWUuSHR0cEpzcEJhc2Uuc2Vydmlj ZShIdHRwSnNwQmFzZS5qYXZhOjEwNykNCglhdCBqYXZheC5zZXJ2bGV0Lmh0 dHAuSHR0cFNlcnZsZXQuc2VydmljZShIdHRwU2VydmxldC5qYXZhOjg1MykN CglhdCBvcmcuYXBhY2hlLmphc3Blci5zZXJ2bGV0LkpzcFNlcnZsZXQkSnNw U2VydmxldFdyYXBwZXIuc2VydmljZShKc3BTZXJ2bGV0LmphdmE6MjAyKQ0K CWF0IG9yZy5hcGFjaGUuamFzcGVyLnNlcnZsZXQuSnNwU2VydmxldC5zZXJ2 aWNlSnNwRmlsZShKc3BTZXJ2bGV0LmphdmE6MzgyKQ0KCWF0IG9yZy5hcGFj aGUuamFzcGVyLnNlcnZsZXQuSnNwU2VydmxldC5zZXJ2aWNlKEpzcFNlcnZs ZXQuamF2YTo0NzQpDQoJYXQgamF2YXguc2VydmxldC5odHRwLkh0dHBTZXJ2 bGV0LnNlcnZpY2UoSHR0cFNlcnZsZXQuamF2YTo4NTMpDQoJYXQgb3JnLmFw YWNoZS5jYXRhbGluYS5jb3JlLkFwcGxpY2F0aW9uRGlzcGF0Y2hlci5pbnZv a2UoQXBwbGljYXRpb25EaXNwYXRjaGVyLmphdmE6NjgzKQ0KCWF0IG9yZy5h cGFjaGUuY2F0YWxpbmEuY29yZS5BcHBsaWNhdGlvbkRpc3BhdGNoZXIuZG9G b3J3YXJkKEFwcGxpY2F0aW9uRGlzcGF0Y2hlci5qYXZhOjQzMSkNCglhdCBv cmcuYXBhY2hlLmNhdGFsaW5hLmNvcmUuQXBwbGljYXRpb25EaXNwYXRjaGVy LmZvcndhcmQoQXBwbGljYXRpb25EaXNwYXRjaGVyLmphdmE6MzU1KQ0KCWF0 IG9yZy5kc3BhY2UuYXBwLndlYnVpLnV0aWwuSlNQTWFuYWdlci5zaG93SlNQ KEpTUE1hbmFnZXIuamF2YTo5NykNCglhdCBhYy5lZC5kc3BhY2UuVGhlc2Vz U3VibWl0U2VydmxldC5kb1N0ZXAoVGhlc2VzU3VibWl0U2VydmxldC5qYXZh OjE3OTQpDQoJYXQgYWMuZWQuZHNwYWNlLlRoZXNlc1N1Ym1pdFNlcnZsZXQu cHJvY2Vzc0luaXRpYWxRdWVzdGlvbnMoVGhlc2VzU3VibWl0U2VydmxldC5q YXZhOjY0NSkNCglhdCBhYy5lZC5kc3BhY2UuVGhlc2VzU3VibWl0U2Vydmxl dC5kb0RTUG9zdChUaGVzZXNTdWJtaXRTZXJ2bGV0LmphdmE6NDAxKQ0KCWF0 IG9yZy5kc3BhY2UuYXBwLndlYnVpLnNlcnZsZXQuRFNwYWNlU2VydmxldC5w cm9jZXNzUmVxdWVzdChEU3BhY2VTZXJ2bGV0LmphdmE6MTUzKQ0KCWF0IG9y Zy5kc3BhY2UuYXBwLndlYnVpLnNlcnZsZXQuRFNwYWNlU2VydmxldC5kb1Bv c3QoRFNwYWNlU2VydmxldC5qYXZhOjExMCkNCglhdCBqYXZheC5zZXJ2bGV0 Lmh0dHAuSHR0cFNlcnZsZXQuc2VydmljZShIdHRwU2VydmxldC5qYXZhOjc2 MCkNCglhdCBqYXZheC5zZXJ2bGV0Lmh0dHAuSHR0cFNlcnZsZXQuc2Vydmlj ZShIdHRwU2VydmxldC5qYXZhOjg1MykNCglhdCBvcmcuYXBhY2hlLmNhdGFs aW5hLmNvcmUuQXBwbGljYXRpb25GaWx0ZXJDaGFpbi5pbnRlcm5hbERvRmls dGVyKEFwcGxpY2F0aW9uRmlsdGVyQ2hhaW4uamF2YToyNDcpDQoJYXQgb3Jn LmFwYWNoZS5jYXRhbGluYS5jb3JlLkFwcGxpY2F0aW9uRmlsdGVyQ2hhaW4u ZG9GaWx0ZXIoQXBwbGljYXRpb25GaWx0ZXJDaGFpbi5qYXZhOjE5MykNCglh dCBvcmcuYXBhY2hlLmNhdGFsaW5hLmNvcmUuU3RhbmRhcmRXcmFwcGVyVmFs dmUuaW52b2tlKFN0YW5kYXJkV3JhcHBlclZhbHZlLmphdmE6MjQzKQ0KCWF0 IG9yZy5hcGFjaGUuY2F0YWxpbmEuY29yZS5TdGFuZGFyZFBpcGVsaW5lLmlu dm9rZU5leHQoU3RhbmRhcmRQaXBlbGluZS5qYXZhOjU2NikNCglhdCBvcmcu YXBhY2hlLmNhdGFsaW5hLmNvcmUuU3RhbmRhcmRQaXBlbGluZS5pbnZva2Uo U3RhbmRhcmRQaXBlbGluZS5qYXZhOjQ3MikNCglhdCBvcmcuYXBhY2hlLmNh dGFsaW5hLmNvcmUuQ29udGFpbmVyQmFzZS5pbnZva2UoQ29udGFpbmVyQmFz ZS5qYXZhOjk0MykNCglhdCBvcmcuYXBhY2hlLmNhdGFsaW5hLmNvcmUuU3Rh bmRhcmRDb250ZXh0VmFsdmUuaW52b2tlKFN0YW5kYXJkQ29udGV4dFZhbHZl LmphdmE6MTkwKQ0KCWF0IG9yZy5hcGFjaGUuY2F0YWxpbmEuY29yZS5TdGFu ZGFyZFBpcGVsaW5lLmludm9rZU5leHQoU3RhbmRhcmRQaXBlbGluZS5qYXZh OjU2NikNCglhdCBvcmcuYXBhY2hlLmNhdGFsaW5hLmNvcmUuU3RhbmRhcmRQ aXBlbGluZS5pbnZva2UoU3RhbmRhcmRQaXBlbGluZS5qYXZhOjQ3MikNCglh dCBvcmcuYXBhY2hlLmNhdGFsaW5hLmNvcmUuQ29udGFpbmVyQmFzZS5pbnZv a2UoQ29udGFpbmVyQmFzZS5qYXZhOjk0MykNCglhdCBvcmcuYXBhY2hlLmNh dGFsaW5hLmNvcmUuU3RhbmRhcmRDb250ZXh0Lmludm9rZShTdGFuZGFyZENv bnRleHQuamF2YToyMzQzKQ0KCWF0IG9yZy5hcGFjaGUuY2F0YWxpbmEuY29y ZS5TdGFuZGFyZEhvc3RWYWx2ZS5pbnZva2UoU3RhbmRhcmRIb3N0VmFsdmUu amF2YToxODApDQoJYXQgb3JnLmFwYWNoZS5jYXRhbGluYS5jb3JlLlN0YW5k YXJkUGlwZWxpbmUuaW52b2tlTmV4dChTdGFuZGFyZFBpcGVsaW5lLmphdmE6 NTY2KQ0KCWF0IG9yZy5hcGFjaGUuY2F0YWxpbmEudmFsdmVzLkVycm9yRGlz cGF0Y2hlclZhbHZlLmludm9rZShFcnJvckRpc3BhdGNoZXJWYWx2ZS5qYXZh OjE3MCkNCglhdCBvcmcuYXBhY2hlLmNhdGFsaW5hLmNvcmUuU3RhbmRhcmRQ aXBlbGluZS5pbnZva2VOZXh0KFN0YW5kYXJkUGlwZWxpbmUuamF2YTo1NjQp DQoJYXQgb3JnLmFwYWNoZS5jYXRhbGluYS52YWx2ZXMuRXJyb3JSZXBvcnRW YWx2ZS5pbnZva2UoRXJyb3JSZXBvcnRWYWx2ZS5qYXZhOjE3MCkNCglhdCBv cmcuYXBhY2hlLmNhdGFsaW5hLmNvcmUuU3RhbmRhcmRQaXBlbGluZS5pbnZv a2VOZXh0KFN0YW5kYXJkUGlwZWxpbmUuamF2YTo1NjQpDQoJYXQgb3JnLmFw YWNoZS5jYXRhbGluYS52YWx2ZXMuQWNjZXNzTG9nVmFsdmUuaW52b2tlKEFj Y2Vzc0xvZ1ZhbHZlLmphdmE6NDY4KQ0KCWF0IG9yZy5hcGFjaGUuY2F0YWxp bmEuY29yZS5TdGFuZGFyZFBpcGVsaW5lLmludm9rZU5leHQoU3RhbmRhcmRQ aXBlbGluZS5qYXZhOjU2NCkNCglhdCBvcmcuYXBhY2hlLmNhdGFsaW5hLmNv cmUuU3RhbmRhcmRQaXBlbGluZS5pbnZva2UoU3RhbmRhcmRQaXBlbGluZS5q YXZhOjQ3MikNCglhdCBvcmcuYXBhY2hlLmNhdGFsaW5hLmNvcmUuQ29udGFp bmVyQmFzZS5pbnZva2UoQ29udGFpbmVyQmFzZS5qYXZhOjk0MykNCglhdCBv cmcuYXBhY2hlLmNhdGFsaW5hLmNvcmUuU3RhbmRhcmRFbmdpbmVWYWx2ZS5p bnZva2UoU3RhbmRhcmRFbmdpbmVWYWx2ZS5qYXZhOjE3NCkNCglhdCBvcmcu YXBhY2hlLmNhdGFsaW5hLmNvcmUuU3RhbmRhcmRQaXBlbGluZS5pbnZva2VO ZXh0KFN0YW5kYXJkUGlwZWxpbmUuamF2YTo1NjYpDQoJYXQgb3JnLmFwYWNo ZS5jYXRhbGluYS5jb3JlLlN0YW5kYXJkUGlwZWxpbmUuaW52b2tlKFN0YW5k YXJkUGlwZWxpbmUuamF2YTo0NzIpDQoJYXQgb3JnLmFwYWNoZS5jYXRhbGlu YS5jb3JlLkNvbnRhaW5lckJhc2UuaW52b2tlKENvbnRhaW5lckJhc2UuamF2 YTo5NDMpDQoJYXQgb3JnLmFwYWNoZS5jYXRhbGluYS5jb25uZWN0b3IuaHR0 cC5IdHRwUHJvY2Vzc29yLnByb2Nlc3MoSHR0cFByb2Nlc3Nvci5qYXZhOjEw MTIpDQoJYXQgb3JnLmFwYWNoZS5jYXRhbGluYS5jb25uZWN0b3IuaHR0cC5I dHRwUHJvY2Vzc29yLnJ1bihIdHRwUHJvY2Vzc29yLmphdmE6MTEyMikNCglh dCBqYXZhLmxhbmcuVGhyZWFkLnJ1bihUaHJlYWQuamF2YTo0ODQpDQoNCjIw MDQtMTEtMjIgMTA6MzY6MTkgRXJyb3JEaXNwYXRjaGVyVmFsdmVbbG9jYWxo b3N0XTogRXhjZXB0aW9uIFByb2Nlc3NpbmcgRXJyb3JQYWdlW2V4Y2VwdGlv blR5cGU9amF2YS5sYW5nLkV4Y2VwdGlvbiwgbG9jYXRpb249L2ludGVybmFs LWVycm9yXQ0KamF2YS5sYW5nLklsbGVnYWxTdGF0ZUV4Y2VwdGlvbg0KCWF0 IG9yZy5hcGFjaGUuY2F0YWxpbmEuY29ubmVjdG9yLlJlc3BvbnNlRmFjYWRl LnJlc2V0KFJlc3BvbnNlRmFjYWRlLmphdmE6MjQzKQ0KCWF0IG9yZy5hcGFj aGUuY2F0YWxpbmEudmFsdmVzLkVycm9yRGlzcGF0Y2hlclZhbHZlLmN1c3Rv bShFcnJvckRpc3BhdGNoZXJWYWx2ZS5qYXZhOjM4NCkNCglhdCBvcmcuYXBh Y2hlLmNhdGFsaW5hLnZhbHZlcy5FcnJvckRpc3BhdGNoZXJWYWx2ZS50aHJv d2FibGUoRXJyb3JEaXNwYXRjaGVyVmFsdmUuamF2YToyNTApDQoJYXQgb3Jn LmFwYWNoZS5jYXRhbGluYS52YWx2ZXMuRXJyb3JEaXNwYXRjaGVyVmFsdmUu aW52b2tlKEVycm9yRGlzcGF0Y2hlclZhbHZlLmphdmE6MTc4KQ0KCWF0IG9y Zy5hcGFjaGUuY2F0YWxpbmEuY29yZS5TdGFuZGFyZFBpcGVsaW5lLmludm9r ZU5leHQoU3RhbmRhcmRQaXBlbGluZS5qYXZhOjU2NCkNCglhdCBvcmcuYXBh Y2hlLmNhdGFsaW5hLnZhbHZlcy5FcnJvclJlcG9ydFZhbHZlLmludm9rZShF cnJvclJlcG9ydFZhbHZlLmphdmE6MTcwKQ0KCWF0IG9yZy5hcGFjaGUuY2F0 YWxpbmEuY29yZS5TdGFuZGFyZFBpcGVsaW5lLmludm9rZU5leHQoU3RhbmRh cmRQaXBlbGluZS5qYXZhOjU2NCkNCglhdCBvcmcuYXBhY2hlLmNhdGFsaW5h LnZhbHZlcy5BY2Nlc3NMb2dWYWx2ZS5pbnZva2UoQWNjZXNzTG9nVmFsdmUu amF2YTo0NjgpDQoJYXQgb3JnLmFwYWNoZS5jYXRhbGluYS5jb3JlLlN0YW5k YXJkUGlwZWxpbmUuaW52b2tlTmV4dChTdGFuZGFyZFBpcGVsaW5lLmphdmE6 NTY0KQ0KCWF0IG9yZy5hcGFjaGUuY2F0YWxpbmEuY29yZS5TdGFuZGFyZFBp cGVsaW5lLmludm9rZShTdGFuZGFyZFBpcGVsaW5lLmphdmE6NDcyKQ0KCWF0 IG9yZy5hcGFjaGUuY2F0YWxpbmEuY29yZS5Db250YWluZXJCYXNlLmludm9r ZShDb250YWluZXJCYXNlLmphdmE6OTQzKQ0KCWF0IG9yZy5hcGFjaGUuY2F0 YWxpbmEuY29yZS5TdGFuZGFyZEVuZ2luZVZhbHZlLmludm9rZShTdGFuZGFy ZEVuZ2luZVZhbHZlLmphdmE6MTc0KQ0KCWF0IG9yZy5hcGFjaGUuY2F0YWxp bmEuY29yZS5TdGFuZGFyZFBpcGVsaW5lLmludm9rZU5leHQoU3RhbmRhcmRQ aXBlbGluZS5qYXZhOjU2NikNCglhdCBvcmcuYXBhY2hlLmNhdGFsaW5hLmNv cmUuU3RhbmRhcmRQaXBlbGluZS5pbnZva2UoU3RhbmRhcmRQaXBlbGluZS5q YXZhOjQ3MikNCglhdCBvcmcuYXBhY2hlLmNhdGFsaW5hLmNvcmUuQ29udGFp bmVyQmFzZS5pbnZva2UoQ29udGFpbmVyQmFzZS5qYXZhOjk0MykNCglhdCBv cmcuYXBhY2hlLmNhdGFsaW5hLmNvbm5lY3Rvci5odHRwLkh0dHBQcm9jZXNz b3IucHJvY2VzcyhIdHRwUHJvY2Vzc29yLmphdmE6MTAxMikNCglhdCBvcmcu YXBhY2hlLmNhdGFsaW5hLmNvbm5lY3Rvci5odHRwLkh0dHBQcm9jZXNzb3Iu cnVuKEh0dHBQcm9jZXNzb3IuamF2YToxMTIyKQ0KCWF0IGphdmEubGFuZy5U aHJlYWQucnVuKFRocmVhZC5qYXZhOjQ4NCk= |
From: Richard J. <r.d...@ed...> - 2004-11-22 09:57:45
|
Hi Michael, I wonder if there's a bug in 0.2.1 that causes this problem. We are using 0.3 re-jigged for use on 1.1.1 at Edinburgh and we've not had any problems, but I made further developments on the submission system in that time, which may have fixed the problem. Any problems with the JSPs may show up in the tomcat error log, since they will likely be compile time errors and not touch the dspace logs. I'm slightly confused now as to where the error you are experiencing is happening. If you can get to the first metadata page (the second describe page) where abouts is the problem actually occurring? Cheers, Richard ------- Richard Jones Systems Developer A crash reduces Edinburgh University Library your expensive computer Theses Alive! project to a simple stone e: r.d...@ed... t: 0131 651 1612 Theses Alive! homepage: http://www.thesesalive.ac.uk/ Edinburgh Research Archive: http://www.era.lib.ed.ac.uk/ -----Original Message----- From: Michael White [mailto:mic...@st...] Sent: 19 November 2004 15:56 To: r.d...@ed... Subject: RE: eTheses submission problem Many thanks Richard, I'm using DSpace 1.1.1 and TAPIR 0.2.1. I'll take a look at the item templates and see if that is the root of the problem (I have an item template set up for these collections in order to specify the "publisher" DC element) - although I'm pretty sure (but not 100% certain!!) that this was working OK on my eTheses test collection - the "publisher" info ("University of Stirling") is certainly appearing on the second "Describe" page of all my eTheses collections. I'm off home soon too so I'll take another look at this on Monday. Thanks as ever for your suggestions/pointers. Regards, Mike. Michael White eLearning Developer/ Faculty of Management eLearning Contact Centre for eLearning Development (CeLD) S7, The Library University of Stirling Stirling SCOTLAND FK9 4LA Email: mic...@st... Tel: +44 (0) 1786 466877 Fax: +44 (0) 1786 466880 http://www.is.stir.ac.uk/celd/ -----Original Message----- From: Richard Jones [mailto:r.d...@ed...] Sent: 19 November 2004 15:51 To: 'Michael White' Cc: tap...@li... Subject: RE: eTheses submission problem Hi Michael, I'll have to have a proper dig through the code to find out where the Invalid Identifier might be getting called. I've also seen JSPs do funny things like half process before dying. Quite often these are real errors that get caught part way through the page, but it doesn't bother to tell you what the error is. Looking at where this error occurs, I would say that there's a problem with the authority controlled fields "Institution, College, School". Could you tell me what versions of DSpace and the Tapir you're using? One thing that you might want to check is the status of the item template for each of your collections. I wonder if the Invalid Identifier is failing to find an item template (although it should handle this). I'm out of the office for the rest of the day, but I'll have another look at this on Monday if that's OK? Cheers Richard ------- Richard Jones Systems Developer A crash reduces Edinburgh University Library your expensive computer Theses Alive! project to a simple stone e: r.d...@ed... t: 0131 651 1612 Theses Alive! homepage: http://www.thesesalive.ac.uk/ Edinburgh Research Archive: http://www.era.lib.ed.ac.uk/ -----Original Message----- From: Michael White [mailto:mic...@st...] Sent: 19 November 2004 15:41 To: Richard Jones Subject: eTheses submission problem Hi Richard, I had the TAPIR plugin apparently working fine and had done several test submissions to an eTheses test collection. I have now set up a number of proper eTheses collections for use in an eTheses feasibility study and let some colleagues loose to try uploading some real eTheses but somehow, in the intervening period, something seems to have happened to stop the eTheses submission process from working. 2 problems: 1. Clicking the "Add More" button for supervisor/advisor on the second "Describe" page is causing the "Invalid Identifier" error page to be displayed. 2. The second "Describe" page (edit-metadata-1.jsp) is not being completely displayed - only everything down to (and including) the "Award Information" is being displayed, but nothing else below that - the page just ends abruptly (so everything from "Select the qualification type . . " is missing!). I had a look at the JSP source and this seems fine (and I also restarted Tomcat to see if that helped!) I don't know about the first problem (I hadn't tried this with my test submissions), but the second problem is definitely new and is happening across all the eTheses collections I've set up (including my original eTheses test collection which used to work fine). I checked the DSpace log, but there isn't any reference to the error in there. I am continuing to investigate, but wondered whether you might have any insights? Many thanks as ever, Mike. Michael White eLearning Developer/ Faculty of Management eLearning Contact Centre for eLearning Development (CeLD) S7, The Library University of Stirling Stirling SCOTLAND FK9 4LA Email: mic...@st... Tel: +44 (0) 1786 466877 Fax: +44 (0) 1786 466880 <http://www.is.stir.ac.uk/celd/> http://www.is.stir.ac.uk/celd/ -- The University of Stirling is a university established in Scotland by charter at Stirling, FK9 4LA. Privileged/Confidential Information may be contained in this message. If you are not the addressee indicated in this message (or responsible for delivery of the message to such person), you may not disclose, copy or deliver this message to anyone and any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. In such case, you should destroy this message and kindly notify the sender by reply email. Please advise immediately if you or your employer do not consent to Internet email for messages of this kind. -- The University of Stirling is a university established in Scotland by charter at Stirling, FK9 4LA. Privileged/Confidential Information may be contained in this message. If you are not the addressee indicated in this message (or responsible for delivery of the message to such person), you may not disclose, copy or deliver this message to anyone and any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. In such case, you should destroy this message and kindly notify the sender by reply email. Please advise immediately if you or your employer do not consent to Internet email for messages of this kind. |
From: Richard J. <r.d...@ed...> - 2004-11-19 15:51:17
|
Hi Michael, I'll have to have a proper dig through the code to find out where the Invalid Identifier might be getting called. I've also seen JSPs do funny things like half process before dying. Quite often these are real errors that get caught part way through the page, but it doesn't bother to tell you what the error is. Looking at where this error occurs, I would say that there's a problem with the authority controlled fields "Institution, College, School". Could you tell me what versions of DSpace and the Tapir you're using? One thing that you might want to check is the status of the item template for each of your collections. I wonder if the Invalid Identifier is failing to find an item template (although it should handle this). I'm out of the office for the rest of the day, but I'll have another look at this on Monday if that's OK? Cheers Richard ------- Richard Jones Systems Developer A crash reduces Edinburgh University Library your expensive computer Theses Alive! project to a simple stone e: r.d...@ed... t: 0131 651 1612 Theses Alive! homepage: http://www.thesesalive.ac.uk/ Edinburgh Research Archive: http://www.era.lib.ed.ac.uk/ -----Original Message----- From: Michael White [mailto:mic...@st...] Sent: 19 November 2004 15:41 To: Richard Jones Subject: eTheses submission problem Hi Richard, I had the TAPIR plugin apparently working fine and had done several test submissions to an eTheses test collection. I have now set up a number of proper eTheses collections for use in an eTheses feasibility study and let some colleagues loose to try uploading some real eTheses but somehow, in the intervening period, something seems to have happened to stop the eTheses submission process from working. 2 problems: 1. Clicking the "Add More" button for supervisor/advisor on the second "Describe" page is causing the "Invalid Identifier" error page to be displayed. 2. The second "Describe" page (edit-metadata-1.jsp) is not being completely displayed - only everything down to (and including) the "Award Information" is being displayed, but nothing else below that - the page just ends abruptly (so everything from "Select the qualification type . . " is missing!). I had a look at the JSP source and this seems fine (and I also restarted Tomcat to see if that helped!) I don't know about the first problem (I hadn't tried this with my test submissions), but the second problem is definitely new and is happening across all the eTheses collections I've set up (including my original eTheses test collection which used to work fine). I checked the DSpace log, but there isn't any reference to the error in there. I am continuing to investigate, but wondered whether you might have any insights? Many thanks as ever, Mike. Michael White eLearning Developer/ Faculty of Management eLearning Contact Centre for eLearning Development (CeLD) S7, The Library University of Stirling Stirling SCOTLAND FK9 4LA Email: mic...@st... Tel: +44 (0) 1786 466877 Fax: +44 (0) 1786 466880 <http://www.is.stir.ac.uk/celd/> http://www.is.stir.ac.uk/celd/ -- The University of Stirling is a university established in Scotland by charter at Stirling, FK9 4LA. Privileged/Confidential Information may be contained in this message. If you are not the addressee indicated in this message (or responsible for delivery of the message to such person), you may not disclose, copy or deliver this message to anyone and any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. In such case, you should destroy this message and kindly notify the sender by reply email. Please advise immediately if you or your employer do not consent to Internet email for messages of this kind. |
From: Richard J. <r.d...@ed...> - 2004-11-15 08:32:56
|
Hi Rajesh, You should find most of the information you need in the file [tapir]/docs/Install0.3.txt. You need to add the contents of the tapir's tapir-web.xml file to the dspace web.xml file (in the right order) before doing the dspace update to re-build the war files. After that you need to just restart the web server and tapir should function fine. Hope that helps, Cheers, Richard ------- Richard Jones Systems Developer A crash reduces Edinburgh University Library your expensive computer Theses Alive! project to a simple stone e: r.d...@ed... t: 0131 651 1612 Theses Alive! homepage: http://www.thesesalive.ac.uk/ Edinburgh Research Archive: http://www.era.lib.ed.ac.uk/ > -----Original Message----- > From: Rajesh Kumar Mishra [mailto:ra...@dr...] > Sent: 14 November 2004 20:46 > To: r.d...@ed... > Subject: abut tapir > > > sir > I am installing tapir 0.3 in dspace 1.2.1. so what changes i > have to do in dspace/etc/web.xml and tapir/jsp/WEB-INF. can u > send me example, > > > thanking u > > > |
From: Richard J. <r.d...@ed...> - 2004-11-08 14:17:27
|
That's at: https://sourceforge.net/projects/tapir-eul/ Feedback and suggestions welcome. Cheers, Richard ------- Richard Jones Systems Developer A crash reduces Edinburgh University Library your expensive computer Theses Alive! project to a simple stone e: r.d...@ed... t: 0131 651 1612 Theses Alive! homepage: http://www.thesesalive.ac.uk/ Edinburgh Research Archive: http://www.era.lib.ed.ac.uk/ |
From: Richard J. <r.d...@ed...> - 2004-11-08 14:16:19
|
Edinburgh University Library is happy to announce the release of the Tapir 0.4 Beta 1. This release fixes a number of compatibility issues with DSpace 1.2 and is the candidate for full compatibility with DSpace 1.2.1. It also now sports a functioning theses restriction system and full compatibility with the UK recommended E-Theses metadata set. Richard ------- Richard Jones Systems Developer A crash reduces Edinburgh University Library your expensive computer Theses Alive! project to a simple stone e: r.d...@ed... t: 0131 651 1612 Theses Alive! homepage: http://www.thesesalive.ac.uk/ Edinburgh Research Archive: http://www.era.lib.ed.ac.uk/ |
From: Richard J. <r.d...@ed...> - 2004-11-08 12:25:01
|
Hi Folks, I'm planning on bundling up the Tapir 0.4 beta this afternoon for release. The idea is that it has a few extra features than 0.3, but also that an incompatibility with DSpace 1.2 has been fixed. The result is that 0.4 doesn't have all the niceties that I would have liked to have included, but it is fully functional and comes with the new restrictions system that we are planning on using. Feedback from anyone interested in doing beta testing on this would be most welcome. One of the things that I would like to be sure of is that 0.4 is fully DSpace 1.2.1 compatible - I am currently testing this at the moment but early signs are good. The next thing, then, will probably be an interim 0.4.1 release with some of the edges of 0.4 smoothed off, and then we can think about adding the features for 0.5. In the mean time I have briefly spoken to the other DSpace committers about potentially including some of the Tapir's code into the DSpace core, and work on a proposal of what to include will begin shortly. This, along with the changing DSpace code base, will obviously have fairly major knock on effects for the Tapir, and I wouldn't be surprised if we have to change strategy slightly and perhaps think about producing a 1.x Tapir which is much smaller than the current one and includes more set-up information for later version of the DSpace core. Anyway, thoughts welcome, and I'll let you all know when the 0.4 release is out. Cheers, Richard ------- Richard Jones Systems Developer A crash reduces Edinburgh University Library your expensive computer Theses Alive! project to a simple stone e: r.d...@ed... t: 0131 651 1612 Theses Alive! homepage: http://www.thesesalive.ac.uk/ Edinburgh Research Archive: http://www.era.lib.ed.ac.uk/ |
From: Richard J. <r.d...@ed...> - 2004-11-04 14:14:05
|
Hi Jason, > I've installed Theses Alive! in a Dspace 1.2 install, and for > some reason, the > /dspace-admin/supervise component always generates a DSpace > 404 error. Thinking I had > failed to install a component, I completely gutted my DSpace > install, installed a fresh 1.2.1-beta1 install, and > reinstalled the Theses Alive component, but the error > persists. The servlet mappings within dspaced-web.xml have > been entered. All other > areas of the Theses Alive component work correctly, so I'm > not really sure what the problem is. > > Has this come up before? Or did I simply make a mistake. Really really sorry - entirely my fault. I actually only just picked up this bug myself yesterday. It is fixed in the cvs: just a DSpace 1.2 compatibility problem to do with the changing paths in the dspace admin section. If you do not want a full cvs install (which could still be quite unstable, as I'm developing on it at the moment) you can just checkout the most recent version of the file ac.ed.dspace.app.webui.servlet.admin.SuperviseServlet.java and drop it over the Tapir 0.3 version. I plan to put the Tapir 0.4 beta out very soon, possibly next week if the remainder of this week goes well, and given this bug I think that's rather important now. I will have to leave some of the functionality I'm working on just now out until a slightly later version I think. > By the way, in case you're wondering about this, the Tapir > component works fine with DSpace 1..2.1-beta1. Brilliant, that was also on the cards for the 0.4 release, which means we should be able to go ahead very soon. I have also had an email from Lisa Charlong at your institution and I will get back to her later on today about her query, just in case you were wondering. I hope you don't mind, but I've cc'd to the tapir tech list to keep track of issues like this. Cheers, Richard ------- Richard Jones Systems Developer A crash reduces Edinburgh University Library your expensive computer Theses Alive! project to a simple stone e: r.d...@ed... t: 0131 651 1612 Theses Alive! homepage: http://www.thesesalive.ac.uk/ Edinburgh Research Archive: http://www.era.lib.ed.ac.uk/ |
From: Richard J. <r.d...@ed...> - 2004-10-26 11:31:46
|
Hi Mike, That's very odd. I've checked my install and it hasn't been truncated. What version of Postgres are you running? Perhaps there's something that has changed either in a newer version or an older version that limits names to X characters. I am running 7.3.2 and 7.4.2 without any problems in this area. I found this, I don't know if this relates directly to your problem: http://www.postgresql.org/docs/7.4/interactive/sql-syntax.html look at section 4.1.1. Perhaps your defaults are just different to mine. Cheers, Richard ------- Richard Jones Systems Developer Theses Alive! - www.thesesalive.ac.uk r.d...@ed... tel 0131 651 1611 -----Original Message----- From: tap...@li... [mailto:tap...@li...] On Behalf Of Michael White Sent: 26 October 2004 12:19 To: Richard Jones Cc: tap...@li... Subject: [Tapir-eul-tech] Adding TAPIR supervised workspace Hi Richard, We have decided (after the fact!) to install the supervised workspace stuff. I sent the documentation on the updates required to the postgres database to our postgres admin but he is getting an error on one of the steps - he says: > CREATE SEQUENCE eulepersongroup2workspaceitem_seq; Postgres doesn't like that: NOTICE: identifier "eulepersongroup2workspaceitem_seq" will be truncated to "eulepersongroup2workspaceitem_s" Any ideas why postgres is complaining about this? Many thanks as ever, Mike. Michael White eLearning Developer/ Faculty of Management eLearning Contact Centre for eLearning Development (CeLD) S7, The Library University of Stirling Stirling SCOTLAND FK9 4LA Email: mic...@st... Tel: +44 (0) 1786 466877 Fax: +44 (0) 1786 466880 <http://www.is.stir.ac.uk/celd/> http://www.is.stir.ac.uk/celd/ -- The University of Stirling is a university established in Scotland by charter at Stirling, FK9 4LA. Privileged/Confidential Information may be contained in this message. If you are not the addressee indicated in this message (or responsible for delivery of the message to such person), you may not disclose, copy or deliver this message to anyone and any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. In such case, you should destroy this message and kindly notify the sender by reply email. Please advise immediately if you or your employer do not consent to Internet email for messages of this kind. |
From: Michael W. <mic...@st...> - 2004-10-26 11:19:05
|
Hi Richard, We have decided (after the fact!) to install the supervised workspace stuff. I sent the documentation on the updates required to the postgres database to our postgres admin but he is getting an error on one of the steps - he says: > CREATE SEQUENCE eulepersongroup2workspaceitem_seq; Postgres doesn't like that: NOTICE: identifier "eulepersongroup2workspaceitem_seq" will be truncated to "eulepersongroup2workspaceitem_s" Any ideas why postgres is complaining about this? Many thanks as ever, Mike. Michael White eLearning Developer/ Faculty of Management eLearning Contact Centre for eLearning Development (CeLD) S7, The Library University of Stirling Stirling SCOTLAND FK9 4LA Email: mic...@st... Tel: +44 (0) 1786 466877 Fax: +44 (0) 1786 466880 http://www.is.stir.ac.uk/celd/ --=20 The University of Stirling is a university established in Scotland by charter at Stirling, FK9 4LA. Privileged/Confidential Information may be contained in this message. If you are not the addressee indicated in this message (or responsible for delivery of the message to such person), you may not disclose, copy or deliver this message to anyone and any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. In such case, you should destroy this message and kindly notify the sender by reply email. Please advise immediately if you or your employer do not consent to Internet email for messages of this kind. |
From: Richard J. <r.d...@ed...> - 2004-10-21 11:31:40
|
Hi Mike, Excellent news! I have to say the split() problem had me quite baffled yesterday - I never thought to check the Java version. That's a good bit of knowledge to have for the Tapir documentation. Hope it works well for you, and let us know if you have any problems, suggestions, etc. Cheers, Richard ------- Richard Jones Systems Developer Theses Alive! - www.thesesalive.ac.uk r.d...@ed... tel 0131 651 1611 -----Original Message----- From: tap...@li... [mailto:tap...@li...] On Behalf Of Michael White Sent: 21 October 2004 12:15 To: r.d...@ed... Cc: tap...@li... Subject: [Tapir-eul-tech] RE: Installing TAPIR 0.2.1 on DSpace 1.1.1 Hi Richard, I've now worked out what the cause of my (latest) problem was: -------------------------------------------- Generated servlet error: /usr/share/tomcat4/work/localhost/dspace/theses-submit/edit_0002dmetadat a_0002d1$jsp.java:1067: Method split(java.lang.String) not found in class java.lang.String. String[] st = myType.split(";"); -------------------------------------------- Turns out the split method didn't appear until Java 1.4 and I was running Java 1.3 (which works fine with DSpace 1.1.1). I installed Java 1.4 and (after some hunting around trying to work out all the paths that needed changing) the eTheses submission interface now appears to working. So I am officially a happy bunny :-) Thanks again for your help with this. Regards, Mike. Michael White eLearning Developer/ Faculty of Management eLearning Contact Centre for eLearning Development (CeLD) S7, The Library University of Stirling Stirling SCOTLAND FK9 4LA Email: mic...@st... Tel: +44 (0) 1786 466877 Fax: +44 (0) 1786 466880 http://www.is.stir.ac.uk/celd/ -- The University of Stirling is a university established in Scotland by charter at Stirling, FK9 4LA. Privileged/Confidential Information may be contained in this message. If you are not the addressee indicated in this message (or responsible for delivery of the message to such person), you may not disclose, copy or deliver this message to anyone and any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. In such case, you should destroy this message and kindly notify the sender by reply email. Please advise immediately if you or your employer do not consent to Internet email for messages of this kind. |
From: Michael W. <mic...@st...> - 2004-10-21 11:15:12
|
Hi Richard, =20 I've now worked out what the cause of my (latest) problem was: =20 -------------------------------------------- =20 Generated servlet error: /usr/share/tomcat4/work/localhost/dspace/theses-submit/edit_0002dmetadat a_0002d1$jsp.java:1067: Method split(java.lang.String) not found in class java.lang.String. String[] st =3D myType.split(";"); -------------------------------------------- =20 Turns out the split method didn't appear until Java 1.4 and I was running Java 1.3 (which works fine with DSpace 1.1.1). I installed Java 1.4 and (after some hunting around trying to work out all the paths that needed changing) the eTheses submission interface now appears to working. =20 So I am officially a happy bunny :-) =20 Thanks again for your help with this. =20 Regards, =20 Mike. Michael White=20 eLearning Developer/=20 Faculty of Management eLearning Contact=20 Centre for eLearning Development (CeLD)=20 S7, The Library=20 University of Stirling=20 Stirling SCOTLAND=20 FK9 4LA=20 Email: mic...@st...=20 Tel: +44 (0) 1786 466877=20 Fax: +44 (0) 1786 466880=20 http://www.is.stir.ac.uk/celd/=20 =09=20 --=20 The University of Stirling is a university established in Scotland by charter at Stirling, FK9 4LA. Privileged/Confidential Information may be contained in this message. If you are not the addressee indicated in this message (or responsible for delivery of the message to such person), you may not disclose, copy or deliver this message to anyone and any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. In such case, you should destroy this message and kindly notify the sender by reply email. Please advise immediately if you or your employer do not consent to Internet email for messages of this kind. |
From: Michael W. <mic...@st...> - 2004-10-20 12:18:04
|
Hi Richard, =20 Thanks again for your reply - very helpful :-) =20 I checked the servlet mappings, and they were, indeed, wrong - it turned out that our Unix sys admin had been a bit hasty with the install and hadn't carried out all the steps. =20 I updated the servlet mappings and the error changed to a page not found (which is when I realised that the installation had not been completed). I copied over the JSPs and was able to begin the eTheses submission process, however I'm now getting an Internal Error when I click "Next>" on the "Submit: Describe Your Item". =20 The error logs are saying: =20 ---------------------------------------------------------------- =20 2004-10-20 12:02:31,297 WARN org.dspace.app.webui.servlet.InternalErrorServlet @ :session_id=3D7DFB19AB157685DDBAF54543987EAB33:internal_error:-- URL Was: http://dspace.stir.ac.uk:8180/dspace/theses-submit -- Method: POST -- Parameters were: -- workspace_item_id: "54" -- step: "1" -- submit_next: "Next >" =20 org.apache.jasper.JasperException: Unable to compile class for JSP =20 An error occurred between lines: 631 and 677 in the jsp file: /theses-submit/edit-metadata-1.jsp =20 Generated servlet error: /usr/share/tomcat4/work/localhost/dspace/theses-submit/edit_0002dmetadat a_0002d1$jsp.java:1067: Method split(java.lang.String) not found in class java.lang.String. String[] st =3D myType.split(";"); ^ 1 error =20 at org.apache.jasper.compiler.Compiler.compile(Compiler.java:285) at org.apache.jasper.servlet.JspServlet.loadJSP(JspServlet.java:552) etc =20 ---------------------------------------------------------------- =20 Any thoughts on what this problem might be? =20 Thanks as ever, =20 Mike. Michael White=20 eLearning Developer/=20 Faculty of Management eLearning Contact=20 Centre for eLearning Development (CeLD)=20 S7, The Library=20 University of Stirling=20 Stirling SCOTLAND=20 FK9 4LA=20 Email: mic...@st...=20 Tel: +44 (0) 1786 466877=20 Fax: +44 (0) 1786 466880=20 http://www.is.stir.ac.uk/celd/=20 -----Original Message----- From: Richard Jones [mailto:r.d...@ed...]=20 Sent: 20 October 2004 08:48 To: 'Michael White' Cc: tap...@li... Subject: RE: Installing TAPIR 0.2.1 on DSpace 1.1.1 =09 =09 Hi Mike, =09=20 I've CC'd this to the Tapir tech list for possible feedback from others and archive purposes. =09=20 This is quite a strange error. Usually I would expect to see something like this if you put in a URL like: =09=20 http://dspace.stir.ac.uk:8180/dspace/handle/1234/567 =09=20 where the handle 1234/567 doesn't correspond to an item in the repository. If the URL is incorrect you should get an Error: Document Not Found page rather than the Invalid Identifier. At the exact point where you get the error, is the URL http://dspace.stir.ac.uk:8180/dspace/submit, and is this the URL where you would expect to find the submit system? =09=20 I unfortunately can't look at it directly as you need to be authenticated to get to this page. =09=20 I think the first things that I would check are that the servlet mappings are set up correctly. In 0.2.1 this section was a bit tricky because if the need to provide multiple options for submit configurations - in later versions of the software this has been cleaned up a little and I've removed documentation which instructs how to do the more complicated set up. =09=20 I've searched the source code for 0.2.1 and there's no reference to the invalid-id.jsp so it must be being provided by some other bit of dspace. This suggests that the Tapir's submission system is not in place correctly I think. I would also check that the relevant code snippets have been put in place in "MyDSpace". Are your options buttons side by side or above each other? If the former then you still have the standard DSpace set up, and if the latter you most likely have the Tapir snippets installed. =09=20 let me know how you get on, =09=20 Cheers =09=20 Richard Our Unix sys admin finally got around to having a bash at installing your plug in today (He did our original DSpace install, my Unix is very rusty, and he is also our postgres administrator, so I thought it would be better if he did it!!) - however, I'm getting an error message when I try and access the "Start a new submission" page (http://dspace.stir.ac.uk:8180/dspace/submit): =09=09=20 --------------------------------------------------- Invalid Identifier The identifier does not correspond to a valid collection in DSpace. This may be because of one of the following reasons: * The URL of the current page is incorrect - if you followed a link from outside of DSpace it may be mistyped or corrupt.=20 * You entered an invalid ID into a form - please try again. --------------------------------------------------- =09=09=20 I don't want to simply email him back and say "it isn't working" ('cos that isn't very helpful!) so I wondered if you might have any thoughts as to where the problem might be/where we should start looking to sort this out? =09=09=20 Any insights gratefully received :-) =09=09=20 Thanks, =09=09=20 Mike. Michael White=20 eLearning Developer/=20 Faculty of Management eLearning Contact=20 Centre for eLearning Development (CeLD)=20 S7, The Library=20 University of Stirling=20 Stirling SCOTLAND=20 FK9 4LA=20 Email: mic...@st...=20 Tel: +44 (0) 1786 466877=20 Fax: +44 (0) 1786 466880=20 http://www.is.stir.ac.uk/celd/=20 -----Original Message----- From: Richard Jones [mailto:r.d...@ed...]=20 Sent: 05 October 2004 14:12 To: 'Michael White' Subject: RE: Installing TAPIR 0.2.1 on DSpace 1.1.1 - Supervised workspace? =09=09=09 =09=09=09 Hi Michael, =09=09=09=20 There is no necessity for you to install the supervised workspace so you should be able to skip that section without any problem. Later versions of Tapir (well, the one later version ;)) assumes that you will install all the bits, mostly because maintaining installation instructions for multiple upgrades on multiple install types was a nightmare. If you're a bit more familiar with DSpace you'll find that you can swap Tapir's functionality in and out with a few minor modifications. =09=09=09=20 One down side to using 0.2.1 is that the theses submission system has changed slightly in the newer version, and will change again for the next one. Nonetheless you should find that a fairly good guide to what's going on at our end anyway. =09=09=09=20 Let me know if you have any problems, =09=09=09=20 Cheers =09=09=09=20 Richard ------- Richard Jones Systems Developer Theses Alive! - www.thesesalive.ac.uk r.d...@ed... tel 0131 651 1611=20 -----Original Message----- From: Michael White [mailto:mic...@st...]=20 Sent: 05 October 2004 11:51 To: 'r.d...@ed...' Subject: Installing TAPIR 0.2.1 on DSpace 1.1.1 - Supervised workspace? =09=09=09=09 =09=09=09=09 Hi Richard,=20 We are about to install your v0.2.1 of your "tapir" plug in for DSpace - we are running DSpace v1.1.1 (we are in the middle of a pilot/feasibility study so upgrading to v1.2 isn't an option at the moment :-( ). A quick question if you don't mind - we are primarily interested in the theses submission interface provided by the plug-in, and aren't considering (at this point) using the additional "supervised workspace" functionality. Is it necessary to install the supervised workspace (section 2 of the installation documentation), or can we skip this and go straight from the compulsory stuff to the submission interface stuff (section 3)? If we do install the supervised workspace (either because we have to, or because we might consider using it in the future) does it introduce any additional steps etc into the submission process, or is it "invisible" to the submitter until you actually use it? Many thanks in advance for any advice.=20 Regards,=20 Mike.=20 Michael White=20 eLearning Developer/=20 Faculty of Management eLearning Contact=20 Centre for eLearning Development (CeLD)=20 S7, The Library=20 University of Stirling=20 Stirling SCOTLAND=20 FK9 4LA=20 Email: mic...@st...=20 Tel: +44 (0) 1786 466877=20 Fax: +44 (0) 1786 466880=20 http://www.is.stir.ac.uk/celd/ <http://www.is.stir.ac.uk/celd/>=20=20 --=20 The University of Stirling is a university established in Scotland by charter at Stirling, FK9 4LA. Privileged/Confidential Information may be contained in this message. If you are not the addressee indicated in this message (or responsible for delivery of the message to such person), you may not disclose, copy or deliver this message to anyone and any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. In such case, you should destroy this message and kindly notify the sender by reply email. Please advise immediately if you or your employer do not consent to Internet email for messages of this kind. --=20 The University of Stirling is a university established in Scotland by charter at Stirling, FK9 4LA. Privileged/Confidential Information may be contained in this message. If you are not the addressee indicated in this message (or responsible for delivery of the message to such person), you may not disclose, copy or deliver this message to anyone and any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. In such case, you should destroy this message and kindly notify the sender by reply email. Please advise immediately if you or your employer do not consent to Internet email for messages of this kind. --=20 The University of Stirling is a university established in Scotland by charter at Stirling, FK9 4LA. Privileged/Confidential Information may be contained in this message. If you are not the addressee indicated in this message (or responsible for delivery of the message to such person), you may not disclose, copy or deliver this message to anyone and any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. In such case, you should destroy this message and kindly notify the sender by reply email. Please advise immediately if you or your employer do not consent to Internet email for messages of this kind. |
From: Richard J. <r.d...@ed...> - 2004-10-20 07:48:04
|
Hi Mike, I've CC'd this to the Tapir tech list for possible feedback from others and archive purposes. This is quite a strange error. Usually I would expect to see something like this if you put in a URL like: http://dspace.stir.ac.uk:8180/dspace/handle/1234/567 where the handle 1234/567 doesn't correspond to an item in the repository. If the URL is incorrect you should get an Error: Document Not Found page rather than the Invalid Identifier. At the exact point where you get the error, is the URL http://dspace.stir.ac.uk:8180/dspace/submit, and is this the URL where you would expect to find the submit system? I unfortunately can't look at it directly as you need to be authenticated to get to this page. I think the first things that I would check are that the servlet mappings are set up correctly. In 0.2.1 this section was a bit tricky because if the need to provide multiple options for submit configurations - in later versions of the software this has been cleaned up a little and I've removed documentation which instructs how to do the more complicated set up. I've searched the source code for 0.2.1 and there's no reference to the invalid-id.jsp so it must be being provided by some other bit of dspace. This suggests that the Tapir's submission system is not in place correctly I think. I would also check that the relevant code snippets have been put in place in "MyDSpace". Are your options buttons side by side or above each other? If the former then you still have the standard DSpace set up, and if the latter you most likely have the Tapir snippets installed. let me know how you get on, Cheers Richard Our Unix sys admin finally got around to having a bash at installing your plug in today (He did our original DSpace install, my Unix is very rusty, and he is also our postgres administrator, so I thought it would be better if he did it!!) - however, I'm getting an error message when I try and access the "Start a new submission" page (http://dspace.stir.ac.uk:8180/dspace/submit): --------------------------------------------------- Invalid Identifier The identifier does not correspond to a valid collection in DSpace. This may be because of one of the following reasons: * The URL of the current page is incorrect - if you followed a link from outside of DSpace it may be mistyped or corrupt. * You entered an invalid ID into a form - please try again. --------------------------------------------------- I don't want to simply email him back and say "it isn't working" ('cos that isn't very helpful!) so I wondered if you might have any thoughts as to where the problem might be/where we should start looking to sort this out? Any insights gratefully received :-) Thanks, Mike. Michael White eLearning Developer/ Faculty of Management eLearning Contact Centre for eLearning Development (CeLD) S7, The Library University of Stirling Stirling SCOTLAND FK9 4LA Email: mic...@st... Tel: +44 (0) 1786 466877 Fax: +44 (0) 1786 466880 http://www.is.stir.ac.uk/celd/ -----Original Message----- From: Richard Jones [mailto:r.d...@ed...] Sent: 05 October 2004 14:12 To: 'Michael White' Subject: RE: Installing TAPIR 0.2.1 on DSpace 1.1.1 - Supervised workspace? Hi Michael, There is no necessity for you to install the supervised workspace so you should be able to skip that section without any problem. Later versions of Tapir (well, the one later version ;)) assumes that you will install all the bits, mostly because maintaining installation instructions for multiple upgrades on multiple install types was a nightmare. If you're a bit more familiar with DSpace you'll find that you can swap Tapir's functionality in and out with a few minor modifications. One down side to using 0.2.1 is that the theses submission system has changed slightly in the newer version, and will change again for the next one. Nonetheless you should find that a fairly good guide to what's going on at our end anyway. Let me know if you have any problems, Cheers Richard ------- Richard Jones Systems Developer Theses Alive! - www.thesesalive.ac.uk r.d...@ed... tel 0131 651 1611 -----Original Message----- From: Michael White [mailto:mic...@st...] Sent: 05 October 2004 11:51 To: 'r.d...@ed...' Subject: Installing TAPIR 0.2.1 on DSpace 1.1.1 - Supervised workspace? Hi Richard, We are about to install your v0.2.1 of your "tapir" plug in for DSpace - we are running DSpace v1.1.1 (we are in the middle of a pilot/feasibility study so upgrading to v1.2 isn't an option at the moment :-( ). A quick question if you don't mind - we are primarily interested in the theses submission interface provided by the plug-in, and aren't considering (at this point) using the additional "supervised workspace" functionality. Is it necessary to install the supervised workspace (section 2 of the installation documentation), or can we skip this and go straight from the compulsory stuff to the submission interface stuff (section 3)? If we do install the supervised workspace (either because we have to, or because we might consider using it in the future) does it introduce any additional steps etc into the submission process, or is it "invisible" to the submitter until you actually use it? Many thanks in advance for any advice. Regards, Mike. Michael White eLearning Developer/ Faculty of Management eLearning Contact Centre for eLearning Development (CeLD) S7, The Library University of Stirling Stirling SCOTLAND FK9 4LA Email: mic...@st... Tel: +44 (0) 1786 466877 Fax: +44 (0) 1786 466880 <http://www.is.stir.ac.uk/celd/> http://www.is.stir.ac.uk/celd/ -- The University of Stirling is a university established in Scotland by charter at Stirling, FK9 4LA. Privileged/Confidential Information may be contained in this message. If you are not the addressee indicated in this message (or responsible for delivery of the message to such person), you may not disclose, copy or deliver this message to anyone and any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. In such case, you should destroy this message and kindly notify the sender by reply email. Please advise immediately if you or your employer do not consent to Internet email for messages of this kind. -- The University of Stirling is a university established in Scotland by charter at Stirling, FK9 4LA. Privileged/Confidential Information may be contained in this message. If you are not the addressee indicated in this message (or responsible for delivery of the message to such person), you may not disclose, copy or deliver this message to anyone and any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. In such case, you should destroy this message and kindly notify the sender by reply email. Please advise immediately if you or your employer do not consent to Internet email for messages of this kind. |