[ 
https://jira.terracotta.org/jira//browse/CDV-286?page=comments#action_21468 ] 
            
Nathaniel Harward commented on CDV-286:
---------------------------------------

>From Tim Eck on email: 'Any idea what the "tc.server" system property is? It 
>looks like it might be getting set, and the code expects it to be of the form 
>"server:port,server2:port,etc". The actual value in the property is missing 
>the ":port" part...'

I agree with Tim here, the attached terracotta-client_asmAssert.log file looks 
like it has nothing to do with ASM at all, just a configuration error.  You 
should be able to simply omit this system property in which case the 
tc-config.xml file will be consulted, and appears to have this:

        <server host="localhost" name="localhost:9510">
            <data>%(tc.home)/terracotta/server-data</data>
            <logs>%(tc.home)/terracotta/server-logs</logs>
        </server>

Or if you have to set tc.server to something, set it to "localhost:9510".  
Please try that, it should either work or get to the next problem in the chain 
:)

> Issues with Java 6 bytecode
> ---------------------------
>
>                 Key: CDV-286
>                 URL: https://jira.terracotta.org/jira//browse/CDV-286
>             Project: Community Development
>          Issue Type: Bug
>          Components: DSO:L1
>    Affects Versions: 2.3
>            Reporter: Eugene Kuleshov
>         Assigned To: Nathaniel Harward
>         Attachments: mylar-context.zip, terracotta-client_asmAssert.log
>
>
> We saw some failure when instrumenting bytecode compiled with -target 1.6:
> java.lang.IllegalStateException: ClassReader.accept() should be called with 
> EXPAND_FRAMES flag
>   at 
> com.tc.asm.commons.LocalVariablesSorter.visitFrame(LocalVariablesSorter.java:169)
>          
>   at com.tc.asm.ClassReader.accept(ClassReader.java:1159)
>   at com.tc.asm.ClassReader.accept(ClassReader.java:394)
>   at 
> com.tc.object.bytecode.hook.impl.DefaultWeavingStrategy.transform(DefaultWeavingStrategy.java:269)
>         
>   at 
> com.tc.object.bytecode.hook.impl.DSOContextImpl.preProcess(DSOContextImpl.java:137)
>   at 
> com.tc.object.bytecode.hook.impl.ClassProcessorHelper.defineClass0Pre(ClassProcessorHelper.java:416)
>   at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
>   at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
>   at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
>   at java.net.URLClassLoader.access$100(URLClassLoader.java:56)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.terracotta.org/jira//secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
tc-dev mailing list
[email protected]
http://lists.terracotta.org/mailman/listinfo/tc-dev

Reply via email to