Oracle isqlplus won't start and stay on starting status - oracle

I'm new on oracle and I just installed the "Oracle 10g"
but I can't access the "isqlplus" via " localhost:5560/isqlplus " it says : "unable to connect"
so when I check the services I found everything Running but "sqlplus" is stuck on "Starting" status ... and when I tried to start it from console using : "isqlplusctl start" it says the error message shown in the picture below :
I hope you can help me solve this problem please .
thanks.

I found the solution myself ! and I wanna keep it here ,maybe someone else will need it later ...
so the solution is to go to "Net Configuration Assistant" in Oracle then remove the actual Listener, and add a new on again ;)
it will work fine ;) and the isqlplus will start then ;)

Related

Error when setting up Shapeshifter on OpenVPN Oracle Cloud (orport provided but not defined)

I'm trying to set up Shapeshifter with OpenVPN on Oracle Cloud instance and receiving an error when running the following: ./shapeshifter-dispatcher -transparent -server -state state -orport 127.0.0.1:3344 -transports obfs4 -bindaddr obfs4-IPADDRESSHERE:2233 -logLevel DEBUG -enableLogging
The error message is "orport is provided but not defined" despite me literally defining it in the next few characters. How can I properly define orport in this context?"
I'm following this guide to set up Shapeshifter, and I copied the code directly and replaced it with my IP, seeing that it was pretty straightforward.
I've also tried running the command as root and asking ChatGPT to help me debug the code, but I still got the same error.
Any help is appreciated, thanks.

Parse "parse new " not working

I have just downloaded the ParseConsole.exe run it. I already have an app in my account in parse.com. The problem is that when I run the command "parse new" in the ParseConsole and log in the ParseConsole only shows me "1: results" instead os my app to choose. What should I do? Image of the error
I just came across this and just updated to the latest Parse CLI and it resolved my issue.
https://parse.com/docs/ios/guide#command-line-updating

while importing project in Android Studio throws 'Project refresh failed' error

I am a new bee for Android Studio,
while i import any android gradle(e.g. github.com/k9mail/k-9) project in studio,
it shows a bulk of errors:
Error:Unable to start the daemon process.
This problem might be caused by incorrect configuration of the daemon.
For example, an unrecognized jvm option is used.
Please refer to the user guide chapter on the daemon at http://gradle.org/docs/2.2.1/userguide/gradle_daemon.html
Please read the following process output to find out more:
Error: Could not find or load main class Xmx512m
i also changed the "Gradle VM option" under File>>Setting >>Gradle to "Xmx512m -XX:MaxPermSize=512m"
but not worked for me.
Also in the "VM option" under File >> Setting >> Compiler(Gradle-based Android Projects) i changed the VM option to Xmx512m -XX:MaxPermSize=512m, but not worked for me,
Please help me out.
Thanks in advance.

Getting error "Failed to connect to binary FirefoxBinary(E:\Mozilla\firefox.exe) on port 7055"

I am using firefox version 23.0.1 and selenium 2.35.0 jar. when i try to run the scripts , all scripts are failed with the error message saying "Failed to connect to binary FirefoxBinary(E:\Mozilla\firefox.exe) on port 7055" . please help me out to solve this issue.
Thanks in advance,
Manasa.
This problem could occur if your Firefox executable is not located in that location.
System.setProperty("webdriver.firefox.bin","PATH_TO_FIREFOX_HERE");
This code will update the location of Firefox in the system properties. In the event that this doesn't work, check to make sure the port is open on your computer by using netstat or a similar tool.
This should be the more appropriate answer for you boot bootstrap in your code -
FirefoxProfile profile = new FirefoxProfile();
FirefoxBinary binary = new FirefoxBinary(new File("C:\\path to firefox\\firefox.exe"));
driver = new FirefoxDriver(binary, profile);
Hope, it helps !
Regards,
Anand Chavan

gsoap error: SOAP-ENV:Client [no subcode]

I downloaded gsoap 2.8 and went into the samples folder and ran a make. Everything seems to have built fine. I then navigated into the "ssl" folder and ran the sllserver in one xterm and ran sslclient in a second xterm window. (I am running RHEL 6) The server seems to run fine, it says "Bind successful: socket = 4". But when I run the client I receive the following message:
Error -1 fault: SOAP-ENV:Client [no subcode]
"End of file or no input: Operation interrupted or timed out (30 s receive delay) (30 s send delay)"
Detail: [no detail]
I have not modified any of the sample code, so it seems like it should just work. Can anyone please give me some advice as to what I should look at? I am trying to learn how to set up a soap server that uses ssl. (I have a gsoap server running already) I searched all day for an example on the web and as usual, there is not one.
Thank you so much for any help.
You could rebuild this example with compiler switch -DDEBUG to enable message logging (make 'sslclient_CFLAGS = -DWITH_OPENSSL -DWITH_GZIP -DDEBUG'). The TEST.log will tell what went wrong. I suspect it is a network issue with the server address/port that is set by default to "https://localhost:18081".
You could set the timeout parameter: soap.recv_timeout = 60 (for 60 seconds)

Resources