This is a new installation where we copied the old license file from another server to the new server under /home/oracle/.chemaxon. Tomat server in the old machine was started as oracle user.
I have followed the procedure but still getting same error. The error in jchem server is the following
Product name: Reactor
Please contact
sales _at_ chemaxon.com to obtain the corresponding license.
Students and academic researchers are entitled of free use
through our Academic Package, for more information
please visit:
http://www.chemaxon.com/acpack_conditions.html
at chemaxon.license.LicenseHandler.checkLicense(LicenseHandler.java:691)
at chemaxon.reaction.Reactor.checkLicense(Reactor.java:2352)
at chemaxon.reaction.Reactor.react(Reactor.java:1674)
at chemaxon.jchem.cartridge.servlets.react.InteropReactor.reactDefault(InteropReactor.java:80)
at chemaxon.jchem.cartridge.servlets.react.InteropReactor.react(InteropReactor.java:51)
at chemaxon.jchem.cartridge.servlets.react.JCartReactor$ReactProcessor.run0(JCartReactor.java:346)
at chemaxon.jchem.cartridge.servlets.react.JCartReactor$ReactProcessor.call(JCartReactor.java:325)
... 6 more
Apr 23, 2008 3:59:08 PM chemaxon.jchem.cartridge.rmi.impl.RmiImplUtil handleError
SEVERE: Error in RMI call
java.rmi.RemoteException: java.lang.Exception: chemaxon.license.LicenseException: No valid license has been found.
Product name: Reactor
Please contact
sales _at_ chemaxon.com to obtain the corresponding license.
Students and academic researchers are entitled of free use
through our Academic Package, for more information
please visit:
http://www.chemaxon.com/acpack_conditions.html
at chemaxon.jchem.cartridge.rmi.impl.RmiImplUtil.handleError(RmiImplUtil.java:48)
at chemaxon.jchem.cartridge.rmi.impl.ReactProductsImpl.getNextProducts(ReactProductsImpl.java:77)
at chemaxon.jchem.cartridge.rmi.impl.JcReactImpl.reactSimple(JcReactImpl.java:51)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:305)
at sun.rmi.transport.Transport$1.run(Transport.java:159)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:155)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
at java.lang.Thread.run(Thread.java:619)