Error message - "Only TrueType fonts are supported. This is not a TrueType font." was thrown when using SQL Server Profiler. Solution: 1. Open SQL Server Profilr 2. Go to ' Tool'Menu 3. Select Options 4. Change the font name to "Arial" 5. Click OK.
server { listen 80; server_name nginx.org www.nginx.org; root /data/www; location / { ...
There has been few drastic changes made in GWT 1.6 . The most important one is the new project structure. GWT now uses a “war” directory for most public resource and server configuration files. For the total change list, visit this page. My previous post “Getting Started With the ...
Error - java.lang.NoClassDefFoundError: javax/xml/ws/WebServiceRef was thrown when running my web application on myeclipse based on Resin 3.1. It is due to a MyEclipse (I am using My Eclipse 5.5.0 GA) defect. http://www.myeclipseide.com/index.php?name=PNphpBB2&file=viewtopic&t=21403&start=0&postdays=0&postorder=asc&highlight= Workaround: add them under the jar files under lib folder in the boot configuration of Resin in MyEclipse. Also there is ...
We can use the command 'skill -KILL -u <username>' to logout users. Reference: http://www.cyberciti.biz/tips/howto-linux-kill-and-logout-users.html
There was error thrown when accessing Java web application using Tiles in Resin environment. We came across java.lang.ArrayIndexOutOfBoundsException when using Resin 4.0.8. The root cause is a defect from Resin 4.0.8. (http://bugs.caucho.com/view.php?id=4104) . The solution is upgrade the Resin to version 4.0.9
I came across this issue when executing one unit test. From the log info, it seems that this class is not found in activation.jar. Yes, this class is not there. But the root cause is - the reference of javaee.jar in myeclipse. After removing the reference to JavaEE 5 package ...
Currently, SPL COLOR allows multiple colors to be chosen if they apply to a single capsule or other oral dose form. SPL Acceptable Term Code BLACK C48323...
We can use the normal java way to generate RSA key. (for security reason, we'd better generate 2048 bytes RSA key) But the problem is the most popular way to store RSA key is keeping them as DER format. You can get some detailed info below: http://www.cryptosys.net/pki/rsakeyformats.html Also if you want the java code ...
Web-based Distributed Authoring and Versioning (WebDAV) is a set of methods based on the Hypertext Transfer Protocol (HTTP) that facilitates collaboration between users in editing and managing documents and files stored on World Wide Web servers. WebDAV was defined in RFC ...