今天把WAS迁移到新服务器上,启动应用程序后,有报错内容如下:
创建的异常:net.sf.jasperreports.engine.util.JRFontNotFoundException: Font '宋体' is not available to the JVM. See the Javadoc for more details.
环境介绍:
SUSE LINUX 11.2 64bit
IBM WAS ND7.0.0.29
原因:
日志已明确说JVM 宋体字体不可用。
解决办法:
重新安装宋体字符,步骤如下:
1、simfang.ttf拷贝到/usr/share/fonts下面
2、依次执行下列命令
mkfontscale
mkfontdir
fc-cache
3、重启操作系统,重启WAS
4、simfang.ttf这个是字体文件,可以在windowsXP里找,C:\WINDOWS\Fonts这个目录中有
转载于:https://blog.51cto.com/168ok8/1254380
今天把WAS迁移到新服务器上,启动应用程序后,有报错内容如下:创建的异常:net.sf.jasperreports.engine.util.JRFontNotFoundException: Font '宋体' is not available to the JVM. See the Javadoc for more details.环境介绍:SUSE LINUX 11.2 6...
安装完 Android Studio 后启动,却
报错
如下:
代码如下:failed to create
jvm
error code -4
这一般应是内存不够用所致,解决方法参考如下。
打开 Android Studio 安装目录下的bin目录,查找并打开文件 studio.exe.vmoptions,修改代码:
代码如下:-Xmx512m 为 -Xmx256m
保存后应即可正常打开了。
您可能感兴趣的文章:Android Studio 引用外部依赖时
报错
的解决方法androidstudio3.0使用butterknife
报错
解决的解决方法解
Web项目集成Jasperreport出现错误“
Font
'
宋体
' is not
available
to the
JVM
. See the Javadoc for more details.
”,提示找不到
宋体
。
在使用打印功能时
报错
:
net.sf.jasperreports.engine.util.JR
Font
NotFoundException:
Font
‘
宋体
’ is not
available
to the
JVM
. See the Javadoc for more details.
在网上找到4种办法
1.系统安装字体
2.项目内放置字体文件
3.字体文件打包成jar包引用
4.
jvm
安装字体包(我用的这种,其
windows下有的时候自定义的字体,
jvm
无法找到 ,但是我是安装到了windows上了,输出的jar报也是添加到系统依赖了,为啥还是
报错
,有人说修改jasper的默认配置文件,然后重新打包,这样会导致一些错误,而且很是麻烦,我们可以自己在java代码中手动注册字体,具体步骤如下
1、一个完整的字体包(你自己的)
net.sf.jasperreports.engine.util.JR
Font
NotFoundException:
Font
‘xx’ is not
available
to the
JVM
.
这是由于没有对应字体导致的, 因为有的japserperreport.jar中的default.jasperreports.properties文件中
net.sf.jasperreports.awt.ig...
1. 背景
在工作中使用JasperReport生成报表,会出现错误
Font
\"微软雅黑\" is not
available
to the
JVM
. See the Javadoc for more details.
2. 分析
开发环境是window7,并没有出现该问题。测试环境是linux,出现该错误。根据错误的字面意思,初步设想是linux服务器上没有该字体。
3. 安装...
Linux下IReport打印
报错
:Could not ***JRStyledTextParser ,
Font
‘
宋体
‘ is not
available
to the
JVM
**
运行Ireport报表出现
出现
Font
'
宋体
' is not
available
to the
JVM
. See the Javadoc for more details.
解决办法:
1、把需要用到的字体(可以直接拷贝windows系统的C:/WINDOWS/
Font
s 下的相关字体)拷贝当前项目的classpath下,一般为classes目录下
2、在cl...
web项目本地跑没问题,部署到服务器上的时候,打印报表时抛
Font
'??' is not
available
to the
JVM
. See the Javadoc for more details. 异常;
我使用的是[]jasperreports-5.6.0.jar];修改jar包,打开jar包,修改[default.jasperreports.properties]文件中的的[n