Page 1 of 1

CVS Import : Undefined operation name importTaskWithDate

PostPosted: Mon Oct 28, 2013 5:29 am
by xosoad
Hi,

I have a problem with the CVS import tool.

I try to import the user demo file on a fresh Trackstudio 4.0.19 install (Windows x32 version) and I have a error.

CVS Import Tool log :
en
Changing locale...
Changing connection settings...
Refreshing connection...
Changing connection settings...
Refreshing connection...
Saving configuration...
delimiter = ;
encoding = UTF-8
url = http://localhost:8888/TrackStudio/services/
login = root
password = ***
file data = C:\TrackStudioCSV-40\demo\csvuser.csv
file mapping = C:\TrackStudioCSV-40\demo\csvuser.properties
timezone = sun.util.calendar.ZoneInfo[id="Etc/GMT-11",offset=39600000,dstSavings=0,useDaylight=false,transitions=0,lastRule=null]
Changing CSV file info...
Refreshing CSV data...
Start importing...
Refreshing CSV data...


error.log :
Exception in thread "AWT-EventQueue-0" java.lang.Error: Undefined operation name importTaskWithDate
at com.sun.xml.ws.model.JavaMethodImpl.freeze(JavaMethodImpl.java:327)
at com.sun.xml.ws.model.AbstractSEIModelImpl.freeze(AbstractSEIModelImpl.java:104)
at com.sun.xml.ws.model.RuntimeModeler.buildRuntimeModel(RuntimeModeler.java:261)
at com.sun.xml.ws.client.WSServiceDelegate.createSEIPortInfo(WSServiceDelegate.java:698)
at com.sun.xml.ws.client.WSServiceDelegate.addSEI(WSServiceDelegate.java:686)
at com.sun.xml.ws.client.WSServiceDelegate.getPort(WSServiceDelegate.java:341)
at com.sun.xml.ws.client.WSServiceDelegate.getPort(WSServiceDelegate.java:324)
at com.sun.xml.ws.client.WSServiceDelegate.getPort(WSServiceDelegate.java:306)
at javax.xml.ws.Service.getPort(Unknown Source)
at com.trackstudio.soap.service.task.TaskService.getTaskPort(TaskService.java:56)
at com.trackstudio.csvimport.CSVImport.getTaskService(CSVImport.java:151)
at com.trackstudio.gui.panel.Result.showImportProgressDialog(Result.java:225)
at com.trackstudio.gui.panel.Result.init(Result.java:61)
at com.trackstudio.gui.Wizard.showPanel(Wizard.java:176)
at com.trackstudio.gui.Wizard$1.actionPerformed(Wizard.java:57)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$200(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)


I run on a Windows 7 x64, French version.

What wrong ?

Regards,
Soad.

Re: CVS Import : Undefined operation name importTaskWithDate

PostPosted: Mon Oct 28, 2013 9:47 am
by Petr
Hello.
We will fix it. You should try to use TrackStudio 5.0 for workaround. CSVImport works correctly with this version TS. We added few APIs methods in new version and forgot to add it in previous version.

Re: CVS Import : Undefined operation name importTaskWithDate

PostPosted: Thu Oct 31, 2013 3:32 am
by xosoad
Hi,

Thx for your reply.
It's work great with TrackStudio 5.0.0

Thanks for your help.

Regards.