Opensso : problem load opensso admin console page after install agent

Hi,
After installing policy agent for Tomcat in another instance,
I could not load opensso admin console as usual (http://opensso.local.asyd.net:8000/opensso/UI/Login). The message
given:
root cause
javax.servlet.ServletException: Servlet execution threw an
exception
     com.sun.identity.setup.AMSetupFilter.doFilter(AMSetupFilter.java:91)
root cause
java.lang.NoClassDefFoundError
     com.sun.identity.authentication.client.AuthClientUtils.<clinit>(AuthClientUtils.java:136)
or
com.sun.identity.authentication.UI.LoginServlet.initializeRequestContext(LoginServlet.java:106)
The tomcat log gave this message:
SEVERE: Servlet.service() for servlet LoginServlet threw exception
java.lang.NoClassDefFoundError
     at com.sun.identity.authentication.UI.LoginServlet.initializeRequestContext(LoginServlet.java:106)
+++++++++++++++++++++++++++++++++++++++++
I have 2 Tomcat instances on one machine:
/home/opensso/apache-tomcat-6.0.18 (where the open sso server is deployed)
/opt/tomcat-instance/opensso.local.asyd.net (where the web server client is deployed and agent is installed)
Here is the response summary of my agent installation:
SUMMARY OF YOUR RESPONSES
Tomcat Server Config Directory :
/opt/tomcat-instance/opensso.local.asyd.net/conf
OpenSSO server URL : http://opensso.local.asyd.net:8000/opensso
$CATALINA_HOME environment variable :
/home/opensso/apache-tomcat-6.0.18
Tomcat global web.xml filter install : false
Agent URL : http://opensso.local.asyd.net:8081/mini-agentsample
Agent Profile name : AS9Agent
Agent Profile Password file name :
/opt/tomcat-instance/tomcat_v6_agent/tomcat6agentpw.txt
Verify your settings above and decide from the choices below.
1. Continue with Installation
2. Back to the last interaction
3. Start Over
4. Exit
Please make your selection [1]: 1
Updating the /home/opensso/apache-tomcat-6.0.18/bin/setclasspath.sh
script with the Agent classpath ...DONE.
Creating directory layout and configuring Agent file for Agent_001
instance ...DONE.
Reading data from file
/opt/tomcat-instance/tomcat_v6_agent/tomcat6agentpw.txt and
encrypting it ...DONE.
Generating audit log file name ...DONE.
Creating tag swapped OpenSSOAgentBootstrap.properties file for instance
Agent_001 ...DONE.
Creating a backup for file
/opt/tomcat-instance/opensso.local.asyd.net/conf/server.xml ...DONE.
Creating a backup for file
/opt/tomcat-instance/opensso.local.asyd.net/conf/web.xml ...DONE.
Adding OpenSSO Tomcat Agent Realm to Server XML file :
/opt/tomcat-instance/opensso.local.asyd.net/conf/server.xml ...DONE.
Adding filter to Global deployment descriptor file :
/opt/tomcat-instance/opensso.local.asyd.net/conf/web.xml ...DONE.
Adding OpenSSO Tomcat Agent Filter and Form login authentication to
selected Web applications ...DONE.
SUMMARY OF AGENT INSTALLATION
Agent instance name: Agent_001
Agent Bootstrap file location:
/opt/tomcat-instance/tomcat_v6_agent/Agent_001/config/OpenSSOAgentBootstrap.properties
Agent Configuration file location
/opt/tomcat-instance/tomcat_v6_agent/Agent_001/config/OpenSSOAgentConfiguration.properties
Agent Audit directory location:
/opt/tomcat-instance/tomcat_v6_agent/Agent_001/logs/audit
Agent Debug directory location:
/opt/tomcat-instance/tomcat_v6_agent/Agent_001/logs/debug
Install log file location:
/opt/tomcat-instance/tomcat_v6_agent/installer-logs/audit/install.log
Thank you for using OpenSSO Policy Agent
Edited by: enterprisecoder on Jun 27, 2010 8:19 PM
Edited by: enterprisecoder on Jun 28, 2010 12:37 AM
Edited by: enterprisecoder on Jun 28, 2010 2:14 AM
Edited by: enterprisecoder on Jun 28, 2010 8:19 PM

Hi
I am facing the similar issue after installing the policy agent on tomcat 6.x
Installation gets successfully, but once I start the tomcat server secured by agent than I get below error
Dec 23, 2010 2:43:44 PM org.apache.catalina.core.AprLifecycleListener init
INFO: Loaded APR based Apache Tomcat Native library 1.1.20.
Dec 23, 2010 2:43:44 PM org.apache.catalina.core.AprLifecycleListener init
INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
AgentConfiguration: Exception while reading new mod interval: "null"
Dec 23, 2010 2:43:45 PM org.apache.tomcat.util.digester.Digester startElement
SEVERE: Begin event threw error
java.lang.ExceptionInInitializerError
at com.sun.identity.agents.arch.Manager.<clinit>(Manager.java:643)
at com.sun.identity.agents.tomcat.v6.AmTomcatRealm.<clinit>(AmTomcatRealm.java:64)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at java.lang.Class.newInstance0(Class.java:355)
at java.lang.Class.newInstance(Class.java:308)
at org.apache.tomcat.util.digester.ObjectCreateRule.begin(ObjectCreateRule.java:206)
at org.apache.tomcat.util.digester.Rule.begin(Rule.java:153)
at org.apache.tomcat.util.digester.Digester.startElement(Digester.java:1356)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(AbstractSAXParser.java:501)
at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(AbstractXMLDocumentParser.java:179)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(XMLDocumentFragmentScannerImpl.java:1339)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2747)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:648)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:510)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:807)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:737)
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:107)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1205)
at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:522)
at org.apache.tomcat.util.digester.Digester.parse(Digester.java:1642)
at org.apache.catalina.startup.Catalina.load(Catalina.java:510)
at org.apache.catalina.startup.Catalina.load(Catalina.java:548)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:261)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
Caused by: java.lang.RuntimeException: Unknown User Mapping Mode: null
at com.sun.identity.agents.arch.AgentConfiguration.setUserMappingMode(AgentConfiguration.java:865)
at com.sun.identity.agents.arch.AgentConfiguration.setHotSwappableConfigProps(AgentConfiguration.java:1170)
at com.sun.identity.agents.arch.AgentConfiguration.initializeConfiguration(AgentConfiguration.java:1098)
at com.sun.identity.agents.arch.AgentConfiguration.<clinit>(AgentConfiguration.java:1543)
... 31 more
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:261)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
Caused by: java.lang.ExceptionInInitializerError
at com.sun.identity.agents.arch.Manager.<clinit>(Manager.java:643)
at com.sun.identity.agents.tomcat.v6.AmTomcatRealm.<clinit>(AmTomcatRealm.java:64)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at java.lang.Class.newInstance0(Class.java:355)
at java.lang.Class.newInstance(Class.java:308)
at org.apache.tomcat.util.digester.ObjectCreateRule.begin(ObjectCreateRule.java:206)
at org.apache.tomcat.util.digester.Rule.begin(Rule.java:153)
at org.apache.tomcat.util.digester.Digester.startElement(Digester.java:1356)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(AbstractSAXParser.java:501)
at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(AbstractXMLDocumentParser.java:179)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(XMLDocumentFragmentScannerImpl.java:1339)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2747)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:648)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:510)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:807)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:737)
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:107)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1205)
at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:522)
at org.apache.tomcat.util.digester.Digester.parse(Digester.java:1642)
at org.apache.catalina.startup.Catalina.load(Catalina.java:510)
at org.apache.catalina.startup.Catalina.load(Catalina.java:548)
... 6 more
Caused by: java.lang.RuntimeException: Unknown User Mapping Mode: null
at com.sun.identity.agents.arch.AgentConfiguration.setUserMappingMode(AgentConfiguration.java:865)
at com.sun.identity.agents.arch.AgentConfiguration.setHotSwappableConfigProps(AgentConfiguration.java:1170)
at com.sun.identity.agents.arch.AgentConfiguration.initializeConfiguration(AgentConfiguration.java:1098)
at com.sun.identity.agents.arch.AgentConfiguration.<clinit>(AgentConfiguration.java:1543)
... 31 more
Exception in thread "SystemTimer" java.lang.NoClassDefFoundError: Could not initialize class com.sun.identity.agents.arch.AgentConfiguration
at com.sun.identity.agents.arch.AgentConfiguration$ConfigurationMonitor.getRunPeriod(AgentConfiguration.java:1397)
at com.sun.identity.common.TimerPool$WorkerThread.run(TimerPool.java:504)

