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
org.apache.cxf.jaxrs.client.ClientWebApplicationException: org.apache.cxf.interceptor.Fault: Could not send Message. | |
at org.apache.cxf.jaxrs.client.AbstractClient.checkClientException(AbstractClient.java:481) | |
at org.apache.cxf.jaxrs.client.AbstractClient.preProcessResult(AbstractClient.java:468) | |
at org.apache.cxf.jaxrs.client.ClientProxyImpl.doChainedInvocation(ClientProxyImpl.java:471) | |
at org.apache.cxf.jaxrs.client.ClientProxyImpl.invoke(ClientProxyImpl.java:188) | |
at $Proxy15.scanRepositoryNow(Unknown Source) | |
at org.talend.administrator.esbconductor.business.ArchivaBrowserBusiness.forceIndex(ArchivaBrowserBusiness.java:132) | |
at org.talend.administrator.esbconductor.business.ArchivaBrowserBusiness.main(ArchivaBrowserBusiness.java:104) | |
Caused by: org.apache.cxf.interceptor.Fault: Could not send Message. | |
at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:64) |
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
+ <site> | |
+ <id>apache.website</id> | |
+ <url>scp://people.apache.org/www/maven.apache.org/skins-${project.version}</url> | |
+ </site> | |
+ </distributionManagement> |
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
Caused by: java.io.IOException: failed to process jar /Users/olamy/dev/sources/archiva/archiva-modules/metadata/test-repository/target/classes/org/codehaus/plexus/plexus-spring/1.2/plexus-spring-1.2-sources.jar : error in opening zip file | |
at org.codehaus.mojo.animal_sniffer.ClassFileVisitor.processJarFile(ClassFileVisitor.java:133) | |
at org.codehaus.mojo.animal_sniffer.ClassFileVisitor.process(ClassFileVisitor.java:88) | |
at org.codehaus.mojo.animal_sniffer.ClassFileVisitor.process(ClassFileVisitor.java:64) | |
at org.codehaus.mojo.animal_sniffer.ClassFileVisitor.processDirectory(ClassFileVisitor.java:102) | |
at org.codehaus.mojo.animal_sniffer.ClassFileVisitor.process(ClassFileVisitor.java:80) | |
at org.codehaus.mojo.animal_sniffer.ClassFileVisitor.process(ClassFileVisitor.java:64) | |
at org.codehaus.mojo.animal_sniffer.ClassFileVisitor.processDirectory(ClassFileVisitor.java:102) | |
at org.codehaus.mojo.animal_sniffer.ClassFileVisitor.process(ClassFileVisitor.java:80) | |
at org.codehaus.mojo.animal_sniffer.ClassFileVisito |
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 TestSuite | |
org.apache.maven.surefire.util.SurefireReflectionException: java.lang.reflect.InvocationTargetException; nested exception is java.lang.reflect.InvocationTargetException: null | |
java.lang.reflect.InvocationTargetException | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | |
at java.lang.reflect.Method.invoke(Method.java:597) | |
at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) | |
at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) | |
at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) |
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
Exception in thread "pool-3610-thread-9" org.apache.camel.CamelExecutionException: Exception occurred during execution on the exchange: Exchange[Message: <message>payload</message>] | |
at org.apache.camel.util.ObjectHelper.wrapCamelExecutionException(ObjectHelper.java:1212) | |
at org.apache.camel.util.ExchangeHelper.extractResultBody(ExchangeHelper.java:509) | |
at org.apache.camel.impl.DefaultProducerTemplate.extractResultBody(DefaultProducerTemplate.java:442) | |
at org.apache.camel.impl.DefaultProducerTemplate.extractResultBody(DefaultProducerTemplate.java:438) | |
at org.apache.camel.impl.DefaultProducerTemplate.sendBody(DefaultProducerTemplate.java:126) | |
at org.apache.camel.impl.DefaultProducerTemplate.sendBody(DefaultProducerTemplate.java:131) | |
at org.apache.camel.processor.ThrottlerAsyncDelayedTest$1.run(ThrottlerAsyncDelayedTest.java:56) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) |
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
Caused by: java.lang.ClassFormatError: Failed to load javax.servlet.ServletException | |
at hudson.remoting.RemoteClassLoader.loadClassFile(RemoteClassLoader.java:154) | |
at hudson.remoting.RemoteClassLoader.findClass(RemoteClassLoader.java:131) | |
at java.lang.ClassLoader.loadClass(ClassLoader.java:307) | |
at java.lang.ClassLoader.loadClass(ClassLoader.java:252) | |
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320) | |
at hudson.maven.Maven2Builder.call(Maven2Builder.java:74) | |
at hudson.maven.Maven2Builder.call(Maven2Builder.java:53) | |
at hudson.remoting.UserRequest.perform(UserRequest.java:118) | |
at hudson.remoting.UserRequest.perform(UserRequest.java:48) |
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
Exception in thread "pool-2790-thread-9" org.apache.camel.CamelExecutionException: Exception occurred during execution on the exchange: Exchange[Message: <message>payload</message>] | |
at org.apache.camel.util.ObjectHelper.wrapCamelExecutionException(ObjectHelper.java:1219) | |
at org.apache.camel.util.ExchangeHelper.extractResultBody(ExchangeHelper.java:509) | |
at org.apache.camel.impl.DefaultProducerTemplate.extractResultBody(DefaultProducerTemplate.java:442) | |
at org.apache.camel.impl.DefaultProducerTemplate.extractResultBody(DefaultProducerTemplate.java:438) | |
at org.apache.camel.impl.DefaultProducerTemplate.sendBody(DefaultProducerTemplate.java:126) | |
at org.apache.camel.impl.DefaultProducerTemplate.sendBody(DefaultProducerTemplate.java:131) | |
at org.apache.camel.processor.ThrottlerAsyncDelayedTest$1.run(ThrottlerAsyncDelayedTest.java:56) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) |
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
* présentation DirectMemory WTF ( 7 ) | |
** le plan du talk ( 2 ) (bp) | |
** speakers intro ( 2 ) (ol + bp) | |
** incubation ASF wtf ( 3 ) (ol) | |
* principe heap off cache ( 12 ) (bp) | |
** heap of memory ( 4 ) | |
** contraintes ( 4 ) | |
** gains (quantité storage + rapidité accès) ( 4 ) |
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
#cache directive | |
# default | |
Header set Cache-Control "max-age=86400, public" | |
#Header set Cache-control "max-age=0, must-revalidate, no-store" | |
#Header append Cache-control "public" | |
# *.jsp, *.action no-cache=true | |
SetEnvIf Request_URI "\.jsp$" no-cache=true | |
SetEnvIf Request_URI "\.action$" no-cache=true |
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
PUT /dm/cache/foo HTTP/1.1 | |
Content-Type: text/plain | |
Host: foo | |
{"name":"bordeaux","description":"so good so good"} | |
HTTP/1.1 200 OK | |
Server: Apache-Coyote/1.1 | |
X-DirectMemory-SerializeSize: 7 | |
Content-Length: 0 |