我试图在Mac上的Eclipse上配置本地JBoss实例。
每次尝试运行服务器时,我都会得到以下错误
Exception in thread "main" java.lang.ExceptionInInitializerError
at org.jboss.as.server.Main.main(Main.java:85)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeM
MtaSDK: [main(1): SourceFile:232] - setSessionTimoutMillis can not exceed the range of [1000, 24 * 60 * 60 * 1000].
E/MtaSDK: [main(1): SourceFile:991] - setSendPeriodMinutes can not exceed the range of [1, 7*24*60] minutes.
[附加信息]
我在Mac上运行了mysql服务器。不幸的是,Mac死了。不过,我有后援。我现在正试图在Linux机器上恢复服务器。
我在linux上移动了位于/usr/local/var/mysql中的mysql文件。
我向linux上的直接用户授予了完整的777权限,以确保没有权限问题。
当我试图运行MySQL服务器时,它会失败,并在日志中得到这个错误:
InnoDB: Error: log file ./ib_logfile0 is of different size 0 50331648 bytes
InnoDB: than specified in the .cnf file 0 5242880 b