用这个帖子来记录和回答程序学习中遇到的问题。
-- zhajiang 23:06 03/06/2017

 行,这两天我先熟悉代码,再一个咱们实现打印的架构是什么?在网页上显示打印button?用JavaScript调用andorid 平板链接的打印机?那打印的内容怎么传到打印机?这个打印的工作流程是什么?
-- PeiYu 13:59 09/05/2017
 好,我试着添加一个casproteus用户
-- PeiYu 13:41 09/05/2017
可以,那你要搜下如何添加一个用户,我不记得的。
-- Sam 13:29 09/05/2017
在我local直接用root好了
-- PeiYu 13:18 09/05/2017
 如何在mysql添加这个用户?
-- PeiYu 13:17 09/05/2017
你的mySQL数据库没有casproteus这个用户。你需要增加这个用户,我是在安装是没有用root,直接用casproteus这个用户的。
-- Sam 13:16 09/05/2017
 server配置正确之后,出现了bean creation error
Error creating bean with name 'entityManagerFactory' defined in file [C:\NoodleServer\apache-tomcat-6.0.35\webapps\taostyle\WEB-INF\classes\META-INF\spring\applicationContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: org/jboss/logging/Logger
-------------------------
it's because for some reason, the jboss....logging jar was not published into tomcat.... (其实是因为那个jar就没有被maven成功下载到.m2下)
-- PeiYu 13:27 09/05/2017
 server 的错误是server的路径没有配置好
-- PeiYu 02:17 09/05/2017
这些错误都是因为你的tomcat没有发布到正确位置导致的,我昨晚看到你的tomcat的路径被改到了c:\workspace\tomcat_6.0.35,而发布位置在C:\users\admin......所以导致发布完了,tomcat没有效果。
现在你有空吧发布位置和tomcate的安装位置都改成统一的就可以了。
-- Sam 00:20 09/05/2017
 Cannot create PoolableConnectionFactory (FATAL: database "stgo" does not exist) 
Postgress 安装成功了,缺少table
-- PeiYu 14:18 08/05/2017
 不管啥方式先把程序跑通,怎么查看tomcat的发布位置
-- PeiYu 13:22 08/05/2017
不行就算了,我一直用eclipse编译发布的,好几年了,倒也没有什么问题。
注意检查下tomcat的发布位置,可能发布到了.metadata的下面去了,导致用mysql是报错postgres???
-- Sam 13:15 08/05/2017
 我的local server  deploy  error : Caused by: java.net.ConnectException: Connection refused: connect: 虽然改成了mysql,数据库配置文件一直使用postgres。
解决方法1:安装postgres 

程序编译Maven报错:

[ERROR] Failed to execute goal org.codehaus.mojo:aspectj-maven-plugin:1.2:compil
e (default) on project taostyle: Compiler errors :
[ERROR] error at @RequestMapping(method = RequestMethod.POST, headers = "Accept=
application/json")
[ERROR] ^^^^^^^^^^^^^
[ERROR] C:\workspace\taostyle\src\main\java\com\stgo\taostyle\web\ServiceControl
ler_Roo_Controller_Json.aj:41:0::0 The type java.util.Map$Entry cannot be resolv
ed. It is indirectly referenced from required .class files


-- PeiYu 13:04 08/05/2017

Please click here to login and add comments! || automatically refresh content every seconds