Node oracle returns "UnKnown Error " with select statements - node.js

I am trying to use Node-Oracle package for an application but the select statement returns with "UnKnown Error".
I am able to create a table with the connection object without error but only fails with select statement. I have seen similar issue filed in node -oracle forum and there was no answer for the issue created. I am using oracle express server locally on windows 8 machine .
I have spent a lot of time trying to play around roles of the oracle account/schema I am using but has not helped. I also was able to connect using a sample dot net application without error and execute select statement .
Any suggestion on how to at least figure the actual error would be very helpful .
Thanks in advance.
Edit : I was able to confirm that the error is in the node oracle module , but I am not sure why I see this . All my effort to contain the error in a try catch block in the c++ connection.cpp file is
not working . I am stuck now . Not sure if if it has to do with windows 8 machine .

Related

Error while using mongoose.I am not able to run my code and i have no idea how to get mongod services running

enter image description here
I am repeatedly getting this error while running my code.I googled it and it had something to do with mongod services not running but i dont know how to get the services started.
Your MongoDB database is most likely not running, from the path mentioned in your error, I am assuming you are running on Windows, I suggest you follow this guide: https://docs.mongodb.com/manual/tutorial/install-mongodb-on-windows/#create-database-directory
You are going to have to create the data directories then start the database through your terminal.

Burp Suite Professional Error Failed to connect to 127.0.0.1:80

I am completely new to burp suit and dvwa as well, I have one task into my plate to execute, that is security testing, I have invested today entire day to collect data and watch videos and to apply the same to my assigned task, which is not successful yet so I finally take a step to ask you guys for help. I hope someone will help out on my below queries and issues which I am facing now, Thanks in advance.
I have installed DVWA on my windows 7 machine, updated properly in a config file, not from the command prompt, and run Apache and SQL properly in XAMPP control panel but when I try to execute it's redirecting to http://127.0.0.1:8080/dvwa/setup.php And when I try to click on Create/Reset database I got this error
"Could not connect to the MySQL service.
Please check the config file."
"Your database user is root, if you are using MariaDB, this will not work, please read the README.md file."
Please note: I didn't use "MariaDB"
One more thing I am facing an issue here, If I run BurpSuit then it is not opening http://127.0.0.1:8080/dvwa/ getting an error: "Burp Suite Professional Error Failed to connect to 127.0.0.1:80" last 8080 it is taking 80 only.
Please help me out how to resolve this.

NodeJS is not recognizing commands on windows 10

I've installed Node.js on Windows 10 using this tutorial. I set the system variable for it as shown below [also explained in this SO post. But when I run the following command in the command prompt, I get the following error:
Error
Nodejs environment variable:
UPDATE
I'm just starting with learning Node.js. Below you can find (pics) is the way I'm trying to access Node.js on my windows 10 machine. It's not working. What should I do instead?
If you've correctly installed NodeJS on your machine you should be able to do the following:
Go to start and search for Node.js [ a 'desktop app' should appear with a green icon having the exact same name you entered -Can't miss it :) ]
I suggest opening it as an administrator -[not really necessary, but to avoid (possible) further problems ]
Open that, and try typing the same command e.g. console.log('What about now? :)')
Since you like pictures, here you go :)

RFT testscripts not executing

I have just installed RFT version 8.3.0 for testing a mainframe application. I imported the appropriate rftjdtr files to the project. But i am unable to execute any of the testcases. When i press the run ( or debug) button, nothing happens. There are no error messages popping up. I suspect it is a java configuration issue on my machine. I have tried comparing the settings with another machine where it is working fine. It is the first time that i am using RFT, so i do not know what to do. Can somebody please help me with this?
I have encountered the same issue. This may be because of workspace error. Create a new workspace and run the script.

Resolving Mass-loading problems in WebSphere Commerce Instance creation

I am trying to create an instance using the Configuration Manager of WCS 7. I am working on a Win 7 x64 machine with DB2 9.5 64 bit version.
I am struck with this Massloading error when the instance creation happens :
In createInstanceANT.log file :
[Massload] Massloading
C:\IBM\WebSphere\CommerceServer\schema\xml\wcs.keys.xml Error in
MassLoading, please check logs for details.
The error log shows the following error :
[jcc][10165][10044][4.3.111] Invalid database URL syntax:
jdbc:db2://:0/WCSDEMO. ERRORCODE=-4461, SQLSTATE=42815
C:\IBM\WEBSPH~1\COMMER~2\config\DEPLOY~1\xml\createBaseSchema.xml:185:
Error in massloading
WCSDEMO is the database name. The Massloader is not able to get the URL and port to connect. It is supposedly getting them from createInstance.properties file but it is not working. The createInstance.properties file has all the details of the DB to connect.
What could be the reason for this error and how to resolve it ? Is there any configuration change that I am missing ?
Can you provide some more details.
look inside the messages.txt file located in WC_install_dir/instances/instance_name/logs
and confirm what the exact issue is. If it is related to jdbc driver being wrong I may be able to help you.
I've been running into massloading problems with external systems. Eg. databases not on the same machine as the WAS installation.
In these cases I look for the
As you can see setting the loaderDBName to just the name of the database would look on the local machine. But by changing this statement so you load with the syntax
loaderDBName=[DATABASE_SERVER_NAME]:[PORT]/[DATABASE_NAME]
You'll be able to massload using the commerce standard scripts. These changes needs to be done in many scripts. Both for updating fixpacks and enabling features. If you run database updates without the changes it will crash at first and have done all the schema changes to the database that you then need to comment out before trying again.
IBM Software Support is your friend. They'll help you fix it.

Resources