Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-1246

Batching fails when run in JBossAS7

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Blocker
    • 5.0.0.CR8, 5.0.0.FINAL
    • 5.0.0.CR7
    • Core
    • None

    Description

      This badly affects TorqueBox and Lucene integrations, making them unusable.
      I hope we can use a different namespace or binding method?

      12:46:35,651 INFO  [org.infinispan.factories.TransactionManagerFactory] (http-localhost-127.0.0.1-8080-1) failed looking up TransactionManager, will not use transactions: java.lang.UnsupportedOperationException: Naming context is read-only
      	at org.jboss.as.naming.NamingContext.bind(NamingContext.java:217)
      	at javax.naming.InitialContext.bind(InitialContext.java:400) [:1.6.0_26]
      	at org.infinispan.transaction.tm.DummyTransactionManager.getInstance(DummyTransactionManager.java:62) [infinispan-core-5.0.0.CR7.jar:5.0.0.CR7]
      	at org.infinispan.transaction.lookup.GenericTransactionManagerLookup.getTransactionManager(GenericTransactionManagerLookup.java:112) [infinispan-core-5.0.0.CR7.jar:5.0.0.CR7]
      	at org.infinispan.factories.TransactionManagerFactory.construct(TransactionManagerFactory.java:59) [infinispan-core-5.0.0.CR7.jar:5.0.0.CR7]
      	at org.infinispan.factories.AbstractComponentRegistry.getOrCreateComponent(AbstractComponentRegistry.java:332) [infinispan-core-5.0.0.CR7.jar:5.0.0.CR7]
      	at org.infinispan.factories.AbstractComponentRegistry.invokeInjectionMethod(AbstractComponentRegistry.java:266) [infinispan-core-5.0.0.CR7.jar:5.0.0.CR7]
      	at org.infinispan.factories.AbstractComponentRegistry$Component.injectDependencies(AbstractComponentRegistry.java:869) [infinispan-core-5.0.0.CR7.jar:5.0.0.CR7]
      	at org.infinispan.factories.AbstractComponentRegistry.registerComponentInternal(AbstractComponentRegistry.java:240) [infinispan-core-5.0.0.CR7.jar:5.0.0.CR7]
      	at org.infinispan.factories.ComponentRegistry.registerComponentInternal(ComponentRegistry.java:153) [infinispan-core-5.0.0.CR7.jar:5.0.0.CR7]
      	at org.infinispan.factories.AbstractComponentRegistry.registerComponent(AbstractComponentRegistry.java:199) [infinispan-core-5.0.0.CR7.jar:5.0.0.CR7]
      	at org.infinispan.factories.AbstractComponentRegistry.registerComponent(AbstractComponentRegistry.java:194) [infinispan-core-5.0.0.CR7.jar:5.0.0.CR7]
      	at org.infinispan.query.impl.LifecycleManager.createQueryInterceptorIfNeeded(LifecycleManager.java:75) [infinispan-query-5.0.0.CR4_AS7.jar:5.0.0.CR4_AS7]
      	at org.infinispan.query.impl.LifecycleManager.cacheStarting(LifecycleManager.java:67) [infinispan-query-5.0.0.CR4_AS7.jar:5.0.0.CR4_AS7]
      	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [:1.6.0_26]
      	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [:1.6.0_26]
      	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_26]
      	at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_26]
      	at org.infinispan.util.Proxies$CatchThrowableProxy.invoke(Proxies.java:88) [infinispan-core-5.0.0.CR7.jar:5.0.0.CR7]
      	at $Proxy19.cacheStarting(Unknown Source)	at org.infinispan.factories.ComponentRegistry.notifyCacheStarting(ComponentRegistry.java:192) [infinispan-core-5.0.0.CR7.jar:5.0.0.CR7]
      	at org.infinispan.factories.InternalCacheFactory.bootstrap(InternalCacheFactory.java:95) [infinispan-core-5.0.0.CR7.jar:5.0.0.CR7]
      	at org.infinispan.factories.InternalCacheFactory.createAndWire(InternalCacheFactory.java:79) [infinispan-core-5.0.0.CR7.jar:5.0.0.CR7]
      	at org.infinispan.factories.InternalCacheFactory.createCache(InternalCacheFactory.java:63) [infinispan-core-5.0.0.CR7.jar:5.0.0.CR7]
      	at org.infinispan.manager.DefaultCacheManager.createCache(DefaultCacheManager.java:552) [infinispan-core-5.0.0.CR7.jar:5.0.0.CR7]
      	at org.infinispan.manager.DefaultCacheManager.getCache(DefaultCacheManager.java:455) [infinispan-core-5.0.0.CR7.jar:5.0.0.CR7]
      	at org.infinispan.manager.DefaultCacheManager.getCache(DefaultCacheManager.java:424) [infinispan-core-5.0.0.CR7.jar:5.0.0.CR7]
      	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [:1.6.0_26]
      	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [:1.6.0_26]
      	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_26]
      	at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_26]
      	at org.jruby.javasupport.JavaMethod.invokeDirectWithExceptionHandling(JavaMethod.java:508) [jruby.jar:]
      	at org.jruby.javasupport.JavaMethod.invokeDirect(JavaMethod.java:368) [jruby.jar:]
      	at org.jruby.java.invokers.InstanceMethodInvoker.call(InstanceMethodInvoker.java:49) [jruby.jar:]
      	at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:56) [jruby.jar:]
      	at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:292) [jruby.jar:]
      	at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:135) [jruby.jar:]
      	at org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:63) [jruby.jar:]
      	at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) [jruby.jar:]
      	at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) [jruby.jar:]
      	at org.jruby.ast.RescueNode.executeBody(RescueNode.java:216) [jruby.jar:]
      	at org.jruby.ast.RescueNode.interpretWithJavaExceptions(RescueNode.java:120) [jruby.jar:]
      	at org.jruby.ast.RescueNode.interpret(RescueNode.java:110) [jruby.jar:]
      	at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:75) [jruby.jar:]
      	at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:147) [jruby.jar:]
      	at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:163) [jruby.jar:]
      	at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:292) [jruby.jar:]
      	at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:135) [jruby.jar:]
      	at org.jruby.ast.VCallNode.interpret(VCallNode.java:86) [jruby.jar:]
      	at org.jruby.ast.OrNode.interpret(OrNode.java:98) [jruby.jar:]
      	at org.jruby.ast.OrNode.interpret(OrNode.java:95) [jruby.jar:]
      	at org.jruby.ast.InstAsgnNode.interpret(InstAsgnNode.java:95) [jruby.jar:]
      	at org.jruby.ast.OpAsgnOrNode.interpret(OpAsgnOrNode.java:100) [jruby.jar:]
      	at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) [jruby.jar:]
      	at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:75) [jruby.jar:]
      	at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:147) [jruby.jar:]
      	at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:163) [jruby.jar:]
      	at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:292) [jruby.jar:]
      	at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:135) [jruby.jar:]
      	at org.jruby.ast.VCallNode.interpret(VCallNode.java:86) [jruby.jar:]
      	at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) [jruby.jar:]
      	at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) [jruby.jar:]
      	at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:75) [jruby.jar:]
      	at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:212) [jruby.jar:]
      	at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) [jruby.jar:]
      	at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:322) [jruby.jar:]
      	at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:178) [jruby.jar:]
      	at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:182) [jruby.jar:]
      	at org.jruby.RubyClass.newInstance(RubyClass.java:799) [jruby.jar:]
      	at org.jruby.RubyClass$i$newInstance.call(RubyClass$i$newInstance.gen:65535) [jruby.jar:]
      	at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroOrOneOrNBlock.call(JavaMethod.java:266) [jruby.jar:]
      	at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:312) [jruby.jar:]
      	at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:169) [jruby.jar:]
      	at org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) [jruby.jar:]
      	at org.jruby.ast.InstAsgnNode.interpret(InstAsgnNode.java:95) [jruby.jar:]
      	at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) [jruby.jar:]
      	at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) [jruby.jar:]
      	at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:75) [jruby.jar:]
      	at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:255) [jruby.jar:]
      	at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) [jruby.jar:]
      	at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:342) [jruby.jar:]
      	at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:212) [jruby.jar:]
      	at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:216) [jruby.jar:]
      	at org.jruby.RubyClass.newInstance(RubyClass.java:806) [jruby.jar:]
      	at org.jruby.RubyClass$i$newInstance.call(RubyClass$i$newInstance.gen:65535) [jruby.jar:]
      	at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroOrOneOrTwoOrNBlock.call(JavaMethod.java:283) [jruby.jar:]
      	at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:332) [jruby.jar:]
      	at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:203) [jruby.jar:]
      	at org.jruby.ast.CallTwoArgNode.interpret(CallTwoArgNode.java:59) [jruby.jar:]
      	at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) [jruby.jar:]
      	at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) [jruby.jar:]
      	at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:75) [jruby.jar:]
      	at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:233) [jruby.jar:]
      	at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) [jruby.jar:]
      	at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:332) [jruby.jar:]
      	at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:203) [jruby.jar:]
      	at org.jruby.ast.CallSpecialArgNode.interpret(CallSpecialArgNode.java:69) [jruby.jar:]
      	at org.jruby.ast.LocalAsgnNode.interpret(LocalAsgnNode.java:123) [jruby.jar:]
      	at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) [jruby.jar:]
      	at org.jruby.ast.IfNode.interpret(IfNode.java:119) [jruby.jar:]
      	at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) [jruby.jar:]
      	at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) [jruby.jar:]
      	at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:75) [jruby.jar:]
      	at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:233) [jruby.jar:]
      	at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:195) [jruby.jar:]
      	at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:332) [jruby.jar:]
      	at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:203) [jruby.jar:]
      	at org.jruby.ast.CallTwoArgNode.interpret(CallTwoArgNode.java:59) [jruby.jar:]
      	at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) [jruby.jar:]
      	at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) [jruby.jar:]
      	at org.jruby.ast.RootNode.interpret(RootNode.java:129) [jruby.jar:]
      	at org.jruby.evaluator.ASTInterpreter.INTERPRET_ROOT(ASTInterpreter.java:120) [jruby.jar:]
      	at org.jruby.Ruby.runInterpreter(Ruby.java:698) [jruby.jar:]
      	at org.jruby.Ruby.loadFile(Ruby.java:2434) [jruby.jar:]
      	at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66) [jruby.jar:]
      	at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:755) [jruby.jar:]
      	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:334) [jruby.jar:]
      	at org.jruby.runtime.load.LoadService.require(LoadService.java:381) [jruby.jar:]
      	at org.jruby.runtime.load.LoadService.lockAndRequire(LoadService.java:306) [jruby.jar:]
      	at org.jruby.RubyKernel.requireCommon(RubyKernel.java:1055) [jruby.jar:]
      	at org.jruby.RubyKernel.require(RubyKernel.java:1038) [jruby.jar:]
      	at org.jruby.RubyKernel$s$1$0$require.call(RubyKernel$s$1$0$require.gen:65535) [jruby.jar:]
      	at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:319) [jruby.jar:]
      	at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61) [jruby.jar:]
      	at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61) [jruby.jar:]
      	at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:312) [jruby.jar:]
      	at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:169) [jruby.jar:]
      	at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) [jruby.jar:]
      	at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) [jruby.jar:]
      	at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) [jruby.jar:]
      	at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) [jruby.jar:]
      	at org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) [jruby.jar:]
      	at org.jruby.runtime.InterpretedBlock.evalBlockBody(InterpretedBlock.java:374) [jruby.jar:]
      	at org.jruby.runtime.InterpretedBlock.yield(InterpretedBlock.java:328) [jruby.jar:]
      	at org.jruby.runtime.InterpretedBlock.yield(InterpretedBlock.java:367) [jruby.jar:]
      	at org.jruby.runtime.Block.yieldNonArray(Block.java:141) [jruby.jar:]
      	at org.jruby.RubyBasicObject.yieldUnder(RubyBasicObject.java:1804) [jruby.jar:]
      	at org.jruby.RubyBasicObject.specificEval(RubyBasicObject.java:1828) [jruby.jar:]
      	at org.jruby.RubyBasicObject.instance_eval(RubyBasicObject.java:2649) [jruby.jar:]
      	at org.jruby.RubyKernel.instance_eval(RubyKernel.java:2061) [jruby.jar:]
      	at org.jruby.RubyKernel$s$instance_eval.call(RubyKernel$s$instance_eval.gen:65535) [jruby.jar:]
      	at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:302) [jruby.jar:]
      	at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:144) [jruby.jar:]
      	at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:148) [jruby.jar:]
      	at org.jruby.ast.FCallNoArgBlockPassNode.interpret(FCallNoArgBlockPassNode.java:27) [jruby.jar:]
      	at org.jruby.ast.IfNode.interpret(IfNode.java:117) [jruby.jar:]
      	at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) [jruby.jar:]
      	at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) [jruby.jar:]
      	at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:75) [jruby.jar:]
      	at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:169) [jruby.jar:]
      	at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:171) [jruby.jar:]
      	at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:302) [jruby.jar:]
      	at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:144) [jruby.jar:]
      	at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:148) [jruby.jar:]
      	at org.jruby.RubyClass.newInstance(RubyClass.java:792) [jruby.jar:]
      	at org.jruby.RubyClass$i$newInstance.call(RubyClass$i$newInstance.gen:65535) [jruby.jar:]
      	at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:302) [jruby.jar:]
      	at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:144) [jruby.jar:]
      	at org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:153) [jruby.jar:]
      	at org.jruby.ast.CallNoArgBlockNode.interpret(CallNoArgBlockNode.java:64) [jruby.jar:]
      	at org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:63) [jruby.jar:]
      	at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104) [jruby.jar:]
      	at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) [jruby.jar:]
      	at org.jruby.ast.RootNode.interpret(RootNode.java:129) [jruby.jar:]
      	at org.jruby.evaluator.ASTInterpreter.INTERPRET_ROOT(ASTInterpreter.java:120) [jruby.jar:]
      	at org.jruby.Ruby.runInterpreter(Ruby.java:698) [jruby.jar:]
      	at org.jruby.Ruby.runInterpreter(Ruby.java:706) [jruby.jar:]
      	at org.jruby.Ruby.executeScript(Ruby.java:355) [jruby.jar:]
      	at org.torquebox.core.component.ComponentEval.newInstance(ComponentEval.java:54) [torquebox-core-2.0.0-SNAPSHOT.jar:2.0.0-SNAPSHOT]
      	at org.torquebox.core.component.ComponentResolver.createComponent(ComponentResolver.java:65) [torquebox-core-2.0.0-SNAPSHOT.jar:2.0.0-SNAPSHOT]
      	at org.torquebox.core.component.ComponentResolver.resolve(ComponentResolver.java:52) [torquebox-core-2.0.0-SNAPSHOT.jar:2.0.0-SNAPSHOT]
      	at org.torquebox.web.servlet.RackFilter.doRack(RackFilter.java:117) [torquebox-web-2.0.0-SNAPSHOT.jar:2.0.0-SNAPSHOT]
      	at org.torquebox.web.servlet.RackFilter.doFilter(RackFilter.java:107) [torquebox-web-2.0.0-SNAPSHOT.jar:2.0.0-SNAPSHOT]
      	at org.torquebox.web.servlet.RackFilter.doFilter(RackFilter.java:79) [torquebox-web-2.0.0-SNAPSHOT.jar:2.0.0-SNAPSHOT]
      	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.0.CR4.jar:7.0.0.Final]
      	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.0.CR4.jar:7.0.0.Final]
      	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275) [jbossweb-7.0.0.CR4.jar:7.0.0.Final]
      	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161) [jbossweb-7.0.0.CR4.jar:7.0.0.Final]
      	at org.jboss.as.web.NamingValve.invoke(NamingValve.java:57) [jboss-as-web-7.0.0.Final.jar:7.0.0.Final]
      	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:154) [jbossweb-7.0.0.CR4.jar:7.0.0.Final]
      	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) [jbossweb-7.0.0.CR4.jar:7.0.0.Final]
      	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) [jbossweb-7.0.0.CR4.jar:7.0.0.Final]
      	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:362) [jbossweb-7.0.0.CR4.jar:7.0.0.Final]
      	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877) [jbossweb-7.0.0.CR4.jar:7.0.0.Final]
      	at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:667) [jbossweb-7.0.0.CR4.jar:7.0.0.Final]
      	at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:951) [jbossweb-7.0.0.CR4.jar:7.0.0.Final]
      	at java.lang.Thread.run(Thread.java:680) [:1.6.0_26]

      Attachments

        Activity

          People

            mircea.markus Mircea Markus (Inactive)
            sgrinove Sanne Grinovero
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: