As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
Exception in thread "main" java.lang.NoClassDefFoundError: ibi/nls/IBInls at ibi.broker.system.config.CASTER_System.(CASTER_System.java:39) at sun.misc.Unsafe.ensureClassInitialized(Native Method) at sun.reflect.UnsafeFieldAccessorFactory.newFieldAccessor(Unknown Source) at sun.reflect.ReflectionFactory.newFieldAccessor(Unknown Source) at java.lang.reflect.Field.acquireFieldAccessor(Unknown Source) at java.lang.reflect.Field.getFieldAccessor(Unknown Source) at java.lang.reflect.Field.getLong(Unknown Source) at java.io.ObjectStreamClass.getDeclaredSUID(Unknown Source) at java.io.ObjectStreamClass.access$700(Unknown Source) at java.io.ObjectStreamClass$2.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.io.ObjectStreamClass.(Unknown Source) at java.io.ObjectStreamClass.lookup(Unknown Source) at java.io.ObjectStreamClass.initNonProxy(Unknown Source) at java.io.ObjectInputStream.readNonProxyDesc(Unknown Source) at java.io.ObjectInputStream.readClassDesc(Unknown Source) at java.io.ObjectInputStream.readOrdinaryObject(Unknown Source) at java.io.ObjectInputStream.readObject0(Unknown Source) at java.io.ObjectInputStream.defaultReadFields(Unknown Source) at java.io.ObjectInputStream.readSerialData(Unknown Source) at java.io.ObjectInputStream.readOrdinaryObject(Unknown Source) at java.io.ObjectInputStream.readObject0(Unknown Source) at java.io.ObjectInputStream.defaultReadFields(Unknown Source) at java.io.ObjectInputStream.readSerialData(Unknown Source) at java.io.ObjectInputStream.readOrdinaryObject(Unknown Source) at java.io.ObjectInputStream.readObject0(Unknown Source) at java.io.ObjectInputStream.readObject(Unknown Source) at ibi.broker.console.DSTCommandIOHandler.read(DSTCommandIOHandler.java:49) at ibi.broker.console.DSTBrokerClient.receive(DSTBrokerClient.java:51) at ibi.broker.console.DSTConsoleCtrl.send(DSTConsoleCtrl.java:221) at ibi.broker.system.util.DSTConfigInitializer.getConfigTable(DSTConfigInit ializer.java:602) at ibi.broker.system.util.DSTConfigInitializer.init(DSTConfigInitializer.ja va:551) at ibi.broker.system.util.DSTConfigInitializer.initialize(DSTConfigInitiali zer.java:518) at ibi.broker.api.CasterManagedConnectionFactory.createConnectionFactory(Ca sterManagedConnectionFactory.java:202) at InvokeSchedule.main(InvokeSchedule.java:78) Caused by: java.lang.ClassNotFoundException: ibi.nls.IBInls at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClassInternal(Unknown Source) ... 35 more
Any help in getting this resolved is greatly appreciated.
Thanks ByeThis message has been edited. Last edited by: Kerry,
Is ReportCaster working fine otherwise? Is this the only procedure that is causing an error? Have you tried restarting the ReportCaster service and Web application server?
Looks like possible a lost pointer somewhere for Java, but that would usually cause other problems as well. Sounds funny, but I've seen it in our environment (on linux as well) and it's usually resolved with a reboot. If it's only this specific procedure, then it's step-by-step troubleshooting. Try turning on the ReportCaster traces to see if you can see something more specific.
Regards,
Darin
In FOCUS since 1991 WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex WF Client: 77 on Linux w/Tomcat
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007
Actually I am running the InvokeSchedule program from my PC to connect to the host/port and run the schedule. Is that a right approach to do the testing.
I don't even know what the "InvokeSchedule" program is. Is that some custom app the has been created in your environment to use ReportCaster? Maybe someone else could shed more light on the subject?
Regards,
Darin
In FOCUS since 1991 WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex WF Client: 77 on Linux w/Tomcat
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007