cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1102
Views
25
Helpful
9
Replies

Can't start WCS 6.0.132.0 after upgrade

PeterJacobsen
Level 1
Level 1

Hi

I've just upgraded WCS from 4.2.128.0 to 6.0.132.0 But WCS won't start. The hm_launchout.txt file show:

Starting Health Monitor as a primary

Checking for port 8082 availability… ok

Starting Health Monitor Web Server…

Health Monitor Web Server Started.

Starting Health Monitor Server…

Health Monitor Server Started.

Starting WCS server

Invalid maximum heap size: -xmxm

Could not create the Java virtual machine.

Anyone knows what to do?

Thanks

1 Accepted Solution

Accepted Solutions

Lucien Avramov
Level 10
Level 10

You hit bug : CSCta18874

To fix it:

Edit startServer.sh in WCSx.x/bin folder or startServer.bat in Windows

Replace a line with:

export JAVA_OPTS="-server -Xms256m -Xmx1024m -XX:MaxPermSize=256m -Djava.awt.hea dless=true"

This should fix your problem

View solution in original post

9 Replies 9

Lucien Avramov
Level 10
Level 10

You hit bug : CSCta18874

To fix it:

Edit startServer.sh in WCSx.x/bin folder or startServer.bat in Windows

Replace a line with:

export JAVA_OPTS="-server -Xms256m -Xmx1024m -XX:MaxPermSize=256m -Djava.awt.hea dless=true"

This should fix your problem

Thank you so much.

It was exactly that bug.

Even though my installation isn't German I did the workaround:

Modify WCS_Install_Directory\bin\startServer.bat

change the line:

set MAX_HEAP_SIZE=m

to

set MAX_HEAP_SIZE=1024m

:-)

I had the same problem with a server installed with a the danish locale. (I guess the same as Peter's)

Yes my was also Danish.

Did the workaround solved you issues?

Peter

Yes

This happens on upgrades regardless of the language.

I will modify the release notes of the bug.

Thanks for reporting the issue and glad to hear the workaround fixed the issue.

suporteziva
Level 1
Level 1

lavramov,

Thank you soo much for this reply!

It's save me!

:)

Yes I did.

Just change

set MAX_HEAP_SIZE=m

to

set MAX_HEAP_SIZE=1024m

And WCS starts up.

Glad to help. Dont hesitate to vote for this. The more votes on this post, the more chances people will look into it if they run in the issue.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: