Activities of "tulsalor"

Great, thank you!

The ABP NEW CLI tool fails to execute commands when the %USERPROFILE% contains a space. For example, if the user profile is located in a path like "C:\Users\Name Surname", the CLI command fails with an error because the path is not properly wrapped in quotes. However, it works correctly for paths without spaces (e.g., "C:\Users\Name").

  • ABP Framework version: latest
  • Exception message and full stack trace:
    > abp bundle
[04:28:58 INF] You are running the second generation of the ABP CLI. If you're interested in the legacy CLI, see https://abp.io/new-cli
[04:28:59 ERR] 'C:\Users\Name ' is not recognized as an internal or external command,
[04:28:59 ERR] operable program or batch file.
  • Steps to reproduce the issue:
    1. Create a user profile on a Windows machine where the username contains a space (e.g., Name Surname).
    2. Install the ABP CLI.
    3. Run abp bundle command from anywhere.
    4. Observe the command failure due to improper handling of the path with spaces.

Expected Behavior: The ABP CLI should wrap the path in quotes and handle paths containing spaces correctly, allowing the command to succeed.

Actual Behavior: The command fails when the path contains spaces because the ABP CLI does not wrap the user path in quotes. This results in the tool interpreting the path as multiple arguments instead of a single valid file path.

Great... You are correct the NET 9 SDK was the problem. I forced it to use Net 8 and I could install.

 dotnet new globaljson --sdk-version 8.0.306
The template "global.json file" was created successfully.

PS D:\_\Sue4> dotnet --version
8.0.306
PS D:\_\Sue4> abp suite
[10:41:32 INF] You are running the second generation of the ABP CLI. If you're interested in the legacy CLI, see https://abp.io/new-cli
[10:41:34 INF] Installing ABP Suite latest version...
You can invoke the tool using the following command: abp-suite
Tool 'volo.abp.suite' (version '8.3.2') was successfully installed.
[10:42:17 INF] ABP Suite has been successfully installed.
[10:42:17 INF] You can run it with the CLI command "abp suite"
Starting Suite v8.3.2 ...
Opening http://localhost:3000
Press Ctrl+C to shut down.

dotnet --list-sdks 8.0.306 [C:\Program Files\dotnet\sdk] 9.0.100-rc.2.24474.11 [C:\Program Files\dotnet\sdk]

Yes via VS2022 Preview

Yes, give me 5min.

I already tried... including dotnet tool install -g Volo.Abp.Suite --add-source https://nuget.abp.io/<my-private-key>/v3/index.json

PS D:\_\Tuls> abp cli check-version
[06:40:32 INF] You are running the second generation of the ABP CLI. If you're interested in the legacy CLI, see https://abp.io/new-cli
📌 ABP CLI 0.9.1 (Beta)
📌 You are using the latest ABP CLI.
PS D:\_\Tuls> abp cli clear-cache
[06:40:46 INF] You are running the second generation of the ABP CLI. If you're interested in the legacy CLI, see https://abp.io/new-cli
✅ Cache cleared.
PS D:\_\Tuls> abp suite install
[06:40:55 INF] You are running the second generation of the ABP CLI. If you're interested in the legacy CLI, see https://abp.io/new-cli
📌 ABP CLI 0.9.1 (Beta)
[06:40:57 INF] Installing ABP Suite latest version...
Package volo.abp.suite is not a .NET tool.
[06:41:00 INF] You can also run the following command to install ABP Suite.
[06:41:00 INF] dotnet tool install -g Volo.Abp.Suite --add-source https://nuget.abp.io/<your-private-key>/v3/index.json

Shouldn't I be able to install abp suite manually? Even with the abp studio does it depend on the application running? It doesn't sound right. BUT even with a bare minimum app that does not have optional modules it is still not able to install abp. I see also all the bundles are failing with no explicit error feedback.

CommandResult { ExitCode: -1, IsSuccess: False, StartTime: 10/21/2024 08:41:23 +02:00, ExitTime: 10/21/2024 08:41:30 +02:00, RunTime: 00:00:06.5963844 }
08:41:30.096 	 Information  	 Failed task execution: "Running bundle command"
08:41:30.096 	 Information  	 ERROR: "An error has occured!"
08:41:30.096 	 Information  	 ERROR DETAILS: "ABP Bundle failed for the project: D:\_\Sui2\src"
08:41:30.098 	 Warning      	 Exception of type 'Volo.Abp.UserFriendlyException' was thrown.
08:41:30.099 	 Warning      	 Code:AbpStudio:AbpBundleFailed
08:41:30.099 	 Warning      	 Details:
08:41:30.099 	 Warning      	 ---------- Exception Data ----------
ProjectName = D:\_\Sui2\src
ErrorOutput = 

Wow and why can I NOT install the abp suite?

Hello Abp Team,

I am getting [Error] ABP-LIC-0016 - You are not granted permission to use the module 'Volo.FileManagement.Domain-v8.3.1.0'.

I used the trial version before and the new license was renewed on same organization, API key was not changed. I am not sure if this could be the cause. I tried ... https://abp.io/qa/questions/4873/3a0a8a86-8ad9-c2a9-33b3-03eec129057e and https://abp.io/docs/latest/suite/how-to-uninstall. Re-installed Abp studio, suite, cli multiple times. Unable to install Suite via Studio or manual with both abp suite install and dotnet tool install -g Volo.Abp.Suite --add-source https://nuget.abp.io/<your-private-key>/v3/index.json.

  • Exception message and full stack trace:

abp suite [05:53:43 INF] You are running the second generation of the ABP CLI. If you're interested in the legacy CLI, see https://abp.io/new-cli [05:53:45 INF] Installing ABP Suite latest version... Package volo.abp.suite is not a .NET tool. [05:53:48 INF] You can also run the following command to install ABP Suite. [05:53:48 INF] dotnet tool install -g Volo.Abp.Suite --add-source https://nuget.abp.io/<your-private-key>/v3/index.json

  • Template: app
  • Created ABP Studio Version: 0.9.1
  • Tiered: Yes
  • UI Framework: blazor-webapp
  • Theme: leptonx
  • Theme Style: system
  • Database Provider: ef
  • Database Management System: postgresql
  • Separate Tenant Schema: Yes
  • Mobile Framework: maui
  • Public Website: No
  • Optional Modules:
    • GDPR
    • FileManagement
    • TextTemplateManagement
    • LanguageManagement
    • AuditLogging
    • SaaS
    • Chat
    • OpenIddictAdmin
Showing 1 to 10 of 12 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on October 22, 2024, 09:35