[geotk] RE: help on geotoolkit pending

sorel johann johann.sorel at geomatys.fr
Thu Jul 7 05:29:25 EDT 2011


Hello,

It looks like some automatic concatenation made by the eclipse maven plugin.
Can you try to run it in a terminal :

Move in folder :
/geotk_pending/demos/geotk-demo-samples

and run :
mvn -Dexec.classpathScope=runtime "-Dexec.args=-classpath %classpath 
org.geotoolkit.pending.demo.swing.WidgetsDemo" -Dexec.executable=java 
--offline process-classes org.codehaus.mojo:exec-maven-plugin:1.2:exec

If it works, then it's eclipse who makes a mess when running the demo.

johann


On 07/07/2011 10:43, Ludji ATHENES wrote:
> Thanks for answer me,
>
> I've downloaded the last version of geotoolkit-bundle and 
> geotoolkit-pending (3.18)
> plus geotoolkit-referencing, coverage and storage. I've got to 
> download jai-core too on the sun-microsystems site (Oracle now). I've 
> download the demos from your site and try to run it. Everything work 
> fine except this error on "information".
> I've copied and paste the line like it's appear on my java Console. 
> I'm working with eclipse 3.2.
>
> there is the line again :
> sun.misc.ServiceConfigurationError: 
> org.geotoolkit.gui.swing.go2.control.information.presenter.InformationPresenter: 
> Provider 
> org.geotoolkit.gui.swing.go2.control.information.presenter.CoveragePresenterorg.geotoolkit.wms.map.WMSPresenterorg.geotoolkit.wms.map.WMSPresenter 
> not found
>
> Regards
> Ludji
>
>
>> Hello,
>
>> The demo works fine on my side.
>>
>> The error message you have is strange : specialy this line :
>> org.geotoolkit.gui.swing.go2.control.information.presenter.CoveragePresenterorg.geotoolkit.wms.map.W>MSPresenterorg.geotoolkit.wms.map.WMSPresenter 
>>
>> not found
>>
>> Looks like all presenter have been put in the same file on the same line
> <in the meta-inf/service file.
>
>> What are you using to run the demo ?
>
>> johann
>
>
>
>
>
> On 06/07/2011 16:30, Ludji ATHENES wrote:
>> Hello,
>> I am trying your demo name WidgetsDemo all work fine except when i
>> want some information. after clicking on the information icon i've got
>> this error :
>>
>> Exception in thread "AWT-EventQueue-0"
>> sun.misc.ServiceConfigurationError:
>> org.geotoolkit.gui.swing.go2.control.information.presenter.InformationPresenter: 
>>
>> Provider
>> org.geotoolkit.gui.swing.go2.control.information.presenter.CoveragePresenterorg.geotoolkit.wms.map.WMSPresenterorg.geotoolkit.wms.map.WMSPresenter 
>>
>> not found
>>     at sun.misc.Service.fail(Service.java:129)
>>     at sun.misc.Service.access$000(Service.java:111)
>>     at sun.misc.Service$LazyIterator.next(Service.java:273)
>>     at
>> org.geotoolkit.gui.swing.go2.control.information.presenter.DefaultInformationPresenter.<clinit>(DefaultInformationPresenter.java:46) 
>>
>>     at
>> org.geotoolkit.gui.swing.go2.control.information.InformationHandler.<init>(InformationHandler.java:54) 
>>
>>     at
>> org.geotoolkit.gui.swing.go2.control.information.InformationAction.actionPerformed(InformationAction.java:52) 
>>
>>     at
>> javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
>>     at
>> javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318) 
>>
>>     at
>> javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387) 
>>
>>     at
>> javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
>>     at
>> javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236) 
>>
>>     at
>> java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:273)
>>     at java.awt.Component.processMouseEvent(Component.java:6289)
>>     at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
>>     at java.awt.Component.processEvent(Component.java:6054)
>>     at java.awt.Container.processEvent(Container.java:2041)
>>     at java.awt.Component.dispatchEventImpl(Component.java:4652)
>>     at java.awt.Container.dispatchEventImpl(Container.java:2099)
>>     at java.awt.Component.dispatchEvent(Component.java:4482)
>>     at
>> java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4577)
>>     at
>> java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)
>>     at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)
>>     at java.awt.Container.dispatchEventImpl(Container.java:2085)
>>     at java.awt.Window.dispatchEventImpl(Window.java:2478)
>>     at java.awt.Component.dispatchEvent(Component.java:4482)
>>     at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:644)
>>     at java.awt.EventQueue.access$000(EventQueue.java:85)
>>     at java.awt.EventQueue$1.run(EventQueue.java:603)
>>     at java.awt.EventQueue$1.run(EventQueue.java:601)
>>     at java.security.AccessController.doPrivileged(Native Method)
>>     at
>> java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87) 
>>
>>     at
>> java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98) 
>>
>>     at java.awt.EventQueue$2.run(EventQueue.java:617)
>>     at java.awt.EventQueue$2.run(EventQueue.java:615)
>>     at java.security.AccessController.doPrivileged(Native Method)
>>     at
>> java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87) 
>>
>>     at java.awt.EventQueue.dispatchEvent(EventQueue.java:614)
>>     at
>> java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269) 
>>
>>     at
>> java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184) 
>>
>>     at
>> java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174) 
>>
>>     at
>> java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
>>     at
>> java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
>>     at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
>>
>> Can you tell me what is wrong with this demo ?
>> Best regards
>> Ludji ATHENES
>> _______________________________________________
>> Geotoolkit mailing list
>> Geotoolkit at lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/geotoolkit
>>
>
> _______________________________________________
> Geotoolkit mailing list
> Geotoolkit at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/geotoolkit
>



More information about the Geotoolkit mailing list