2016-07-07 9 views
0

IDEA 16でjrebelプラグインをダウンロードしてライセンスを取得しました。私は「jrebel実行」ボタンで自分のアプリケーションを実行すると、私は次の出力ました:IDEA 16とTomcat 9でJRebel 6.4.6プラグインが動作しません

2016-07-07 13:40:18 JRebel: 
2016-07-07 13:40:18 JRebel: ############################################################# 
2016-07-07 13:40:18 JRebel: 
2016-07-07 13:40:18 JRebel: JRebel Agent 6.4.6 (201606221135) 
2016-07-07 13:40:18 JRebel: (c) Copyright ZeroTurnaround AS, Estonia, Tartu. 
2016-07-07 13:40:18 JRebel: 
2016-07-07 13:40:18 JRebel: Over the last 1 days JRebel prevented 
2016-07-07 13:40:18 JRebel: at least 0 redeploys/restarts saving you about 0 hours. 
2016-07-07 13:40:18 JRebel: 
2016-07-07 13:40:18 JRebel: License acquired from License Server: http://xxxxx.xxx.xxx 
2016-07-07 13:40:18 JRebel: 
2016-07-07 13:40:18 JRebel: Licensed to xxx. 
2016-07-07 13:40:18 JRebel: 
2016-07-07 13:40:18 JRebel: 
2016-07-07 13:40:18 JRebel: ############################################################# 
2016-07-07 13:40:18 JRebel: 

をし、この

2016-07-07 13:40:20 JRebel: Directory 'E:\IdeaProjects\baobiao\target\classes' will be monitored for changes. 
2016-07-07 13:40:20 JRebel: Directory 'E:\IdeaProjects\baobiao\src\main\webapp' will be monitored for changes. 

が、私は春のrequestmappingアノテーションを変更しテストするとき、それは動作しませんでした。サーバー出力に「JRebel:reloading class ...」という単語が表示されませんでした。だから私はjrebel.logを開き、その中にエラーが発生しました:私は長い間、この質問をGoogleで検索し、まだそれについては考えているしている

2016-07-07 13:40:34.737 INFO [13] [Licensing] Trying licenseServer licensing .. 
2016-07-07 13:40:34.737 DEBUG [13] [Licensing] greedy: true, forStatusCheck: false 
2016-07-07 13:40:34.737 DEBUG [13] [Licensing-LS] No offline lease found from local storage 
2016-07-07 13:40:34.737 INFO [13] [Licensing-LS] Contacting license server 
2016-07-07 13:40:34.737 INFO [13] [Licensing-LS] doAcquireLease to http://xxx.xxxxx.xxx .. 
2016-07-07 13:40:34.809 DEBUG [13] [Licensing-LS] License server protocol 1.0+. 
2016-07-07 13:40:34.809 INFO [13] [Licensing-LS] License registered to xxx. License type: LS_MANAGED, LS version: 3.1.3, LS guid: null 
2016-07-07 13:40:34.811 DEBUG [13] [Licensing-LS] License orderId , zero-ids: [] 
2016-07-07 13:40:34.813 INFO [13] [Licensing-LS] Lease successfully acquired. Lease: [email protected][leaseId=1,offline=false,clientRandomness=dFyq4vacuNQ=,serverRandomness=H2ulzLlh7E0=,validFrom=Thu Jul 07 13:40:34 CST 2016,validUntil=Thu Jul 07 14:40:34 CST 2016] 
2016-07-07 13:40:34.813 INFO [13] [Licensing-LS] Trying to acquire the failover URL .. 
2016-07-07 13:40:34.878 DEBUG [13] [Licensing-LS] License Server failover not configured. 
2016-07-07 13:40:34.880 ERROR [13] [Licensing] Exception occurred while initializing license server licensing: java.lang.IllegalThreadStateException 
    at java.lang.Thread.start(Thread.java:705) 
    at com.zeroturnaround.javarebel.gw.d(SourceFile:420) 
    at com.zeroturnaround.javarebel.gw.a(SourceFile:92) 
    at com.zeroturnaround.javarebel.iq.a(SourceFile:95) 
    at com.zeroturnaround.javarebel.iq.a(SourceFile:57) 
    at com.zeroturnaround.javarebel.in.a(SourceFile:79) 
    at com.zeroturnaround.javarebel.SDKLicensingImpl.findAndValidateLicenseFromSource(SourceFile:543) 
    at com.zeroturnaround.javarebel.SDKLicensingImpl.getLicenseInfo(SourceFile:73) 
    at com.zeroturnaround.javarebel.or.getLicenceInfo(SourceFile:46) 
    at org.zeroturnaround.javarebel.reporting.MixpanelMetrics$3.build(SourceFile:133) 
    at org.zeroturnaround.javarebel.reporting.MixpanelMetrics$12.run(SourceFile:256) 
    at org.zeroturnaround.javarebel.reporting.MetricsExecutor.run(SourceFile:58) 
    at java.lang.Thread.run(Thread.java:745) 

、誰が助けることができますがありますか?どうもありがとう!

+0

JRebelのバグのような感じです。ライセンスをお持ちの場合は、技術サポートを依頼する必要があります。 –

答えて

1

一時的な回避策はoffline leaseを取ることが、例外が発生しなかった理由をトラブルシューティングするために、このスレッドへのリンクと一緒に[email protected]へのトレースレベルjrebel.logを(サーバJVM引数に-Drebel.log=traceを追加)送るだろう。ログに関するご質問はmanualをご覧ください。

関連する問題