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
| diff --git a/server/src/main/java/org/jboss/as/server/deployment/reflect/ClassReflectionIndex.java b/server/src/main/java/org/jboss/as/server/deployment/reflect/ClassReflectionIndex.java | |
| index 6b37ea0..85f95e9 100644 | |
| --- a/server/src/main/java/org/jboss/as/server/deployment/reflect/ClassReflectionIndex.java | |
| +++ b/server/src/main/java/org/jboss/as/server/deployment/reflect/ClassReflectionIndex.java | |
| @@ -21,6 +21,9 @@ | |
| */ | |
| package org.jboss.as.server.deployment.reflect; | |
| +import static java.lang.reflect.Modifier.ABSTRACT; | |
| +import static java.lang.reflect.Modifier.PUBLIC; |
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
| 2015-04-21 16:01:45,035 [ool-12-thread-1] ERROR ConnectionState - Connection timed out for connection string (localhost:2181) and timeout (15000) / elapsed (15077) | |
| org.apache.curator.CuratorConnectionLossException: KeeperErrorCode = ConnectionLoss | |
| at org.apache.curator.ConnectionState.checkTimeouts(ConnectionState.java:198)[curator-client-2.6.0.jar:] | |
| at org.apache.curator.ConnectionState.getZooKeeper(ConnectionState.java:88)[curator-client-2.6.0.jar:] | |
| at org.apache.curator.CuratorZookeeperClient.getZooKeeper(CuratorZookeeperClient.java:115)[curator-client-2.6.0.jar:] | |
| at org.apache.curator.utils.EnsurePath$InitialHelper$1.call(EnsurePath.java:148)[curator-client-2.6.0.jar:] | |
| at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:107)[curator-client-2.6.0.jar:] | |
| at org.apache.curator.utils.EnsurePath$InitialHelper.ensure(EnsurePath.java:140)[curator-client-2.6.0.jar:] | |
| at org.apache.curator.utils.EnsurePath.ensure(EnsurePath.java:99)[curator-client-2.6.0.jar:] | |
| at org.apache.curator.fra |
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
| ould be reached | |
| [javatest.batch] 526: 2015-05-04 16:06:50,409 ERROR [org.jboss.metadata.parser.util.XMLSchemaValidator] (MSC service thread 1-2) Cannot get schema for location: http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd: java.net.SocketException: Connection timed out | |
| [javatest.batch] 527: at java.net.SocketInputStream.socketRead0(Native Method) [rt.jar:1.7.0_17] | |
| [javatest.batch] 528: at java.net.SocketInputStream.read(SocketInputStream.java:150) [rt.jar:1.7.0_17] | |
| [javatest.batch] 529: at java.net.SocketInputStream.read(SocketInputStream.java:121) [rt.jar:1.7.0_17] | |
| [javatest.batch] 530: at java.io.BufferedInputStream.fill(BufferedInputStream.java:235) [rt.jar:1.7.0_17] | |
| [javatest.batch] 531: at java.io.BufferedInputStream.read1(BufferedInputStream.java:275) [rt.jar:1.7.0_17] | |
| [javatest.batch] 532: at java.io.BufferedInputStream.read(BufferedInputStream.java:334) [rt.jar:1.7.0_17] | |
| [javatest.batch] 533: at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:633) [rt.jar:1.7.0_17] | |
| [jav |
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
| <subsystem xmlns="urn:jboss:domain:security-manager:1.0"> | |
| <deployment-permissions> | |
| <minimum-set> | |
| <permission class="java.lang.RuntimePermission" name="getClassLoader"/> | |
| <permission class="java.lang.RuntimePermission" name="createClassLoader"/> | |
| <permission class="java.lang.RuntimePermission" name="org.apache.cxf.permission" actions="resolveUri"/> | |
| <permission class="java.util.PropertyPermission" name="user.dir" actions="read"/> | |
| <permission class="java.util.PropertyPermission" name="jboss.bind.address" actions="read"/> | |
| <permission class="java.net.SocketPermission" name="*" actions="connect,resolve"/> | |
| <permission class="java.io.FilePermission" name="&lt;&lt;ALL FILES&gt;&gt;" actions="read"/> |
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
| 13:03:25,189 SEVERE [org.apache.cxf.frontend.WSDLGetInterceptor] (default task-11) null: java.lang.NullPointerException | |
| at java.net.URLDecoder.decode(URLDecoder.java:136) [rt.jar:1.8.0_31] | |
| at org.apache.cxf.frontend.WSDLGetUtils.mapUri(WSDLGetUtils.java:177) | |
| at org.apache.cxf.frontend.WSDLGetUtils.updateDoc(WSDLGetUtils.java:210) | |
| at org.apache.cxf.frontend.WSDLGetUtils.getDocument(WSDLGetUtils.java:152) | |
| at org.apache.cxf.frontend.WSDLGetInterceptor.getDocument(WSDLGetInterceptor.java:129) | |
| at org.apache.cxf.frontend.WSDLGetInterceptor.handleMessage(WSDLGetInterceptor.java:77) | |
| at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308) | |
| at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121) | |
| at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:251) |
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
| [INFO] Surefire report directory: /home/jimma/code/jbossws/jaxrs/jbossws-cxf/modules/testsuite/shared-rest-tests/target/surefire-reports | |
| ------------------------------------------------------- | |
| T E S T S | |
| ------------------------------------------------------- | |
| Running org.jboss.test.jaxrs.examples.ex03_1.CustomerResource20Test | |
| Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.242 sec | |
| Running org.jboss.test.jaxrs.examples.ex03_1.CustomerResourceTest | |
| Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.366 sec | |
| Running org.jboss.test.jaxrs.examples.ex04_1.Patch20Test |
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
| [org.hibernate.validator.internal.util.privilegedactions.NewInstance.run(NewInstance.java:41), | |
| org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorFactoryImpl.run(ConstraintValidatorFactoryImpl.java:43), | |
| org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorFactoryImpl.getInstance(ConstraintValidatorFactoryImpl.java:28), | |
| org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorManager.createAndInitializeValidator(ConstraintValidatorManager.java:177), | |
| org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorManager.getInitializedValidator(ConstraintValidatorManager.java:122), | |
| org.hibernate.validator.internal.engine.constraintvalidation.ConstraintTree.getConstraintValidatorNoUnwrapping(ConstraintTree.java:303), | |
| org.hibernate.validator.internal.engine.constraintvalidation.ConstraintTree.getConstraintValidatorInstanceForAutomaticUnwrapping(ConstraintTree.java:244), | |
| org.hibernate.validator.internal.engine.constr |
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
| ---------JBossWS-CXF -------------------- | |
| ./testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/basic/UsernameOverTransportTestCase.java: System.setProperty("org.jboss.security.ignoreHttpsHost", "true"); | |
| ./testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/jaspi/JaspiAuthenticationTestCase.java:import org.jboss.security.auth.login.XMLLoginConfigImpl; | |
| ./server/src/main/java/org/jboss/wsf/stack/cxf/security/authentication/callback/UsernameTokenCallback.java:import org.jboss.security.auth.callback.MapCallback; | |
| ./server/src/main/java/org/jboss/wsf/stack/cxf/security/authentication/callback/UsernameTokenCallbackHandler.java:import org.jboss.security.auth.callback.MapCallback; | |
| ./server/src/main/java/org/jboss/wsf/stack/cxf/security/authentication/SubjectCreator.java:import org.jboss.security.auth.callback.CallbackHandlerPolicyContextHandler; | |
| ./server/src/main/java/org/jboss/wsf/stack/cxf/security/authentication/SubjectCreator.java:import org.jboss.security.plug |
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:20:45,813 INFO [org.jboss.modules] (main) JBoss Modules version 1.5.2.Final | |
| 12:20:45,976 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final | |
| 12:20:46,034 INFO [org.jboss.as] (MSC service thread 1-6) WFLYSRV0049: WildFly Full 11.0.0.Alpha1-SNAPSHOT (WildFly Core 3.0.0.Alpha5-SNAPSHOT) starting | |
| 12:20:47,237 INFO [org.wildfly.extension.elytron] (ServerService Thread Pool -- 15) WFLYELY00001: I am Elytron, nice to meet you. | |
| 12:20:47,241 INFO [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 7) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/subsystem=undertow/server=default-server/https-listener=https' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation. | |
| 12:20:47,286 ERROR [org.jboss.as.controller] (Controller Boot Thread) WFLYCTL0362: Capabilities required by resource '/subsystem=undertow/application-security-domain=other' are n |
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
| <?xml version="1.0" ?> | |
| <server xmlns="urn:jboss:domain:5.0"> | |
| <extensions> | |
| <extension module="org.jboss.as.clustering.infinispan"/> | |
| <extension module="org.jboss.as.connector"/> | |
| <extension module="org.jboss.as.deployment-scanner"/> | |
| <extension module="org.jboss.as.ee"/> | |
| <extension module="org.jboss.as.ejb3"/> | |
| <extension module="org.jboss.as.jaxrs"/> |
OlderNewer