Skip to Content

YAWL Editor Bug (Problem with Decompositons, registered YAWL Services)

1 reply [Last post]
robert
User offline. Last seen 6 days 16 hours ago. Offline
Joined: 07/06/2010
Groups: None

Hey,

I have some problems / found a Bug with the YAWL Editor Version 2.1Beta.

I tried to create a decomposition, but I could not chose any registered YAWL-Service. The following NoClassDefFoundError error occured:

Exception in thread "Thread-7" java.lang.NoClassDefFoundError: org/yawlfoundatio
n/yawl/authentication/YClient
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:12
4)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
at org.yawlfoundation.yawl.engine.interfce.interfaceA.InterfaceA_Environ
mentBasedClient.getRegisteredYAWLServices(InterfaceA_EnvironmentBasedClient.java
:131)
at org.yawlfoundation.yawl.editor.thirdparty.engine.ConnectableEnginePro
xyImplementation.getRegisteredYAWLServices(ConnectableEngineProxyImplementation.
java:89)
at org.yawlfoundation.yawl.editor.thirdparty.engine.YAWLEngineProxy.getR
egisteredYAWLServices(YAWLEngineProxy.java:108)
at org.yawlfoundation.yawl.editor.swing.data.YawlServiceComboBox.addYawl
ServicesFromEngine(YawlServiceComboBox.java:55)
at org.yawlfoundation.yawl.editor.swing.data.YawlServiceComboBox.addYawl
Services(YawlServiceComboBox.java:51)
at org.yawlfoundation.yawl.editor.swing.data.YawlServiceComboBox.refresh
(YawlServiceComboBox.java:44)
at org.yawlfoundation.yawl.editor.swing.data.TaskDecompositionUpdateDial
og$5.run(TaskDecompositionUpdateDialog.java:316)

 

My solution is to open the YAWLEditor2.1Beta.jar with 7zip, browing to the YAWLEditor2.1beta.jar\org\yawlfoundation\yawl\ directory and adding the authentication directory and its files from YAWL_INSTALLATION_PATH\engine\apache-tomcat-6.0.18\webapps\yawl\WEB-INF\classes\org\yawlfoundation\yawl\.

There is another problem, the YAWL Editor does not save the login information in the "Resource Service Connection" Dialog.

Hope, I could help.

Cheers, Robert

michael
User offline. Last seen 3 days 18 hours ago. Offline
Joined: 09/29/2009
Groups: None
re: editor bug

Hi Robert,

These issues have been fixed in this later build 

Thanks, Michael.