Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 176435
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T13:52:38+00:00 2026-05-11T13:52:38+00:00

Hi I’ve run into some problems with hibernate 2nd level cache. As cache provider

  • 0

Hi I’ve run into some problems with hibernate 2nd level cache. As cache provider I use ehcache.

Part of config from persistence.xml

<property name='hibernate.cache.use_second_level_cache' value='true'/> <property name='hibernate.cache.provider_class' value='net.sf.ehcache.hibernate.EhCacheProvider' /> <property name='hibernate.cache.provider_configuration_file_resource_path' value='/ehcache.xml' /> 

I configure my entities using annotations so:

@Cache(region = 'Kierunek', usage = CacheConcurrencyStrategy.READ_WRITE) public class Kierunek implements Serializable {

imports for those annotations are: import org.hibernate.annotations.Cache; import org.hibernate.annotations.CacheConcurrencyStrategy;

my ehcache.xml

<diskStore path='java.io.tmpdir' />  <defaultCache maxElementsInMemory='10000' eternal='false'     timeToIdleSeconds='120' timeToLiveSeconds='120' overflowToDisk='true'     diskSpoolBufferSizeMB='30' maxElementsOnDisk='10000000'     diskPersistent='false' diskExpiryThreadIntervalSeconds='120'     memoryStoreEvictionPolicy='LRU' />  <cache name='Kierunek' maxElementsInMemory='1000'     eternal='true' overflowToDisk='false' memoryStoreEvictionPolicy='LRU' /> 

And anyone idea why i get following error ?

WARNING: Could not find a specific ehcache configuration for cache named [persistence.unit:unitName=pz2EAR.ear/pz2EJB.jar#pz2EJB.Kierunek]; using defaults. 19:52:57,313 ERROR [AbstractKernelController] Error installing to Start: name=persistence.unit:unitName=pz2EAR.ear/pz2EJB.jar#pz2EJB state=Create java.lang.IllegalArgumentException: Cache name cannot contain '/' characters. 

solution is to add another property to persistence.xml

<property name='hibernate.cache.region_prefix' value=''/> 

and that removes that faulty prefix big thx ruslan!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T13:52:39+00:00Added an answer on May 11, 2026 at 1:52 pm

    IMHO, you get the generated region name for your class. This generated name ‘persistence.unit:unitName=pz2EAR.ear/pz2EJB.jar#pz2EJB.pl.bdsdev.seps.encje.Kierunek’. And it’s not defined in your’s ehcache.xml configuration. Also it’s looking for the predefined name, so it can’t use default region.

    As an option to solve this problem you can use @Cache annotation properties to predefine some region name, like

    @Cache(region = 'Kierunek', usage = CacheConcurrencyStrategy.READ_WRITE)  public class Kierunek implements Serializable {   // .... } 

    And in ehcache.xml

    <cache name='Kierunek'         maxElementsInMemory='1000'        eternal='true'         overflowToDisk='false'         memoryStoreEvictionPolicy='LRU' /> 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 84k
  • Answers 84k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Did you try to enforce the use of the index?… May 11, 2026 at 5:01 pm
  • Editorial Team
    Editorial Team added an answer It may be that realpath() is helpful to you. realpath()… May 11, 2026 at 5:01 pm
  • Editorial Team
    Editorial Team added an answer While SQLCMD.exe is the best way, SSMS also has a… May 11, 2026 at 5:01 pm

Related Questions

Hi I am trying to deploy an application using webstart. I have a requirement
Hi i need to generate 9 digit unique account numbers. Here is my pseudocode:
Hi i want to write a game with a main game form and lot
Hi I'm trying to debug a stored procedure through SQL Analyzer and one of
Hi I'd like to schedule an existing job in the Sql Server 2005 agent

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.