levindecaro opened a new issue, #7981:
URL: https://github.com/apache/cloudstack/issues/7981
<!--
Verify first that your issue/request is not already reported on GitHub.
Also test if the latest release and main branch are affected too.
Always add information AFTER of these HTML comments, but no need to delete
the comments.
-->
##### ISSUE TYPE
<!-- Pick one below and delete the rest -->
* Bug Report
##### COMPONENT NAME
<!--
Categorize the issue, e.g. API, VR, VPN, UI, etc.
-->
~~~
UI, SSVM
~~~
##### CLOUDSTACK VERSION
<!--
New line separated list of affected versions, commit ID for issues on main
branch.
-->
~~~
4.18.1
~~~
##### CONFIGURATION
<!--
Information about the configuration if relevant, e.g. basic network,
advanced networking, etc. N/A otherwise
-->
KVM
Advanced Networking
##### OS / ENVIRONMENT
<!--
Information about the environment if relevant, N/A otherwise
-->
Oracle Linux 9.2
##### SUMMARY
<!-- Explain the problem/feature briefly -->
Fresh install ACS 4.18.1 with letsencrypts cert installed, tried to upload
qcow2 template or ISO from local but failed, register template from remote URL
template are ok.
No process bar appeared, res
##### STEPS TO REPRODUCE
<!--
For bugs, show exactly how to reproduce the problem, using a minimal
test-case. Use Screenshots if accurate.
For new features, show how the feature would be used.
-->
Upload a qcow2 format from local
<!-- Paste example playbooks or commands between quotes below -->
~~~
N/A
~~~

<!-- You can also paste gist.github.com links for larger files -->
##### EXPECTED RESULTS
<!-- What did you expect to happen when running the steps above? -->
~~~
Template should be uploaded successfully.
~~~
##### ACTUAL RESULTS
<!-- What actually happened? -->

~~~
```
2023-09-19 23:19:24,993 INFO [handler.logging.LoggingHandler]
(nioEventLoopGroup-2-1:null) [id: 0x777c7e67, L:/0.0.0.0:8210] READ COMPLETE
2023-09-19 23:19:25,023 INFO [storage.resource.HttpUploadServerHandler]
(nioEventLoopGroup-3-2:null) HEADER: SIGNATURE=u0p7CCNWJ4Fiz2aLh0D/0qhJYDs=
2023-09-19 23:19:25,025 INFO [storage.resource.HttpUploadServerHandler]
(nioEventLoopGroup-3-2:null) HEADER:
METADATA=XLapWnsiqHmOvDOFkrveFbw08pWeGo0Y8KyuGVRWH69pBY9a3LaO8KfDx9aDfBj2TjlmJdHJWusgi2Zet5TWiuCtnYQPBGprXL0a7P+7prgfxXyXhouwOjpJRmhD8vpxkGc9fVE55pIyvLmKyJbjOc6gntIqABXIEUg+e8Glr00YVf0gkR4b7+UW3LcQwXDDfowfjEAXFlotFmnqdje+EBbUazB+ABly2wW9UCItNjX+7LYsbXrSovF0qVUIgcUx1LNJ2kWTW31hmpUIUa4fPczKLknnu+JFMJoI1Ec7Y/oixVoigqWcTXL+tUJAH4QPFZHFCqTPKykiy0qQqujonpmrof7DbnvaSvH+EIGz+NG+I7XOAkLVVBrhIvknuPfWCvDxb5hAymQvzxk6dtB2ZyIhm4nP/v3VYSbQFIp+GxEwdoM7aUfc8ovDnmPWukafZuvOVZG5NN9oEmeA56W4pEtsKZ7+VBv5AbyCCp9TsltVRVZPKyj5z+4lmhZGO8RDN2ZOUM2jhfXgQSoobqDMifLwfywU6xxKjSN7XQaG00Cl52aNYe+kuHhwEoGfTOqWmEm6uzkVuFiiBQgHPNdmHkzx9cKlSRCeqOmU8Mx+TCVXZgwEr3RiITfIg1ZP3hmIi6RoVX6Id8q1VreQow==
2023-09-19 23:19:25,026 INFO [storage.resource.HttpUploadServerHandler]
(nioEventLoopGroup-3-2:null) HEADER: EXPIRES=2023-09-20T00:19:06.336Z
2023-09-19 23:19:25,026 INFO [storage.resource.HttpUploadServerHandler]
(nioEventLoopGroup-3-2:null) HEADER: HOST=ssvm.lab.example.com
2023-09-19 23:19:25,027 INFO [storage.resource.HttpUploadServerHandler]
(nioEventLoopGroup-3-2:null) HEADER: CONTENT_LENGTH=725221594
2023-09-19 23:19:25,028 INFO [storage.resource.HttpUploadServerHandler]
(nioEventLoopGroup-3-2:null) URI: uuid=43d7be4b-6c2c-4619-90c5-2b5021c0fc17
2023-09-19 23:19:25,037 INFO [storage.resource.NfsSecondaryStorageResource]
(nioEventLoopGroup-3-2:null) Determined host nfs.lab.example.com corresponds to
IP 10.10.10.90
2023-09-19 23:19:25,055 ERROR [storage.resource.HttpUploadServerHandler]
(nioEventLoopGroup-3-2:null) post request validation failed
com.cloud.exception.InvalidParameterValueException: The one time post url is
already used and the upload is in ERROR state.
at
org.apache.cloudstack.storage.resource.NfsSecondaryStorageResource.createUploadEntity(NfsSecondaryStorageResource.java:3267)
at
org.apache.cloudstack.storage.resource.HttpUploadServerHandler.channelRead0(HttpUploadServerHandler.java:168)
at
org.apache.cloudstack.storage.resource.HttpUploadServerHandler.channelRead0(HttpUploadServerHandler.java:65)
at
io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105)
at
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:374)
at
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:360)
at
io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:352)
at
io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102)
at
io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111)
at
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:374)
at
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:360)
at
io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:352)
at
io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:328)
at
io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:315)
at
io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:429)
at
io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:283)
at
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:374)
at
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:360)
at
io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:352)
at
io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1422)
at
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:374)
at
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:360)
at
io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:931)
at
io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:163)
at
io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:700)
at
io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:635)
at
io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:552)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:514)
at
io.netty.util.concurrent.SingleThreadEventExecutor$6.run(SingleThreadEventExecutor.java:1044)
at
io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at
io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:829)
```
<!-- Paste verbatim command output between quotes below -->
~~~
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]