Advertisement
Guest User

Working log file

a guest
Jan 14th, 2015
398
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.11 KB | None | 0 0
  1. !SESSION 2015-01-14 13:35:20.171 -----------------------------------------------
  2. eclipse.buildId=unknown
  3. java.version=1.7.0_71
  4. java.vendor=Oracle Corporation
  5. BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
  6. Command-line arguments: -console -dev file:C:/Users/xyz/workspace/Servers/Java EE 6 Web Profile Server-config/configuration/dev.properties
  7.  
  8. !ENTRY com.sap.conn.jco.cloud 4 0 2015-01-14 13:35:25.088
  9. !MESSAGE FrameworkEvent ERROR
  10. !STACK 0
  11. org.osgi.framework.BundleException: Exception in com.sap.conn.jco.NeoActivator.start() of bundle com.sap.conn.jco.cloud.
  12. at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:734)
  13. at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:683)
  14. at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:381)
  15. at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:390)
  16. at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1176)
  17. at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:559)
  18. at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:544)
  19. at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:457)
  20. at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:243)
  21. at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:438)
  22. at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:1)
  23. at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
  24. at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)
  25. Caused by: java.lang.RuntimeException: Cannot load the JCo native library. (exception java.lang.ExceptionInInitializerError: JCo initialization failed with java.lang.UnsatisfiedLinkError: no sapjco3 in java.library.path)
  26. If you don't develop a JCo scenario for HANA Cloud, you can ignore this issue.
  27. Check if you have installed the Visual Studio 2010 runtime libraries in the correct version. (vcredist.msi)
  28. The 64bit msi can be downloaded from http://www.microsoft.com/download/en/details.aspx?id=14632
  29.  
  30. at com.sap.conn.jco.NeoInitializer.processLoadError(NeoInitializer.java:70)
  31. at com.sap.conn.jco.NeoInitializer.initJCoRuntime(NeoInitializer.java:40)
  32. at com.sap.conn.jco.NeoActivator.start(NeoActivator.java:20)
  33. at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:711)
  34. at java.security.AccessController.doPrivileged(Native Method)
  35. at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:702)
  36. ... 12 more
  37. Caused by: java.lang.ExceptionInInitializerError: JCo initialization failed with java.lang.UnsatisfiedLinkError: no sapjco3 in java.library.path
  38. at com.sap.conn.jco.rt.MiddlewareJavaRfc.<clinit>(MiddlewareJavaRfc.java:175)
  39. at com.sap.conn.jco.rt.DefaultJCoRuntime.initialize(DefaultJCoRuntime.java:95)
  40. at com.sap.conn.jco.rt.JCoRuntimeFactory.<clinit>(JCoRuntimeFactory.java:23)
  41. at com.sap.conn.jco.rt.neo.NeoRuntimeFactory.getRuntime(NeoRuntimeFactory.java:12)
  42. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  43. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  44. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  45. at java.lang.reflect.Method.invoke(Method.java:606)
  46. at com.sap.conn.jco.NeoInitializer.initJCoRuntime(NeoInitializer.java:32)
  47. ... 16 more
  48. Root exception:
  49. java.lang.RuntimeException: Cannot load the JCo native library. (exception java.lang.ExceptionInInitializerError: JCo initialization failed with java.lang.UnsatisfiedLinkError: no sapjco3 in java.library.path)
  50. If you don't develop a JCo scenario for HANA Cloud, you can ignore this issue.
  51. Check if you have installed the Visual Studio 2010 runtime libraries in the correct version. (vcredist.msi)
  52. The 64bit msi can be downloaded from http://www.microsoft.com/download/en/details.aspx?id=14632
  53.  
  54. at com.sap.conn.jco.NeoInitializer.processLoadError(NeoInitializer.java:70)
  55. at com.sap.conn.jco.NeoInitializer.initJCoRuntime(NeoInitializer.java:40)
  56. at com.sap.conn.jco.NeoActivator.start(NeoActivator.java:20)
  57. at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:711)
  58. at java.security.AccessController.doPrivileged(Native Method)
  59. at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:702)
  60. at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:683)
  61. at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:381)
  62. at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:390)
  63. at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1176)
  64. at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:559)
  65. at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:544)
  66. at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:457)
  67. at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:243)
  68. at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:438)
  69. at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:1)
  70. at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
  71. at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)
  72. Caused by: java.lang.ExceptionInInitializerError: JCo initialization failed with java.lang.UnsatisfiedLinkError: no sapjco3 in java.library.path
  73. at com.sap.conn.jco.rt.MiddlewareJavaRfc.<clinit>(MiddlewareJavaRfc.java:175)
  74. at com.sap.conn.jco.rt.DefaultJCoRuntime.initialize(DefaultJCoRuntime.java:95)
  75. at com.sap.conn.jco.rt.JCoRuntimeFactory.<clinit>(JCoRuntimeFactory.java:23)
  76. at com.sap.conn.jco.rt.neo.NeoRuntimeFactory.getRuntime(NeoRuntimeFactory.java:12)
  77. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  78. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  79. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  80. at java.lang.reflect.Method.invoke(Method.java:606)
  81. at com.sap.conn.jco.NeoInitializer.initJCoRuntime(NeoInitializer.java:32)
  82. ... 16 more
  83.  
  84. !ENTRY org.eclipse.osgi 2 0 2015-01-14 13:37:21.023
  85. !MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
  86. !SUBENTRY 1 org.eclipse.osgi 2 0 2015-01-14 13:37:21.023
  87. !MESSAGE Bundle reference:file:plugins/com.sap.conn.jco.cloud.win32.x86_64_3.1.1.10.jar was not resolved.
  88. !SUBENTRY 2 com.sap.conn.jco.cloud.win32.x86_64 2 0 2015-01-14 13:37:21.023
  89. !MESSAGE Missing native code match /lib/sapjco3.dll; processor=x86_64; osname=win32.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement