This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12:55:20,952 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-3) MSC000001: Failed to start service jboss.undertow.deployment.default-server.default-host./ag-push: org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./ag-push: Failed to start service | |
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1904) [jboss-msc-1.2.0.Final.jar:1.2.0.Final] | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_55] | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_55] | |
at java.lang.Thread.run(Thread.java:744) [rt.jar:1.7.0_55] | |
Caused by: java.lang.RuntimeException: java.lang.NullPointerException | |
at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:216) | |
at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:86) | |
at org.wildfly.extension.undertow.de |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://couchdb.apache.org/ | |
https://cloudant.com/blog/pouchdb/#.U2I4w3Un9XM | |
http://remotestorage.io/ | |
https://github.com/creationix/jsgit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package io.graphene.ng; | |
import java.lang.annotation.Annotation; | |
import java.util.List; | |
import org.jboss.arquillian.graphene.findby.ByJQuery; | |
import org.jboss.arquillian.graphene.spi.findby.LocationStrategy; | |
import org.openqa.selenium.By; | |
import org.openqa.selenium.SearchContext; | |
import org.openqa.selenium.WebElement; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* JBoss, Home of Professional Open Source | |
* Copyright 2012, Red Hat Middleware LLC, and individual contributors | |
* by the @authors tag. See the copyright.txt in the distribution for a | |
* full listing of individual contributors. | |
* | |
* Licensed under the Apache License, Version 2.0 (the "License"); | |
* you may not use this file except in compliance with the License. | |
* You may obtain a copy of the License at | |
* http://www.apache.org/licenses/LICENSE-2.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
image based on paintedfox/ruby | |
download and run image (as root) | |
$ docker pull lfryc/arquillian-awestruct | |
$ docker run -p 4242:4242 -i -t lfryc/arquillian-awestruct /bin/bash | |
this has exposed the running system on your machine's port 4242 | |
once in the image: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Override | |
public boolean canEnhance(InstanceOrCallableInstance instance, Class<?> droneType, Class<? extends Annotation> qualifier) { | |
if (RemoteWebDriver.class == droneType || ReusableRemoteWebDriver.class == droneType) { | |
return true; | |
} | |
Class<?> realInstanceClass = instance.asInstance(droneType).getClass(); | |
if (RemoteWebDriver.class == realInstanceClass || ReusableRemoteWebDriver.class == realInstanceClass) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#title :wildfly-install.sh | |
#description :The script to install Wildfly 8.x | |
#author :Dmitriy Sukharev | |
#date :20131222 | |
#usage :/bin/bash wildfly-install.sh | |
WILDFLY_VERSION=8.0.0.CR1 | |
WILDFLY_FILENAME=wildfly-$WILDFLY_VERSION | |
WILDFLY_ARCHIVE_NAME=$WILDFLY_FILENAME.tar.gz |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* JBoss, Home of Professional Open Source | |
* Copyright 2013, Red Hat Middleware LLC, and individual contributors | |
* by the @authors tag. See the copyright.txt in the distribution for a | |
* full listing of individual contributors. | |
* | |
* Licensed under the Apache License, Version 2.0 (the "License"); | |
* you may not use this file except in compliance with the License. | |
* You may obtain a copy of the License at | |
* http://www.apache.org/licenses/LICENSE-2.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* JBoss, Home of Professional Open Source | |
* Copyright 2012, Red Hat Middleware LLC, and individual contributors | |
* by the @authors tag. See the copyright.txt in the distribution for a | |
* full listing of individual contributors. | |
* | |
* Licensed under the Apache License, Version 2.0 (the "License"); | |
* you may not use this file except in compliance with the License. | |
* You may obtain a copy of the License at | |
* http://www.apache.org/licenses/LICENSE-2.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16:31:58,758 DEBUG [org.jboss.weld.Conversation] (default task-4) WELD-000327: Resuming conversation with id null | |
16:31:58,761 FINE [javax.enterprise.resource.webcontainer.jsf.application] (default task-4) servletPath /index.jsf | |
16:31:58,761 FINE [javax.enterprise.resource.webcontainer.jsf.application] (default task-4) pathInfo null | |
16:31:58,761 FINE [javax.enterprise.resource.webcontainer.jsf.application] (default task-4) URL pattern of the FacesServlet executing the current request .jsf | |
16:31:58,762 FINE [javax.enterprise.resource.webcontainer.jsf.lifecycle] (default task-4) execute(com.sun.faces.context.FacesContextImpl@5849fd1d) | |
16:31:58,762 FINE [javax.enterprise.resource.webcontainer.jsf.lifecycle] (default task-4) Entering RestoreViewPhase | |
16:32:06,149 FINE [javax.enterprise.resource.webcontainer.jsf.application] (default task-4) URL pattern of the FacesServlet executing the current request .jsf | |
16:32:06,149 FINE [javax.enterprise.resource.webcontainer.jsf.application] (default task-4) Unable to |