From dev-return-19438-apmail-openjpa-dev-archive=openjpa.apache.org@openjpa.apache.org Thu Aug 4 22:25:37 2011 Return-Path: X-Original-To: apmail-openjpa-dev-archive@www.apache.org Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6F9CF6BBA for ; Thu, 4 Aug 2011 22:25:37 +0000 (UTC) Received: (qmail 27165 invoked by uid 500); 4 Aug 2011 22:25:37 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 27058 invoked by uid 500); 4 Aug 2011 22:25:36 -0000 Mailing-List: contact dev-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openjpa.apache.org Delivered-To: mailing list dev@openjpa.apache.org Received: (qmail 27049 invoked by uid 99); 4 Aug 2011 22:25:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Aug 2011 22:25:35 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of saibabu.vallurupalli@gmail.com designates 209.85.161.174 as permitted sender) Received: from [209.85.161.174] (HELO mail-gx0-f174.google.com) (209.85.161.174) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Aug 2011 22:25:28 +0000 Received: by gxk21 with SMTP id 21so1865282gxk.33 for ; Thu, 04 Aug 2011 15:25:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=PuFIbC09d0ClgUHwiht4DlSHJl1xFWSgVG1Nk5wv7f8=; b=LkzQtFARTzvRYfPJvduGplFbrZCLm1pA2YfxzV8y/PNqycq8aFPneosABmso9/Vxob 4MhoxGRptdDoKq2zcGU+/BXGivd0f5j3ScQPJFPSHf2ME88Ob5LMtqab/Y7Zc+nyYEgC kZuH81k2QWSs1sOcQPrquJ0wUmZkFJH4he2I4= MIME-Version: 1.0 Received: by 10.150.137.21 with SMTP id k21mr2459640ybd.262.1312496706988; Thu, 04 Aug 2011 15:25:06 -0700 (PDT) Received: by 10.147.39.15 with HTTP; Thu, 4 Aug 2011 15:25:06 -0700 (PDT) Date: Thu, 4 Aug 2011 18:25:06 -0400 Message-ID: Subject: InvalidStateException From: Saibabu Vallurupalli To: dev@openjpa.apache.org Content-Type: multipart/alternative; boundary=000e0cd56aeefd2a3e04a9b57389 X-Virus-Checked: Checked by ClamAV on apache.org --000e0cd56aeefd2a3e04a9b57389 Content-Type: text/plain; charset=ISO-8859-1 Hi, I am trying to invoke James Mailbox Copier method which copies mails from MySQL database to a jcr-mailboxmanager i.e., file system. After making a call to this method OpenJPA is throwing error below, Please let me know if I am missing any library. ********** Problem invoking copy: java.rmi.UnmarshalException: Error unmarshaling return; nested exception is: java.lang.ClassNotFoundException: org.apache.openjpa.persistence.InvalidStateException (no security manager : RMI class loader disabled) ********** I appreciate your help on this. Thanks, Sai --000e0cd56aeefd2a3e04a9b57389--