ubuntu下 验证码出不来问题 java.lang.Error: Probable fatal error:No fonts found.

1.安装字体,apt-get install ttf-dejavu

2.安装字体的依赖包   sudo apt-get install liberation-*;

3.如果以上还不能解决,则安装:sudo apt-get install font-manager;

然后重启tomcat服务即可

时间: 2024-10-29 08:09:19

ubuntu下 验证码出不来问题 java.lang.Error: Probable fatal error:No fonts found.的相关文章

有时候在操作Session时,系统会抛出如下异常:java.lang.IllegalStateException: Cannot create a session after the response has been committed

有时候在操作Session时,系统会抛出如下异常 java.lang.IllegalStateException: Cannot create a session after the response has been committed 原因1: Session 的创建语句: HttpSession seesion = request.getSession(); 之前有Response的输出语句. 应该把HttpSession seesion = request.getSession(); 放

Tomcat java.lang.OutOfMemoryError: PermGen space error

Often time, Tomcat may hits the following java.lang.OutOfMemoryError: PermGen space error. java.lang.OutOfMemoryError: PermGen space at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:620) at ja

thinkphp在ubuntu下验证码无法加载或者验证码错误问题的解决

最近LZ在做一个thinkphp的项目,用的是WAMP开发的.把代码移植到ubuntu下,就出问题了,验证码无法显示.之前也碰到过这样的问题,无非是GD库没有加载,或者是session写入权限问题. 先说下这两个问题的解决办法: ① GD库没有加载 安装gd库 apt-get install php5-gd 搜到gd.so在/usr/lib/php5/20090626+lfs/目录下 ,需要修改php.ini,php.ini在/etc/php5/apach2目录下. 于是修改php.ini: e

在ubuntu下用apt-get安装和管理java

1. 简介 本文将介绍如何在ubuntu下使用apt-get安装不同版本的java. 2. 安装默认的JRE/JDK 这种是最简便的方法,(原文OpenJDK6→ubuntu12.04,Open'JDK6→ubuntu12.10+) 更新软件包列表 sudo apt-get update 检查是否已经安装java java -version 如果没有安装,继续.(这一步安装JRE,可以跳过–译者注) sudo apt-get install default-jre 安装JDK sudo apt-

ubuntu下 Sublime Text 3配置基本Java环境

Step #1. 设置 Java PATH 变量 这是第一步也是最基本的一步,用来设置编译和运行 Java 程序基本命令如 javac 和 java 的存放路径. 1. 在控制台中进入 /etc 目录 2. 使用管理员权限打开环境文件: sudo gedit /etc/environment 3. 粘贴 jdk 的 bin 目录到 path 变量的最后并保存文件退出编辑器 4. 注销并重新登录 Step #2. 创建批处理或者Shell脚本 要想编译运行Java程序,需要创建一个批处理或者she

the java.lang.UnsatisfiedLinkError: JD-Eclipse compile error

Start looking decompile tool that determines JD-Eclipse intends to use the online upgrade, sad destroy the machine does not , and led directly to enter the online update address can not find what plug-ins can be updated to the following, had to jdecl

两个JDK环境下,Tomcat启动时遇到java.lang.UnsatisfiedLinkError

由于最近自己安装了两个jdk环境,然后在启动Tomcat时遇到了启动失败的错误 具体错误: 解决方法: 删除C:\Windows\System32目录下的tcnative-1.dll,这个文件是Tomcat Native Java Library.

Maven项目下update maven后Eclipse报错:java.lang.ClassNotFoundException: ContextLoaderL

Maven项目下update maven后Eclipse报错:java.lang.ClassNotFoundException: ContextLoaderL     严重: Error configuring application listener of class org.springframework.web.context.ContextLoaderListener java.lang.ClassNotFoundException: org.springframework.web.co

jvm 内存溢出 在myeclipse中加大tomcat的jvm内存 java.lang.OutOfMemoryError: PermGen space

使用myeclipse启动部署在tomcat7下的三个项目报出java.lang.OutOfMemoryError: PermGen space 解决办法: 在myeclipse中加大jvm内存方法:Window->Preferences->Myeclipse->Services->Tomcat->Tomcat 6.x->JDK,在Optional Java VM arguments:下边的输入框里输入:-Xms128m -Xmx512m -XX:PermSize=12