cancel
Showing results for 
Search instead for 
Did you mean: 

EAR Deplyment Problem : EJBFileGenerationException

Former Member
0 Kudos

Hi All ,

I am facing problem while deploying a simple session bean.

I am pasting the error message below... I would be obliged if any of you can give a solution for this problem... I donno what exactly is going wrong. Java code seems to be file and there is no issues during the build.

Thanks in advance.

Noaman

ul 6, 2005 5:30:34 PM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:

[001]Deployment aborted

Settings

SDM host : 5748k1j

SDM port : 50018

URL to deploy : file:/D:/DOCUME1/Nauman/LOCALS1/Temp/temp12100sap.com~CUSEAR.ear

Result

=> deployment aborted : file:/D:/DOCUME1/Nauman/LOCALS1/Temp/temp12100sap.com~CUSEAR.ear

Aborted: development component 'CUSEAR'/'sap.com'/'J2E_CUST_D'/'20050706153224':

Caught exception during application deployment from SAP J2EE Engine's deploy service:

java.rmi.RemoteException: Cannot deploy application sap.com/CUSEAR.. Reason: Errors while compiling:E:/usr/sap/J2E/JC00/j2ee/cluster/server0/apps/sap.com/CUSEAR/EJBContainer/temp/temp1120663779343/com/accenture/tdp/customizing/ejb/Customize_Stub.java:280: cannot resolve symbol

symbol : method log (javax.xml.parsers.FactoryConfigurationError,boolean)

location: class com.sap.engine.services.rmi_p4.P4ObjectBroker

broker.log(ex, broker.debug);

^

1 error

; nested exception is: com.sap.engine.services.ejb.exceptions.deployment.EJBFileGenerationException: Errors while compiling:E:/usr/sap/J2E/JC00/j2ee/cluster/server0/apps/sap.com/CUSEAR/EJBContainer/temp/temp1120663779343/com/accenture/tdp/customizing/ejb/Customize_Stub.java:280: cannot resolve symbol

symbol : method log (javax.xml.parsers.FactoryConfigurationError,boolean)

location: class com.sap.engine.services.rmi_p4.P4ObjectBroker

broker.log(ex, broker.debug);

^

1 error

(message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)

Deployment exception : The deployment of at least one item aborted...

Accepted Solutions (1)

Accepted Solutions (1)

Vlado
Advisor
Advisor
0 Kudos

Hi Noaman,

I guess you have included javax.xml.parsers.FactoryConfigurationError in the throws clause of a session bean's business method. You can safely delete it from the method declaration as anyway it's not an application exception and there's no need for it to be there.

Hope that helps!

Vladimir

Answers (0)