Similar Messages

  • Access to Sessions Tab Only - OpenSSO Admin Console

    Is there a way to setup a user who has access to log into the OpenSSO admin console but can only see the Sessions Tab and furthermore only see the sessions for a particular realm? If so, how?

    This is in the wrong forum. SharePoint 2007 queries should be in the legacy forums. Also your images have not come through.

  • Directory Server Admin Console "disappears" after logging in

    Hi,
    We are just starting to work with Directory Server 6.1, on RedHat 4. I access the server on which Directory Server is running via X. However, when I try to access the Admin Console and after logging in, the main Admin Console panel appears very briefly, and then everything, including the xterm window that I started with, disappears.
    I've tried restarting both the slapd (slapd-xxx) and admin console (start-admin), but the same thing keeps happening.
    This is the first time that I'm working with 6.1, but do I need to login/start the Admin Console a different way than before when using X?
    Thanks,
    Jim

    Hi,
    No one has responded to this thread, but for the record, one of my colleagues got it working today, and I hope that this info might help someone else someday...
    I had neglected (sorry) to mention that we're in an environment where we can't run directly as root, but instead have to use sudo.
    What I was doing earlier was ssh'ing to the server, then doing a "sudo bash", doing the "export DISPLAY=...", then running the startconsole to startup the Sun DS console.
    So, today, I was fooling around with this with one of the other guys, and instead of doing the "sudo bash", he just did the "export DISPLAY=...", and then just "sudo ./startconsole", and, voila, we got the console GUI and were able to login without it disappearing.
    I had not tried that previously, because I had thought that the "export DISPLAY=..." wouldn't have survived the sudo (I'm not that familiar with it), but I guess it does.
    I'm not 100% sure what the problem was with doing the "sudo bash", but I believe it had something to do with "who we were logged-in as".
    Maybe someone here who's more familiar with sudo, etc. and Cygwin X might be able to provide an explanation.
    Jim

  • Not able to get the login page after installing 12.1.1

    HI,
    i am not able to get the login page after installing in the 12.1.1. when i accessed from client machineo.Please help me in fixing out this problem.
    Thanks,
    venkat.

    Hi,
    What is the OS?
    What is the error message?
    Any errors in Apache/Database log files?
    Thanks,
    Hussein

  • Why do I still have old Pages after installing update

    Why do I still have old Pages after installing update

    I dont get it! I updated  new pages and numbers, Now I have both new and old on my computer!!
    Am I supposed to delete the old?

  • Having many problem with wifi....after installing lion......

    Having many problem with wifi....after installing lion......it connect with wifi but not with Internet and at the same time iPad 2, iPhone 4 works smooth......help......I have MacBook air without thunderbolt and mac mini

    I had the same problem last night. Boot into OSX and reboot the router - fine. Boot into Windows and wrong. Here were my fixes:
    Firstly, I kept all the settings on my router solid. Just leave them as they are. Boot into OSX and check the Network settings and make a note of your IP address and the router's IP address.
    Second, boot into Windows, then open up your wireless connection settings and navigate through to the properties where you can set the IP address.
    Third: Set the IP address to your routers IP address changing the last set of digits to a value between 5 and 255 (I have 8 devices so I set the last two digits to 10.) This will keep the IP static.
    Tab through the Mask settings to default those.
    Then set the default gateway to your router's IP address.
    Check that the Network Adapter's setting has IPv6 disabled (uncheck the box)
    Finally: Set the primary DNS server to 8.8.8.8 then the secondary to 8.8.4.4 and then reboot the router.
    That's what got my connection running.

  • Problem accessing Team Admin Console

    I'm unable to access the Team Admin Console at https://adminconsole.adobe.com. I can get as far as to the login stage, but after that I get the following error message:
    "We're sorry, but something seems to be wrong on our end. Please try again later. If the problem persists, contact customer support and they'll be glad to help you out."
    The "contact customer support" only leads to a page offering phone support to an american number, scheduling of a one to one meeting and a link to the community. No e-mail support or support webform.
    Anyone had success in using the Team Admin Console?

    I've also been getting this error 100% of the time since subscribing our team to Creative Cloud earlier this week - so far the money's been wasted and have found no way to access adminconsole.adobe.com.
    I can access creative.adobe.com just fine - but this is useless for me, as it is entirely personalised and contains no options or data that are related to the administration of my team account. I've called the support line, but was sadly unable to find anyone offering support - only sales advice!
    Anybody able to shed any light on this whatsoever? All the Adobe Support I've been in touch with is entirely unable to assist with website problems - they just want to sell me the software that I already bought ; )

  • Login Problem Flash Media Admin Console

    New to FMS, testing FMS Developers versions.
    Connect and Live stream works fine using FMLE.
    Problem is I'm not sure how to get logged into the Admin Console.
    I'm not sure about what the "Server Name" is or the "Server Address". Is that just the IP address or the IP plus something else? How can I tell?
    FMS install was done by tech at hosting company and he forwarded this info:
    ----------- Install Action Summary -----------
    Installation directory = /opt/adobe/fms
    Flash Media Server Port = 1935,80
    Flash Media Admin Server Port = 1111
    Apache Install = Yes
    Administrative username = ******
    Administrative password = ******
    service owner = nobody
    service user = nobody
    service group = nobody
    Run as daemon = Yes
    Start Flash Media Server = Yes

    LATEST UPDATE!!!
    Just received this from the tech:
    From what I understand, I think port 1111 is an internal communication port and not accessible from the outside..? From the main page, there is a console link which brings you to http://adobe.marunde-muscle.com/fms_adminConsole.htm and from there I think you have to define the parameters to begin managing the installation.
    Does this mean anything? Is he/we on the right track?

  • Re: Admin Console Page is half Blank

    please check now

    Hello Experts, I have installed Informatica 8.6.1 on RHEL 6.5,Am trying to open admin console and the page looks strange which mean half white.Attached the screen shot.Please help me here. Many Thanks,

  • Admin Console Page is half Blank

    msn, Am using Chrome version  Version 44.0.2403.107 m,Is that compataible with informatica 8.6.1 version ? Please confirm. Regards,

    Hello Experts, I have installed Informatica 8.6.1 on RHEL 6.5,Am trying to open admin console and the page looks strange which mean half white.Attached the screen shot.Please help me here. Many Thanks,

  • I depolyed a webapp in oim server problem is oim admin console is not opend

    hi
    i have deployed a webapplication in oim server(jboss) the application is developed using struts. the application is deployed successfully.after server starting the oim admin console is not opend it gives following error .I am using oim 9101 with jboss server
    [ServletException in:/layouts/tjspClassicLayout.jsp] java.lang.NoSuchMethodError: org.apache.struts.util.RequestUtils.message(Ljavax/servlet/jsp/PageContext;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
    can any one help me.
    Thanks.

    First of all you remove your war or ear file.
    Don't take jar from outside. Take the all jar from OIM machine, used by xlWebApp. You don't need to download any extra jar if it is simple web application based on struts.
    Rebuild with your war or ear with new jar. Than just try it.
    Hope this is clear case of jar confliction.

  • Problem Loading JDBC Enabled JSP Page

    Hi all, does anyone knows that's the case of this error:
    This happened when I tried to access MySQL Database from remote client. I have no problem loading normal jsp file w/o JDBC Connection. Kind of confused on what is going on
    Regards,
    Joe
    HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: com.mysql.jdbc.Driver
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:254)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2415)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:594)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:392)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:565)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:619)
         at java.lang.Thread.run(Thread.java:536)
    root cause
    javax.servlet.ServletException: com.mysql.jdbc.Driver
         at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:536)
         at org.apache.jsp.dbquery_jsp._jspService(dbquery_jsp.java:112)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:137)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:210)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2415)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:594)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:392)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:565)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:619)
         at java.lang.Thread.run(Thread.java:536)
    Apache Tomcat/4.1.24

    Hi scsi-boy, first of all, thank you so much for your
    prompt and fast response. So how do i tackle
    ClassNotFoundException ?.i'm sorry coz i'm a newbie to
    jsp. I hope by providing my configuration below could
    aid you in understanding my problem.
    I've place the setting config in /etc/profile with the
    following:
    JAVA_HOME=/usr/local/java
    CATALINA_HOME=/usr/local/tomcat
    ANT_HOME=/usr/local/ant
    APACHE_HOME=/usr/local/apache
    MYSQL_HOME=/usr/local/mysql
    CLASSPATH=${CATALINA_HOME}/common/lib/servlet-api.jar:$
    YSQL_HOME/connector/mysql_connector/mysql_connector-jav
    -3.08-stable-bin.jar:${JAVA_HOME}/lib/tools.jar:${JAVA_
    OME}/jre/lib/rt.jar:./
    PATH=${PATH}:${JAVA_HOME}/bin:${ANT_HOME}/bin:
    MANPATH=${JAVA_HOME}/man:${MANPATH}
    export JAVA_HOME ANT_HOME APACHE_HOME MYSQL_HOME
    CATALINA_HOME CLASSPATH PATH MANPATH
    As you can see, i've un-tar mysql_connector in
    /usr/local/mysql/connector directory and set my
    classpath to point to that file. Is that the proper
    way to do it?
    Regards,
    Joesorry not a JSP expert however just to clarify i am guessing that it is a ClassNotFoundException. it could be something else entirely and i don't really want to send you on a wild goose chase. we need to know what the root exception actually is.
    i am off to sleep now but i'm sure if you can give a little more information which may involve figuring out how to get it to cough up more information someone will help you here.

  • Problem : Instance info corrupt in SAPMMC after installing the license

    I have successfully installed the NW WAS 2004s preview edition and got the 3 month license key.
    However after installing the license, when I went to SAPMMC to re-start the system, the SAP Instace information seems to be messed up.
    Before installing the license, MMC was showing the SAP system as [Console Root\SAP Systems\NSP\w72c-7wpdl71 0] and now after the installation it has replaced the 7's in my systems name with #'s, so now it looks like
    [Console Root\SAP Systems\NSP\w#2c-#wpdl#1 0].
    SAP Management Console is completely unusable because of this. It keeps on giving 'Host not found' errors.
    Fortunately, everything else with the system seems to be working fine. At least so far !!
    - SLICENSE shows the new license.
    - SICK does not report any problems.
    So far I am forced to use the command prompt to stop and start the instace and the database. This works fine and I am able to start and stop the system.
    Any ideas what could have gone wrong ?
    Did it not like the '-' in my system name ?
    Anything wrong in windows registery ?
    Did I install the license incorrectly ?
    And how to fix this ?
    Any help will be greatly appriciated.
    Devendra
    To add more information,
    - I did not restart the system, even once, before installing the license.
    - After installing the system I just saw SAPMMC and checked all the nodes to see the syslog etc. and they were fine.
    - I might have changed some profile parameters after installing the license.
    Message was edited by: Devendra Shetye

    Hi,
    It worked for us too. we restarted the SAP servers from  the Administrative Tools-> Services panel.
    thanks a lot
    Padmaja Ragavendra
    PS: wanted to give you reward points but it is no tallowing me to
    padmaja
    Message was edited by: Padmaja Ragavendra

  • Unable to load many web based games after installing lion

    After installing Lion, I am unable to launch several online games (Pogo e.g.). What compatibility issues are being addressed?

    I didn't think reinstalling was gonna do me any good except for getting rid of every single thing I have ever installed since getting this MBP.  I'm thinking it has to be something that is on my computer causing this, especially since it only affects my ability to get to this one site and I only started seeing this problem yesterday.
    So, I went ahead and disabled all my Chrome extensions and I don't have any Safari extensions at all.  That didn't fix my issue.
    I've been trying to run Sophos on here, thinking that maybe I've got a Trojan or some kind of malware, but it never seems to finish a full scan of my hard drive.  That "Plugin" that I mentioned above has me very suspicious, except that whatever that is, it's been on my computer since basically when I first got it.  Maybe it's malicious, or maybe it's just a poorly named piece of software.  In any case, it got updated last night around 11pm, about the same time I noticed my problem.  After trying everything I have, it's hard for me to overlook that as coincidence.
    But, where do I go to gain more information about what that could be?  I should mention that this MBP is basically my first Apple computer.  I've been a PC guy (still am mostly) forever, but I finally dove in and got a Mac to start iOS development.  So I'm sure there are ways to get more information than I am currently aware of.
    Also, apologies if I posted this in the wrong forum.

  • Problem starting up G5 2.5 after installing 10.4.7

    i have a G5 dual 2.5 (single core) that, until yesterday was running 10.3.9 and final cut pro 4.5 and working just fine.
    yesterday i upgraded to 10.4.7 and fcp 5.1.1 (mid-project, which was soooooooo stupid, but that's another thing,) and now, whenever i restart or shut down and restart the computer, i just get the "chung" and nothing boots up. no desktop, no grey screen with spinning cursor. nothing. just a black screen. the only way to get it to restart is to shut down again, open up the side and reset the pmu.
    i reset the permissions, etc through Onyx. no help.
    i called apple and they think it might be a hardware issue and that i should take it in for repair. but repair is at least 10 days away and, like i said, i'm mid project and can't loose it right now. also, hardware related? why now, after installing new system software? wouldn't that be software related?
    so, at any rate, now, instead of shutting my machine off at night, i'll just have to leave it on and suck up the juice until i can get it into the shop....
    ...unless any of you have experienced this and have an idea of what is wrong.
    can anyone help??
    thanks in advance
    carl
    if you need more info...hardware configs, etc, let me know.

    so i ran hardware test yesterday and my machine failed the logic board test - twice. so bad motherboard?
    took it to the apple store in jacksonville, and when they ran the hardware test it passed..everything. they ran it agin and it passed again. but when they reinstalled tiger, same restart and shutdown problem.
    they said it could be the ram i installed a year ago...crucial, 2 512 sticks. and when we pulled them out and reinstalled tiger again, the machine seemed to be ok.
    so they recommended i buy apple ram at $200 a gig! they said tiger is very sensitive to ram.
    i don't understand. i know many ppl who do not use apple ram, and from what one of the genius' told me, the crucial ram i installed is the same apple uses anyway.
    i don't want to spend another $200 on new ram to run tiger when the ram i have now runs fine in panther.
    but i feel cheated that i have a fast machine, but can't run tiger or final cut studio on it becaue of my ram!?!?!
    i don't know what to do at this point.
    any thoughts or recommendations? I'm stuck...
    oh, also, apple care on the phone failed to tell me that i qualified for on-site help instead of having to drive an hour to the apple store. i wonder if i run hardware test again and it fails, and i write down the error code, i can get apple care to send someone out to check the machine out from top to bottom. i spent over 4 hours at the apple store yesterday and i really don't want to go through that again!

Maybe you are looking for

  • HELP! IPhoto 08' crashes every time I open it. (Crash log posted)

    So every time I open up IPhoto it crashes. I have a 15" Macbook Pro 2.4Ghz with 2 GB of 667Mhz DDR2 SDRAM with 92GB of hard drive space left on a 160GB hard drive. I've tried reinstalling, reparing disk permissions, deleting the Thumb32Segment.data,

  • How can I get a list of DSNs currently registered?

    Hi everybody, Can anyone tell me how to obtain a list of the DSNs currently registered on my machine using Java? I want to populate a drop-down list for the user (an administrator) to select the requisite DSN to work with. I realise that this is prob

  • Can't import images using iCloud on iPad and Mac

    Yes. I have followed the "easy" instructions of the Apple site for setting my up my icloud account and sign in with both devices. Yes I have seen every imaginable youtube video of how to's and followed the steps.  I am connected to the internet, sign

  • Smartform goint to dump

    hi every body....i have developed a smartform....it has to perform in background...so there is no selection screen....but while i am executing the print program its gng into short dump....coz it has to call all the existing data..if i use any selecti

  • Would someone be willing to check as3 code for a guestbook

    Would someone be willing to check out some as3 code for a guestbook? I'm an old person, and can't seem to get it working. Thanks!