[Logo] Terracotta Discussion Forums (LEGACY READ-ONLY ARCHIVE)
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
[Expert]
Messages posted by: leonid  XML
Profile for leonid -> Messages posted by leonid [2]
Author Message

teck wrote:
It seems that our code is getting confused by the version string reported by your particular IBM vm.

Can you do two things for us:
(1) Post the output of "java -version" for your VM
(2) Compile/Run the attached program with your VM

Unfortunately there isn't any special flags or ways to workaround this problem that I know of.

Is is even possible to run websphere with the sun jdk? I was under the impression (although I could certainly be wrong) that websphere had hard dependencies on the IBM VM. 


Thank you for response.

I found this page: http://terracotta.org/confluence/display/integrations/IBM+JDK and update IBM JDK. With this JDK I am made boot-jar successfully. You still need compiled program?

And how do you think what can I do with spring?
Hello.

I am trying to make boot jar for WebSphere's JDK, but I am catching exeption:

Code:
Exception in thread "main" com.tc.object.tools.UnsupportedVMException: Cannot determine VM version
         at com.tc.object.tools.BootJarSignature.<init>(BootJarSignature.java:23)
         at com.tc.object.tools.BootJarSignature.getSignatureForThisVM(BootJarSignature.java:52)
         at com.tc.object.tools.BootJarSignature.getBootJarNameForThisVM(BootJarSignature.java:61)
         at com.tc.object.tools.BootJarTool.main(BootJarTool.java:2513)


What is wrong?

And the second question.

If I want to use terracotta, spring and websphere together, I must change the websphere's JVM from IBM JDK to SUN JDK? Or I can instrument a spring beans as a simple POJO classes?

Thanks for the answers.
 
Profile for leonid -> Messages posted by leonid [2]
Go to:   
Powered by JForum 2.1.7 © JForum Team