[環境]
Spring Boot:2.4.5
EC2: Amazon Linux2
Amazon pollyをSpring Bootで実装しており、ローカルでは実装できていることは確認できました。しかし、EC2にデプロイしてリクエストを投げると次のエラーになります。
Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'GET' not supported] Cannot create AudioDevices
コメントアウトなどで原因箇所は次の箇所とわかりましたが、どう修正すればよいのかわかりません。
AdvancedPlayer player = new AdvancedPlayer(stream,javazoom.jl.player.FactoryRegistry.systemRegistry().createAudioDevice());
よろしくお願いいたします。
あなたの回答
tips
プレビュー