Solution-解决方案

1 使用commons-fileupload-1.2.1组件上传文件是,发生以下异常。
java.io.FileNotFoundException: D:\Java\apache-tomcat-7.0.73-windows-x64\webapps\ProgressBar\upload\day03_css.zip (系统找不到指定的路径。)
是因为没有创建上传目录,可以手动创建upload目录或在代码中创建upload目录。

------------------------------------

2 tomcat启动失败,异常如下:
SEVERE: Error starting static Resources
java.lang.IllegalArgumentException: Document base D:\Java\apache-tomcat-7.0.73-windows-x64\webapps\ProgressBar1 does not exist or is not a readable directory

启动服务器,报上述错误,是因为在服务器中(如tomcat)删除了某项目,但残留的配置文件没删除造成的。

解决办法1::到服务器中找到conf\Catalina\localhost下找到错误信息中对应的配置文件,将其删除。
解决办法2::在conf\server.xml将对应的该项目对应的Context标签删除。

----------------------------------

3 MyEclipse集成Tomcat功能失效,部署项目的按钮点击不了,Server视图抛出异常。
原因:通过其他方式修改了Tocmat中部署的应用,导致和MyEclipse中记录Tomcat应用部署信息的文件不同步。
解决方案:删除MyEclipse工作空间中记录应用部署信息的文件。
删除workspace\.metadata\.plugins\org.eclipse.core.runtime\.settings\文件夹中的
com.genuitec.eclipse.ast.deploy.core.prefs文件,然后重启MyEclipse。

-----------------------------------

4 nexus服务启动失败:
无法启动nexus服务 错误编号:1067
解决方案:
修改D:\Java\nexus-2.12.0-01-bundle\nexus-2.12.0-01\bin\jsw\conf\wrapper.conf中的wrapper.java.command

#wrapper.java.command=java
wrapper.java.command=D:\Java\jdk\jdk-1.7.0_13-x64\bin\java.exe
(需要先配置Java环境变量)

----------------------------------

5 maven创建项目时骨架错误
删除原来的骨架,重新下载!
骨架存放的目录:本地仓库\org\apache\maven\archetypes

---------------------------------

6 maven的继承和聚合时,relativePath默认值为 ../pom.xml

时间: 2024-11-01 04:01:07

Solution-解决方案的相关文章

VS2010在空解决方案中添加项目

如题,在空解决方案中添加第一个项目的时候会看不到那个solution解决方案文件,而是你当前添加的项目,当你再添加其他项目的时候就悲催了,找不到这个solution,只能在这个项目文件上新加文件,很郁闷. 原来有个选项 工具-选项-项目和解决方案-总是显示解决方案,把这个选项勾选了就可以在solution里面添加新的项目了.截图如下. VS2010在空解决方案中添加项目,布布扣,bubuko.com

SQL Server统计信息:问题和解决方案

在网上看到一篇介绍使用统计信息出现的问题已经解决方案,感觉写的非常全面.在自己看的过程中顺便做了翻译.由于本人英文水平有限,可能中间有一些错误.如果有哪里有问题欢迎大家批评指正.建议英文好的直接看原文:SQL Server Statistics: Problems and Solutions 正文: SQL Server统计信息协助查询优化器计算运行查询的最优方式. Holger描述了常见的统计信息出错的事情,并且如何改善 通常你不需要太担心执行SQL查询的方式.他们被传送到查询优化器,首先检查

Compensating Transaction Pattern(事务修正模式)

Undo the work performed by a series of steps, which together define an eventually consistent operation, if one or more of the steps fail. Operations that follow the eventual consistency model are commonly found in cloud-hosted applications that imple

常用的英语

standby  备用 Master.slave 主服务器.从服务器 curator 馆长; 监护人; 管理者 failover 故障转移 patch 补丁 multicore 多核 asynchronous 异步 consistency 一致性 availability 可用性 tolerance 容错性 acquire 获取 persistent 持久 ephemeral 临时 sequential 有序 lifetime 生命周期 watch 监视点 notification 通知 ACL

《C#语言和数据库技术基础》单词必备

<C#语言和数据库技术基础> 第一章1..NET Framework   框架2.sharp            尖锐3.application      应用程序4.developer        开发者5.network          网络6.build            建造,建筑7.console          控制台8.debug            调试9.namespace        命名空间10.project         项目11.solution 

External Configuration Store Pattern 外部配置存储模式

Move configuration information out of the application deployment package to a centralized location. This pattern can provide opportunities for easier management and control of configuration data, and for sharing configuration data across applications

Circuit Breaker Pattern(断路器模式)

Handle faults that may take a variable amount of time to rectify when connecting to a remote service or resource. This pattern can improve the stability and resiliency of an application.在连接到一个远程服务或资源时,处理故障可能需要一个变量的时间来纠正.这种模式可以提高应用程序的稳定性和弹性. Context a

SGU[105] Div 3

Description 描述 There is sequence 1, 12, 123, 1234, ..., 12345678910, ... . Given first N elements of that sequence. You must determine amount of numbers in it that are divisible by 3. 给定数列 1, 12, 123, 1234, ..., 12345678910, ...的前N个元素.你需要判断其中一共有多少个元素

SGU[123] The sum

Description 描述 The Fibonacci sequence of numbers is known: F1 = 1; F2 = 1; Fn+1 = Fn + Fn-1, for n>1. You have to find S - the sum of the first K Fibonacci numbers. 斐波那契数列广为大家所知:F1 = 1; F2 = 1; Fn+1 = Fn + Fn-1(其中n > 1).你需要求斐波那契数列前K个数的和S. Input 输入 F

Federated Identity Pattern 联合身份模式

Delegate authentication to an external identity provider. This pattern can simplify development, minimize the requirement for user administration, and improve the user experience of the application. 向外部身份提供程序的委托身份验证.这种模式可以简化开发,最大限度地减少对用户管理的要求,提高了应用程序