hi,
Iam a newbie at dataverse.
Any assistance will be highly appreciated.
these are the details: running java 17, postgresql-13, Payara-6, Solr 9.3, jq-1.6, python 3.9.18
i have performed some troubleshooting as well as guides from the internet.
#/usr/local/payara6/glassfish/bin/asadmin list-applications
dataverse <ejb, health, metrics, openapi, web>
{"status":"OK","data":{"version":"6.1","build":"1590-f5d1299"}}
and part of my /usr/local/payara6/glassfish/domains/domain1/logs/server log is as follows:
at com.sun.ejb.containers.interceptors.InterceptorManager.intercept(InterceptorManager.java:375)
at com.sun.ejb.containers.BaseContainer.__intercept(BaseContainer.java:4807)
at com.sun.ejb.containers.BaseContainer.intercept(BaseContainer.java:4795)
at com.sun.ejb.containers.EJBLocalObjectInvocationHandler.invoke(EJBLocalObjectInvocationHandler.java:212)
... 77 more
]]
[2024-02-26T16:19:36.070+0300] [Payara 6.2024.1] [WARNING] [] [] [tid: _ThreadID=112 _ThreadName=http-thread-pool::http-listener-1(1)] [timeMillis: 1708953576070] [levelValue: 900] [[
Response has already been committed, and further write operations are not permitted. This may result in an IllegalStateException being triggered by the underlying application. To avoid this situation, consider adding a Rule `.when(Direction.isInbound().and(Response.isCommitted())).perform(Lifecycle.abort())`, or figure out where the response is being incorrectly committed and correct the bug in the offending code.]]
thank you