Error 500 when trying to access Admingui in Sun Application Server 8.2

Hello there
I�m evaluating Sun Communication Suite 5, and one of the components installaed is the Sun JAS 8.2. When i try to access the admin console on the port 4849, it shows me the login page, and when i insert the username and pass the server answers me with this "beautiful" error page:
[#|2008-06-28T09:46:48.629+0200|SEVERE|sun-appserver-ee8.2|javax.enterprise.system.container.web|_ThreadID=30;|StandardWrapperValve[AdminGUIServlet]: Asignar excepci��n para el servlet AdminGUIServlet
javax.servlet.ServletException: Error al asignar una instancia de servlet
at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:760)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:177)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:225)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:173)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:933)
at com.sun.enterprise.web.connector.httpservice.HttpServiceProcessor.process(HttpServiceProcessor.java:235)
at com.sun.enterprise.web.HttpServiceWebContainer.service(HttpServiceWebContainer.java:2114)
----- Root Cause -----
java.lang.NoClassDefFoundError: com/iplanet/jato/ApplicationServletBase
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
at org.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappClassLoader.java:1807)
at org.apache.catalina.loader.WebappClassLoader.findClass(WebappClassLoader.java:914)
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1379)
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1243)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
at org.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappClassLoader.java:1807)
at org.apache.catalina.loader.WebappClassLoader.findClass(WebappClassLoader.java:914)
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1379)
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1243)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
at org.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappClassLoader.java:1807)
at org.apache.catalina.loader.WebappClassLoader.findClass(WebappClassLoader.java:914)
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1379)
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1243)
at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1033)
at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:756)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:177)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:225)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:173)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:933)
at com.sun.enterprise.web.connector.httpservice.HttpServiceProcessor.process(HttpServiceProcessor.java:235)
at com.sun.enterprise.web.HttpServiceWebContainer.service(HttpServiceWebContainer.java:2114)
I have revised the java path, the jato.jar existence in the WEB-INF/lib and i�m out of ideas. Any clue?. Other applications like the Access Manager works seamlessly.
Best Regards.

I have observed the same error (java.lang.NoClassDefFoundError: com/iplanet/jato/ApplicationServletBase)
during the Java Enterprise System installation on Fedora 9 and resolved it.
when you install an Appliation Server as part of JavaES,
it looks for some resources (jato.jar,cc.jar,dtd,gif...)
to the path configured by webconsole. for example it is
looking for jato.jar to /opt/sun/share/lib/jato
[root@localhost sun]# find | grep jato.jar
./identity/lib/identity/console-war/WEB-INF/lib/jato.jar
./identity/web-src/services/WEB-INF/lib/jato.jar
./identity/web-src/password/WEB-INF/lib/jato.jar
./webserver7/lib/webapps/admingui/WEB-INF/lib/jato.jar
./share/lib/jato.jar
./webconsole/private/templates/sjsas/jato_jar.reg
./webconsole/private/templates/tomcat/jato_jar.reg
./private/share/lib/jato.jar
./appserver/lib/install/applications/ee/admingui/adminGUI_war/WEB-INF/lib/jato.jar (this is a link)
./appserver/lib/install/applications/admingui/adminGUI_war/WEB-INF/lib/jato.jar
cd /opt/sun/appserver/lib/install/applications/ee/admingui/adminGUI_war/WEB-INF/lib/;ls -l
cc_de.jar -> /usr/share/webconsole/lib/cc_de.jar
cc_es.jar -> /usr/share/webconsole/lib/cc_es.jar
cc_fr.jar -> /usr/share/webconsole/lib/cc_fr.jar
cc_ja.jar -> /usr/share/webconsole/lib/cc_ja.jar
cc.jar -> /usr/share/webconsole/lib/cc.jar
cc_ko.jar -> /usr/share/webconsole/lib/cc_ko.jar
cc_zh_CN.jar -> /usr/share/webconsole/lib/cc_zh_CN.jar
cc_zh_TW.jar -> /usr/share/webconsole/lib/cc_zh_TW.jar
jato.jar -> /usr/share/lib/jato/jato.jar
My Steps to fail:
for uninstall purpose I had made
rpm -qa | grep sun (but not for SUN)
and removed the searched RPMs.
I had not made search for "rpm -qa | grep SUN" that take a look to RPMs related with webconsole.
Later I removed /opt/sun/, /var/opt/sun, /etc/opt/sun directories.
At the next JavaES installation the webconsole has not been installed
as there were a conflicts with the already installed RPMs and I have
missed this point. So the needed /opt/sun/webconsole path is absent now.
Despite of the mentioned above I have manually corrected the link
to the corrupted paths and copied the needed jars from other products
("identity management") which comes with JavaES, and was able to login to
https:localhost:4849 with admin admiadmin successfully
At the end of all
I have made a search for rpm -qa|grep sun and rpm -qa|grep SUN
and removed the related RPMs and the mentioned above folders
and reinstall a fresh JavaES. It works fine now.
Regards,
Telman

