Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: Issue with Java WebApp

  1. #1
    Junior Member
    Join Date
    Oct 2011
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Issue with Java WebApp

    Hello,

    First, some background.

    We developed a Library Management System called Metamarc and use Java WebApp for the Circulation module.
    This has been running successfully since Java 1.3 and up to Java 6 Update 17.

    However, since Java 6 Update 18, the module does not work correctly, as illustrated in the attached document with screen captures of the correct operation with Java 6 Update 17 and the incorrect operation with Java 6 Update 18 and later.

    We have been trying some some time to get an answer to this problem, but the purchase of Sun by Oracle has not helped.

    We would be pleased to receive information on the changes in Java 6 Update 18 (and beyond) that could cause our WebApp to malfunction.

    Thank you for any assistance.
    Attached Files Attached Files


  2. #2
    Junior Member
    Join Date
    May 2012
    Location
    Bali, ID
    Posts
    6
    My Mood
    Happy
    Thanks
    0
    Thanked 3 Times in 3 Posts

    Default Re: Issue with Java WebApp

    Hi,

    I think the information that you've provided doesn't help us to analyse your problem, because we do not have any idea what your program is doing wrong. Maybe you can provided us with some kind of error log produced by your application so that we know the real problem of your application.

  3. #3
    Junior Member
    Join Date
    Oct 2011
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Smile Re: Issue with Java WebApp

    Have run the webapp with apache in debug mode with Java 6 Update 17 and then with Java 6 Update 37.
    With Update 17, the Status is retrieved, but with Update 37, get message "Retrieving loan details", and the app "hangs"
    The output from debug doesn't seem different, but the results is!
    Output with Java6 Update 17 is "metamarc.log.circapp.j6u17.pdf"
    Output with Java6 Update 37 is "metamarc.log.circapp.j6u37.pdf"
    Hope this will help?
    Regards,
    Attached Files Attached Files

Similar Threads

  1. Java Issue / Cache issue
    By VisualPK in forum What's Wrong With My Code?
    Replies: 1
    Last Post: April 14th, 2012, 08:43 PM
  2. Win 1000$ now [Java WebApp]
    By biz in forum Paid Java Projects
    Replies: 3
    Last Post: November 2nd, 2011, 11:05 AM
  3. Issue with Java 6 Update 18 and WebApp
    By jpa in forum Java Theory & Questions
    Replies: 1
    Last Post: October 12th, 2011, 07:23 AM
  4. mantaining sessions in WebApp
    By arvindbis in forum Java Servlet
    Replies: 0
    Last Post: August 25th, 2011, 12:58 PM
  5. Simple Webapp
    By xhunter in forum What's Wrong With My Code?
    Replies: 4
    Last Post: February 11th, 2011, 04:40 PM