Skip to Content
0
Former Member
Jul 15, 2008 at 04:19 AM

jcontrol.exe not coming up after JDBC driver installation in CE 7.1 server

18 Views

Hi All,

After installing Oracle jdbc driver and restarting the ce 7.1 server, the jcontrol.exe is not getting started. On checking the log files, I can see the following exception:

com.sap.engine.bootstrap.SynchronizationException: Unable to synchronize binaries from the Database. Check consistency!

at com.sap.engine.bootstrap.synch.RuntimeUpdater.synch(RuntimeUpdater.java:148)

at com.sap.engine.bootstrap.Bootstrap.synchronizeInstance(Bootstrap.java:82)

at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:252)

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:585)

at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:161)

-


== Caused by: ==----


com.sap.engine.bootstrap.SynchronizationException: ERROR: Writing file http://.\bin\ext\Oracle JDBC Driver Cust\ojdbc14.jar.

at com.sap.engine.bootstrap.synch.RuntimeUpdater.synchIndexChangedFiles(RuntimeUpdater.java:179)

at com.sap.engine.bootstrap.synch.RuntimeUpdater.synch(RuntimeUpdater.java:133)

at com.sap.engine.bootstrap.Bootstrap.synchronizeInstance(Bootstrap.java:82)

at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:252)

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:585)

at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:161)

-


== Caused by: ==----


java.util.zip.ZipException: error in opening zip file

at java.util.zip.ZipFile.open(Native Method)

at java.util.zip.ZipFile.<init>(ZipFile.java:205)

at java.util.jar.JarFile.<init>(JarFile.java:132)

at java.util.jar.JarFile.<init>(JarFile.java:97)

at com.sap.engine.bootstrap.synch.RuntimeUpdater.readJarIndex(RuntimeUpdater.java:348)

at com.sap.engine.bootstrap.synch.RuntimeUpdater.synchIndexChangedFiles(RuntimeUpdater.java:176)

at com.sap.engine.bootstrap.synch.RuntimeUpdater.synch(RuntimeUpdater.java:133)

at com.sap.engine.bootstrap.Bootstrap.synchronizeInstance(Bootstrap.java:82)

at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:252)

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:585)

at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:161)

I have already checked the DB, it is up and also the log files; db is not running out of space and also checked with the admin pwd in the secure store.

Any pointers to this !!!!

Thanks