Squirrel client not opening - vertica

I have been using Squirrel SQL client to access Vertica (on a Windows 7 machine). It was working fine until last week but I am unable to open the Squirrel anymore and it throws an error
"error occurred initializing plugin: oracle".
I haven't installed any additional plugins and this has been working fine until last week. Can someone let me know how to debug this error?

Delete codecompletionprefs.xml file, hope it will be better. My problem has been solved.
C:\Users[Your user name].squirrel-sql\plugins\codecompletion

Was just a Java installation issue...apparently didn't work with Java 7...installing Java 6 solved the issue for me

Related

Tomcat 10 on Windows 11 problem deploying with netbeans 16: java.lang.NoSuchMethodError

I am trying to run a web app made with Netbeans 16 using Apache-Tomcat 10.0.27 on Windows 11.
It worked fine on Windows 10 with the same tomcat.
Everything goes fine when starting the server (it takes just 625ms!) but after that, when I try to debug the project, the next error is thrown:
Any help would be greatly appreciated!
Solved.
I do not much know the way it has been solved, but now it works.
Firstly, #Shawn (thru the Tomcat-users mailing list) told me to try Java 11, or even 17. I did it, and a new compilation problem raised with 11, and stood with 17.
What I did after the new build error, and not knowing how to fix it, was to try java 17, which kept giving the same error.
Then I went back to java 8 in the project settings, into the netbeans, and IT WORKED!!!
I feel like Elliot from ET! It works!

The provider is not compatible with the version of Oracle client - c#

When I try to browse my project through IIS, I get the below error
"The provider is not compatible with the version of Oracle client"
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: Oracle.DataAccess.Client.OracleException: The provider is not compatible with the version of Oracle client
enter image description here
Please let me know what are the steps that i should perform to resolve this error. Thanks!
Assuming you have Oracle client installed and you have reference to the Oracle.DataAccess.dll in your project, check its version. Go to <your oracle client path>\odp.net folder and find there *.dll file with same name. Compare versions. Most likely issue is that DLL in your dir is different and does not match your installed Oracle Client. Use DLL that matches client.
And tell your boss to stop using Oracle client and use Oracle.ManagedDataAccess.dll
Now, there could be other issues causing this but this is minimum to check before moving further.
In my case I got the same error message when migrating to the newer Oracle.ManagedDataAccess.dll and forgot to remove the existing Oracle.DataAccess.dll, resulting in a lot of ambiguity.
Everything worked once the older reference was removed.
Last time I had this problem in an c# project I had to add Oracle.DataAccess.dll reference from my Oracle client directory.

Oracle SQL Developer - Driver Class not found. Vendor code 0

I am using Oracle SQL V. 4.1.3.
I have installed it successfully, and established connections to our database. I see the db connections, but when expanding them this error message shows up:
Driver Class not found. Verify the Driver location. Vendor Code 0
I installed Ms JDBC driver 6.0 for SQL Server and unpacked it in my ProgramFiles. I then went to ControlPanel-SystemProperties and added the sqljdbc42.jar as <installation directory>\sqljdbc_<version>\<language>\sqljdbc.jar under my existing environment variable called PATH.
Now when I go to SQL Developer Properties, I see JDBC.JAR added to Java.library.path but not to java.class.path. Is this the reason I am still getting error message? How do I go about fixing it? Or is there some other issue at hand?
I also experienced the reported error. It appears one can go to preferences of a connection, click on 'Test' to test the connection and then it suddenly works again... Very strange, but it worked. You do have to do this for all connections, but hey, it worked.
Need to set driver path inside Preference -> Database -> 3rd Party JDBC driver -- in case of mssql add -- jtds-1.3.1.jar.
Nevermind, I was just little stupid. All I had to do was add Third Party JDBC Driver path under Preferences in SQL Developer and it works like a Charm.

Can't update data from sonarqube server

When sonarlint eclipse ask me to refresh my sonarqube data (Update all projects binding), I get the following error :
Unable to update data from server 'cerbere'
Unable to move C:\workspace neon\.sonarlint\work\cerbere\.sonartmp_1776998337301134698\4346381085123285128
to C:\workspace neon\.sonarlint\storage\cerbere\global
As I also upgraded to latest version of sonarlint (2.1.0), I don't know if this caused my problem, that I hadn't had before.
I have to manually move the data to fix it.
Thank you.
As #Simon told me, it was a space in path problem.

Error in QBE on SpagoBI Server

I'm new to SpagoBI so please excuse my ignorance. I have configured SpagoBI Studio and Server on Windows 7. I have configured a SQL Server 2005 data source using JDBC but when I try to create a data set using QBE, on a datamart I created in Studio I get the following error:
An unexpected error occured while executing dataset: Incorrect syntax near '`'.
I have tried what was explained here (http://www.spagoworld.org/jforum/posts/list/1557.page) but this hasn't fixed the issue. I've also tried both 3.6 and 4.0 but still get this error. Any help anyone can provide would be greatly appreciated!
Thank you!
I was able to get this work. The file path that needs to be edited (from the link above) is located in \webapps\SpagoBI\WEB-INF\lib, not \webapps\SpagoBIQbeEngine\WEB-INF\lib

Resources