This file contains 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
httpd-2.4.10> make | |
Making all in srclib | |
Making all in os | |
Making all in unix | |
/usr/share/apr-1/build-1/libtool --silent --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.9.xctoolchain/usr/bin/cc -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -I. -I/Users/arungupta/workspaces/httpd-2.4.10/os/unix -I/Users/arungupta/workspaces/httpd-2.4.10/include -I/usr/include/apr-1 -I/usr/local/pcre/include -I/Users/arungupta/workspaces/httpd-2.4.10/modules/aaa -I/Users/arungupta/workspaces/httpd-2.4.10/modules/cache -I/Users/arungupta/workspaces/httpd-2.4.10/modules/core -I/Users/arungupta/workspaces/httpd-2.4.10/modules/database -I/Users/arungupta/workspaces/httpd-2.4.10/modules/filters -I/Users/arungupta/workspaces/httpd-2.4.10/modules/ldap -I/Users/arungupta/workspaces/httpd-2.4.10/modules/loggers -I/Users/arungupta/workspaces/httpd-2.4.10/modules/lua -I/Users/arungupta/workspaces/httpd-2.4.10/modules/proxy -I/Users/arungupta/workspaces/httpd-2.4.10/modules/session -I/Users/arungupta/workspaces |
This file contains 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
httpd-2.4.10> sudo make install | |
Password: | |
Making install in srclib | |
Making install in os | |
Making install in unix | |
Making install in server | |
Making install in mpm | |
Making install in worker | |
mkdir /usr/local/apache2 | |
mkdir /usr/local/apache2/modules |
This file contains 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
13:17:52,781 SEVERE [org.jboss.forge.addon.shell.aesh.CommandAdapter] (AeshProcess: 2) Failed to execute [arquillian-setup] due to exception.: java.lang.NullPointerException | |
at org.jboss.forge.arquillian.command.AddContainerStep.execute(AddContainerStep.java:134) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_20] | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_20] | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_20] | |
at java.lang.reflect.Method.invoke(Method.java:483) [rt.jar:1.8.0_20] | |
at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor$1.call(ClassLoaderInterceptor.java:87) [furnace-proxy-2.10.1.Final.jar:2.10.1.Final] | |
at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:42) [furnace-api-2.10.1.Final.jar:2.10.1.Final] | |
at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor.invoke(ClassLoaderInterceptor.java:103) [furnace-proxy-2.10.1.Final.jar:2.10. |
This file contains 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
<?xml version="1.0" encoding="UTF-8"?> | |
<project | |
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" | |
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<modelVersion>4.0.0</modelVersion> | |
<groupId>javaee7</groupId> | |
<artifactId>javaee7</artifactId> | |
<version>1.0</version> | |
<packaging>war</packaging> | |
<name>javaee7</name> |
This file contains 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
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
<arquillian xmlns="http://jboss.org/schema/arquillian" | |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xsi:schemaLocation="http://jboss.org/schema/arquillian http://jboss.org/schema/arquillian/arquillian_1_0.xsd"> | |
<!-- <container qualifier="arquillian-wildfly-managed" /> --> | |
<container qualifier="arquillian-wildfly-remote"> | |
<configuration> | |
<!-- <property name="managementAddress">127.7.102.129</property> --> | |
<!-- <property name="managementAddress">javaee7-milestogo.rhcloud.com</property> --> | |
<!-- <property name="managementAddress">127.0.0.1</property> <property |
This file contains 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
Running org.javaone.HelloServletTest | |
(E) ManagerProcessing | |
(O) LoadableExtensionLoader.load | |
(E) ServiceRegistryLoader | |
(E) ManagerStarted | |
(O) ConfigurationRegistrar.loadConfiguration | |
(E) ArquillianDescriptorImpl | |
(O) ContainerRegistryCreator.createRegistry | |
(E) LocalContainerRegistry | |
(O) ProtocolRegistryCreator.createRegistry |
This file contains 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
Running org.javaee7.servlet.metadata.complete.SimpleServletTest | |
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". | |
SLF4J: Defaulting to no-operation (NOP) logger implementation | |
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. | |
Dec 04, 2014 11:19:51 AM org.glassfish.jersey.filter.LoggingFilter log | |
INFO: 1 * Sending client request on thread main | |
1 > GET http://127.0.0.1:2375/v1.15/_ping | |
Dec 04, 2014 11:19:51 AM org.glassfish.jersey.filter.LoggingFilter log | |
INFO: 2 * Client response received on thread main |
This file contains 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
(O) ServerSetupObserver.handleBeforeDeployment | |
(O) ArchiveDeploymentToolingExporter.export | |
(O) ArquillianServiceDeployer.doServiceDeploy | |
(O) ArchiveDeploymentExporter.callback | |
Dec 04, 2014 12:25:14 PM org.xnio.Xnio <clinit> | |
INFO: XNIO version 3.2.0.Beta2 | |
Dec 04, 2014 12:25:14 PM org.xnio.nio.NioXnio <clinit> | |
INFO: XNIO NIO Implementation Version 3.2.0.Beta2 | |
Dec 04, 2014 12:25:14 PM org.jboss.remoting3.EndpointImpl <clinit> | |
INFO: JBoss Remoting version (unknown) |
This file contains 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
FROM jboss/wildfly:latest | |
RUN /opt/jboss/wildfly/bin/add-user.sh admin Admin#007 --silent | |
USER root | |
RUN yum -y install openssh-server | |
RUN echo 'jboss:test' | chpasswd |
This file contains 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
<section data-background-transition='zoom' data-transition='concave' data-background='http://ryanjarvinen.com/presentations/shared/img/broadcast_reveal_dark.png' data-state='blackout'> | |
<h2>What's coming</h2> | |
<h2>in</h2> | |
<h1>Java EE 8?</h1> | |
<p class='fragment'><small><a class='fragment' href='http://twitter.com'>@arungupta</a> | |
<br/> <a class='fragment'>Red Hat</small></p> | |
</section> | |
<section data-background-transition='zoom' data-transition='linear'> | |
<h2>Java EE 8 Community Survey Results</h2> | |
<img src="https://raw.githubusercontent.com/javaee-samples/javaee8-deck/master/images/javaee8-community-survey-results.png"/> |