Webserver 6.1SP4 fails starting amserver webmodule

I have a working Directory Server 5.2 installation . Now I added Java Access Manager and Web Server 6.1SP4 to test the RSAauthentication module. Everything looks ok througth the installation / configure late process, but when I try to start the Web server, the amserver module fails

failure: WebModule[/amserver]: WEB2680: Exception starting filter amlcontroller

Below is the complete message.Advice is welcome

Thanks

Ileana

# ./start

Sun ONE Web Server 6.1SP4 B12/16/2004 11:42

info: CORE5076: Using [Java HotSpot(TM) Server VM, Version 1.5.0_01] from [Sun Microsystems Inc.]

info: WEB0100: Loading web module in virtual server [https-supimialab1.supreme.com] at [/amconsole]

warning: WEB6100: locale-charset-info is deprecated, please use parameter-encoding

info: WEB0100: Loading web module in virtual server [https-supimialab1.supreme.com] at [/amserver]

warning: WEB6100: locale-charset-info is deprecated, please use parameter-encoding

info: WEB0100: Loading web module in virtual server [https-supimialab1.supreme.com] at [/ampassword]

warning: WEB6100: locale-charset-info is deprecated, please use parameter-encoding

info: WEB0100: Loading web module in virtual server [https-supimialab1.supreme.com] at [/amcommon]

info: WEB0100: Loading web module in virtual server [https-supimialab1.supreme.com] at [/search]

failure: WebModule[/amserver]: WEB2680: Exception starting filter amlcontroller

java.lang.ClassNotFoundException: com.sun.mobile.filter.AMLController

at org.apache.catalina.loader.WebappClassLoader.loadClass(Webap pClassLoader.java:1465)

at org.apache.catalina.loader.WebappClassLoader.loadClass(Webap pClassLoader.java:1301)

at org.apache.catalina.core.ApplicationFilterConfig.getFilter(A pplicationFilterConfig.java:260)

at org.apache.catalina.core.ApplicationFilterConfig.setFilterDe f(ApplicationFilterConfig.java:322)

at org.apache.catalina.core.ApplicationFilterConfig.<init>(ApplicationFilter Config.java:120)

at org.apache.catalina.core.StandardContext.filterStart(Standar dContext.java:3271)

at org.apache.catalina.core.StandardContext.start(StandardConte xt.java:3747)

at com.iplanet.ias.web.WebModule.start(WebModule.java:251)

at org.apache.catalina.core.ContainerBase.start(ContainerBase.j ava:1133)

at org.apache.catalina.core.StandardHost.start(StandardHost.jav a:652)

at org.apache.catalina.core.ContainerBase.start(ContainerBase.j ava:1133)

at org.apache.catalina.core.StandardEngine.start(StandardEngine .java:355)

at org.apache.catalina.startup.Embedded.start(Embedded.java:995 )

at com.iplanet.ias.web.WebContainer.start(WebContainer.java:431 )

at com.iplanet.ias.web.WebContainer.startInstance(WebContainer. java:500)

at com.iplanet.ias.server.J2EERunner.confPostInit(J2EERunner.ja va:161)

failure: WebModule[/amserver]: WEB2705: Context startup failed due to previous errors

info: HTTP3072: [LS ls1] <a href="http://supimialab1.supreme.com:80" target="_blank">http://supimialab1.supreme.com:80</a> ready to accept requests

startup: server started successfully

[3371 byte] By [] at [2007-11-26 6:14:00]
# 1
Hi,I have installed AM today and found the same problem. Did you manage to get it running? It would be of help if could share it with me. Thanks in advanceUma
at 2007-7-6 13:51:13 > top of Java-index,Java Enterprise System,Java Enterprise System - General Discussion...
# 2

Please check your wireless (mobile access) packages whether it has installed or missing. The Solaris AM exception behavior is same as your log trace. The way to fix this problem on Solaris is to to remove SUNWma and SUNWmae packages (missing some jar files) and deinstall AM and then reinstall AM again. Make sure productregistry also clean up SUNWma* as well before reinstall.

The exception "AMLController" class not found due to missing jar file which contains some of classes under lib. HTH, Jerry

at 2007-7-6 13:51:13 > top of Java-index,Java Enterprise System,Java Enterprise System - General Discussion...
# 3
Thanks a lot. It worked.-Uma
at 2007-7-6 13:51:13 > top of Java-index,Java Enterprise System,Java Enterprise System - General Discussion...
# 4

Had the same problem here but after I removed the 2 packages I went to uninstall the SUNWam and the uninstaller isn't there.

When I go back into the installer it still shows the SUNWam as being installed and won't let me install over it.

Any ideas how I can get rid of the SUNWam package so I can use the installer to put it back?

Thanks

Don

at 2007-7-6 13:51:13 > top of Java-index,Java Enterprise System,Java Enterprise System - General Discussion...
# 5

I"ve ran into this a few times, check your webserver / appserver's server.xml, apparently its forgets to add a path to many of the wireless jar files.

You should have these jars on your system, if not install SUNWma and SUNWmae.

#ls /opt/SUNWma/lib

ccpp-1_0.jarrdffilter.jar

ccpp-ri-1_0.jar wireless_rendering.jar

jena-1.4.0.jarwireless_rendering_util.jar

mobile_services.jar

Correct these entries in your server.xml and restart your container.

-Ray

Message was edited by:

raycormier

Message was edited by:

raycormier

raycormier at 2007-7-6 13:51:13 > top of Java-index,Java Enterprise System,Java Enterprise System - General Discussion...