Mr Christensen, thank you for your response. Sorry to only get back to
this now.
As you suggested, I looked at the log and saw that whenever an
IN_EVENT FB must be created, the progress bar just keeps on running
and the log stops at:
SERVER_1_TEST.IO: <Request ID="7" Action="CREATE" >
<FB Name="$_INIT" Type="IN_EVENT" />
</Request>
Then I tried to open the IN_EVENT FB and tried to compile but get the
following:
Saving IN_EVENT.java...Done.
Compiling IN_EVENT.java...
/home/anro/Documents/Active/Studies/MscEngProject/Work/IECFB/fbdk/java/
fb/rt/hmi/IN_EVENT.java:11: fb.rt.hmi.IN_EVENT is not abstract and
does not override abstract method
actionPerformed(java.awt.event.ActionEvent) in
java.awt.event.ActionListener
public class IN_EVENT extends FBInstance implements ActionListener {
^
1 error
This problem is only on my Ubuntu linux PC. In windows everything
works fine. I don’t understand because everything worked fine in
Ubuntu and suddenly I started getting this problem. I did try it with
freshly unpacked files but still get the problem.
I would really appreciate any help.
Thank you
Anro
On Oct 24, 8:03 pm, James Christensen <
james.h.christen...@gmail.com>
wrote:
> The key call is:> at java.lang.Class.forName(Class.java:186)
> > at fb.rt.FBManager.createFB(FBManager.java:259)
>
> FBManager was trying to create an FB at this point, and the class
> loader encountered a defective .class file. This probably resulted
> from a compiler error at some point.
>
> By turning on the logging from the "Preferences" dialog, you should be
> able to see which FB it was trying to create.
> --
> Best regards,
> Jim Christensen
>