You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.
The example is not running. Throws an exception - how to fix it? any hint.
Browser Output:
Error 404: java.io.FileNotFoundException: SRVE0190E: File not found: /ejb-war/ejbservlet/
Exception:
[INFO] [ERROR ] CWWKE0701E: FrameworkEvent ERROR Bundle:com.ibm.ws.config(id=8) org.osgi.framework.BundleException: Exception in com.ibm.ws.config.internal.WSConfigActivator.start() of bundle com.ibm.ws.config.
[INFO] at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:795)
[INFO] at [internal classes]
[INFO] Caused by: java.lang.NoClassDefFoundError: jdk/internal/reflect/SerializationConstructorAccessorImpl
[INFO] at java.base/java.lang.ClassLoader.defineClass1(Native Method)
[INFO] at java.base/java.lang.System$2.defineClass(System.java:2189)
[INFO] at java.base/jdk.internal.reflect.ClassDefiner.defineClass(ClassDefiner.java:65)
[INFO] at java.base/jdk.internal.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:400)
[INFO] at java.base/jdk.internal.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:394)
[INFO] at java.base/java.security.AccessController.doPrivileged(AccessController.java:312)
[INFO] at java.base/jdk.internal.reflect.MethodAccessorGenerator.generate(MethodAccessorGenerator.java:393)
[INFO] at java.base/jdk.internal.reflect.MethodAccessorGenerator.generateSerializationConstructor(MethodAccessorGenerator.java:112)
[INFO] at java.base/jdk.internal.reflect.ReflectionFactory.generateConstructor(ReflectionFactory.java:466)
[INFO] at java.base/jdk.internal.reflect.ReflectionFactory.newConstructorForSerialization(ReflectionFactory.java:458)
[INFO] at java.base/java.io.ObjectStreamClass.getSerializableConstructor(ObjectStreamClass.java:1582)
[INFO] at java.base/java.io.ObjectStreamClass$2.run(ObjectStreamClass.java:540)
[INFO] at java.base/java.io.ObjectStreamClass$2.run(ObjectStreamClass.java:512)
[INFO] at java.base/java.security.AccessController.doPrivileged(AccessController.java:312)
[INFO] at java.base/java.io.ObjectStreamClass.<init>(ObjectStreamClass.java:512)
[INFO] at java.base/java.io.ObjectStreamClass.lookup(ObjectStreamClass.java:403)
[INFO] at java.base/java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1143)
[INFO] at java.base/java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:353)
[INFO] at com.ibm.ws.config.admin.internal.ConfigurationStore.serializeConfigurationData(ConfigurationStore.java:213)
[INFO] ... 1 more
[INFO] Caused by: java.lang.ClassNotFoundException: jdk.internal.reflect.SerializationConstructorAccessorImpl cannot be found by com.ibm.ws.config_1.0.17.cl170220170523-1818
[INFO] ... 24 more
[INFO] Event:org.osgi.framework.FrameworkEvent[source=com.ibm.ws.config_1.0.17.cl170220170523-1818 [8]]
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The example is not running. Throws an exception - how to fix it? any hint.
Browser Output:
Error 404: java.io.FileNotFoundException: SRVE0190E: File not found: /ejb-war/ejbservlet/
Exception:
The text was updated successfully, but these errors were encountered: