deploy jcommune

 
 
 
Сообщения:19
вообщем не получается у меня запустить проект. Сделал все, как указано тут https://github.com/jtalks-org/jcommune/blob/master/docs/installation/general-installation-guide.md, но так ничего и не получается. В чем может быть проблема и как исправлять?

"C:\Program Files\Java\jdk1.8.0_05\bin\java" -Dmaven.home=C:\other\apache-maven-3.1.1 -Dclassworlds.conf=C:\other\apache-maven-3.1.1\bin\m2.conf -Didea.launcher.port=7540 "-Didea.launcher.bin.path=C:\Program Files (x86)\JetBrains\IntelliJ IDEA 13.1.2\bin" -Dfile.encoding=UTF-8 -classpath "C:\other\apache-maven-3.1.1\boot\plexus-classworlds-2.5.1.jar;C:\Program Files (x86)\JetBrains\IntelliJ IDEA 13.1.2\lib\idea_rt.jar" com.intellij.rt.execution.application.AppMain org.codehaus.classworlds.Launcher -Didea.version=13.1.2 deploy
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] jcommune-view
[INFO] jcommune-web-controller
[INFO] jcommune-web-view
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building jcommune-view 2.9-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jcommune-view ---
[INFO] Installing C:\Users\Gaidukov\jcommune\jcommune-view\pom.xml to C:\Users\Gaidukov\.m2\repository\org\jtalks\jcommune\jcommune-view\2.9-SNAPSHOT\jcommune-view-2.9-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ jcommune-view ---
Downloading: http://repo.jtalks.org/content/repositories/snapshots/org/jtalks/jcommune/jcommune-view/2.9-SNAPSHOT/maven-metadata.xml
Uploading: http://repo.jtalks.org/content/repositories/snapshots/org/jtalks/jcommune/jcommune-view/2.9-SNAPSHOT/jcommune-view-2.9-20140628.094601-1.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] jcommune-view ..................................... FAILURE [2.369s]
[INFO] jcommune-web-controller ........................... SKIPPED
[INFO] jcommune-web-view ................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.734s
[INFO] Finished at: Sat Jun 28 12:46:01 EEST 2014
[INFO] Final Memory: 7M/100M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on project jcommune-view: Failed to deploy artifacts: Could not transfer artifact org.jtalks.jcommune:jcommune-view:pom:2.9-20140628.094601-1 from/to jtalks-nexus (http://repo.jtalks.org/content/repositories/snapshots): Failed to transfer file: http://repo.jtalks.org/content/repositories/snapshots/org/jtalks/jcommune/jcommune-view/2.9-SNAPSHOT/jcommune-view-2.9-20140628.094601-1.pom. Return code is: 401, ReasonPhrase: Unauthorized. -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

Process finished with exit code 1
 
 
Сообщения:365
А где там в инструкции написано что нужно делать mvn deploy? Это ты хочешь залить артефакты к нам в хранилище (в Nexus).
А что ты вообще пытаешься сделать? Собрать проект с помощью Maven'a? Так mvn clean package тогда.
Изменен:28 июн 2014 09:54
 
 
Сообщения:19
да, пытался собрать. Сделал с mvn clean package  , но не могу запустить с томкат Artifact jcommune-web-view:war exploded: Error during artifact deployment.
 
 
Сообщения:365
Ну судя по консоли все собралось.
dang:
Artifact jcommune-web-view:war exploded: Error during artifact deployment.
Это сообщение идеевское, т.е. ты собираешь проект сначала Maven'ом а потом деплоишь его через IntelliJ? Нужно выбрать что-то одно - либо собирать мавном и подбрасывать артефакт в Томкат; либо и собирать и деплоить с помощью IntelliJ.

Тем не менее то что ты собрал одним, а развертываешь другим, не должно было привести к ошибке. Тебе сообщение говорит заглянуть в server log, что там? Форум пишет в файл jcommune.log, можно еще взглянуть в catalina.out.
 
 
Сообщения:19
весь файл не поместится, что именно скинуть?
 
 
Сообщения:365
Ну должны же быть там исключения, вот их и скинь. Строк 100-200 если их прям так уж много. Где-то в этих исключениях описана проблема вполне понятным языком.
 
 
Сообщения:19
одни из


2014-06-28 13:44:52 [WARN ][er$PoolThread-#1][][com.mchange.v2.resourcepool.BasicResourcePool] - com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@3d01519f -- Acquisition Attempt Failed!!! Clearing pending acquires. While trying to acquire a needed new resource, we failed to succeed more than the maximum number of allowed acquisition attempts (30). Last acquisition attempt exception: 
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown database 'jtalks'


2014-06-28 13:44:52 [WARN ][er$PoolThread-#2][][com.mchange.v2.resourcepool.BasicResourcePool] - com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@c9e43 -- Acquisition Attempt Failed!!! Clearing pending acquires. While trying to acquire a needed new resource, we failed to succeed more than the maximum number of allowed acquisition attempts (30). Last acquisition attempt exception: 
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown database 'jtalks'


	at com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:547)
2014-06-28 13:44:52 [WARN ][er$PoolThread-#0][][com.mchange.v2.resourcepool.BasicResourcePool] - com.mchange.v2.resourcepool.BasicResourcePool@1877e60e -- Thread unexpectedly interrupted while performing an acquisition attempt.
java.lang.InterruptedException: sleep interrupted


 Cannot resolve reference to bean 'groupDao' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'groupDao' defined in class path resource [org/jtalks/jcommune/model/entity/applicationContext-dao.xml]: Cannot resolve reference to bean 'sessionFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'flyway_common_init' defined in class path resource [org/jtalks/jcommune/model/entity/applicationContext-dao.xml]: Invocation of init method failed; nested exception is com.googlecode.flyway.core.exception.FlywayException: Connections could not be acquired from the underlying database!



Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.methodSecurityMetadataSourceAdvisor': Cannot resolve reference to bean 'org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource#0' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource#0': Cannot create inner bean '(inner bean)' of type [org.springframework.security.access.prepost.PrePostAnnotationSecurityMetadataSource] while setting bean property 'methodSecurityMetadataSources' with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#1': Cannot create inner bean '(inner bean)' of type [org.springframework.security.access.expression.method.ExpressionBasedAnnotationAttributeFactory] while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#1': Cannot resolve reference to bean 'securityExpressionHandler' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityExpressionHandler' defined in class path resource [org/jtalks/jcommune/service/security-service-context.xml]: Cannot resolve reference to bean 'aclGroupPermissionEvaluator' while setting bean property 'permissionEvaluator'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'aclGroupPermissionEvaluator' defined in class path resource [org/jtalks/jcommune/service/security-service-context.xml]: Cannot resolve reference to bean 'groupDao' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'groupDao' defined in class path resource [org/jtalks/jcommune/model/entity/applicationContext-dao.xml]: Cannot resolve reference to bean 'sessionFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'flyway_common_init' defined in class path resource [org/jtalks/jcommune/model/entity/applicationContext-dao.xml]: Invocation of init method failed; nested exception is com.googlecode.flyway.core.exception.FlywayException: Connections could not be acquired from the underlying database!
	
 
 
Сообщения:365
Ну вот все написано как есть
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown database 'jtalks'
Нет такой базы с именем jtalks.
 
 
Сообщения:19
спасибо, уже нашел)
форум поднялся
 
 
Сообщения:19
поставил себе линукс, проблему при сборке получаю  из-за чего может такое быть? пульп поставил, все ок.
 
 
Сообщения:365
Посмотри выше и ниже, где-то должна быть освещена причина.
 
 
Сообщения:19
Results :
Failed tests: testConvertByteArrayToImageForValidData(org.jtalks.jcommune.service.nontransactional.ImageConverterTest): javax.imageio.IIOException: Invalid argument to native writeImage
Tests run: 594, Failures: 1, Errors: 0, Skipped: 0
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.10:test (default-test) on project jcommune-service: There are test failures.

вот, что есть
 
 
Сообщения:365
А что-то менялось уже? git diff HEAD че показывает? Это каждый раз происходит?
 
 
Сообщения:19
нет, ничего не менялось, в дифе ничего. Да, каждый раз.
 
 
Сообщения:19
я уже и переустанавливал, но ошибка остается.
 
Модераторы:katctapobepІраїдаJulia AtlyginaJulik21Julikdsafjifb
Сейчас эту тему просматривают:Нет