필터 지우기
필터 지우기

java.io.Exception during openProject: wrong username or password

조회 수: 4 (최근 30일)
Arne T
Arne T 2021년 10월 26일
Hi Guys,
if I start my Matlab I got an error window telling me my username or password would be wrong. I'm not logged in in Matlab and dont know which user matlab means. So I ignored it and klicked "ok"
If I want to open an Project like project.prj via the "current Folder" menu, it opens an editor window with the following code:
<?xml version="1.0" encoding="UTF-8"?>
<MATLABProject xmlns="http://www.mathworks.com/MATLABProjectFile" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0"/>
If I try to open it via console with openProject('project.prj') I got following error:
Error using matlab.internal.project.util.PathUtils.resolveFileAgainstFileSystem
Java exception occurred:
java.io.IOException: Der Benutzername oder das Kennwort ist falsch
at java.io.WinNTFileSystem.canonicalize0(Native Method)
at java.io.WinNTFileSystem.canonicalize(WinNTFileSystem.java:428)
at java.io.File.getCanonicalPath(File.java:618)
at java.io.File.getCanonicalFile(File.java:643)
Error in matlab.internal.project.util.PathUtils.getJavaFileForProjectLoadFromMATLABString
Error in matlab.project.loadProject
Error in openProject
I'm very confused, cause that worked fine until now. Can anybody help me. Thank you!
PS: I already restarted my PC, still same problem.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Programmatic Model Editing에 대해 자세히 알아보기

제품


릴리스

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by