Re: [dspace-tech] Handle-server cannot start

2024-03-13 Thread Guillermo Castellano Casas
Hi all, Mehmet is right. We have also experienced this issue in a fresh 7.6.1 install. Here is the error logged in [dspace]/handle-server/log/error.log-202403: "2024-03-12 12:48:55.725+0100" 25 Started new run. "2024-03-12 12:48:55.726+0100" 25 Handle.net Server Software version 9.3.0

Re: [dspace-tech] Handle-server cannot start

2024-02-19 Thread Mehmet Demirel
A similar problem occurred in version 7.6.1. On Monday 3 October 2022 at 22:09:26 UTC+3 Tim Donohue wrote: > All, > > After more testing, we are more certain that this PR should fix the > "start-handle-server" issues with missing Jetty JARs: > https://github.com/DSpace/DSpace/pull/8498 > > That

Re: [dspace-tech] Handle-server cannot start

2022-10-03 Thread 'Tim Donohue' via DSpace Technical Support
All, After more testing, we are more certain that this PR should fix the "start-handle-server" issues with missing Jetty JARs: https://github.com/DSpace/DSpace/pull/8498 That PR has been approved & merged, and this fix will be in the upcoming 7.4 release. Tim On Thursday, September 29, 2022

Re: [dspace-tech] Handle-server cannot start

2022-09-29 Thread 'Tim Donohue' via DSpace Technical Support
Hi all, Thanks for your patience. It took me a while to get back to this thread, but I think you all have found a bug. It appears that during a recent update, we accidentally filtered out several of the Jetty JARs from being included in DSpace. I've just created a small PR to try and fix

Re: [dspace-tech] Handle-server cannot start

2022-09-27 Thread Olayiwola Lawal
Thanks, all fine now after downloads are copied to the lib directory On Tuesday, 27 September 2022 at 19:37:14 UTC+1 Gabriella Harangi wrote: > Hi! > > As I wrote in my previous e-mail, you need 6 jars. Beside the > jetty-servlet, you need jetty-deploy, jetty-security,, jetty-servlets, >

Re: [dspace-tech] Handle-server cannot start

2022-09-27 Thread Gabriella Harangi
Hi! As I wrote in my previous e-mail, you need 6 jars. Beside the jetty-servlet, you need jetty-deploy, jetty-security,, jetty-servlets, jetty-xml, jetty-webapp Download these jar files also, and copy them to the lib directory. Gabi Olayiwola Lawal ezt írta (időpont: 2022. szept. 27., K

Re: [dspace-tech] Handle-server cannot start

2022-09-27 Thread Olayiwola Lawal
Hello, I am facing the same issue on a fresh 7.3 installation. we just got our prefix today. when I run the script to start the Handle-Server I get no confirmation prompt or errors. CNRI says they can't reach our handle server. From the handle-server/log I got this error after I have copied the

Re: [dspace-tech] Handle-server cannot start

2022-09-27 Thread Mark H. Wood
On Tue, Sep 27, 2022 at 03:20:04AM -0700, Gabriella Harangi wrote: > I've tried to start the handle server on our production server, which is a > fresh 7.3 install, and it doesn't work, it throws the same exception as > mentioned above. Then I've tried it on our test server, which is also a >

Re: [dspace-tech] Handle-server cannot start

2022-09-27 Thread Gabriella Harangi
If anybody has the same problem: the followng jars are missing for the handle server to work: jetty-deploy, jetty-security, jetty-servlet, jetty-servlets, jetty-xml, jetty-webapp Gabi Gabriella Harangi a következőt írta (2022. szeptember 27., kedd, 12:20:04 UTC+2): > I've tried to start the

Re: [dspace-tech] Handle-server cannot start

2022-09-27 Thread Gabriella Harangi
I've tried to start the handle server on our production server, which is a fresh 7.3 install, and it doesn't work, it throws the same exception as mentioned above. Then I've tried it on our test server, which is also a dspace 7.3, but upgraded from dspace 7.2. The handle server doesn't start

Re: [dspace-tech] Handle-server cannot start

2022-09-26 Thread Mark H. Wood
On Mon, Sep 26, 2022 at 03:43:40AM -0700, Fatih Güneş wrote: > Hello Tim, > We did some updates. Now I get no error message about Jetty-server. But > handle-server still does not start. Below is a part from dspace.log. > > 2022-09-26 13:31:47,687 WARN unknown unknown >

Re: [dspace-tech] Handle-server cannot start

2022-09-26 Thread Gabriella Harangi
ve had a build >> or install error which resulted in this. Missing classes >> (NoClassDefFoundError) tend to result from a build problem, or maybe an >> upgrade problem... it's essentially saying that a class which DSpace >> depends on is missing from your DSpace installation. You also should &

Re: [dspace-tech] Handle-server cannot start

2022-09-26 Thread Fatih Güneş
(if so, you should remove them and update > everything to what DSpace 7 expects). > > Tim > -- > *From:* dspac...@googlegroups.com on behalf > of Fatih Güneş > *Sent:* Saturday, August 20, 2022 1:13 AM > > *To:* DSpace Technical Support > *Subject:* Re: [dspace-te

Re: [dspace-tech] Handle-server cannot start

2022-08-22 Thread 'Tim Donohue' via DSpace Technical Support
rything to what DSpace 7 expects). Tim From: dspace-tech@googlegroups.com on behalf of Fatih Güneş Sent: Saturday, August 20, 2022 1:13 AM To: DSpace Technical Support Subject: Re: [dspace-tech] Handle-server cannot start Dear Tim, This is an upgraded instance from 6.x to 7.3

Re: [dspace-tech] Handle-server cannot start

2022-08-20 Thread Fatih Güneş
oglegroups.com on behalf > of Fatih Güneş > *Sent:* Friday, August 19, 2022 4:48 AM > *To:* DSpace Technical Support > *Subject:* [dspace-tech] Handle-server cannot start > > Hi, when I start handle-server I get the error below. Any idea is > appreciated. > >

Re: [dspace-tech] Handle-server cannot start

2022-08-19 Thread 'Tim Donohue' via DSpace Technical Support
aven. Good luck and let us know on this list if you find any more clues or error messages. Tim From: dspace-tech@googlegroups.com on behalf of Fatih Güneş Sent: Friday, August 19, 2022 4:48 AM To: DSpace Technical Support Subject: [dspace-tech] Handle-se

[dspace-tech] Handle-server cannot start

2022-08-19 Thread Fatih Güneş
Hi, when I start handle-server I get the error below. Any idea is appreciated. Exception in thread "main" java.lang.NoClassDefFoundError: org/eclipse/jetty/servlet/ServletContextHandler at net.handle.server.Main.configureDefaultRootWebApp(Main.java:373) at