For stability reasons (OS X stability) I decided to use 10.6.8 with java 6 again. When I try to use studio I get the following
2015-11-17 10:16:34:828 SEVERE Internal server error:
com.orientechnologies.orient.core.exception.OConfigurationException: Database 'XXXXX' is not configured on server (home=XXXXX/orientdb-community-2.0.12/databases/) [ONetworkProtocolHttpDb]
2015-11-17 10:16:41:062 SEVERE Internal server error:
com.orientechnologies.orient.core.exception.OConfigurationException: Database 'XXXX' is not configured on server (home=XXXXXX/orientdb-community-2.0.12/databases/) [ONetworkProtocolHttpDb]
And studio asks for the login info endlessly without showing any data.
Any workarounds? This didn't happen with mavericks and java 7
Seems there is no database under that path. Please check the database folder if exists or it's empty.
Ok, after I eliminated the "." from the database dir name the severe error did not appear anymore.
But the endless credentials pop-up did not stop. Even when I managed to issue a "select from e", the query never returned.
BUT if I checked the "store pair in keychain" box everything started to work as always. It should not be mandatory.
Forget about this one
Related
I opened sqldeveloper and logged in to my the schemas I created, but I received an error message invalid username/password. The credentials are correct so I don't know why this is.
I uninstalled the Oracle 11g from my laptop and deleted the sqldeveloper folder. I re-installed the Oracle 11g and extracted the content of the sqldeveloper, double click on the sqldeveloper.exe file to open the sqldeveloper. I clicked to open a connection, entered password for the corresponding connection, but the problem remains the same.
An error was encountered performing the requested operation:
ORA-01017: invalid username/password; logon denied
01017. 00000 - "invalid username/password; logon denied"
*Cause:
*Action:
Vendor code 1017
I expected to be able to log in successfully because I used sqldeveloper 3 days ago and made changes to my computer.
The credentials are correct so I don't know why this is.
They are in fact, NOT correct, else you would be logged in.
The most likely causes of seeing this are:
you think you know the password, but you don't
you aren't logging into the right database
you're trying to log in as SYS w/o the AS SYSDBA clause
For the 2nd, this is more likely in 12c and higher in a Multitenant environment, where there is a CONTAINER and one or more PLUGGABLE databases. Make sure you're connected to the RIGHT instance - use the SERVICE NAME, not the SID in your connection definition.
Which would look like this in SQL Developer:
For the 3rd, if you're using something like SQL Developer, use this
I have downloaded postgreSQL version 11.1 on my MacBook version 10.14.2, while installing I got an error says the following:
" Problem running post-install step. Installation may not complete correctly The database cluster initialization failed." and then clicked on next. (Mentioned this, just in case if it is related to my problem)
The problem I have now is, I can't view anything under servers, and whenever I try to create a new server it shows me this message.
screenshot of error message
I'm new to this and don't know what to do, any idea what should be done?
I have once before mounted this same database, so I am confident that I have the correct credentials.
During the last session that I had it mounted I was experimenting with my queries, visuals etc. and the session all of a sudden crashed.
Then when I reloaded slamdata, the mount for my database was gone.
Obviously I then tried to remount the same database with the same credentials in order to continue my work. However when I did this I got an error:
There was a problem saving the mount: An unknown error ocurred: 500 ""
And then there is a never ending spin wheel that sits on the mount button. I can leave this pop up and go to the original screen, but nothing occurs. And then if I try to remount again the same error occurs.
I have verified that I can still access my db and collections using robomongo. So if anyone knows what this error message refers to please let me know! I have yet to find its meaning online.
Note: I have already tried uninstalling and reinstalling/ restarted my computer.
In SlamData 4.2.1 this bug has been identified and fixed an issue with the MongoDB connecter that would corrupt the metastore if you use the _id field in a query. The fix is available in the SlamData 4.2.2 release soon
Below is the fix:
Delete the current metastore. Below is the location of this file for each supported operating system:
Mac OS:
$HOME/Library/Application Support/quasar/quasar-metastore.db.mv.db
Microsoft Windows:
%HOMEDIR%\AppData\Local\quasar\quasar-metastore.db.mv.db
Linux (various vendors):
$HOME/.config/quasar/quasar-metastore.db.mv.db
Open a terminal and switch to the location that you stored SlamData into. You should find a quasar-web.jar file in the following location based on your installed operating system based on default installation paths:
Mac OS:
/Applications/SlamData 4.2.1.app/Contents/java/app/quasar-web.jar
Microsoft Windows:
C:\Program Files (x86)\slamdata 4.2.1\quasar-web.jar
Linux (various vendors):
$HOME/SlamData 4.2.1/quasar-web.jar
Run the following command in a terminal:
java -jar quasar-web.jar initUpdateMetaStore
This will rebuild your metastore. Once complete it will return you to your operating system prompt.
Rerun the SlamData application as you normally would
Remount your database
At this point in time you can access your saved workspaces.
NOTE: You will not want to open the workspace you were using that caused this issue as it will cause the same problem.
yesterday I updated my Workbench to the latest version available, the 6.3.6 build 511 CE on Windows 10.
Now I'm trying to make a dump of a remote database via the "Data Export" feature, which has always worked.
But, as soon as I click the "Start Export" button, I get this error:
Unhandled exception: Error querying security information: Error
executing 'SELECT * FROM mysql.user WHERE user = '[username]' and
Host = '[host]' ORDER BY User, Host'
SELECT command denied to user '[username]'#'[host]' for table 'user'
SQL Error: 1142
I know that I don't have the permissions to read that table, but why is that needed to perform a data export?
I've tried to check the force option (Continue even if we get an sql-error) but it's still not working.
Is this a Workbench bug? Or is there any way to avoid this query?
I had this exact same issue. The solution provided in this thread (same as the_nuts answer) is to uninstall 6.3.6 and install 6.3.4 from the archived versions: https://downloads.mysql.com/archives/workbench/
Update as of 13th June 2016
This bug has now been fixed
Download 6.3.7 (or later if available) from here
Found, this is indeed a bug of the version 6.3.6:
MySQL Bugs: #79807: Workbench Data Export: Unhandled exception: Error querying security information
MySQL Workbench has the correct behavior. If you are using a user other than 'root' MySQL Workbench will display that alert. However, if you setup your access to the server and database as root you will not run into problems exporting/importing because you have the right access to do so.
When I try to open HCK studio, it shows an error:
Error: Failed to connect to database. Failed to connect to OM.
I tried the solution mentioned here:
http://social.msdn.microsoft.com/Forums/windowsdesktop/en-US/0371abd0-9d9b-427d-95b1-8a57ee69b50a/error-failed-to-connect-to-database-failed-to-connect-to-om?forum=whck
It did not solve my problem.
Under HCK Manager ->Tools -> Management Console ->
"Datastore" is missing in my case. How to create new one (if possible)? and I don't know which user had installed HCK on server pc.
And any one can tell me the Server role required for driver testing on SQL Server manager? ...
Database name cannot be greater then 15 characters.
If your controller name is greater then 15 characters you must be facing the same problem as mine.