[jira] [Commented] (OFBIZ-10993) error while loading seeddata

2019-04-29 Thread Swapnil M Mane (JIRA)


[ 
https://issues.apache.org/jira/browse/OFBIZ-10993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16828969#comment-16828969
 ] 

Swapnil M Mane commented on OFBIZ-10993:


This query seems specific to the developer mailing list  - 
(d...@ofbiz.apache.org)

Please subscribe to the dev mailing list [1] before posting your question.

[1] https://ofbiz.apache.org/mailing-lists.html

Thanks!

> error while loading seeddata
> 
>
> Key: OFBIZ-10993
> URL: https://issues.apache.org/jira/browse/OFBIZ-10993
> Project: OFBiz
>  Issue Type: Bug
>  Components: framework/webtools
>Reporter: Arshitha k m
>Priority: Major
>
> hi, 
> I am new to OFBiz .completed hello1and hello2 .currentlyfacing an issue to 
> import the seed data .iam getting an error as shown below, 
> The Following Errors Occurred:
> ERROR: parsing file: ERROR parsing Entity Xml file: org.xml.sax.SAXException: 
> A transaction error occurred reading 
> dataorg.ofbiz.entity.GenericEntityException: 
> org.ofbiz.entity.GenericEntityException: 
> org.ofbiz.entity.GenericEntityException: Error while inserting: 
> [GenericEntity:HelloHobby][createdStamp,2019-04-29 
> 12:08:55.606(java.sql.Timestamp)][createdTxStamp,2019-04-29 
> 12:08:55.154(java.sql.Timestamp)][description,Reading(java.lang.String)][helloHobbyId,READING(java.lang.String)][lastUpdatedStamp,2019-04-29
>  12:08:55.606(java.sql.Timestamp)][lastUpdatedTxStamp,2019-04-29 
> 12:08:55.154(java.sql.Timestamp)] (SQL Exception while executing the 
> following:INSERT INTO OFBIZ.HELLO_HOBBY (HELLO_HOBBY_ID, DESCRIPTION, 
> LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) 
> VALUES (?, ?, ?, ?, ?, ?) (Column 'HELLO_PERSON_ID' cannot accept a NULL 
> value.)) 
> tried to load seed data to the HelloPerson ,and that was successfull,
> can you please help me to fix the trouble.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-10993) error while loading seeddata

2019-04-29 Thread Deepak Nigam (JIRA)


[ 
https://issues.apache.org/jira/browse/OFBIZ-10993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16828968#comment-16828968
 ] 

Deepak Nigam commented on OFBIZ-10993:
--

Hi [~Arshithakmanaf], it seems the entities and data you are referring, are 
your customized things. You will have to provide entity definitions and the 
data you are trying to load.
At first glance, it looks like you are not entering the value in the column 
'HELLO_PERSON_ID'.

> error while loading seeddata
> 
>
> Key: OFBIZ-10993
> URL: https://issues.apache.org/jira/browse/OFBIZ-10993
> Project: OFBiz
>  Issue Type: Bug
>  Components: framework/webtools
>Reporter: Arshitha k m
>Priority: Major
>
> hi, 
> I am new to OFBiz .completed hello1and hello2 .currentlyfacing an issue to 
> import the seed data .iam getting an error as shown below, 
> The Following Errors Occurred:
> ERROR: parsing file: ERROR parsing Entity Xml file: org.xml.sax.SAXException: 
> A transaction error occurred reading 
> dataorg.ofbiz.entity.GenericEntityException: 
> org.ofbiz.entity.GenericEntityException: 
> org.ofbiz.entity.GenericEntityException: Error while inserting: 
> [GenericEntity:HelloHobby][createdStamp,2019-04-29 
> 12:08:55.606(java.sql.Timestamp)][createdTxStamp,2019-04-29 
> 12:08:55.154(java.sql.Timestamp)][description,Reading(java.lang.String)][helloHobbyId,READING(java.lang.String)][lastUpdatedStamp,2019-04-29
>  12:08:55.606(java.sql.Timestamp)][lastUpdatedTxStamp,2019-04-29 
> 12:08:55.154(java.sql.Timestamp)] (SQL Exception while executing the 
> following:INSERT INTO OFBIZ.HELLO_HOBBY (HELLO_HOBBY_ID, DESCRIPTION, 
> LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) 
> VALUES (?, ?, ?, ?, ?, ?) (Column 'HELLO_PERSON_ID' cannot accept a NULL 
> value.)) 
> tried to load seed data to the HelloPerson ,and that was successfull,
> can you please help me to fix the trouble.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-10993) error while loading seeddata

2019-04-29 Thread Swapnil M Mane (JIRA)


[ 
https://issues.apache.org/jira/browse/OFBIZ-10993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16828966#comment-16828966
 ] 

Swapnil M Mane commented on OFBIZ-10993:


Hello Arshitha,

Welcome to Apache OFBiz ecosystem.

OFBiz Jira is not the right place for asking your queries. It for tracking bugs 
and improvement in OFBiz.

Please ask your questions/queries on the user mailing list - 
(u...@ofbiz.apache.org). You will get wider audience support there.
Please subscribe to the mailing list before posting your question.
For more detail, refer Apache OFBiz mailing list [1]

I am closing this issue, please post your queries on the user mailing list 
along with details.

[1] https://ofbiz.apache.org/mailing-lists.html

Thanks!


> error while loading seeddata
> 
>
> Key: OFBIZ-10993
> URL: https://issues.apache.org/jira/browse/OFBIZ-10993
> Project: OFBiz
>  Issue Type: Bug
>  Components: framework/webtools
>Reporter: Arshitha k m
>Priority: Major
>
> hi, 
> I am new to OFBiz .completed hello1and hello2 .currentlyfacing an issue to 
> import the seed data .iam getting an error as shown below, 
> The Following Errors Occurred:
> ERROR: parsing file: ERROR parsing Entity Xml file: org.xml.sax.SAXException: 
> A transaction error occurred reading 
> dataorg.ofbiz.entity.GenericEntityException: 
> org.ofbiz.entity.GenericEntityException: 
> org.ofbiz.entity.GenericEntityException: Error while inserting: 
> [GenericEntity:HelloHobby][createdStamp,2019-04-29 
> 12:08:55.606(java.sql.Timestamp)][createdTxStamp,2019-04-29 
> 12:08:55.154(java.sql.Timestamp)][description,Reading(java.lang.String)][helloHobbyId,READING(java.lang.String)][lastUpdatedStamp,2019-04-29
>  12:08:55.606(java.sql.Timestamp)][lastUpdatedTxStamp,2019-04-29 
> 12:08:55.154(java.sql.Timestamp)] (SQL Exception while executing the 
> following:INSERT INTO OFBIZ.HELLO_HOBBY (HELLO_HOBBY_ID, DESCRIPTION, 
> LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) 
> VALUES (?, ?, ?, ?, ?, ?) (Column 'HELLO_PERSON_ID' cannot accept a NULL 
> value.)) 
> tried to load seed data to the HelloPerson ,and that was successfull,
> can you please help me to fix the trouble.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)