• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Cannot parse POST parameters of request

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
While submitting two forms at the same time using java script,I am getting this exception, only when i am accesing the server remotely.
But locally i am not getting this exception. The exception coming is :- weblogic.utils.NestedRuntimeException: Cannot parse POST parameters of request:
'/pcAdmin/pcAdmin/showDiscountAssociations.do' - with nested exception:
[java.net.SocketException: Connection reset]
What could be the reason.
Can any body let me know why its happening.
weblogic.utils.NestedRuntimeException: Cannot parse POST parameters of request:
 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Is uor problem resolved, cause Iam too facing a similar problem.

Ajay
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can you snoop the POST info from the httpsession and post that data here?
 
Ranch Hand
Posts: 193
Hibernate Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

John Archer wrote:Can you snoop the POST info from the httpsession and post that data here?



Sorry to bump such an old thread. I am getting this same error.

Can someone explain how to snoop the POST from an HTTPSESSION? Thank you.
 
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Me too. Did anyone of you find anything? Thanks.

In fact I have a thread here already:
https://coderanch.com/t/464137/BEA-Weblogic/Limit-Data-Key-Value-Pairs
 
Bartender
Posts: 6663
5
MyEclipse IDE Firefox Browser Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Looks like you are not alone Haq

We can discuss this in your other thread since this one is pretty much a zombie. I have migrated apps to WL 9.2 with IIS before and never faced any problem.
 
Greenhorn
Posts: 2
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hopefully this response helps:
https://coderanch.com/forums/posts/list/40/464137#2700842
 
reply
    Bookmark Topic Watch Topic
  • New Topic