You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/04/14 06:26:59 UTC

[GitHub] [rocketmq] tigerxie opened a new issue, #4161: Illegal reflective access by org.apache.rocketmq.store.MappedFile$1 rocketmq-store-4.9.3.jar

tigerxie opened a new issue, #4161:
URL: https://github.com/apache/rocketmq/issues/4161

   sh bin/mqbroker -n localhost:9876
   WARNING: An illegal reflective access operation has occurred
   WARNING: Illegal reflective access by org.apache.rocketmq.store.MappedFile$1 (file:/Users/xiexiaohu/github/mq/rocketmq-4.9.3/lib/rocketmq-store-4.9.3.jar) to method java.nio.DirectByteBuffer.attachment()
   WARNING: Please consider reporting this to the maintainers of org.apache.rocketmq.store.MappedFile$1
   WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
   WARNING: All illegal access operations will be denied in a future release


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq] HScarb commented on issue #4161: Illegal reflective access by org.apache.rocketmq.store.MappedFile$1 rocketmq-store-4.9.3.jar

Posted by GitBox <gi...@apache.org>.
HScarb commented on issue #4161:
URL: https://github.com/apache/rocketmq/issues/4161#issuecomment-1099122379

   Can you provide more logs such as
   broker.log
   store.log


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Illegal reflective access by org.apache.rocketmq.store.MappedFile$1 rocketmq-store-4.9.3.jar [rocketmq]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #4161:
URL: https://github.com/apache/rocketmq/issues/4161#issuecomment-2028958895

   This issue was closed because it has been inactive for 3 days since being marked as stale.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Illegal reflective access by org.apache.rocketmq.store.MappedFile$1 rocketmq-store-4.9.3.jar [rocketmq]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #4161:
URL: https://github.com/apache/rocketmq/issues/4161#issuecomment-2026352101

   This issue is stale because it has been open for 365 days with no activity. It will be closed in 3 days if no further activity occurs.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq] smile2014 commented on issue #4161: Illegal reflective access by org.apache.rocketmq.store.MappedFile$1 rocketmq-store-4.9.3.jar

Posted by "smile2014 (via GitHub)" <gi...@apache.org>.
smile2014 commented on issue #4161:
URL: https://github.com/apache/rocketmq/issues/4161#issuecomment-1488396631

   怎么解决啊,jdk11也遇到相同问题
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq] MatrixHB commented on issue #4161: Illegal reflective access by org.apache.rocketmq.store.MappedFile$1 rocketmq-store-4.9.3.jar

Posted by GitBox <gi...@apache.org>.
MatrixHB commented on issue #4161:
URL: https://github.com/apache/rocketmq/issues/4161#issuecomment-1100840464

   What's your JDK version? You can use jdk 1.8 and try again.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq] ni-ze commented on issue #4161: Illegal reflective access by org.apache.rocketmq.store.MappedFile$1 rocketmq-store-4.9.3.jar

Posted by GitBox <gi...@apache.org>.
ni-ze commented on issue #4161:
URL: https://github.com/apache/rocketmq/issues/4161#issuecomment-1099804432

   I check on branch release-4.9.3 source code. There is no problem.
   ```xml
   1. mvn -Prelease-all -DskipTests clean install -U
   2. cd ~/distribution/target/rocketmq-4.9.4-SNAPSHOT/rocketmq-4.9.4-SNAPSHOT
   3. sh  bin/mqnamesrv
   4.  sh bin/mqbroker -n localhost:9876
   5. send message and success.
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq] zuochongchong commented on issue #4161: Illegal reflective access by org.apache.rocketmq.store.MappedFile$1 rocketmq-store-4.9.3.jar

Posted by GitBox <gi...@apache.org>.
zuochongchong commented on issue #4161:
URL: https://github.com/apache/rocketmq/issues/4161#issuecomment-1169598751

   This problem occurs when using JDK11 , Use JDK1.8 to solve the problem.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Illegal reflective access by org.apache.rocketmq.store.MappedFile$1 rocketmq-store-4.9.3.jar [rocketmq]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] closed issue #4161: Illegal reflective access by org.apache.rocketmq.store.MappedFile$1 rocketmq-store-4.9.3.jar
URL: https://github.com/apache/rocketmq/issues/4161


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org