jclju1
28th September 2007, 18:28
Hi guys!

I copied one Baan5.0 c application from old to a new server. I didn't change anything except portingset - I must change it because of newer version OS and Oracle database. We tested application on a new server, everything worked OK except Office Integration. We could not start tmboaserver, reported error was "failed to start JAVA, wrong JDK version".

What I changed was JAVAHOME because on a new there is different java version on different location.

I tried to trace as well (-- -keeplog -logfile java.log -dbgjvmi) and result is in attachment.

Does anybody know what can be a problem? Why is LIBPATH setting so? We don't have java 1.3!

Thanks in advance and best regards.

NPRao
28th September 2007, 21:38
Refer to the already discussed threads -

Baan World Adapter (http://www.baanboard.com/baanboard/showthread.php?t=36834&highlight=%22wrong+JDK+version%22)

Ms-Project Integration with ERP LN (http://www.baanboard.com/baanboard/showthread.php?t=28415&highlight=%22wrong+JDK+version%22)

Also check the Porting Set release notes for changes in CLASS PATH settings or Java compatibility settings.

jclju1
3rd October 2007, 10:51
I solved my problem adding /usr/java14/jre/bin/classic to LIBPATH.