Current Events > Network savvy people - what's this error code mean?

Topic List
Page List: 1
Cornmuffins
12/18/19 9:41:14 PM
#1:


File: SQL Access ManagerSQL error. Stmt #: 2 Error Position: 0 Return: 12541 - ORA-12541: TNS:no listener
---
Getting C's and D's, saying thanks and please.
You broke the golden rule, you're staying after school.
... Copied to Clipboard!
CableZL
12/18/19 9:52:42 PM
#2:


If it is a network problem, "no listener" might mean the server it's trying to talk to isn't responding on whatever port the machine is trying to communicate on... Or something in between the two devices is blocking said communication. I'm just not sure if that's exactly what that message means.

---
... Copied to Clipboard!
Cornmuffins
12/18/19 9:55:57 PM
#3:


Sorry IDK much about computer stuff, I just assumed it was a network thing. What else could it be?
---
Getting C's and D's, saying thanks and please.
You broke the golden rule, you're staying after school.
... Copied to Clipboard!
Unsugarized_Foo
12/18/19 9:57:18 PM
#4:


Yeah, sounds like it's tryin' to talk, and no one wants to hear it's shit

---
"All I have is my balls and my word, and I don't break them for anyone!"-Tony Montana
... Copied to Clipboard!
davyheinz
12/18/19 9:57:57 PM
#5:


https://stackoverflow.com/questions/13358656/oracle-client-ora-12541-tnsno-listener

Might help

---
Currently playing: Psychonauts, BioShock
In limbo: Strider, Jet Force Gemini
... Copied to Clipboard!
Cornmuffins
12/18/19 10:00:11 PM
#6:


Sorry, I should have mentioned if I wasn't clear. I was just trying to look at a paystub. That's the error I got when trying to log in.
---
Getting C's and D's, saying thanks and please.
You broke the golden rule, you're staying after school.
... Copied to Clipboard!
CableZL
12/18/19 10:00:49 PM
#7:


Cornmuffins posted...
Sorry IDK much about computer stuff, I just assumed it was a network thing. What else could it be?

If the message means what I think it does, it could also be that the server the computer is trying to talk to isn't responding...

So like

If it is a network problem, some possibilities:

[Machine getting the error sends packet to server, let's just say it's using port TCP5858] ---> network devices --- firewall not allowing communication on port TCP5858 ---> Server (packet never gets here)

So "no listener" could mean the server that is supposed to listen on port TCP5858 never received the packet

Or if it's a problem with the server itself, then the server could possibly not be configured to respond on that port... so it'd be like...

[Machine getting the error sends packet to server, let's just say it's using port TCP5858] ---> network devices --- firewall IS allowing communication on port TCP5858 ---> Server (packet gets here, but the server doesn't know it's supposed to respond to packets with a destination port of TCP5858, so it just drops the packet)

---
... Copied to Clipboard!
Cornmuffins
12/18/19 10:17:52 PM
#8:


Now I get this:

bea.jolt.ServiceException: TPENOENT - no entry found

I figured the site was just fucked up. I was just curious as to the why. Thanks for the help guys.
---
Getting C's and D's, saying thanks and please.
You broke the golden rule, you're staying after school.
... Copied to Clipboard!
Topic List
Page List: 1