Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'MethodNotAllowed' error in CLOB action Render #17

Open
jungand opened this issue Aug 16, 2021 · 1 comment
Open

'MethodNotAllowed' error in CLOB action Render #17

jungand opened this issue Aug 16, 2021 · 1 comment

Comments

@jungand
Copy link

jungand commented Aug 16, 2021

First of all let me thank you for this great solution. I'm quite new to APEX and it took me a while to find your plugin to overcome the 32k restriction.

I'm trying to use this plugin now to insert, modify and display text data between 1B and 2GB in my oracle database (11.2.0.4). While insert works very well, the plugin displays the following message when used in RENDER mode

{
    "code": "MethodNotAllowed",
    "message": "Method Not Allowed",
    "type": "tag:oracle.com,2020:error/MethodNotAllowed",
    "instance": "tag:oracle.com,2020:ecid/FqxUsLQaH9vNVGgKHl0nGA"
}

This is shown as output from the page load dyn action as if it was the result read from the database. There's no other error message, according to the tomcat logs and the debug info the application runs without problems.

The access to the database works and the message above gets displayed even if I just use "select 'hello' from dual;" as sql statement.

I've installed the TestUnitApp and it works well.

Since there's nothing more I can check I'm turning to you and kindly ask for any hint you might know.

Thank you in advance
Andreas

@jungand
Copy link
Author

jungand commented Aug 30, 2021

I finally found out why the plugin didn't work in my application. It seems to work only with 'friendly URL' not set. This is very sad for me because all the other stuff has already been setup based on this feature. So I simply cannot use this cool solution. What a pity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant