Skip to main content

Posts

ERROR Error occured while converting date. java.lang.NullPointerException

ERROR Error occured while converting date. java.lang.NullPointerException Exception in thread "Thread-2" java.lang.NullPointerException Do you try to run your tomcat server inside Eclipse or outside it and you got the previous error and your server stopped? Well here is the solution: Delete your ode deployed folder inside tomcat by navigating to your webapps tomcat path location: C:\apache-tomcat-6.0.35\webapps Then delete ode folder. Finally start up your tomcat from C:\apache-tomcat-6.0.35\bin\start up to regenerate redeploy ode folder again. If this doesn't work with you, try the following other solutions: http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-11968.html http://forums.pentaho.com/archive/index.php/t-26714.html http://stackoverflow.com/questions/7620886/log4jerror-error-occured-while-converting-date http://obscuredclarity.blogspot.com/2010/08/error-occured-while-converting-date.html

How can you know your windows operating system 32 or 64 bits using cmd?

To know your operating system type if it is 32 or 64 bits using DOS, you can do the following: Open cmd: Start > All Programs > Accessories > command prompt. Type the following:   echo %PROCESSOR_ARCHITECTURE%   o r   echo %ARCH% References:  How to solve computer. StakeOverflow .