Javax.jdo.JDOFatalInternalException: Illegal attempt to add an object to a

javax.jdo.JDOFatalInternalException: Illegal attempt to add an object to a Pool that is already there
How did this append ? I save a tree using fostore, everything works great... The problem shows when I try (after I restarted the app) to fetch the objects I previously created... (Using a query all).
Does anybody have a idea ?
Thanks in advance.
Anthony

forget this.... I found the solution

Similar Messages

  • Solution to: javax.naming.AuthenticationException.  Root exception is java.lang.SecurityException: attempting to add an object which is not an instance of java.security.Principal to a Subject's Principal Set

    Hello world,
    To anybody who receives this irritating error in a Java client
    application attempting to access Weblogic Server 6.1 (and possibly
    weblogic server 6):
    javax.naming.AuthenticationException. Root exception is
    java.lang.SecurityException: attempting to add an object which is not
    an instance of java.security.Principal to a Subject's Principal Set
    The cause of your problem is having JAAS explicitly in your classpath.
    It somehow messes up authentication to WebLogic. Remove it and your
    problem will disappear.
    The complete exception was:
    javax.naming.AuthenticationException. Root exception is
    java.lang.SecurityException: attempting to add an object which is not
    an instance of java.security.Principal to a Subject's Principal Set
         at javax.security.auth.Subject$SecureSet.add(Subject.java:1098)
         at weblogic.common.internal.BootServicesStub.writeUserInfoToSubject(BootServicesStub.java:72)
         at weblogic.common.internal.BootServicesStub.authenticate(BootServicesStub.java:80)
         at weblogic.security.acl.internal.Security.authenticate(Security.java:108)
         at weblogic.jndi.WLInitialContextFactoryDelegate.pushUser(WLInitialContextFactoryDelegate.java:509)
         at weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialContextFactoryDelegate.java:364)
         at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:336)
         at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:208)
         at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:149)
         at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:668)
         at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:246)
         at javax.naming.InitialContext.init(InitialContext.java:222)
         at javax.naming.InitialContext.<init>(InitialContext.java:198)
         at au.com.orrcon.orrconcentral.Application.<init>(Application.java:87)
         at au.com.orrcon.orrconcentral.Application.getApp(Application.java:52)
         at au.com.orrcon.orrconcentral.orrconCentral.<init>(orrconCentral.java:130)
         at au.com.orrcon.orrconcentral.orrconCentral.main(orrconCentral.java:219)

    Steve Wesemeyer <[email protected]> wrote:
    I have encountered the same problem and I do not have JAAS on my classpath
    at all (unless it's there by default). Are there any other possible
    causes for this?
    Cheers,
    SteveA note to all who read this thread:
    I also had to remove Sun's j2ee (version 1.2) from my client's classpath before
    the same problem went away. 1 programmer day down the drain....
    Regards,
    MG

  • Jaas sample progrma in weblogic 6.1 giving the following error java.lang.SecurityException: attempting to add an object which is not an instance of java.security.Principal to a Subjec

    jaas sample progrma in weblogic 6.1 giving the following error java.lang.SecurityException:
    attempting to add an object which is not an instance of java.security.Principal
    to a Subjec
    on runnig the program during the call of method Authenticate.authenticate(env,
    subject); giving following exceptions Error: Login Exception on authenticate,
    java.lang.SecurityException: attempting to add an object which is not an instance
    of java.security.Principal to a Subjec t's Principal Set Authentication Failed:
    Unexpected Exception, javax.security.auth.login.LoginExce ption: java.lang.SecurityException:
    attempting to add an object which is not an instance of java.security.Principal
    to a Subject's Principal Set javax.security.auth.login.LoginException: javax.security.auth.login.LoginExcepti
    on: java.lang.SecurityException: attempting to add an object which is not an ins
    tance of java.security.Principal to a Subject's Principal Set at examples.security.jaas.SampleLoginModule.login(SampleLoginModule.java
    :192) at java.lang.reflect.Method.invoke(Native Method) at javax.security.auth.login.LoginContext.invoke(LoginContext.java:595)
    at javax.security.auth.login.LoginContext.access$000(LoginContext.java:1 25) at
    javax.security.auth.login.LoginContext$3.run(LoginContext.java:531) at java.security.AccessController.doPrivileged(Native
    Method) at javax.security.auth.login.LoginContext.invokeModule(LoginContext.java
    :528) at javax.security.auth.login.LoginContext.login(LoginContext.java:449) at
    examples.security.jaas.SampleClient.main(SampleClient.java:96)
    1)what is the reason for this problem
    2)in weblogic document they told to edit server.policy file in webligic\lib folder
    a)what the modification is needed in this file..?

    Hi jerry
    i already got that problem solved by removing jaas.jar file
    from class path.
    i don'nt how it is working with out in classpath...?
    Jerry <[email protected]> wrote:
    Hi Nivas,
    I think that the problem you are seeing has something to do with the
    placement of jaas.jar in your classpath
    On WebLogic server, put jaas.jar in the classpath after weblogic.jar.
    I would bet that you have it placed before weblogic.jar right now.
    I don't think the exception that you're seeing right now has anything
    to do with your weblogic.policy file right now, so I think it is
    safe to not worry about it right now.
    Hope this helps,
    Joe Jerry

  • Use of javax.jdo.Transaction in BMT

    Sections 16.1.3 and 16.1.4 of the JDO spec (version 0.95) state that the
    application code with a Bean Managed Transaction has the option of
    getting a Persistence Manager before a UserTransaction is opened and
    managing the transaction through the javax.jdo.Transaction interface.
    When I attempt this in Kodo 2.1.2 (EE), I get the following exception
    thrown:
    javax.jdo.JDOUserException: The global UserTransaction must be used for
    begin/commit/rollback.
    at
    com.techtrader.modules.jdo.ee.EEPersistenceManager.begin(EEPersistenceManager.java:62)
    at
    com.ysoft.jdo.book.restaurant.MenuManagerImpl.getObjectsByQuery(MenuManagerImpl.java:108)
    Is this the expected behavior for Kodo? If so, it appears to be a bug.
    If not, then perhaps I am doing something wrong.
    David Ezzio
    Yankee Software

    You're right, we don't implement that feature of the spec yet. And
    unfortunately, if we do implement it, we'll break another part of the
    spec in doing so. Let me explain:
    In enterprise situations, there are two requirements for transaction
    management:
    * In container-managed EJBs, the javax.jdo.Transaction interface cannot
    be used and must throw an exception on begin/commit/rollback.
    * In bean-managed EJBs, the javax.jdo.Transaction interface should tie
    into the gobal UserTransaction and can be used for begin/commit/rollback.
    Now, the problem is, there is absolutely no way for a generic JDO
    implementation without appserver-specific hooks to know whether it is
    being executed from a container managed or bean managed EJB. None. So
    if we allow control of the UserTransaction through the
    javax.jdo.Transaction, we'd have to allow all the time, including for
    container managed beans.
    The good news is that most EJB containers will detect our messing with
    the transaction state manually in a container-managed EJB and throw the
    proper Exception themselves, so we could probably get away with this.
    And in fact this is exactly what we plan to do -- go ahead and always
    allow transaction management through the javax.jdo.Transaction interface
    and hope containers detect errors themselves.
    Well, I'm sure that was much more information than you needed :)
    Anyway, expect to see this feature implemented in the next version of
    the Enterprise Edition, due out next month.
    -- Abe White
    Kodo Product Team
    David Ezzio wrote:
    Sections 16.1.3 and 16.1.4 of the JDO spec (version 0.95) state that the
    application code with a Bean Managed Transaction has the option of
    getting a Persistence Manager before a UserTransaction is opened and
    managing the transaction through the javax.jdo.Transaction interface.
    When I attempt this in Kodo 2.1.2 (EE), I get the following exception
    thrown:
    javax.jdo.JDOUserException: The global UserTransaction must be used for
    begin/commit/rollback.
    at
    com.techtrader.modules.jdo.ee.EEPersistenceManager.begin(EEPersistenceManager.java:62)
    at
    com.ysoft.jdo.book.restaurant.MenuManagerImpl.getObjectsByQuery(MenuManagerImpl.java:108)
    Is this the expected behavior for Kodo? If so, it appears to be a bug.
    If not, then perhaps I am doing something wrong.
    David Ezzio
    Yankee Software

  • Javax.servlet.ServletException: Illegal to flush within a custom tag

    Hi ,
    I am developing a sample application for JSF , Tiles and Spring when i uses JSF with tiles i am getting the error
    javax.servlet.ServletException: Illegal to flush within a custom tag
         org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:825)
         org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:758)
         org.apache.jsp.pages.main_jsp._jspService(main_jsp.java:84)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:298)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
         com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:322)
         com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:142)
         com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
         com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
         com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
         javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)
    Here is the My master tiles layout file
    <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
    <HTML>
    <HEAD>
    <TITLE><tiles:getAsString name="title"/></TITLE>
    </HEAD>
    <BODY>
    <TABLE border="0" width="100%" cellspacing="5">
    <TR>
    <TD colspan="2"><tiles:insert attribute="header" flush="false" /></TD>
    </TR>
    <TR>
    <TD width="140" valign="top">
    <tiles:insert attribute='menu' flush="false"/>
    </TD>
    <TD valign="top" align="left">
    <tiles:insert attribute='body' flush="false"/>
    </TD>
    </TR>
    <TR>
    <TD colspan="2">
    <tiles:insert attribute="footer" flush="false"/>
    </TD>
    </TR>
    </TABLE>
    </BODY>
    </HTML>
    and here is the main.jsf
    <%@ taglib prefix="f" uri="http://java.sun.com/jsf/core" %>
    <%@ taglib prefix="h" uri="http://java.sun.com/jsf/html" %>
    <%@ page contentType="text/html;charset=UTF-8" language="java" %>
    <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
    <tiles:insert page="/pages/template.jsp" flush="false" >
    <tiles:put name="title" value="Hello World" />
    <tiles:put name="header" value="/pages/header.jsp" />
    <tiles:put name="body" type="string">
    <f:view>
    <h:form id="catalogMenu">
    <table border="1" align ="center" >
    <tr>
    <td><a href="<img src="../images/image1.gif"><br>Struts in Action<br><a href="Add to Cart $39.00</td>
    <td><a href=" <img src="../images/image2.gif"><br>Juint in Action<br><a href="Add to Cart $35.00</td>
    </tr>
    <tr>
    <td><a href="<img src="../images/image3.gif"><br>Hibernate in Action<br><a href="Add to Cart $50.00</td>
    <td> <a href="<img src="../images/image4.gif"><br>Spring in Action<br><a href="Add to Cart $54.00</td>
    </tr>
    </table>
    </h:form>
    </f:view>
    </tiles:put>
    </tiles:insert>
    can any body please suggest why i this exception is coming

    What worked for me was to add a flush="false" to each of the <tiles:insert tags in my layout page.
    I'm using this with JSF so it may be different for you:
    ... Layout stuff ...
       <tiles:insert attribute="body" flush="false" />
    ... More layout stuff, including more inserts with the flush="false" ....

  • Help with simple stateless EJB Illegal attempt to call EJBObject.getPrimary

    I have the following, what i want to do is through a servlet, run a EJB method helloWorld() which will print out "Hello World". But i'm having a problem with it throwing an expection " EJB Illegal attempt to call EJBObject.getPrimary "
       Remote Interface
    package hello;
    import java.rmi.*;
    import javax.ejb.*;
    public interface HelloWorldServer extends EJBObject {
      public String helloWorld() throws RemoteException;
       Home Interface
    package hello;
    import java.rmi.*;
    import javax.ejb.*;
    public interface HelloWorldServerHome extends EJBHome {
      public HelloWorldServer create ()
             throws RemoteException, CreateException;
       EJB Implementation class
    package hello;
    import javax.ejb.*;
    public class HelloWorldServerBean
                 implements SessionBean {
      SessionContext sessionContext;
      // SessionBean methods
      public void setSessionContext (SessionContext sc) {
        this.sessionContext = sc;
      // Argument list must match create() method
      // in HelloWorldServerHome interface
      public void ejbCreate() { }
      public void ejbRemove() { }
      public void ejbActivate() { }
      public void ejbPassivate() { }
      // Now our business logic methods
      public String helloWorld() {
        String result = "Hello EJB World!\n";
        return (result);
    deployment descriptors:
    <?xml version="1.0"?>
    <!DOCTYPE ejb-jar PUBLIC
    '-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN'
    'http://java.sun.com/dtd/ejb-jar_2_0.dtd'>
    <ejb-jar>
        <enterprise-beans>
          <session>
            <ejb-name>HelloWorld</ejb-name>
            <home>hello.HelloWorldServerHome</home>
            <remote>hello.HelloWorldServer</remote>
            <ejb-class>hello.HelloWorldServerBean</ejb-class>
            <session-type>Stateless</session-type>
            <transaction-type>Container</transaction-type>
          </session>
        </enterprise-beans>
        <assembly-descriptor>
          <container-transaction>
            <method>
               <ejb-name>HelloWorld</ejb-name>
               <method-intf>Remote</method-intf>
               <method-name>*</method-name>
            </method>
            <trans-attribute>Required</trans-attribute>
          </container-transaction>
        </assembly-descriptor>
    </ejb-jar>
    <?xml version="1.0"?>
    <!DOCTYPE weblogic-ejb-jar PUBLIC
    '-//BEA Systems, Inc.//DTD WebLogic 6.0.0 EJB//EN'
    'http://www.bea.com/servers/wls600/dtd/weblogic-ejb-jar.dtd'>
    <weblogic-ejb-jar>
      <weblogic-enterprise-bean>
        <ejb-name>HelloWorld</ejb-name>
        <stateless-session-descriptor>
          <pool>
            <max-beans-in-free-pool>100</max-beans-in-free-pool>
          </pool>
        </stateless-session-descriptor>
        <jndi-name>ejb/HelloWorld</jndi-name>
      </weblogic-enterprise-bean>
    </weblogic-ejb-jar>
    Finally a servlet:
    import hello.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.io.*;
    import javax.naming.*;
    import javax.rmi.PortableRemoteObject;
    import java.util.*;
    public class HelloWorldServlet extends HttpServlet {
      public void doGet (HttpServletRequest req, HttpServletResponse res)
        throws ServletException, IOException {
        res.setContentType("text/plain");
        PrintWriter out = res.getWriter();
        out.println("----------------------------------------");
        try {
          Context ctx = new InitialContext();
          out.println("Got context");
          HelloWorldServerHome hwsh;
          // EJB 1.1 style to get home stub for non EJB 2.0 server.
          //hwsh = (HelloWorldServerHome)
          //    ctx.lookup("ejb/HelloWorld");
          // Required by new RMI-IIOP. Use 1.1 style if this causes errors.
          Object ref = ctx.lookup("ejb/HelloWorld");
          hwsh = (HelloWorldServerHome) PortableRemoteObject.narrow(ref,
                  HelloWorldServerHome.class);
          out.println("Got home interface");
          HelloWorldServer hws = hwsh.create();
          out.println("Created EJB");
          out.println(hws.helloWorld());
        catch (Exception e) {
          e.printStackTrace(out);
        out.println("----------------------------------------");
    }When i run the servlet i just get "----------------------------------------
    Got context
    Got home interface
    Created EJB
    java.rmi.RemoteException: [EJB:010171]Illegal attempt to call EJBObject.getPrimaryKey() on a session bean.
         at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:186)
         at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:284)
         at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:244)
         at hello.HelloWorld_ap17lf_EOImpl_812_WLStub.helloWorld(Unknown Source)
         at HelloWorldServlet.doGet(HelloWorldServlet.java:37)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:971)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:402)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6350)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3635)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2585)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    I've pinpointed the problem:
    out.println(hws.helloWorld());
    but i still can't figure what's actually causing the problem.

    Are u sure that when u deployed ur ejb u didnt get any exeption or erro??
    Make sure that there is no bean named Helloworld already resides in ur server..
    regards
    Shanu

  • Running Lightroom 6 on Windows machine (after having upgraded from LR5... While attempting to add or change music in the Slideshow module, LR unexpectedly quits.  After several attempts at this, LR6 won't even launch properly...shows the splash screen but

    Running Lightroom 6 on Windows machine (after having upgraded from LR5... While attempting to add or change music in the Slideshow module, LR unexpectedly quits.  After several attempts at this, LR6 won't even launch properly...shows the splash screen but that's it.  The program is buggy...need an update/revision quickly!!

    If you're on Windows, check out a free program called Audacity--it's fantastic.  With Audacity the process of converting a 48.000 kHz to 44.100 kHz is as simply as opening, changing the sample rate, and then exporting again, as an MP3.

  • When I attempt to add a new key frame into the timeline it adds several frames to my animation

    I am trying to edit an FLV file with flash professiona.  Right now every frame is on long frame sequence, meaning that right now there is only one key fram in the entire 40 second animation.  I am trying to add put key frames at various points in my animation but when I attempt to add a new key frame into the timeline it copies ever frame up to the selected and adds it to the front of my timeline.  Any Idea how to fix this?  I want to break my video up so I can add some shape tweens in between some of the frames

    Extensions like IE View and IE Tab use IE and the IE rendering engine, so you are running IE.
    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do not click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • SharePoint Online switching to mobile view when attempting to add user permissions

    Hello,
    I am having a very weird problem that just started out of no where. It happens when I go to the Site Settings of my site collection and click on Site Permissions. When I click Grant Permissions to try to add users, the browser will immediately switch to
    the mobile view.
    I am able to switch back to the regular browser view, then when I click Grant Permissions, the box to select the user opens. I then choose the user and click Share. After clicking Share, the popup immediately goes to the mobile view. When I exit that the
    users were never granted permissions.
    This only happens so far when I am trying to add permissions. Is there something that I could have messed up?
    What is happening and how can I fix this? I am out of ideas and unable to add permissions for users. I do not want to have to blow this site collection away.
    Thanks.

    Hi Andy,
    According to your description, my understanding is that the page would switch to mobile view when attempting to add user permissions in SharePoint Online.
    I recommend to verify the things below:
    Clear the caches in browser to see if the issue still occurs.
    Test the same scenario in another computer to see if the issue still occurs.
    Append mobile=0 to the URLs in SharePoint Online.
    In the meanwhile, you can post your question to the forum for SharePoint Online: http://social.technet.microsoft.com/Forums/msonline/en-US/home?forum=onlineservicessharepoint.
    More experts will assist you, then you will get more information relation to SharePoint Online.
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • PSE 11 crashes when I attempt to add a new catalog

    PSE 11 crashes when I attempt to add a new catalog to those that already exist. No programs are running that might conflict with Organizer, and I can run other functions such as downloading photos from my camera. As soon as I attempt to add a new sub-catalog to an existing major catalog, the program crashes. I'm using Windows 7, and have tried various compatibilities, but none solves the problem. Any ideas?

    expat31 wrote:
    PSE 11 crashes when I attempt to add a new catalog to those that already exist. No programs are running that might conflict with Organizer, and I can run other functions such as downloading photos from my camera. As soon as I attempt to add a new sub-catalog to an existing major catalog, the program crashes. I'm using Windows 7, and have tried various compatibilities, but none solves the problem. Any ideas?
    How do you attempt to 'add a new catalog' or a new 'sub-catalog' ?
    There are no such things as 'sub-catalogs' or catalogs included in catalog.
    Catalogs are totally independent storing systems, they ignore what is managed in other catalogs.That's why it is recommended to have only one catalog, unless you have a good reason to create several ones because they are totally independent by nature (home vs professional for instance).
    You can create several levels of albums, of tags categories, but not with catalogs.

  • Error when installing OpsMgr reporting (Attempted to add warning icon to item OMREPORTING but since this was as NONVITALFAILURE case, we added an Error icon instead.)

    Hi
    I have the following scenario:
    Two Management Server, the first
    Management Server has the following functions:
    - Management Server
    - Operations Console
    - Web Console
    My second Management Server has the following
    functions:
    - Management Server
    - Operations Console
    A SQL Server with the
    OperationsManager and OperationsManagerDW
    bases.
    My second Management Server, I installed the
    service report server SQL,
    created the foundation in my remote SQL
    Server (ReportServerOpsMgr and
    ReportServerOpsMgrTempDB). By adding the
    feature of Reporting Server
    it starts the installation process, but
    at a certain point it gives me the following error message
    in the Reporting Server log: Attempted
    to add warning icon to
    OMREPORTING item but since
    this was the NONVITALFAILURE
    case, we added an Error
    icon instead.
    Has anyone been through
    this problem and can help me?
    Thanks a lot!
    Wilsterman Fernandes

    Seems this is either a permissions issue or the it is a restriction configured for running external stored procedures
    I suggest you remove the Reporting portion from the server, then remove the Reporting Service completely. After doing this, reboot the SQL and Management server=>install Reporting again.
    Juke Chou
    TechNet Community Support

  • Query.setRange() not available on standard javax.jdo.Query interface?

    Hi Kodo people, I'm trying out Kodo 3.2.0, most specifically for the
    spiffy new setRange() functionality. However, I'm somewhat confused
    because while the docs clearly indicate that the setRange() method is
    available on the standard javax.jdo.Query interface, it's not available
    on the javax.jdo.Query class that ships with Kodo 3.2.0. I have to cast
    my query to a KodoQuery in order for this to work. Is this expected?
    Thanks,
    -Mike
    Michael Allen
    Technical Lead
    PGP Corporation

    I think you missed the note at the beginning of the query chapter in the docs:
    Much of the functionality we discuss in this chapter is new to JDO 2. Though
    Kodo supports all of the features defined in the following sections, many JDO
    implementations may not. Additionally, because official JDO 2 jars are not yet
    available, you will have to cast your query objects to kodo.query.KodoQuery to
    access any JDO 2 APIs. The UML diagram above depicts these APIs in bold. For
    simplicity, casts have been left out of the example code throughout the chapter.

  • Unable to add books - "the document that you are attempting to add already exists in the library" - there is NOTHING in the liabrary. Any suggestions??

    I  just downloaded Digital Editions so I can read proceedings from a conference. I followed the instructions but cannot add the
    proceedings to ADE. The error message reads "Unable to add document xxx.epub. The document that you are attempting to
    add already exists in the library" There is nothing in the library, can't add the "Getting started" . e-book - same message. I did
    delete ADE and re-downloaded it. Is there anything else I can do? Any help would be appreciated. Thanks

    Get a new SIM from AT&T. They will replace it for free.

  • Any attempt to add/delete Skype-to-go number gener...

    Please note: I tested two accounts (my own and my wife's), the problems exist with both accounts.
    Browsers: Firefox, Chrome (latest version), OS: Windows 7 Home
    1 Any attempt to add/delete Skype-to-go number generates error
    "Oops, something went wrong...We're having technical problems. We're sorry for the inconvenience. Please try again after a few minutes."
    Same error messge displayed when I am trying to by skype number for inbound calls
    Sometimes the error is "Application skype-skypetogo not found"
    2. Login to Skype account page is very slow (more than 1 min). I tried two accounts
    3.  Skype-to-go number tab is not awailable from time to time:

    Hello,
    These are known issues which should be resolved by now. Please advise if otherwise.
    All duplicates including PMs deleted. Please post only on this thread.
    Thank you.
    TIME ZONE - US EASTERN. LOCATION - PHILADELPHIA, PA, USA.
    I recommend that you always run the latest Skype version: Windows & Mac
    If my advice helped to fix your issue please mark it as a solution to help others.
    Please note that I generally don't respond to unsolicited Private Messages. Thank you.

  • Error When Attempting to add a builder in Flex Builder 3

    Hi All,
    When I attempt to add a builder to my flex project, I get a "Internal Error: Unable to Save Launch Configuration" message. I was wondering if anyone knew how to fix this problem. A screenshot below. Also, there does not appear to be any error message written to the .log file in the .metadata folder.

    Hi,
    From your description, it seems that the address
    sales@[domain].com has been used in another mailbox. I recommend you use the following cmdlet to find out which mailbox is using this address.
    Get-recipient | Where {$_.EmailAddresses -match "[email protected]"} | select Identity, DisplayName, RecipientType. The mailbox which is using this address will show up in the result.
    Hope this can be helpful to you.
    Best regards,
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]
    Amy Wang
    TechNet Community Support

Maybe you are looking for

  • [865PE/G Neo2 Series] Question-boot from Promise IDE on 865PE Neo2 FIS2R

    I bought my first MSI board a couple of years ago, an 865PE Neo2-LS. When I retired that, I went for an Abit 875P IC7-G. I just hated the Abit board, used it 3 months and replaced it with a new MSI 865PE Ne02 FIS2R. I didn't reinstall WIndows XP Pro

  • Button click, leaving projector focus and frozen interactivity

    Hello all, I'm am attempting to reword my problem (posted in another post) so as to facilitate getting assistance. Scenario: A button with a mouseover effect attached via a behavior script with the following code -- code that changes the background i

  • Looking for materials in badi bapi and ale idoc

    dude     i got materials from <removed by moderator> and other few sites also.i need to know the full structure of bapi badi and ale idoc. ppl who are working in these areas pls post materials as well the real time issues facing in their comp.so that

  • Different S12 models?

    Hi all, When I am on the product information support site (here), and select 'Notebooks' / 'IdeaPad S12', I can select between 2 different models: "2959" and "S012". I am planning to buy an Ion netbook and am gathering detailed information for a coup

  • Modify/Suppress default Authorization policy

    We have a requirement to restrict Proxy assignment only to a restricted set of users. There is a default authorization policy 'Self Service User Management All Users Policy' which grant proxy assignment permission to all users. Since this policy exis