Ask a Question related to Coldfusion Server Administration, Design and Development.
-
junnever #1
Coldfusion on Websphere
We deploy a ear file version of CF on websphere, but whenever we try to access
a page we get this error. Has anyone seen this or had success loading CF MX7
on websphere?
[2/6/07 14:25:09:178 EST] 00000022 ServletWrappe E SRVE0068E: Uncaught
exception thrown in one of the service methods of the servlet: CfmServlet.
Exception thrown :
coldfusion.server.ServiceFactory$ServiceNotAvailab leException: The Security
service is not available.
at
coldfusion.server.ServiceFactory.getSecurityServic e(ServiceFactory.java:35)
at
coldfusion.runtime.TemplateClassLoader$1.fetch(Tem plateClassLoader.java:274)
at coldfusion.util.LruCache.get(LruCache.java:188)
at
coldfusion.runtime.TemplateClassLoader$TemplateCac he.fetchSerial(TemplateClassLo
ader.java:214)
at coldfusion.util.AbstractCache.fetch(AbstractCache. java:58)
at coldfusion.util.SoftCache.get(SoftCache.java:81)
at
coldfusion.runtime.TemplateClassLoader.findClass(T emplateClassLoader.java:356)
at coldfusion.filter.PathFilter.invoke(PathFilter.jav a:73)
at coldfusion.filter.ExceptionFilter.invoke(Exception Filter.java:47)
at
coldfusion.filter.ClientScopePersistenceFilter.inv oke(ClientScopePersistenceFilt
er.java:28)
at coldfusion.filter.BrowserFilter.invoke(BrowserFilt er.java:35)
at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilt er.java:43)
at coldfusion.filter.DatasourceFilter.invoke(Datasour ceFilter.java:22)
at coldfusion.CfmServlet.service(CfmServlet.java:105)
at
coldfusion.bootstrap.BootstrapServlet.service(Boot strapServlet.java:89)
at
com.ibm.ws.webcontainer.servlet.ServletWrapper.ser vice(ServletWrapper.java:966)
at
com.ibm.ws.webcontainer.servlet.ServletWrapper.han dleRequest(ServletWrapper.java
:478)
at
com.ibm.ws.wswebcontainer.servlet.ServletWrapper.h andleRequest(ServletWrapper.ja
va:463)
at
com.ibm.ws.webcontainer.webapp.WebApp.handleReques t(WebApp.java:3107)
at
com.ibm.ws.webcontainer.webapp.WebGroup.handleRequ est(WebGroup.java:238)
at
com.ibm.ws.webcontainer.WebContainer.handleRequest (WebContainer.java:811)
at
com.ibm.ws.wswebcontainer.WebContainer.handleReque st(WebContainer.java:1425)
at
com.ibm.ws.webcontainer.channel.WCChannelLink.read y(WCChannelLink.java:92)
at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLi nk.handleDiscrimination(HttpIn
boundLink.java:465)
at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLi nk.handleNewInformation(HttpIn
boundLink.java:394)
at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLi nk.ready(HttpInboundLink.java:
274)
at
com.ibm.ws.tcp.channel.impl.NewConnectionInitialRe adCallback.sendToDiscriminator
s(NewConnectionInitialReadCallback.java:214)
at
com.ibm.ws.tcp.channel.impl.NewConnectionInitialRe adCallback.complete(NewConnect
ionInitialReadCallback.java:113)
at
com.ibm.ws.tcp.channel.impl.AioReadCompletionListe ner.futureCompleted(AioReadCom
pletionListener.java:152)
at
com.ibm.io.async.AbstractAsyncFuture.invokeCallbac k(AbstractAsyncFuture.java:213
)
at
com.ibm.io.async.AsyncChannelFuture$1.run(AsyncCha nnelFuture.java:163)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.j ava:1498)
junnever Guest
-
Running Coldfusion apps in WebSphere
I am an administrator of a WebSphere 6 Network Deployment installation, and I have a customer who would like to run her Coldfusion application in... -
ColdFusion on IBM WebSphere
Dear CF Community, I am troubled with couple of questions: 1. After updating Websphere 5.1 to 6.0 do we have to reinstall ColdFusion MX 6.1 on it,... -
ColdFusion v8 on WebSphere 6.1
We are currently running WebSphere version 6.1 and intend to move our ColdFusion environment to this platform as soon as Adobe supports it. Can... -
ColdFusion MX7/IBM Websphere 5.1 problem
I'm new to ColdFusion. We just set up a test server that has Websphere 5.1 installed on it. We installed the ColdFusion MX7 EAR file to Websphere... -
27 June: IIUG/IBM Webcast: IDS/WebSphere Integration & I-4GL and WebSphere Studio/EGL Roadmap Interlock
Please join IIUG and IBM for this event and find out about IBM's plan to integrate IDS with WebSphere and its relevance to the Informix e-business... -
speedpedal #2
Re: Coldfusion on Websphere
When you say "whenever we try to access a page we get this error", does this
also apply when you access CFADMIN? If you can access cfadmin, then apply this
security patch
([url]http://www.adobe.com/support/security/bulletins/apsb07-02.html[/url]), and restart
CF.
speedpedal Guest
-
junnever #3
Re: Coldfusion on Websphere
No we cannot access the admin. The above error is what's been happening when
we try to access the CFIDE/Administrator/index.cfm page. Tried creating a
basic cfm page that outputs the date and same thing. Dead in the water here :(
junnever Guest
-
-
speedpedal #5
Re: Coldfusion on Websphere
Forgot to ask, what is your websphere version?
speedpedal Guest
-
-
speedpedal #7
Re: Coldfusion on Websphere
Sorry to say, but Webspher 6.1 is not yet supported for CF. See system requirements link:
[url]http://www.adobe.com/products/coldfusion/productinfo/systemreqs/fp_frameset.html[/url]
speedpedal Guest
-
junnever #8
Re: Coldfusion on Websphere
Yea i know, we are trying to make it work.. and thought i'd ask to see if
anyone had any ideas as to what this Security Service is not available
error is all about. Seems like is something really simple but we've been
working on it for a couple days now and no dice.
junnever Guest
-
junnever #9
Re: Coldfusion on Websphere
Melvin,
Any way to turn off the security in coldfusion? This seems to be the issue.
junnever Guest
-
rosovem #10
Re: Coldfusion on Websphere
Melvin, in the link you provide, it seems to indicate that WebSphere ND is supported, which, as I understand it, is WebSphere 6.1.
Any other advice on this?
Thanks.
rosovem Guest
-
prophean #11
Re: Coldfusion on Websphere
Hi ,
same problem with ColdFusionMX. Melvin isnīt it possible to solve that
Security Service Error ? Perhaps the way junnever suggests.
prophean Guest
-
speedpedal #12
Re: Coldfusion on Websphere
Folks,
The Websphere ND version we support is 5.0, 5.0.2, 5.1 NOT the newer 6.1
See [url]http://www.adobe.com/products/coldfusion/productinfo/systemreqs/[/url]
Sorry for the confussion. Support for WAS ND 6.1 is tentatively scheduled to
be supported on Scorpio(CF8).
With regards to turning off security, that's internal to the CF/webserver
connector.
HTH.
speedpedal Guest
-
bal_logicmanager #13
Re: Coldfusion on Websphere
Will ColdFusion 8 support WAS 6.1?
bal_logicmanager Guest
-
toomellow #14
Re: Coldfusion on Websphere
It freakin better... we've been on WAS 6.1 for a year and are about to ditch ColdFusion if it isn't supported on 6.1 out of the gate...
toomellow Guest
-
toomellow #15
Re: Coldfusion on Websphere
Also, IBM announced on March 20 that support for WebSphere Application Server
5.1 will be withdrawn effective September 26, 2008.
Here is the announcement letter and information:
[url]http://www-306.ibm.com/common/ssi/fcgi-bin/ssialias?subtype=ca&infotype=an&appna[/url]
me=iSource&supplier=897&letternum=ENUS907-043
toomellow Guest



Reply With Quote

