473,419 Members | 1,665 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,419 software developers and data experts.

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.NoClassDefFoundError: org/apache/bsf/BSFManager
at java.lang.Class.getMethods0(Native Method)
at java.lang.Class.getDeclaredMethods(Unknown Source)
at java.beans.Introspector$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.beans.Introspector.getPublicDeclaredMethods(U nknown Source)
at java.beans.Introspector.getTargetEventInfo(Unknown Source)
at java.beans.Introspector.getBeanInfo(Unknown Source)
at java.beans.Introspector.getBeanInfo(Unknown Source)
at jrun.jsp.compiler.Utils.getPropertyDescriptor(Util s.java:255)
at
jrun.jsp.compiler.JRunTagLibraryInfo.getPropertyTy pe(JRunTagLibraryInfo.java
:724)
at
jrun.jsp.compiler.JRunTagLibraryInfo.access$1000(J RunTagLibraryInfo.java:80)
at
jrun.jsp.compiler.JRunTagLibraryInfo$JRunTagAttrib uteInfo.getTypeName(JRunTa
gLibraryInfo.java:775)
at
jrun.jsp.compiler.JSPCompiler$CustomTagExpander.in sertAttributes(JSPCompiler
..java:550)
at
jrun.jsp.compiler.JSPCompiler$CustomTagExpander.st art_tag(JSPCompiler.java:4
07)
at jrun.jsp.parser.JSPVisitor.start_tag(JSPVisitor.ja va:119)
at jrun.jsp.parser.SimpleNode.visit(SimpleNode.java:2 17)
at jrun.jsp.parser.SimpleNode.visitChildren(SimpleNod e.java:189)
at jrun.jsp.parser.JSTVisitor.jsp(JSTVisitor.java:13)
at jrun.jsp.compiler.JSPCompiler.compile(JSPCompiler. java:117)
at jrun.jsp.compiler.JSPCompiler.compile(JSPCompiler. java:97)
at jrun.jsp.Translator.parsePage(Translator.java:144)
at jrun.jsp.Translator.translate(Translator.java:249)
at jrun.jsp.Translator.translate(Translator.java:102)
at jrun.jsp.JSPEngine.translateJSP(JSPEngine.java:670 )
at jrun.jsp.JSPServlet.translate(JSPServlet.java:112)
at jrun.jsp.JSPServlet.service(JSPServlet.java:100)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker. java:106)
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvok erChain.java:42)
at
jrun.servlet.JRunRequestDispatcher.invokeNext(JRun RequestDispatcher.java:414
)
at
jrun.servlet.JRunRequestDispatcher.forwardInvoke(J RunRequestDispatcher.java:
387)
at jrun.servlet.JRunNamedDispatcher.forward(JRunNamed Dispatcher.java:50)
at coldfusion.license.JspLicenseServlet.service(Unkno wn Source)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker. java:106)
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvok erChain.java:42)
at
jrun.servlet.JRunRequestDispatcher.invoke(JRunRequ estDispatcher.java:241)
at
jrun.servlet.ServletEngineService.dispatch(Servlet EngineService.java:527)
at jrun.servlet.http.WebService.invokeRunnable(WebSer vice.java:172)
at
jrunx.scheduler.ThreadPool$DownstreamMetrics.invok eRunnable(ThreadPool.java:
348)
at
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRu nnable(ThreadPool.java:451
)
at
jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeR unnable(ThreadPool.java:29
4)
at jrunx.scheduler.WorkerThread.run(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*****@yahoogroups.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 2247

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

Similar topics

0
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...
0
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...
0
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,...
6
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...
12
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...
0
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...
13
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 -...
2
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...
1
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...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
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...
1
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
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...

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.