Network error that prevented DRM activation

I have 4 purchased e-books that will not activate using digital editions on my mac. The error reads
"There were some documents that were not imported into your library during Rebuild Bookshelf.
There was a network error that prevented DRM activation on your system." The log says there was an "Activation Server error".
These books still open in Adobe reader 7.x fine.
Anyone having this problem? Any ideas on how to fix it?
thanks

Please try again. The server which controls activation has, on occasion, gone offline and this is exactly the error you will see. Please post back here if that does not resolve the issue.

Similar Messages

  • The application detected an error that prevents changes from being saved.

    Hi. I'm having this problem almost all the time when I do some color correction.
    "The application detected an error that prevents changes from being saved. To avoid losing your work, quit Final Cut Pro."
    Any ideas why this is happening?
    I'm on a 2010 Mac Pro running latest Mavericks and latest FCP X.
    I already removed FCP X, and all the effects I have installed. But still the issue persists.
    Thanks.

    That could have happened. I can't remember though.
    Is there any work around?
    I currently only have 1 open library and 1 event on it. If I move or copy that event into a new library, would that in theory work?
    Thanks for the help so far.

  • Unity Connection 10.5.1: I upgraded the Unity Connection Server from V 9.1. After that, cannot logn to ELM an error message " The server encountered an internal error that prevented it from fulfilling this request." appears

    Unity Connection 10.5.1: I upgraded the Unity Connection Server from V 9.1. After that, cannot logn to ELM an error message " The server encountered an internal error that prevented it from fulfilling this request." appears. The error further displays "
    type: Exception report
    message:
    description: The server encountered an internal error that prevented it from fulfilling this request.
    exception:
    ServletException Could not initialize class com.cisco.vos.platform.api.config.UpgradeStatus
    root cause:
    NoClassDefFoundError Could not initialize class com.cisco.vos.platform.api.config.UpgradeStatus
    note: The full stack trace of the root cause is available in the logs.
    Has anyone experience this issue? Any solutions? Your assistance is greatly appreciated!

    Hi Mesut,
    you can refer the link for migration
    http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/connection/10x/upgrade/guide/10xcucrugx/10xcucrug010.html
    regds,
    aman

  • The server encountered an internal error () that prevented it from fu.....

    hi all
    this common error frustates me too much
    i don know hw i get solved smtimes.
    why it occurs
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:373)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:245)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:362)
    root cause
    java.lang.NullPointerException
         org.apache.jsp.AdminConsole_jsp._jspService(AdminConsole_jsp.java:94)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:99)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:325)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:245)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:362)
    note The full stack trace of the root cause is available in the Apache Tomcat/5.5.7 logs.

    hi
    i hv included sm jsp code in <% ....... %>
    whn i make it coment error removed
    bt jsp code seems ok
    i m sendin the code can u help.
    %@ page contentType="text/html; charset=iso-8859-1" language="java" import="java.sql.*" errorPage="" %>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <title>Administration Console</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <link href="Stylish.css" rel="stylesheet" type="text/css">
    <script language="JavaScript">
    function validate() {
       if((document.loginform.userId.value == null)||(document.loginform.userId.value == ""))
                 alert("Field UserID can't be left blank");
              document.loginform.userId.focus();
              return false;
    </script>
    <style type="text/css">
    <!--
    .style1 {color: #E6E6E6}
    body {
         background-color: #E8E8E8;
    -->
    </style>
    </head>
    <body>
    <form action="LoginCheck.jsp" method="post" name="loginform" id="loginform">
      <table width="780" height="421" border="0" cellpadding="2" cellspacing="1">
        <tr>
          <td><table width="467" height="235" border="0" align="center" cellpadding="2" cellspacing="0">
              <tr>
                <td width="463" height="34" bgcolor="#7D98DD" class="userAcct style1 style1">Administration Console </td>
              </tr>
              <tr>
                <td height="23" bgcolor="#CCCCCC"> </td>
              </tr>
              <tr>
                <td height="20" bgcolor="#E0E3F5"> </td>
              </tr>
              <tr>
                <td height="82" bgcolor="#E0E3F5"><table width="315" border="1" align="center" cellpadding="1" cellspacing="1" bordercolor="#E0E3F5" bgcolor="#FFFFFF">
                    <tr bgcolor="#E0E3F5" class="frmtxt">
                      <td width="146" bgcolor="#E0E3F5"><div align="right">UserId:</div></td>
                      <td width="156"><input name="userId" type="text" id="userId"></td>
                      <%
                          String id = request.getParameter("userId");
                          if( id .equals("") ){
                          out.println("Missing necessarry field userid");
                      %>
                    </tr>
                    <tr bgcolor="#E0E3F5" class="frmtxt">
                      <td><div align="right">Password:</div></td>
                      <td><input name="passwd" type="password" id="passwd"></td>
                    </tr>
                </table></td>
              </tr>
              <tr>
                <td height="24" bgcolor="#E0E3F5"> </td>
              </tr>
              <tr>
                <td height="26" bgcolor="#E0E3F5"><div align="center"><strong>
                    <input name="login" type="submit" class="frmtxt" id="login" value=" Login ">
                    <input name="cancel" type=button class="frmtxt" id="cancel" value=" Cancel ">
                </strong></div></td>
              </tr>
              <tr>
                <td height="23" bgcolor="#7D98DD"><div align="center"><strong> </strong></div></td>
              </tr>
          </table></td>
        </tr>
      </table>
    </form>
    </body>
    </html>

  • Error Message  "HTTP error on Adobe DRM Activator request."

    Your Adobe software could not be activated.
    HTTP error on Adobe DRM Activator request.
    Adobe DRM Activator error.
    Client Code:  31 - HTTP Code:  500
    Fault location:  20
    I had to reinstall Adobe Digital Editions after a hardware failure.  Now I get this message.  I can't read any of my purchased PDF books.  I hate Digital Editions.  Hateithateithateit.  Can't escape it however.  Too bad there isn't a better alternative product out there.
    Does anybody know what in the world this error message means and how it can be fixed?
    Garce

    Hello,
    There is a similar discussion in
    http://forums.adobe.com/thread/314591?start=50&tstart=0
    Also it's worth checking your firewall isn't blocking visits to the activation server at http://adeactivate.adobe.com.  If you can see a 'Welcome to Digital Editions' message then your firewall allows access.
    There may also be more information in your firewall logs.
    Good luck!

  • Apple should have a file for stolen iPods that prevents iTune activation.

    Apple should have a file for stolen iPods that prevents iTune activation. This would provide at least some deterrent or frustration for the SOB who steals. Mine was stolen: Serial number: 8M9086ZX2C7....just in case someone sees it....Oh and it has my name engraved on the back.

    These links may be helpful.
    How to Track and Report Stolen iPad
    http://www.ipadastic.com/tutorials/how-to-track-and-report-stolen-ipad
    Reporting a lost or stolen Apple product
    http://support.apple.com/kb/ht2526
    Report Stolen iPad Tips and iPad Theft Prevention
    http://www.stolen-property.com/report-stolen-ipad.php
    How to recover a lost or stolen iPad
    http://ipadhelp.com/ipad-help/how-to-recover-a-lost-or-stolen-ipad/
    How to Find a Stolen iPad
    http://www.ehow.com/how_7586429_stolen-ipad.html
    Apple Product Lost or Stolen
    http://sites.google.com/site/appleclubfhs/support/advice-and-articles/lost-or-st olen
    Oops! iForgot My New iPad On the Plane; Now What?
    http://online.wsj.com/article/SB10001424052702303459004577362194012634000.html
    How to Find Your iPad Serial Number
    http://www.ipadastic.com/tutorials/how-to-find-your-ipad-serial-number
     Cheers, Tom

  • The server encountered an internal error that prevented it from fulfilling

    Hi members!
    I am new member of Java EE. When running my the following practice:
    1) file: hello.xhtml*
    <?xml version="1.0" encoding="UTF-8" ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml"
    xmlns:h="http://java.sun.com/jsf/html">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Insert title here</title>
    </head>
    <body>
    Hello <h:outputText value="#{foo.subject}"></h:outputText>!
    </body>
    </html>
    *2) file: web.xml*
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns="http://java.sun.com/xml/ns/javaee"
    xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
    xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
    http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" id="WebApp_ID"
    version="2.5">
    <display-name>Hello</display-name>
    <welcome-file-list>
    <welcome-file>index.html</welcome-file>
    <welcome-file>index.htm</welcome-file>
    <welcome-file>index.jsp</welcome-file>
    <welcome-file>default.html</welcome-file>
    <welcome-file>default.htm</welcome-file>
    <welcome-file>default.jsp</welcome-file>
    </welcome-file-list>
    <servlet>
    <servlet-name>JSF</servlet-name>
    <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>JSF</servlet-name>
    <url-pattern>/faces/***</url-pattern>
    </servlet-mapping>
    </web-app>
    *3) file: faces-config.xml
    <faces-config xmlns="http://java.sun.com/xml/ns/javaee"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
    http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd"
    version="2.0">
    </faces-config>
    4) file: GreetingService.java
    package hello;
    import javax.annotation.Named;
    import javax.context.RequestScoped;
    @Named("foo")
    @RequestScoped
    public class GreetingService {
    public String getSubject(){
    return "Paul";
    5) file: beans.xml
    <?xml version="1.0" encoding="UTF-8"?>
    At browser: http://localhost:8080/Hello/faces/hello.xhtml
    Had the following errors:
    The server encountered an internal error () that prevented it from fulfilling
    this request.
    *&#20363;&#22806;*
    java.lang.NullPointerException
    org.jboss.webbeans.servlet.WebBeansListener.getLifecycle(WebBeansListener.java:53)
    org.jboss.webbeans.servlet.WebBeansListener.requestInitialized(WebBeansListener.java:108)
    org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:190)
    org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:92)
    org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
    org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
    org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
    org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
    org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
    org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)
    org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:598)
    org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
    java.lang.Thread.run(Unknown Source)
    My computer is the following configuration:
    jre-6u12-windows-i586-p
    jdk-6u12-windows-i586-p
    jboss-5.1.0.GA
    mojarra-2.0.1-FCS-binary
    eclipse-jee-ganymede-SR2-win32
    Please teache me to know where is cause.
    Thank you very much!

    perhaps it is not a good idea to use JSF 2.0 with JBoss 5.1; it was built to support JSF 1.2 only.

  • "Sharepoint 2013" is giving error that prevents local domain users authentication for "Team Foundation Server"

    I am getting 2 errors through the event viewer that prevents TFS 2013 authentication for local domain users, also this error started appearing after having TFS upgraded to [ 12.0.30723.0 (Tfs2013.Update3) ].
    1st Error (from administrative events):
    The Execute method of job definition Microsoft.SharePoint.Administration.SPUsageImportJobDefinition (ID a51a0244-765d-433b-8502-0bb0540ad1fd) threw an exception. More information is included below.
    Access to the path 'C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\LOGS' is denied.
    Tried so far:-
    - changed the path to another folder from "Diagnostic Logging" in another drive, but still getting the same error.
    2nd Error (from application server):
    DistributedCOM error
    The application-specific permission settings do not grant Local Activation permission for the COM Server application with CLSID 
    {000C101C-0000-0000-C000-000000000046}
     and APPID 
    {000C101C-0000-0000-C000-000000000046}
     to the user NT AUTHORITY\NETWORK SERVICE SID (S-1-5-20) from address LocalHost (Using LRPC). This security permission can be modified using the Component Services administrative tool.
    Which I already got fixed using the following steps on a thread I opened before (but still getting the same error).
    https://social.technet.microsoft.com/Forums/windows/en-US/3896e35c-b99a-4d30-b662-f92d337c8d6f/windows-servers-components-services-and-regedit-permissions-are-grayed-out-for-my-admin-account?forum=winservergen
    Other Fixes I tried
    - Found on another topic that it is not sharepoint that is causing the problem, but it is the generated ASP.NET web pages used for testing is causing the memory to fill up due to cashing on RAM, the fix suggested to change IIS cashing from RAM to HD to prevent
    loading up using w3wp.exe from processes. 
    Concern
    - by checking other topics for people having the same problem, it was mentioned that this error appeared after the lastest TFS update, is there is a fix for it ?

    Hi Kpdn, 
    Thanks for your post.
    All your participation and support are very important to build such harmonious/ pleasant / learning environment for MSDN community.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • I get a network error that pops up that says model_ERROR_BIND and tells me to check the network settings. But all is working fine. Any ideas what to do to fix this error.

    I get a pop message that says there is a network error. The message is MODEL_ERROR_BIND. Please help. The network seems to be working fine.

    You have some other problem with your boot drive that has corrupted data backed up to the TimeMacine drive.
    My advice is to boot into each operating system and manually backup just your Users files each to separate regular external drives (no Timemachine or backup software) and disconnect.
    Make a note of any serial numbers, emails, address book contacts, export bookmarks etc. that isn't typically in your users folders data.
    You might be able to Winclone 3 the Windows as a whole thing as it's appearing not to have issues but it's your MacintoshHD partition that is so that will have to be rebuilt from scratch.
    Most commonly used backup methods
    If your OS X parititon doesn't boot, you can use this to recover files.
    Create a data recovery/undelete external boot drive
    Without any further detail about your machine I can't advise specifically what to do, but it involves using Disk Utility to Zero Erase (move slider one spot to the right or in 10.6 using Security Option) the ENTIRE boot drive and reformatting, then installing OSX fresh and then setting up BootCamp again.
    If you wish to switch your boot drive for something better, this is a good time to do this.
    Install/upgrade RAM or storage drive in Mac's
    If your machine is capable of Internet Recovery, then use that, then upgrade.
    If your machine came with 10.6 or earlier, then use the 10.6 install disks and work up from there.
    Erase, formatting, OS X installs on Mac's

  • How can I fix a dbwrap.exe error that prevents a SharePoint 2010 installation?

    Every time I attempt to install SharePoint 2010 on my Windows 7 64-bit laptop I get the following error in the setup log:
    'dbwrap.exe' failed with error code: -2068578304. Type: 8::CommandFailed.
    The installation aborts.  I need more information.  How do I fix this problem?J Tom Kinser

    thank you so much Yuming.
    I get the same issue while installing Sharepoint on Win 7. I check out error logs and get to know it's SQL Server Express issue.
    First I found this in DBWrapLog log:
    INF:0:Cannot find sql express instance. Do fresh install.
    INF:0:Try to install SQL Express.
    INF:0:Entering function RunCommand
    INF:0:Starting process C:\Program Files\Common Files\Microsoft Shared\SERVER14\Server Setup Controller\sqlexpr.exe with args  /q /HideConsole  /ACTION=install /pid=11111-00000-00000-00000-00000 /FEATURES=SQL,Tools /SQLSYSADMINACCOUNTS="BUILTIN\ADMINISTRATORS"
    /SQLSVCACCOUNT="NT AUTHORITY\Network Service" /INSTANCENAME=SharePoint /INSTALLSQLDATADIR="C:\Program Files\Microsoft Office Servers\14.0\Data" and waiting 00:49:10 for it to stop
    ERR:-2067919934:Leaving function RunCommand
    Then I start my SQL Express instance and run Sharepoint setup to repair. However I got this error again in DBWrapLog:
    INF:0:Entering function RunCommand
    INF:0:Starting process C:\Program Files\Common Files\Microsoft Shared\SERVER14\Server Setup Controller\sqlexpr.exe with args  /q /HideConsole /ACTION=Repair /INSTANCENAME=SharePoint and waiting 00:49:10 for it to stop
    ERR:-2068643839:Leaving function RunCommand
    INF:0:Try to config SQL Express instance.
    INF:0:Grant Exec Right for dbo.sp_add_job
    INF:0:Data Source=.\SharePoint;Initial Catalog=msdb;Integrated Security=True;Pooling=False
    WRN:0:Fail to config in the number 1 try, will sleep 10 seconds and try again. The exception is System.Data.SqlClient.SqlException:
    A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections.
    (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
    up to here, I get stuck.
    Can I consult this: How do you know to change value from reg HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\14.0\WSS\ServerRole. And what does this mean?
    Another Leon

  • When i try to down load a book from the library i get a error that reads check activation only for overdrive not for 3m cloud

    i am having trouble downloading books from the library i get a check activation error when using overdrive

    Read the user manual that came w/the scanner and/or contact HP Support.
    http://support.apple.com/kb/PH14141 OS X Mavericks: Reset the printing system 
    http://support.apple.com/kb/HT3669 Printer and scanner software available for download 
    A scanner driver you may wish to consider:  VueScan Scanner Software

  • The server encountered an internal error () that prevented it from fulfilli

    Hi.
    Could any one tell me where i start looking for the error in this log.
    It works fine under sun studio creator, but when i upload the project to the server and call the page i get this error.
    I found out that it is something with my servlet wich do some work for getting my image. (see sevlet below)
    DetailsTimestamp: 2006-06-09 16:26:39.513
    Log Level: SEVERE
    Logger: javax.enterprise.system.container.web
    Name-Value Pairs: _ThreadID=16;
    Record Number: 3644
    Message ID: StandardWrapperValve[Faces Servlet]
    Complete Message
    Servlet.service() for servlet Faces Servlet threw exceptioncom.sun.rave.web.ui.appbase.ApplicationException: javax.servlet.ServletException     at com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.destroy(ViewHandlerImpl.java:601)     at com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.renderView(ViewHandlerImpl.java:316)     at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)     at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:225)     at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)     at javax.faces.webapp.FacesServlet.service(FacesServlet.java:194)     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:585)     at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)     at java.security.AccessController.doPrivileged(Native Method)     at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)     at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)     at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:257)     at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)     at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)     at java.security.AccessController.doPrivileged(Native Method)     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)     at com.sun.rave.web.ui.util.UploadFilter.doFilter(UploadFilter.java:194)     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:210)     at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)     at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)     at java.security.AccessController.doPrivileged(Native Method)     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:263)     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.StandardEngineValve.invoke(StandardEngineValve.java:132)     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:933)     at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:189)     at com.sun.enterprise.web.connector.grizzly.ProcessorTask.doProcess(ProcessorTask.java:604)     at com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:475)     at com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:371)     at com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:264)     at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:281)     at com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:83)Caused by: javax.faces.FacesException: javax.servlet.ServletException     at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:331)     at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:132)     at com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.renderView(ViewHandlerImpl.java:311)     ... 41 moreCaused by: javax.servlet.ServletException     at org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:827)     at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:763)     at org.apache.jsp.medarbejdere_jsp._jspService(medarbejdere_jsp.java:111)     at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:105)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:860)     at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:336)     at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:297)     at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:247)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:860)     at sun.reflect.GeneratedMethodAccessor100.invoke(Unknown Source)     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)     at java.lang.reflect.Method.invoke(Method.java:585)     at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)     at java.security.AccessController.doPrivileged(Native Method)     at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)     at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)     at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:257)     at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)     at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)     at java.security.AccessController.doPrivileged(Native Method)     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)     at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:723)     at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:482)     at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:417)     at org.apache.catalina.core.ApplicationDispatcher.access$000(ApplicationDispatcher.java:80)     at org.apache.catalina.core.ApplicationDispatcher$PrivilegedForward.run(ApplicationDispatcher.java:95)     at java.security.AccessController.doPrivileged(Native Method)     at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:313)     at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:326)     ... 43 more
    Diagnostic Causes
    package servlets;
    * Returns the requested JPG from the database; input parameters are:
    * @param imageid The id of the image to return
    * @param size "full" or "thumbnail", default is "full"
    // Import the JNDI classes
    import java.io.*;
    import javax.naming.*;
    // Import the Servlet classes
    import javax.servlet.*;
    import javax.servlet.http.*;
    // Import our database classes
    import java.sql.*;
    import javax.sql.*;
    //import compare.*;
    * Cache a reference to the datasource object that we will use later to obtain
    * a connection to the database
    public class ShowImages extends HttpServlet
    public ShowImages() {
    public void init() throws ServletException
    try
    // InitialContext ic = new InitialContext();
    // this.datasource = ( DataSource )ic.lookup( "java:/WebPhotoGalleryDS" );
    catch( Exception e )
    throw new ServletException( e );
    public void service( HttpServletRequest req, HttpServletResponse res ) throws ServletException
    String ini = req.getParameter("ini");
    ResultSet rs = null;
    try
    boolean aaben = false;
    boolean luk = false;
    //ResultSet rs = null;
    compare.DB data = new compare.DB();
    aaben = data.openDBConnection();
    rs = data.getResultSet("SELECT Billede FROM Medarbejdere WHERE Ini = '"+ini+"')");
    //ResultSet rs= this.getData(model);
    BufferedInputStream b = null;
    while(rs.next())
    b = new BufferedInputStream(rs.getBinaryStream("Billede")) ;
    luk = data.closeDBConnection();
    res.setContentType( "image/jpg" );
    BufferedOutputStream out = new BufferedOutputStream( res.getOutputStream() );
    byte by[] = new byte[ 32768 ];
    int index = b.read( by, 0, 32768 );
    while ( index != -1 )
    out.write( by, 0, index );
    index = b.read( by, 0, 32768 );
    out.flush();
    catch( Exception e )
    e.printStackTrace();
    throw new ServletException( e );
    finally
    }

    The origin of the error could be truncated by limitation of a stack trace. In your case:
    com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:326)
    ... 43 more
    What you can do is add Java option: "-XX:MaxJavaStackTraceDepth=0" - this will make appserver print all Java stack trace and you will be able to see the origin of your exception.

  • Adobe DRM Activator error (client code 31); HTTP code 404. Fault location: 15

    dear all,
    a few years ago I installed and configured Adobe Digital Editions. I bought some ebooks as well. Meanwhile I have switched my computer. And today I discovered my ebooks. I clicked on them and the system tells me that I have to install ADE and to activate the computer. So I successfully downloaded ADE installed it and activeated it.
    ADE immediately shows me all the books I bought years ago. Then I clicked on the books I wanted to read. A window popped up which told me that the book is no more available - due to a changed path. I found no possibility to change an existing ADE configuration.
    I opened ADE and added a book I bought by opening the option to add a file and openend the ebook on its new location. The ebook was loaded, authorized and I could read it. Clever - I thought. Thats the way to clean up my library. First lets delete all the ebooks in the library with the broken location. Afterwards lets add it via the option to add ebooks. Thats what I did. I deleted all the ebooks first. Afterwards I wanted to add all the books like I already did it with the first one. But - I no more could do that!
    This is what I get:
    Your Adobe software could not be activated. HTTP error on Adobe DRM  Activator request. Adobe DRM Activator error (client code 31); HTTP code  404. Fault location: 15
    Does this mean that ADE server does no more authorize my bought ebooks after I had deleted the broken-link-ones from my library?
    I hope not ! - This would be awfull - all my books would be gone !!
    I hope someone could follow my problem description and hope that there is a simple solution for that.
    Thanks,
    D.

    THIS FORUM SUCKS
    NO RESPONSE. MY FIREWALL IS OFF, NO PROXY NO VIRUS SCAN AND DRM CRAP SPITS THIS ERROR OUT...
    C___Primer_Plus.pdf:
    Adobe DRM Error
    System:  9
    State:  4
    Class:  20
    Code:  31
    Message:
    Your Adobe software could not be activated.
    HTTP error on Adobe DRM Activator request.
    Adobe DRM Activator error.
    Client Code:  31 - HTTP Code:  500
    Fault location:  20
    --- end ---
    ADOBE HIGHWAY ROBBERY.

  • Adobe DRM Activator error Client Code:  31 - HTTP Code:  500

    a few years ago I bought a "C++ Primer" programming book from Amazon. The book is no longer downloadable from Amazon... the DRM version has gone to some other DRM format. THIS IS MY FIRST AND LAST DIGITAL DRM BOOK.
    I have not been able to read it although I shelled out a whoppy $45.00 USD. Adobe Digital Edition is stupid and find it awkward to use. I found one copy of the book on my old laptop that appears to be not corrupt. I'm now trying to read it from my desktop (its a 23 inch screen. Adobe suppport SUCKS, I've been at trying to open this DRM book for several Years now. The last time ADE kept kicking back "No internet connection" when I clearly have a one.
    Now I'm getting this error pasted from ADE after adding the book to my library (<---stupid term for this but it is what it is). I JUST WANT TO OPEN THE BOOK I PAID FOR. I'm suppose to be able to open this book on SIX different PCs...WTF
    C___Primer_Plus.pdf:
    Adobe DRM Error
    System:  9
    State:  4
    Class:  20
    Code:  31
    Message:
    Your Adobe software could not be activated.
    HTTP error on Adobe DRM Activator request.
    Adobe DRM Activator error.
    Client Code:  31 - HTTP Code:  500
    Fault location:  20
    --- end ---

    THIS FORUM SUCKS
    NO RESPONSE. MY FIREWALL IS OFF, NO PROXY NO VIRUS SCAN AND DRM CRAP SPITS THIS ERROR OUT...
    C___Primer_Plus.pdf:
    Adobe DRM Error
    System:  9
    State:  4
    Class:  20
    Code:  31
    Message:
    Your Adobe software could not be activated.
    HTTP error on Adobe DRM Activator request.
    Adobe DRM Activator error.
    Client Code:  31 - HTTP Code:  500
    Fault location:  20
    --- end ---
    ADOBE HIGHWAY ROBBERY.

  • Question about Reader DRM activation

    Hi All
    I got a paper "FAQ ACS Discontinuation of Sales, November 30, 2004"
    I have a question about ACS.
    As I konw, ACS is discontinued effective November 30, 2004.
    and I read a section in paper below:
    Q. Will Adobe Reader and Acrobat users get support from Adobe for eBook issues?
    A. Support is not available for the free Adobe Reader, however, assistance for user activation is
    available until December 31, 2006.
    Does it mean Reader activation service will be stop until December 31, 2006?
    That's a big problem for our ebook service!!

    Adobe communicated in January to ACS customers that the DRM Activator service would remain operational until December 31, 2007, one year longer than previously announced.
    If you didn't receive this announcement, send your contact info (email and surface mail) to "[email protected]".
    You'll receive an autotmated reply that your email bounced but it will then be manually confirmed.

Maybe you are looking for

  • I'm taking pictures with iPad and tying to share on face book and its saying error in need 4mg or jpf files what do I need to change

    I'm taking pictures with my iPad and trying to upload on Facebook and its a error saying i need a smaller then 4mp or j? Something file. I just uploaded pictures last week what happened and ow do I I'd this any clues? Thanks

  • Bi7.0 to portal integration using template installer

    hi frnds, i change my connectivity step to bi to ep 7.0 now i m using template installer for full bi installation all the step are successfully completd. when i am cheking with java based Note 937697 - Usage of SAP NetWeaver BI Diagnostics & Support

  • Upload file in Webserver using Flex

    I am currently working in Flex and in a requirement I need to upload a file from local file system to a webserver. The webserver I am using is Apache Tomcat web server . I tried doing that using FileReference class but got IOException when tried to c

  • Trying to insert pull quote with rules in windows 7

    I don't know if this is a clitch or not. When trying to insert a paragraph rules as pull quote and setting after space then when I hit return to go to the next line but instead it breaks the column into a big empty space. How can I get around this pr

  • Please help me with my inbox

    Can someone please explain me where can I read my skype messages. I have had a yahoo account for bilion years and it is my most important account. Today I forgot the pass and my recovery mail was my skype adress, but I can't find my received mail wit