Tomas Kyjovsky created GTNMGMT-52:
-------------------------------------
Summary: Exception when importing via SSH/SCP - (CRaSH) Exception on
broadcasting events occures: null: java.lang.NullPointerException
Key: GTNMGMT-52
URL:
https://issues.jboss.org/browse/GTNMGMT-52
Project: GateIn Management
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 1.1.0.CR04
Environment: crash 1.0.0-beta24
Reporter: Tomas Kyjovsky
Assignee: Nick Scavelli
When importing data via ssh or scp interface there is an exception in server log. Import
operation itself seems to be unaffected (data is successfully imported).
Steps to reproduce:
1) sign into portal & export some data (e.g. the "classic" site) using any
of the interfaces (rest, ssh, scp, gadget)
2) import the exported data via ssh or scp
a) ssh
ssh -p 2000 root@localhost
mgmt connect
import -f exported.zip -m overwrite /mop
b) scp
scp -P 2000 exported.zip 'root@localhost:portal:/mop?importMode=overwrite'
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira