主题 : 在linux中安装出现如下错,安装不起
级别: 童生
UID: 812
积分:111 加为好友
威望: 0 精华: 0
主题:15 回复:24
注册时间:2009-09-16
在线时长:0
1#   发表于:2009-11-09 14:36:49  IP:221.68.*.*
description The server encountered an internal error () that prevented it from fulfilling this request.

exception 

org.apache.jasper.JasperException: Unable to compile class for JSP: 

An error occurred at line: 31 in the jsp file: /install/install_setup.jsp
Install cannot be resolved
28:  String webXmlTo = "/web-inf/web.xml";
29:  //������ݿ�
30:  if ("true".equals(isCreateDb)) {
31:  Install.createDb(dbHost, dbPort, dbName, dbUser, dbPassword);
32:  } else {
33:  Install.changeDbCharset(dbHost, dbPort, dbName, dbUser, dbPassword);
34:  }


An error occurred at line: 33 in the jsp file: /install/install_setup.jsp
Install cannot be resolved
30:  if ("true".equals(isCreateDb)) {
31:  Install.createDb(dbHost, dbPort, dbName, dbUser, dbPassword);
32:  } else {
33:  Install.changeDbCharset(dbHost, dbPort, dbName, dbUser, dbPassword);
34:  }
35:  //������
36:  if ("true".equals(isCreateTable)) {


An error occurred at line: 38 in the jsp file: /install/install_setup.jsp
Install cannot be resolved
35:  //������
36:  if ("true".equals(isCreateTable)) {
37:  String sqlPath = application.getRealPath(dbFileName);
38:  List<String> sqlList = Install.readSql(sqlPath);
39:  Install.createTable(dbHost, dbPort, dbName, dbUser, dbPassword,
40:  sqlList);
41:  }


An error occurred at line: 39 in the jsp file: /install/install_setup.jsp
Install cannot be resolved
36:  if ("true".equals(isCreateTable)) {
37:  String sqlPath = application.getRealPath(dbFileName);
38:  List<String> sqlList = Install.readSql(sqlPath);
39:  Install.createTable(dbHost, dbPort, dbName, dbUser, dbPassword,
40:  sqlList);
41:  }
42:  //&#65533;&#65533;&#700;&#65533;&#65533;&#65533;&#65533;&#65533;
1 共1页