XE and "Cannot find server or DNS Error"

I read other articles and here is some data for your to go over.
=====================================================================
SQL*Plus: Release 10.2.0.1.0 - Production on Tue Nov 28 09:37:18 2006
Copyright (c) 1982, 2005, Oracle. All rights reserved.
SQL> connect / as sysdba
ERROR:
ORA-12631: Username retrieval failed
SQL>
==================
C:\>lsnrctl status
LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 28-NOV-2006 08:19
:39
Copyright (c) 1991, 2005, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
STATUS of the LISTENER
Alias LISTENER
Version TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Produ
ction
Start Date 27-NOV-2006 16:14:11
Uptime 0 days 16 hr. 5 min. 27 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Default Service XE
Listener Parameter File C:\oraclexe\app\oracle\product\10.2.0\server\network\a
dmin\listener.ora
Listener Log File C:\oraclexe\app\oracle\product\10.2.0\server\network\l
og\listener.log
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC_FOR_XEipc)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=jantar)(PORT=15
21)))
Services Summary...
Service "CLRExtProc" has 1 instance(s).
Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
Service "PLSExtProc" has 1 instance(s).
Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
The command completed successfully
Also netstat does not show anything running on port 8080.
============================================
C:\Documents and Settings\N0139838>net start
These Windows 2000 services are started:
Alerter
COM+ Event System
Computer Browser
DHCP Client
Diskeeper
Distributed Link Tracking Client
Distributed Transaction Coordinator
DNS Client
EPAService
Event Log
Infrared Monitor
Logical Disk Manager
Machine Debug Manager
Messenger
Net Logon
Network Connections
OracleServiceXE
OracleXETNSListener
Plug and Play
Print Spooler
Protected Storage
Remote Access Connection Manager
Remote Procedure Call (RPC)
Remote Registry Service
Removable Storage
RunAs Service
SafeBoot Configuration Manager
SavRoam
Security Accounts Manager
Server
SMS Agent Host
SMS Remote Control Agent
SU Service
Symantec AntiVirus
Symantec AntiVirus Definition Watcher
Symantec Event Manager
Symantec Settings Manager
System Event Notification
Task Scheduler
TCP/IP NetBIOS Helper Service
Telephony
Windows Management Instrumentation
Windows Management Instrumentation Driver Extensions
Windows Time
WMDM PMSP Service
Workstation
The command completed successfully.
===========================================
Ping 127.0.0.1 or localhost is successfull.
===============================================
C:\Documents and Settings\N0139838>netstat -a
Nothing is running on port 8080.

Accoding to your listener status, it is actively listening on behalf of host 'jantar', but NOT listening on behalf of host 'locahost'.
What happens when you "ping jantar"?
Are you using DHCP?

