[dspace-tech] Statistics not updating

2023-01-30 Thread Wally Grotophorst
s to bump up by one right then? Any assistance appreciated. Still learning my way around DSpace 7 :) - Wally Grotophorst George Mason University -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx --- You r

[dspace-tech] Re: Statistics not updating

2023-02-02 Thread Wally Grotophorst
s started working as you'd expect: solr-statistics.server = http://localhost:8983/solr/statistics On Monday, January 30, 2023 at 2:16:46 PM UTC-5 Wally Grotophorst wrote: > Exported data from production 6.3 system and built a 7.4 instance that's > working well in most respects.

[dspace-tech] Cleanup (7.6) bombs with error message

2023-07-03 Thread Wally Grotophorst
tail: Key (uuid)=(ca1a4a1e-5fd0-418e-96f6-6911475a8b2f) is still referenced from table "requestitem". Mark's suggestion does not work for this table but I wonder if someone else has encountered this issue and has the SQL that might fix it? Thanks. - Wally Grotophorst George Ma

[dspace-tech] Re: Cleanup (7.6) bombs with error message

2023-07-06 Thread Wally Grotophorst
9e4f7* > db43aa8e-855d-42b9-b82c-57c3d469e4f7 > (2 rows) > > *SELECT deleted FROM bitstream WHERE uuid = :'a';* > deleted > - > t > (1 row) > > *\set b* *db43aa8e-855d-42b9-b82c-57c3d469e4f7* > *UPDATE requestitem SET bitstream_id = null WHERE item_

[dspace-tech] Menu anomaly - DSpace 7.6

2023-07-27 Thread Wally Grotophorst
(e.g., Communities or All of DSpace) You never get the statistic menu item appearing again I don't know if this was introduced in 7.6 or if it is in older 7.x releases as well Wally Grotophorst George Mason University -- All messages to this mailing list should adhere to the Code of Co

[dspace-tech] pm2 restarts

2023-08-17 Thread Wally Grotophorst
When tailing pm2.log I see this happening every 30 seconds or so (this is just an excerpt, one of the worker processes out of the 10 I have running): 2023-08-17T10:16:20: PM2 log: [PM2][WORKER] Process 6 restarted because it exceeds --max-memory-restart value (current_memory=117948416 max_mem

[dspace-tech] Re: Curious 5.5 -> 6.0 issue

2017-04-21 Thread Wally Grotophorst
Figured out my issue...will post the answer here (in case someone else is a careless as me :) I didn't uncomment a couple of important areas of as-distributred dspace.cfg (specifically those lines related to ORCID and ORCID authority control). We added ORCID functionality to our dspace instan

[dspace-tech] Unable to view "Submissions" - Dspace 6.0

2017-05-18 Thread Wally Grotophorst
;s going on? Dspace 6.0 xmlui interface Postgresql 94 database -- Wally Wally Grotophorst George Mason University Java stacktrace: java.lang.NullPointerException at org.dspace.app.xmlui.aspect.workflow.Submissions.addSubmissionsInWorkflow(Submissions.java:362) at org.dspace.app.xmlui.aspec

[dspace-tech] Re: Unable to view "Submissions" - Dspace 6.0

2017-05-19 Thread Wally Grotophorst
An update (24 hours later): Decided today to access our production system (10,000+ items) using the JSPUI interface rather than the usual XMLUI. Under JSP, I *was* able to access the in-process submissions page... I cleaned up the duped fields there and deleted a few long standing in-process

[dspace-tech] error when trying to delete a sub-community (6.0)

2017-08-18 Thread Wally Grotophorst
is there something else I should do instead? -- Wally Wally Grotophorst George Mason U. -- 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 t

[dspace-tech] Trying to force port 80 -> 443 on Tomcat 7, Dspace 6.3

2020-02-07 Thread Wally Grotophorst
the automatic redirection of users from port 80 to port 443, it breaks some internal connections...such that I see my communities listed on the xmlui "home page" but no items, no facets, etc. Maybe that's a SOLR connection issue? Not sure. Any suggestions welcomed... Wally Grotophor