java - Importing project successful in windows fails in linux -
when performing import -> team -> team project set
, pointing psf
file following error.
error while importing project sets java.lang.reflect.invocationtargetexception
clicking details
repeats error. can't seem find on net, tried installing on windows machine test, , worked fine. far can tell have same configuration (jdk 1.7, eclipse luna, , same mercurial plugins/etc).
any help?
additional information:
log contents contain variety of null pointer exceptions. !entry org.eclipse.e4.ui.workbench.swt 4 2 2015-05-06 14:22:34.740 !message problems occurred when invoking code plug-in: "org.eclipse.e4.ui.workbench.swt". !stack 0 java.lang.nullpointerexception @ org.eclipse.ui.internal.showinmenu.getsourcepart(showinmenu.java:334) @ org.eclipse.ui.internal.showinmenu.fillmenu(showinmenu.java:182) @ org.eclipse.ui.internal.showinmenu.fill(showinmenu.java:141) @ org.eclipse.jface.action.menumanager.doitemfill(menumanager.java:780) @ org.eclipse.jface.action.menumanager.update(menumanager.java:861) @ org.eclipse.jface.action.menumanager.handleabouttoshow(menumanager.java:494) @ org.eclipse.jface.action.menumanager.access$1(menumanager.java:487) @ org.eclipse.jface.action.menumanager$2.menushown(menumanager.java:519) @ org.eclipse.swt.widgets.typedlistener.handleevent(typedlistener.java:255) @ org.eclipse.swt.widgets.eventtable.sendevent(eventtable.java:84) @ org.eclipse.swt.widgets.display.sendevent(display.java:4454) @ org.eclipse.swt.widgets.widget.sendevent(widget.java:1388) @ org.eclipse.swt.widgets.widget.sendevent(widget.java:1412) @ org.eclipse.swt.widgets.widget.sendevent(widget.java:1393)
additionally complaining proxy information, going try working through first (although project i'm referencing located on mounted locations, no http proxy needed expect)
edit: after reading through log , figuring out errors. added username ~/.hgrc , adding user trusted.
when importing project it's sitting there, no status, nothing, "working" quite while.
i checked log , no problems listed (errors or warnings).
ok big problem ran repository trying clone on server, , when cloning, either network drop out, or connection slow , fail. (multi gb repo) sorted out cloning on host machine , pointing folders, it's not perfect solution works.
Comments
Post a Comment