[JBoss JIRA] (JBIDE-26694) Server adapter: should be able to freely set a war name
by André Dietisheim (Jira)
[ https://issues.jboss.org/browse/JBIDE-26694?page=com.atlassian.jira.plugi... ]
André Dietisheim commented on JBIDE-26694:
------------------------------------------
3rd issue was filed and is being fixed: JBIDE-26754.
> Server adapter: should be able to freely set a war name
> -------------------------------------------------------
>
> Key: JBIDE-26694
> URL: https://issues.jboss.org/browse/JBIDE-26694
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.12.0.AM1
> Reporter: André Dietisheim
> Assignee: André Dietisheim
> Priority: Major
> Labels: server_adapter
> Fix For: 4.13.0.AM1
>
> Attachments: console-output-1.png, console-output-2.png, deployment-page-edit-war-name.png, server-adapter-configuration.png, switch-location.png
>
>
> For the server adapters in tools/as we have UI that allows a user to set the name of the deployment archive. We're missing this feature for the OpenShift server adapters currently. We're asked to add it.
> Steps:
> # EXEC: create a new app by using the *jboss-webserver31-tomcat8-openshift:1.2* builder image
> # ASSERT: *websocket-chat* application is imported into your workspace
> # ASSERT: server adapter *jboss-webserver31-tomcat* is created
> # ASSERT: In OpenShift explorer, below the service jboss-webserver31-tomcat*, you have the running pod (build is finished, pod running)
> # EXEC: start the server adapter
> # ASSERT: RSync is executed and the output is visible in the "Console"
> Result:
> If you look closely at the output you see that the project is synced to the pod in a folder called *websocket-chat.jar*
> !console-output-1.png!
> Expected result:
> I should be able to set the output folder to anything I want. Ex. we have a customer that wants the application war to be synced up into a folder *ROOT* (without the extension *.war*).
> Currently, to achieve this I have to do the following:
> # EXEC: create the following xml snippet (notice the *outputName* property for the module)
> and make sure it reads as follows:
> {code}
> <?xml version="1.0" encoding="UTF-8"?>
> <deployment>
> <local>
> <module id="org.eclipse.jst.jee.server:websocket-chat">
> <property key="tempLocation" value="" />
> <property key="location" value="" />
> <property key="outputName" value="ROOT" />
> </module>
> </local>
> </deployment>
> {code}
> # EXEC: html-encode, join it into a single line and copy it (into the clipboard)
> # EXEC: open the properties for the server adapter and hit "Switch Location"
> !switch-location.png!
> # ASSERT: in my workspace, a new project *Servers* is created. It contains the configuration for my server adapter.
> !server-adapter-configuration.png!
> # EXEC: open the file with the *XML Editor*
> # EXEC: in your *XML Editor*: go to the end of the line *<server auto-publish-setting="2"* and insert your html-encoded xml as a value to the attribute *org.jboss.ide.eclipse.as.core.util.deploymentPreferenceKey="*
> {code}
> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
> <server auto-publish-setting="2" auto-publish-time="2" hostname="jboss-webserver31-tomcat-test.192.168.64.76.nip.io" id="test@jboss-webserver31-tomcat" id-set="true" name="jboss-webserver31-tomcat (Service) at OpenShift 3 (192.168.64.76)" org.jboss.ide.eclipse.as.core.server.IGNORE_LAUNCH_COMMANDS="true" org.jboss.ide.eclipse.as.core.server.deployDirectoryType="custom" org.jboss.ide.eclipse.as.core.server.serverMode="openshift3" org.jboss.ide.eclipse.as.core.server.webPort="80" org.jboss.ide.eclipse.as.core.server.webPortAutoDetect="false" org.jboss.ide.eclipse.as.core.server.zipDeploymentsPreference="true" org.jboss.tools.openshift.Connection="https://developer@192.168.64.76:8443" org.jboss.tools.openshift.DeployProject="websocket-chat" org.jboss.tools.openshift.PodPath="/opt/webserver/webapps" org.jboss.tools.openshift.SERVER_START_ON_CREATION="false" org.jboss.tools.openshift.Service="test@jboss-webserver31-tomcat" org.jboss.tools.openshift.SourcePath="${workspace_loc:/websocket-chat}" port="80" runtime-id="test@jboss-webserver31-tomcat" server-type="org.jboss.tools.openshift.server.type" server-type-id="org.jboss.tools.openshift.server.type" start-timeout="450" stop-timeout="450" timestamp="2" org.jboss.ide.eclipse.as.core.util.deploymentPreferenceKey="<?xml version="1.0" encoding="UTF-8"?> <deployment> <local> <module id="org.eclipse.jst.jee.server:websocket-chat"> <property key="tempLocation" value="" /> <property key="location" value="" /> <property key="outputName" value="ROOT" /> </module> </local> </deployment>">
> <list key="modules" value0="websocket-chat::org.eclipse.jst.jee.server:websocket-chat::jst.web::3.0"/>
> </server>
> {code}
> # EXEC: Save the editor and restart the server
> Result:
> Syncing now happens into a folder *ROOT*
> !console-output-2.png!
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 7 months
[JBoss JIRA] (JBIDE-26711) WildFly quickstart 'jaxws-retail' shows errors after import
by Zbyněk Červinka (Jira)
[ https://issues.jboss.org/browse/JBIDE-26711?page=com.atlassian.jira.plugi... ]
Zbyněk Červinka commented on JBIDE-26711:
-----------------------------------------
[~jeffmaury] I have downloaded the examples from https://github.com/wildfly/quickstart/releases. This issue is describing issues in the 17.0.0.Final version (hash starts with def0413), now I am testing the 17.0.1.Final (hash starts with cdca16c). I will update this Jira soon.
> WildFly quickstart 'jaxws-retail' shows errors after import
> -----------------------------------------------------------
>
> Key: JBIDE-26711
> URL: https://issues.jboss.org/browse/JBIDE-26711
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: project-examples
> Affects Versions: 4.12.0.AM1
> Environment: OS X 10.14.5
> Reporter: Zbyněk Červinka
> Priority: Major
> Fix For: 4.13.x
>
> Attachments: Problems view.png, Project Explorer.png
>
>
> h1. WildFly "jaxws-retail" quickstart contains the following errors:
> * Missing artifact com.sun.xml.messaging.saaj:saaj-impl:jar:1.3.16-jbossorg-1 pom.xml
> * Missing artifact org.slf4j:slf4j-api:jar:1.7.22.jbossorg-1
> * Missing artifact com.sun.xml.messaging.saaj:saaj-impl:jar:1.3.16-jbossorg-1
> * The container 'Maven Dependencies' references non existing library '/mnt/hudson_workspace/workspace/examples.wildfly.it.weekly/jdk/jdk11/label/fedora30/jbosstools-integration-tests/tests/org.jboss.tools.examples.ui.bot.test/target/repository/org/slf4j/slf4j-api/1.7.22.jbossorg-1/slf4j-api-1.7.22.jbossorg-1.jar'
> * The project cannot be built until build path errors are resolved
> h2. Red Hat CodeReady Studio version: 12.12.0.GA
> h2. WildFly version: 17.0.0.Final
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 7 months
[JBoss JIRA] (JBIDE-26790) Implement shared library function for sending UMB message
by Ondrej Dockal (Jira)
Ondrej Dockal created JBIDE-26790:
-------------------------------------
Summary: Implement shared library function for sending UMB message
Key: JBIDE-26790
URL: https://issues.jboss.org/browse/JBIDE-26790
Project: Tools (JBoss Tools)
Issue Type: Task
Components: integration-tests, qa
Affects Versions: 4.13.0.AM1
Reporter: Ondrej Dockal
Assignee: Ondrej Dockal
Fix For: 4.13.0.AM1
Implement shared library function for sending UMB message that could be called from jenkins pipeline (scripted at least).
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 7 months
[JBoss JIRA] (JBIDE-26754) Deployment Page: changing location, app not accessible
by André Dietisheim (Jira)
[ https://issues.jboss.org/browse/JBIDE-26754?page=com.atlassian.jira.plugi... ]
André Dietisheim edited comment on JBIDE-26754 at 8/12/19 8:36 AM:
-------------------------------------------------------------------
[~jkopriva]: I solved the issue with the following changes:
If you now change the deployment name, I remove the old deployment and .deployed marker and sync *local > pod*. Wildfly notices the change and undeploys the artifact. While wildfly undeploys i keep syncing *local < pod* and wait for a .undeployed marked to appear. Once the marker shows up, I allow the new deployment (new name) to be built and then sync *local > pod*.
Result for me: no error about duplicate data source any more, the new artifact is deployed successfully.
Of course, if the new artifact is called something that differs from ROOT.war, you'd have to adapt the url and append the name to the url. ex. "kitkat.war" > "<host>/kitkat"
was (Author: adietish):
[~jkopriva]: I solved the issue with the following changes:
If you now change the deployment name, I remove the old deployment and .deployed marker and sync *local -> pod*. Wildfly notices the change and undeploys the artifact. While wildfly undeploys i keep syncing *local <- pod* and wait for a .undeployed marked to appear. Once the marker shows up, I allow the new deployment (new name) to be built and then sync *local -> pod*.
Result for me: no error about duplicate data source any more, the new artifact is deployed successfully.
Of course, if the new artifact is called something that differs from ROOT.war, you'd have to adapt the url and append the name to the url. ex. "kitkat.war" -> "<host>/kitkat"
> Deployment Page: changing location, app not accessible
> ------------------------------------------------------
>
> Key: JBIDE-26754
> URL: https://issues.jboss.org/browse/JBIDE-26754
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.12.0.AM1
> Reporter: Josef Kopriva
> Assignee: André Dietisheim
> Priority: Major
> Labels: server_adapter, server_adapter_editor
> Fix For: 4.13.0.AM1
>
>
> Server log:
> {code:java}
> 09:14:56,891 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: JBoss EAP 7.2.2.GA (WildFly Core 6.0.14.Final-redhat-00001) started in 27390ms - Started 577 of 821 services (482 services are lazy, passive or on-demand)
> 09:14:59,352 INFO [org.apache.activemq.artemis.core.server] (Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$5@7ee063d)) AMQ221056: Reloading configuration: logging
> 09:14:59,352 WARN [org.apache.activemq.artemis.core.server] (Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$5@7ee063d)) AMQ222276: Failed to process changes to the logging configuration file: file:/opt/eap/standalone/configuration/logging.properties
> 09:15:07,648 INFO [org.hibernate.hql.internal.QueryTranslatorFactoryInitiator] (default task-1) HHH000397: Using ASTQueryTranslatorFactory
> 09:15:31,871 WARN [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) WFLYDS0003: Deployment of 'ROOT.war' requested, but the deployment is not present
> 09:15:31,872 INFO [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) WFLYDS0004: Found kitchensink.war in deployment directory. To trigger deployment create a file called kitchensink.war.dodeploy
> 09:15:31,872 WARN [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) WFLYDS0007: The deployment scanner found that the content for exploded deployment ROOT.war has been deleted, but auto-deploy/undeploy for exploded deployments is not enabled and the ROOT.war.deployed marker file for this deployment has not been removed. As a result, the deployment is not being undeployed, but resources needed by the deployment may have been deleted and application errors may occur. Deleting the ROOT.war.deployed marker file to trigger undeploy is recommended.
> 09:15:31,889 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "kitchensink.war" (runtime-name: "kitchensink.war")
> 09:15:32,012 INFO [org.jboss.as.jpa] (MSC service thread 1-1) WFLYJPA0002: Read persistence.xml for primary
> 09:15:32,013 WARN [org.jboss.as.connector] (MSC service thread 1-1) WFLYJCA0091: -ds.xml file deployments are deprecated. Support may be removed in a future version.
> 09:15:32,098 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-2) MSC000001: Failed to start service jboss.deployment.unit."kitchensink.war".FIRST_MODULE_USE: org.jboss.msc.service.StartException in service jboss.deployment.unit."kitchensink.war".FIRST_MODULE_USE: WFLYSRV0153: Failed to process phase FIRST_MODULE_USE of deployment "kitchensink.war"
> at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:151)
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1738)
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.execute(ServiceControllerImpl.java:1700)
> at org.jboss.msc.service.ServiceControllerImpl$ControllerTask.run(ServiceControllerImpl.java:1558)
> at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
> at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1985)
> at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1487)
> at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1378)
> at java.lang.Thread.run(Thread.java:748)
> Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: WFLYJCA0064: Exception deploying datasource java:jboss/datasources/KitchensinkQuickstartDS
> at org.jboss.as.connector.deployers.ds.processors.DsXmlDeploymentInstallProcessor.deploy(DsXmlDeploymentInstallProcessor.java:155)
> at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:144)
> ... 8 more
> Caused by: org.jboss.msc.service.DuplicateServiceException: Service jboss.data-source."jboss.naming.context.java.jboss.datasources.KitchensinkQuickstartDS".statistics is already registered
> at org.jboss.msc.service.ServiceRegistrationImpl.setInstance(ServiceRegistrationImpl.java:111)
> at org.jboss.msc.service.ServiceControllerImpl.startInstallation(ServiceControllerImpl.java:245)
> at org.jboss.msc.service.ServiceContainerImpl.install(ServiceContainerImpl.java:757)
> at org.jboss.msc.service.ServiceTargetImpl.install(ServiceTargetImpl.java:260)
> at org.jboss.msc.service.ServiceControllerImpl$ChildServiceTarget.install(ServiceControllerImpl.java:2058)
> at org.jboss.msc.service.ServiceTargetImpl.install(ServiceTargetImpl.java:260)
> at org.jboss.msc.service.ServiceControllerImpl$ChildServiceTarget.install(ServiceControllerImpl.java:2058)
> at org.jboss.msc.service.ServiceBuilderImpl.install(ServiceBuilderImpl.java:189)
> at org.jboss.as.connector.deployers.ds.processors.DsXmlDeploymentInstallProcessor.startDataSource(DsXmlDeploymentInstallProcessor.java:339)
> at org.jboss.as.connector.deployers.ds.processors.DsXmlDeploymentInstallProcessor.deploy(DsXmlDeploymentInstallProcessor.java:152)
> ... 9 more
> 09:15:32,106 ERROR [org.jboss.as.controller.management-operation] (DeploymentScanner-threads - 2) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "kitchensink.war")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"kitchensink.war\".FIRST_MODULE_USE" => "WFLYSRV0153: Failed to process phase FIRST_MODULE_USE of deployment \"kitchensink.war\"
> Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: WFLYJCA0064: Exception deploying datasource java:jboss/datasources/KitchensinkQuickstartDS
> Caused by: org.jboss.msc.service.DuplicateServiceException: Service jboss.data-source.\"jboss.naming.context.java.jboss.datasources.KitchensinkQuickstartDS\".statistics is already registered"}}
> 09:15:32,186 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) WFLYSRV0010: Deployed "kitchensink.war" (runtime-name : "kitchensink.war")
> 09:15:32,188 INFO [org.jboss.as.controller] (DeploymentScanner-threads - 2) WFLYCTL0183: Service status report
> WFLYCTL0186: Services which failed to start: service jboss.deployment.unit."kitchensink.war".FIRST_MODULE_USE: WFLYSRV0153: Failed to process phase FIRST_MODULE_USE of deployment "kitchensink.war"
> 09:15:35,295 ERROR [io.undertow.request] (default task-1) UT005023: Exception handling request to /javax.faces.resource/css/screen.css.jsf: java.lang.NullPointerException
> at com.sun.faces.application.resource.ResourceHelper$ELEvaluatingInputStream.close(ResourceHelper.java:847)
> at java.io.BufferedInputStream.close(BufferedInputStream.java:483)
> at java.nio.channels.Channels$ReadableByteChannelImpl.implCloseChannel(Channels.java:403)
> at java.nio.channels.spi.AbstractInterruptibleChannel.close(AbstractInterruptibleChannel.java:115)
> at com.sun.faces.application.resource.ResourceHandlerImpl.handleResourceRequest(ResourceHandlerImpl.java:371)
> at javax.faces.webapp.FacesServlet.service(FacesServlet.java:667)
> at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)
> at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
> at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)
> at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
> at org.wildfly.extension.undertow.security.SecurityContextAssociationHandler.handleRequest(SecurityContextAssociationHandler.java:78)
> at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
> at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:132)
> at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
> at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
> at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
> at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
> at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)
> at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)
> at io.undertow.security.handlers.NotificationReceiverHandler.handleRequest(NotificationReceiverHandler.java:50)
> at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
> at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
> at org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61)
> at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
> at org.wildfly.extension.undertow.deployment.GlobalRequestControllerHandler.handleRequest(GlobalRequestControllerHandler.java:68)
> at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
> at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:292)
> at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:81)
> at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:138)
> at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)
> at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
> at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
> at org.wildfly.extension.undertow.security.SecurityContextThreadSetupAction.lambda$create$0(SecurityContextThreadSetupAction.java:105)
> at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1504)
> at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1504)
> at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1504)
> at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1504)
> at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1504)
> at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:272)
> at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81)
> at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:104)
> at io.undertow.server.Connectors.executeRootHandler(Connectors.java:364)
> at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:830)
> at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
> at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1985)
> at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1487)
> at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1378)
> at java.lang.Thread.run(Thread.java:748)
> C
> {code}
> fails still on duplicated datasource:
> {code:java}
> {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"kitchensink.war\".FIRST_MODULE_USE" => "WFLYSRV0153: Failed to process phase FIRST_MODULE_USE of deployment \"kitchensink.war\"
> Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: WFLYJCA0064: Exception deploying datasource java:jboss/datasources/KitchensinkQuickstartDS
> Caused by: org.jboss.msc.service.DuplicateServiceException: Service jboss.data-source.\"jboss.naming.context.java.jboss.datasources.KitchensinkQuickstartDS\".statistics is already registered"}}
> {code}
> Deployments folder in POD contains:
> {code:java}
> README.txt ROOT.war.deployed ROOT.war.dodeploy activemq-rar.rar activemq-rar.rar.skipdeploy kitchensink.war kitchensink.war.failed
> {code}
> rsync output:
> {code:java}
> sent 1326 bytes received 20 bytes 897.33 bytes/sec
> total size is 12022119 speedup is 8931.74
> receiving file list ... done
> ROOT.war.dodeploy
> ROOT.war.isdeploying
> sent 80 bytes received 1427 bytes 1004.67 bytes/sec
> total size is 12022127 speedup is 7977.52
> receiving file list ... done
> ROOT.war.deployed
> sent 58 bytes received 1355 bytes 2826.00 bytes/sec
> total size is 12022127 speedup is 8508.23
> building file list ... done
> deleting ROOT.war/resources/gfx/wildfly_400x130.jpg
> deleting ROOT.war/resources/gfx/rhjb_eap_logo.png
> deleting ROOT.war/resources/gfx/headerbkg.png
> deleting ROOT.war/resources/gfx/bkg-blkheader.png
> deleting ROOT.war/resources/gfx/banner.png
> deleting ROOT.war/resources/gfx/asidebkg.png
> deleting ROOT.war/resources/gfx/
> deleting ROOT.war/resources/css/screen.css
> deleting ROOT.war/resources/css/
> deleting ROOT.war/resources/
> deleting ROOT.war/WEB-INF/templates/default.xhtml
> deleting ROOT.war/WEB-INF/templates/
> deleting ROOT.war/WEB-INF/classes/org/jboss/as/quickstarts/kitchensink/util/Resources.class
> deleting ROOT.war/WEB-INF/classes/org/jboss/as/quickstarts/kitchensink/util/
> deleting ROOT.war/WEB-INF/classes/org/jboss/as/quickstarts/kitchensink/service/MemberRegistration.class
> deleting ROOT.war/WEB-INF/classes/org/jboss/as/quickstarts/kitchensink/service/
> deleting ROOT.war/WEB-INF/classes/org/jboss/as/quickstarts/kitchensink/rest/MemberResourceRESTService.class
> deleting ROOT.war/WEB-INF/classes/org/jboss/as/quickstarts/kitchensink/rest/JaxRsActivator.class
> deleting ROOT.war/WEB-INF/classes/org/jboss/as/quickstarts/kitchensink/rest/
> deleting ROOT.war/WEB-INF/classes/org/jboss/as/quickstarts/kitchensink/model/Member.class
> deleting ROOT.war/WEB-INF/classes/org/jboss/as/quickstarts/kitchensink/model/
> deleting ROOT.war/WEB-INF/classes/org/jboss/as/quickstarts/kitchensink/data/MemberRepository.class
> deleting ROOT.war/WEB-INF/classes/org/jboss/as/quickstarts/kitchensink/data/MemberListProducer.class
> deleting ROOT.war/WEB-INF/classes/org/jboss/as/quickstarts/kitchensink/data/
> deleting ROOT.war/WEB-INF/classes/org/jboss/as/quickstarts/kitchensink/controller/MemberController.class
> deleting ROOT.war/WEB-INF/classes/org/jboss/as/quickstarts/kitchensink/controller/
> deleting ROOT.war/WEB-INF/classes/org/jboss/as/quickstarts/kitchensink/
> deleting ROOT.war/WEB-INF/classes/org/jboss/as/quickstarts/
> deleting ROOT.war/WEB-INF/classes/org/jboss/as/
> deleting ROOT.war/WEB-INF/classes/org/jboss/
> deleting ROOT.war/WEB-INF/classes/org/
> deleting ROOT.war/WEB-INF/classes/META-INF/persistence.xml
> deleting ROOT.war/WEB-INF/classes/META-INF/
> deleting ROOT.war/WEB-INF/classes/import.sql
> deleting ROOT.war/WEB-INF/classes/
> deleting ROOT.war/WEB-INF/kitchensink-quickstart-ds.xml
> deleting ROOT.war/WEB-INF/faces-config.xml
> deleting ROOT.war/WEB-INF/beans.xml
> deleting ROOT.war/WEB-INF/
> deleting ROOT.war/META-INF/maven/org.jboss.eap.quickstarts/kitchensink/pom.xml
> deleting ROOT.war/META-INF/maven/org.jboss.eap.quickstarts/kitchensink/pom.properties
> deleting ROOT.war/META-INF/maven/org.jboss.eap.quickstarts/kitchensink/
> deleting ROOT.war/META-INF/maven/org.jboss.eap.quickstarts/
> deleting ROOT.war/META-INF/maven/
> deleting ROOT.war/META-INF/MANIFEST.MF
> deleting ROOT.war/META-INF/
> deleting ROOT.war/index.xhtml
> deleting ROOT.war/index.html
> deleting ROOT.war/
> ROOT.war.dodeploy
> ROOT.war.isdeploying
> kitchensink.war.dodeploy
> kitchensink.war/
> kitchensink.war/index.html
> kitchensink.war/index.xhtml
> kitchensink.war/META-INF/
> kitchensink.war/META-INF/MANIFEST.MF
> kitchensink.war/META-INF/maven/
> kitchensink.war/META-INF/maven/org.jboss.eap.quickstarts/
> kitchensink.war/META-INF/maven/org.jboss.eap.quickstarts/kitchensink/
> kitchensink.war/META-INF/maven/org.jboss.eap.quickstarts/kitchensink/pom.properties
> kitchensink.war/META-INF/maven/org.jboss.eap.quickstarts/kitchensink/pom.xml
> kitchensink.war/WEB-INF/
> kitchensink.war/WEB-INF/beans.xml
> kitchensink.war/WEB-INF/faces-config.xml
> kitchensink.war/WEB-INF/kitchensink-quickstart-ds.xml
> kitchensink.war/WEB-INF/classes/
> kitchensink.war/WEB-INF/classes/import.sql
> kitchensink.war/WEB-INF/classes/META-INF/
> kitchensink.war/WEB-INF/classes/META-INF/persistence.xml
> kitchensink.war/WEB-INF/classes/org/
> kitchensink.war/WEB-INF/classes/org/jboss/
> kitchensink.war/WEB-INF/classes/org/jboss/as/
> kitchensink.war/WEB-INF/classes/org/jboss/as/quickstarts/
> kitchensink.war/WEB-INF/classes/org/jboss/as/quickstarts/kitchensink/
> kitchensink.war/WEB-INF/classes/org/jboss/as/quickstarts/kitchensink/controller/
> kitchensink.war/WEB-INF/classes/org/jboss/as/quickstarts/kitchensink/controller/MemberController.class
> kitchensink.war/WEB-INF/classes/org/jboss/as/quickstarts/kitchensink/data/
> kitchensink.war/WEB-INF/classes/org/jboss/as/quickstarts/kitchensink/data/MemberListProducer.class
> kitchensink.war/WEB-INF/classes/org/jboss/as/quickstarts/kitchensink/data/MemberRepository.class
> kitchensink.war/WEB-INF/classes/org/jboss/as/quickstarts/kitchensink/model/
> kitchensink.war/WEB-INF/classes/org/jboss/as/quickstarts/kitchensink/model/Member.class
> kitchensink.war/WEB-INF/classes/org/jboss/as/quickstarts/kitchensink/rest/
> kitchensink.war/WEB-INF/classes/org/jboss/as/quickstarts/kitchensink/rest/JaxRsActivator.class
> kitchensink.war/WEB-INF/classes/org/jboss/as/quickstarts/kitchensink/rest/MemberResourceRESTService.class
> kitchensink.war/WEB-INF/classes/org/jboss/as/quickstarts/kitchensink/service/
> kitchensink.war/WEB-INF/classes/org/jboss/as/quickstarts/kitchensink/service/MemberRegistration.class
> kitchensink.war/WEB-INF/classes/org/jboss/as/quickstarts/kitchensink/util/
> kitchensink.war/WEB-INF/classes/org/jboss/as/quickstarts/kitchensink/util/Resources.class
> kitchensink.war/WEB-INF/templates/
> kitchensink.war/WEB-INF/templates/default.xhtml
> kitchensink.war/resources/
> kitchensink.war/resources/css/
> kitchensink.war/resources/css/screen.css
> kitchensink.war/resources/gfx/
> kitchensink.war/resources/gfx/asidebkg.png
> kitchensink.war/resources/gfx/banner.png
> kitchensink.war/resources/gfx/bkg-blkheader.png
> kitchensink.war/resources/gfx/headerbkg.png
> kitchensink.war/resources/gfx/rhjb_eap_logo.png
> kitchensink.war/resources/gfx/wildfly_400x130.jpg
> sent 106775 bytes received 796 bytes 71714.00 bytes/sec
> total size is 12022135 speedup is 111.76
> {code}
> Suspicious part in rsync:
> {code:java}
> ROOT.war.dodeploy
> ROOT.war.isdeploying
> {code}
> after deleting ROOT.war
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 7 months