i want to create new dataverse (like user guide says),but its web site shows "This dataverse was not able to be created. – Please contact Root Support for assistance. Date/Time: 2018-01-20 08:29:56" .
glassfish log file shows " [2018-01-20T16:39:56.931+0800] [glassfish 4.1] [WARNING] [] [] [tid: _ThreadID=36 _ThreadName=http-listener-1(2)] [timeMillis: 1516437596931] [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.]]
". what should i do