|
View:
New views
1 Messages
—
Rating Filter:
Alert me
|
|
|
[JIRA] Created: (CDV-932) Support for HP-UXSupport for HP-UX
----------------- Key: CDV-932 URL: https://jira.terracotta.org/jira//browse/CDV-932 Project: Community Development Issue Type: New Feature Affects Versions: 2.7.0 Environment: HP-UX java version "1.5.0.11" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0.11-_07_nov_2007_10_59) Java HotSpot(TM) Server VM (build 1.5.0.11 jinteg:11.07.07-16:23 IA64, mixed mode) Reporter: Sergio Bossa Assignee: Issue Review Board Attachments: VendorVmSignature.diff, VmVersion.diff HP-UX is currently unsupported due to its vendor-specific JVM, but it seems to be a problem related to version/vendor information parsing. So, I've successfully patched the following sources (see attachments for diffs): - com.tc.util.runtime.VmVersion - com.tc.util.VendorVmSignature And rebuilt the whole Terracotta package. Now, Terracotta server and client properly start and work, at least by testing them through the "coordination" sample. I just get the following exception, which shouldn't affect anything other than statistics: 9224 [main] DEBUG Sigar - no libsigar-ia64-hpux-11.sl in java.library.path org.hyperic.sigar.SigarException: no libsigar-ia64-hpux-11.sl in java.library.path at org.hyperic.sigar.Sigar.loadLibrary(Sigar.java:160) at org.hyperic.sigar.Sigar.<clinit>(Sigar.java:90) at com.tc.statistics.retrieval.actions.SRACpu.<init>(SRACpu.java:25) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:494) at java.lang.Class.newInstance0(Class.java:354) at java.lang.Class.newInstance(Class.java:307) at com.tc.statistics.retrieval.impl.StatisticsRetrievalRegistryImpl.registerActionInstance(StatisticsRetrievalRegistryImpl.java:53) at com.tc.object.DistributedObjectClient.populateStatisticsRetrievalRegistry(DistributedObjectClient.java:229) at com.tc.object.DistributedObjectClient.start(DistributedObjectClient.java:361) at com.tc.object.bytecode.ManagerImpl$2.execute(ManagerImpl.java:175) at com.tc.lang.StartupHelper.startUp(StartupHelper.java:39) at com.tc.object.bytecode.ManagerImpl.startClient(ManagerImpl.java:188) at com.tc.object.bytecode.ManagerImpl.init(ManagerImpl.java:130) at com.tc.object.bytecode.ManagerImpl.init(ManagerImpl.java:118) at com.tc.object.bytecode.hook.impl.ClassProcessorHelper.createGlobalContext(ClassProcessorHelper.java:634) at com.tc.object.bytecode.hook.impl.ClassProcessorHelper.init(ClassProcessorHelper.java:421) at com.tc.object.bytecode.hook.impl.ClassProcessorHelper.systemLoaderInitialized(ClassProcessorHelper.java:795) at java.lang.ClassLoader.initSystemClassLoader(ClassLoader.java:1327) at java.lang.ClassLoader.getSystemClassLoader(ClassLoader.java:1286) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://jira.terracotta.org/jira//secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira _______________________________________________ tc-dev mailing list tc-dev@... http://lists.terracotta.org/mailman/listinfo/tc-dev |
| Free Forum Powered by Nabble | Forum Help |