2 Replies Latest reply on Jan 10, 2006 12:58 AM by lpiccoli

    GPD 305 plugin and jpdl schema validation problem

    lpiccoli

      eclipse 3.1.1
      GPD 3.0.5

      hi all,

      GPD plugin blocks forever when trying to save the project. It seems to be blocking on validating the jpdl schema. i have followed previous directions to register the jpdl schema with the eclipse XML catalogue however i am still getting the endless wait on saving a process.

      It is driving me crazy :-(

      A simple question:
      How is the rest of this forum running the plugin offline?

      any help is appreciated


      below is the details of the catalogue entry

      URI: file:D:\jbpm-starters-kit-3.0.2\jbpm\src\java.jbpm\org\jbpm\jpdl\xml\jpdl-3.0.xsd
      Key Type: Namespace Name
      Key: http://jbpm.org/3/jpdl


      To prove that the pluginis blocking here is the stack dump showing the blocking thread


      "Worker-0" prio=5 tid=0x02ef21c0 nid=0x940 runnable [0x0372e000..0x0372fc68]
       at java.net.PlainSocketImpl.socketConnect(Native Method)
       at java.net.PlainSocketImpl.doConnect(Unknown Source)
       - locked <0x171c7148> (a java.net.PlainSocketImpl)
       at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
       at java.net.PlainSocketImpl.connect(Unknown Source)
       at java.net.Socket.connect(Unknown Source)
       at java.net.Socket.connect(Unknown Source)
       at sun.net.NetworkClient.doConnect(Unknown Source)
       at sun.net.www.http.HttpClient.openServer(Unknown Source)
       at sun.net.www.http.HttpClient.openServer(Unknown Source)
       - locked <0x171c70c8> (a sun.net.www.http.HttpClient)
       at sun.net.www.http.HttpClient.<init>(Unknown Source)
       at sun.net.www.http.HttpClient.New(Unknown Source)
       at sun.net.www.http.HttpClient.New(Unknown Source)
       at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown
      Source)
       at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Sour
      ce)
       at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
       at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown So
      urce)
       - locked <0x171c6a68> (a sun.net.www.protocol.http.HttpURLConnection)
       at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown So
      urce)
       at org.apache.xerces.impl.XMLEntityManager.startEntity(Unknown Source)
       at org.apache.xerces.impl.XMLEntityManager.startDocumentEntity(Unknown S
      ource)
       at org.apache.xerces.impl.XMLDocumentScannerImpl.setInputSource(Unknown
      Source)
       at org.apache.xerces.impl.xs.opti.SchemaParsingConfig.parse(Unknown Sour
      ce)
       at org.apache.xerces.impl.xs.opti.SchemaParsingConfig.parse(Unknown Sour
      ce)
       at org.apache.xerces.impl.xs.opti.SchemaDOMParser.parse(Unknown Source)
       at org.apache.xerces.impl.xs.traversers.XSDHandler.getSchemaDocument(Unk
      nown Source)
       at org.apache.xerces.impl.xs.traversers.XSDHandler.parseSchema(Unknown S
      ource)
       at org.apache.xerces.impl.xs.XMLSchemaLoader.loadSchema(Unknown Source)
       at org.apache.xerces.impl.xs.XMLSchemaValidator.findSchemaGrammar(Unknow
      n Source)
       at org.apache.xerces.impl.xs.XMLSchemaValidator.handleStartElement(Unkno
      wn Source)
       at org.apache.xerces.impl.xs.XMLSchemaValidator.startElement(Unknown Sou
      rce)
       at org.apache.xerces.impl.XMLNamespaceBinder.handleStartElement(Unknown
      Source)
       at org.apache.xerces.impl.XMLNamespaceBinder.startElement(Unknown Source
      )
       at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElemen
      t(Unknown Source)
       at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContent
      Dispatcher.dispatch(Unknown Source)
       at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Un
      known Source)
       at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
       at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
       at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
       at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
       at org.eclipse.wst.xml.core.internal.validation.XMLValidator.validate(XM
      LValidator.java:216)
       at org.eclipse.wst.xml.ui.internal.validation.XMLValidator.validate(XMLV
      alidator.java:71)
       at org.eclipse.wst.xml.ui.internal.validation.ValidateAction$1.run(Valid
      ateAction.java:97)
       at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1719
      )
       at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1739
      )
       at org.eclipse.wst.xml.ui.internal.validation.ValidateAction.validate(Va
      lidateAction.java:123)
       at org.eclipse.wst.xml.ui.internal.validation.core.ValidateAction.run(Va
      lidateAction.java:206)
       at org.eclipse.wst.xml.ui.internal.validation.Validator.validate(Validat
      or.java:70)
       at org.eclipse.wst.xml.ui.internal.validation.Validator.validate(Validat
      or.java:92)
       at org.eclipse.wst.xml.ui.internal.validation.DelegatingSourceValidator.
      validate(DelegatingSourceValidator.java:189)
       at org.eclipse.wst.sse.ui.internal.reconcile.validator.ReconcileStepForV
      alidator.validate(ReconcileStepForValidator.java:221)
       at org.eclipse.wst.sse.ui.internal.reconcile.validator.ReconcileStepForV
      alidator.reconcileModel(ReconcileStepForValidator.java:188)
       at org.eclipse.jface.text.reconciler.AbstractReconcileStep.reconcile(Abs
      tractReconcileStep.java:96)
       at org.eclipse.wst.sse.ui.internal.reconcile.validator.ValidatorStrategy
      .reconcile(ValidatorStrategy.java:176)
       at org.eclipse.wst.sse.ui.internal.reconcile.StructuredRegionProcessor.p
      rocess(StructuredRegionProcessor.java:137)
       at org.eclipse.wst.sse.ui.internal.reconcile.DirtyRegionProcessor.run(Di
      rtyRegionProcessor.java:412)
       at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)



      -lp