cancel
Showing results for 
Search instead for 
Did you mean: 

Error during bootstrap: Attempt to fully materialize too large lob data

christian_gnther3
Participant
0 Kudos

Hi all,

I have Solaris 10 with DB 2 V8. I installed WebAS Java 7 and and then updated to SP14 - no further usage types, just AS Java.

When I now try to start my WebAS, the server process terminates and in the file jvm_bootstrap.out I see this error:


    Attempt to fully materialize lob data that is too large for the JVM.  
    Disable data source property "fullyMaterializeLobData" for locator-based lob implementation

Can someone tell me how to do what is requested in the error message? I searched google and help.sap.com but was unable to find a clue on how achieve this.

Thanks in advance,

Christian

Accepted Solutions (0)

Answers (1)

Answers (1)

christian_gnther3
Participant
0 Kudos

Ok, Ok - I'm actually sorry for even posting this. I just found out, that I did forget to increase my heap size to 2GB - I was sure I did this, so I did not take a look at the options earlier.

I did this now and restarted the engine - all is working perfectly1

Well, maybe someone else encounters this error too, so for this person:

The error can either be circumvented by setting this parameter (I still have no clue on how to do so) or increasing the -Xmx and -Xms parameter to at least 2048M.

Greetings,

Christian

Former Member
0 Kudos

Thank you for this post. It saved me lots of time.