9 Replies Latest reply on Jun 1, 2010 9:36 PM by amar.ghimire

    error deploying

      Hello every one

       

       

      (i have selected in "Java Classes and Resources" the first packadge  src/main/java)

      i'm geting this error:

       

      java.lang.NullPointerException
          at org.jbpm.gd.jpdl.util.ProcessDeployer.addClassOrResource(Unknown Source)
          at org.jbpm.gd.jpdl.util.ProcessDeployer.addClassesAndResources(Unknown Source)
          at org.jbpm.gd.jpdl.util.ProcessDeployer.createParBytes(Unknown Source)
          at org.jbpm.gd.jpdl.util.ProcessDeployer.access$1(Unknown Source)
          at org.jbpm.gd.jpdl.util.ProcessDeployer$1.run(Unknown Source)
          at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464)
          at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372)
          at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:507)
          at org.jbpm.gd.jpdl.util.ProcessDeployer.showProgressMonitorDialog(Unknown Source)
          at org.jbpm.gd.jpdl.util.ProcessDeployer.deploy(Unknown Source)
          at org.jbpm.gd.jpdl.deployment.DeploymentForm$1.widgetSelected(Unknown Source)
          at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
          at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
          at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
          at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3910)
          at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3503)
          at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
          at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
          at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
          at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
          at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
          at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
          at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
          at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
          at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
          at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
          at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
          at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
          at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
          at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
          at java.lang.reflect.Method.invoke(Unknown Source)
          at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
          at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
          at org.eclipse.equinox.launcher.Main.run(Main.java:1311)

       

       

       

       

      if i don't select that java packadge i get this error:

       

      java.io.IOException: Server returned HTTP response code: 500 for URL: http://192.168.16.35:8080/alfresco/jbpm/deployprocess
          at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
          at org.jbpm.gd.jpdl.util.ProcessDeployer.deployProcessWithServlet(Unknown Source)
          at org.jbpm.gd.jpdl.util.ProcessDeployer.access$3(Unknown Source)
          at org.jbpm.gd.jpdl.util.ProcessDeployer$1.run(Unknown Source)
          at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464)
          at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372)
          at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:507)
          at org.jbpm.gd.jpdl.util.ProcessDeployer.showProgressMonitorDialog(Unknown Source)
          at org.jbpm.gd.jpdl.util.ProcessDeployer.deploy(Unknown Source)
          at org.jbpm.gd.jpdl.deployment.DeploymentForm$1.widgetSelected(Unknown Source)
          at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
          at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
          at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
          at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3910)
          at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3503)
          at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
          at org.eclipse.jface.window.Window.open(Window.java:801)
          at org.eclipse.ui.internal.views.log.EventDetailsDialog.open(EventDetailsDialog.java:175)
          at org.eclipse.ui.internal.views.log.EventDetailsDialogAction.run(EventDetailsDialogAction.java:98)
          at org.eclipse.ui.internal.views.log.LogView$15.doubleClick(LogView.java:535)
          at org.eclipse.jface.viewers.StructuredViewer$1.run(StructuredViewer.java:821)
          at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
          at org.eclipse.core.runtime.Platform.run(Platform.java:888)
          at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48)
          at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
          at org.eclipse.jface.viewers.StructuredViewer.fireDoubleClick(StructuredViewer.java:819)
          at org.eclipse.jface.viewers.AbstractTreeViewer.handleDoubleSelect(AbstractTreeViewer.java:1419)
          at org.eclipse.jface.viewers.StructuredViewer$4.widgetDefaultSelected(StructuredViewer.java:1195)
          at org.eclipse.jface.util.OpenStrategy.fireDefaultSelectionEvent(OpenStrategy.java:238)
          at org.eclipse.jface.util.OpenStrategy.access$0(OpenStrategy.java:235)
          at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:296)
          at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
          at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
          at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3910)
          at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3503)
          at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
          at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
          at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
          at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
          at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
          at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
          at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
          at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
          at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
          at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
          at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
          at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
          at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
          at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
          at java.lang.reflect.Method.invoke(Unknown Source)
          at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
          at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
          at org.eclipse.equinox.launcher.Main.run(Main.java:1311)

       

       

      can anyone help?

       

      regards

       

       

        • 1. Re: error deploying

          I'm just learning how to work with jobss and i don't know java. i'm starting to learn this and understanding this but i need your help

           

          any hint is good! tks

           

          edit:

           

           

          additional info that may help

           

          eclipse.buildId=unknown
          java.version=1.6.0_17
          java.vendor=Sun Microsystems Inc.
          BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
          Framework arguments:  -product org.eclipse.epp.package.jee.product
          Command-line arguments:  -os win32 -ws win32 -arch x86 -product org.eclipse.epp.package.jee.product

          • 2. Re: error deploying
            peterj

            A description of what you are working with and what you are attempting to do might help. It looks like you are using jBPM and Eclipse, but I have no idea what you are with that ("error deploying" does not make sense in this context because deploying usually means copying the app's archive file to the deploy directory, and you clearly are not doing that). I also do not know where you selected "Java Classes and Resources" or why you would select what appears to be a Mavne-based base source directory for that.

            • 3. Re: error deploying

              ok.

               

              I'm doing the example that cames in the book "jBoss Tools Developer Guide" in chapter 8

               

              this is the idea of the  workflow:

               

              "

              1.  Author of an article is submitting an invoice to the publisher.
              2.  The invoice arrives at the publisher fnancial department, where a fnancial
                   controller checks the invoice for any mistakes.
              3.  The fnancial controller may accept or reject the invoice.
              4.  If the invoice is rejected, than the author receives a notifcation by email with
                   the contact phone number.
              5.  If the invoice is accepted, then it is registered (stored in electronic format) and
                   the author is paid the fee through an online payment system (such as PayPal).
              6.  The invoice "road" ends up here.

              "

               

               

              in the workflow i use some java code (also from the book) for tow actions

               

               

              - PayInvoiceAction

               

              /**
              *
              */
              package articles.invoices.actions;

               

              import org.jbpm.graph.def.ActionHandler;
              import org.jbpm.graph.exe.ExecutionContext;

               

              /**
              * @author ralves01
              *
              */
              public class PayInvoiceAction implements ActionHandler {

               

                  /**
                   * @author ralves01
                   */
                  private static final long serialVersionUID = -4019711050714975422L;

               

                  /* (non-Javadoc)
                   * @see org.jbpm.graph.def.ActionHandler#execute(org.jbpm.graph.exe.ExecutionContext)
                   */
                  @Override
                  public void execute(ExecutionContext executionContext) throws Exception {
                      // TODO Auto-generated method stub

               

                     
                       //display a start log message
                        System.out.println("SEND PAYMENT STARTED!");
                        //PUT HERE MORE CODE TO ACCESS AN ONLINE PAYMENT SYSTEM
                        //per example, use the ECHOPay for Java
                        //display an end  log message
                        System.out.println("SEND PAYMENT ENDED!");
                        //leave this node
                        executionContext.leaveNode("leave payment");
                            
                  }

               

              }

               

               

               

              and

              - RegisterInvoiceAction

               

              /**
              *
              */
              package articles.invoices.actions;

               

              import org.jbpm.graph.def.ActionHandler;
              import org.jbpm.graph.exe.ExecutionContext;

               

              /**
              * @author ralves01
              *
              */
              public class RegisterInvoiceAction implements ActionHandler {

               

                  /**
                   * @author ralves01
                   */
                  private static final long serialVersionUID = -4019711050714975422L;

               

                  /* (non-Java doc)
                   * @see org.jbpm.graph.def.ActionHandler#execute(org.jbpm.graph.exe.ExecutionContext)
                   */
                  @Override
                  public void execute(ExecutionContext executionContext) throws Exception {
                      // TODO Auto-generated method stub
                      //extract the invoice information
                              String author_name = String.valueOf (executionContext.getContextInstance().getVariable("author_name"));
                              String author_email = String.valueOf (executionContext.getContextInstance().getVariable("author_email"));
                              String article_name = String.valueOf (executionContext.getContextInstance().getVariable("article_name"));
                              String article_url = String.valueOf (executionContext.getContextInstance().getVariable("article_url"));
                              String article_fee = String.valueOf (executionContext.getContextInstance().getVariable("article_fee"));
                              //check to see if the information were correctly extracted
                              System.out.println("Author name:"+author_name);
                              System.out.println("Author e-mail:"+author_email);
                              System.out.println("Article name:"+article_name);
                              System.out.println("Article URL:"+article_url);
                              System.out.println("Article fee:"+article_fee);
                     
                              //PUT HERE MORE CODE TO PROCESS THE INVOICE INFORMATION
                              //store the invoice information into a database, XML file, text  
                              //file, etc.
                              //leave this node
                             
                              //store the invoice information into a database, XML file, text file, etc.
                 
                              executionContext.leaveNode("leave register");
                             
                  }

               

              }

               

              i guess this is the most relevant information...

               

              If you need some more please ask!

               

              Thanks for your attention

               

               

              edit:

               

              and i'm trying to deployit to Alfresco. and "conection test" works without problem.

              • 4. Re: error deploying
                peterj

                Well, that is very good for background information. Now, exactly what did you do that caused those errors to display?

                • 5. Re: error deploying

                  so, i have the work flow with the actions.

                   

                  i want to  deploy it to Alfresco

                   

                  - i go to Deployment tab

                   

                  - i have nothing checked in Java Classes and Resources

                   

                  - i test conection: "The server conection was successfully tested"

                   

                  - then i hit Deploy Process Archive button: a error appears

                   

                   

                  "an exception happened during the deployment of the process


                  reason:

                  an unexpected exception caused the deployment to fail"


                  details: An unexpected exception caused the deployment to fail
                  Error while deploying, look in the Error Log for more info

                   

                   

                   

                  - in error log i get:

                   

                  java.io.IOException: Server returned HTTP response code: 500 for URL: http://192.168.16.35:8080/alfresco/jbpm/deployprocess
                      at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
                      at org.jbpm.gd.jpdl.util.ProcessDeployer.deployProcessWithServlet(Unknown Source)
                      at org.jbpm.gd.jpdl.util.ProcessDeployer.access$3(Unknown Source)
                      at org.jbpm.gd.jpdl.util.ProcessDeployer$1.run(Unknown Source)
                      at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464)
                      at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372)
                      at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:507)
                      at org.jbpm.gd.jpdl.util.ProcessDeployer.showProgressMonitorDialog(Unknown Source)
                      at org.jbpm.gd.jpdl.util.ProcessDeployer.deploy(Unknown Source)
                      at org.jbpm.gd.jpdl.deployment.DeploymentForm$1.widgetSelected(Unknown Source)
                      at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
                      at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
                      at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
                      at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3910)
                      at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3503)
                      at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
                      at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
                      at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
                      at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
                      at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
                      at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
                      at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
                      at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
                      at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
                      at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
                      at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
                      at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
                      at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
                      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
                      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
                      at java.lang.reflect.Method.invoke(Unknown Source)
                      at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
                      at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
                      at org.eclipse.equinox.launcher.Main.run(Main.java:1311)

                   

                   

                   

                   

                  ------------------------------------------

                   

                  However i get a different error IF i check the java classes and resources in Java Classes and Resources area. then, i get the following error:

                   

                   

                  "an exception happened during the deployment of the  process

                   

                  reason:

                  an unexpected exception caused  the deployment to fail"

                   

                  details: An unexpected  exception caused the deployment to fail
                  Error while deploying, look in the Error Log for more info

                   

                   

                  -  in error log i get:

                   

                   

                  java.lang.NullPointerException
                      at org.jbpm.gd.jpdl.util.ProcessDeployer.addClassOrResource(Unknown Source)
                      at org.jbpm.gd.jpdl.util.ProcessDeployer.addClassesAndResources(Unknown Source)
                      at org.jbpm.gd.jpdl.util.ProcessDeployer.createParBytes(Unknown Source)
                      at org.jbpm.gd.jpdl.util.ProcessDeployer.access$1(Unknown Source)
                      at org.jbpm.gd.jpdl.util.ProcessDeployer$1.run(Unknown Source)
                      at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464)
                      at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372)
                      at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:507)
                      at org.jbpm.gd.jpdl.util.ProcessDeployer.showProgressMonitorDialog(Unknown Source)
                      at org.jbpm.gd.jpdl.util.ProcessDeployer.deploy(Unknown Source)
                      at org.jbpm.gd.jpdl.deployment.DeploymentForm$1.widgetSelected(Unknown Source)
                      at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
                      at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
                      at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
                      at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3910)
                      at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3503)
                      at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
                      at org.eclipse.jface.window.Window.open(Window.java:801)
                      at org.eclipse.ui.internal.views.log.EventDetailsDialog.open(EventDetailsDialog.java:175)
                      at org.eclipse.ui.internal.views.log.EventDetailsDialogAction.run(EventDetailsDialogAction.java:98)
                      at org.eclipse.ui.internal.views.log.LogView$15.doubleClick(LogView.java:535)
                      at org.eclipse.jface.viewers.StructuredViewer$1.run(StructuredViewer.java:821)
                      at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
                      at org.eclipse.core.runtime.Platform.run(Platform.java:888)
                      at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48)
                      at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
                      at org.eclipse.jface.viewers.StructuredViewer.fireDoubleClick(StructuredViewer.java:819)
                      at org.eclipse.jface.viewers.AbstractTreeViewer.handleDoubleSelect(AbstractTreeViewer.java:1419)
                      at org.eclipse.jface.viewers.StructuredViewer$4.widgetDefaultSelected(StructuredViewer.java:1195)
                      at org.eclipse.jface.util.OpenStrategy.fireDefaultSelectionEvent(OpenStrategy.java:238)
                      at org.eclipse.jface.util.OpenStrategy.access$0(OpenStrategy.java:235)
                      at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:296)
                      at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
                      at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
                      at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3910)
                      at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3503)
                      at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
                      at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
                      at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
                      at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
                      at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
                      at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
                      at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
                      at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
                      at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
                      at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
                      at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
                      at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
                      at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
                      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
                      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
                      at java.lang.reflect.Method.invoke(Unknown Source)
                      at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
                      at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
                      at org.eclipse.equinox.launcher.Main.run(Main.java:1311)

                  • 6. Re: error deploying
                    peterj

                    >>i want to  deploy it to Alfresco

                    I don't recall seeing anything about Alfresco in JBoss Tools 3 Developer's Guide, but then it has been over a year since I read it. I don't recall installing Alfresco to try out the jBPM examples.

                     

                    I don't have a copy of the book with me, and I think I will need it to try to figure out what you are doing. I probably still have my Eclipse workspace somewhere from when I went through the examples, let me look that up also.

                     

                    I still am not sure what you mean by "IF i check the java classes and resources in Java Classes and Resources  area." Where exactly are you seeing this? Mentioning which menus you went through might help; I can find anything with this title under Window | Preferences, nor under Project | Properties.

                    • 7. Re: error deploying

                      it doesn't refere Alfresco in the book, but because i then would like to integrate it with alfresco i was already trying it

                       

                      3 pics attatched

                       

                      dep1 and dep 2 so you understand better when i try to deploy

                       

                       

                      in dep 3 you can see the actions i created

                      • 8. Re: error deploying
                        peterj

                        Have you tried deploying to just JBoss AS (no Alfresco)? Did that work?

                        • 9. Re: error deploying

                          Hi Peter and Ricardo,

                           

                          I am in the same pond. I am trying to create a jBPM workflow in Alfresco. For this I downloaded the jboss eclipe IDE. I downloaded jbpm server 3.0.1 & 3.2.3. I get similar error message when trying to deploy my process.

                           

                          Here is another thread from Rob who seems to have faced the same problem:

                          http://community.jboss.org/message/396312#396312

                           

                          Have you guys resolved this issue yet? If so, can you please kindly share your solution to this problem?

                           

                          BR

                          Amar