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 2 of 2

Thread: Local host not responding

  1. #1
    Junior Member
    Join Date
    Mar 2022
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation Local host not responding

    Hello,
    I am working on a web application where I did the setup for my local. Starting the server and accessing the web page is fine but the issue is some of the pages inside that shows error like[ an unexpected technical error occurred please contact your administrator] when I look in the console I'm getting error as [JBWEB00132: servlet.service() for servlet action threw exception: org.apache.cxf.binding.soap.soapFault: unmarshalling error: unexpected element(uri:" " ,. Local: preference).expected elements are <{ } parameters>.]

    What can be done in order to up the local host page.


    Thank you.

  2. #2
    Member Helium c2's Avatar
    Join Date
    Nov 2023
    Location
    Kekaha, Kaua'i
    Posts
    88
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: Local host not responding

    You are the administrator. You require more class files to your programs you're using on your home PC. It must be set up to meet your server at another host address. So that you can communicate to server which is you and also the client.

Similar Threads

  1. Tableview custom button not responding
    By okimait in forum Computer Support
    Replies: 1
    Last Post: October 7th, 2020, 08:16 AM
  2. How to look up host ip
    By Vaderman2787 in forum Java Networking Tutorials
    Replies: 0
    Last Post: June 22nd, 2013, 06:00 PM
  3. DEBUG SMTP: could not connect to host "host.domain.uk", port: 25, response: 421
    By aueddonline in forum What's Wrong With My Code?
    Replies: 0
    Last Post: August 21st, 2012, 04:47 AM
  4. Image not responding to keyboard?
    By uhKenKaniff in forum What's Wrong With My Code?
    Replies: 5
    Last Post: December 11th, 2011, 10:54 PM