Hello,
I have a web service that I created and published on my local computer.
Following the directions given on livedocs, it works great. However, this
web service will reside on a server that is running Linux Redhat ES 7.0
running JRUN 4 and ColdFusion Mx 6.1. This server hosts 3 other domains. I
post the cfc file to the web root of the domain I am putting the webservice
on, but when I publish it, I get an error 500, no other helpful info.
upon looking at the log of JRUN, I notice the following:
694 / 704 at
org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:
339)
695 / 704 at
javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
696 / 704 at
coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
697 / 704 at
jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
698 / 704 at
jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
699 / 704 at
jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:252)
700 / 704 at
jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)
701 / 704 at
jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:207)
702 / 704 at
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:451
)
703 / 704 at
jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
and in looking at the exception log on Coldfusion, I see an error -
'Element PERMISSION.CLASS.NAME is undefined in ERROR. the specific seqeuence
of files included or processed is
/opt/jrun4/servers/[homeserver1-0]/cfusion/WEB-INF/...
When I look at my local PC, running Windows XP Professional IIS and CFMX
6.1, I notice that there are some class file built for the webservice, but
these are not appearing on the corresponding folders on the Linux box.
Anyone else come across problems publishing a web service on this type of
Linux Environment? Could it be permission problems in writing the class
files? Help would be greatly appreciated.
----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev'
in the message of the email.
CFCDev is run by CFCZone (www.cfczone.org) and supported
by Mindtool, Corporation (www.mindtool.com).
An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]