Try adding the the project having the class as a dependency(project) in build path of project being debugged
The software hurdles, blockers and bugs that I come across at workplace and don't want to solve all over again next time if and ever I face them.
Monday, April 18, 2011
Wednesday, March 23, 2011
Spring integration- java.lang.IllegalStateException: Dispatcher has no subscribers
The handler was not initialized.
- http://www.techinfopad.com/spring/101500977-dispatcher-has-no-subscribers-under-ci725-spring-30.html : check out the one explaining SmartLifecycle.
What worked for me:
There were multiple spring integration chains with the same name among all related projects. Spring runtime confused I guess.
Renamed other ones.
Thats it.
- http://www.techinfopad.com/spring/101500977-dispatcher-has-no-subscribers-under-ci725-spring-30.html : check out the one explaining SmartLifecycle.
What worked for me:
There were multiple spring integration chains with the same name among all related projects. Spring runtime confused I guess.
Renamed other ones.
Thats it.
Ubuntu Software centre not allowing install- says unauthenticated sources- GPG key problem- The action would require the installation of packages from not authenticated sources.
Go to System->Administration->UpdateManager->Settings->authentication:
remove all keys->restore default
Thats it.
Also check the solution on : http://ubuntuforums.org/showthread.php?t=1327907
It says:
remove all keys->restore default
Thats it.
Also check the solution on : http://ubuntuforums.org/showthread.php?t=1327907
It says:
First Cup of Ubuntu Join Date: Feb 2010 Beans: 3 | Re: Updates and Package Installer Problem Posting to help others: I just received the same error message. I used apt-get on the command line to install what i needed, but I didnt want to have to revert to that all the time. I like browsing the software manager for games and stuff. So after installing 2 packages on the command line, I went searching for the issue. My steps were: System>Administration>Software Sources I had "Proprietary Drivers" and "Software Restricted by copyright or legal issues" checked. I unchecked the two of these. I then went to the Authentication tab. I clicked "restore defaults", although nothing changed. I closed the window, and tried the Software manager again. Worked like a charm. Don't know how the settings were changed in the first place, but whatever. Hope it helps somebody browsing, since at this moment, this is google's #1 result for the error message. |
Tuesday, March 22, 2011
Friday, March 11, 2011
Installing Sqldeveloper on Ubuntu 10 lucid lynx
Two useful links:
http://www.emanuelis.eu/2010/07/02/how-to-install-oracle-sql-developer-on-ubuntu-10-04-lucid-lynx/ :check dependencies
http://timony.com/mickzblog/2010/01/09/install-oracle-sql-developer-on-ubuntu-karmic/ : Follow steps
:)
http://www.emanuelis.eu/2010/07/02/how-to-install-oracle-sql-developer-on-ubuntu-10-04-lucid-lynx/ :check dependencies
http://timony.com/mickzblog/2010/01/09/install-oracle-sql-developer-on-ubuntu-karmic/ : Follow steps
:)
Subscribe to:
Posts (Atom)