jatin_sanghi
14th September 2009, 15:52
Hi All,

I'am trying to setup ODm functionality on our test LN FP2 server. I have installed the ODM client anf Vault server on the LN server itself and specified respective directories for them.

Hosts and Areas have also been defined. I have used baan user as an employee with all roles attached to it and have attached a document in the countries session "tcmcs0510m000". I'am able to open/ see that document from the server. Revisions and changes to the document are all happening fine and the released documents are getting stored in the vault area as well. Now, when I'am trying to open this document from some other machine that has direct access to this vault area, I get the error "Could not open document" and in the ODM errors, the message says "Java VM is not supported on this platform".

I have installed Windows VM on the vault server machine as indicated in the ODM documentaion and as a test on the other machine as well.
But, I'am not able to solve out as why this error is coming. Please help in this regard.

regards,

Jatin Sanghi

Juergen
15th September 2009, 15:34
Did you use the old Microsoft VM?
ODM is made compatible with the SUN JAVA (SUN JVM). The MS VM is no more required to work with ODM.

Regards,
Juergen

jatin_sanghi
16th September 2009, 10:06
HI Juergen,

Can I install the SUN Java on top of MVM already installed. Will that cause any issue.
please suggest.

regards,

Jatin Sanghi

Juergen
16th September 2009, 18:24
Hi Jatin,

I don`t see a problem to install also the SUN JAVA if the old MS JAVA is already installed but I`m not the total java expert.

Hint:
If you install the SUN JAVA please check the start scripts in the dmfsvs subdirectory of the ODM Vault server which java command is used.
If needed replace the jview command (which was used for the old MS VM) by the java command. That was needed in our case.

Example: java com.vault.server.VaultServer com\vault\properties\Server4001.properties

Regards,
Juergen

pcolombo
3rd December 2009, 15:23
I also Have installed ODM Server and client in same LN Server, started Vault server using Java VM (using java ...2001properties). Also configured hosts, work areas and vault areas. But still having "JVM not supported" message when trying to attach a document.

pcolombo
12th December 2009, 05:09
Have my problem solved.

In my Odm server machine(Win 2003 Server, but also tried in Red Hat Linux)

1)Set up the following environment variables
a) JAVA_HOME=<path where my JRE is Installed>
b) PATH = %JAVA_HOME%\bin;%JAVA_HOME%\bin\client;%PATH% (Win 2003)
2) Installed ODM server that uses JVM
3) Setup CLASSPATH=%CLASSPATH%;<path where ODM server is installed >\com
4) run java com.vault.server.VaultServer com\vault\properties\Server4001.properties from <path where ODM server is installed>