This is failing, as our environment may have some restrictions. Should I
run this mvnw.bat from my laptop and then copy content to linux box, will
it work or create some platform conflict issues?
[root@localhost apache-skywalking-apm-7.0.0]# *./mvnw clean package*
Exception in thread "main" java.net.ConnectException: Connection refused
(Connection refused)
at java.net.PlainSocketImpl.socketConnect(Native Method)
at
java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
at
java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
at
java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:589)
at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666)
at
sun.security.ssl.BaseSSLSocketImpl.connect(BaseSSLSocketImpl.java:173)
at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:463)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:558)
at
sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:264)
at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367)
at
sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191)
at
sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1162)
at
sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1056)
at
sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177)
at
sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1570)
at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498)
at
sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:268)
at
org.apache.maven.wrapper.DefaultDownloader.downloadInternal(DefaultDownloader.java:90)
at
org.apache.maven.wrapper.DefaultDownloader.download(DefaultDownloader.java:76)
at org.apache.maven.wrapper.Installer.createDist(Installer.java:72)
at
org.apache.maven.wrapper.WrapperExecutor.execute(WrapperExecutor.java:121)
at
org.apache.maven.wrapper.MavenWrapperMain.main(MavenWrapperMain.java:61)
On Sat, 20 Jun 2020 at 07:42, Sheng Wu <[email protected]> wrote:
> Seems you still haven't subscribed the mail list.
>
> The file required you to run `./mvnw clean package` first, I think. Then
> the *.tar.gz file would be created after compiling.
>
> Sheng Wu 吴晟
> Twitter, wusheng1108
>
>
> gaurav kodmalwar <[email protected]> 于2020年6月20日周六 上午10:09写道:
>
>> Dear dev team,
>>
>> I am facing an issue while running docker build command on ui docker file.
>> Any idea why it's picking the wrong folder location and how to correct it?
>>
>> [root@localhost ui]# docker build -t apache/skywalking_ui:latest -f
>> /root/Skywalking/apache-skywalking-apm-7.0.0/docker/ui/Dockerfile.ui .
>> Sending build context to Docker daemon 7.168kB
>> Step 1/12 : FROM XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
>> 1.8.0_212: Pulling from secure/centos7/java-no-root
>> f34b00c7da20: Already exists
>> eb6fa8aee67b: Pull complete
>> 9bbcc9b518bc: Pull complete
>> 005a0fc85ceb: Pull complete
>> 119b69811fdd: Pull complete
>> 08e8d91ef6a4: Pull complete
>> 774587db1daf: Pull complete
>> aba9d0a26254: Pull complete
>> 1f512ad40247: Pull complete
>> 60cf11c20ca8: Pull complete
>> a3e772fc4871: Pull complete
>> 1d104a6939f0: Pull complete
>> 3b8e9c7cd6df: Pull complete
>> 312ef4a98a12: Pull complete
>> e3822d229a84: Pull complete
>> Digest:
>> sha256:1f3e2412aa4492e0568f785812bdb141bdc8f1b9c1459a936ac9f78a9839b387
>> Status: Downloaded newer image for
>> XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
>> ---> b8f357001b9a
>> Step 2/12 : USER root
>> ---> Running in 48032eb1d56a
>> Removing intermediate container 48032eb1d56a
>> ---> 09f7d1f90c5b
>> Step 3/12 : ENV DIST_NAME=apache-skywalking-apm-bin JAVA_OPTS="
>> -Xms256M " SW_OAP_ADDRESS="127.0.0.1:12800" SW_TIMEOUT="20000"
>> ---> Running in 790c89a4d5d0
>> Removing intermediate container 790c89a4d5d0
>> ---> a7c2decec67e
>> Step 4/12 : COPY "$DIST_NAME.tar.gz" /
>> *COPY failed: stat
>>
>> /var/lib/docker/tmp/docker-builder158450567/apache-skywalking-apm-bin.tar.gz:
>> no such file or directory*
>>
>> On Wed, 17 Jun 2020 at 17:51, Gaurav Kodmalwar <[email protected]>
>> wrote:
>>
>> > Dear team,
>> >
>> >
>> >
>> > Do we have source code for skywalking oap, ui and base? Because our
>> > company doesn't allow external docker pull commands. We build our source
>> > code and then create its image. Finally, convert that into a kubernetes
>> > helm to use it. Can you please share only source code for skywalking
>> and no
>> > docker file?
>> >
>> >
>> >
>> > Thanks,
>> >
>> > Gaurav
>> >
>> >
>> > <https://www.qualys.com/email-banner>
>> >
>> >
>> >
>> > This message may contain confidential and privileged information. If it
>> > has been sent to you in error, please reply to advise the sender of the
>> > error and then immediately delete it. If you are not the intended
>> > recipient, do not read, copy, disclose or otherwise use this message.
>> The
>> > sender disclaims any liability for such unauthorized use. NOTE that all
>> > incoming emails sent to Qualys email accounts will be archived and may
>> be
>> > scanned by us and/or by external service providers to detect and prevent
>> > threats to our systems, investigate illegal or inappropriate behavior,
>> > and/or eliminate unsolicited promotional emails (“spam”). If you have
>> any
>> > concerns about this process, please contact us.
>> >
>>
>