6 Replies Latest reply on May 11, 2006 5:21 AM by koen.aers

    hi all

    kanishkavatsa

      hi all
      i am new to JBPM .
      what i have done is to upload the archieve in eclipse 3.1. i have downloaded the jbpm-gpd-site-3.0.9 and with the help of help->find and install ->....

      And following the instruction that is given in the demo that is given in http://docs.jboss.com/jbpm/v3/demos/movies/jbpm-overview.htm
      i have created the whole process definotion.
      But at the time of deployment there is an exception thrown and the reason given is
      " reason: an unreported exception caused deployment to fail ."

      can anyone help me on this

      thanking you in advance

        • 1. Re: hi all
          kukeltje

          not if you don't provide more logging.

          TIP: look at the .metadata dir in your workspace

          • 2. Re: hi all
            kanishkavatsa

            sorry for not providing the enough details.

            this is what i got in .metadata dir of workspace of eclipse.




            !ENTRY org.jbpm.ui 4 0 2006-05-11 13:14:32.113
            !MESSAGE Exception happened while deploying
            !STACK 0
            java.io.IOException: Server returned HTTP response code: 500 for URL: http://localhost:8080/jbpm/upload
            at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1149)
            at org.jbpm.ui.util.ProcessDeployer.deployProcessWithServlet(Unknown Source)
            at org.jbpm.ui.util.ProcessDeployer.access$3(Unknown Source)
            at org.jbpm.ui.util.ProcessDeployer$1.run(Unknown Source)
            at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:346)
            at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:291)
            at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:447)
            at org.jbpm.ui.util.ProcessDeployer.showProgressMonitorDialog(Unknown Source)
            at org.jbpm.ui.util.ProcessDeployer.deploy(Unknown Source)
            at org.jbpm.ui.editor.form.deployment.DeploymentForm$1.widgetSelected(Unknown Source)
            at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
            at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
            at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
            at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3080)
            at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2713)
            at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699)
            at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
            at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
            at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
            at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
            at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
            at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
            at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
            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.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
            at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
            at org.eclipse.core.launcher.Main.run(Main.java:973)
            at org.eclipse.core.launcher.Main.main(Main.java:948)




            thanking you
            kanishka

            • 3. Re: hi all
              kukeltje

              then look in the logging of the server to see why it returns a 500

              • 4. Re: hi all
                kanishkavatsa

                there is nothing specific in server log dealing with the exception.

                • 5. Re: hi all
                  kukeltje

                  nothing specific to the exception? hmm... sounds illogical, but if you say so.... sure there is no other error which you think is unrelated

                  It is unfortunately not possible to help you any further then... since the error is produced by the server. Maybe you can turn up the loglevel to debug or so?

                  • 6. Re: hi all
                    koen.aers

                    Please state the jbpm version you are working with. Did you use the 3.0.3 release or the 3.1.1 release? Starter's Kit?

                    Regards,
                    Koen