-
-
Notifications
You must be signed in to change notification settings - Fork 70
Closed
Labels
Description
Catalog upload fails with Kaui 3.0.10.
Steps to reproduce:'
- Log in to Kaui
- Click on the
xbutton in theCatalog Showtab to delete any existing catalog - Click on the
+sign in theCatalog Showtab - Click on the
Enable Advanced Configuration(Upload XML)link - Click on
Choose fileand select a valid XML catalog - Click on the
Uploadbutton.
Upload fails. The following error is displayed in the logs:
2024-11-15T04:27:11,745+0000 lvl='ERROR', log='rack', th='http-nio-9090-exec-3', xff='', rId='', tok='', aRId='', tRId='', error app failed to handle exception: java.lang.invoke.WrongMethodTypeException: expected (RubyString,ByteList,int)int but found (ByteList,int)int
org.jruby.exceptions.NoMethodError: (NoMethodError) undefined method `bytesize' for Rack::Utils:Module
at RUBY.call(uri:classloader:/jruby/rack/error_app/show_status.rb:30)
at org.jruby.rack.ext.Servlet.call(org/jruby/rack/ext/Servlet.java:86)
2024-11-15T04:27:11,745+0000 lvl='ERROR', log='rack', th='http-nio-9090-exec-3', xff='', rId='', tok='', aRId='', tRId='', error app failed to handle exception: java.lang.invoke.WrongMethodTypeException: expected (RubyString,ByteList,int)int but found (ByteList,int)int
org.jruby.exceptions.NoMethodError: (NoMethodError) undefined method `bytesize' for Rack::Utils:Module
at RUBY.call(uri:classloader:/jruby/rack/error_app/show_status.rb:30)
at org.jruby.rack.ext.Servlet.call(org/jruby/rack/ext/Servlet.java:86)