From met_help at ucar.edu Mon Jul 3 12:13:04 2023 From: met_help at ucar.edu (Julie Prestopnik via RT) Date: Mon, 03 Jul 2023 12:13:04 -0600 Subject: [Met_help] [RAL-IT #106321] History for MET Compiling Error References: Message-ID: ---------------------------------------------------------------- Initial Request ---------------------------------------------------------------- Hello All, I am facing some issue while compiling met-11.0.0 with mentioned script. Below is the error I am facing. Please help me to solve my issue. [raj at utility04 11.0]$ ./compile_MET_all.sh install_met_env.mihir TEST_BASE = /home/raj/software/met_metplus/11.0/met COMPILER = MET_SUBDIR = /home/raj/software/met_metplus/11.0/tar_files MET_TARBALL = /home/raj/software/met_metplus/11.0/tar_files/v11.0.0.tar.gz USE_MODULES = TRUE LD_LIBRARY_PATH = /home/raj/software/met_metplus/11.0/met/external_libs/lib:/home/apps/SiteSoftwares/gnu/ANACONDA3/2019.10/lib:/cm/local/apps/gcc/6.3.0/lib:/cm/local/apps/gcc/6.3.0/lib64 Compiling libraries into: /home/raj/software/met_metplus/11.0/met/external_libs USE_MODULES = TRUE module load / / utility.c(2245):ERROR:50: Cannot open file '//root' for 'reading' utility.c(2245):ERROR:50: Cannot open file '//var/named' for 'reading' utility.c(2245):ERROR:50: Cannot open file '//tmp/pymp-x6mcb_t5' for 'reading' utility.c(2245):ERROR:50: Cannot open file '//tmp/systemd-private-91ff7c18708d42af951ff2fa532b3a9f-ntpd.service-ojPayH' for 'reading' utility.c(2245):ERROR:50: Cannot open file '//tmp/pymp-rtjd6kgn' for 'reading' utility.c(2245):ERROR:50: Cannot open file '//tmp/pymp-ukfms_ad' for 'reading' This is my installation script. [raj at utility04 11.0]$ cat install_met_env.utility04 #module use -a /cm/local/modulefiles module load gnu/anaconda3/2019.10 module load gcc/6.3.0 export CC=gcc export FC=gfortran export CXX=c++ export TEST_BASE=/home/raj/software/met_metplus/11.0/met export COMPILER= ${COMPILER} gnu export MET_SUBDIR=/home/raj/software/met_metplus/11.0/tar_files export MET_TARBALL=/home/raj/software/met_metplus/11.0/tar_files/v11.0.0.tar.gz export USE_MODULES=TRUE export PYTHON_MODULE=gnu_anaconda3_2019.10 export MET_PYTHON=/home/apps/SiteSoftwares/gnu/ANACONDA3/2019.10 export MET_PYTHON_CC=-I/home/apps/SiteSoftwares/gnu/ANACONDA3/2019.10/include/python3.7m export MET_PYTHON_LD=-L/home/apps/SiteSoftwares/gnu/ANACONDA3/2019.10/lib/python3.7/config-3.7m-x86_64-linux-gnu -L/home/apps/SiteSoftwares/gnu/ANACONDA3/2019.10/lib -lpython3.7m -lcrypto export SET_D64BIT=FALSE -- Thanks & Regards, Raj Kumar Sharma +91- 8794236178 ---------------------------------------------------------------- Complete Ticket History ---------------------------------------------------------------- Subject: MET Compiling Error From: Julie Prestopnik Time: Tue Jan 17 12:12:47 2023 Hi Thank you for your question. We are no longer supporting new questions through this email. Please submit a new Discussion through our GitHub METplus Discussion Forum . You will need to create a free GitHub account if you don't already have one. Julie On Tue, Jan 17, 2023 at 2:35 AM Raj Sharma via RT wrote: > > Tue Jan 17 02:35:11 2023: Request 106321 was acted upon. > Transaction: Ticket created by raj5270aryan at gmail.com > Queue: met_help > Subject: MET Compiling Error > Owner: Nobody > Requestors: raj5270aryan at gmail.com > Status: new > Ticket > > > Hello All, > > > > I am facing some issue while compiling met-11.0.0 with mentioned script. > > > > Below is the error I am facing. Please help me to solve my issue. > > > > [raj at utility04 11.0]$ ./compile_MET_all.sh install_met_env.mihir > > > > TEST_BASE = /home/raj/software/met_metplus/11.0/met > > COMPILER = > > MET_SUBDIR = /home/raj/software/met_metplus/11.0/tar_files > > MET_TARBALL = /home/raj/software/met_metplus/11.0/tar_files/v11.0.0.tar.gz > > USE_MODULES = TRUE > > LD_LIBRARY_PATH = > > /home/raj/software/met_metplus/11.0/met/external_libs/lib:/home/apps/SiteSoftwares/gnu/ANACONDA3/2019.10/lib:/cm/local/apps/gcc/6.3.0/lib:/cm/local/apps/gcc/6.3.0/lib64 > > > > Compiling libraries into: > /home/raj/software/met_metplus/11.0/met/external_libs > > > > USE_MODULES = TRUE > > > > module load / > > / > > utility.c(2245):ERROR:50: Cannot open file '//root' for 'reading' > > utility.c(2245):ERROR:50: Cannot open file '//var/named' for 'reading' > > utility.c(2245):ERROR:50: Cannot open file '//tmp/pymp-x6mcb_t5' for > 'reading' > > utility.c(2245):ERROR:50: Cannot open file > > '//tmp/systemd-private-91ff7c18708d42af951ff2fa532b3a9f- ntpd.service-ojPayH' > for 'reading' > > utility.c(2245):ERROR:50: Cannot open file '//tmp/pymp-rtjd6kgn' for > 'reading' > > utility.c(2245):ERROR:50: Cannot open file '//tmp/pymp-ukfms_ad' for > 'reading' > > > > > > > > This is my installation script. > > > > [raj at utility04 11.0]$ cat install_met_env.utility04 > > #module use -a /cm/local/modulefiles > > > > module load gnu/anaconda3/2019.10 > > > > module load gcc/6.3.0 > > > > export CC=gcc > > > > export FC=gfortran > > > > export CXX=c++ > > > > > > export TEST_BASE=/home/raj/software/met_metplus/11.0/met > > > > export COMPILER= ${COMPILER} gnu > > > > export MET_SUBDIR=/home/raj/software/met_metplus/11.0/tar_files > > > > export > MET_TARBALL=/home/raj/software/met_metplus/11.0/tar_files/v11.0.0.tar.gz > > > > export USE_MODULES=TRUE > > > > export PYTHON_MODULE=gnu_anaconda3_2019.10 > > > > export MET_PYTHON=/home/apps/SiteSoftwares/gnu/ANACONDA3/2019.10 > > > > export > > MET_PYTHON_CC=- I/home/apps/SiteSoftwares/gnu/ANACONDA3/2019.10/include/python3.7m > > > > export > > MET_PYTHON_LD=- L/home/apps/SiteSoftwares/gnu/ANACONDA3/2019.10/lib/python3.7/config- 3.7m-x86_64-linux-gnu > -L/home/apps/SiteSoftwares/gnu/ANACONDA3/2019.10/lib -lpython3.7m -lcrypto > > > > export SET_D64BIT=FALSE > > > > > -- > Thanks & Regards, > Raj Kumar Sharma > +91- 8794236178 > > -- Julie Prestopnik (she/her) Software Engineer National Center for Atmospheric Research Research Applications Laboratory Email: jpresto at ucar.edu My working day may not be your working day. Please do not feel obliged to reply to this email outside of your normal working hours. ------------------------------------------------ Subject: MET Compiling Error From: noreply at vattenfall.com Time: Tue Jan 31 12:27:41 2023 Delivery has failed to these recipients or groups: sam.hawkins at vattenfall.com The email address you entered couldn't be found. Please check the recipient's email address and try to resend the message. If the problem continues, please contact your email admin. Diagnostic information for administrators: Generating server: smexarc2474.eur.corp.vattenfall.com sam.hawkins at vattenfall.com Remote Server returned '550 5.1.10 RESOLVER.ADR.RecipientNotFound; Recipient not found by SMTP address lookup' Original message headers: Received: from smmulti2525.eur.corp.vattenfall.com (10.248.16.35) by smexarc2474.eur.corp.vattenfall.com (10.248.16.30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1118.21; Tue, 31 Jan 2023 20:27:36 +0100 Received: from SMMAILI2237.corp.vattenfall.com (10.248.234.30) by smmulti2525.eur.corp.vattenfall.com (10.248.16.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1118.21 via Frontend Transport; Tue, 31 Jan 2023 20:27:36 +0100 Received: from pps.filterd (SMMAILI2237.corp.vattenfall.com [127.0.0.1]) by SMMAILI2237.corp.vattenfall.com (8.17.1.19/8.17.1.19) with ESMTP id 30VDCWaX005237 for ; Tue, 31 Jan 2023 20:27:35 +0100 Authentication-Results: smtp.corp.vattenfall.com; spf=softfail smtp.mailfrom=met_help at mailman.ucar.edu; dkim=fail header.s=mail header.d=ucar.edu; dmarc=fail header.from=mailman.ucar.edu Received: from smsmime4557.corp.vattenfall.com (smsmime4557.corp.vattenfall.com [10.248.235.187]) by SMMAILI2237.corp.vattenfall.com (PPS) with ESMTPS id 3ncvq9yqkn-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Tue, 31 Jan 2023 20:27:35 +0100 Received: from smsmime4557 (localhost [127.0.0.1]) by Smsmime4557.corp.vattenfall.com (Postfix) with ESMTP id AA9F5371422 for ; Tue, 31 Jan 2023 20:27:35 +0100 (CET) Received: from mail18.vattenfall.com (smmailx6630.corp.vattenfall.com [91.192.14.49]) by Smsmime4557.corp.vattenfall.com (Postfix) with ESMTPS id 94650494BB0 for ; Tue, 31 Jan 2023 20:27:35 +0100 (CET) Received: from pps.filterd (smmailx6630.corp.vattenfall.com [127.0.0.1]) by smmailx6630.corp.vattenfall.com (8.17.1.19/8.17.1.19) with ESMTP id 30VHDHo8013107 for ; Tue, 31 Jan 2023 20:27:35 +0100 Authentication-Results: mx.vattenfall.com; spf=pass smtp.mailfrom=met_help-bounces at mailman.ucar.edu; dkim=pass header.d=ucar.edu header.s=mail; dmarc=pass header.from=mailman.ucar.edu Received: from mailman.ucar.edu (mailman.ucar.edu [192.43.244.247]) by smmailx6630.corp.vattenfall.com (PPS) with ESMTPS id 3nf76eg5p8-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Tue, 31 Jan 2023 20:27:35 +0100 Received: from mailman.ucar.edu (localhost [127.0.0.1]) by mailman.ucar.edu (Postfix) with ESMTP id 07C788050A5; Tue, 31 Jan 2023 12:27:33 -0700 (MST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ucar.edu; s=mail; t=1675193253; bh=GW8rH2NEL1HUQxO0CjUCrSJbBJvaRjJM0rhLVmqaDwA=; h=To:References:Date:Subject:List-Id:List-Unsubscribe:List- Archive: List-Post:List-Help:List-Subscribe:From:Reply-To:Cc; b=fDTUvVp13VnbnYHT2nMGn3+i6XR2toWWrVMzsIhA5r4hTKOLbp50UqzmMUN01dzpI MrALKrE17soBSpc+Zb0GlD7IK9nBNCHElJrw6bSLre0VPqy4uIscuzOQnDMwRJPTn5 Ip9k71ke16XR7Yh44aJu+Ppr0EassHkKZZrxmMWXjwik+rUCqzJ+DhrEiwK0PchcOc 43G3LxImkbhL2cAty5/ifF1jawvDMCOZ9L1fKCBgJCwjfX5zbbfGSL1NDv7aAiGdhX 8GrEziHlZ8g1Ni74+KEeM6ACzudtWAfy/MsOx3QYqO8FwRB7jul+YTJIsu/0IDUU1L yVuGoNg0EZo6A== X-Original-To: met_help_archive at mailman.ucar.edu Received: from ral-smtp-a.rap.ucar.edu (ral-smtp-a.rap.ucar.edu [128.117.207.47]) by mailman.ucar.edu (Postfix) with ESMTPS id 692B2805093 for ; Tue, 31 Jan 2023 12:27:31 -0700 (MST) Received: from ral-rt-a.rap.ucar.edu (root at ral-rt-a.rap.ucar.edu [128.117.207.107]) by ral-smtp-a.rap.ucar.edu (8.15.2/8.15.2/Debian-8+deb9u1) with ESMTPS id 30VJRUir003039 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 31 Jan 2023 12:27:31 -0700 Received: from ral-rt-a.rap.ucar.edu (www-data at localhost [127.0.0.1]) by ral-rt-a.rap.ucar.edu (8.15.2/8.15.2/Debian-14~deb10u1) with ESMTP id 30VJRUWR020065; Tue, 31 Jan 2023 12:27:30 -0700 Received: (from www-data at localhost) by ral-rt-a.rap.ucar.edu (8.15.2/8.15.2/Submit) id 30VJRUUa020063; Tue, 31 Jan 2023 12:27:30 -0700 To: References: Message-ID: X-RT-Loop-Prevention: RAL-IT X-RT-Ticket: RAL-IT #106321 X-Managed-BY: RT 4.4.3-2+deb10u2 (http://www.bestpractical.com/rt/) X-RT-Originator: jpresto at ucar.edu X-RT-Original-Encoding: utf-8 Precedence: bulk Date: Tue, 31 Jan 2023 12:27:30 -0700 Subject: [Met_help] [RAL-IT #106321] History for MET Compiling Error X-BeenThere: met_help at mailman.ucar.edu X-Mailman-Version: 2.1.29 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Julie Prestopnik via RT via Met_help Reply-To: met_help at ucar.edu CC: Errors-To: met_help-bounces at mailman.ucar.edu Sender: Met_help X-Proofpoint-ORIG-GUID: 31Un-rJrfLjxbYVa3aoMLaAswhrNFANj X-Proofpoint-GUID: 31Un-rJrfLjxbYVa3aoMLaAswhrNFANj X-CLX-Response: 1TFkXGxwfEQpMehcdEhEKWUQXY1xfQE5LWG5dSVMRClhYF2IZQR9wRWNcTml pEQp4ThdhS20bYFpTE0wSHhEKeEsXYhlBH3BFY1xOaWkRCnlMF2ZNRWhbR0hpaH9dEQpDSBcHGB kfEQpDWRcHGx8bEQpDSRcaBBoaGhEKWU0XZ2ZyEQpZSRcacRoQGncGGx4fcRgdEBp3BhgaBhoRC lleF2xseREKSUYXXEteXk9ETEtGRnVaWEVOX0leQ0VEB1xHEQpJRxd4T00RCkNOFxkbf0QHWGBY TGZAUkhzfEsZS0VnZktrWV1CWGRsa2RAEQpYXBcfBBoEGBIfBRsaBB0aBB0EGB8QGx4aHxoRCl5 ZF0huUmhpEQpNXBcYHxsRCkxaF21STXkRCkxGF29ra1lraxEKQk8XY1NmAXxJSGJ6QUMRCkNaFx sTGAQeGQQYHh4EGB4dEQpCXhcbEQpESRcbEQpCRhdjb00dWAEdb3BJUBEKQkcXZ2dLWxt4YUZDX 00RCkJcFxsRCkJLF2FLbRtgWlMTTBIeEQpCSRdjU2YBfElIYnpBQxEKQkUXbWIFTUd+RUJFZmcR CkJOF2NTZgF8SUhiekFDEQpCTBdtUn0SEhlgZVxSchEKQmwXYGcZZXBHEkYSTFgRCkJAF2B+GH4 fel9BUH1HEQpCWBdgWGJzXF5dR1tBexEKTV4XGxEKeUMXawFtfBheWVtDSGERCnBnF2sZeUt6bU VzH08bEBkaEQpwaBdhGXBsaWRQHVBYYBAaEQpwaBdsR0llbWweHR9sQRAaEQpwaBdmS0BiHm18a WwScxAaEQpwaBdkS1t7W28YXVwSThAaEQpwaBdsGUJvX2F6TUYfQhAaEQpwaBdjRBpjXxoceRJ+ EhAaEQpwaBdhYkdzQGgdX2dcYhAaEQpwaBdiTktiT0NeS35rQhAaEQpwbBdhfWhzHUYcbnxiEhA aEQpwQxdtXHpOc2lhfUd7HhAZGhEKbX4XGxEKWE0XSxEg X-CLX-Shades: MLX MIME-Version: 1.0 X-Proofpoint-Banner-Trigger: unknownsender Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.219,Aquarius:18.0.930,Hydra:6.0.562,FMLib:17.11.122.1 definitions=2023-01-31_08,2023-01-31_01,2022-06-22_01 X-Proofpoint-Spam-Details: rule=inbound_notspam policy=inbound score=0 priorityscore=78 bulkscore=0 mlxscore=0 spamscore=0 suspectscore=0 phishscore=0 adultscore=0 unknownsenderscore=20 impostorscore=0 mlxlogscore=999 lowpriorityscore=0 clxscore=165 malwarescore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2212070000 definitions=main-2301310169 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.219,Aquarius:18.0.930,Hydra:6.0.562,FMLib:17.11.122.1 definitions=2023-01-31_08,2023-01-31_01,2022-06-22_01 Return-Path: met_help at mailman.ucar.edu X-EsetResult: clean, is OK X-EsetId: 37303A29E6A1E25566736A ------------------------------------------------ Subject: MET Compiling Error From: noreply at vattenfall.com Time: Tue Jan 31 12:27:41 2023 Reporting-MTA: dns;smexarc2474.eur.corp.vattenfall.com Received-From-MTA: dns;SMMAILI2237.corp.vattenfall.com Arrival-Date: Tue, 31 Jan 2023 19:27:36 +0000 Final-Recipient: rfc822;sam.hawkins at vattenfall.com Action: failed Status: 5.1.10 Diagnostic-Code: smtp;550 5.1.10 RESOLVER.ADR.RecipientNotFound; Recipient not found by SMTP address lookup ------------------------------------------------ Subject: [Met_help] [RAL-IT #106321] History for MET Compiling Error From: noreply at vattenfall.com Time: Tue Jan 31 12:27:41 2023 !-------------------------------------------------------------------| This e-mail is from an unknown external source, Vattenfall has not previously corresponded with - be extra cautious with links and attachments. |-------------------------------------------------------------------! ---------------------------------------------------------------- Initial Request ---------------------------------------------------------------- Hello All, I am facing some issue while compiling met-11.0.0 with mentioned script. Below is the error I am facing. Please help me to solve my issue. [raj at utility04 11.0]$ ./compile_MET_all.sh install_met_env.mihir TEST_BASE = /home/raj/software/met_metplus/11.0/met COMPILER = MET_SUBDIR = /home/raj/software/met_metplus/11.0/tar_files MET_TARBALL = /home/raj/software/met_metplus/11.0/tar_files/v11.0.0.tar.gz USE_MODULES = TRUE LD_LIBRARY_PATH = /home/raj/software/met_metplus/11.0/met/external_libs/lib:/home/apps/SiteSoftwares/gnu/ANACONDA3/2019.10/lib:/cm/local/apps/gcc/6.3.0/lib:/cm/local/apps/gcc/6.3.0/lib64 Compiling libraries into: /home/raj/software/met_metplus/11.0/met/external_libs USE_MODULES = TRUE module load / / utility.c(2245):ERROR:50: Cannot open file '//root' for 'reading' utility.c(2245):ERROR:50: Cannot open file '//var/named' for 'reading' utility.c(2245):ERROR:50: Cannot open file '//tmp/pymp-x6mcb_t5' for 'reading' utility.c(2245):ERROR:50: Cannot open file '//tmp/systemd-private-91ff7c18708d42af951ff2fa532b3a9f-ntpd.service- ojPayH' for 'reading' utility.c(2245):ERROR:50: Cannot open file '//tmp/pymp-rtjd6kgn' for 'reading' utility.c(2245):ERROR:50: Cannot open file '//tmp/pymp-ukfms_ad' for 'reading' This is my installation script. [raj at utility04 11.0]$ cat install_met_env.utility04 #module use -a /cm/local/modulefiles module load gnu/anaconda3/2019.10 module load gcc/6.3.0 export CC=gcc export FC=gfortran export CXX=c++ export TEST_BASE=/home/raj/software/met_metplus/11.0/met export COMPILER= ${COMPILER} gnu export MET_SUBDIR=/home/raj/software/met_metplus/11.0/tar_files export MET_TARBALL=/home/raj/software/met_metplus/11.0/tar_files/v11.0.0.tar.gz export USE_MODULES=TRUE export PYTHON_MODULE=gnu_anaconda3_2019.10 export MET_PYTHON=/home/apps/SiteSoftwares/gnu/ANACONDA3/2019.10 export MET_PYTHON_CC=- I/home/apps/SiteSoftwares/gnu/ANACONDA3/2019.10/include/python3.7m export MET_PYTHON_LD=- L/home/apps/SiteSoftwares/gnu/ANACONDA3/2019.10/lib/python3.7/config- 3.7m-x86_64-linux-gnu -L/home/apps/SiteSoftwares/gnu/ANACONDA3/2019.10/lib -lpython3.7m -lcrypto export SET_D64BIT=FALSE -- Thanks & Regards, Raj Kumar Sharma +91- 8794236178 ---------------------------------------------------------------- Complete Ticket History ---------------------------------------------------------------- Subject: MET Compiling Error From: Julie Prestopnik Time: Tue Jan 17 12:12:47 2023 Hi Thank you for your question. We are no longer supporting new questions through this email. Please submit a new Discussion through our GitHub METplus Discussion Forum . You will need to create a free GitHub account if you don't already have one. Julie On Tue, Jan 17, 2023 at 2:35 AM Raj Sharma via RT wrote: > > Tue Jan 17 02:35:11 2023: Request 106321 was acted upon. > Transaction: Ticket created by raj5270aryan at gmail.com > Queue: met_help > Subject: MET Compiling Error > Owner: Nobody > Requestors: raj5270aryan at gmail.com > Status: new > Ticket > > > Hello All, > > > > I am facing some issue while compiling met-11.0.0 with mentioned script. > > > > Below is the error I am facing. Please help me to solve my issue. > > > > [raj at utility04 11.0]$ ./compile_MET_all.sh install_met_env.mihir > > > > TEST_BASE = /home/raj/software/met_metplus/11.0/met > > COMPILER = > > MET_SUBDIR = /home/raj/software/met_metplus/11.0/tar_files > > MET_TARBALL = /home/raj/software/met_metplus/11.0/tar_files/v11.0.0.tar.gz > > USE_MODULES = TRUE > > LD_LIBRARY_PATH = > > /home/raj/software/met_metplus/11.0/met/external_libs/lib:/home/apps/SiteSoftwares/gnu/ANACONDA3/2019.10/lib:/cm/local/apps/gcc/6.3.0/lib:/cm/local/apps/gcc/6.3.0/lib64 > > > > Compiling libraries into: > /home/raj/software/met_metplus/11.0/met/external_libs > > > > USE_MODULES = TRUE > > > > module load / > > / > > utility.c(2245):ERROR:50: Cannot open file '//root' for 'reading' > > utility.c(2245):ERROR:50: Cannot open file '//var/named' for 'reading' > > utility.c(2245):ERROR:50: Cannot open file '//tmp/pymp-x6mcb_t5' for > 'reading' > > utility.c(2245):ERROR:50: Cannot open file > > '//tmp/systemd-private-91ff7c18708d42af951ff2fa532b3a9f- ntpd.service-ojPayH' > for 'reading' > > utility.c(2245):ERROR:50: Cannot open file '//tmp/pymp-rtjd6kgn' for > 'reading' > > utility.c(2245):ERROR:50: Cannot open file '//tmp/pymp-ukfms_ad' for > 'reading' > > > > > > > > This is my installation script. > > > > [raj at utility04 11.0]$ cat install_met_env.utility04 > > #module use -a /cm/local/modulefiles > > > > module load gnu/anaconda3/2019.10 > > > > module load gcc/6.3.0 > > > > export CC=gcc > > > > export FC=gfortran > > > > export CXX=c++ > > > > > > export TEST_BASE=/home/raj/software/met_metplus/11.0/met > > > > export COMPILER= ${COMPILER} gnu > > > > export MET_SUBDIR=/home/raj/software/met_metplus/11.0/tar_files > > > > export > MET_TARBALL=/home/raj/software/met_metplus/11.0/tar_files/v11.0.0.tar.gz > > > > export USE_MODULES=TRUE > > > > export PYTHON_MODULE=gnu_anaconda3_2019.10 > > > > export MET_PYTHON=/home/apps/SiteSoftwares/gnu/ANACONDA3/2019.10 > > > > export > > MET_PYTHON_CC=- I/home/apps/SiteSoftwares/gnu/ANACONDA3/2019.10/include/python3.7m > > > > export > > MET_PYTHON_LD=- L/home/apps/SiteSoftwares/gnu/ANACONDA3/2019.10/lib/python3.7/config- 3.7m-x86_64-linux-gnu > -L/home/apps/SiteSoftwares/gnu/ANACONDA3/2019.10/lib -lpython3.7m -lcrypto > > > > export SET_D64BIT=FALSE > > > > > -- > Thanks & Regards, > Raj Kumar Sharma > +91- 8794236178 > > -- Julie Prestopnik (she/her) Software Engineer National Center for Atmospheric Research Research Applications Laboratory Email: jpresto at ucar.edu My working day may not be your working day. Please do not feel obliged to reply to this email outside of your normal working hours. ------------------------------------------------ _______________________________________________ Met_help mailing list Met_help at mailman.ucar.edu https://urldefense.com/v3/__https://mailman.ucar.edu/mailman/listinfo/met_help__;!!Oqvv- oCmSU8!VLMbwslUhJPkhAfeDH2bPMD3rN_iAN7jjBNC- qR5okwfSgFfzaTqZ2NlRnK7cBUC5lMoVSYj9_DEi9jEALCDNzxVP0GWOQ$ ------------------------------------------------ Subject: MET Compiling Error From: noreply at vattenfall.com Time: Tue Jan 31 12:40:28 2023 Delivery has failed to these recipients or groups: sam.hawkins at vattenfall.com The email address you entered couldn't be found. Please check the recipient's email address and try to resend the message. If the problem continues, please contact your email admin. Diagnostic information for administrators: Generating server: smmulti2525.eur.corp.vattenfall.com sam.hawkins at vattenfall.com Remote Server returned '550 5.1.10 RESOLVER.ADR.RecipientNotFound; Recipient not found by SMTP address lookup' Original message headers: Received: from smmulti2525.eur.corp.vattenfall.com (10.248.16.35) by smmulti2525.eur.corp.vattenfall.com (10.248.16.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1118.21; Tue, 31 Jan 2023 20:40:22 +0100 Received: from SMMAILI2237.corp.vattenfall.com (10.248.234.30) by smmulti2525.eur.corp.vattenfall.com (10.248.16.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1118.21 via Frontend Transport; Tue, 31 Jan 2023 20:40:22 +0100 Received: from pps.filterd (SMMAILI2237.corp.vattenfall.com [127.0.0.1]) by SMMAILI2237.corp.vattenfall.com (8.17.1.19/8.17.1.19) with ESMTP id 30VCOT9a028825 for ; Tue, 31 Jan 2023 20:40:22 +0100 Authentication-Results: smtp.corp.vattenfall.com; spf=softfail smtp.mailfrom=met_help at mailman.ucar.edu; dkim=fail header.s=mail header.d=ucar.edu; dmarc=fail header.from=mailman.ucar.edu Received: from smsmime4557.corp.vattenfall.com (smsmime4557.corp.vattenfall.com [10.248.235.187]) by SMMAILI2237.corp.vattenfall.com (PPS) with ESMTPS id 3ncvq9yssr-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Tue, 31 Jan 2023 20:40:20 +0100 Received: from smsmime4557 (localhost [127.0.0.1]) by Smsmime4557.corp.vattenfall.com (Postfix) with ESMTP id 876E5A944B for ; Tue, 31 Jan 2023 20:40:20 +0100 (CET) Received: from mail15.vattenfall.com (smmailx6583.corp.vattenfall.com [91.192.14.46]) by Smsmime4557.corp.vattenfall.com (Postfix) with ESMTPS id 69AAA494BB0 for ; Tue, 31 Jan 2023 20:40:20 +0100 (CET) Received: from pps.filterd (smmailx6583.corp.vattenfall.com [127.0.0.1]) by smmailx6583.corp.vattenfall.com (8.17.1.19/8.17.1.19) with ESMTP id 30VF2OxA018708 for ; Tue, 31 Jan 2023 20:40:20 +0100 Authentication-Results: mx.vattenfall.com; spf=pass smtp.mailfrom=met_help-bounces at mailman.ucar.edu; dkim=pass header.s=mail header.d=ucar.edu; dmarc=pass header.from=mailman.ucar.edu Received: from mailman.ucar.edu (mailman.ucar.edu [192.43.244.247]) by smmailx6583.corp.vattenfall.com (PPS) with ESMTPS id 3ncvk58157-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Tue, 31 Jan 2023 20:40:19 +0100 Received: from mailman.ucar.edu (localhost [127.0.0.1]) by mailman.ucar.edu (Postfix) with ESMTP id F215980546B; Tue, 31 Jan 2023 12:40:17 -0700 (MST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ucar.edu; s=mail; t=1675194018; bh=JN83ou0lUmYbrdwKKC1fdoLBMQwuDt7ROQmcjciDWtY=; h=To:References:Date:Subject:List-Id:List-Unsubscribe:List- Archive: List-Post:List-Help:List-Subscribe:From:Reply-To:Cc; b=hlPm+osUNlqUCvMcIQsSktJUXKBrUMPNaMPs9+AnYLg+gI5GvFvzckTHYidppVp2e sqdvljAQEjrk80Z8V2qaBEizNq+MU9jXwJTnrDqrKEK3WGlsMI2AlYsaKd0rvxS5u+ b5iTHvehxWVglriv7kppzCWGQP0zPnduXVUR1eoNiaVhKCuSf0wK6mfDHID5IVX90h na/yqSGvpbOhuYTterH3GxuIG04QfQQRlwLVPOeIrTBAfV7MRC8AmgIWuEeIjBU6SV HezqdbNvE281EwxQbjCP9XgTlrw9DzySI4NHevrukVSZFT0KiVXOMQOnCDnnCUJ2k6 PutCJXCb0hn2w== X-Original-To: met_help_archive at mailman.ucar.edu Received: from ral-smtp-a.rap.ucar.edu (ral-smtp-a.rap.ucar.edu [128.117.207.47]) by mailman.ucar.edu (Postfix) with ESMTPS id 12F618050A9 for ; Tue, 31 Jan 2023 12:40:17 -0700 (MST) Received: from ral-rt-a.rap.ucar.edu (root at ral-rt-a.rap.ucar.edu [128.117.207.107]) by ral-smtp-a.rap.ucar.edu (8.15.2/8.15.2/Debian-8+deb9u1) with ESMTPS id 30VJeFh0003401 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 31 Jan 2023 12:40:16 -0700 Received: from ral-rt-a.rap.ucar.edu (www-data at localhost [127.0.0.1]) by ral-rt-a.rap.ucar.edu (8.15.2/8.15.2/Debian-14~deb10u1) with ESMTP id 30VJSBTV020120; Tue, 31 Jan 2023 12:28:11 -0700 Received: (from www-data at localhost) by ral-rt-a.rap.ucar.edu (8.15.2/8.15.2/Submit) id 30VJSBge020118; Tue, 31 Jan 2023 12:28:11 -0700 To: References: Message-ID: X-RT-Loop-Prevention: RAL-IT X-RT-Ticket: RAL-IT #106321 X-Managed-BY: RT 4.4.3-2+deb10u2 (http://www.bestpractical.com/rt/) X-RT-Originator: jpresto at ucar.edu X-RT-Original-Encoding: utf-8 Precedence: bulk Date: Tue, 31 Jan 2023 12:28:11 -0700 Subject: [Met_help] [RAL-IT #106321] History for MET Compiling Error X-BeenThere: met_help at mailman.ucar.edu X-Mailman-Version: 2.1.29 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Julie Prestopnik via RT via Met_help Reply-To: met_help at ucar.edu CC: Errors-To: met_help-bounces at mailman.ucar.edu Sender: Met_help X-Proofpoint-ORIG-GUID: YnaZjVvAHkhJSrKqdAmAH_CqIw6jg0Sn X-CLX-Shades: MLX X-Proofpoint-GUID: YnaZjVvAHkhJSrKqdAmAH_CqIw6jg0Sn X-CLX-Response: 1TFkXGxwfEQpMehcdEhEKWUQXY1xfQE5LWG5dSVMRClhYF2IZQR9wRWNcTml pEQp4ThdhS20bYFpTE0wSHhEKeEsXYhlBH3BFY1xOaWkRCnlMF2ZNRWhbR0hpaH9dEQpDSBcHGB kfEQpDWRcHGx8bEQpDSRcaBBoaGhEKWU0XZ2ZyEQpZSRcacRoQGncGGx4fcRgdEBp3BhgaBhoRC lleF2xseREKSUYXXEteXk9ETEtGRnVaWEVOX0leQ0VEB1xHEQpJRxd4T00RCkNOF3NES3BAfFxr YkFCYHlYYVtOa0drYnVpW2NdHEBNGnlEEQpYXBcfBBoEGBIfBRsaBB0aBB0EGB8QGx4aHxoRCl5 ZF0huUmcFEQpNXBcfEhIRCkxaF21STXkRCkxGF29ra1lraxEKQk8XY1NmAXxJSGJ6QUMRCkNaFx sTGAQeGQQYHh4EGB4dEQpCXhcbEQpESRcbEQpCRhdjb00dWAEdb3BJUBEKQkcXZ2dLWxt4YUZDX 00RCkJcFxsRCkJLF2FLbRtgWlMTTBIeEQpCSRdjU2YBfElIYnpBQxEKQkUXbWIFTUd+RUJFZmcR CkJOF2NTZgF8SUhiekFDEQpCTBdtUn0SEhlgZVxSchEKQmwXYGcZZXBHEkYSTFgRCkJAF2B+GH4 fel9BUH1HEQpCWBdgWGJzXF5dR1tBexEKeUMXawFtfBheWVtDSGERCnBnF2sZeUt6bUVzH08bEB kaEQpwaBdiTktiT0NeS35rQhAaEQpwaBdubhpMRB9FGhkdeBAaEQpwaBdoYXhOT2IBRU5jbBAaE QpwaBdnZR5DT04cT2lYbRAaEQpwaBdnXFhAcB9dEnxSTRAaEQpwaBdscmVMZWQZf1xgTBAaEQpw aBdjbgVfQlwbUGkbTxAaEQpwaBdnYhJ7SHIfTVJNeRAaEQpwbBdhfWhzHUYcbnxiEhAaEQpwQxd tXHpOc2lhfUd7HhAZGhEKbX4XGhEKWE0XSxEg MIME-Version: 1.0 X-Proofpoint-Banner-Trigger: unknownsender Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.219,Aquarius:18.0.930,Hydra:6.0.562,FMLib:17.11.122.1 definitions=2023-01-31_08,2023-01-31_01,2022-06-22_01 X-Proofpoint-Spam-Details: rule=inbound_notspam policy=inbound score=0 bulkscore=0 suspectscore=0 clxscore=165 unknownsenderscore=20 mlxlogscore=999 adultscore=0 mlxscore=0 spamscore=0 lowpriorityscore=0 impostorscore=0 priorityscore=78 phishscore=0 malwarescore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2212070000 definitions=main-2301310171 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.219,Aquarius:18.0.930,Hydra:6.0.562,FMLib:17.11.122.1 definitions=2023-01-31_08,2023-01-31_01,2022-06-22_01 Return-Path: met_help at mailman.ucar.edu X-EsetResult: clean, is OK X-EsetId: 37303A2973A3E25566736A ------------------------------------------------ Subject: MET Compiling Error From: noreply at vattenfall.com Time: Tue Jan 31 12:40:28 2023 Reporting-MTA: dns;smmulti2525.eur.corp.vattenfall.com Received-From-MTA: dns;SMMAILI2237.corp.vattenfall.com Arrival-Date: Tue, 31 Jan 2023 19:40:22 +0000 Final-Recipient: rfc822;sam.hawkins at vattenfall.com Action: failed Status: 5.1.10 Diagnostic-Code: smtp;550 5.1.10 RESOLVER.ADR.RecipientNotFound; Recipient not found by SMTP address lookup ------------------------------------------------ Subject: [Met_help] [RAL-IT #106321] History for MET Compiling Error From: noreply at vattenfall.com Time: Tue Jan 31 12:40:28 2023 !-------------------------------------------------------------------| This e-mail is from an unknown external source, Vattenfall has not previously corresponded with - be extra cautious with links and attachments. |-------------------------------------------------------------------! ---------------------------------------------------------------- Initial Request ---------------------------------------------------------------- Hello All, I am facing some issue while compiling met-11.0.0 with mentioned script. Below is the error I am facing. Please help me to solve my issue. [raj at utility04 11.0]$ ./compile_MET_all.sh install_met_env.mihir TEST_BASE = /home/raj/software/met_metplus/11.0/met COMPILER = MET_SUBDIR = /home/raj/software/met_metplus/11.0/tar_files MET_TARBALL = /home/raj/software/met_metplus/11.0/tar_files/v11.0.0.tar.gz USE_MODULES = TRUE LD_LIBRARY_PATH = /home/raj/software/met_metplus/11.0/met/external_libs/lib:/home/apps/SiteSoftwares/gnu/ANACONDA3/2019.10/lib:/cm/local/apps/gcc/6.3.0/lib:/cm/local/apps/gcc/6.3.0/lib64 Compiling libraries into: /home/raj/software/met_metplus/11.0/met/external_libs USE_MODULES = TRUE module load / / utility.c(2245):ERROR:50: Cannot open file '//root' for 'reading' utility.c(2245):ERROR:50: Cannot open file '//var/named' for 'reading' utility.c(2245):ERROR:50: Cannot open file '//tmp/pymp-x6mcb_t5' for 'reading' utility.c(2245):ERROR:50: Cannot open file '//tmp/systemd-private-91ff7c18708d42af951ff2fa532b3a9f-ntpd.service- ojPayH' for 'reading' utility.c(2245):ERROR:50: Cannot open file '//tmp/pymp-rtjd6kgn' for 'reading' utility.c(2245):ERROR:50: Cannot open file '//tmp/pymp-ukfms_ad' for 'reading' This is my installation script. [raj at utility04 11.0]$ cat install_met_env.utility04 #module use -a /cm/local/modulefiles module load gnu/anaconda3/2019.10 module load gcc/6.3.0 export CC=gcc export FC=gfortran export CXX=c++ export TEST_BASE=/home/raj/software/met_metplus/11.0/met export COMPILER= ${COMPILER} gnu export MET_SUBDIR=/home/raj/software/met_metplus/11.0/tar_files export MET_TARBALL=/home/raj/software/met_metplus/11.0/tar_files/v11.0.0.tar.gz export USE_MODULES=TRUE export PYTHON_MODULE=gnu_anaconda3_2019.10 export MET_PYTHON=/home/apps/SiteSoftwares/gnu/ANACONDA3/2019.10 export MET_PYTHON_CC=- I/home/apps/SiteSoftwares/gnu/ANACONDA3/2019.10/include/python3.7m export MET_PYTHON_LD=- L/home/apps/SiteSoftwares/gnu/ANACONDA3/2019.10/lib/python3.7/config- 3.7m-x86_64-linux-gnu -L/home/apps/SiteSoftwares/gnu/ANACONDA3/2019.10/lib -lpython3.7m -lcrypto export SET_D64BIT=FALSE -- Thanks & Regards, Raj Kumar Sharma +91- 8794236178 ---------------------------------------------------------------- Complete Ticket History ---------------------------------------------------------------- Subject: MET Compiling Error From: Julie Prestopnik Time: Tue Jan 17 12:12:47 2023 Hi Thank you for your question. We are no longer supporting new questions through this email. Please submit a new Discussion through our GitHub METplus Discussion Forum . You will need to create a free GitHub account if you don't already have one. Julie On Tue, Jan 17, 2023 at 2:35 AM Raj Sharma via RT wrote: > > Tue Jan 17 02:35:11 2023: Request 106321 was acted upon. > Transaction: Ticket created by raj5270aryan at gmail.com > Queue: met_help > Subject: MET Compiling Error > Owner: Nobody > Requestors: raj5270aryan at gmail.com > Status: new > Ticket > > > Hello All, > > > > I am facing some issue while compiling met-11.0.0 with mentioned script. > > > > Below is the error I am facing. Please help me to solve my issue. > > > > [raj at utility04 11.0]$ ./compile_MET_all.sh install_met_env.mihir > > > > TEST_BASE = /home/raj/software/met_metplus/11.0/met > > COMPILER = > > MET_SUBDIR = /home/raj/software/met_metplus/11.0/tar_files > > MET_TARBALL = /home/raj/software/met_metplus/11.0/tar_files/v11.0.0.tar.gz > > USE_MODULES = TRUE > > LD_LIBRARY_PATH = > > /home/raj/software/met_metplus/11.0/met/external_libs/lib:/home/apps/SiteSoftwares/gnu/ANACONDA3/2019.10/lib:/cm/local/apps/gcc/6.3.0/lib:/cm/local/apps/gcc/6.3.0/lib64 > > > > Compiling libraries into: > /home/raj/software/met_metplus/11.0/met/external_libs > > > > USE_MODULES = TRUE > > > > module load / > > / > > utility.c(2245):ERROR:50: Cannot open file '//root' for 'reading' > > utility.c(2245):ERROR:50: Cannot open file '//var/named' for 'reading' > > utility.c(2245):ERROR:50: Cannot open file '//tmp/pymp-x6mcb_t5' for > 'reading' > > utility.c(2245):ERROR:50: Cannot open file > > '//tmp/systemd-private-91ff7c18708d42af951ff2fa532b3a9f- ntpd.service-ojPayH' > for 'reading' > > utility.c(2245):ERROR:50: Cannot open file '//tmp/pymp-rtjd6kgn' for > 'reading' > > utility.c(2245):ERROR:50: Cannot open file '//tmp/pymp-ukfms_ad' for > 'reading' > > > > > > > > This is my installation script. > > > > [raj at utility04 11.0]$ cat install_met_env.utility04 > > #module use -a /cm/local/modulefiles > > > > module load gnu/anaconda3/2019.10 > > > > module load gcc/6.3.0 > > > > export CC=gcc > > > > export FC=gfortran > > > > export CXX=c++ > > > > > > export TEST_BASE=/home/raj/software/met_metplus/11.0/met > > > > export COMPILER= ${COMPILER} gnu > > > > export MET_SUBDIR=/home/raj/software/met_metplus/11.0/tar_files > > > > export > MET_TARBALL=/home/raj/software/met_metplus/11.0/tar_files/v11.0.0.tar.gz > > > > export USE_MODULES=TRUE > > > > export PYTHON_MODULE=gnu_anaconda3_2019.10 > > > > export MET_PYTHON=/home/apps/SiteSoftwares/gnu/ANACONDA3/2019.10 > > > > export > > MET_PYTHON_CC=- I/home/apps/SiteSoftwares/gnu/ANACONDA3/2019.10/include/python3.7m > > > > export > > MET_PYTHON_LD=- L/home/apps/SiteSoftwares/gnu/ANACONDA3/2019.10/lib/python3.7/config- 3.7m-x86_64-linux-gnu > -L/home/apps/SiteSoftwares/gnu/ANACONDA3/2019.10/lib -lpython3.7m -lcrypto > > > > export SET_D64BIT=FALSE > > > > > -- > Thanks & Regards, > Raj Kumar Sharma > +91- 8794236178 > > -- Julie Prestopnik (she/her) Software Engineer National Center for Atmospheric Research Research Applications Laboratory Email: jpresto at ucar.edu My working day may not be your working day. Please do not feel obliged to reply to this email outside of your normal working hours. ------------------------------------------------ Subject: MET Compiling Error From: noreply at vattenfall.com Time: Tue Jan 31 12:27:41 2023 Delivery has failed to these recipients or groups: sam.hawkins at vattenfall.com The email address you entered couldn't be found. Please check the recipient's email address and try to resend the message. If the problem continues, please contact your email admin. Diagnostic information for administrators: Generating server: smexarc2474.eur.corp.vattenfall.com sam.hawkins at vattenfall.com Remote Server returned '550 5.1.10 RESOLVER.ADR.RecipientNotFound; Recipient not found by SMTP address lookup' Original message headers: Received: from smmulti2525.eur.corp.vattenfall.com (10.248.16.35) by smexarc2474.eur.corp.vattenfall.com (10.248.16.30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1118.21; Tue, 31 Jan 2023 20:27:36 +0100 Received: from SMMAILI2237.corp.vattenfall.com (10.248.234.30) by smmulti2525.eur.corp.vattenfall.com (10.248.16.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1118.21 via Frontend Transport; Tue, 31 Jan 2023 20:27:36 +0100 Received: from pps.filterd (SMMAILI2237.corp.vattenfall.com [127.0.0.1]) by SMMAILI2237.corp.vattenfall.com (8.17.1.19/8.17.1.19) with ESMTP id 30VDCWaX005237 for ; Tue, 31 Jan 2023 20:27:35 +0100 Authentication-Results: smtp.corp.vattenfall.com; spf=softfail smtp.mailfrom=met_help at mailman.ucar.edu; dkim=fail header.s=mail header.d=ucar.edu; dmarc=fail header.from=mailman.ucar.edu Received: from smsmime4557.corp.vattenfall.com (smsmime4557.corp.vattenfall.com [10.248.235.187]) by SMMAILI2237.corp.vattenfall.com (PPS) with ESMTPS id 3ncvq9yqkn-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Tue, 31 Jan 2023 20:27:35 +0100 Received: from smsmime4557 (localhost [127.0.0.1]) by Smsmime4557.corp.vattenfall.com (Postfix) with ESMTP id AA9F5371422 for ; Tue, 31 Jan 2023 20:27:35 +0100 (CET) Received: from mail18.vattenfall.com (smmailx6630.corp.vattenfall.com [91.192.14.49]) by Smsmime4557.corp.vattenfall.com (Postfix) with ESMTPS id 94650494BB0 for ; Tue, 31 Jan 2023 20:27:35 +0100 (CET) Received: from pps.filterd (smmailx6630.corp.vattenfall.com [127.0.0.1]) by smmailx6630.corp.vattenfall.com (8.17.1.19/8.17.1.19) with ESMTP id 30VHDHo8013107 for ; Tue, 31 Jan 2023 20:27:35 +0100 Authentication-Results: mx.vattenfall.com; spf=pass smtp.mailfrom=met_help-bounces at mailman.ucar.edu; dkim=pass header.d=ucar.edu header.s=mail; dmarc=pass header.from=mailman.ucar.edu Received: from mailman.ucar.edu (mailman.ucar.edu [192.43.244.247]) by smmailx6630.corp.vattenfall.com (PPS) with ESMTPS id 3nf76eg5p8-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Tue, 31 Jan 2023 20:27:35 +0100 Received: from mailman.ucar.edu (localhost [127.0.0.1]) by mailman.ucar.edu (Postfix) with ESMTP id 07C788050A5; Tue, 31 Jan 2023 12:27:33 -0700 (MST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ucar.edu; s=mail; t=1675193253; bh=GW8rH2NEL1HUQxO0CjUCrSJbBJvaRjJM0rhLVmqaDwA=; h=To:References:Date:Subject:List-Id:List-Unsubscribe:List- Archive: List-Post:List-Help:List-Subscribe:From:Reply-To:Cc; b=fDTUvVp13VnbnYHT2nMGn3+i6XR2toWWrVMzsIhA5r4hTKOLbp50UqzmMUN01dzpI MrALKrE17soBSpc+Zb0GlD7IK9nBNCHElJrw6bSLre0VPqy4uIscuzOQnDMwRJPTn5 Ip9k71ke16XR7Yh44aJu+Ppr0EassHkKZZrxmMWXjwik+rUCqzJ+DhrEiwK0PchcOc 43G3LxImkbhL2cAty5/ifF1jawvDMCOZ9L1fKCBgJCwjfX5zbbfGSL1NDv7aAiGdhX 8GrEziHlZ8g1Ni74+KEeM6ACzudtWAfy/MsOx3QYqO8FwRB7jul+YTJIsu/0IDUU1L yVuGoNg0EZo6A== X-Original-To: met_help_archive at mailman.ucar.edu Received: from ral-smtp-a.rap.ucar.edu (ral-smtp-a.rap.ucar.edu [128.117.207.47]) by mailman.ucar.edu (Postfix) with ESMTPS id 692B2805093 for ; Tue, 31 Jan 2023 12:27:31 -0700 (MST) Received: from ral-rt-a.rap.ucar.edu (root at ral-rt-a.rap.ucar.edu [128.117.207.107]) by ral-smtp-a.rap.ucar.edu (8.15.2/8.15.2/Debian-8+deb9u1) with ESMTPS id 30VJRUir003039 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 31 Jan 2023 12:27:31 -0700 Received: from ral-rt-a.rap.ucar.edu (www-data at localhost [127.0.0.1]) by ral-rt-a.rap.ucar.edu (8.15.2/8.15.2/Debian-14~deb10u1) with ESMTP id 30VJRUWR020065; Tue, 31 Jan 2023 12:27:30 -0700 Received: (from www-data at localhost) by ral-rt-a.rap.ucar.edu (8.15.2/8.15.2/Submit) id 30VJRUUa020063; Tue, 31 Jan 2023 12:27:30 -0700 To: References: Message-ID: X-RT-Loop-Prevention: RAL-IT X-RT-Ticket: RAL-IT #106321 X-Managed-BY: RT 4.4.3-2+deb10u2 (https://urldefense.com/v3/__http://www.bestpractical.com/rt/__;!!Oqvv- oCmSU8!QxdsDDRh6M3zgOEgGUnquv7NRw9l_SrfInQktEhDf59qfLvRIsa9P4iRLVqlg8MIJut_8inilKaK_ixDYGaxigpTvua- QA$ ) X-RT-Originator: jpresto at ucar.edu X-RT-Original-Encoding: utf-8 Precedence: bulk Date: Tue, 31 Jan 2023 12:27:30 -0700 Subject: [Met_help] [RAL-IT #106321] History for MET Compiling Error X-BeenThere: met_help at mailman.ucar.edu X-Mailman-Version: 2.1.29 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Julie Prestopnik via RT via Met_help Reply-To: met_help at ucar.edu CC: Errors-To: met_help-bounces at mailman.ucar.edu Sender: Met_help X-Proofpoint-ORIG-GUID: 31Un-rJrfLjxbYVa3aoMLaAswhrNFANj X-Proofpoint-GUID: 31Un-rJrfLjxbYVa3aoMLaAswhrNFANj X-CLX-Response: 1TFkXGxwfEQpMehcdEhEKWUQXY1xfQE5LWG5dSVMRClhYF2IZQR9wRWNcTml pEQp4ThdhS20bYFpTE0wSHhEKeEsXYhlBH3BFY1xOaWkRCnlMF2ZNRWhbR0hpaH9dEQpDSBcHGB kfEQpDWRcHGx8bEQpDSRcaBBoaGhEKWU0XZ2ZyEQpZSRcacRoQGncGGx4fcRgdEBp3BhgaBhoRC lleF2xseREKSUYXXEteXk9ETEtGRnVaWEVOX0leQ0VEB1xHEQpJRxd4T00RCkNOFxkbf0QHWGBY TGZAUkhzfEsZS0VnZktrWV1CWGRsa2RAEQpYXBcfBBoEGBIfBRsaBB0aBB0EGB8QGx4aHxoRCl5 ZF0huUmhpEQpNXBcYHxsRCkxaF21STXkRCkxGF29ra1lraxEKQk8XY1NmAXxJSGJ6QUMRCkNaFx sTGAQeGQQYHh4EGB4dEQpCXhcbEQpESRcbEQpCRhdjb00dWAEdb3BJUBEKQkcXZ2dLWxt4YUZDX 00RCkJcFxsRCkJLF2FLbRtgWlMTTBIeEQpCSRdjU2YBfElIYnpBQxEKQkUXbWIFTUd+RUJFZmcR CkJOF2NTZgF8SUhiekFDEQpCTBdtUn0SEhlgZVxSchEKQmwXYGcZZXBHEkYSTFgRCkJAF2B+GH4 fel9BUH1HEQpCWBdgWGJzXF5dR1tBexEKTV4XGxEKeUMXawFtfBheWVtDSGERCnBnF2sZeUt6bU VzH08bEBkaEQpwaBdhGXBsaWRQHVBYYBAaEQpwaBdsR0llbWweHR9sQRAaEQpwaBdmS0BiHm18a WwScxAaEQpwaBdkS1t7W28YXVwSThAaEQpwaBdsGUJvX2F6TUYfQhAaEQpwaBdjRBpjXxoceRJ+ EhAaEQpwaBdhYkdzQGgdX2dcYhAaEQpwaBdiTktiT0NeS35rQhAaEQpwbBdhfWhzHUYcbnxiEhA aEQpwQxdtXHpOc2lhfUd7HhAZGhEKbX4XGxEKWE0XSxEg X-CLX-Shades: MLX MIME-Version: 1.0 X-Proofpoint-Banner-Trigger: unknownsender Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.219,Aquarius:18.0.930,Hydra:6.0.562,FMLib:17.11.122.1 definitions=2023-01-31_08,2023-01-31_01,2022-06-22_01 X-Proofpoint-Spam-Details: rule=inbound_notspam policy=inbound score=0 priorityscore=78 bulkscore=0 mlxscore=0 spamscore=0 suspectscore=0 phishscore=0 adultscore=0 unknownsenderscore=20 impostorscore=0 mlxlogscore=999 lowpriorityscore=0 clxscore=165 malwarescore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2212070000 definitions=main-2301310169 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.219,Aquarius:18.0.930,Hydra:6.0.562,FMLib:17.11.122.1 definitions=2023-01-31_08,2023-01-31_01,2022-06-22_01 Return-Path: met_help at mailman.ucar.edu X-EsetResult: clean, is OK X-EsetId: 37303A29E6A1E25566736A ------------------------------------------------ Subject: MET Compiling Error From: noreply at vattenfall.com Time: Tue Jan 31 12:27:41 2023 Reporting-MTA: dns;smexarc2474.eur.corp.vattenfall.com Received-From-MTA: dns;SMMAILI2237.corp.vattenfall.com Arrival-Date: Tue, 31 Jan 2023 19:27:36 +0000 Final-Recipient: rfc822;sam.hawkins at vattenfall.com Action: failed Status: 5.1.10 Diagnostic-Code: smtp;550 5.1.10 RESOLVER.ADR.RecipientNotFound; Recipient not found by SMTP address lookup ------------------------------------------------ Subject: [Met_help] [RAL-IT #106321] History for MET Compiling Error From: noreply at vattenfall.com Time: Tue Jan 31 12:27:41 2023 !-------------------------------------------------------------------| This e-mail is from an unknown external source, Vattenfall has not previously corresponded with - be extra cautious with links and attachments. |-------------------------------------------------------------------! ---------------------------------------------------------------- Initial Request ---------------------------------------------------------------- Hello All, I am facing some issue while compiling met-11.0.0 with mentioned script. Below is the error I am facing. Please help me to solve my issue. [raj at utility04 11.0]$ ./compile_MET_all.sh install_met_env.mihir TEST_BASE = /home/raj/software/met_metplus/11.0/met COMPILER = MET_SUBDIR = /home/raj/software/met_metplus/11.0/tar_files MET_TARBALL = /home/raj/software/met_metplus/11.0/tar_files/v11.0.0.tar.gz USE_MODULES = TRUE LD_LIBRARY_PATH = /home/raj/software/met_metplus/11.0/met/external_libs/lib:/home/apps/SiteSoftwares/gnu/ANACONDA3/2019.10/lib:/cm/local/apps/gcc/6.3.0/lib:/cm/local/apps/gcc/6.3.0/lib64 Compiling libraries into: /home/raj/software/met_metplus/11.0/met/external_libs USE_MODULES = TRUE module load / / utility.c(2245):ERROR:50: Cannot open file '//root' for 'reading' utility.c(2245):ERROR:50: Cannot open file '//var/named' for 'reading' utility.c(2245):ERROR:50: Cannot open file '//tmp/pymp-x6mcb_t5' for 'reading' utility.c(2245):ERROR:50: Cannot open file '//tmp/systemd-private-91ff7c18708d42af951ff2fa532b3a9f-ntpd.service- ojPayH' for 'reading' utility.c(2245):ERROR:50: Cannot open file '//tmp/pymp-rtjd6kgn' for 'reading' utility.c(2245):ERROR:50: Cannot open file '//tmp/pymp-ukfms_ad' for 'reading' This is my installation script. [raj at utility04 11.0]$ cat install_met_env.utility04 #module use -a /cm/local/modulefiles module load gnu/anaconda3/2019.10 module load gcc/6.3.0 export CC=gcc export FC=gfortran export CXX=c++ export TEST_BASE=/home/raj/software/met_metplus/11.0/met export COMPILER= ${COMPILER} gnu export MET_SUBDIR=/home/raj/software/met_metplus/11.0/tar_files export MET_TARBALL=/home/raj/software/met_metplus/11.0/tar_files/v11.0.0.tar.gz export USE_MODULES=TRUE export PYTHON_MODULE=gnu_anaconda3_2019.10 export MET_PYTHON=/home/apps/SiteSoftwares/gnu/ANACONDA3/2019.10 export MET_PYTHON_CC=- I/home/apps/SiteSoftwares/gnu/ANACONDA3/2019.10/include/python3.7m export MET_PYTHON_LD=- L/home/apps/SiteSoftwares/gnu/ANACONDA3/2019.10/lib/python3.7/config- 3.7m-x86_64-linux-gnu -L/home/apps/SiteSoftwares/gnu/ANACONDA3/2019.10/lib -lpython3.7m -lcrypto export SET_D64BIT=FALSE -- Thanks & Regards, Raj Kumar Sharma +91- 8794236178 ---------------------------------------------------------------- Complete Ticket History ---------------------------------------------------------------- Subject: MET Compiling Error From: Julie Prestopnik Time: Tue Jan 17 12:12:47 2023 Hi Thank you for your question. We are no longer supporting new questions through this email. Please submit a new Discussion through our GitHub METplus Discussion Forum . You will need to create a free GitHub account if you don't already have one. Julie On Tue, Jan 17, 2023 at 2:35 AM Raj Sharma via RT wrote: > > Tue Jan 17 02:35:11 2023: Request 106321 was acted upon. > Transaction: Ticket created by raj5270aryan at gmail.com > Queue: met_help > Subject: MET Compiling Error > Owner: Nobody > Requestors: raj5270aryan at gmail.com > Status: new > Ticket > > > Hello All, > > > > I am facing some issue while compiling met-11.0.0 with mentioned script. > > > > Below is the error I am facing. Please help me to solve my issue. > > > > [raj at utility04 11.0]$ ./compile_MET_all.sh install_met_env.mihir > > > > TEST_BASE = /home/raj/software/met_metplus/11.0/met > > COMPILER = > > MET_SUBDIR = /home/raj/software/met_metplus/11.0/tar_files > > MET_TARBALL = /home/raj/software/met_metplus/11.0/tar_files/v11.0.0.tar.gz > > USE_MODULES = TRUE > > LD_LIBRARY_PATH = > > /home/raj/software/met_metplus/11.0/met/external_libs/lib:/home/apps/SiteSoftwares/gnu/ANACONDA3/2019.10/lib:/cm/local/apps/gcc/6.3.0/lib:/cm/local/apps/gcc/6.3.0/lib64 > > > > Compiling libraries into: > /home/raj/software/met_metplus/11.0/met/external_libs > > > > USE_MODULES = TRUE > > > > module load / > > / > > utility.c(2245):ERROR:50: Cannot open file '//root' for 'reading' > > utility.c(2245):ERROR:50: Cannot open file '//var/named' for 'reading' > > utility.c(2245):ERROR:50: Cannot open file '//tmp/pymp-x6mcb_t5' for > 'reading' > > utility.c(2245):ERROR:50: Cannot open file > > '//tmp/systemd-private-91ff7c18708d42af951ff2fa532b3a9f- ntpd.service-ojPayH' > for 'reading' > > utility.c(2245):ERROR:50: Cannot open file '//tmp/pymp-rtjd6kgn' for > 'reading' > > utility.c(2245):ERROR:50: Cannot open file '//tmp/pymp-ukfms_ad' for > 'reading' > > > > > > > > This is my installation script. > > > > [raj at utility04 11.0]$ cat install_met_env.utility04 > > #module use -a /cm/local/modulefiles > > > > module load gnu/anaconda3/2019.10 > > > > module load gcc/6.3.0 > > > > export CC=gcc > > > > export FC=gfortran > > > > export CXX=c++ > > > > > > export TEST_BASE=/home/raj/software/met_metplus/11.0/met > > > > export COMPILER= ${COMPILER} gnu > > > > export MET_SUBDIR=/home/raj/software/met_metplus/11.0/tar_files > > > > export > MET_TARBALL=/home/raj/software/met_metplus/11.0/tar_files/v11.0.0.tar.gz > > > > export USE_MODULES=TRUE > > > > export PYTHON_MODULE=gnu_anaconda3_2019.10 > > > > export MET_PYTHON=/home/apps/SiteSoftwares/gnu/ANACONDA3/2019.10 > > > > export > > MET_PYTHON_CC=- I/home/apps/SiteSoftwares/gnu/ANACONDA3/2019.10/include/python3.7m > > > > export > > MET_PYTHON_LD=- L/home/apps/SiteSoftwares/gnu/ANACONDA3/2019.10/lib/python3.7/config- 3.7m-x86_64-linux-gnu > -L/home/apps/SiteSoftwares/gnu/ANACONDA3/2019.10/lib -lpython3.7m -lcrypto > > > > export SET_D64BIT=FALSE > > > > > -- > Thanks & Regards, > Raj Kumar Sharma > +91- 8794236178 > > -- Julie Prestopnik (she/her) Software Engineer National Center for Atmospheric Research Research Applications Laboratory Email: jpresto at ucar.edu My working day may not be your working day. Please do not feel obliged to reply to this email outside of your normal working hours. ------------------------------------------------ _______________________________________________ Met_help mailing list Met_help at mailman.ucar.edu https://urldefense.com/v3/__https://mailman.ucar.edu/mailman/listinfo/met_help__;!!Oqvv- oCmSU8!VLMbwslUhJPkhAfeDH2bPMD3rN_iAN7jjBNC- qR5okwfSgFfzaTqZ2NlRnK7cBUC5lMoVSYj9_DEi9jEALCDNzxVP0GWOQ$ ------------------------------------------------ _______________________________________________ Met_help mailing list Met_help at mailman.ucar.edu https://urldefense.com/v3/__https://mailman.ucar.edu/mailman/listinfo/met_help__;!!Oqvv- oCmSU8!QxdsDDRh6M3zgOEgGUnquv7NRw9l_SrfInQktEhDf59qfLvRIsa9P4iRLVqlg8MIJut_8inilKaK_ixDYGaxigrKnITzoQ$ ------------------------------------------------ From met_help at ucar.edu Mon Jul 3 12:13:33 2023 From: met_help at ucar.edu (Julie Prestopnik via RT) Date: Mon, 03 Jul 2023 12:13:33 -0600 Subject: [Met_help] [RAL-IT #106303] History for Metviewer 4.1 References: Message-ID: ---------------------------------------------------------------- Initial Request ---------------------------------------------------------------- Hello, We are installing a local instance of METviewer and have run into an issue. OS is RHEL 7.9, database is Mariadb 10.3.35, and a Python 3.6.3 environment has been created. The following is observed in the Catalina.out logs, and I CAN get to the database by CLI using mysql -u user -p. I believe I have modified all the files where the hostname, user, and password information are necessary for this connection to be established, yet I get the following: 2023-01-13 09:02 edu.ucar.metviewer.MVServlet.init(Unknown Source) -1 init - METviewer app being placed into service by the servlet container. 2023-01-13 09:02 edu.ucar.metviewer.db.mysql.MysqlDatabaseManager.getConnection(Unknown Source) -1 getConnection - can't get connection for database Select databases (conn=125) Could not select database 'Select databases' : Unknown database 'Select databases' 2023-01-13 09:02 edu.ucar.metviewer.db.mysql.MysqlAppDatabaseManager.getListValues(Unknown Source) -1 getListValues - PooledConnection has already been closed. 2023-01-13 09:02 edu.ucar.metviewer.db.mysql.MysqlDatabaseManager.getConnection(Unknown Source) -1 getConnection - can't get connection for database Select databases (conn=125) Could not select database 'Select databases' : Unknown database 'Select databases' 2023-01-13 09:02 edu.ucar.metviewer.db.mysql.MysqlAppDatabaseManager.getListValues(Unknown Source) -1 getListValues - PooledConnection has already been closed. Thank you, [cid:image001.png at 01D9272F.B801EB60] Army Research Laboratory WSMR Reynaldo Armendarez Linux System Administrator Agile Defense Inc. CTR. Email: reynaldo.a.armendarez.ctr at army.mil SIPR Email: reynaldo.a.armendarez.ctr at mail.smil.mil O: 575-678-2450 C: 575-652-6862 SIPR: 575-678-5587 Company Email: reynaldo.armendarez at agile-defense.com Create & Follow the Status of Your Tickets on ServiceNow! https://helpdesk.arl.army.mil/ 1-800-276-9602 ---------------------------------------------------------------- Complete Ticket History ---------------------------------------------------------------- Subject: Metviewer 4.1 From: Julie Prestopnik Time: Fri Jan 13 09:49:07 2023 Hi Mr. Armendarez. Thank you for your question. We are no longer supporting new questions through this email. Please submit a new Discussion through our GitHub METplus Discussion Forum . You will need to create a free GitHub account if you don't already have one. Julie On Fri, Jan 13, 2023 at 9:16 AM Armendarez, Reynaldo A Jr CTR USARMY DEVCOM ARL (USA) via RT wrote: > > Fri Jan 13 09:16:44 2023: Request 106303 was acted upon. > Transaction: Ticket created by reynaldo.a.armendarez.ctr at army.mil > Queue: met_help > Subject: Metviewer 4.1 > Owner: Nobody > Requestors: reynaldo.a.armendarez.ctr at army.mil > Status: new > Ticket > > > Hello, > > We are installing a local instance of METviewer and have run into an > issue. OS is RHEL 7.9, database is Mariadb 10.3.35, and a Python 3.6.3 > environment has been created. The following is observed in the > Catalina.out logs, and I CAN get to the database by CLI using mysql -u user > -p. I believe I have modified all the files where the hostname, user, and > password information are necessary for this connection to be established, > yet I get the following: > > 2023-01-13 09:02 edu.ucar.metviewer.MVServlet.init(Unknown Source) -1 init > - METviewer app being placed into service by the servlet container. > 2023-01-13 09:02 > edu.ucar.metviewer.db.mysql.MysqlDatabaseManager.getConnection(Unknown > Source) -1 getConnection - can't get connection for database Select > databases (conn=125) Could not select database 'Select databases' : Unknown > database 'Select databases' > 2023-01-13 09:02 > edu.ucar.metviewer.db.mysql.MysqlAppDatabaseManager.getListValues(Unknown > Source) -1 getListValues - PooledConnection has already been closed. > 2023-01-13 09:02 > edu.ucar.metviewer.db.mysql.MysqlDatabaseManager.getConnection(Unknown > Source) -1 getConnection - can't get connection for database Select > databases (conn=125) Could not select database 'Select databases' : Unknown > database 'Select databases' > 2023-01-13 09:02 > edu.ucar.metviewer.db.mysql.MysqlAppDatabaseManager.getListValues(Unknown > Source) -1 getListValues - PooledConnection has already been closed. > > Thank you, > > [cid:image001.png at 01D9272F.B801EB60] > Army Research Laboratory WSMR > Reynaldo Armendarez > Linux System Administrator > Agile Defense Inc. > CTR. Email: reynaldo.a.armendarez.ctr at army.mil reynaldo.a.armendarez.ctr at army.mil> > SIPR Email: reynaldo.a.armendarez.ctr at mail.smil.mil reynaldo.a.armendarez.ctr at mail.smil.mil> > O: 575-678-2450 C: 575-652-6862 SIPR: 575-678-5587 > Company Email: reynaldo.armendarez at agile-defense.com reynaldo.armendarez at agile-defense.com> > Create & Follow the Status of Your Tickets on ServiceNow! > https://helpdesk.arl.army.mil/ > 1-800-276-9602 > > > > -- Julie Prestopnik (she/her) Software Engineer National Center for Atmospheric Research Research Applications Laboratory Email: jpresto at ucar.edu My working day may not be your working day. Please do not feel obliged to reply to this email outside of your normal working hours. ------------------------------------------------ Subject: Metviewer 4.1 From: noreply at vattenfall.com Time: Tue Jan 17 12:13:13 2023 Delivery has failed to these recipients or groups: sam.hawkins at vattenfall.com The email address you entered couldn't be found. Please check the recipient's email address and try to resend the message. If the problem continues, please contact your email admin. Diagnostic information for administrators: Generating server: smmulti2525.eur.corp.vattenfall.com sam.hawkins at vattenfall.com Remote Server returned '550 5.1.10 RESOLVER.ADR.RecipientNotFound; Recipient not found by SMTP address lookup' Original message headers: Received: from smexarc2474.eur.corp.vattenfall.com (10.248.16.30) by smmulti2525.eur.corp.vattenfall.com (10.248.16.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1118.21; Tue, 17 Jan 2023 20:13:07 +0100 Received: from SMMAILI2250.corp.vattenfall.com (10.248.232.71) by smexarc2474.eur.corp.vattenfall.com (10.248.16.30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1118.21 via Frontend Transport; Tue, 17 Jan 2023 20:13:07 +0100 Received: from pps.filterd (SMMAILI2250.corp.vattenfall.com [127.0.0.1]) by SMMAILI2250.corp.vattenfall.com (8.17.1.19/8.17.1.5) with ESMTP id 30HCjD6A014569 for ; Tue, 17 Jan 2023 20:13:07 +0100 Authentication-Results: smtp.corp.vattenfall.com; spf=softfail smtp.mailfrom=met_help at mailman.ucar.edu; dkim=fail header.d=ucar.edu header.s=mail; dmarc=fail header.from=mailman.ucar.edu Received: from smsmime4557.corp.vattenfall.com (smsmime4557.corp.vattenfall.com [10.248.235.187]) by SMMAILI2250.corp.vattenfall.com (PPS) with ESMTPS id 3n3h8bypwe-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Tue, 17 Jan 2023 20:13:05 +0100 Received: from smsmime4557 (localhost [127.0.0.1]) by Smsmime4557.corp.vattenfall.com (Postfix) with ESMTP id 47B5CA9453 for ; Tue, 17 Jan 2023 20:13:05 +0100 (CET) Received: from mail16.vattenfall.com (smmailx6595.corp.vattenfall.com [91.192.14.47]) by Smsmime4557.corp.vattenfall.com (Postfix) with ESMTPS id 313F2494B93 for ; Tue, 17 Jan 2023 20:13:05 +0100 (CET) Received: from pps.filterd (smmailx6595.corp.vattenfall.com [127.0.0.1]) by smmailx6595.corp.vattenfall.com (8.17.1.19/8.17.1.19) with ESMTP id 30HIPp6L010741 for ; Tue, 17 Jan 2023 20:13:05 +0100 Authentication-Results: mx.vattenfall.com; spf=pass smtp.mailfrom=met_help-bounces at mailman.ucar.edu; dkim=pass header.d=ucar.edu header.s=mail; dmarc=pass header.from=mailman.ucar.edu Received: from mailman.ucar.edu (mailman.ucar.edu [192.43.244.247]) by smmailx6595.corp.vattenfall.com (PPS) with ESMTPS id 3n3j33xscm-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Tue, 17 Jan 2023 20:13:04 +0100 Received: from mailman.ucar.edu (localhost [127.0.0.1]) by mailman.ucar.edu (Postfix) with ESMTP id 392888050A7; Tue, 17 Jan 2023 12:13:00 -0700 (MST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ucar.edu; s=mail; t=1673982780; bh=ccw7rnfZSHK9uUexRB/6e6l+MljUe/Z6ZQ27mjzrHZU=; h=To:References:Date:Subject:List-Id:List-Unsubscribe:List- Archive: List-Post:List-Help:List-Subscribe:From:Reply-To:Cc; b=UbRmWaz1SbhEqMJQFD0WNODRiS6mhvTq/cBcKmBGJTEAAHMhoWNfJG1PmrekDUOyK yKj4v4W/l17d8b+7sCXMa5YNwDtncBLMx/08LmI0s40vW0Ry9MqZ4DdTPpM1UP1hiA lGHQIPZERpD/j5evZ0OiRpMxo92A2n4I89DDBy5AwDpQ5T2EMRcbn5IheDwebd8tTM wo+tUn465O72fDozJqgiwD/DAsJcyilVhZ+xK1Io0fXJ2uPKP7hOQ9HQcnSyLgIrrE l8YQ07EwAPQuGC1vpEdwHOaOxpmytIBtLOMcKis4TaDixoIHsY8Pj5fBtpdmaNWaF4 Sk2Ue2XD4zGww== X-Original-To: met_help_archive at mailman.ucar.edu Received: from ral-smtp-a.rap.ucar.edu (ral-smtp-a.rap.ucar.edu [128.117.207.47]) by mailman.ucar.edu (Postfix) with ESMTPS id 70E8E805098 for ; Tue, 17 Jan 2023 12:12:59 -0700 (MST) Received: from ral-rt-a.rap.ucar.edu (root at ral-rt-a.rap.ucar.edu [128.117.207.107]) by ral-smtp-a.rap.ucar.edu (8.15.2/8.15.2/Debian-8+deb9u1) with ESMTPS id 30HJCwVV010507 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 17 Jan 2023 12:12:59 -0700 Received: from ral-rt-a.rap.ucar.edu (www-data at localhost [127.0.0.1]) by ral-rt-a.rap.ucar.edu (8.15.2/8.15.2/Debian-14~deb10u1) with ESMTP id 30HJCwXC028621; Tue, 17 Jan 2023 12:12:58 -0700 Received: (from www-data at localhost) by ral-rt-a.rap.ucar.edu (8.15.2/8.15.2/Submit) id 30HJCweo028619; Tue, 17 Jan 2023 12:12:58 -0700 To: References: Message-ID: X-RT-Loop-Prevention: RAL-IT X-RT-Ticket: RAL-IT #106303 X-Managed-BY: RT 4.4.3-2+deb10u2 (http://www.bestpractical.com/rt/) X-RT-Originator: jpresto at ucar.edu X-RT-Original-Encoding: utf-8 Precedence: bulk Date: Tue, 17 Jan 2023 12:12:58 -0700 Subject: [Met_help] [RAL-IT #106303] History for Metviewer 4.1 X-BeenThere: met_help at mailman.ucar.edu X-Mailman-Version: 2.1.29 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Julie Prestopnik via RT via Met_help Reply-To: met_help at ucar.edu CC: Errors-To: met_help-bounces at mailman.ucar.edu Sender: Met_help X-Proofpoint-ORIG-GUID: LzuhnOudO2c6S4VzwzYKVGnTwz4RexGK X-CLX-Response: 1TFkXGxwbEQpMehcaEQpZRBdjXF9ATktYbl1JUxEKWFgXYhlBH3BFY1xOaWk RCnhOF2FLbRtgWlMTTBIeEQp4SxdiGUEfcEVjXE5paREKeUwXZk1FaFtHSGlof10RCkNIFwcZHB 8RCkNZFwcbHxsRCkNJFxoEGhoaEQpZTRdnZnIRCllJFxpxGhAadwYbHhtxHxoQGncGGBoGGhEKW V4XbGx5EQpJRhdcS15eT0RMS0ZGdVpYRU5fSV5DRUQHXEcRCklHF3hPTREKQ04XZlBfQkRlX05l GEkceR58UF1Qc2F8bUR+XVAeeE9SbWERClhcFx8EGgQYEh8FGxoEHRoEHQQYHhAbHhofGhEKXlk XSwVgTEgRCk1cFxkSGhEKTFoXaG1STXkRCkxGF29ra1lraxEKQk8XY1NmAXxJSGJ6QUMRCkNaFx sTGAQeGQQYHh4EGB4dEQpCXhcbEQpESRcbEQpCRhdjb00dWAEdb3BJUBEKQkcXZ2dLWxt4YUZDX 00RCkJcFxsRCkJLF2FLbRtgWlMTTBIeEQpCSRdjU2YBfElIYnpBQxEKQkUXbWIFTUd+RUJFZmcR CkJOF2NTZgF8SUhiekFDEQpCTBdtUn0SEhlgZVxSchEKQmwXYGcZZXBHEkYSTFgRCkJAF2B+GH4 fel9BUH1HEQpCWBdgWGJzXF5dR1tBexEKWlgXGREKeUMXawFtfBheWVtDSGERCnBnF2sZeUt6bU VzH08bEBkaEQpwaBdkTH1yQ0sdS2dBbhAZGhEKcGgXZkl6Yl0cZ18YUHkQGRoRCnBoF28FZkNcX 0FjQxpBEBkaEQpwaBdsT2hnYGJoQ1NLTxAZGhEKcGgXbkxBU0xpTGJ9TXMQGRoRCnBoF2ZNHmh8 YH9uHBJeEBkaEQpwaBdkY2McZU1pEnBHRxAZGhEKcGgXb2tHbUNLGlxnX10QGRoRCnBnF3pmSH5 reltic2gSEBwaEQpwZxdja0RzYkZMZFgfEhAZGhEKcGcXYl9abH9SaFIfZGgQGRoRCnBnF2luQV xpQVlTSR1eEBkaEQpwfRdrRmV6aHwYQ1xnchAZGhEKcH0XaEtYEkkcWwUZGW8QGRoRCnB9F3pHG 0BASWVZU0VeEBkaEQpwfRdmbRscQElDRH8cGBAZGhEKcGcXYWNHHHJsSF8SXFgQGRoRCnBnF2t6 TxlLRRNDEmBaEBkaEQpwfRdrTx1oXhJ8ZVtfRRAZGhEKcH8XYhtNQ2UZQh5IYlMQHhkRCnBfF2Y SUHwdGHldHF1hEBkaEQpwfxdrHWseU3tnY0ttehASGREKcF8XaW14ZXJlXXlmR3MQGRoRCnB/F2 dQUhpzZ09nXkFeEB8eEQpwXxd6U0RyRRl7X35kExAZGhEKcF8XaV97Z2ZnTkdrQX8QGRoRCnBsF 2F9aHMdRhxufGISEBkaEQpwQxdtXHpOc2lhfUd7HhAZGhEKbX4XGhEKWE0XSxEg X-Proofpoint-GUID: LzuhnOudO2c6S4VzwzYKVGnTwz4RexGK X-CLX-Shades: MLX MIME-Version: 1.0 X-Proofpoint-Banner-Trigger: unknownsender Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.219,Aquarius:18.0.923,Hydra:6.0.562,FMLib:17.11.122.1 definitions=2023-01-17_10,2023-01-17_01,2022-06-22_01 X-Proofpoint-Spam-Details: rule=inbound_notspam policy=inbound score=0 bulkscore=0 adultscore=0 mlxscore=0 malwarescore=0 phishscore=0 mlxlogscore=999 impostorscore=0 lowpriorityscore=0 priorityscore=0 suspectscore=0 unknownsenderscore=20 spamscore=0 clxscore=161 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2212070000 definitions=main-2301170153 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.219,Aquarius:18.0.923,Hydra:6.0.562,FMLib:17.11.122.1 definitions=2023-01-17_10,2023-01-17_01,2022-06-22_01 Return-Path: met_help at mailman.ucar.edu X-EsetResult: clean, is OK X-EsetId: 37303A2972D00E55677466 ------------------------------------------------ Subject: Metviewer 4.1 From: noreply at vattenfall.com Time: Tue Jan 17 12:13:13 2023 Reporting-MTA: dns;smmulti2525.eur.corp.vattenfall.com Received-From-MTA: dns;SMMAILI2250.corp.vattenfall.com Arrival-Date: Tue, 17 Jan 2023 19:13:07 +0000 Final-Recipient: rfc822;sam.hawkins at vattenfall.com Action: failed Status: 5.1.10 Diagnostic-Code: smtp;550 5.1.10 RESOLVER.ADR.RecipientNotFound; Recipient not found by SMTP address lookup ------------------------------------------------ Subject: [Met_help] [RAL-IT #106303] History for Metviewer 4.1 From: noreply at vattenfall.com Time: Tue Jan 17 12:13:13 2023 !-------------------------------------------------------------------| This e-mail is from an unknown external source, Vattenfall has not previously corresponded with - be extra cautious with links and attachments. |-------------------------------------------------------------------! ---------------------------------------------------------------- Initial Request ---------------------------------------------------------------- Hello, We are installing a local instance of METviewer and have run into an issue. OS is RHEL 7.9, database is Mariadb 10.3.35, and a Python 3.6.3 environment has been created. The following is observed in the Catalina.out logs, and I CAN get to the database by CLI using mysql -u user -p. I believe I have modified all the files where the hostname, user, and password information are necessary for this connection to be established, yet I get the following: 2023-01-13 09:02 edu.ucar.metviewer.MVServlet.init(Unknown Source) -1 init - METviewer app being placed into service by the servlet container. 2023-01-13 09:02 edu.ucar.metviewer.db.mysql.MysqlDatabaseManager.getConnection(Unknown Source) -1 getConnection - can't get connection for database Select databases (conn=125) Could not select database 'Select databases' : Unknown database 'Select databases' 2023-01-13 09:02 edu.ucar.metviewer.db.mysql.MysqlAppDatabaseManager.getListValues(Unknown Source) -1 getListValues - PooledConnection has already been closed. 2023-01-13 09:02 edu.ucar.metviewer.db.mysql.MysqlDatabaseManager.getConnection(Unknown Source) -1 getConnection - can't get connection for database Select databases (conn=125) Could not select database 'Select databases' : Unknown database 'Select databases' 2023-01-13 09:02 edu.ucar.metviewer.db.mysql.MysqlAppDatabaseManager.getListValues(Unknown Source) -1 getListValues - PooledConnection has already been closed. Thank you, [cid:image001.png at 01D9272F.B801EB60] Army Research Laboratory WSMR Reynaldo Armendarez Linux System Administrator Agile Defense Inc. CTR. Email: reynaldo.a.armendarez.ctr at army.mil SIPR Email: reynaldo.a.armendarez.ctr at mail.smil.mil O: 575-678-2450 C: 575-652-6862 SIPR: 575-678-5587 Company Email: reynaldo.armendarez at agile- defense.com Create & Follow the Status of Your Tickets on ServiceNow! https://urldefense.com/v3/__https://helpdesk.arl.army.mil/__;!!Oqvv- oCmSU8!Sr7LDgJqTGgd4MfbL64b85JiU5As6Myl5GRJot2KDl5vROSDZUEQnPt- pgPYf8UFi1STXuP_sFBvc9ijmNVjRvc0u_tTmg$ 1-800-276-9602 ---------------------------------------------------------------- Complete Ticket History ---------------------------------------------------------------- Subject: Metviewer 4.1 From: Julie Prestopnik Time: Fri Jan 13 09:49:07 2023 Hi Mr. Armendarez. Thank you for your question. We are no longer supporting new questions through this email. Please submit a new Discussion through our GitHub METplus Discussion Forum . You will need to create a free GitHub account if you don't already have one. Julie On Fri, Jan 13, 2023 at 9:16 AM Armendarez, Reynaldo A Jr CTR USARMY DEVCOM ARL (USA) via RT wrote: > > Fri Jan 13 09:16:44 2023: Request 106303 was acted upon. > Transaction: Ticket created by reynaldo.a.armendarez.ctr at army.mil > Queue: met_help > Subject: Metviewer 4.1 > Owner: Nobody > Requestors: reynaldo.a.armendarez.ctr at army.mil > Status: new > Ticket > > > Hello, > > We are installing a local instance of METviewer and have run into an > issue. OS is RHEL 7.9, database is Mariadb 10.3.35, and a Python 3.6.3 > environment has been created. The following is observed in the > Catalina.out logs, and I CAN get to the database by CLI using mysql -u user > -p. I believe I have modified all the files where the hostname, user, and > password information are necessary for this connection to be established, > yet I get the following: > > 2023-01-13 09:02 edu.ucar.metviewer.MVServlet.init(Unknown Source) -1 init > - METviewer app being placed into service by the servlet container. > 2023-01-13 09:02 > edu.ucar.metviewer.db.mysql.MysqlDatabaseManager.getConnection(Unknown > Source) -1 getConnection - can't get connection for database Select > databases (conn=125) Could not select database 'Select databases' : Unknown > database 'Select databases' > 2023-01-13 09:02 > edu.ucar.metviewer.db.mysql.MysqlAppDatabaseManager.getListValues(Unknown > Source) -1 getListValues - PooledConnection has already been closed. > 2023-01-13 09:02 > edu.ucar.metviewer.db.mysql.MysqlDatabaseManager.getConnection(Unknown > Source) -1 getConnection - can't get connection for database Select > databases (conn=125) Could not select database 'Select databases' : Unknown > database 'Select databases' > 2023-01-13 09:02 > edu.ucar.metviewer.db.mysql.MysqlAppDatabaseManager.getListValues(Unknown > Source) -1 getListValues - PooledConnection has already been closed. > > Thank you, > > [cid:image001.png at 01D9272F.B801EB60] > Army Research Laboratory WSMR > Reynaldo Armendarez > Linux System Administrator > Agile Defense Inc. > CTR. Email: reynaldo.a.armendarez.ctr at army.mil reynaldo.a.armendarez.ctr at army.mil> > SIPR Email: reynaldo.a.armendarez.ctr at mail.smil.mil reynaldo.a.armendarez.ctr at mail.smil.mil> > O: 575-678-2450 C: 575-652-6862 SIPR: 575-678-5587 > Company Email: reynaldo.armendarez at agile-defense.com reynaldo.armendarez at agile-defense.com> > Create & Follow the Status of Your Tickets on ServiceNow! > https://urldefense.com/v3/__https://helpdesk.arl.army.mil/__;!!Oqvv- oCmSU8!Sr7LDgJqTGgd4MfbL64b85JiU5As6Myl5GRJot2KDl5vROSDZUEQnPt- pgPYf8UFi1STXuP_sFBvc9ijmNVjRvc0u_tTmg$ > 1-800-276-9602 > > > > -- Julie Prestopnik (she/her) Software Engineer National Center for Atmospheric Research Research Applications Laboratory Email: jpresto at ucar.edu My working day may not be your working day. Please do not feel obliged to reply to this email outside of your normal working hours. ------------------------------------------------ _______________________________________________ Met_help mailing list Met_help at mailman.ucar.edu https://urldefense.com/v3/__https://mailman.ucar.edu/mailman/listinfo/met_help__;!!Oqvv- oCmSU8!Sr7LDgJqTGgd4MfbL64b85JiU5As6Myl5GRJot2KDl5vROSDZUEQnPt- pgPYf8UFi1STXuP_sFBvc9ijmNVjRvcfCpmQWg$ ------------------------------------------------ Subject: Metviewer 4.1 From: noreply at vattenfall.com Time: Tue Jan 31 12:40:28 2023 Delivery has failed to these recipients or groups: sam.hawkins at vattenfall.com The email address you entered couldn't be found. Please check the recipient's email address and try to resend the message. If the problem continues, please contact your email admin. Diagnostic information for administrators: Generating server: smexarc2474.eur.corp.vattenfall.com sam.hawkins at vattenfall.com Remote Server returned '550 5.1.10 RESOLVER.ADR.RecipientNotFound; Recipient not found by SMTP address lookup' Original message headers: Received: from smmulti2525.eur.corp.vattenfall.com (10.248.16.35) by smexarc2474.eur.corp.vattenfall.com (10.248.16.30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1118.21; Tue, 31 Jan 2023 20:40:22 +0100 Received: from SMMAILI2182.corp.vattenfall.com (10.248.234.22) by smmulti2525.eur.corp.vattenfall.com (10.248.16.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1118.21 via Frontend Transport; Tue, 31 Jan 2023 20:40:22 +0100 Received: from pps.filterd (SMMAILI2182.corp.vattenfall.com [127.0.0.1]) by SMMAILI2182.corp.vattenfall.com (8.17.1.19/8.17.1.19) with ESMTP id 30VD2UV8028569 for ; Tue, 31 Jan 2023 20:40:22 +0100 Authentication-Results: smtp.corp.vattenfall.com; spf=softfail smtp.mailfrom=met_help at mailman.ucar.edu; dkim=fail header.d=ucar.edu header.s=mail; dmarc=fail header.from=mailman.ucar.edu Received: from smsmime5061.corp.vattenfall.com (smsmime5061.corp.vattenfall.com [10.248.235.206]) by SMMAILI2182.corp.vattenfall.com (PPS) with ESMTPS id 3ncvr8yxef-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Tue, 31 Jan 2023 20:40:20 +0100 Received: from smsmime5061 (localhost [127.0.0.1]) by Smsmime5061.corp.vattenfall.com (Postfix) with ESMTP id 75D44802173E for ; Tue, 31 Jan 2023 20:40:20 +0100 (CET) Received: from mail13.vattenfall.com (smmailx6562.corp.vattenfall.com [193.111.59.77]) by Smsmime5061.corp.vattenfall.com (Postfix) with ESMTPS id 5DC12802A888 for ; Tue, 31 Jan 2023 20:40:20 +0100 (CET) Received: from pps.filterd (smmailx6562.corp.vattenfall.com [127.0.0.1]) by smmailx6562.corp.vattenfall.com (8.17.1.19/8.17.1.19) with ESMTP id 30VIOpB4007104 for ; Tue, 31 Jan 2023 20:40:20 +0100 Authentication-Results: mx.vattenfall.com; spf=pass smtp.mailfrom=met_help-bounces at mailman.ucar.edu; dkim=pass header.s=mail header.d=ucar.edu; dmarc=pass header.from=mailman.ucar.edu Received: from mailman.ucar.edu (mailman.ucar.edu [192.43.244.247]) by smmailx6562.corp.vattenfall.com (PPS) with ESMTPS id 3ncvjmgcen-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Tue, 31 Jan 2023 20:40:19 +0100 Received: from mailman.ucar.edu (localhost [127.0.0.1]) by mailman.ucar.edu (Postfix) with ESMTP id B575880545E; Tue, 31 Jan 2023 12:40:17 -0700 (MST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ucar.edu; s=mail; t=1675194017; bh=a+lijrLYDEtqSRlFnp2231Mi6dvb7UnJkucgjBtkBXE=; h=To:References:Date:Subject:List-Id:List-Unsubscribe:List- Archive: List-Post:List-Help:List-Subscribe:From:Reply-To:Cc; b=UaYKcfwjUdCYfNGA193IGiU1+lmcy4Vrux6sizuwmtdXnJLxzDzBg8xUPg1oI8fiZ PCvd0Vmo2+OxIhW8mj6QuSmv65kNl94JgltNbrIUKnH9CeKzAYv6/z8M8EWADgcjKi DIXTBQEXtW3Gx6R6B30pzLbXVXvlofoox2inirRE+/P2EoZuHkvBSUGpIxpdFHTyv2 1sYxrMpp1036kWuihdYf65GiKsO30m7slXaPBsudVU4EBL+CDDzlJZgVRU7MT5I5bb 4qufxRCNZrga2g7cP/N/nxEk0F3xBHQgmVxbHhv7sAz6JDmfeOAI4e2raFDateKoOx th9e+FDI0v0aQ== X-Original-To: met_help_archive at mailman.ucar.edu Received: from ral-smtp-a.rap.ucar.edu (ral-smtp-a.rap.ucar.edu [128.117.207.47]) by mailman.ucar.edu (Postfix) with ESMTPS id 009CC8050A5 for ; Tue, 31 Jan 2023 12:40:16 -0700 (MST) Received: from ral-rt-a.rap.ucar.edu (root at ral-rt-a.rap.ucar.edu [128.117.207.107]) by ral-smtp-a.rap.ucar.edu (8.15.2/8.15.2/Debian-8+deb9u1) with ESMTPS id 30VJeFgw003401 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 31 Jan 2023 12:40:16 -0700 Received: from ral-rt-a.rap.ucar.edu (www-data at localhost [127.0.0.1]) by ral-rt-a.rap.ucar.edu (8.15.2/8.15.2/Debian-14~deb10u1) with ESMTP id 30VJRktJ020107; Tue, 31 Jan 2023 12:27:46 -0700 Received: (from www-data at localhost) by ral-rt-a.rap.ucar.edu (8.15.2/8.15.2/Submit) id 30VJRkhY020105; Tue, 31 Jan 2023 12:27:46 -0700 To: References: Message-ID: X-RT-Loop-Prevention: RAL-IT X-RT-Ticket: RAL-IT #106303 X-Managed-BY: RT 4.4.3-2+deb10u2 (http://www.bestpractical.com/rt/) X-RT-Originator: jpresto at ucar.edu X-RT-Original-Encoding: utf-8 Precedence: bulk Date: Tue, 31 Jan 2023 12:27:46 -0700 Subject: [Met_help] [RAL-IT #106303] History for Metviewer 4.1 X-BeenThere: met_help at mailman.ucar.edu X-Mailman-Version: 2.1.29 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Julie Prestopnik via RT via Met_help Reply-To: met_help at ucar.edu CC: Errors-To: met_help-bounces at mailman.ucar.edu Sender: Met_help X-CLX-Response: 1TFkXGxwZEQpMehcTGhEKWUQXY1xfQE5LWG5dSVMRClhYF2IZQR9wRWNcTml pEQp4ThdhS20bYFpTE0wSHhEKeEsXYhlBH3BFY1xOaWkRCnlMF2ZNRWhbR0hpaH9dEQpDSBcHGR sbEQpDWRcHGx8bEQpDSRcaBBoaGhEKWU0XZ2ZyEQpZSRcacRoQGncGGx4ZcRgcEBp3BhgaBhoRC lleF2xseREKSUYXXEteXk9ETEtGRnVaWEVOX0leQ0VEB1xHEQpJRxd4T00RCkNOF3lMXBpOSRlH QEgaRnhBYnx6UxtzbF9Yeh0Hcn97Wl9fEQpYXBcfBBoEGBIfBRsaBB0aBB0EGB4QGx4aHxoRCl5 ZF0huUmcBEQpNXBceGxIRCkxaF2htH015EQpMRhdva2tZa2sRCkJPF2NTZgF8SUhiekFDEQpDWh cbExgEHhkEGB4eBBgeHREKQl4XGxEKREkXGxEKQkYXY29NHVgBHW9wSVARCkJHF2dnS1sbeGFGQ 19NEQpCXBcbEQpCSxdhS20bYFpTE0wSHhEKQkkXY1NmAXxJSGJ6QUMRCkJFF21iBU1HfkVCRWZn EQpCThdjU2YBfElIYnpBQxEKQkwXbVJ9EhIZYGVcUnIRCkJsF2BnGWVwRxJGEkxYEQpCQBdgfhh +H3pfQVB9RxEKQlgXYFhic1xeXUdbQXsRClpYFxkRCnlDF2sBbXwYXllbQ0hhEQpwZxdrGXlLem 1Fcx9PGxAZGhEKcGgXax9mXAEbeGJ8b0sQGRoRCnBoF2JbYFtbWkdGHhhjEBkaEQpwaBdiWHIBQ kEYGxtNXhAZGhEKcGgXbFBEXU1mHEd4cHAQGRoRCnBoF2RtG0B/QWUaZh4cEBkaEQpwaBdkY2Mc ZU1pEnBHRxAZGhEKcGgXb2tHbUNLGlxnX10QGRoRCnBoF2BPXmQdE0RSSVxmEBkaEQpwZxd6Zkh +a3pbYnNoEhAcGhEKcGcXY2tEc2JGTGRYHxIQGRoRCnBnF2JfWmx/UmhSH2RoEBkaEQpwZxdpbk FcaUFZU0kdXhAZGhEKcH0Xa0Zlemh8GENcZ3IQGRoRCnB9F2hLWBJJHFsFGRlvEBkaEQpwfRd6R xtAQEllWVNFXhAZGhEKcH0XZm0bHEBJQ0R/HBgQGRoRCnBnF2FjRxxybEhfElxYEBkaEQpwZxdn HVpYEl8SGW1AbxAbHhsRCnBnF28dWkVBexhLE2hLEBkaEQpwZxdjfHATQ2xAcH99eBAZGhEKcGc XZQVuWWBbRWZwWGsQGRoRCnBnF2lTT2hYeB9BfXpYEBkaEQpwZxdnH2BnTBtcYQFGYhAZGhEKcH 8XYhtNQ2UZQh5IYlMQHRoRCnBfF2YSUHwdGHldHF1hEBkaEQpwfxdrHWseU3tnY0ttehAcGxEKc F8XaW14ZXJlXXlmR3MQGRoRCnB/F2dQUhpzZ09nXkFeEAccGBEKcF8XelNEckUZe19+ZBMQGRoR CnBsF2F9aHMdRhxufGISEBkaEQpwQxdtXHpOc2lhfUd7HhAZGhEKbX4XGhEKWE0XSxEg X-Proofpoint-GUID: Sfv0dc3mjb0lRkHVPy1YFurP7-XUQpuu X-Proofpoint-ORIG-GUID: Sfv0dc3mjb0lRkHVPy1YFurP7-XUQpuu X-CLX-Shades: MLX MIME-Version: 1.0 X-Proofpoint-Banner-Trigger: unknownsender Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.219,Aquarius:18.0.930,Hydra:6.0.562,FMLib:17.11.122.1 definitions=2023-01-31_08,2023-01-31_01,2022-06-22_01 X-Proofpoint-Spam-Details: rule=inbound_notspam policy=inbound score=0 mlxlogscore=999 priorityscore=90 malwarescore=0 suspectscore=0 adultscore=0 unknownsenderscore=20 mlxscore=0 bulkscore=0 lowpriorityscore=0 spamscore=0 phishscore=0 impostorscore=0 clxscore=163 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2212070000 definitions=main-2301310171 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.219,Aquarius:18.0.930,Hydra:6.0.562,FMLib:17.11.122.1 definitions=2023-01-31_08,2023-01-31_01,2022-06-22_01 Return-Path: met_help at mailman.ucar.edu X-EsetResult: clean, is OK X-EsetId: 37303A29E6A1E25566736A ------------------------------------------------ Subject: Metviewer 4.1 From: noreply at vattenfall.com Time: Tue Jan 31 12:40:28 2023 Reporting-MTA: dns;smexarc2474.eur.corp.vattenfall.com Received-From-MTA: dns;SMMAILI2182.corp.vattenfall.com Arrival-Date: Tue, 31 Jan 2023 19:40:22 +0000 Final-Recipient: rfc822;sam.hawkins at vattenfall.com Action: failed Status: 5.1.10 Diagnostic-Code: smtp;550 5.1.10 RESOLVER.ADR.RecipientNotFound; Recipient not found by SMTP address lookup ------------------------------------------------ Subject: [Met_help] [RAL-IT #106303] History for Metviewer 4.1 From: noreply at vattenfall.com Time: Tue Jan 31 12:40:28 2023 !-------------------------------------------------------------------| This e-mail is from an unknown external source, Vattenfall has not previously corresponded with - be extra cautious with links and attachments. |-------------------------------------------------------------------! ---------------------------------------------------------------- Initial Request ---------------------------------------------------------------- Hello, We are installing a local instance of METviewer and have run into an issue. OS is RHEL 7.9, database is Mariadb 10.3.35, and a Python 3.6.3 environment has been created. The following is observed in the Catalina.out logs, and I CAN get to the database by CLI using mysql -u user -p. I believe I have modified all the files where the hostname, user, and password information are necessary for this connection to be established, yet I get the following: 2023-01-13 09:02 edu.ucar.metviewer.MVServlet.init(Unknown Source) -1 init - METviewer app being placed into service by the servlet container. 2023-01-13 09:02 edu.ucar.metviewer.db.mysql.MysqlDatabaseManager.getConnection(Unknown Source) -1 getConnection - can't get connection for database Select databases (conn=125) Could not select database 'Select databases' : Unknown database 'Select databases' 2023-01-13 09:02 edu.ucar.metviewer.db.mysql.MysqlAppDatabaseManager.getListValues(Unknown Source) -1 getListValues - PooledConnection has already been closed. 2023-01-13 09:02 edu.ucar.metviewer.db.mysql.MysqlDatabaseManager.getConnection(Unknown Source) -1 getConnection - can't get connection for database Select databases (conn=125) Could not select database 'Select databases' : Unknown database 'Select databases' 2023-01-13 09:02 edu.ucar.metviewer.db.mysql.MysqlAppDatabaseManager.getListValues(Unknown Source) -1 getListValues - PooledConnection has already been closed. Thank you, [cid:image001.png at 01D9272F.B801EB60] Army Research Laboratory WSMR Reynaldo Armendarez Linux System Administrator Agile Defense Inc. CTR. Email: reynaldo.a.armendarez.ctr at army.mil SIPR Email: reynaldo.a.armendarez.ctr at mail.smil.mil O: 575-678-2450 C: 575-652-6862 SIPR: 575-678-5587 Company Email: reynaldo.armendarez at agile- defense.com Create & Follow the Status of Your Tickets on ServiceNow! https://urldefense.com/v3/__https://helpdesk.arl.army.mil/__;!!Oqvv- oCmSU8!RmbBsyalOrNeAX9P8C1xu_83Z_YZxIantnTJfs6Meim62TQHNT7JBOPWOIHhd5i- 1109CANwxB4ZO389wXKdRIxV_tSsOA$ 1-800-276-9602 ---------------------------------------------------------------- Complete Ticket History ---------------------------------------------------------------- Subject: Metviewer 4.1 From: Julie Prestopnik Time: Fri Jan 13 09:49:07 2023 Hi Mr. Armendarez. Thank you for your question. We are no longer supporting new questions through this email. Please submit a new Discussion through our GitHub METplus Discussion Forum . You will need to create a free GitHub account if you don't already have one. Julie On Fri, Jan 13, 2023 at 9:16 AM Armendarez, Reynaldo A Jr CTR USARMY DEVCOM ARL (USA) via RT wrote: > > Fri Jan 13 09:16:44 2023: Request 106303 was acted upon. > Transaction: Ticket created by reynaldo.a.armendarez.ctr at army.mil > Queue: met_help > Subject: Metviewer 4.1 > Owner: Nobody > Requestors: reynaldo.a.armendarez.ctr at army.mil > Status: new > Ticket > > > Hello, > > We are installing a local instance of METviewer and have run into an > issue. OS is RHEL 7.9, database is Mariadb 10.3.35, and a Python 3.6.3 > environment has been created. The following is observed in the > Catalina.out logs, and I CAN get to the database by CLI using mysql -u user > -p. I believe I have modified all the files where the hostname, user, and > password information are necessary for this connection to be established, > yet I get the following: > > 2023-01-13 09:02 edu.ucar.metviewer.MVServlet.init(Unknown Source) -1 init > - METviewer app being placed into service by the servlet container. > 2023-01-13 09:02 > edu.ucar.metviewer.db.mysql.MysqlDatabaseManager.getConnection(Unknown > Source) -1 getConnection - can't get connection for database Select > databases (conn=125) Could not select database 'Select databases' : Unknown > database 'Select databases' > 2023-01-13 09:02 > edu.ucar.metviewer.db.mysql.MysqlAppDatabaseManager.getListValues(Unknown > Source) -1 getListValues - PooledConnection has already been closed. > 2023-01-13 09:02 > edu.ucar.metviewer.db.mysql.MysqlDatabaseManager.getConnection(Unknown > Source) -1 getConnection - can't get connection for database Select > databases (conn=125) Could not select database 'Select databases' : Unknown > database 'Select databases' > 2023-01-13 09:02 > edu.ucar.metviewer.db.mysql.MysqlAppDatabaseManager.getListValues(Unknown > Source) -1 getListValues - PooledConnection has already been closed. > > Thank you, > > [cid:image001.png at 01D9272F.B801EB60] > Army Research Laboratory WSMR > Reynaldo Armendarez > Linux System Administrator > Agile Defense Inc. > CTR. Email: reynaldo.a.armendarez.ctr at army.mil reynaldo.a.armendarez.ctr at army.mil> > SIPR Email: reynaldo.a.armendarez.ctr at mail.smil.mil reynaldo.a.armendarez.ctr at mail.smil.mil> > O: 575-678-2450 C: 575-652-6862 SIPR: 575-678-5587 > Company Email: reynaldo.armendarez at agile-defense.com reynaldo.armendarez at agile-defense.com> > Create & Follow the Status of Your Tickets on ServiceNow! > https://urldefense.com/v3/__https://helpdesk.arl.army.mil/__;!!Oqvv- oCmSU8!RmbBsyalOrNeAX9P8C1xu_83Z_YZxIantnTJfs6Meim62TQHNT7JBOPWOIHhd5i- 1109CANwxB4ZO389wXKdRIxV_tSsOA$ > 1-800-276-9602 > > > > -- Julie Prestopnik (she/her) Software Engineer National Center for Atmospheric Research Research Applications Laboratory Email: jpresto at ucar.edu My working day may not be your working day. Please do not feel obliged to reply to this email outside of your normal working hours. ------------------------------------------------ Subject: Metviewer 4.1 From: noreply at vattenfall.com Time: Tue Jan 17 12:13:13 2023 Delivery has failed to these recipients or groups: sam.hawkins at vattenfall.com The email address you entered couldn't be found. Please check the recipient's email address and try to resend the message. If the problem continues, please contact your email admin. Diagnostic information for administrators: Generating server: smmulti2525.eur.corp.vattenfall.com sam.hawkins at vattenfall.com Remote Server returned '550 5.1.10 RESOLVER.ADR.RecipientNotFound; Recipient not found by SMTP address lookup' Original message headers: Received: from smexarc2474.eur.corp.vattenfall.com (10.248.16.30) by smmulti2525.eur.corp.vattenfall.com (10.248.16.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1118.21; Tue, 17 Jan 2023 20:13:07 +0100 Received: from SMMAILI2250.corp.vattenfall.com (10.248.232.71) by smexarc2474.eur.corp.vattenfall.com (10.248.16.30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1118.21 via Frontend Transport; Tue, 17 Jan 2023 20:13:07 +0100 Received: from pps.filterd (SMMAILI2250.corp.vattenfall.com [127.0.0.1]) by SMMAILI2250.corp.vattenfall.com (8.17.1.19/8.17.1.5) with ESMTP id 30HCjD6A014569 for ; Tue, 17 Jan 2023 20:13:07 +0100 Authentication-Results: smtp.corp.vattenfall.com; spf=softfail smtp.mailfrom=met_help at mailman.ucar.edu; dkim=fail header.d=ucar.edu header.s=mail; dmarc=fail header.from=mailman.ucar.edu Received: from smsmime4557.corp.vattenfall.com (smsmime4557.corp.vattenfall.com [10.248.235.187]) by SMMAILI2250.corp.vattenfall.com (PPS) with ESMTPS id 3n3h8bypwe-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Tue, 17 Jan 2023 20:13:05 +0100 Received: from smsmime4557 (localhost [127.0.0.1]) by Smsmime4557.corp.vattenfall.com (Postfix) with ESMTP id 47B5CA9453 for ; Tue, 17 Jan 2023 20:13:05 +0100 (CET) Received: from mail16.vattenfall.com (smmailx6595.corp.vattenfall.com [91.192.14.47]) by Smsmime4557.corp.vattenfall.com (Postfix) with ESMTPS id 313F2494B93 for ; Tue, 17 Jan 2023 20:13:05 +0100 (CET) Received: from pps.filterd (smmailx6595.corp.vattenfall.com [127.0.0.1]) by smmailx6595.corp.vattenfall.com (8.17.1.19/8.17.1.19) with ESMTP id 30HIPp6L010741 for ; Tue, 17 Jan 2023 20:13:05 +0100 Authentication-Results: mx.vattenfall.com; spf=pass smtp.mailfrom=met_help-bounces at mailman.ucar.edu; dkim=pass header.d=ucar.edu header.s=mail; dmarc=pass header.from=mailman.ucar.edu Received: from mailman.ucar.edu (mailman.ucar.edu [192.43.244.247]) by smmailx6595.corp.vattenfall.com (PPS) with ESMTPS id 3n3j33xscm-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Tue, 17 Jan 2023 20:13:04 +0100 Received: from mailman.ucar.edu (localhost [127.0.0.1]) by mailman.ucar.edu (Postfix) with ESMTP id 392888050A7; Tue, 17 Jan 2023 12:13:00 -0700 (MST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ucar.edu; s=mail; t=1673982780; bh=ccw7rnfZSHK9uUexRB/6e6l+MljUe/Z6ZQ27mjzrHZU=; h=To:References:Date:Subject:List-Id:List-Unsubscribe:List- Archive: List-Post:List-Help:List-Subscribe:From:Reply-To:Cc; b=UbRmWaz1SbhEqMJQFD0WNODRiS6mhvTq/cBcKmBGJTEAAHMhoWNfJG1PmrekDUOyK yKj4v4W/l17d8b+7sCXMa5YNwDtncBLMx/08LmI0s40vW0Ry9MqZ4DdTPpM1UP1hiA lGHQIPZERpD/j5evZ0OiRpMxo92A2n4I89DDBy5AwDpQ5T2EMRcbn5IheDwebd8tTM wo+tUn465O72fDozJqgiwD/DAsJcyilVhZ+xK1Io0fXJ2uPKP7hOQ9HQcnSyLgIrrE l8YQ07EwAPQuGC1vpEdwHOaOxpmytIBtLOMcKis4TaDixoIHsY8Pj5fBtpdmaNWaF4 Sk2Ue2XD4zGww== X-Original-To: met_help_archive at mailman.ucar.edu Received: from ral-smtp-a.rap.ucar.edu (ral-smtp-a.rap.ucar.edu [128.117.207.47]) by mailman.ucar.edu (Postfix) with ESMTPS id 70E8E805098 for ; Tue, 17 Jan 2023 12:12:59 -0700 (MST) Received: from ral-rt-a.rap.ucar.edu (root at ral-rt-a.rap.ucar.edu [128.117.207.107]) by ral-smtp-a.rap.ucar.edu (8.15.2/8.15.2/Debian-8+deb9u1) with ESMTPS id 30HJCwVV010507 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 17 Jan 2023 12:12:59 -0700 Received: from ral-rt-a.rap.ucar.edu (www-data at localhost [127.0.0.1]) by ral-rt-a.rap.ucar.edu (8.15.2/8.15.2/Debian-14~deb10u1) with ESMTP id 30HJCwXC028621; Tue, 17 Jan 2023 12:12:58 -0700 Received: (from www-data at localhost) by ral-rt-a.rap.ucar.edu (8.15.2/8.15.2/Submit) id 30HJCweo028619; Tue, 17 Jan 2023 12:12:58 -0700 To: References: Message-ID: X-RT-Loop-Prevention: RAL-IT X-RT-Ticket: RAL-IT #106303 X-Managed-BY: RT 4.4.3-2+deb10u2 (https://urldefense.com/v3/__http://www.bestpractical.com/rt/__;!!Oqvv- oCmSU8!RmbBsyalOrNeAX9P8C1xu_83Z_YZxIantnTJfs6Meim62TQHNT7JBOPWOIHhd5i- 1109CANwxB4ZO389wXKdRIznEEN33A$ ) X-RT-Originator: jpresto at ucar.edu X-RT-Original-Encoding: utf-8 Precedence: bulk Date: Tue, 17 Jan 2023 12:12:58 -0700 Subject: [Met_help] [RAL-IT #106303] History for Metviewer 4.1 X-BeenThere: met_help at mailman.ucar.edu X-Mailman-Version: 2.1.29 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Julie Prestopnik via RT via Met_help Reply-To: met_help at ucar.edu CC: Errors-To: met_help-bounces at mailman.ucar.edu Sender: Met_help X-Proofpoint-ORIG-GUID: LzuhnOudO2c6S4VzwzYKVGnTwz4RexGK X-CLX-Response: 1TFkXGxwbEQpMehcaEQpZRBdjXF9ATktYbl1JUxEKWFgXYhlBH3BFY1xOaWk RCnhOF2FLbRtgWlMTTBIeEQp4SxdiGUEfcEVjXE5paREKeUwXZk1FaFtHSGlof10RCkNIFwcZHB 8RCkNZFwcbHxsRCkNJFxoEGhoaEQpZTRdnZnIRCllJFxpxGhAadwYbHhtxHxoQGncGGBoGGhEKW V4XbGx5EQpJRhdcS15eT0RMS0ZGdVpYRU5fSV5DRUQHXEcRCklHF3hPTREKQ04XZlBfQkRlX05l GEkceR58UF1Qc2F8bUR+XVAeeE9SbWERClhcFx8EGgQYEh8FGxoEHRoEHQQYHhAbHhofGhEKXlk XSwVgTEgRCk1cFxkSGhEKTFoXaG1STXkRCkxGF29ra1lraxEKQk8XY1NmAXxJSGJ6QUMRCkNaFx sTGAQeGQQYHh4EGB4dEQpCXhcbEQpESRcbEQpCRhdjb00dWAEdb3BJUBEKQkcXZ2dLWxt4YUZDX 00RCkJcFxsRCkJLF2FLbRtgWlMTTBIeEQpCSRdjU2YBfElIYnpBQxEKQkUXbWIFTUd+RUJFZmcR CkJOF2NTZgF8SUhiekFDEQpCTBdtUn0SEhlgZVxSchEKQmwXYGcZZXBHEkYSTFgRCkJAF2B+GH4 fel9BUH1HEQpCWBdgWGJzXF5dR1tBexEKWlgXGREKeUMXawFtfBheWVtDSGERCnBnF2sZeUt6bU VzH08bEBkaEQpwaBdkTH1yQ0sdS2dBbhAZGhEKcGgXZkl6Yl0cZ18YUHkQGRoRCnBoF28FZkNcX 0FjQxpBEBkaEQpwaBdsT2hnYGJoQ1NLTxAZGhEKcGgXbkxBU0xpTGJ9TXMQGRoRCnBoF2ZNHmh8 YH9uHBJeEBkaEQpwaBdkY2McZU1pEnBHRxAZGhEKcGgXb2tHbUNLGlxnX10QGRoRCnBnF3pmSH5 reltic2gSEBwaEQpwZxdja0RzYkZMZFgfEhAZGhEKcGcXYl9abH9SaFIfZGgQGRoRCnBnF2luQV xpQVlTSR1eEBkaEQpwfRdrRmV6aHwYQ1xnchAZGhEKcH0XaEtYEkkcWwUZGW8QGRoRCnB9F3pHG 0BASWVZU0VeEBkaEQpwfRdmbRscQElDRH8cGBAZGhEKcGcXYWNHHHJsSF8SXFgQGRoRCnBnF2t6 TxlLRRNDEmBaEBkaEQpwfRdrTx1oXhJ8ZVtfRRAZGhEKcH8XYhtNQ2UZQh5IYlMQHhkRCnBfF2Y SUHwdGHldHF1hEBkaEQpwfxdrHWseU3tnY0ttehASGREKcF8XaW14ZXJlXXlmR3MQGRoRCnB/F2 dQUhpzZ09nXkFeEB8eEQpwXxd6U0RyRRl7X35kExAZGhEKcF8XaV97Z2ZnTkdrQX8QGRoRCnBsF 2F9aHMdRhxufGISEBkaEQpwQxdtXHpOc2lhfUd7HhAZGhEKbX4XGhEKWE0XSxEg X-Proofpoint-GUID: LzuhnOudO2c6S4VzwzYKVGnTwz4RexGK X-CLX-Shades: MLX MIME-Version: 1.0 X-Proofpoint-Banner-Trigger: unknownsender Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.219,Aquarius:18.0.923,Hydra:6.0.562,FMLib:17.11.122.1 definitions=2023-01-17_10,2023-01-17_01,2022-06-22_01 X-Proofpoint-Spam-Details: rule=inbound_notspam policy=inbound score=0 bulkscore=0 adultscore=0 mlxscore=0 malwarescore=0 phishscore=0 mlxlogscore=999 impostorscore=0 lowpriorityscore=0 priorityscore=0 suspectscore=0 unknownsenderscore=20 spamscore=0 clxscore=161 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2212070000 definitions=main-2301170153 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.219,Aquarius:18.0.923,Hydra:6.0.562,FMLib:17.11.122.1 definitions=2023-01-17_10,2023-01-17_01,2022-06-22_01 Return-Path: met_help at mailman.ucar.edu X-EsetResult: clean, is OK X-EsetId: 37303A2972D00E55677466 ------------------------------------------------ Subject: Metviewer 4.1 From: noreply at vattenfall.com Time: Tue Jan 17 12:13:13 2023 Reporting-MTA: dns;smmulti2525.eur.corp.vattenfall.com Received-From-MTA: dns;SMMAILI2250.corp.vattenfall.com Arrival-Date: Tue, 17 Jan 2023 19:13:07 +0000 Final-Recipient: rfc822;sam.hawkins at vattenfall.com Action: failed Status: 5.1.10 Diagnostic-Code: smtp;550 5.1.10 RESOLVER.ADR.RecipientNotFound; Recipient not found by SMTP address lookup ------------------------------------------------ Subject: [Met_help] [RAL-IT #106303] History for Metviewer 4.1 From: noreply at vattenfall.com Time: Tue Jan 17 12:13:13 2023 !-------------------------------------------------------------------| This e-mail is from an unknown external source, Vattenfall has not previously corresponded with - be extra cautious with links and attachments. |-------------------------------------------------------------------! ---------------------------------------------------------------- Initial Request ---------------------------------------------------------------- Hello, We are installing a local instance of METviewer and have run into an issue. OS is RHEL 7.9, database is Mariadb 10.3.35, and a Python 3.6.3 environment has been created. The following is observed in the Catalina.out logs, and I CAN get to the database by CLI using mysql -u user -p. I believe I have modified all the files where the hostname, user, and password information are necessary for this connection to be established, yet I get the following: 2023-01-13 09:02 edu.ucar.metviewer.MVServlet.init(Unknown Source) -1 init - METviewer app being placed into service by the servlet container. 2023-01-13 09:02 edu.ucar.metviewer.db.mysql.MysqlDatabaseManager.getConnection(Unknown Source) -1 getConnection - can't get connection for database Select databases (conn=125) Could not select database 'Select databases' : Unknown database 'Select databases' 2023-01-13 09:02 edu.ucar.metviewer.db.mysql.MysqlAppDatabaseManager.getListValues(Unknown Source) -1 getListValues - PooledConnection has already been closed. 2023-01-13 09:02 edu.ucar.metviewer.db.mysql.MysqlDatabaseManager.getConnection(Unknown Source) -1 getConnection - can't get connection for database Select databases (conn=125) Could not select database 'Select databases' : Unknown database 'Select databases' 2023-01-13 09:02 edu.ucar.metviewer.db.mysql.MysqlAppDatabaseManager.getListValues(Unknown Source) -1 getListValues - PooledConnection has already been closed. Thank you, [cid:image001.png at 01D9272F.B801EB60] Army Research Laboratory WSMR Reynaldo Armendarez Linux System Administrator Agile Defense Inc. CTR. Email: reynaldo.a.armendarez.ctr at army.mil SIPR Email: reynaldo.a.armendarez.ctr at mail.smil.mil O: 575-678-2450 C: 575-652-6862 SIPR: 575-678-5587 Company Email: reynaldo.armendarez at agile- defense.com Create & Follow the Status of Your Tickets on ServiceNow! https://urldefense.com/v3/__https://helpdesk.arl.army.mil/__;!!Oqvv- oCmSU8!Sr7LDgJqTGgd4MfbL64b85JiU5As6Myl5GRJot2KDl5vROSDZUEQnPt- pgPYf8UFi1STXuP_sFBvc9ijmNVjRvc0u_tTmg$ 1-800-276-9602 ---------------------------------------------------------------- Complete Ticket History ---------------------------------------------------------------- Subject: Metviewer 4.1 From: Julie Prestopnik Time: Fri Jan 13 09:49:07 2023 Hi Mr. Armendarez. Thank you for your question. We are no longer supporting new questions through this email. Please submit a new Discussion through our GitHub METplus Discussion Forum . You will need to create a free GitHub account if you don't already have one. Julie On Fri, Jan 13, 2023 at 9:16 AM Armendarez, Reynaldo A Jr CTR USARMY DEVCOM ARL (USA) via RT wrote: > > Fri Jan 13 09:16:44 2023: Request 106303 was acted upon. > Transaction: Ticket created by reynaldo.a.armendarez.ctr at army.mil > Queue: met_help > Subject: Metviewer 4.1 > Owner: Nobody > Requestors: reynaldo.a.armendarez.ctr at army.mil > Status: new > Ticket > > > Hello, > > We are installing a local instance of METviewer and have run into an > issue. OS is RHEL 7.9, database is Mariadb 10.3.35, and a Python 3.6.3 > environment has been created. The following is observed in the > Catalina.out logs, and I CAN get to the database by CLI using mysql -u user > -p. I believe I have modified all the files where the hostname, user, and > password information are necessary for this connection to be established, > yet I get the following: > > 2023-01-13 09:02 edu.ucar.metviewer.MVServlet.init(Unknown Source) -1 init > - METviewer app being placed into service by the servlet container. > 2023-01-13 09:02 > edu.ucar.metviewer.db.mysql.MysqlDatabaseManager.getConnection(Unknown > Source) -1 getConnection - can't get connection for database Select > databases (conn=125) Could not select database 'Select databases' : Unknown > database 'Select databases' > 2023-01-13 09:02 > edu.ucar.metviewer.db.mysql.MysqlAppDatabaseManager.getListValues(Unknown > Source) -1 getListValues - PooledConnection has already been closed. > 2023-01-13 09:02 > edu.ucar.metviewer.db.mysql.MysqlDatabaseManager.getConnection(Unknown > Source) -1 getConnection - can't get connection for database Select > databases (conn=125) Could not select database 'Select databases' : Unknown > database 'Select databases' > 2023-01-13 09:02 > edu.ucar.metviewer.db.mysql.MysqlAppDatabaseManager.getListValues(Unknown > Source) -1 getListValues - PooledConnection has already been closed. > > Thank you, > > [cid:image001.png at 01D9272F.B801EB60] > Army Research Laboratory WSMR > Reynaldo Armendarez > Linux System Administrator > Agile Defense Inc. > CTR. Email: reynaldo.a.armendarez.ctr at army.mil reynaldo.a.armendarez.ctr at army.mil> > SIPR Email: reynaldo.a.armendarez.ctr at mail.smil.mil reynaldo.a.armendarez.ctr at mail.smil.mil> > O: 575-678-2450 C: 575-652-6862 SIPR: 575-678-5587 > Company Email: reynaldo.armendarez at agile-defense.com reynaldo.armendarez at agile-defense.com> > Create & Follow the Status of Your Tickets on ServiceNow! > https://urldefense.com/v3/__https://helpdesk.arl.army.mil/__;!!Oqvv- oCmSU8!Sr7LDgJqTGgd4MfbL64b85JiU5As6Myl5GRJot2KDl5vROSDZUEQnPt- pgPYf8UFi1STXuP_sFBvc9ijmNVjRvc0u_tTmg$ > 1-800-276-9602 > > > > -- Julie Prestopnik (she/her) Software Engineer National Center for Atmospheric Research Research Applications Laboratory Email: jpresto at ucar.edu My working day may not be your working day. Please do not feel obliged to reply to this email outside of your normal working hours. ------------------------------------------------ _______________________________________________ Met_help mailing list Met_help at mailman.ucar.edu https://urldefense.com/v3/__https://mailman.ucar.edu/mailman/listinfo/met_help__;!!Oqvv- oCmSU8!Sr7LDgJqTGgd4MfbL64b85JiU5As6Myl5GRJot2KDl5vROSDZUEQnPt- pgPYf8UFi1STXuP_sFBvc9ijmNVjRvcfCpmQWg$ ------------------------------------------------ _______________________________________________ Met_help mailing list Met_help at mailman.ucar.edu https://urldefense.com/v3/__https://mailman.ucar.edu/mailman/listinfo/met_help__;!!Oqvv- oCmSU8!RmbBsyalOrNeAX9P8C1xu_83Z_YZxIantnTJfs6Meim62TQHNT7JBOPWOIHhd5i- 1109CANwxB4ZO389wXKdRIwCT4XUBQ$ ------------------------------------------------ From met_help at ucar.edu Mon Jul 3 12:13:53 2023 From: met_help at ucar.edu (Julie Prestopnik via RT) Date: Mon, 03 Jul 2023 12:13:53 -0600 Subject: [Met_help] [RAL-IT #106472] History for MET; conda env References: Message-ID: ---------------------------------------------------------------- Initial Request ---------------------------------------------------------------- Dear MET help, I am trying to run MET using conda env on Cheyenne. I run the following command: source /glade/u/apps/ch/modulefiles/default/localinit/localinit.sh module purge module use /glade/p/ral/jntp/MET/MET_releases/modulefiles module load met/11.0.0 module load conda/latest conda activate npl Then, I got the following error : *whence: -t: unknown option* Any idea of the error? Do you know how to fix this? or should I send this to CISL help? Thank you so much for your help, Junmei ---------------------------------------------------------------- Complete Ticket History ---------------------------------------------------------------- Subject: MET; conda env From: George McCabe Time: Tue Jan 31 08:40:39 2023 Hi Junmei, We switched to providing support through this email address to providing support through GitHub Discussions. You will need to create a free GitHub account if you don't have one already and post your questions to the METplus Discussion Forum: https://github.com/dtcenter/METplus/discussions/new Thanks! George On Mon, Jan 30, 2023 at 7:47 PM Junmei Ban via RT wrote: > > Mon Jan 30 19:47:55 2023: Request 106472 was acted upon. > Transaction: Ticket created by jban at ucar.edu > Queue: met_help > Subject: MET; conda env > Owner: Nobody > Requestors: jban at ucar.edu > Status: new > Ticket > > > Dear MET help, > > I am trying to run MET using conda env on Cheyenne. I run the following > command: > > source /glade/u/apps/ch/modulefiles/default/localinit/localinit.sh > module purge > module use /glade/p/ral/jntp/MET/MET_releases/modulefiles > module load met/11.0.0 > module load conda/latest > conda activate npl > > Then, I got the following error : > *whence: -t: unknown option* > > Any idea of the error? Do you know how to fix this? or should I send this > to CISL help? > Thank you so much for your help, > Junmei > > -- George McCabe - Software Engineer III National Center for Atmospheric Research Research Applications Laboratory 303-497-2768 --- My working day may not be your working day. Please do not feel obliged to reply to this email outside of your normal working hours. ------------------------------------------------ Subject: MET; conda env From: Junmei Ban Time: Tue Jan 31 08:42:57 2023 Many thanks for your information. I will post this question on github. Junmei On Tue, Jan 31, 2023 at 8:40 AM George McCabe via RT wrote: > Hi Junmei, > > We switched to providing support through this email address to providing > support through GitHub Discussions. You will need to create a free GitHub > account if you don't have one already and post your questions to the > METplus Discussion Forum: > > https://github.com/dtcenter/METplus/discussions/new > > Thanks! > George > > On Mon, Jan 30, 2023 at 7:47 PM Junmei Ban via RT > wrote: > > > > > Mon Jan 30 19:47:55 2023: Request 106472 was acted upon. > > Transaction: Ticket created by jban at ucar.edu > > Queue: met_help > > Subject: MET; conda env > > Owner: Nobody > > Requestors: jban at ucar.edu > > Status: new > > Ticket > > > > > > Dear MET help, > > > > I am trying to run MET using conda env on Cheyenne. I run the following > > command: > > > > source /glade/u/apps/ch/modulefiles/default/localinit/localinit.sh > > module purge > > module use /glade/p/ral/jntp/MET/MET_releases/modulefiles > > module load met/11.0.0 > > module load conda/latest > > conda activate npl > > > > Then, I got the following error : > > *whence: -t: unknown option* > > > > Any idea of the error? Do you know how to fix this? or should I send this > > to CISL help? > > Thank you so much for your help, > > Junmei > > > > > > -- > George McCabe - Software Engineer III > National Center for Atmospheric Research > Research Applications Laboratory > 303-497-2768 > --- > My working day may not be your working day. Please do not feel obliged to > reply to this email outside of your normal working hours. > > ------------------------------------------------ Subject: MET; conda env From: George McCabe Time: Tue Jan 31 12:26:16 2023 Support for this have moved to https://github.com/dtcenter/METplus/discussions/2030 ------------------------------------------------ Subject: MET; conda env From: noreply at vattenfall.com Time: Tue Jan 31 12:26:32 2023 Delivery has failed to these recipients or groups: sam.hawkins at vattenfall.com The email address you entered couldn't be found. Please check the recipient's email address and try to resend the message. If the problem continues, please contact your email admin. Diagnostic information for administrators: Generating server: smmulti2523.eur.corp.vattenfall.com sam.hawkins at vattenfall.com Remote Server returned '550 5.1.10 RESOLVER.ADR.RecipientNotFound; Recipient not found by SMTP address lookup' Original message headers: Received: from smmulti2525.eur.corp.vattenfall.com (10.248.16.35) by smmulti2523.eur.corp.vattenfall.com (10.248.16.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1118.21; Tue, 31 Jan 2023 20:26:26 +0100 Received: from SMMAILI2237.corp.vattenfall.com (10.248.234.30) by smmulti2525.eur.corp.vattenfall.com (10.248.16.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1118.21 via Frontend Transport; Tue, 31 Jan 2023 20:26:26 +0100 Received: from pps.filterd (SMMAILI2237.corp.vattenfall.com [127.0.0.1]) by SMMAILI2237.corp.vattenfall.com (8.17.1.19/8.17.1.19) with ESMTP id 30VCvXBw003911 for ; Tue, 31 Jan 2023 20:26:26 +0100 Authentication-Results: smtp.corp.vattenfall.com; spf=softfail smtp.mailfrom=met_help at mailman.ucar.edu; dkim=fail header.s=mail header.d=ucar.edu; dmarc=fail header.from=mailman.ucar.edu Received: from smsmime5088.corp.vattenfall.com (smsmime5088.corp.vattenfall.com [10.248.236.17]) by SMMAILI2237.corp.vattenfall.com (PPS) with ESMTPS id 3ncvq9yqds-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Tue, 31 Jan 2023 20:26:24 +0100 Received: from smsmime5088 (localhost [127.0.0.1]) by Smsmime5088.corp.vattenfall.com (Postfix) with ESMTP id CD86540CC1C5 for ; Tue, 31 Jan 2023 20:26:23 +0100 (CET) Received: from mail15.vattenfall.com (smmailx6583.corp.vattenfall.com [91.192.14.46]) by Smsmime5088.corp.vattenfall.com (Postfix) with ESMTPS id B937A45158C6 for ; Tue, 31 Jan 2023 20:26:23 +0100 (CET) Received: from pps.filterd (smmailx6583.corp.vattenfall.com [127.0.0.1]) by smmailx6583.corp.vattenfall.com (8.17.1.19/8.17.1.19) with ESMTP id 30VF2MVN018651 for ; Tue, 31 Jan 2023 20:26:23 +0100 Authentication-Results: mx.vattenfall.com; spf=pass smtp.mailfrom=met_help-bounces at mailman.ucar.edu; dkim=pass header.s=mail header.d=ucar.edu; dmarc=pass header.from=mailman.ucar.edu Received: from mailman.ucar.edu (mailman.ucar.edu [192.43.244.247]) by smmailx6583.corp.vattenfall.com (PPS) with ESMTPS id 3ncvk580m6-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Tue, 31 Jan 2023 20:26:23 +0100 Received: from mailman.ucar.edu (localhost [127.0.0.1]) by mailman.ucar.edu (Postfix) with ESMTP id AC6638050A5; Tue, 31 Jan 2023 12:26:19 -0700 (MST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ucar.edu; s=mail; t=1675193179; bh=HtDvMhL6kOw0CHh7X6ExyVAxCUCWkAJidBPm+QFcoho=; h=To:References:Date:Subject:List-Id:List-Unsubscribe:List- Archive: List-Post:List-Help:List-Subscribe:From:Reply-To:Cc; b=QUgUCWN0mnDOPH1c3ozONsXBEykz3Utn3PeMyF0VkajGrDe8PywWgj8TQuMiDbqa+ GaQCBiMhy+of9J9xDBXfJTrPq6Eg3erAXADVStxkpl7g7PzGWlpAqLN701VWDAGVG/ ocbbnH+oszVlCZGf+Iz/3zaH9e8TN3SJmCuPF4+PcFhP6QB6/T8f5D3I+o0Dyj2K1a haz6S27IWx884vD+oiCDIJL8HPhSsJCuq3JURiivRRRCcjflM8FY0blN2af9VP4+Tc /E4K4Va28E55AVg1cBjKXrxCR6PXH4Yt8sDg+RbpGaZi0Puj1ww6uS73Kyaj50J3Sv zlypCUJV+gxzw== X-Original-To: met_help_archive at mailman.ucar.edu Received: from ral-smtp-a.rap.ucar.edu (ral-smtp-a.rap.ucar.edu [128.117.207.47]) by mailman.ucar.edu (Postfix) with ESMTPS id 54C15805093 for ; Tue, 31 Jan 2023 12:26:18 -0700 (MST) Received: from ral-rt-a.rap.ucar.edu (root at ral-rt-a.rap.ucar.edu [128.117.207.107]) by ral-smtp-a.rap.ucar.edu (8.15.2/8.15.2/Debian-8+deb9u1) with ESMTPS id 30VJQHht003016 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 31 Jan 2023 12:26:18 -0700 Received: from ral-rt-a.rap.ucar.edu (www-data at localhost [127.0.0.1]) by ral-rt-a.rap.ucar.edu (8.15.2/8.15.2/Debian-14~deb10u1) with ESMTP id 30VJQHcr019985; Tue, 31 Jan 2023 12:26:17 -0700 Received: (from www-data at localhost) by ral-rt-a.rap.ucar.edu (8.15.2/8.15.2/Submit) id 30VJQHRx019983; Tue, 31 Jan 2023 12:26:17 -0700 To: References: Message-ID: X-RT-Loop-Prevention: RAL-IT X-RT-Ticket: RAL-IT #106472 X-Managed-BY: RT 4.4.3-2+deb10u2 (http://www.bestpractical.com/rt/) X-RT-Originator: mccabe at ucar.edu X-RT-Original-Encoding: utf-8 Precedence: bulk Date: Tue, 31 Jan 2023 12:26:17 -0700 Subject: [Met_help] [RAL-IT #106472] History for MET; conda env X-BeenThere: met_help at mailman.ucar.edu X-Mailman-Version: 2.1.29 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: George McCabe via RT via Met_help Reply-To: met_help at ucar.edu CC: Errors-To: met_help-bounces at mailman.ucar.edu Sender: Met_help X-Proofpoint-ORIG-GUID: Zb2u_nrejYdbCbeVdReCYREqhBh2kqqh X-CLX-Shades: MLX X-Proofpoint-GUID: Zb2u_nrejYdbCbeVdReCYREqhBh2kqqh X-CLX-Response: 1TFkXGxwZEQpMehcdEhEKWUQXY1xfQE5LWG5dSVMRClhYF2IZQR9wRWNcTml pEQp4ThdhS20bYFpTE0wSHhEKeEsXYhlBH3BFY1xOaWkRCnlMF2MSa2t9WVkbE2xvEQpDSBcHGR kdEQpDWRcHGx8bEQpDSRcaBBoaGhEKWU0XZ2ZyEQpZSRcacRoQGncGGx4ZcRgcEBp3BhgaBhoRC lleF2xseREKSUYXXEteXk9ETEtGRnVaWEVOX0leQ0VEB1xHEQpJRxd4T00RCkNOF3BIGF91RFhP QHNOSGlIT3xOeE9pc3hvW0JoQhhBW1tCEQpYXBcfBBoEGBIfBRsaBB0aBB0EGB8QGx4aHxoRCl5 ZF0huXQUcEQpNXBccGx4RCkxaF2htH015EQpMRhdva2tZa2sRCkJPF2NTZgF8SUhiekFDEQpDWh cbExgEHhkEGB4eBBgeHREKQl4XGxEKREkXGxEKQkYXY29NHVgBHW9wSVARCkJHF2dnS1sbeGFGQ 19NEQpCXBcbEQpCSxdhS20bYFpTE0wSHhEKQkkXY1NmAXxJSGJ6QUMRCkJFF2l/BUVAG0ROR3Nm EQpCThdjU2YBfElIYnpBQxEKQkwXbVJ9EhIZYGVcUnIRCkJsF3psSWZdZQEcXkcBEQpCQBdgfhh +H3pfQVB9RxEKQlgXYFhic1xeXUdbQXsRClpYFxgRCnlDF2sBbXwYXllbQ0hhEQpwZxdrGXlLem 1Fcx9PGxAZGhEKcGgXYGhjAUxZcmhiQWMQGRoRCnBoF2FETEQcfERdHGlkEBkaEQpwaBdnR0x+Y XJpUB95TxAZGhEKcGgXemx4H3tpfwFbQUcQGRoRCnBoF3ptW1sfRGBhZXJmEBkaEQpwaBdlbUZA HWdIEwFBGhAZGhEKcGgXZUhwRhwaaBxORU0QGRoRCnBoF2hIHVpuaExPUllZEBkaEQpwfRdoS1g SSRxbBRkZbxAZGhEKcGcXY25EaB1oRUdmWWIQGRoRCnB9F2ZOcm9sbm1GU1JjEBkaEQpwfRdieR pheWNLGR1TGBAZGhEKcGcXa3pPGUtFE0MSYFoQGRoRCnB9F2tPHWheEnxlW19FEBkaEQpwfxdrH WseU3tnY0ttehAcGhEKcF8XaW14ZXJlXXlmR3MQGRoRCnB/F2dQUhpzZ09nXkFeEAcdGBEKcF8X elNEckUZe19+ZBMQGRoRCnBfF2lfe2dmZ05Ha0F/EBkaEQpwbBdpZFt7fEFyS39oXBAZGhEKcEM XbVx6TnNpYX1Hex4QGRoRCm1+FxoRClhNF0sRIA== MIME-Version: 1.0 X-Proofpoint-Banner-Trigger: unknownsender Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.219,Aquarius:18.0.930,Hydra:6.0.562,FMLib:17.11.122.1 definitions=2023-01-31_08,2023-01-31_01,2022-06-22_01 X-Proofpoint-Spam-Details: rule=inbound_notspam policy=inbound score=0 bulkscore=0 suspectscore=0 clxscore=163 unknownsenderscore=20 mlxlogscore=999 adultscore=0 mlxscore=0 spamscore=0 lowpriorityscore=0 impostorscore=0 priorityscore=78 phishscore=0 malwarescore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2212070000 definitions=main-2301310168 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.219,Aquarius:18.0.930,Hydra:6.0.562,FMLib:17.11.122.1 definitions=2023-01-31_08,2023-01-31_01,2022-06-22_01 Return-Path: met_help at mailman.ucar.edu X-EsetResult: clean, is OK X-EsetId: 37303A2901A3E25566736A ------------------------------------------------ Subject: MET; conda env From: noreply at vattenfall.com Time: Tue Jan 31 12:26:32 2023 Reporting-MTA: dns;smmulti2523.eur.corp.vattenfall.com Received-From-MTA: dns;SMMAILI2237.corp.vattenfall.com Arrival-Date: Tue, 31 Jan 2023 19:26:26 +0000 Final-Recipient: rfc822;sam.hawkins at vattenfall.com Action: failed Status: 5.1.10 Diagnostic-Code: smtp;550 5.1.10 RESOLVER.ADR.RecipientNotFound; Recipient not found by SMTP address lookup ------------------------------------------------ Subject: [Met_help] [RAL-IT #106472] History for MET; conda env From: noreply at vattenfall.com Time: Tue Jan 31 12:26:32 2023 !-------------------------------------------------------------------| This e-mail is from an unknown external source, Vattenfall has not previously corresponded with - be extra cautious with links and attachments. |-------------------------------------------------------------------! ---------------------------------------------------------------- Initial Request ---------------------------------------------------------------- Dear MET help, I am trying to run MET using conda env on Cheyenne. I run the following command: source /glade/u/apps/ch/modulefiles/default/localinit/localinit.sh module purge module use /glade/p/ral/jntp/MET/MET_releases/modulefiles module load met/11.0.0 module load conda/latest conda activate npl Then, I got the following error : *whence: -t: unknown option* Any idea of the error? Do you know how to fix this? or should I send this to CISL help? Thank you so much for your help, Junmei ---------------------------------------------------------------- Complete Ticket History ---------------------------------------------------------------- Subject: MET; conda env From: George McCabe Time: Tue Jan 31 08:40:39 2023 Hi Junmei, We switched to providing support through this email address to providing support through GitHub Discussions. You will need to create a free GitHub account if you don't have one already and post your questions to the METplus Discussion Forum: https://urldefense.com/v3/__https://github.com/dtcenter/METplus/discussions/new__;!!Oqvv- oCmSU8!Q-4K4lBCOrQRyIGH- Woq9QsXq3ijkfanYN3oZixzDOkreTVYGa7qBtPoGdiL65dgrWFyA98dCoosiPwtfuKxgTb2PfT6lQ$ Thanks! George On Mon, Jan 30, 2023 at 7:47 PM Junmei Ban via RT wrote: > > Mon Jan 30 19:47:55 2023: Request 106472 was acted upon. > Transaction: Ticket created by jban at ucar.edu > Queue: met_help > Subject: MET; conda env > Owner: Nobody > Requestors: jban at ucar.edu > Status: new > Ticket > > > Dear MET help, > > I am trying to run MET using conda env on Cheyenne. I run the following > command: > > source /glade/u/apps/ch/modulefiles/default/localinit/localinit.sh > module purge > module use /glade/p/ral/jntp/MET/MET_releases/modulefiles > module load met/11.0.0 > module load conda/latest > conda activate npl > > Then, I got the following error : > *whence: -t: unknown option* > > Any idea of the error? Do you know how to fix this? or should I send this > to CISL help? > Thank you so much for your help, > Junmei > > -- George McCabe - Software Engineer III National Center for Atmospheric Research Research Applications Laboratory 303-497-2768 --- My working day may not be your working day. Please do not feel obliged to reply to this email outside of your normal working hours. ------------------------------------------------ Subject: MET; conda env From: Junmei Ban Time: Tue Jan 31 08:42:57 2023 Many thanks for your information. I will post this question on github. Junmei On Tue, Jan 31, 2023 at 8:40 AM George McCabe via RT wrote: > Hi Junmei, > > We switched to providing support through this email address to providing > support through GitHub Discussions. You will need to create a free GitHub > account if you don't have one already and post your questions to the > METplus Discussion Forum: > > https://urldefense.com/v3/__https://github.com/dtcenter/METplus/discussions/new__;!!Oqvv- oCmSU8!Q-4K4lBCOrQRyIGH- Woq9QsXq3ijkfanYN3oZixzDOkreTVYGa7qBtPoGdiL65dgrWFyA98dCoosiPwtfuKxgTb2PfT6lQ$ > > Thanks! > George > > On Mon, Jan 30, 2023 at 7:47 PM Junmei Ban via RT > wrote: > > > > > Mon Jan 30 19:47:55 2023: Request 106472 was acted upon. > > Transaction: Ticket created by jban at ucar.edu > > Queue: met_help > > Subject: MET; conda env > > Owner: Nobody > > Requestors: jban at ucar.edu > > Status: new > > Ticket > > > > > > Dear MET help, > > > > I am trying to run MET using conda env on Cheyenne. I run the following > > command: > > > > source /glade/u/apps/ch/modulefiles/default/localinit/localinit.sh > > module purge > > module use /glade/p/ral/jntp/MET/MET_releases/modulefiles > > module load met/11.0.0 > > module load conda/latest > > conda activate npl > > > > Then, I got the following error : > > *whence: -t: unknown option* > > > > Any idea of the error? Do you know how to fix this? or should I send this > > to CISL help? > > Thank you so much for your help, > > Junmei > > > > > > -- > George McCabe - Software Engineer III > National Center for Atmospheric Research > Research Applications Laboratory > 303-497-2768 > --- > My working day may not be your working day. Please do not feel obliged to > reply to this email outside of your normal working hours. > > ------------------------------------------------ Subject: MET; conda env From: George McCabe Time: Tue Jan 31 12:26:16 2023 Support for this have moved to https://urldefense.com/v3/__https://github.com/dtcenter/METplus/discussions/2030__;!!Oqvv- oCmSU8!Q-4K4lBCOrQRyIGH- Woq9QsXq3ijkfanYN3oZixzDOkreTVYGa7qBtPoGdiL65dgrWFyA98dCoosiPwtfuKxgTaL3Wk9vQ$ ------------------------------------------------ _______________________________________________ Met_help mailing list Met_help at mailman.ucar.edu https://urldefense.com/v3/__https://mailman.ucar.edu/mailman/listinfo/met_help__;!!Oqvv- oCmSU8!Q-4K4lBCOrQRyIGH- Woq9QsXq3ijkfanYN3oZixzDOkreTVYGa7qBtPoGdiL65dgrWFyA98dCoosiPwtfuKxgTZE1uEL9A$ ------------------------------------------------ Subject: MET; conda env From: noreply at vattenfall.com Time: Tue Jan 31 12:40:28 2023 Delivery has failed to these recipients or groups: sam.hawkins at vattenfall.com The email address you entered couldn't be found. Please check the recipient's email address and try to resend the message. If the problem continues, please contact your email admin. Diagnostic information for administrators: Generating server: smmulti2515.eur.corp.vattenfall.com sam.hawkins at vattenfall.com Remote Server returned '550 5.1.10 RESOLVER.ADR.RecipientNotFound; Recipient not found by SMTP address lookup' Original message headers: Received: from smexarc2474.eur.corp.vattenfall.com (10.248.16.30) by smmulti2515.eur.corp.vattenfall.com (10.248.16.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1118.21; Tue, 31 Jan 2023 20:40:22 +0100 Received: from SMMAILI2244.corp.vattenfall.com (10.248.232.53) by smexarc2474.eur.corp.vattenfall.com (10.248.16.30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1118.21 via Frontend Transport; Tue, 31 Jan 2023 20:40:22 +0100 Received: from pps.filterd (SMMAILI2244.corp.vattenfall.com [127.0.0.1]) by SMMAILI2244.corp.vattenfall.com (8.17.1.19/8.17.1.19) with ESMTP id 30VCqhP9002419 for ; Tue, 31 Jan 2023 20:40:22 +0100 Authentication-Results: smtp.corp.vattenfall.com; spf=softfail smtp.mailfrom=met_help at mailman.ucar.edu; dkim=fail header.d=ucar.edu header.s=mail; dmarc=fail header.from=mailman.ucar.edu Received: from smsmime5088.corp.vattenfall.com (smsmime5088.corp.vattenfall.com [10.248.236.17]) by SMMAILI2244.corp.vattenfall.com (PPS) with ESMTPS id 3ncvt5yxyv-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Tue, 31 Jan 2023 20:40:20 +0100 Received: from smsmime5088 (localhost [127.0.0.1]) by Smsmime5088.corp.vattenfall.com (Postfix) with ESMTP id 66FA540DCBCF for ; Tue, 31 Jan 2023 20:40:20 +0100 (CET) Received: from mail16.vattenfall.com (smmailx6595.corp.vattenfall.com [91.192.14.47]) by Smsmime5088.corp.vattenfall.com (Postfix) with ESMTPS id 5329545158C6 for ; Tue, 31 Jan 2023 20:40:20 +0100 (CET) Received: from pps.filterd (smmailx6595.corp.vattenfall.com [127.0.0.1]) by smmailx6595.corp.vattenfall.com (8.17.1.19/8.17.1.19) with ESMTP id 30VF27bY007840 for ; Tue, 31 Jan 2023 20:40:20 +0100 Authentication-Results: mx.vattenfall.com; spf=pass smtp.mailfrom=met_help-bounces at mailman.ucar.edu; dkim=pass header.s=mail header.d=ucar.edu; dmarc=pass header.from=mailman.ucar.edu Received: from mailman.ucar.edu (mailman.ucar.edu [192.43.244.247]) by smmailx6595.corp.vattenfall.com (PPS) with ESMTPS id 3ncvn18443-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Tue, 31 Jan 2023 20:40:19 +0100 Received: from mailman.ucar.edu (localhost [127.0.0.1]) by mailman.ucar.edu (Postfix) with ESMTP id 794E88050A9; Tue, 31 Jan 2023 12:40:17 -0700 (MST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ucar.edu; s=mail; t=1675194017; bh=ETAuIa3jfFogT1jFA5nWS/ws7YlxYo8msnctuEmmiDQ=; h=To:References:Date:Subject:List-Id:List-Unsubscribe:List- Archive: List-Post:List-Help:List-Subscribe:From:Reply-To:Cc; b=KiuHTR+3EKRFRRVTm+ibB72XdNnl95ELydON0v5sGfMTEcJ0N0wbDa3nzPW2vsSfz HwGcZx+ZcciXqti1O0MVIn3SJkz59uk6hJjXP/xfJzlB8OjtPaRMKGasDwT2pJFBV1 FJ04OBu+WziQiM7CBsFBWEfYMO5MEJd88qbQYlKAveo1sIVi5jf5ed79Q2fi1QGai6 AM1Gl9cGWm4MnFVHpyLauvv6igjpWN1IV8FQA2+pp7MP7gFXITqEkeDfKyksnEsK94 QkfrJKWvMe/6Vr48k6F5oKp3HnLo0DXh7606FaI8q6V6dFRLuPDLiRGRWSd5zhty5d fiQ1gezmTxNvQ== X-Original-To: met_help_archive at mailman.ucar.edu Received: from ral-smtp-a.rap.ucar.edu (ral-smtp-a.rap.ucar.edu [128.117.207.47]) by mailman.ucar.edu (Postfix) with ESMTPS id F262B805098 for ; Tue, 31 Jan 2023 12:40:16 -0700 (MST) Received: from ral-rt-a.rap.ucar.edu (root at ral-rt-a.rap.ucar.edu [128.117.207.107]) by ral-smtp-a.rap.ucar.edu (8.15.2/8.15.2/Debian-8+deb9u1) with ESMTPS id 30VJeFgu003401 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 31 Jan 2023 12:40:16 -0700 Received: from ral-rt-a.rap.ucar.edu (www-data at localhost [127.0.0.1]) by ral-rt-a.rap.ucar.edu (8.15.2/8.15.2/Debian-14~deb10u1) with ESMTP id 30VJSRAe020140; Tue, 31 Jan 2023 12:28:27 -0700 Received: (from www-data at localhost) by ral-rt-a.rap.ucar.edu (8.15.2/8.15.2/Submit) id 30VJSRMv020138; Tue, 31 Jan 2023 12:28:27 -0700 To: References: Message-ID: X-RT-Loop-Prevention: RAL-IT X-RT-Ticket: RAL-IT #106472 X-Managed-BY: RT 4.4.3-2+deb10u2 (http://www.bestpractical.com/rt/) X-RT-Originator: jpresto at ucar.edu X-RT-Original-Encoding: utf-8 Precedence: bulk Date: Tue, 31 Jan 2023 12:28:27 -0700 Subject: [Met_help] [RAL-IT #106472] History for MET; conda env X-BeenThere: met_help at mailman.ucar.edu X-Mailman-Version: 2.1.29 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Julie Prestopnik via RT via Met_help Reply-To: met_help at ucar.edu CC: Errors-To: met_help-bounces at mailman.ucar.edu Sender: Met_help X-Proofpoint-GUID: wbISSTxb8MncLmXx80hg7ildRMt1IbJc X-CLX-Shades: MLX X-CLX-Response: 1TFkXGxwfEQpMehcdEhEKWUQXY1xfQE5LWG5dSVMRClhYF2IZQR9wRWNcTml pEQp4ThdhS20bYFpTE0wSHhEKeEsXYhlBH3BFY1xOaWkRCnlMF2ZNRWhbR0hpaH9dEQpDSBcHGR kdEQpDWRcHGx8bEQpDSRcaBBoaGhEKWU0XZ2ZyEQpZSRcacRoQGncGGx4fcRgdEBp3BhgaBhoRC lleF2xseREKSUYXXEteXk9ETEtGRnVaWEVOX0leQ0VEB1xHEQpJRxd4T00RCkNOF11IY3l5flJI EmdESWZHclISGkJNHUNGTnhnXhtjSGBJEQpYXBcfBBoEGBIfBRsaBB0aBB0EGB8QGx4aHxoRCl5 ZF0huUmcBEQpNXBcYEh8RCkxaF20fTXkRCkxGF29ra1lraxEKQk8XY1NmAXxJSGJ6QUMRCkNaFx sTGAQeGQQYHh4EGB4dEQpCXhcbEQpESRcbEQpCRhdjb00dWAEdb3BJUBEKQkcXZ2dLWxt4YUZDX 00RCkJcFxsRCkJLF2FLbRtgWlMTTBIeEQpCSRdjU2YBfElIYnpBQxEKQkUXbWIFTUd+RUJFZmcR CkJOF2NTZgF8SUhiekFDEQpCTBdtUn0SEhlgZVxSchEKQmwXYGcZZXBHEkYSTFgRCkJAF2B+GH4 fel9BUH1HEQpCWBdgWGJzXF5dR1tBexEKTV4XGxEKWlgXGBEKeUMXawFtfBheWVtDSGERCnBnF2 sZeUt6bUVzH08bEBkaEQpwaBdoThJAHgVNRn1PEhAaEQpwaBdnXFhAcB9dEnxSTRAaEQpwaBdtf 00SHnlvGFwafBAaEQpwaBdvcBJ4RGFtGHNSfRAaEQpwaBdoSB1abmhMT1JZWRAZGhEKcGgXZxpp b3JTfkNrZlIQGhEKcGgXYlhyAUJBGBsbTV4QGhEKcGgXbmFMRFsSWhpBRxkQGhEKcH0XaEtYEkk cWwUZGW8QGRoRCnBnF2NuRGgdaEVHZlliEBkaEQpwfRdmTnJvbG5tRlNSYxAZGhEKcH0XYnkaYX ljSxkdUxgQGRoRCnBnF2cdWlgSXxIZbUBvEBsbGxEKcGcXbx1aRUF7GEsTaEsQGhEKcGcXY3xwE 0NsQHB/fXgQGhEKcGcXZQVuWWBbRWZwWGsQGhEKcGcXaVNPaFh4H0F9elgQGhEKcGcXZx9gZ0wb XGEBRmIQGhEKcH8Xax1rHlN7Z2NLbXoQHBoRCnBfF2lteGVyZV15ZkdzEBkaEQpwfxdnUFIac2d PZ15BXhAHHRgRCnBfF3pTRHJFGXtffmQTEBkaEQpwbBdhfWhzHUYcbnxiEhAaEQpwQxdtXHpOc2 lhfUd7HhAZGhEKbX4XGxEKWE0XSxEg X-Proofpoint-ORIG-GUID: wbISSTxb8MncLmXx80hg7ildRMt1IbJc MIME-Version: 1.0 X-Proofpoint-Banner-Trigger: unknownsender Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.219,Aquarius:18.0.930,Hydra:6.0.562,FMLib:17.11.122.1 definitions=2023-01-31_08,2023-01-31_01,2022-06-22_01 X-Proofpoint-Spam-Details: rule=inbound_notspam policy=inbound score=0 malwarescore=0 suspectscore=0 mlxscore=0 unknownsenderscore=20 clxscore=165 impostorscore=0 mlxlogscore=999 phishscore=0 spamscore=0 bulkscore=0 lowpriorityscore=0 priorityscore=78 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2212070000 definitions=main-2301310171 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.219,Aquarius:18.0.930,Hydra:6.0.562,FMLib:17.11.122.1 definitions=2023-01-31_08,2023-01-31_01,2022-06-22_01 Return-Path: met_help at mailman.ucar.edu X-EsetResult: clean, is OK X-EsetId: 37303A294CA3E25566736A ------------------------------------------------ Subject: MET; conda env From: noreply at vattenfall.com Time: Tue Jan 31 12:40:28 2023 Reporting-MTA: dns;smmulti2515.eur.corp.vattenfall.com Received-From-MTA: dns;SMMAILI2244.corp.vattenfall.com Arrival-Date: Tue, 31 Jan 2023 19:40:22 +0000 Final-Recipient: rfc822;sam.hawkins at vattenfall.com Action: failed Status: 5.1.10 Diagnostic-Code: smtp;550 5.1.10 RESOLVER.ADR.RecipientNotFound; Recipient not found by SMTP address lookup ------------------------------------------------ Subject: [Met_help] [RAL-IT #106472] History for MET; conda env From: noreply at vattenfall.com Time: Tue Jan 31 12:40:28 2023 !-------------------------------------------------------------------| This e-mail is from an unknown external source, Vattenfall has not previously corresponded with - be extra cautious with links and attachments. |-------------------------------------------------------------------! ---------------------------------------------------------------- Initial Request ---------------------------------------------------------------- Dear MET help, I am trying to run MET using conda env on Cheyenne. I run the following command: source /glade/u/apps/ch/modulefiles/default/localinit/localinit.sh module purge module use /glade/p/ral/jntp/MET/MET_releases/modulefiles module load met/11.0.0 module load conda/latest conda activate npl Then, I got the following error : *whence: -t: unknown option* Any idea of the error? Do you know how to fix this? or should I send this to CISL help? Thank you so much for your help, Junmei ---------------------------------------------------------------- Complete Ticket History ---------------------------------------------------------------- Subject: MET; conda env From: George McCabe Time: Tue Jan 31 08:40:39 2023 Hi Junmei, We switched to providing support through this email address to providing support through GitHub Discussions. You will need to create a free GitHub account if you don't have one already and post your questions to the METplus Discussion Forum: https://urldefense.com/v3/__https://github.com/dtcenter/METplus/discussions/new__;!!Oqvv- oCmSU8!V2_9dLiSlR3BLHvLaaHWpLDEjf5DLIomXhNvc4gvdMUjDOwCUuFB75HYLX- QU5K6QeowbGfETv8hN7PaysFLrP-gPl8M2g$ Thanks! George On Mon, Jan 30, 2023 at 7:47 PM Junmei Ban via RT wrote: > > Mon Jan 30 19:47:55 2023: Request 106472 was acted upon. > Transaction: Ticket created by jban at ucar.edu > Queue: met_help > Subject: MET; conda env > Owner: Nobody > Requestors: jban at ucar.edu > Status: new > Ticket > > > Dear MET help, > > I am trying to run MET using conda env on Cheyenne. I run the following > command: > > source /glade/u/apps/ch/modulefiles/default/localinit/localinit.sh > module purge > module use /glade/p/ral/jntp/MET/MET_releases/modulefiles > module load met/11.0.0 > module load conda/latest > conda activate npl > > Then, I got the following error : > *whence: -t: unknown option* > > Any idea of the error? Do you know how to fix this? or should I send this > to CISL help? > Thank you so much for your help, > Junmei > > -- George McCabe - Software Engineer III National Center for Atmospheric Research Research Applications Laboratory 303-497-2768 --- My working day may not be your working day. Please do not feel obliged to reply to this email outside of your normal working hours. ------------------------------------------------ Subject: MET; conda env From: Junmei Ban Time: Tue Jan 31 08:42:57 2023 Many thanks for your information. I will post this question on github. Junmei On Tue, Jan 31, 2023 at 8:40 AM George McCabe via RT wrote: > Hi Junmei, > > We switched to providing support through this email address to providing > support through GitHub Discussions. You will need to create a free GitHub > account if you don't have one already and post your questions to the > METplus Discussion Forum: > > https://urldefense.com/v3/__https://github.com/dtcenter/METplus/discussions/new__;!!Oqvv- oCmSU8!V2_9dLiSlR3BLHvLaaHWpLDEjf5DLIomXhNvc4gvdMUjDOwCUuFB75HYLX- QU5K6QeowbGfETv8hN7PaysFLrP-gPl8M2g$ > > Thanks! > George > > On Mon, Jan 30, 2023 at 7:47 PM Junmei Ban via RT > wrote: > > > > > Mon Jan 30 19:47:55 2023: Request 106472 was acted upon. > > Transaction: Ticket created by jban at ucar.edu > > Queue: met_help > > Subject: MET; conda env > > Owner: Nobody > > Requestors: jban at ucar.edu > > Status: new > > Ticket > > > > > > Dear MET help, > > > > I am trying to run MET using conda env on Cheyenne. I run the following > > command: > > > > source /glade/u/apps/ch/modulefiles/default/localinit/localinit.sh > > module purge > > module use /glade/p/ral/jntp/MET/MET_releases/modulefiles > > module load met/11.0.0 > > module load conda/latest > > conda activate npl > > > > Then, I got the following error : > > *whence: -t: unknown option* > > > > Any idea of the error? Do you know how to fix this? or should I send this > > to CISL help? > > Thank you so much for your help, > > Junmei > > > > > > -- > George McCabe - Software Engineer III > National Center for Atmospheric Research > Research Applications Laboratory > 303-497-2768 > --- > My working day may not be your working day. Please do not feel obliged to > reply to this email outside of your normal working hours. > > ------------------------------------------------ Subject: MET; conda env From: George McCabe Time: Tue Jan 31 12:26:16 2023 Support for this have moved to https://urldefense.com/v3/__https://github.com/dtcenter/METplus/discussions/2030__;!!Oqvv- oCmSU8!V2_9dLiSlR3BLHvLaaHWpLDEjf5DLIomXhNvc4gvdMUjDOwCUuFB75HYLX- QU5K6QeowbGfETv8hN7PaysFLrP9W9r4w2g$ ------------------------------------------------ Subject: MET; conda env From: noreply at vattenfall.com Time: Tue Jan 31 12:26:32 2023 Delivery has failed to these recipients or groups: sam.hawkins at vattenfall.com The email address you entered couldn't be found. Please check the recipient's email address and try to resend the message. If the problem continues, please contact your email admin. Diagnostic information for administrators: Generating server: smmulti2523.eur.corp.vattenfall.com sam.hawkins at vattenfall.com Remote Server returned '550 5.1.10 RESOLVER.ADR.RecipientNotFound; Recipient not found by SMTP address lookup' Original message headers: Received: from smmulti2525.eur.corp.vattenfall.com (10.248.16.35) by smmulti2523.eur.corp.vattenfall.com (10.248.16.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1118.21; Tue, 31 Jan 2023 20:26:26 +0100 Received: from SMMAILI2237.corp.vattenfall.com (10.248.234.30) by smmulti2525.eur.corp.vattenfall.com (10.248.16.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1118.21 via Frontend Transport; Tue, 31 Jan 2023 20:26:26 +0100 Received: from pps.filterd (SMMAILI2237.corp.vattenfall.com [127.0.0.1]) by SMMAILI2237.corp.vattenfall.com (8.17.1.19/8.17.1.19) with ESMTP id 30VCvXBw003911 for ; Tue, 31 Jan 2023 20:26:26 +0100 Authentication-Results: smtp.corp.vattenfall.com; spf=softfail smtp.mailfrom=met_help at mailman.ucar.edu; dkim=fail header.s=mail header.d=ucar.edu; dmarc=fail header.from=mailman.ucar.edu Received: from smsmime5088.corp.vattenfall.com (smsmime5088.corp.vattenfall.com [10.248.236.17]) by SMMAILI2237.corp.vattenfall.com (PPS) with ESMTPS id 3ncvq9yqds-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Tue, 31 Jan 2023 20:26:24 +0100 Received: from smsmime5088 (localhost [127.0.0.1]) by Smsmime5088.corp.vattenfall.com (Postfix) with ESMTP id CD86540CC1C5 for ; Tue, 31 Jan 2023 20:26:23 +0100 (CET) Received: from mail15.vattenfall.com (smmailx6583.corp.vattenfall.com [91.192.14.46]) by Smsmime5088.corp.vattenfall.com (Postfix) with ESMTPS id B937A45158C6 for ; Tue, 31 Jan 2023 20:26:23 +0100 (CET) Received: from pps.filterd (smmailx6583.corp.vattenfall.com [127.0.0.1]) by smmailx6583.corp.vattenfall.com (8.17.1.19/8.17.1.19) with ESMTP id 30VF2MVN018651 for ; Tue, 31 Jan 2023 20:26:23 +0100 Authentication-Results: mx.vattenfall.com; spf=pass smtp.mailfrom=met_help-bounces at mailman.ucar.edu; dkim=pass header.s=mail header.d=ucar.edu; dmarc=pass header.from=mailman.ucar.edu Received: from mailman.ucar.edu (mailman.ucar.edu [192.43.244.247]) by smmailx6583.corp.vattenfall.com (PPS) with ESMTPS id 3ncvk580m6-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Tue, 31 Jan 2023 20:26:23 +0100 Received: from mailman.ucar.edu (localhost [127.0.0.1]) by mailman.ucar.edu (Postfix) with ESMTP id AC6638050A5; Tue, 31 Jan 2023 12:26:19 -0700 (MST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ucar.edu; s=mail; t=1675193179; bh=HtDvMhL6kOw0CHh7X6ExyVAxCUCWkAJidBPm+QFcoho=; h=To:References:Date:Subject:List-Id:List-Unsubscribe:List- Archive: List-Post:List-Help:List-Subscribe:From:Reply-To:Cc; b=QUgUCWN0mnDOPH1c3ozONsXBEykz3Utn3PeMyF0VkajGrDe8PywWgj8TQuMiDbqa+ GaQCBiMhy+of9J9xDBXfJTrPq6Eg3erAXADVStxkpl7g7PzGWlpAqLN701VWDAGVG/ ocbbnH+oszVlCZGf+Iz/3zaH9e8TN3SJmCuPF4+PcFhP6QB6/T8f5D3I+o0Dyj2K1a haz6S27IWx884vD+oiCDIJL8HPhSsJCuq3JURiivRRRCcjflM8FY0blN2af9VP4+Tc /E4K4Va28E55AVg1cBjKXrxCR6PXH4Yt8sDg+RbpGaZi0Puj1ww6uS73Kyaj50J3Sv zlypCUJV+gxzw== X-Original-To: met_help_archive at mailman.ucar.edu Received: from ral-smtp-a.rap.ucar.edu (ral-smtp-a.rap.ucar.edu [128.117.207.47]) by mailman.ucar.edu (Postfix) with ESMTPS id 54C15805093 for ; Tue, 31 Jan 2023 12:26:18 -0700 (MST) Received: from ral-rt-a.rap.ucar.edu (root at ral-rt-a.rap.ucar.edu [128.117.207.107]) by ral-smtp-a.rap.ucar.edu (8.15.2/8.15.2/Debian-8+deb9u1) with ESMTPS id 30VJQHht003016 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 31 Jan 2023 12:26:18 -0700 Received: from ral-rt-a.rap.ucar.edu (www-data at localhost [127.0.0.1]) by ral-rt-a.rap.ucar.edu (8.15.2/8.15.2/Debian-14~deb10u1) with ESMTP id 30VJQHcr019985; Tue, 31 Jan 2023 12:26:17 -0700 Received: (from www-data at localhost) by ral-rt-a.rap.ucar.edu (8.15.2/8.15.2/Submit) id 30VJQHRx019983; Tue, 31 Jan 2023 12:26:17 -0700 To: References: Message-ID: X-RT-Loop-Prevention: RAL-IT X-RT-Ticket: RAL-IT #106472 X-Managed-BY: RT 4.4.3-2+deb10u2 (https://urldefense.com/v3/__http://www.bestpractical.com/rt/__;!!Oqvv- oCmSU8!V2_9dLiSlR3BLHvLaaHWpLDEjf5DLIomXhNvc4gvdMUjDOwCUuFB75HYLX- QU5K6QeowbGfETv8hN7PaysFLrP8FFk53aw$ ) X-RT-Originator: mccabe at ucar.edu X-RT-Original-Encoding: utf-8 Precedence: bulk Date: Tue, 31 Jan 2023 12:26:17 -0700 Subject: [Met_help] [RAL-IT #106472] History for MET; conda env X-BeenThere: met_help at mailman.ucar.edu X-Mailman-Version: 2.1.29 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: George McCabe via RT via Met_help Reply-To: met_help at ucar.edu CC: Errors-To: met_help-bounces at mailman.ucar.edu Sender: Met_help X-Proofpoint-ORIG-GUID: Zb2u_nrejYdbCbeVdReCYREqhBh2kqqh X-CLX-Shades: MLX X-Proofpoint-GUID: Zb2u_nrejYdbCbeVdReCYREqhBh2kqqh X-CLX-Response: 1TFkXGxwZEQpMehcdEhEKWUQXY1xfQE5LWG5dSVMRClhYF2IZQR9wRWNcTml pEQp4ThdhS20bYFpTE0wSHhEKeEsXYhlBH3BFY1xOaWkRCnlMF2MSa2t9WVkbE2xvEQpDSBcHGR kdEQpDWRcHGx8bEQpDSRcaBBoaGhEKWU0XZ2ZyEQpZSRcacRoQGncGGx4ZcRgcEBp3BhgaBhoRC lleF2xseREKSUYXXEteXk9ETEtGRnVaWEVOX0leQ0VEB1xHEQpJRxd4T00RCkNOF3BIGF91RFhP QHNOSGlIT3xOeE9pc3hvW0JoQhhBW1tCEQpYXBcfBBoEGBIfBRsaBB0aBB0EGB8QGx4aHxoRCl5 ZF0huXQUcEQpNXBccGx4RCkxaF2htH015EQpMRhdva2tZa2sRCkJPF2NTZgF8SUhiekFDEQpDWh cbExgEHhkEGB4eBBgeHREKQl4XGxEKREkXGxEKQkYXY29NHVgBHW9wSVARCkJHF2dnS1sbeGFGQ 19NEQpCXBcbEQpCSxdhS20bYFpTE0wSHhEKQkkXY1NmAXxJSGJ6QUMRCkJFF2l/BUVAG0ROR3Nm EQpCThdjU2YBfElIYnpBQxEKQkwXbVJ9EhIZYGVcUnIRCkJsF3psSWZdZQEcXkcBEQpCQBdgfhh +H3pfQVB9RxEKQlgXYFhic1xeXUdbQXsRClpYFxgRCnlDF2sBbXwYXllbQ0hhEQpwZxdrGXlLem 1Fcx9PGxAZGhEKcGgXYGhjAUxZcmhiQWMQGRoRCnBoF2FETEQcfERdHGlkEBkaEQpwaBdnR0x+Y XJpUB95TxAZGhEKcGgXemx4H3tpfwFbQUcQGRoRCnBoF3ptW1sfRGBhZXJmEBkaEQpwaBdlbUZA HWdIEwFBGhAZGhEKcGgXZUhwRhwaaBxORU0QGRoRCnBoF2hIHVpuaExPUllZEBkaEQpwfRdoS1g SSRxbBRkZbxAZGhEKcGcXY25EaB1oRUdmWWIQGRoRCnB9F2ZOcm9sbm1GU1JjEBkaEQpwfRdieR pheWNLGR1TGBAZGhEKcGcXa3pPGUtFE0MSYFoQGRoRCnB9F2tPHWheEnxlW19FEBkaEQpwfxdrH WseU3tnY0ttehAcGhEKcF8XaW14ZXJlXXlmR3MQGRoRCnB/F2dQUhpzZ09nXkFeEAcdGBEKcF8X elNEckUZe19+ZBMQGRoRCnBfF2lfe2dmZ05Ha0F/EBkaEQpwbBdpZFt7fEFyS39oXBAZGhEKcEM XbVx6TnNpYX1Hex4QGRoRCm1+FxoRClhNF0sRIA== MIME-Version: 1.0 X-Proofpoint-Banner-Trigger: unknownsender Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.219,Aquarius:18.0.930,Hydra:6.0.562,FMLib:17.11.122.1 definitions=2023-01-31_08,2023-01-31_01,2022-06-22_01 X-Proofpoint-Spam-Details: rule=inbound_notspam policy=inbound score=0 bulkscore=0 suspectscore=0 clxscore=163 unknownsenderscore=20 mlxlogscore=999 adultscore=0 mlxscore=0 spamscore=0 lowpriorityscore=0 impostorscore=0 priorityscore=78 phishscore=0 malwarescore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2212070000 definitions=main-2301310168 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.219,Aquarius:18.0.930,Hydra:6.0.562,FMLib:17.11.122.1 definitions=2023-01-31_08,2023-01-31_01,2022-06-22_01 Return-Path: met_help at mailman.ucar.edu X-EsetResult: clean, is OK X-EsetId: 37303A2901A3E25566736A ------------------------------------------------ Subject: MET; conda env From: noreply at vattenfall.com Time: Tue Jan 31 12:26:32 2023 Reporting-MTA: dns;smmulti2523.eur.corp.vattenfall.com Received-From-MTA: dns;SMMAILI2237.corp.vattenfall.com Arrival-Date: Tue, 31 Jan 2023 19:26:26 +0000 Final-Recipient: rfc822;sam.hawkins at vattenfall.com Action: failed Status: 5.1.10 Diagnostic-Code: smtp;550 5.1.10 RESOLVER.ADR.RecipientNotFound; Recipient not found by SMTP address lookup ------------------------------------------------ Subject: [Met_help] [RAL-IT #106472] History for MET; conda env From: noreply at vattenfall.com Time: Tue Jan 31 12:26:32 2023 !-------------------------------------------------------------------| This e-mail is from an unknown external source, Vattenfall has not previously corresponded with - be extra cautious with links and attachments. |-------------------------------------------------------------------! ---------------------------------------------------------------- Initial Request ---------------------------------------------------------------- Dear MET help, I am trying to run MET using conda env on Cheyenne. I run the following command: source /glade/u/apps/ch/modulefiles/default/localinit/localinit.sh module purge module use /glade/p/ral/jntp/MET/MET_releases/modulefiles module load met/11.0.0 module load conda/latest conda activate npl Then, I got the following error : *whence: -t: unknown option* Any idea of the error? Do you know how to fix this? or should I send this to CISL help? Thank you so much for your help, Junmei ---------------------------------------------------------------- Complete Ticket History ---------------------------------------------------------------- Subject: MET; conda env From: George McCabe Time: Tue Jan 31 08:40:39 2023 Hi Junmei, We switched to providing support through this email address to providing support through GitHub Discussions. You will need to create a free GitHub account if you don't have one already and post your questions to the METplus Discussion Forum: https://urldefense.com/v3/__https://github.com/dtcenter/METplus/discussions/new__;!!Oqvv- oCmSU8!Q-4K4lBCOrQRyIGH- Woq9QsXq3ijkfanYN3oZixzDOkreTVYGa7qBtPoGdiL65dgrWFyA98dCoosiPwtfuKxgTb2PfT6lQ$ Thanks! George On Mon, Jan 30, 2023 at 7:47 PM Junmei Ban via RT wrote: > > Mon Jan 30 19:47:55 2023: Request 106472 was acted upon. > Transaction: Ticket created by jban at ucar.edu > Queue: met_help > Subject: MET; conda env > Owner: Nobody > Requestors: jban at ucar.edu > Status: new > Ticket > > > Dear MET help, > > I am trying to run MET using conda env on Cheyenne. I run the following > command: > > source /glade/u/apps/ch/modulefiles/default/localinit/localinit.sh > module purge > module use /glade/p/ral/jntp/MET/MET_releases/modulefiles > module load met/11.0.0 > module load conda/latest > conda activate npl > > Then, I got the following error : > *whence: -t: unknown option* > > Any idea of the error? Do you know how to fix this? or should I send this > to CISL help? > Thank you so much for your help, > Junmei > > -- George McCabe - Software Engineer III National Center for Atmospheric Research Research Applications Laboratory 303-497-2768 --- My working day may not be your working day. Please do not feel obliged to reply to this email outside of your normal working hours. ------------------------------------------------ Subject: MET; conda env From: Junmei Ban Time: Tue Jan 31 08:42:57 2023 Many thanks for your information. I will post this question on github. Junmei On Tue, Jan 31, 2023 at 8:40 AM George McCabe via RT wrote: > Hi Junmei, > > We switched to providing support through this email address to providing > support through GitHub Discussions. You will need to create a free GitHub > account if you don't have one already and post your questions to the > METplus Discussion Forum: > > https://urldefense.com/v3/__https://github.com/dtcenter/METplus/discussions/new__;!!Oqvv- oCmSU8!Q-4K4lBCOrQRyIGH- Woq9QsXq3ijkfanYN3oZixzDOkreTVYGa7qBtPoGdiL65dgrWFyA98dCoosiPwtfuKxgTb2PfT6lQ$ > > Thanks! > George > > On Mon, Jan 30, 2023 at 7:47 PM Junmei Ban via RT > wrote: > > > > > Mon Jan 30 19:47:55 2023: Request 106472 was acted upon. > > Transaction: Ticket created by jban at ucar.edu > > Queue: met_help > > Subject: MET; conda env > > Owner: Nobody > > Requestors: jban at ucar.edu > > Status: new > > Ticket > > > > > > Dear MET help, > > > > I am trying to run MET using conda env on Cheyenne. I run the following > > command: > > > > source /glade/u/apps/ch/modulefiles/default/localinit/localinit.sh > > module purge > > module use /glade/p/ral/jntp/MET/MET_releases/modulefiles > > module load met/11.0.0 > > module load conda/latest > > conda activate npl > > > > Then, I got the following error : > > *whence: -t: unknown option* > > > > Any idea of the error? Do you know how to fix this? or should I send this > > to CISL help? > > Thank you so much for your help, > > Junmei > > > > > > -- > George McCabe - Software Engineer III > National Center for Atmospheric Research > Research Applications Laboratory > 303-497-2768 > --- > My working day may not be your working day. Please do not feel obliged to > reply to this email outside of your normal working hours. > > ------------------------------------------------ Subject: MET; conda env From: George McCabe Time: Tue Jan 31 12:26:16 2023 Support for this have moved to https://urldefense.com/v3/__https://github.com/dtcenter/METplus/discussions/2030__;!!Oqvv- oCmSU8!Q-4K4lBCOrQRyIGH- Woq9QsXq3ijkfanYN3oZixzDOkreTVYGa7qBtPoGdiL65dgrWFyA98dCoosiPwtfuKxgTaL3Wk9vQ$ ------------------------------------------------ _______________________________________________ Met_help mailing list Met_help at mailman.ucar.edu https://urldefense.com/v3/__https://mailman.ucar.edu/mailman/listinfo/met_help__;!!Oqvv- oCmSU8!Q-4K4lBCOrQRyIGH- Woq9QsXq3ijkfanYN3oZixzDOkreTVYGa7qBtPoGdiL65dgrWFyA98dCoosiPwtfuKxgTZE1uEL9A$ ------------------------------------------------ _______________________________________________ Met_help mailing list Met_help at mailman.ucar.edu https://urldefense.com/v3/__https://mailman.ucar.edu/mailman/listinfo/met_help__;!!Oqvv- oCmSU8!V2_9dLiSlR3BLHvLaaHWpLDEjf5DLIomXhNvc4gvdMUjDOwCUuFB75HYLX- QU5K6QeowbGfETv8hN7PaysFLrP_wBN565A$ ------------------------------------------------