Hi Eric, The problems you ran into were caused by an undiscovered bug in that beta1 release that we fixed a few weeks ago (see: https://github.com/DSpace/dspace-angular/pull/640)
This should now work in the beta2 release (see the recent email announcing that release). Tim ________________________________ From: [email protected] <[email protected]> on behalf of Eric Montague <[email protected]> Sent: Monday, April 20, 2020 2:11 PM To: DSpace Technical Support <[email protected]> Subject: [dspace-tech] DSpace 7.0 Beta1 Release - Unable to 'Create a new top-level community' I have installed both dspace-angular-dspace-7.0-beta1 (front end) and DSpace-dspace-7.0-beta1 (back end) locally on Windows 10. When I attempt to 'Create a new top-level community', I see the following in the Firefox browser console, and the pages shows 'Loading ...' beneath the page header. Error: {…} error: {…} error: "Not Found" message: "An Exception has occured" path: "/server/api/core/communities/create" status: 404 timestamp: "2020-04-20T18:37:27.274+0000" trace: "org.springframework.data.rest.webmvc.ResourceNotFoundException: core.communities with id: create not found at org.dspace.app.rest.RestResourceController.findOneInternal(RestResourceController.java:230) at org.dspace.app.rest.RestResourceController.findOne(RestResourceController.java:188) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocable…" <prototype>: Object { … } headers: Object { normalizedNames: Map(0), lazyUpdate: null, lazyInit: lazyInit() } message: "Http failure response for http://localhost:8080/server/api/core/communities/create: 404 OK" name: "HttpErrorResponse" ok: false status: 404 statusText: "OK" url: "http://localhost:8080/server/api/core/communities/create" <prototype>: Object { constructor: HttpErrorResponse(init) } dspace-rest-v2.service.ts:105:16 Object { statusCode: 404, statusText: "OK", message: "Http failure response for http://localhost:8080/server/api/core/communities/create: 404 OK" } response.models.ts:186:12 -- All messages to this mailing list should adhere to the DuraSpace Code of Conduct: https://duraspace.org/about/policies/code-of-conduct/ --- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-tech/85febb39-7b2d-bf26-c6a6-72e77cdf02e9%40comcast.net. -- All messages to this mailing list should adhere to the DuraSpace Code of Conduct: https://duraspace.org/about/policies/code-of-conduct/ --- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-tech/DM5PR2201MB11486223E41AB04FBBEC6FE8EDD50%40DM5PR2201MB1148.namprd22.prod.outlook.com.
