cancel
Showing results for 
Search instead for 
Did you mean: 

[BO 4.0 Client Tools] Problems with using Translation Manager

ralphkornack
Participant
0 Kudos

I have Installed SAP BO 4.0 with SP 2 on a Windows 2008 R2 Server with a MS SQL Server 2008 R2 as repository Server.

I have patched the Server with the SP4 for BO. I have installed the Client tools with the same Patchlevel (SP 4) on the same Server.
The Java - Installation is the Installation from SAP BO 4.0

Now I try to use the "Translation Management Tool"
Login with a BO - Administrator and Enterprise authentification.
Next Step ist to load an object from the repository.
This ends with an error Message: java.lang.Exception: initInstance failed. -2

And now? I have no idea.

Who can Help?

Ralph

Accepted Solutions (1)

Accepted Solutions (1)

former_member199543
Contributor
0 Kudos

I believe that Adaptive processing server is overloaded, try to split it or modify existing Xmx parameters of it. By default it uses up to 1 GB of memory, but the best practice is to split it for big environemnts, or if you're running this server as you sandbox, then:

1. go to CMC -> Servers and stop Adaptve processing server

2. Go to properties area of it and search for Xmx parameter, the value assigned to XMX should be 1g, change it to 2g

also you can add thes Java parameters -XX:+UseConcMarkSweepGC -XX:ParallelGCThreads=16 -XX:+UseParNewGC -XX:+UseAdaptiveSizePolicy

HTH

ralphkornack
Participant
0 Kudos

Hello Mister Makmerphy,

it seems, that the higher memory limit solved the problem.
I made it in some steps and now I have a memory limit with 3 Gbyte.

And with a last step I've added the last 4 parameters.

But now I have the Problem:
"This server is considered failed because it has stopped 5 time(s) in 60 minute(s)."

And the actuall status is "failed"

Where can I reset this counter.
Waiting another hour to restart doesn't help

System Reboot doesn't help.

Where can I reset this counter or this timer.

Ralph

former_member199543
Contributor
0 Kudos

You cannot reset it, if you're getting this , then it means that something wrong is with java parameters - syntax error.

Best bet for you here would be to delete the Adaptive proceesing server and create it from the scratch - select all services that you need and modify only Xmx parameter then.

ralphkornack
Participant
0 Kudos

A OK. Then is it the right way to clear the additional paramaters or create it from scatch.

Thank you for your Help

Ralph

Answers (0)