Base solution for your next web application
Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "Leonardo.Willrich"

Hi ryancyq

The most strange is in my local machine, development environment, it works fine. Only when it is running in our non-production environment with the application published in a ISS server it happens.

Some idea what is going on? Any configuration maybe I am missing?

In additional,

I realized that in my appsettings.json I have these configuration:

"Abp": { "RedisCache": { "ConnectionString": "localhost", "DatabaseId": -1 } },

And in my preInitialize() method I have these lines:

        //Uncomment this line to use Redis cache instead of in-memory cache.
        //See app.config for Redis configuration and connection string
        Configuration.Caching.UseRedis(options =>
        {
            options.ConnectionString = _appConfiguration["Abp:RedisCache:ConnectionString"];
            options.DatabaseId = _appConfiguration.GetValue<int>("Abp:RedisCache:DatabaseId");
        });
        

Maybe is there something wrong with that?

Guys,

I am still struggling to fix it. My logs have tons and tons of ERROR with Timeout, and only for "AbpUserSettingsCache".

Some idea?

Hi @ismcagdas

They are different databases, however, almost the same data. The database and tables are really small compared with caches that I use in my routines. I am getting erros only in apb routine.

I will try Windows's Event Viewer.

Do you mean changing "en-GB" to "en"?

Do I need to change from Language and Settings table as well?

Hi Aaron,

I have one line with TenantId = Null and UserId = Null

Do I need to have this configuration per Tenant?

Hi, I have already read that question, but it doesn't work for me.

I have in my AbpLanguages table just one record:

And in my Source folder I have just one file with en-GB culture:

I wonder if somehow it is looking for "en" culture instead of "en-GB". Is this possible?

No, I am deployinng on Windows Server 2012 R2 IIS version 8.5.9600.16384.

Showing 51 to 58 of 58 entries