Similar Messages

  • Http500 when trying to access URL for Oracle Application Server Console

    We have a new install of R12.1.0 on Windows 2003 R2 (32bit). The Applications seem to work fine. Users can access the R12 applications and submit jobs.
    We need to configure a new oc4j instance, so we are trying to access the Oracle Applications Server Console for the first time. After entering the URL below, we encounter an Http 500 error. The Application server console service is running.
    http://wbf-soadb.bolthouse.int:18100/emd/console
    Thanks

    Mark,
    The document (Note: 603716.1 - Using AS10g AS Control with eBusiness Suite Rel 12) used to be available for public access but seems not anymore. Please log a SR to get a copy of this doc as you need to follow the steps in this doc to access AS Control with R12.
    Thanks,
    Hussein

  • Just recently I am getting the following error message when trying to access web sites. I get a pop up window stating "Exc in ev handl: TypeError: c.location is null" then I have to click ok. It is an issue with some plug-in?

    Just recently I am getting the following error message when trying to access web sites. I am using Firefox browser version 10.0.2. I get a pop up window stating "Exc in ev handl: TypeError: c.location is null" as the web site page is being displayed in browser winder. Then I have to click ok. It doesn't matter what web link/site I go to it happens. It is an issue with some plug-in?

    I have advised McAfee's product team of the problem and this thread, and they're looking into it now.

  • An error occurred when trying to access the service

    I'm asking myself why I purchased a one year subscription to Adobe Reader to convert PDF files to Doc files, when it NEVER WORKS and no one seems to be able to help me!!! I am on a Mac Book Pro with Yosemite (don't upgrade it slows your Mac badly) and whenever I try to convert a pdf to a doc I get 'an error occurred when trying to access the service', can anybody help me please?

    Hi Cedric,
    The customer service number is 800833687
    The direct link for chat support is: http://adobe.ly/19llvMN
    You need to click on 'Still need help' to initiate the chat session.
    Are you getting this error: "an error occurred when trying to access the service" while trying to access the service via Reader.
    Try using the link: https://cloud.acrobat.com/exportpdf sign in with your Adobe ID and try to convert a pdf to doc and check if that works for you.
    Reards,
    Rave

  • Getting error (-1202) when trying to access my wishlist

      getting error (-1202) when trying to access my wishlist   

    this may help from another thread
    byzon2
    This solved my questionRe: iTunes Error (-1202)
    Dec 28, 2012 6:35 PM (in response to crossi85)
    I am having the same issue on my iMac.  It occurred after the last iTunes update.  Apple support offered no real solution.  They tried "clearing" my Wish List, but that didn't work, and advised me to re-install iTunes.  However, I tried clicking the "My Wish List" link on the right side of the iTunes Home page, instead of the one I usually use under the "Manage" column near the bottom of the screen - and it worked!  Furthermore, my Wish List was still intact even though they had supposedly cleared it.  So, in my case, the problem appears to be the iTunes site, and not my computer.  My solution: Try accessing the Wish List from a different link within iTunes.

  • When I click Convert to Word docx, I receive the error message -- "An error occured when trying to access the service." This has been happening for about a week.

    Export PDF will not convert a pdf to MS Word. This failure has been going on for about a week. The error message is "An error occurred when trying to access the service." What can I do to get this working again?

    Hi,
    It seems it was working fine earlier.
    Is this happening with all files?
    You can try using different browser.
    Regards,
    Florence

  • Error -1020 When Trying to Access iTunes Store - Help!

    I keep getting Error -1020 when trying to access the iTunes store. Just started happening this morning.
    Nothing online from customer support listed for this error.
    Thanks!

    Looks like it's busted. Same problem here. The way all the support mechanisms work, you can't even report the problem, since you can't really log in to the store.

  • TS3297 How is the following error corrected when trying to access the Itunes store - an unkown error occurred There was an error in the Itunes store. Please try later Ox80092013

    How can the following error incurred when trying to access the Itunes Store be corrected:  an unknown error occurred  There was an error in the store. Please try later 0x80092013

    Try here  >  http://support.apple.com/kb/TS3221
    And/or... see the  More Like This  section on the right.

  • What can I do to fix an old Power Mac G4 that gives an I/O error message when trying to access Entourage?

    What can I do to fix an ld Power Mac G4 that gives an I/O error message when trying to access Entourage?

    You mean when you try to just start it?
    Could be many things, we should start with this...
    "Try Disk Utility
    1. Insert the Mac OS X Install disc, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu at top of the screen. (In Mac OS X 10.4 or later, you must select your language first.)
    *Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.*
    3. Click the First Aid tab.
    4. Select your Mac OS X volume.
    5. Click Repair Disk, (not Repair Permissions). Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then try a Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    (Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.)
    If perchance you can't find your install Disc, at least try it from the Safe Boot part onward.

  • User gets an Content Encoding Error message when trying to access workspace

    Hi.
    I've created a workspace and added several users to it who can access it without any issues.
    However, one specific user (Leslie Elstad - https://beehiveonline.oracle.com/teamcollab/profiles/[email protected]) can't access her workspaces. She is using Firefox on a Solaris 10 machine.
    Here is what she told me:
    "I clicked on the Start button under Team Workspaces, which took me here:
    https://beehiveonline.oracle.com/teamcollab/
    and displayed the familiar Content Encoding Error message."
    Please advise.

    Hi.
    Please let me know what is going on when we add people to a Beehive Online group (Solaris Curriculum).
    People are frequently getting this same error/message when trying to access several workspaces.
    New cases, please help me fix their access:
    [email protected] can't access https://beehiveonline.oracle.com/teamcollab/wiki/Transition+to+Oracle+Solaris+11+Express
    [email protected]: can't access: https://beehiveonline.oracle.com/teamcollab/wiki/Transition+to+Oracle+Solaris+11+Express
    Thanks.

  • TS1424 Why am I getting error 11222 when trying to access the store?

    Why am I getting error 11222 when trying to access the store?

    The 11222s can sometimes be associated with LSP issues.
    I'd try the following document:
    Apple software on Windows: May see performance issues and blank iTunes Store
    (If there's a SpeedBit LSP showing up in Autoruns, it's usually best to just uninstall your SpeedBit Video Accelerator.)

  • I am unable to covert a pdf to word. I get;"A error occured when trying to access the service

    I am unable to convert a pdf to a word doc.   I get, "An error occured when trying to access the service"

    This is the Reader forum, and your question seems to be related with ExportPDF. If it does, you should ask here:
    http://forums.adobe.com/community/exportpdf

  • Getting error message when trying to access video on my iPad

    Hi this is my first time on this site so bear with me if I do the wrong thing.
    Here goes  I have read through some of the answers to the question but mostly they seem to related to YouTube.  My question relates to my iPad.  I get an error message when trying to view a video which I synced from my macbook pro.  The message reads "You do not have permission to access the requested resource"  The question is how do I get permission. Has anyone got an answer would be much appreciated.

    Hi this is my first time on this site so bear with me if I do the wrong thing.
    Here goes  I have read through some of the answers to the question but mostly they seem to related to YouTube.  My question relates to my iPad.  I get an error message when trying to view a video which I synced from my macbook pro.  The message reads "You do not have permission to access the requested resource"  The question is how do I get permission. Has anyone got an answer would be much appreciated.

  • Error occurred when trying to access DC in web dynpro

    Hi,
    Have everyone ever encountered an error saying <b>"Unhandled exception caught in event loop"</b> when trying to access DCs in web dynpro?  I tried to add a new action to my main compnent after a used web dynpro component (DC) was added but the web dynpro would shut down automatically.  The web dynpro would shut down accidentally and automatically even when I clicked the interface controller.  Some times, the error log would repport "<b>org.eclipse.swt.SWTError: No more handles</b>"...it has driven me crazy.  I could not go further.  Can someone tell me what I have done wrong to get these errors?!!
    thanks,
    Zita

    Dear Zita,
    I error is related tot he message which you get "No more handles".
    This definitelly means that there is a bug and old files are not closed , thus the number of handles on OS level is exceeded.
    The exact way to debug the "handles" leak is with applying SAP JVM Profiler, using the I/O Analysis feature.
    http://www.sdn.sap.com/irj/scn/downloads?rid=/library/uuid/a0a67d7d-36e9-2a10-3a99-94fc8caaea0e
    Best Regards,
    Sylvia

  • Fix for "Not Connected" Error Messages When Trying to Access Web Services

    If you run across an error message on your printer stating that it is "Not Connected" when trying to access ePrint or your Apps, but you know it is connected to the internet, it probably just means that the printer is not connecting to the server properly.
    Here is the first set of steps I would try, since they seem to resolve this issue half of the time.
    The first thing I would try in this situation is a network reboot.
    First, disconnect the power cord from the back of your router. 
    Next disconnect the power cord from either the back of the printer or the wall, without powering it off first. 
    Wait about 30 seconds and reconnect the power cord to your router.
    Wait about another 30 seconds and plug the printer back in. It should boot back up automatically, but if it doesn't go ahead and press the power button.
    Once everything is back up and running, try to access ePrint or your Apps.
    If those steps don't work for you, the next thing would be setting a Static IP & DNS for the printer. Before doing this, you want to print off a network configuration page. It varies from model to model, but it is usually found under the Wireless Settings or under Reports in the Setup menu. After you have that page, follow these steps.
    Before we start, we need a network configuration page with your current connection settings. To get this, press the wireless button on the front of your printer and then press "Print Info" or "Print Report". This will print off a network configuration page, which has information on it that we need to complete the next few steps.
    After you have that, we will need to access the printers Embedded Web Server (EWS). You can do so by entering the printers IP address (from the network configuration page) into your browsers address bar and pressing enter.
    Once there, press the "Network" tab at the top of the page. From there you will want to click the "IPv4" button, located on the lef-hand side of the page. It will be there for WIreless and Wired, so make sure to click the one for you however you are connected. If you do not see "IPv4", you should see "Networking", press that and then press "Network Address(IP)".
    Next, you will want to click the small round button next to "Manual IP Address" and then fill in the boxes for IP Address, Subnet Mask, and Default Gateway, using the information found on the network configuration page.  
    For the Primary or Preffered DNS Server, you will want to enter 8.8.8.8.
    For the Secondary or Alternate DNS Server, you will want to enter 8.8.4.4.
    Click apply and when the message pops up saying that the changes have been applied, press "OK". 
    Press the power button on your printer, wait for it to fully power off and then press it again to power it back on.
    After doing this, go ahead and try to enable ePrint again.
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------
    This question was solved.
    View Solution.

    The reason we recommend using 8.8.8.8 and 8.8.4.4 for the DNS server is because they work when ISP assigned DNS servers do not. The DNS server assigned to you by your ISP is not able to resolve the domain for web services, therefore not allowing the printer to connect. 
    I assure you that it is with your ISP's DNS server and not the printer. If you were to take the printer back to the store and get a replacement, you would have the same issue, unless you changed the DNS. Same goes for any of our web service enabled printers. 
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------

Maybe you are looking for