cancel
Showing results for 
Search instead for 
Did you mean: 

Sender File adapter - Error after upgrade to SP16 !!

Former Member
0 Kudos

Hi ,

After upgrade from SP12 to SP16 , i see this error in Adapter monitor in rwb. The file does not get picked up. Any ideas on how to troubleshoot this ?

<b>Configured at 2006-04-20 06:50:27 GMT

History:

- 2006-04-20 09:55:00 GMT: Retry interval started. Length: 30.000 s

- 2006-04-20 09:55:00 GMT: Error: BaseTransactionRolledbackLocalException: Exception thrown in method process. The transaction is marked for rollback.

- 2006-04-20 09:55:00 GMT: Processing started

- 2006-04-20 09:54:36 GMT: Error: BaseTransactionRolledbackLocalException: Exception thrown in method process. The transaction is marked for rollback.

- 2006-04-20 09:54:33 GMT: Processing started</b>

Is there a patch that will fix this issue ?

Regards

Saravana

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Matthias,

I just have a discussion with Saravana, he suspect that there could also be a problem with the module processors.Are you using them?

In SP16 there is no need for this may be you could look into, test, if it is better with out them.

Saravana, Thank you for this suggestion.

Best regards,

Thida

Former Member
0 Kudos

There are few things you need to do after upgrade.

1. transaction "pfcg" re-generate role sap_xi,sap_sld

2. re-configure the home path by either;

I. Create the needed path or alias so that the system can create and

read the transaction log from /home/<SID>adm/...

or

II. Modify the JMS Provider service property called

'transactionStorePath' so that it points to a existing directory where

where user <sid>adm can read and write from, such as '/usr/sap/<SID>'

For my personal, as my role is not allow to touch OS level,i prefer II. (modify 'transactionStorePath')

Rgds,

Thida

matthias_isenburg
Participant
0 Kudos

Hi thida Chin,

First of all, Thanks a lot!

I have done these two things, but the problems are still existing!

1. transaction "pfcg" re-generate role sap_xi,sap_sld

2. ransactionStorePath=/usr/sap/PXI

Do you have any other ideas?

mfg,

matthias

Former Member
0 Kudos

Matthias,

For TransactionStorePath you need to restart your engine as well ( see note 790224)

Is the error from your side are the same as Saravana's? If not what exactly the error say?

Rgds,

Thida

matthias_isenburg
Participant
0 Kudos

Hi Thida,

i followed note 790224 with Restart the Engine!

my error message is the same, i think:

Orders_ftp_sender Sender Adapter v2703 for Party 'Wacker', Service 'Orders_out':

Configured at 2006-05-04 15:43:20 CEST

History:

- 2006-05-05 13:28:00 CEST: Retry interval started. Length: 30.000 s

- 2006-05-05 13:28:00 CEST: Error: BaseTransactionRolledbackLocalException: Exception thrown in method process. The transaction is marked for rollback.

- 2006-05-05 13:28:00 CEST: Processing started

- 2006-05-05 13:27:30 CEST: Error: BaseTransactionRolledbackLocalException: Exception thrown in method process. The transaction is marked for rollback.

- 2006-05-05 13:27:30 CEST: Processing started

Orders_ftp_sender Sender Adapter v2703 for Party 'ccHubwoo', Service 'Orders_out':

Configured at 2006-05-04 15:43:21 CEST

History:

- 2006-05-05 13:25:00 CEST: Retry interval started. Length: 300.000 s

- 2006-05-05 13:25:00 CEST: Error: BaseTransactionRolledbackLocalException: Exception thrown in method process. The transaction is marked for rollback.

- 2006-05-05 13:25:00 CEST: Processing started

- 2006-05-05 13:20:00 CEST: Error: BaseTransactionRolledbackLocalException: Exception thrown in method process. The transaction is marked for rollback.

- 2006-05-05 13:20:00 CEST: Processing started

the output of the defaultTrace.trc:

[EXCEPTION]

com.sap.engine.services.ejb.exceptions.BaseTransactionRolledbackLocalException: Exception thrown in method process. The transaction is marked for rollback.

at com.sap.aii.af.mp.module.ModuleLocalLocalObjectImpl0.process(ModuleLocalLocalObjectImpl0.java:118)

at com.sap.aii.af.mp.ejb.ModuleProcessorBean.process(ModuleProcessorBean.java(Compiled Code))

at com.sap.aii.af.mp.processor.ModuleProcessorLocalLocalObjectImpl0.process(ModuleProcessorLocalLocalObjectImpl0.java(Compiled Code))

at com.sap.aii.adapter.file.File2XI.send(File2XI.java(Compiled Code))

at com.sap.aii.adapter.file.File2XI.processFtpList(File2XI.java(Compiled Code))

at com.sap.aii.adapter.file.File2XI.invoke(File2XI.java(Compiled Code))

at com.sap.aii.af.service.scheduler.JobBroker$Worker.run(JobBroker.java(Compiled Code))

at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java(Compiled Code))

at java.security.AccessController.doPrivileged1(Native Method)

at java.security.AccessController.doPrivileged(AccessController.java(Compiled Code))

at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java(Compiled Code))

at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java(Compiled Code))

Caused by: javax.xml.transform.TransformerFactoryConfigurationError: Provider com.sap.engine.lib.jaxp.TransformerFactoryImpl not found

at javax.xml.transform.TransformerFactory.newInstance(Unknown Source)

at com.euh.FileModule.GetFileNameBean.process(GetFileNameBean.java:76)

at com.sap.aii.af.mp.module.ModuleLocalLocalObjectImpl0.process(ModuleLocalLocalObjectImpl0.java:103)

... 11 more

- - - - - -

Error during processing local bean localejbs/sap.com/com.euh.FileModule/GetFileNameBean

- - - - - -

Module Exception 'com.sap.aii.af.mp.processor.ModuleProcessorException: Processing Error caused by: com.sap.engine.services.ejb.exceptions.BaseTransactionRolledbackLocalException: Exception thrown in method process. The transaction is marked for rollback.' found, cause: com.sap.engine.services.ejb.exceptions.BaseTransactionRolledbackLocalException: Exception thrown in method process. The transaction is marked for rollback.

- - - - - -

Channel Orders_ftp_sender: Sending file failed with com.sap.engine.services.ejb.exceptions.BaseTransactionRolledbackLocalException: Exception thrown in method process. The transaction is marked for rollback. - continue processing

Message was edited by: Matthias Isenburg

Former Member
0 Kudos

Saravana,

i believed it is now ok for you after profile generation..

Thida

matthias_isenburg
Participant
0 Kudos

Hi,

i have the same problems after Upgrading to SPS16!

Which actions will solve the problems?

What does it mean "profile generation"?

mfg,

matthias isenburg