Themes and plugins are common causes of the 413 error with the WordPress content management system. Fortunately, there are several ways to increase your WordPress upload size limit enough to let these larger files through. As long as you do not exceed the limits of your hosting plan, you can try any of the following:
Weblogic file upload size
This code sets the maximum allowed size of your WordPress uploads and posts to 64 megabytes. You can change this number to something larger or smaller if you need, as long as you do not exceed your hosting plan's storage limit.
Nginx server settings can be modified inside the file nginx.conf. Open this file and check for the directive client_max_body_size. Then, change the value (in megabytes) to your maximum file size preference.
Doing this sets the maximum allowed size of your WordPress uploads and posts to 64 megabytes and sets the maximum file upload time to 300 seconds. You can change both of these values to your preference.
In this case, the issue may stem from your CDN's servers or some other restriction set by your hosting provider. First, reach out to your hosting support, detailing the problem and the steps you've taken so far to resolve it. It may be that you've exceeded your plan's file size limit without realizing. Or, your configurations may have inadvertently caused another error.
If all else fails, consider uploading alternative files, reducing the size of your current file, or upgrading your storage plan. If you find yourself needing to upload a massive amount of data, more likely than not there's a workaround.
If this is a production / dev scenario, it might be that your prod server is behind a reverse proxy or a gateway which rewrites the requests and removes the wid / sid from the parameter strings. Without those, the uploader wouldn't find the upload id, which could cause a NPE when receiving the file.Not sure without confirming on your side though, so remote debugging is the easiest road to get more info.
If you find the reason why the desktop doesn't hold parameters there, you might find a solution.I'd recommend checking the desktop ID in a breakpoint of the main thread, and in this breakpoint.Perhaps the desktop is not retrieved properly due to server configuration (request parameters lost,session expiration policy, load-balancing or session transfer without the Serialization UI settings, etc).If the desktop ID is correct (same between main page and upload thread), then the question becomes why does the default parameter for max size disapear from the desktop attributes.
Hey Luis,We created the following KBA which should contain the necessary guideline to bypass the HTTP post issue: Romain\",\"author\":\"username\":\"former.employee\",\"displayName\":\"Former Member\",\"groupIcons\":[\"name\":\"employee\",\"title\":\"This user is an SAP Employee\",\"priority\":21],\"suspended\":true,\"isCurrentUser\":false,\"parentAuthor\":\"username\":\"luisalberto.snchezmorga\",\"displayName\":\"Luis Alberto Sánchez Morga\",\"groupIcons\":[],\"suspended\":false,\"isCurrentUser\":false,\"id\":10341903,\"creationDate\":1381231297000,\"activeRevisionId\":10984895,\"lastActivity\":1381231297000,\"parentId\":10339464,\"originalParentId\":10293613,\"likeCount\":0,\"visibility\":\"full\",\"depth\":0,\"attachments\":[],\"canVoteUpOrCancel\":false,\"relations\":\"canReport\":false,\"visibility\":\"full\",\"canEdit\":false,\"canUseDelete\":false,\"isLiked\":false,\"type\":\"comment\",\"canVoteUpOrCancel\":false,\"canConvertToAnswer\":false,\"canBeModerated\":false,\"canViewRevisions\":false,\"showInReply\":false,\"reported\":false,\"canCancelReport\":false,\"canDelete\":false,\"canVoteDownOrCancel\":false,\"canComment\":false,\"canViewReports\":false,\"isCurrentUserAuthor\":false,\"liked\":false,\"moderatorComment\":false}]}}"); const simplifiedQuestionView = JSON.parse("true"); (function() window.pageContext = mergeDeep(pageContext, question: id: 10293613, plug: "error-in-deploying-boewar-in-weblogic-1036", votes: 0, questionTitle: "Error in deploying BOE.war in Weblogic 10.3.6", isClosed: false, isLocked: false, isRedirected: false, redirectedFromTitle: "", redirectedFromId: "", closedStatusData: JSON.parse(""), userVoted: false, relations: JSON.parse("\"canClose\":false,\"canUnredirect\":false,\"canReport\":false,\"visibility\":\"full\",\"canEdit\":false,\"canUseDelete\":false,\"canReopen\":false,\"type\":\"question\",\"canVoteUpOrCancel\":false,\"canViewRevisions\":true,\"canUnlock\":false,\"reported\":false,\"canVoteDownOrCancel\":false,\"canLock\":false,\"canCancelReport\":false,\"canComment\":true,\"isCurrentUserAuthor\":false,\"canViewReports\":false"), isQuestionAccepted: false , childToViewInfo: id: "" , comments: JSON.parse("\"10295393\":\"rootParentId\":10295393,\"commentsCount\":2,\"comments\":[\"body\":\"Hey Luis,We created the following KBA which should contain the necessary guideline to bypass the HTTP post issue: Romain\",\"author\":\"username\":\"former.employee\",\"displayName\":\"Former Member\",\"groupIcons\":[\"name\":\"employee\",\"title\":\"This user is an SAP Employee\",\"priority\":21],\"suspended\":true,\"isCurrentUser\":false,\"parentAuthor\":\"username\":\"luisalberto.snchezmorga\",\"displayName\":\"Luis Alberto Sánchez Morga\",\"groupIcons\":[],\"suspended\":false,\"isCurrentUser\":false,\"id\":10341903,\"creationDate\":1381231297000,\"activeRevisionId\":10984895,\"lastActivity\":1381231297000,\"parentId\":10339464,\"originalParentId\":10293613,\"likeCount\":0,\"visibility\":\"full\",\"depth\":0,\"attachments\":[],\"canVoteUpOrCancel\":false,\"relations\":\"canReport\":false,\"visibility\":\"full\",\"canEdit\":false,\"canUseDelete\":false,\"isLiked\":false,\"type\":\"comment\",\"canVoteUpOrCancel\":false,\"canConvertToAnswer\":false,\"canBeModerated\":false,\"canViewRevisions\":false,\"showInReply\":false,\"reported\":false,\"canCancelReport\":false,\"canDelete\":false,\"canVoteDownOrCancel\":false,\"canComment\":false,\"canViewReports\":false,\"isCurrentUserAuthor\":false,\"liked\":false,\"moderatorComment\":false]"), answerPager: answersCount: 1, page: 1, pageSize: 10, pageCount: 1, sort: "votes" , answers: JSON.parse("[\"body\":\"Hey Luis,Can you try to set the Max Post Size in WebLogic to -1 and if it does not work, set it to a different value like 2GB (2147483648)?Have you generated the file for WebLogic using wdeploy and the predeploy functionality?: forgot to mention - I do not have a WebLo console at hand, but when adding BOE, but I know that J2EE servers generally allow for 2 ways to deploy a webapp.First one is to \\\"upload\\\" the file through a \\\"browse\\\" button.That would generate the file to be sent through an HTTP call, which in this case generate a POST (error you have)The second way is to browse directly the server filesystem and select the war/ear files locally. I reckon that would bypass the problem. Last but not least, if you have a maintenance contract with Oracle, do you have the ability to check with them as well? My first assumption on this issue considering the BOE webapp is a rather large file is that there might be an issue with Web Logic 10.3.6 handling of 1GB+ webapps.Let us knowRegards\",\"author\":\"username\":\"former.employee\",\"displayName\":\"Former Member\",\"groupIcons\":[\"name\":\"employee\",\"title\":\"This user is an SAP Employee\",\"priority\":21],\"suspended\":true,\"isCurrentUser\":false,\"id\":10295393,\"posted\":1379587290000,\"votes\":0,\"isAccepted\":false,\"isLocked\":false,\"userVoted\":\"\",\"relations\":\"canCancelAccept\":false,\"canUnlock\":false,\"canUseDelete\":false,\"canVoteDownOrCancel\":false,\"canLock\":false,\"canAccept\":false,\"type\":\"answer\",\"canVoteUpOrCancel\":false,\"isCurrentUserAuthor\":false,\"attachments\":[]]"), answerForm: formAction: "/answers/10293613/post.json", textareaName: "body", textareaErrors: "", isAttachmentsEnabled: true, answerEditorialGuideline: title: "Before answering", content: "You should only submit an answer when you are proposing a solution to the poster\'s problem. If you want the poster to clarify the question or provide more information, please leave a comment instead, requesting additional details. When answering, please include specifics, such as step-by-step instructions, context for the solution, and links to useful resources. Also, please make sure that your answer complies with our Rules of Engagement.", links: [ title: "Rules of Engagement", href: " -of-engagement.html", ] , answerMinBodyLength: '10', answerMaxBodyLength: '20000' , currentUser: sapInternalId: '', permissions: canVoteUpOrCancel: false, canVoteDownOrCancel: false, canModerate: false, , isVotedUp: false, isVotedDown: false , alerts: alertModeratorMinLength : "It should be given a proper explanation about why the content is inappropriate.", alertModeratorMinLengthValue : "10", alreadyReportedMessage : "You already have an active moderator alert for this content." , url: profileApiBaseUrl: ' -api.services.sap.com', followUnfollowQuestion: '/sap/nodeSubscription.json', isFollowingQuestion: '/sap/isFollowingNode.json', vote: voteUp: '/commands/0/voteup.json', voteDown: '/commands/0/votedown.json', cancelVote: '/commands/0/cancelvote.json' , rss: answers: '/feed/10293613/answers.rss', answersAndComments: '/feed/10293613/comments-and-answers.rss' , authorizeUploadContext: type: 'answer' , atMention: userSearchServiceUrl: ' ', currentUserName: '', useNewUSSCORS: true, atMentionDelayMs: 100, showMentionInRedactor: true , attachmentSettings: commentMaxAttachments: '2', answerMaxAttachments: '10', commentMaxAttachmentSizeBytes: '1048576', answerMaxAttachmentSizeBytes: '1048576', commentAttachmentsSizeBytesTotal: '2097152', answerAttachmentsSizeBytesTotal: '10485760' , editor: editorClipboardUploadEnabled: true ) )(); Home
Community
Ask a Question
Write a Blog Post
Login / Sign-up Search Questions and Answers 0 Luis Alberto Sánchez Morga Sep 18, 2013 at 08:58 PM Error in deploying BOE.war in Weblogic 10.3.6 545 Views Follow RSS Feed Hi: 2ff7e9595c
Comments