473,609 Members | 1,831 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Help with using TCL/JACL with BSF in JSP for CFMX 6.1/JRUN env

Ok, I installed ANT, I have c:\ant in my ANT_HOME environment variable, I
have c:\ant\bin in my PATH environmental variable, I installed the JAR files
for TCL and for Javascript (Rhino)... to no avail!!! The EXACT same error
occurs:

org/apache/bsf/BSFManager
Please Try The Following:

Check the CFML Reference Manual to verify that you are using the correct
syntax.

Search the Knowledge Base to find a solution to your problem.
Browser Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)
Remote Address 127.0.0.1
Referer
Date/Time 17-Sep-03 10:47 AM

Stack Trace (click to expand)

java.lang.NoCla ssDefFoundError : org/apache/bsf/BSFManager
at java.lang.Class .getMethods0(Na tive Method)
at java.lang.Class .getDeclaredMet hods(Unknown Source)
at java.beans.Intr ospector$1.run( Unknown Source)
at java.security.A ccessController .doPrivileged(N ative Method)
at java.beans.Intr ospector.getPub licDeclaredMeth ods(Unknown Source)
at java.beans.Intr ospector.getTar getEventInfo(Un known Source)
at java.beans.Intr ospector.getBea nInfo(Unknown Source)
at java.beans.Intr ospector.getBea nInfo(Unknown Source)
at jrun.jsp.compil er.Utils.getPro pertyDescriptor (Utils.java:255 )
at
jrun.jsp.compil er.JRunTagLibra ryInfo.getPrope rtyType(JRunTag LibraryInfo.jav a
:724)
at
jrun.jsp.compil er.JRunTagLibra ryInfo.access$1 000(JRunTagLibr aryInfo.java:80 )
at
jrun.jsp.compil er.JRunTagLibra ryInfo$JRunTagA ttributeInfo.ge tTypeName(JRunT a
gLibraryInfo.ja va:775)
at
jrun.jsp.compil er.JSPCompiler$ CustomTagExpand er.insertAttrib utes(JSPCompile r
..java:550)
at
jrun.jsp.compil er.JSPCompiler$ CustomTagExpand er.start_tag(JS PCompiler.java: 4
07)
at jrun.jsp.parser .JSPVisitor.sta rt_tag(JSPVisit or.java:119)
at jrun.jsp.parser .SimpleNode.vis it(SimpleNode.j ava:217)
at jrun.jsp.parser .SimpleNode.vis itChildren(Simp leNode.java:189 )
at jrun.jsp.parser .JSTVisitor.jsp (JSTVisitor.jav a:13)
at jrun.jsp.compil er.JSPCompiler. compile(JSPComp iler.java:117)
at jrun.jsp.compil er.JSPCompiler. compile(JSPComp iler.java:97)
at jrun.jsp.Transl ator.parsePage( Translator.java :144)
at jrun.jsp.Transl ator.translate( Translator.java :249)
at jrun.jsp.Transl ator.translate( Translator.java :102)
at jrun.jsp.JSPEng ine.translateJS P(JSPEngine.jav a:670)
at jrun.jsp.JSPSer vlet.translate( JSPServlet.java :112)
at jrun.jsp.JSPSer vlet.service(JS PServlet.java:1 00)
at jrun.servlet.Se rvletInvoker.in voke(ServletInv oker.java:106)
at jrun.servlet.JR unInvokerChain. invokeNext(JRun InvokerChain.ja va:42)
at
jrun.servlet.JR unRequestDispat cher.invokeNext (JRunRequestDis patcher.java:41 4
)
at
jrun.servlet.JR unRequestDispat cher.forwardInv oke(JRunRequest Dispatcher.java :
387)
at jrun.servlet.JR unNamedDispatch er.forward(JRun NamedDispatcher .java:50)
at coldfusion.lice nse.JspLicenseS ervlet.service( Unknown Source)
at jrun.servlet.Se rvletInvoker.in voke(ServletInv oker.java:106)
at jrun.servlet.JR unInvokerChain. invokeNext(JRun InvokerChain.ja va:42)
at
jrun.servlet.JR unRequestDispat cher.invoke(JRu nRequestDispatc her.java:241)
at
jrun.servlet.Se rvletEngineServ ice.dispatch(Se rvletEngineServ ice.java:527)
at jrun.servlet.ht tp.WebService.i nvokeRunnable(W ebService.java: 172)
at
jrunx.scheduler .ThreadPool$Dow nstreamMetrics. invokeRunnable( ThreadPool.java :
348)
at
jrunx.scheduler .ThreadPool$Thr eadThrottle.inv okeRunnable(Thr eadPool.java:45 1
)
at
jrunx.scheduler .ThreadPool$Ups treamMetrics.in vokeRunnable(Th readPool.java:2 9
4)
at jrunx.scheduler .WorkerThread.r un(WorkerThread .java:66)
I have tried everything I know, everything I read on the Jakarta Apache
website and I can't get it to run no matter what I do!

