Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StartOfProject error #143

Open
yves1988 opened this issue Jul 27, 2020 · 2 comments
Open

StartOfProject error #143

yves1988 opened this issue Jul 27, 2020 · 2 comments

Comments

@yves1988
Copy link

Hi:
Here I run StartOfProject.py,and can start it.but when I set a file ends with".csv",it came to error.
How can solve it?

Traceback (most recent call last):
File "C:\Python27\Citizens-Broadband-Radio-Service-Device-master\CBRS_Mock_SAS_Python_Master\cbrsPython-master\cbrsPython\controllers\StartOfProject.py", line 146, in
run_New_Test(dirPath, confFile, loggerHandler)
File "C:\Python27\Citizens-Broadband-Radio-Service-Device-master\CBRS_Mock_SAS_Python_Master\cbrsPython-master\cbrsPython\controllers\StartOfProject.py", line 75, in run_New_Test
run_New_Test(dirPath, confFile, loggerHandler)
File "C:\Python27\Citizens-Broadband-Radio-Service-Device-master\CBRS_Mock_SAS_Python_Master\cbrsPython-master\cbrsPython\controllers\StartOfProject.py", line 75, in run_New_Test
run_New_Test(dirPath, confFile, loggerHandler)
File "C:\Python27\Citizens-Broadband-Radio-Service-Device-master\CBRS_Mock_SAS_Python_Master\cbrsPython-master\cbrsPython\controllers\StartOfProject.py", line 100, in run_New_Test
ctx.load_verify_locations(os.path.normpath(os.path.join(str(dirPath), get_Element_From_Config_File(confFile,"caCerts"))))
IOError: [Errno 2] No such file or directory

@cwilliams-ericsson
Copy link
Contributor

It appears you may not have your test certificates set up properly. Please ensure you have completed the following:

  1. Generate test certificates as per readme_file_x509_RSA_certs_test_labs.txt (in cbrsPython-master/certificates/How_To_Generate_Certificates), and copy the final certificates into the cbrsPython-master/certificates directory).
  2. Modify the configuration file (conf.xml in cbrsPython-master/Configuration) to point to the correct certificates you created and copied into the certificates folder

@yves1988
Copy link
Author

It appears you may not have your test certificates set up properly. Please ensure you have completed the following:

  1. Generate test certificates as per readme_file_x509_RSA_certs_test_labs.txt (in cbrsPython-master/certificates/How_To_Generate_Certificates), and copy the final certificates into the cbrsPython-master/certificates directory).
  2. Modify the configuration file (conf.xml in cbrsPython-master/Configuration) to point to the correct certificates you created and copied into the certificates folder

thank you for answer,
and I already put readme_file_x509_RSA_certs_test_labs.txt in the correct path.the error line 75 is missing,and how I need to modify the configuration file,I tried ,but it doesn't work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants