4 Replies Latest reply on Mar 18, 2009 7:49 AM by toriton

    Error Deploying

      Hello, I am testing jboss(5.0.0) jbpm with eclipse. When a deploy a project I have this error in Eclipse log :


      !ENTRY org.jbpm.gd.jpdl 4 0 2009-03-17 13:49:37.234
      !MESSAGE Exception happened while deploying
      !STACK 0
      java.io.IOException: Server returned HTTP response code: 403 for URL: http://localhost:8080/jbpm-console/app/upload
       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:3823)
       at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422)
       at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2384)
       at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2348)
       at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2200)
       at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:495)
       at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
       at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:490)
       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:193)
       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:386)
       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:549)
       at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
       at org.eclipse.equinox.launcher.Main.run(Main.java:1236)



      How I can deply my application with no error?

        • 1. Re: Error Deploying
          kukeltje

          please search the forum and the jira first before posting

          • 2. Re: Error Deploying

            If i post a message, i found nothing. I think you find something, can you give me the link?

            • 3. Re: Error Deploying
              kukeltje

               

              "b16d" wrote:
              If i post a message, i found nothing. I think you find something, can you give me the link?


              Oh? How would I know?

              http://www.google.nl/search?q=403+jbpm+console&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:nl:official&client=firefox-a

              • 4. Re: Error Deploying
                toriton

                You can deploy your process anyway using the JBPM console with a par (a standard archive file).
                Just create a processName.zip file then rename with .par extension.

                From Eclipse in the deployment tab check the checkbox "Save Process Archive Locally" and point to the archive you created before.

                Then log in JBPM console and use the deploy link, and upload the par.

                I hope this help ^^.. i use this routine to deploy my process.

                T.