Similar Messages

  • Forms/4GL Tutorial Returns Cannot find server or DNS Error

    Hi:
    I am trying to plow through this tutorial (10.1.3.1.0) and when I run the SRList.jpsx page I receive the error: Cannot find server or DNS Error. The URL produced by JDeveloper is:
    http://192.168.99.36:8988/SRTutorialADFBC-UserInterface-context-root/faces/app/SRList.jspx.
    Any suggestions?
    I've culled the forums and the Web, and cannot find a match. The only nugget that I can add is that I'm using JDeveloper with the OA Framework extension. I have been successful creating pages with OA Framework and executing them. Is there some incompatibility with OA Framework and ADF?
    Any help is greatly appreciated!

    Mchrist,
    You cannot use the OA Framework download to develop ADF apps.
    I would create two batch/command files: in each one, set JDEV_USER_DIR and any other environment variables to point to a proper place and run the JDeveloper.
    Just unzip JDev and OA Framework to separate locations and ensure that the user directory for each is in a separate location as well.
    John

  • Intermittent "Cannot find server or dns error"

    We are getting "Cannot find server or dns error" intermittently. It happens most frequently using internet explorer on https. Anyone else getting this or have any suggestions?
    (I have logged as TAR 1525537.999)
    null

    After many, many hours or research and corresponding with other
    Oracle resources, we resolved the issue. We still receive the
    "Cannot find server or DNS error" but with much, much less
    frequency.
    Here are the complete details:
    Environment:
    Windows NT 4.0 SP 6
    Oracle 9iAS 1.0.2.2
    Oracle 9iAS Portal 3.0.9.8.0
    Oracle 8i Database 8.1.7.0.0
    Apache HTTP Server: 1.3.19 (win32)
    mod_ssl: 2.8.1
    OpenSSL: 0.9.5a
    SSL port: 443
    Problem:
    We were running into the following error intermittently (but very
    frequently) when accessing pages in the Oracle Portal application
    with SSL enabled:
    "Cannot find server or DNS error" at the bottom of a "Page cannot
    be displayed" error page.
    Resolution:
    7 Applied patchset for Oracle8i 8.1.7.1.1 (to database client and
    server)
    7 Applied patchset for Oracle8i 8.1.7.1.5 (to database client and
    server)
    7 Applied patchset for Oracle Portal 3.0.9.8.1
    7 Implemented solution for Oracle Bug No. 1822053 (HTTP 404 Doing
    Portal Development) by changing (and un-commenting) the following
    line in our Apache http.conf file:
    From: #SetEnvIf User-Agent ".*MSIE.*" nokeepalive
    ssl-unclean-shutdown
    To: SetEnvIf User-Agent ".*MSIE.*" ssl-unclean-shutdown
    7 Implemented solution for Oracle Bug No. 1821195 (When uploading
    large file using modplsql & SSL error reading data from client)
    by replacing the existing ApacheModuleSSL.dll file with the
    patched file referenced in the bug details.
    Note: Bug No. 1821195 is for Oracle9iAS 1.0.2.2. It references
    Bug No. 1773627 for Oracle9iAS 1.0.2.1.
    I feel the biggest help was finding out about Bug No.
    1821195/1773627. We were provided the bug details by a local
    Oracle technical consultant, Dave McMarlin, referred to us by the
    Oracle Joint Staff Account Manager. That solved our problem with
    receiving the noted error message when we tried to add items to
    the content area. Applying the change to the http.conf file
    identified by Bug No. 1822053 (removing the nokeepalive entry) in
    combination with the Oracle8i and Oracle Portal upgrade seems to
    have solved our problems with the other intermittent occurrences
    of the noted error message.
    According to the details for the ApacheModuleSSL.dll patch, there
    was mention of a bug in the "select" function in Windows NT 4.0:
    "When checking a socket, if data can be read without blocking,
    select () returns yes, but when actually reading from the socket
    with recv(), that function returns WSAEWOULDBLOCK, which says
    that reading would block. It seems that this problem does not
    occur in usual operation, but only in an SSL enabled Apache
    (modssl or apache-ssl) with https. The code for WIN32, which
    handles writing to a socket, already contains a workaround for
    this. The code for reading from a socket did not have a
    workaround."
    Oracle Technical Assistance Report and Bug Information:
    TAR Number: 1727314.999
    BUG Reference: 1924408
    Open Date: 07/31/2001
    Abstract: Intermittent "Cannot find server or DNS error"

  • Problem with wrt54gl Cannot find server or DNS Error

    Hello,
    I am having problem with wrt54gl roouter. I have windows 2K professional that connected trough the wire. The browser (and other tools) is periodically loosing connection for around 30-60 seconds showing "Cannot find server or DNS Error". after refreshes it comes back. If I connect PC directly to internet without router I never have a problem. I have put statical resolution of dns servers(3 of them) and ip does not help. I switch between ports on pc and router site, change the cable, remove antivirus, put latest windows updates, use different browsers. Disable anable 2d network card (2 on mother board).
    Any suggestions?
    Thanks

    Hi… Login to the setup page of the router and reduce the MTU to 1365. Upgrade or re-flash the firmware if needed.

  • Database Control on Windows - Gives error Cannot Find Server or DNS Error

    hi all,
    After installing 10g on Windows, the necessary services for my new db are running, listener is up.
    But when I try to bring up Database Control via http://pnclultraprd.corporate.mem.5500/em/console/logon/logon
    I get "The page cannot be displayed. Cannot find server'
    I've not had this before on new installations and I'm stuck.
    Any tips? thanks, John

    What is the status of the enterprise manager and agent,
    emctl status dbconsole
    emctl status agentHTH
    Aman....

  • DNS error Cannot find server

    Hi,
    I have built a basic form from the HR schema but when I click the 'Run Form' button, I get a 'Cannot find server or DNS Error'.
    I am running 10gR2 and Forms [32 Bit] Version 10.1.2.0.2 (Production)
    Thanks for your help.

    I tried changing it to 1521 (the other listener port) with no success. When I changed it, I shutdown and restarted the OC4J.
    http://Hagrid:8889/forms/frmservlet
    C:\DevSuiteHome_1\j2ee\DevSuite\config\default-web-site.xml
    <?xml version="1.0" standalone='yes'?>
    <!DOCTYPE web-site PUBLIC "Oracle Application Server 10g XML Web-site" "http://xmlns.oracle.com/ias/dtds/web-site.dtd">
    <!-- change the host name below to your own host name. Localhost will -->
    <!-- not work with clustering -->
    <!-- also add cluster-island attribute as below
    <web-site host="localhost" port="0" protocol="ajp13"
    display-name="Default Oracle Application Server 10g Java WebSite" cluster-island="1" >
    -->
    <web-site port="8889" protocol="http"
    display-name="Oracle Developer Suite 10g instance of Oracle Containers for J2EE Web Site">
    <!-- Uncomment the following line when using clustering -->
         <!-- <frontend host="your_host_name" port="80" /> -->
         <!-- The default web-app for this site, bound to the root -->
         <default-web-app application="default" name="defaultWebApp" root="/j2ee" />
    <!-- Do not delete this line. -->
    <web-app application="forms" name="formsweb" root="/forms" />
    <!-- -->
    <!-- <web-app application="forms" name="formsweb" root="/forms" /> -->
    <web-app application ="reports" name="web" root="/reports" />
    <web-app application = "reports" name="demo" root="/repdemo" />
         <!-- Access Log, where requests are logged to -->
         <access-log path="../log/default-web-access.log" />
    </web-site>

  • Email - cannot find server

    For the last few days I am having a lot of problems with my Btinternet email - main one is that 7 out of 10 log ins I get a "Cannot find server" message.  This morning I haven't been able to get in at all so far.  (and yes, I am trying to log in via the link on the BT.com home page).  I also get kicked out of email most times I click on Inbox and have to log back in again which is incredibly frustrating.
    All this is since my laptop insisted on installing IE 11 but I don't know if there is a connection.
    Any suggestions?

    If I go to the 'My BT' website and click on the 'Email' logo at the top right of the screen I get the email logion screen.
    After typing my login details my web browser tries to display page
     http://uk.mg.bt.mail.yahoo.com/
    but it fails and I get an error message saying "502 - Cannot find server or DNS Error". 
    Has anyone got any ideas how I can access my emails?

  • "Cannot Find Server" Constant Error Message

    I've been having this problem for quite some time. I will attempt to connect to a website only to wait forever and then get a "Cannot find server" error message. It's not just with one site, it happens with many.
    It's also random. Sometimes everything connects fine and fast, and then inexplicably I get "Cant' find server" for sites like Facebook, Amazon, even Apple. It can start working again for a few minutes and then in an instant I'm getting error messages again.
    However, my email always works fine.
    And this is NOT a Safari problem. I also get the same trouble when I switch to Firefox or Explorer. My ISP says it's an Airport / Mac issue since it all works fine if I direct connect to the laptop and because my email is also working.
    In addition, when I'm having this problem, my iPhone also cannot connect to the WWW but can get email.
    I've tried powercycling the modem and the airport numerous times. It's really becoming a pain.
    Any thoughts?

    Me too I tried everything. I am an Apple fan with 2 computers,3 iPods. I have no idea what the problem is. I had to re-run the disk each time to find the internet. Finally tried a Linksys Grouter worked first time-laptop anywhere in the house strong signal. I have had similar problems with an Airport Express-never got it to work-so tried the Extreme. I returned it-I didn't want to but I just could not get it to work.

  • Cannot find server error trying to download Migration Workbench

    I've been trying to download OMWB for the last 4 days, from Oracle Migration Workbench Downloads / Release 9.2.0.1.2 for Microsoft Windows 98/NT/2000/XP page.
    Keep getting 'Cannot find server' and 'Page cannot be displayed' errors in Internet Explorer.
    Is this the correct URL:
    http://download.oracle.com/otn/nt/omwb/92012/omwb_92012.exe
    I downloaded and used the previous version of OMWB. Was very satisfied with it. Unfortunately, I had to rebuild my hard drive and lost OMWB.

    I suggest that you retry, maybe there was some network glitches... If you follow the links from OTN you should be able to download no problems. Did you try the split downloads as an alternative?
    Donal

  • Error while synchronizing: Cannot find server

    I have synchornization enabled both on my laptop and PC.
    On laptop everything is fine, but any changes done on PC are not synchronizing with the "Cannot find server \ Wrong server" error.

    Hi Selik,
    Thank you for your question. Apologies for the late reply. I understand that you are receiving a synchronization error. May I confirm with you what service this is associated with?
    If it is Firefox Sync please check the following:
    # Do you have a firewall or antivirus that may be blocking https://accounts.firefox.com or specifically a name like * .services.mozilla.com
    # Please enable logging and post any errors to share [http://pastebin.mozilla.org/]
    How to turn on logging:
    # Open about:config and turn on: services.sync.log.appender.file.logOnSuccess and services.sync.log.logger.engine.bookmarks
    # Restart Firefox and look at: about:sync-log
    # Logs and error messages will be located here
    Thank you, we look forward to your reply!

  • 'Font contains bad/Widths' and 'Cannot find/create font' errors when saving pdf as Other Reduced Size PDF

    I am exporting .indd files from within Indesign as pdf files, opening in Acrobat Pro XI. I have no trouble creating the initial pdf file, however, when I go to Save Other > Reduced Size PDF I get error messages. Depending on the file, I receive either the message, "The font (Myriad Pro) contains bad/Widths" replacing the text with dots or "Cannot find or create the font (Helvetica) Some characters may not print or display properly" replacing text with dots or boxes.
    My confusion is that the file is exporting to pdf from Indesign without error, it is only when I try to Save Other> Reduce Size PDF that the error occurs.
    Also, it is only occurring on five out of 120 pages. These same fonts are on other pages and I have no trouble at all with exporting or Reduce Size PDF.
    More frustrating is that I have never had this problem occur in all my previous versions of Acrobat using the same process and typefaces.
    I am reaching deadline on this and cannot find a solution other than to reload Acrobat 9 and ditch this upgrade.
    Any help would be greatly appreciated.

    I, too have experienced this issue. Upon export from INDD CS6, I see the error message "The font 'IXWIPX+SourceHanSansSC-Bold' contains bad \Widths."
    The only items on the single-page InDesign document I'm trying to export are copies of a one-page PDF (which was extracted from a longer PDF, arranged into a cover format). I can provide all files as necessary. The longer document that the one page came from also experienced an error when I tried to print to Adobe PDF. While I still get a PDF of the cover on export, despite the "bad \widths" message, it won't print from certain machines. I get nothing (not even an empty shell file) from the attempt to print the larger document (where the cover elements came from) to PDF.
    I can deal with these issues with a few unorthodox workarounds, but wanted to offer comments or volunteer to help test fixes if possible.
    For the record, I'm really not enjoying Acrobat XI. It doesn't seem to have much by way of new features (at least not that I use), and some of those I used most in version X are gone or less functional. Common fonts like Times New Roman are often not found (even though they are definitely on my system); I have a much harder time editing text through the new interface, and I have a few other small gripes—some that I don't have time to get into, others that wouldn't really matter, except that they weren't a problem until I "upgraded." Just sayin'.
    Thanks for listening.

  • Why does Apple not give a list of error messages and possible solutions? I have the (-54) error continually that has suddenly appeared and cannot find a solution, even though other users seem to have the same problem.

    Why does Apple not give a list of error messages and possible solutions? I have the (-54) error continually that has suddenly appeared and cannot find a solution, even though other users seem to have the same problem.

    This is a user to user forum.  Apple isn't here and won't answer you.  You need to contact Apple directly.  You can use the Contact button at the bottom of the screen.

  • HP Laserjet 2015 ..."Cannot Find Server"

    I am having trouble in having my printer be a... "Network Printer"….  It is a HP Laserjet 2015 Printer.
    I have a Mac OS version ~ 10.8.2 on my Apple computer.
    If i have the printer connect directly to the computer via USB, (with no network) the printer works fine, but if I try to set up a network using an Ethernet Cable from the Printer Server to the Linksys E1200 Router, then I am unable to print. I get a page with ERROR messages.
    I am using a HP JetDirect 175x  External Print Server
    When I run "Network Diagnostics"…. I get a….. "Cannot find Server"….. along with the message below….
    Jim
    Network Diagnostics
    “Cannot Find Server”
    This computer appears to have a working Internet connection, but cannot find “HP LaserJet 2015 (00110AB8E541)._printer._tcp.local.”.  You may have typed the address incorrectly.
    On the Sidebar titled, “Network Status”
    Wi-Fi is............……........ Green
    Wi-Fi Settings is...…..... Green
    Network Settings is…... Green
    ISP is.....................……... Green
    Internet is...............…..... Green
    Server (Failed) is...……... Red
    This question was solved.
    View Solution.

    Thank you Garland_M for replying.  
    I have since removed the Printer Server, and found that I can simply put the USB Cable from the Printer to Computer 1, and Computer 2 will see it on the Network..... so I didn't even need that Printer Server in my setup as I had been informed.
    Jim

  • Windows 7 Backup "The System cannot find the path specified" - Error Code 0x80070003

    I'm having severe problems backing up my own machine to a share on our
    FILE-SERVER as \\FILE-SERVER\Backup\
    I have already backed up another PC successfully using exactly the same settings I have used on my own PC. So I presume it is nothing to do with the
    FILE-SERVER or the Backup settings.  It has to be something to do with what I'm trying to backup from my machine.
    First some background.
     This exercise all began when the Windows Server 2008 r2
    O/S fell over on one of our Servers. I tried reinstalling the O/S several times, without success. In the end I grabbed another drive and re-built the O/S. I then had problems promoting it to a Domain Controller on the network.
     In the end I renamed the Server from FILESERVER
    to FILE-SERVER.
    We routinely share four folders on what is now
    FILE-SERVER:
    \\FILE-SERVER\Backup
    - a Folder where backups from all other machines are written, so that they will be backed up with the Server
    \\FILE-SERVER\Company
    - holds all our Company data
    \\FILE-SERVER\GEM
    - this is the application folder for our own database
    \\FILE-SERVER\Install
    - holds all Install files for the software we use
    These are all held on a RAID 1 Array that is separate from the System Disk that fell over.
    Prior to the Server falling over, I had Backup working fine on my machine. 
    On my Notebook PC I had made these shared folders 'Available Offline', so that I still had everything available to me when I was out of the office. They were
    of course shared as \\FILESERVER\... not \\FILE-SERVER\...
    Having got the Server up and going again, I began to get the Backups from the Windows 7 Client PC's going again.
     I started with a Desktop, which of course did not have any Offline Files.
     That proved relatively straight-forward.
    I then started with my machine. Initially I did not make the above shared folders 'Available Offline'. I set up my Backup using exactly the same settings that
    had worked OK on the desktop machine. But when I ran the backup I got:
    The System cannot find the path specified, Error Code 0x80070003
    I tried all sorts of things to get it to work:
    I restored the system to the earliest point possible,
    I ran chkdsk,
    I defragged the drive
    All to no avail, so I tried backing up:
    with and without a system image,
    reducing the backup to a single folder, 
    a single Folder with only one .txt file in it, 
    making the Folders 'Available Offline' again.
    Nothing made any difference.
     In the end I looked in the Sync Center to look at the Offline Files Folder.
     Under Mapped Network Drives I discovered I still had the Files and Folders from
    \\FILESERVER.  In their Shortcut Menu 'Always Available Offline' was greyed out. So I deleted the Offline Copies. This deleted the Files in the Folders but not the Folders.
    Since I could find no way of deleting the old Mapped Network Drives, I decided I'd painted myself into a corner by renaming the Server.
     So I bit the bullet and re-installed my Notebook too.  This did get rid of the unwanted old Mapped Network Drives - BUT NOT THE ERROR!!
    I’ve been through all the troubleshooting procedures in: 
    http://social.technet.microsoft.com/Forums/windows/en-US/629597bb-7be0-455c-b81e-a149472d3f9b/windows-7-backup-the-system-cannot-find-the-path-specified-error-0x80070003?forum=w7itprogeneral
    Method 1
    It had none of the symptoms reported in  
    http://support.microsoft.com/kb/973455 
    but I scanned for ‘reparse’ points anyway.  Found several “Junction Points” but none that were “Mounted Volumes”, just ordinary ‘File Folders’.
    Method 2
    Check a drive for errors. 
    Looked at: 
    http://windows.microsoft.com/en-us/windows7/Check-a-drive-for-errors
    Checked
    both boxes.  I closed machine down, to check for errors when it re-started. 
    It didn’t seem to find anything. 
    I say seem, because I did not actually see it finishing checking the empty space, but stages 1-4 found no problems and Windows 7 restarted normally. 
    It did detect 66 ‘Reparse’ Points, which is more than it found when I scanned for them earlier. 
    Method 3
    Yes, I am an administrator or my own machine and, as such, I have ‘Full Access’.
    I downloaded an ran the Process Monitor, filtering for Process Name “Wbengine.exe”, but did dot get a single event. 
    So I’m not sure what’s going on.
    HELP - I'm out of ideas!
    I have a WORD Document that documents all the Settings I've used on both the Server and the Clients, together with the reasoning behind those settings, but
    I cannot find a way of uploading it.

    I am having the exact same problem with Windows 7 Professional. Out of the blue, this issue just started a few months ago when running my monthly Windows Backup where I have used a USB drive for the last 3 years, and never ever had this issue before. Most
    of the solutions listed on the Microsoft websites and answers deal with
    "Restore" functions, not the
    "Backup" itself. I have 3 folders being skipped during the backup.
    So I went and changed the Backup from "let Microsoft choose files, directories, etc" to "Let me choose". I included the files and folders that were being skipped, and ran the "Backup" again, and got the same error message,
    but the files that were skipped the first time were "Backed up" finally. This issue is somehow related to my "Libraries"?
    The 3 backup problems are:
    Backup encountered a problem while backing up file C:\Windows\System32\config\systemprofile\My Audio Books\Audio Book Recordings. Error:(The system cannot find the path specified. (0x80070003))
    Backup encountered a problem while backing up file C:\Windows\System32\config\systemprofile\My Audio Books\Audio Book CD Label-Cover Art. Error:(The system cannot find the path specified. (0x80070003))
    Backup encountered a problem while backing up file C:\Windows\System32\config\systemprofile\My Audio Books\Audio Book MP3 Tag Art. Error:(The system cannot find the path specified. (0x80070003))
    Did a "checkdisk" - no problems. Ran a program to fix registry - no problems. All updates up to date. I guess I could eliminate these folders from the Backup folders in the
    Library, and just choose them under the "Users" locations, and be done with it. But I really want to understand this, and fix it. This is within Windows 7 and may be related to Windows Media Player or
    some recent Windows update.  Thanks.

  • Network Printing... "Cannot Find Server"

    I am having trouble in having my printer be a... "Network Printer"….  It is a HP Laserjet 2015 Printer.
    I have a Mac OS version ~ 10.8.2.....
    If i have the printer connect directly to the computer via USB, (with no network) the printer works fine, but if I try to set up a network using an Ethernet Cable from the printer to the Linksys E1200 Router, then I am unable to print.  I get pages with Error messages.
    When I run "Network Diagnostics"…. I get a….. "Cannot find Server"….. along with the message below….
    Any suggestions?
    Jim
    Network Diagnostics 
    “Cannot Find Server”
    This computer appears to have a working Internet connection, but cannot find “HP LaserJet 2015 (00110AB8E541)._printer._tcp.local.”.  You may have typed the address incorrectly.
    On the Sidebar titled, “Network Status”
    Wi-Fi is............……........ Green
    Wi-Fi Settings is...…..... Green
    Network Settings is…... Green
    ISP is.....................……... Green
    Internet is...............…..... Green
    Server (Failed) is...……... Red

    rkaufmann87,
    The printer that I have does not have network capabilities built in.... to have the network capabilities, HP says an additional piece of equipment must be used.... in my case, an HP JetDirect 175x Print Server... I found a used one on eBay that was inexpensive, so I purchased that, and have been trying to configure it to my computer and printer for about 5 hours now.... all I got were error pages.
    I have an older iMac (2008), and I wanted the ability of the use of one printer for the new and old computers.
    After I read your advice, I disconnected the HP JetDirect 175x Print Server entirely, and used just a USB cable from the printer to the computer. 
    The printer worked great from my new computer, but I still wanted the ability of using the printer with the older computer (Wi-Fi). I went into the Print & Scan of System Preferences, and for the heck of it, I clicked the "Printer Sharing" box. 
    I went to the old computer, and for the heck of it, I tried printing something.... LO & BEHOLD it worked. 
    I don't know how it works, because as I said before, the printer is not network-ready.  When I bought the printer several years ago, there were two printers of that model on the shelf.  One was a HP 2015, and the other was a HP 2015n.... (n meaning network).  At the time I didn't think that I would ever need a network printer, which was more expensive, so I purchased the non-network one.
    Now I am truly bewildered as to how I am able to print from both computers without the HP JetDirect 175x Print Server.
    Do you, or anyone else have the answer to that????
    Jim

Maybe you are looking for