<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[nf tower 验证]]></title><description><![CDATA[<p dir="auto"><a href="https://github.com/seqeralabs/nf-tower" rel="nofollow ugc">https://github.com/seqeralabs/nf-tower</a></p>
<pre><code>sudo make build
</code></pre>
<p dir="auto">jynlix@ubuntu01:~/Downloads/src/nf-tower$ make build<br />
./gradlew assemble</p>
<blockquote>
<p dir="auto">Task :tower-backend:compileGroovy FAILED</p>
</blockquote>
<p dir="auto">FAILURE: Build failed with an exception.</p>
<ul>
<li>What went wrong:<br />
Execution failed for task ':tower-backend:compileGroovy'.</li>
</ul>
<blockquote>
<p dir="auto">Bad &lt;init&gt; method call from inside of a branch<br />
Exception Details:<br />
Location:<br />
org/codehaus/groovy/control/customizers/ASTTransformationCustomizer.&lt;init&gt;(Ljava/util/Map;Lorg/codehaus/groovy/transform/ASTTransformation;)V @159: invokespecial<br />
Reason:<br />
Error exists in the bytecode<br />
Bytecode:<br />
0x0000000: b800 234e 04bd 006e 5903 2c53 5910 ff12<br />
0x0000010: 02b8 0076 2a5f ab00 0000 01b0 0000 000a<br />
0x0000020: b951 be33 0000 005a bd3c 11f8 0000 008f<br />
0x0000030: e4d2 7468 0000 00b8 f226 4f65 0000 00cb<br />
0x0000040: 1cb4 ddcd 0000 00e0 224d 0e57 0000 00ff<br />
0x0000050: 4441 e4ca 0000 0128 4c34 1502 0000 0149<br />
0x0000060: 589a 5432 0000 0168 6648 e9fd 0000 0185<br />
0x0000070: 5f5a 5903 3212 7eb8 0051 c000 7e5f 5904<br />
0x0000080: 32b8 0042 c000 445f 5905 32b8 0082 c000</p>
</blockquote>
<p dir="auto">编译的时候老是报错 修改<br />
vi tower-backend/build.gradle<br />
tasks.withType(GroovyCompile) {<br />
groovyOptions.forkOptions.jvmArgs.add('-Dgroovy.parameters=true')<br />
<strong>groovyOptions.forkOptions.jvmArgs.add('-noverify')</strong> //加上这个<br />
}</p>
]]></description><link>http://an.forum.genostack.com/topic/826/nf-tower-验证</link><generator>RSS for Node</generator><lastBuildDate>Sat, 13 Jun 2026 09:22:07 GMT</lastBuildDate><atom:link href="http://an.forum.genostack.com/topic/826.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 03 Mar 2023 11:20:55 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to nf tower 验证 on Fri, 03 Mar 2023 11:44:36 GMT]]></title><description><![CDATA[<p dir="auto">运行<br />
sudo apt install docker-compose<br />
sudo make run</p>
<p dir="auto">Cannot create container for service backend: create .: volume name is too short, names should be at least two alphanumeric characters<br />
vi docker-compose.yml<br />
这个地方/是必须的<br />
volumes:<br />
- $PWD/:/work</p>
]]></description><link>http://an.forum.genostack.com/post/1982</link><guid isPermaLink="true">http://an.forum.genostack.com/post/1982</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Fri, 03 Mar 2023 11:44:36 GMT</pubDate></item><item><title><![CDATA[Reply to nf tower 验证 on Fri, 03 Mar 2023 11:22:29 GMT]]></title><description><![CDATA[<p dir="auto">修改 build.gradle加速<br />
allprojects {<br />
version "20.06.0"<br />
group "io.seqera"<br />
repositories {<br />
<strong>maven { url '<a href="https://mirrors.cloud.tencent.com/nexus/repository/maven-public/" rel="nofollow ugc">https://mirrors.cloud.tencent.com/nexus/repository/maven-public/</a>' }</strong><br />
mavenLocal()<br />
mavenCentral()<br />
maven {<br />
url "<a href="https://clojars.org/repo" rel="nofollow ugc">https://clojars.org/repo</a>"<br />
}<br />
}<br />
}</p>
]]></description><link>http://an.forum.genostack.com/post/1981</link><guid isPermaLink="true">http://an.forum.genostack.com/post/1981</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Fri, 03 Mar 2023 11:22:29 GMT</pubDate></item></channel></rss>