Phil

--- In no*****@yahoogr oups.com, Erik Hatcher <erik@e...> wrote:
Ah, now we're getting somewhere with that error message - at least it
seems the TLD stuff is in place and being used properly.

Keep in mind that BSF itself is not a scripting language, but a
framework over them. Do you have the TCL language support there (I
presume some type of JAR)? While that error message doesn't quite
indicate this, but sometimes you get weird stack traces when dependent
libraries are missing (my experience with Ant, that is).

Erik

Jul 17 '05 #1
0 2258

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1362
by: Phil Powell | last post by:
I am wondering if anyone out there knows about BSF; if so, please help me as I am getting ClassDefNotFoundError exception errors thrown while trying to use <bsf:expression> and <bsf:scriptlet> tags in any JSP page that evokes the BSF tag library descriptor. This occurs for any JSP page in JRun. Thanx Phil
0
1578
by: Phil Powell | last post by:
I am looking at a developer edition (if exists) of WAS instead of JRun. I can't use JRun because I am convinced that it does not run any JSP scripts that utilize BSF in any way shape or form; yet I hear that it is built into WAS. Anyone with experience uninstalling JRun within CF App Server and replacing with WAS please let me know where I should turn. Thanks Phil
0
1520
by: Phil Powell | last post by:
Could someone explain to me the exact role of the language.properties file in regards to JSP? I have a JAR file that is used to extend the existing taglib declarations in JSP (specifically, bsf.jar) that contains its own languages.properties file that seems to incorporate an extension (e.g. "javascript", "netrexx", "jacl", "perl") to a particular class (e.g. "org.apache.taglibs.bsf.engines.jacl", etc.). Thus far in my web application...
6
4324
by: wukexin | last post by:
Help me, good men. I find mang books that introduce bit "mang header files",they talk too bit,in fact it is my too fool, I don't learn it, I have do a test program, but I have no correct doing result in any way. Who can help me, I thank you very very much. list.cpp(main program) //-------------------------------------------------------------------------- - #pragma hdrstop #pragma argsused
12
18664
by: Phil Powell | last post by:
<cfquery name="getAll" datasource="#request.dsn#"> SELECT U.userID, U.fname, U.lname, U.phone, U.lastLoggedIn, U.choiceId, U.experience, T.label AS teamLabel, R.label AS roleLabel FROM User U LEFT JOIN UserTeamAssoc UTA ON UTA.userID = U.userID, Role R, UserRoleAssoc URA, Team T WHERE U.userID = URA.userID AND URA.roleID = R.roleID AND U.userId > 1
0
962
by: Brett | last post by:
I have a server running two VB.NET apps, CFMX and SQL Server. The same app uses all three products. I need to create a web based admin area for this app, which only us admins (no users) will see. It would be nice if we could see if the two VB.NET apps were running and possibly restart or kill them throug the webpage. Getting info if SQL Server and CFMX are running would also be nice. Possibly other system related info but not sure...
13
1459
by: Brett | last post by:
I have compared, in ms, the time VB.NET and CFMX take to execute code that is nearly exact in their respective languages. The tick count distributions in VB.NET are very tight, ranging from 154 - 190 with no outliers. The CFMX code is distributed in the range 356 - 950 and one outlier at 1356. Why is the VB.NET code distributed very tightly against the mean vs. the CFMX code? Thanks, Brett
2
2824
by: cormac.foley | last post by:
Hi, I'm developing a java application which uses SQL Server as the database. I use Callable Statements to connect to the database. I use JRun as the app server. When running the application I want to be able to monitor locks/process info etc in the 'Current Activity' section in the 'Management' section in SQL Server.
1
3033
by: lee2732 | last post by:
I am running a website at GoDaddy where I have their least expensive plan that supports Linux/ColdFusion/mySQL. Apparently this plan supports a small number of active database connections (50). I wrote my ColdFusion code in Dreamweaver and just assumed it would take care of issues like this, but I guess it doesn't. If I have a few windows open on the same machine and just keep hitting the site, I can easily cause it to 'crash' to the point...
0
8139
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8579
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8555
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8232
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
6064
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5524
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4032
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4098
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2540
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.