Quantcast
Channel: SCN : Popular Discussions - Composite Applications
Viewing all 1812 articles
Browse latest View live

How to perform Debugging in NWDS 7.3?

$
0
0

Hi Experts,

I have developed java application using NWDS 7.3? Can anyone please provide me the steps to perform debugging in NWDS 7.3 environment?

Any help is really appreciated with points.

-Regards

AlokSBP


CE 711 : server overload: no more sessions available

$
0
0

Hello,

 

We are running SAP CE 7.11 SPS4, we have been confronted to the following error message :

 

HTTP 503 : server overload: no more sessions available

 

I checked on the SAPMMC, and indeed the maximum number of 1000 Web sessions was reached.

 

 

I searched in the configTool and in NWa but I couldn't find where i could increase this number.

Do you know where i can increase this number ?

 

Regards.

Raoul

NWDS for 64 bit Windows 7

$
0
0

Hi Folks,

I want to install NWDS on my Windows 7 64-bit OS. I searched for suitable NWDS(like 7.0, CE7.1, CE7.2 along with their trial versions), but they were available only for 32-bit Windows.

Can you please provide some links where I can download NWDS for 64 bit Windows(any trial version)? I want to learn BPM and WDJ.

Really appreciate your help.

Netweaver Developer Studio 7.2

$
0
0

Hi everybody,

 

Where can I download the last version of the Netweaver Developer Studio (I think is the version 7.2)?

 

Thanks and Regards,

How to configure SAP WebDispatcher for NetWeaver CE 7.1?

$
0
0

I am posting this here by recommendation in the thread I posted [here|NetWeaver CE 7.1 documentation for SAP Web Dispatcher?;.

 

I have installed SAP Web Dispatcher to test a simple, one host cluster environment and I am at the point of configuring it.  The documentation says:

 

It requires minimal configuration - you just have to enter the following data in the profile file:

Port, on which the HTTP(s) requests are to be received (parameter icm/server_port_<xx>)

Host and HTTP port of the SAP Message Server (parameter rdisp/mshost and parameter ms/http_port)

 Example

If you should be able to call the Web application externally, for example using the URL www.shop.acme.com, this host name must be mapped internally to the SAP Web dispatcher. This then forwards the HTTP(S) request to a suitable application servers.

End of the example.

 

Since I'm not experienced with NetWeaver configuration I need to know which profile file(s), specifically it's referring to and the syntax of the above.  Right now in the SCS profile I see:

 

#-----------------------------------------------------------------------
# SAP Message Server for Java
#-----------------------------------------------------------------------
rdisp/msserv = 0
rdisp/msserv_internal = 3906
ms/standalone = 1
ms/server_port_0 = PROT=HTTP,PORT=81$$

 

 

and in one of the Instance profiles we modified to support HTTPS I see:

 

# https port configuration
icm/server_port_4 = PROT=HTTPS, PORT=5$(SAPSYSTEM)01, VCLIENT=1

 

 

So, what goes where - the rdisp/mshost and parameter ms/http_port in the SCS profile with what port?     What will parameter icm/server_port_<xx> actually look like given the Web Dispatcher instance number, etc.?  Once I get the basic functionality working, what about HTTPS/SSL?

 

Thanks,

William

OpenSQLException caught: Cannot assign a blank-padded string

$
0
0

Hi,

 

sometimes I get this exception, when updating a bo instance.

 

I didn't managed it to reproduce the error, because it is thrown in a complex background job.

Can anybody give me more information about the reason behind this?

 

Thanks,

Jens

 

stacktrace:

com.sap.sql.log.OpenSQLException: Cannot assign a blank-padded string to host variable 13.

at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:95)

at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:188)

at com.sap.sql.jdbc.common.dispatch.VarcharHostVariable.setString(VarcharHostVariable.java:34)

at com.sap.sql.jdbc.common.CommonPreparedStatement.setString(CommonPreparedStatement.java:626)

at com.sap.engine.services.dbpool.wrappers.PreparedStatementWrapper.setString(PreparedStatementWrapper.java:380)

at com.sap.engine.services.orpersistence.jdbcaccess.StringBinder.setValue(StringBinder.java:33)

at com.sap.engine.services.orpersistence.core.StoreManager.bindParameterValues(StoreManager.java:387)

at com.sap.engine.services.orpersistence.core.StoreManager.executeStatement(StoreManager.java:652)

at com.sap.engine.services.orpersistence.core.StoreManager.updateEntity(StoreManager.java:625)

at com.sap.engine.services.orpersistence.core.PersistenceContextImpl.flush(PersistenceContextImpl.java:300)

at com.sap.engine.services.orpersistence.entitymanager.EntityManagerImpl.flush(EntityManagerImpl.java:121)

at com.sap.engine.services.orpersistence.entitymanager.EntityManagerHandleImpl.flush(EntityManagerHandleImpl.java:50)

at com.sap.engine.services.orpersistence.container.EntityManagerProxy.flush(EntityManagerProxy.java:105)

at com.sap.caf.rt.bol.da.jpa.JPADataAccessService.store(JPADataAccessService.java:495)

at com.sap.caf.rt.bol.da.jpa.JPADataAccessService.store(JPADataAccessService.java:483)

at com.siemens.sm3k.mntstrat.modeled.bonode.functionfailure.functionfailure.FunctionFailureBean.update(FunctionFailureBean.java:137)

How to configure SAP WebDispatcher for NetWeaver CE 7.1?

$
0
0

I am posting this here by recommendation in the thread I posted [here|NetWeaver CE 7.1 documentation for SAP Web Dispatcher?;.

 

I have installed SAP Web Dispatcher to test a simple, one host cluster environment and I am at the point of configuring it.  The documentation says:

 

It requires minimal configuration - you just have to enter the following data in the profile file:

Port, on which the HTTP(s) requests are to be received (parameter icm/server_port_<xx>)

Host and HTTP port of the SAP Message Server (parameter rdisp/mshost and parameter ms/http_port)

 Example

If you should be able to call the Web application externally, for example using the URL www.shop.acme.com, this host name must be mapped internally to the SAP Web dispatcher. This then forwards the HTTP(S) request to a suitable application servers.

End of the example.

 

Since I'm not experienced with NetWeaver configuration I need to know which profile file(s), specifically it's referring to and the syntax of the above.  Right now in the SCS profile I see:

 

#-----------------------------------------------------------------------
# SAP Message Server for Java
#-----------------------------------------------------------------------
rdisp/msserv = 0
rdisp/msserv_internal = 3906
ms/standalone = 1
ms/server_port_0 = PROT=HTTP,PORT=81$$

 

 

and in one of the Instance profiles we modified to support HTTPS I see:

 

# https port configuration
icm/server_port_4 = PROT=HTTPS, PORT=5$(SAPSYSTEM)01, VCLIENT=1

 

 

So, what goes where - the rdisp/mshost and parameter ms/http_port in the SCS profile with what port?     What will parameter icm/server_port_<xx> actually look like given the Web Dispatcher instance number, etc.?  Once I get the basic functionality working, what about HTTPS/SSL?

 

Thanks,

William

Deployment Exception.

$
0
0

Hey,

 

esp to satish: thanks for the solution u gave for the unresolved dependencies problem. Now i have a new one.

 

Status ERROR

Plugin : com.sap.ide.tools.services

code=0

Deployment problems

 

children=[

Status ERROR

Plugin : com.sap.ide.tools.services

code=0

Deploy Exception.

com.sap.engine.services.dc.api.deploy.DeployException: [ERROR CODE DPL.DCAPI.1027] DeploymentException.

Reason: ASJ.dpl_dc.001085 [ERROR CODE DPL.DC.3077] An error occurred while deploying the deployment item [demo.sap.com_dc_my_name_age].

; nested exception is:

     com.sap.engine.services.dc.gd.DeliveryException: [ERROR CODE DPL.DC.3298] An error occurred during deployment of [demo.sap.com_dc_my_name_age]. Cannot deploy it.

at com.sap.engine.services.dc.api.deploy.impl.DeployProcessorImpl.deployItems(DeployProcessorImpl.java:715)

at com.sap.engine.services.dc.api.deploy.impl.DeployProcessorImpl.deploy(DeployProcessorImpl.java:226)

at com.sap.ide.eclipse.deployer.dc.deploy.DeployProcessor70.deploy(DeployProcessor70.java:112)

at com.sap.ide.tools.services.dc.EngineDcDeployService.deployFiles(EngineDcDeployService.java:160)

at com.sap.ide.tools.services.dc.EngineDcDeployService.deploy(EngineDcDeployService.java:84)

at com.sap.ide.dii05.ui.internal.actions.dc.DcDeployAction$3.run(DcDeployAction.java:224)

at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

Nested exceptions :com.sap.engine.services.dc.cm.deploy.DeploymentException: ASJ.dpl_dc.001085 [ERROR CODE DPL.DC.3077] An error occurred while deploying the deployment item [demo.sap.com_dc_my_name_age].

; nested exception is:

     com.sap.engine.services.dc.gd.DeliveryException: [ERROR CODE DPL.DC.3298] An error occurred during deployment of [demo.sap.com_dc_my_name_age]. Cannot deploy it.

atcom.sap.engine.services.dc.cm.deploy.impl.OnlineDeployProcessor.performDelivery(OnlineDeployProcessor.java:231)

atcom.sap.engine.services.dc.cm.deploy.impl.BulkOnlineDeployProcessor.deploy(BulkOnlineDeployProcessor.java:63)

atcom.sap.engine.services.dc.cm.deploy.impl.AbstractDeployProcessor$DeployProcessorHelper.visit(AbstractDeployProcessor.java:274)

 

 

atcom.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:314)

Nested exceptions :com.sap.glx.repository.exceptions.HandlerException: com.sap.glx.deploy.api.DeployException: Error while compiling script text:  DisplayMyNameAge:UPDATEVIEW_PotentialOwners(com.sap.glx.adapter.internal.ContainerAdapter:View_3_PotentialOwners_d4164772577c44bf7b6b59499fbbcb45 role_9, com.sap.glx.adapter.internal.ContainerAdapter:Context_1_PotentialOwnersInternal_d4164772577c44bf7b6b59499fbbcb45 context_2)  { exit=new com.sap.glx.adapter.BPMNAdapter:Exit(); exit:addParameter(role_9); exit:addParameter(context_2); delete exit; owner=role_9:owner; controller=new com.sap.glx.adapter.internal.ExceptionAdapter:ExceptionController(); controller:setContext(owner); delete controller; mapper=new com.sap.glx.adapter.internal.Transformer:DataMapper(); yves_in=new com.sap.glx.adapter.internal.Transformer:Data(); yves_out=new com.sap.glx.adapter.internal.Transformer:Data(); data=context_2:getData(); yves_in:setData("demo.sap.com/dc_my_name_age/StandaloneTask/DisplayMyNameAge", "$demo.sap.com/dc_my_name_age/StandaloneTask/DisplayMyNameAge:PotentialOwnersInternal", data, "D8B6335A08CBE505039885784ED54F66"); bind role_9; data=role_9:getData(); scope=new com.sap.glx.adapter.internal.TypeRegistry:GenericScope(null, "749D557AC2B642D14B55083C9F6AED57"); copy=scope:copy(data); delete scope; yves_out:setData("demo.sap.com/dc_my_name_age/StandaloneTask/DisplayMyNameAge", "$demo.sap.com/dc_my_name_age/StandaloneTask/DisplayMyNameAge:PotentialOwners", copy, "749D557AC2B642D14B55083C9F6AED57"); mapper:map("4AD59BB319F38D44B8A511DECCBE00110A3B58C7_d4164772577c44bf7b6b59499fbbcb45", yves_in, yves_out); data=yves_out:getData("demo.sap.com/dc_my_name_age/StandaloneTask/DisplayMyNameAge", "$demo.sap.com/dc_my_name_age/StandaloneTask/DisplayMyNameAge:PotentialOwners", "749D557AC2B642D14B55083C9F6AED57"); role_9:setData(data); delete yves_in; delete yves_out; delete mapper; modifications=context_2:modifications; role_9:addModifier(modifications); role_9:dirty=false; }

atcom.sap.glx.core.resource.impl.j2ee.rrdeploy.KernelHandlerImpl.addVersion(KernelHandlerImpl.java:84)

atcom.sap.glx.repository.service.impl.RuntimeRepositoryDeployManager.handlerDistributionForDeployment(RuntimeRepositoryDeployManager.java:2479)

atcom.sap.glx.repository.service.impl.RuntimeRepositoryDeployManager.deployArchive(RuntimeRepositoryDeployManager.java:1491)

atcom.sap.glx.repository.service.impl.RuntimeRepositoryDeployManager.deploy(RuntimeRepositoryDeployManager.java:338)

atcom.sap.glx.repository.service.impl.RuntimeRepositoryDeployManager.deploy(RuntimeRepositoryDeployManager.java:252)

atcom.sap.glx.repository.service.impl.RuntimeRepositoryDeployManager.deploy(RuntimeRepositoryDeployManager.java:245)

atcom.sap.glx.repository.deploy.content.ContentArchiveDeployContainer.deployArchive(ContentArchiveDeployContainer.java:975)

 

 

Nested exceptions :com.sap.glx.deploy.api.DeployException: Error while compiling script text:  DisplayMyNameAge:UPDATEVIEW_PotentialOwners(com.sap.glx.adapter.internal.ContainerAdapter:View_3_PotentialOwners_d4164772577c44bf7b6b59499fbbcb45 role_9, com.sap.glx.adapter.internal.ContainerAdapter:Context_1_PotentialOwnersInternal_d4164772577c44bf7b6b59499fbbcb45 context_2)  { exit=new com.sap.glx.adapter.BPMNAdapter:Exit(); exit:addParameter(role_9); exit:addParameter(context_2); delete exit; owner=role_9:owner; controller=new com.sap.glx.adapter.internal.ExceptionAdapter:ExceptionController(); controller:setContext(owner); delete controller; mapper=new com.sap.glx.adapter.internal.Transformer:DataMapper(); yves_in=new com.sap.glx.adapter.internal.Transformer:Data(); yves_out=new com.sap.glx.adapter.internal.Transformer:Data(); data=context_2:getData(); yves_in:setData("demo.sap.com/dc_my_name_age/StandaloneTask/DisplayMyNameAge", "$demo.sap.com/dc_my_name_age/StandaloneTask/DisplayMyNameAge:PotentialOwnersInternal", data, "D8B6335A08CBE505039885784ED54F66"); bind role_9; data=role_9:getData(); scope=new com.sap.glx.adapter.internal.TypeRegistry:GenericScope(null, "749D557AC2B642D14B55083C9F6AED57"); copy=scope:copy(data); delete scope; yves_out:setData("demo.sap.com/dc_my_name_age/StandaloneTask/DisplayMyNameAge", "$demo.sap.com/dc_my_name_age/StandaloneTask/DisplayMyNameAge:PotentialOwners", copy, "749D557AC2B642D14B55083C9F6AED57"); mapper:map("4AD59BB319F38D44B8A511DECCBE00110A3B58C7_d4164772577c44bf7b6b59499fbbcb45", yves_in, yves_out); data=yves_out:getData("demo.sap.com/dc_my_name_age/StandaloneTask/DisplayMyNameAge", "$demo.sap.com/dc_my_name_age/StandaloneTask/DisplayMyNameAge:PotentialOwners", "749D557AC2B642D14B55083C9F6AED57"); role_9:setData(data); delete yves_in; delete yves_out; delete mapper; modifications=context_2:modifications; role_9:addModifier(modifications); role_9:dirty=false; }

atcom.sap.glx.core.kernel.trigger.config.ScriptFactory.parseScript(ScriptFactory.java:39)

atcom.sap.glx.core.kernel.trigger.node.DestinationNode.compileScript(DestinationNode.java:184)

atcom.sap.glx.core.kernel.trigger.config.CSVNetBuilder.build(CSVNetBuilder.java:184)

atcom.sap.glx.deploy.impl.DeployControllerImpl.deployNetwork(DeployControllerImpl.java:193)

atcom.sap.glx.deploy.impl.DeployControllerImpl.access$900(DeployControllerImpl.java:67)

atcom.sap.glx.deploy.impl.DeployControllerImpl$InternalActuator.runStdDeploy(DeployControllerImpl.java:664)

atcom.sap.glx.deploy.impl.DeployControllerImpl$InternalActuator.run(DeployControllerImpl.java:516)

atcom.sap.glx.core.kernel.RuntimeManager.requestRuntimeMode(RuntimeManager.java:959)

atcom.sap.glx.deploy.impl.DeployControllerImpl$InternalActuator.execute(DeployControllerImpl.java:466)

atcom.sap.glx.deploy.impl.DeployControllerImpl$InternalActuator.deploy(DeployControllerImpl.java:435)

atcom.sap.glx.core.resource.impl.j2ee.rrdeploy.KernelHandlerImpl.addVersion(KernelHandlerImpl.java:78)

atcom.sap.glx.repository.service.impl.RuntimeRepositoryDeployManager.handlerDistributionForDeployment(RuntimeRepositoryDeployManager.java:2479)

atcom.sap.glx.repository.service.impl.RuntimeRepositoryDeployManager.deployArchive(RuntimeRepositoryDeployManager.java:1491)

 

]

 

____________________________________________________________________________________________________________________________________

 

It would be really great if anyone can help me resolve this.

Regards,

Samuel.


Unknown Java AS user with permissions of deploy

$
0
0

hi,

 

I have to update a PRODUCTION Environment with Support Packages (unfortunately without a ready Quality one as mirror for testing them).

So, I'm trying to install again the same software someone else used for PRODUCTION, in a Quality server.

 

on

SO: Microsoft Windows Server 2003 R2 Standard x64 Edition SP2

I installed successfully SAP NetWeaver CE 7.1 EHP1, but after launching JSPM to install SAP MII 12.1, I'm requested to insert login of an

Java AS user with deployment permissions.

 

In details I undestrood that the path to be followed, after activating Java AS and checking read rights of OS user on JSPM packages folder,

it should be:

1- launch the JSPM with OS <SAPSID>adm user;

2- insert Java AS user credentials with deployment permissions when requested (to log in to JSPM Server).

3- ...

n- ...

 

on step 2, even inserting user administrator and master password of NetWeaver installation, I cannot proceed.

Shouldn't it have those rights. How are them called and where can I assign them?

 

Looking at the logs of JSPM I found something like this:

Info: Connecting to Deploy Controller on host localhost port 50004 with user ce1adm.

Error: com.sap.engine.services.dc.api.ConnectionException: ERROR CODE DPL.DCAPI.1144 NamingException.Cannot get initial context.

Reason: Exception during getInitialContext operation. Cannot establish connection to the remote server.

Info:DC API is trying to connect to 'localhost:50004'

Error: Exception ::SessionImpl::getContext():get ctx. NamingException,cause=Exception during getInitialContext operation. Cannot establish connection to the remote server.

 

 

Even if I try to "add" components starting from NetWeaver installation, I'm requested with a Java EE Administrator I cannot identify.

 

any ideas of what's happening?

 

regards

How to Undeploy SCA from NW CE 7.1

$
0
0

Hi All -

 

I've deployed an updated software component archive (SCA) for an application, but would like to roll back to a previous version of the SCA.  I saw some help guides on undeploying with NWDS, but I can't figure out how to access NWDS.

 

What other methods are available for undpeloying archives from NW CE 7.1, or how do I access NWDS to undeploy an archive?

 

Any information would be helpful.

 

Thanks a lot,

 

Jason

Jco RFC Provider: Bean not found

$
0
0

Hello,

 

I am trying to implement a scenario in which an ABAP 7.00 calls an EJB 3.0 stateless session bean on a CE 7.1 via the JCo RFC Provider.

 

The error I get is:

 

java.lang.RuntimeException: Bean YBPC04_SECOND not found on host trostec, ProgId =JCOTEST01: Exception during lookup operation of object with name rfcaccessejb/YBPC04_SECOND, cannot resolve object reference.
at com.sap.engine.services.rfcengine.RFCDefaultRequestHandler.handleRequest(RFCDefaultRequestHandler.java:121)
at com.sap.engine.services.rfcengine.RFCJCOServer$J2EEApplicationRunnable.run(RFCJCOServer.java:269)
at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
at java.security.AccessController.doPrivileged(Native Method)
at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:152)
at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:247)
Caused by: com.sap.engine.services.jndi.persistent.exceptions.NamingException: Exception during lookup operation of object with name rfcaccessejb/YBPC04_SECOND, cannot resolve object reference. [Root exception is javax.ejb.EJBException:  Bean aoksystems.de/jco~ear*xml|aoksystems.de~jco~ejb.jar*xml|YBPC04_SECOND does not expose RFC access]
at com.sap.engine.services.jndi.implclient.ClientContext.lookup(ClientContext.java:528)
at com.sap.engine.services.jndi.implclient.OffsetClientContext.lookup(OffsetClientContext.java:266)
at com.sap.engine.services.jndi.implclient.OffsetClientContext.lookup(OffsetClientContext.java:286)
at javax.naming.InitialContext.lookup(InitialContext.java:351)
at javax.naming.InitialContext.lookup(InitialContext.java:351)
at com.sap.engine.services.rfcengine.RFCDefaultRequestHandler.handleRequest(RFCDefaultRequestHandler.java:104)
... 5 more
Caused by: javax.ejb.EJBException:  Bean aoksystems.de/jco~ear*xml|aoksystems.de~jco~ejb.jar*xml|YBPC04_SECOND does not expose RFC access
at com.sap.engine.services.ejb3.runtime.impl.RFCNamingObjectFactory.getObjectInstance(RFCNamingObjectFactory.java:25)
at javax.naming.spi.NamingManager.getObjectInstance(NamingManager.java:283)
at com.sap.engine.services.jndi.implclient.ClientContext.lookup(ClientContext.java:464)

Now to describe what I have done:

 

I created an EAR DC named jco/ear which has a module dependency on an EJB DC named jco/ejb.

DC jco/ejb has a dependency on tc/bl/jrfc/api from SC ENGFACADE, which contains com.sap.mw.jco.*.

I created an EJB YBPC04_SECOND. Checking the four checkboxes for interface generation lead to the creation of:

- class YBPC04_SECONDBean

- interface YBPC04_SECONDLocal

- interface YBPC04_SECONDRemote

- interface YBPC04_SECONDHome

- interface YBPC04_SECONDLocalHome

- interface YBPC04_SECONDLocalComponent

- interface YBPC04_SECONDRemoteComponent

 

I added a method to both business interfaces and YBPC04_SECONDLocal and YBPC04_SECONDRemote:

     @SuppressWarnings("deprecation")     public void processFunction(com.sap.mw.jco.JCO.Function function);

 

I implemented this method in the bean class YBPC04_SECONDBean, which implements both interfaces:

      

@SuppressWarnings("deprecation")     public void processFunction(JCO.Function function) {          ParameterList parameterList = new ParameterList();          parameterList.setValue("EV_STRING", "Wert");          function.setExportParameterList(parameterList);     }

 

In order for the Bean to appear in the JNDI tree in context rfcaccessejb under the name YBPC04_SECOND, I edited the deployments descriptors as follows.

 

ejb-j2ee-engine.xml:

<?xml version="1.0" encoding="UTF-8"?><ejb-j2ee-engine xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"     xsi:noNamespaceSchemaLocation="ejb-j2ee-engine_3_0.xsd">     <enterprise-beans>          <enterprise-bean>               <ejb-name>YBPC04_SECOND</ejb-name>               <jndi-name>YBPC04_SECOND</jndi-name>          </enterprise-bean>     </enterprise-beans></ejb-j2ee-engine>

 

ejb-jar.xml:

<?xml version="1.0" encoding="UTF-8"?><ejb-jar xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"     xmlns="http://java.sun.com/xml/ns/javaee"     xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/ejb-jar_3_0.xsd"     id="ejb-jar_ID" version="3.0">     <enterprise-beans>          <session>               <ejb-name>YBPC04_SECOND</ejb-name>               <ejb-class>de.aoksystems.jco.YBPC04_SECONDBean</ejb-class>               <session-type>Stateless</session-type>          </session>     </enterprise-beans></ejb-jar>

 

This results in my bean showing up in the JNDI tree as follows:

 

Objektname rfcaccessejb/YBPC04_SECOND 
Klassenname javax.naming.Reference 
Kontextname rfcaccessejb 
Objektwert Reference Class Name: de.aoksystems.jco.YBPC04_SECONDLocalHome
Type: clientAppName
Content: aoksystems.de/jco~ear
Type: interfaceType
Content: local
Type: local-home
Content: de.aoksystems.jco.YBPC04_SECONDLocalHome
Type: ejb-link
Content: YBPC04_SECOND
Type: jndi-name
Content: YBPC04_SECOND
Type: local
Content: de.aoksystems.jco.YBPC04_SECONDLocalComponent

 

I have configured the JCO RFC Provider as follows:

 

NWA - Configuration Mgt - Infrastructure - JCO RFC Provider

Program ID: JCOTEST01

Gateway Host: <IP of the ABAP System>

Gateway Service: 33 + system number of the ABAP system

Application Server Host: <IP of the ABAP system>

System number: <system number of the ABAP system>

User: <my user ID on the ABAP system, I have SAP_ALL>

Password: <my pw on the ABAP system>

Language: DE

Local Listeners: checked (local JCO Servers)

(no further settings)

 

The RFC Destination on the ABAP system is configured as follows:

Destination name: JCO_TEST

Activation type: registered server program

Program ID: JCOTEST01

 

The JCO RFC Provider is up and running and seems to be working perfectly well. All connection tests from the ABAP system work well.

 

I have created an RFC enabled function module with a signature as follows:

 

FUNCTION YBPC04_SECOND.
*"--------------------------------------------------------------------
*"*"Lokale Schnittstelle:
*"  IMPORTING
*"     VALUE(IV_STRING) TYPE  STRING OPTIONAL
*"  EXPORTING
*"     VALUE(EV_STRING) TYPE  STRING
*"--------------------------------------------------------------------

ENDFUNCTION.

 

I have written a report which calls the function remotely:

 

REPORT  ybpc04_call_second.

DATA:
  gv_string   TYPE string,  gv_rfc_mess TYPE c LENGTH 1024.

START-OF-SELECTION.
  CALL FUNCTION 'YBPC04_SECOND'    DESTINATION 'JCO_TEST'    EXPORTING      iv_string             = 'Eingehender String'    IMPORTING      ev_string             = gv_string    EXCEPTIONS      system_failure        = 1  MESSAGE gv_rfc_mess      communication_failure = 2  MESSAGE gv_rfc_mess.  WRITE: / 'Return code:',   AT 20 sy-subrc,         / 'Message:',       AT 20 gv_rfc_mess,         / 'Result String:', AT 20 gv_string.

 

I hope very much that you can help me! If you need any more infos, please let me know.

 

Thanks,

 

Thorsten

how to deploy EAR on CE server using Java Support Package Manager

$
0
0

Hello,

 

I am using CE server where I want to deploy EAR file by using JSPM. I run this program in Drive:\usr\sap\CE1\J00\j2ee\JSPM\go.bat

 

I have also put the EAR file into the inbox folder Drive:\usr\sap\CE1\SYS\EPS\in but still It does not show me any file to proceed further for deployment.

 

Does any one has idea?

 

Regards,

NK

Cannot ping destination FP_ICF_DATA_

$
0
0

I am configuring ADS on CE 7.2 with SSL.  I was able to get everything working before configuring SSL but now I have a problem.

 

It seems the communication between ABAP (serverA) and J2EE (serverB) is not working.

 

In CE, when I try to ping desitnation:  FP_ICF_DATA_<SID>  I get an error:   Error during ping operation: Ping not successful! Received HTTP response 404.   I have this configured to use keystore view ADSCerts - ssl-credentials (with self-signed certificates for testing). But even when I change it to basic, it still doesn't ping.

 

Then when I try to test the SM59 connnection (ADS), I get the following error:  HTTPIO_PLG_CANCELED

I have this set up as "DEFAULT SSL CLIENT (STANDARD)" -with 50001 as the system number.

 

Please let me know if you have any suggestions.

 

None of the PDF reports work.  I get errors: 

Test Program: Version Information (for Analysis Only)                                                                               

                                                                                                      •                                                                                 

      • SYSTEM ERROR                                                                               

                                                                                                      •                                                                                 

ERROR CODE    :    100,101                                                                               

ERROR MESSAGE : SOAP Runtime Exception: CSoapExceptionTransport : HTTP receive failed with exception communication_failure                 

SOAP Framework error: SOAP Runtime Exception: CSoapExceptionTransport : HTTP receive failed with exception communication_failure(100,101).                                                                               

I can bring up an HTTPS in the CE system:  https://<serverB>:50001/

I get the warning:  There is a problem with this website's security certificate, but if I click on "continue to this website", all is ok.  I expect a warning since I am using the self signed certificates.

 

All help is much appreciated.

 

Thanks,

Peggy

Netweaver (CE) 7.3 - how to installa developer workplace?

$
0
0

Hi developers,

I would like to install NW 7.3 Developer Workplace on my laptop to test CE 7.3, NWDI and so on.

On SMP, for CE 7.11 I found a simple installer, while for NW7.3 the Workplace installer seems to require other softwre packages.

In the end it seems a huge installation.

 

Has anyone managed to do this?

Thanks,

Vincenzo

How to configure SAP WebDispatcher for NetWeaver CE 7.1?

$
0
0

I am posting this here by recommendation in the thread I posted [here|NetWeaver CE 7.1 documentation for SAP Web Dispatcher?;.

 

I have installed SAP Web Dispatcher to test a simple, one host cluster environment and I am at the point of configuring it.  The documentation says:

 

It requires minimal configuration - you just have to enter the following data in the profile file:

Port, on which the HTTP(s) requests are to be received (parameter icm/server_port_<xx>)

Host and HTTP port of the SAP Message Server (parameter rdisp/mshost and parameter ms/http_port)

 Example

If you should be able to call the Web application externally, for example using the URL www.shop.acme.com, this host name must be mapped internally to the SAP Web dispatcher. This then forwards the HTTP(S) request to a suitable application servers.

End of the example.

 

Since I'm not experienced with NetWeaver configuration I need to know which profile file(s), specifically it's referring to and the syntax of the above.  Right now in the SCS profile I see:

 

#-----------------------------------------------------------------------
# SAP Message Server for Java
#-----------------------------------------------------------------------
rdisp/msserv = 0
rdisp/msserv_internal = 3906
ms/standalone = 1
ms/server_port_0 = PROT=HTTP,PORT=81$$

 

 

and in one of the Instance profiles we modified to support HTTPS I see:

 

# https port configuration
icm/server_port_4 = PROT=HTTPS, PORT=5$(SAPSYSTEM)01, VCLIENT=1

 

 

So, what goes where - the rdisp/mshost and parameter ms/http_port in the SCS profile with what port?     What will parameter icm/server_port_<xx> actually look like given the Web Dispatcher instance number, etc.?  Once I get the basic functionality working, what about HTTPS/SSL?

 

Thanks,

William


CE 7.1 deployment

$
0
0

IS JSPM the only way to deploy .scas?

 

Is there a limit as to any naming standard my components?

 

com.oil.ERAIL.2010222 and com.oil.GAS.2010222

 

Weyland Yutani

Deploying Process on NWDS 7.3 SP03

$
0
0

I am new to  NWDS.

I am trying to create and deploy  a sample process on NWDS 7.3 SP03 but not able deployed the project on server.

 

com.sap.engine.services.dc.api.deploy.DeployException: [ERROR CODE DPL.DCAPI.1027] DeploymentException.

Reason: ASJ.dpl_dc.001085 Operation [deploy] of [demo.sap.com_dc_firsttestforsample] failed

 

     at com.sap.engine.services.dc.api.deploy.impl.DeployProcessorImpl.deployItems(DeployProcessorImpl.java:891)

 

     at com.sap.engine.services.dc.api.deploy.impl.DeployProcessorImpl.deploy(DeployProcessorImpl.java:259)

 

     at com.sap.ide.eclipse.deployer.dc.deploy.DeployProcessor70.deploy(DeployProcessor70.java:105)

 

     at com.sap.ide.tools.services.dc.EngineDcDeployService.deployFiles(EngineDcDeployService.java:257)

 

     at com.sap.ide.tools.services.dc.EngineDcDeployService.deploy(EngineDcDeployService.java:135)

 

     at com.sap.ide.dii05.ui.internal.actions.dc.DcDeployAction$5$1.run(DcDeployAction.java:281)

 

     at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

 

Caused by: com.sap.engine.services.dc.cm.deploy.DeploymentException: ASJ.dpl_dc.001085 Operation [deploy] of [demo.sap.com_dc_firsttestforsample] failed

 

     at com.sap.engine.services.dc.cm.deploy.impl.OnlineDeployProcessor.performDelivery(OnlineDeployProcessor.java:246)

 

     at com.sap.engine.services.dc.cm.deploy.impl.BulkOnlineDeployProcessor.deploy(BulkOnlineDeployProcessor.java:67)

 

     at com.sap.engine.services.dc.cm.deploy.impl.AbstractDeployProcessor$DeployProcessorHelper.visit(AbstractDeployProcessor.java:282)

 

     at com.sap.engine.services.dc.cm.deploy.impl.DeploymentItemImpl.accept(DeploymentItemImpl.java:84)

 

     at com.sap.engine.services.dc.cm.deploy.impl.AbstractDeployProcessor.deploy(AbstractDeployProcessor.java:100)

 

     at com.sap.engine.services.dc.cm.deploy.impl.DeployThread.run(DeployThread.java:39)

 

     at com.sap.engine.core.thread.execution.Executable.run(Executable.java:122)

 

     at com.sap.engine.core.thread.execution.Executable.run(Executable.java:101)

 

     at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:328)

 

Caused by: com.sap.engine.services.dc.gd.DeliveryException: [ERROR CODE DPL.DC.3297] Operation [update] of [sdu id: [demo.sap.com_dc_firsttestforsample]

sdu file path: [/usr/sap/BPD/J00/j2ee/cluster/server0/temp/tcbldeploy_controller/archives/2466/demo.sap.com~dc_firsttestforsample.sda]

version status: [HIGHER]

deployment status: [Admitted]

description: []

] failed

 

     at com.sap.engine.services.dc.gd.impl.ApplicationDeployer.update(ApplicationDeployer.java:100)

 

     at com.sap.engine.services.dc.gd.impl.InitialApplicationDeployer.performDeployment(InitialApplicationDeployer.java:141)

 

     at com.sap.engine.services.dc.gd.impl.InitialGenericDeliveryImpl.deploy(InitialGenericDeliveryImpl.java:57)

 

     at com.sap.engine.services.dc.cm.deploy.impl.OnlineDeployProcessor.performDelivery(OnlineDeployProcessor.java:213)

 

     ... 8 more

 

Caused by: com.sap.engine.services.deploy.server.utils.DSRemoteException: ASJ.dpl_ds.006193 Operation [update] of [/usr/sap/BPD/J00/j2ee/cluster/server0/temp/tcbldeploy_controller/archives/2466/demo.sap.com~dc_firsttestforsample.sda] failed

 

     at com.sap.engine.services.deploy.server.DeployServiceImpl.catchDeploymentExceptionWithDSRem(DeployServiceImpl.java:3365)

 

     at com.sap.engine.services.deploy.server.DeployServiceImpl.update(DeployServiceImpl.java:487)

 

     at com.sap.engine.services.dc.gd.impl.ApplicationDeployer.update(ApplicationDeployer.java:74)

 

     ... 11 more

 

Caused by: com.sap.engine.services.deploy.container.DeploymentException: TxException

 

     at com.sap.glx.repository.deploy.content.ContentArchiveDeployContainer.deployArchive(ContentArchiveDeployContainer.java:1280)

 

     at com.sap.glx.repository.deploy.content.ContentArchiveDeployContainer.makeUpdate(ContentArchiveDeployContainer.java:342)

 

     at com.sap.engine.services.deploy.server.utils.container.ContainerWrapper.makeUpdate(ContainerWrapper.java:408)

 

     at com.sap.engine.services.deploy.server.application.UpdateTransaction.makeComponents(UpdateTransaction.java:477)

 

     at com.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:182)

 

     at com.sap.engine.services.deploy.server.application.UpdateTransaction.begin(UpdateTransaction.java:233)

 

     at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:421)

 

     at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:473)

 

     at com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:1828)

 

     at com.sap.engine.services.deploy.server.DeployServiceImpl.update(DeployServiceImpl.java:580)

 

     at com.sap.engine.services.deploy.server.DeployServiceImpl.update(DeployServiceImpl.java:485)

 

     ... 12 more

 

Caused by: java.lang.Exception: com.sap.engine.services.ts.transaction.TxRollbackException: Current transaction is marked for rollback

     at com.sap.engine.services.ts.transaction.TxManagerImpl.commitLevel(TxManagerImpl.java:621)

     at com.sap.transaction.TxManager.commitLevel(TxManager.java:237)

     at com.sap.glx.repository.deploy.content.ContentArchiveDeployContainer.deployArchive(ContentArchiveDeployContainer.java:1277)

     at com.sap.glx.repository.deploy.content.ContentArchiveDeployContainer.makeUpdate(ContentArchiveDeployContainer.java:342)

     at com.sap.engine.services.deploy.server.utils.container.ContainerWrapper.makeUpdate(ContainerWrapper.java:408)

     at com.sap.engine.services.deploy.server.application.UpdateTransaction.makeComponents(UpdateTransaction.java:477)

     at com.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:182)

     at com.sap.engine.services.deploy.server.application.UpdateTransaction.begin(UpdateTransaction.java:233)

     at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:421)

     at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:473)

     at com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:1828)

     at com.sap.engine.services.deploy.server.DeployServiceImpl.update(DeployServiceImpl.java:580)

     at com.sap.engine.services.deploy.server.DeployServiceImpl.update(DeployServiceImpl.java:485)

     at com.sap.engine.services.dc.gd.impl.ApplicationDeployer.update(ApplicationDeployer.java:74)

     at com.sap.engine.services.dc.gd.impl.InitialApplicationDeployer.performDeployment(InitialApplicationDeployer.java:141)

     at com.sap.engine.services.dc.gd.impl.InitialGenericDeliveryImpl.deploy(InitialGenericDeliveryImpl.java:57)

     at com.sap.engine.services.dc.cm.deploy.impl.OnlineDeployProcessor.performDelivery(OnlineDeployProcessor.java:213)

     at com.sap.engine.services.dc.cm.deploy.impl.BulkOnlineDeployProcessor.deploy(BulkOnlineDeployProcessor.java:67)

     at com.sap.engine.services.dc.cm.deploy.impl.AbstractDeployProcessor$DeployProcessorHelper.visit(AbstractDeployProcessor.java:282)

     at com.sap.engine.services.dc.cm.deploy.impl.DeploymentItemImpl.accept(DeploymentItemImpl.java:84)

     at com.sap.engine.services.dc.cm.deploy.impl.AbstractDeployProcessor.deploy(AbstractDeployProcessor.java:100)

     at com.sap.engine.services.dc.cm.deploy.impl.DeployThread.run(DeployThread.java:39)

     at com.sap.engine.core.thread.execution.Executable.run(Executable.java:122)

     at com.sap.engine.core.thread.execution.Executable.run(Executable.java:101)

     at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:328)

Caused by: java.lang.IllegalStateException: Galaxy commit failed (for a possible cause, refer to the nested exception(s)

     at com.sap.glx.core.kernel.execution.TransitionManagerImpl$BoundPrimaryTransaction.beforeCompletion(TransitionManagerImpl.java:112)

     at com.sap.engine.services.ts.jta.impl.SynchronizationWrapper.beforeCompletion(SynchronizationWrapper.java:36)

     at com.sap.engine.services.ts.jta.impl2.TXR_TransactionImpl.beforePrepare(TXR_TransactionImpl.java:525)

     at com.sap.engine.services.ts.jta.impl2.TXR_TransactionImpl.commit(TXR_TransactionImpl.java:1033)

     at com.sap.engine.services.ts.jta.impl2.TXR_TransactionManagerImpl.commit(TXR_TransactionManagerImpl.java:333)

     at com.sap.engine.services.ts.transaction.TxManagerImpl.commitLevel(TxManagerImpl.java:610)

     ... 24 more

Caused by: com.sap.glx.core.kernel.api.TransitionRollbackException: Transaction locked for rollback; Commit refused.

     at com.sap.glx.core.kernel.mmtx.AbstractTransactionBase.rollback(AbstractTransactionBase.java:742)

     at com.sap.glx.core.kernel.mmtx.AbstractTransaction.do_precommit(AbstractTransaction.java:192)

     at com.sap.glx.core.kernel.mmtx.AbstractTransaction.commit(AbstractTransaction.java:79)

     at com.sap.glx.core.kernel.execution.TransitionManagerImpl$BoundPrimaryTransaction.beforeCompletion(TransitionManagerImpl.java:110)

     ... 29 more

Caused by: com.sap.glx.core.dock.api.DockException: Adapter com.sap.glx.adapter.internal.Transformer didn't comply with configuration

     at com.sap.glx.core.dock.impl.DockingPortal.configure(DockingPortal.java:693)

     at com.sap.glx.core.dock.impl.DockingPortal.configureCallback(DockingPortal.java:492)

     at com.sap.glx.core.dock.impl.DockingPortal.runConfigureCallback(DockingPortal.java:1137)

     at com.sap.glx.deploy.impl.DeployControllerImpl$InternalActuator.runStdDeploy(DeployControllerImpl.java:715)

     at com.sap.glx.deploy.impl.DeployControllerImpl$InternalActuator.run(DeployControllerImpl.java:528)

     at com.sap.glx.core.kernel.RuntimeManager.requestRuntimeMode(RuntimeManager.java:980)

     at com.sap.glx.deploy.impl.DeployControllerImpl$InternalActuator.execute(DeployControllerImpl.java:475)

     at com.sap.glx.deploy.impl.DeployControllerImpl$InternalActuator.deploy(DeployControllerImpl.java:442)

     at com.sap.glx.core.resource.impl.j2ee.rrdeploy.KernelHandlerImpl.addVersion(KernelHandlerImpl.java:78)

     at com.sap.glx.repository.service.impl.RuntimeRepositoryDeployManager.handlerDistributionForDeployment(RuntimeRepositoryDeployManager.java:2552)

     at com.sap.glx.repository.service.impl.RuntimeRepositoryDeployManager.deployArchive(RuntimeRepositoryDeployManager.java:1522)

     at com.sap.glx.repository.service.impl.RuntimeRepositoryDeployManager.deploy(RuntimeRepositoryDeployManager.java:335)

     at com.sap.glx.repository.service.impl.RuntimeRepositoryDeployManager.deploy(RuntimeRepositoryDeployManager.java:257)

     at com.sap.glx.repository.service.impl.RuntimeRepositoryDeployManager.deploy(RuntimeRepositoryDeployManager.java:247)

     at com.sap.glx.repository.deploy.content.ContentArchiveDeployContainer.deployArchive(ContentArchiveDeployContainer.java:1265)

     ... 22 more

Caused by: com.sap.glx.adapter.api.AdapterException: Adapter com.sap.glx.adapter.internal.Transformer has refused deploy unit a72dcb5f831c8ec16c764b7802410e73 using configuration mode DEPLOYMENT

     at com.sap.glx.core.dock.impl.DockingPortal.configure(DockingPortal.java:671)

     ... 36 more

Caused by: java.lang.IllegalArgumentException: No enum const class com.sap.glx.mapping.definition.api.rule.Literal$Type.EMPTY

     at java.lang.Enum.valueOf(Enum.java:196)

     at com.sap.glx.mapping.definition.implementation.Transporter$BaseConverter$BaseUnpacker.unpackStepLiteral(Transporter.java:1512)

     at com.sap.glx.mapping.definition.implementation.Transporter$BaseConverter$BaseUnpacker.unpackStep(Transporter.java:1452)

     at com.sap.glx.mapping.definition.implementation.Transporter$BaseConverter$BaseUnpacker.unpackExpression(Transporter.java:1100)

     at com.sap.glx.mapping.definition.implementation.Transporter$BaseConverter$BaseUnpacker.unpackPart(Transporter.java:1329)

     at com.sap.glx.mapping.definition.implementation.Transporter$BaseConverter$BaseUnpacker.unpackPart(Transporter.java:1351)

     at com.sap.glx.mapping.definition.implementation.Transporter$BaseConverter$BaseUnpacker.unpackMapping(Transporter.java:1303)

     at com.sap.glx.mapping.definition.implementation.Transporter$BaseConverter$BaseUnpacker$MappingUnpacker.<init>(Transporter.java:610)

     at com.sap.glx.mapping.definition.implementation.Transporter.unpackMapping(Transporter.java:1859)

     at com.sap.glx.core.internaladapter.Transformer$TransformerTemplateAccessor$MapperTemplate$ImplementedConfigurationHandler.configure(Transformer.java:3041)

NWCE 7.1 EHP1 installation - server0 stopped with error code 2150

$
0
0

Hi All,

 

***I try to install NWCE 7.1 EHP1 with Oracle 10.2 on Windows Server 2003 Enterprise X64. On phase 29 of 40 Start Java Engine, it gives me this error:*****

 

WARNING[E] 2010-08-11 13:18:27.468
CJS-30222  Java process server0 of instance MII/J00 increased error count to 1. Giving up.

ERROR 2010-08-11 13:18:27.593
FCO-00011  The step startJava with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CI_Instance|ind|ind|ind|ind|11|0|NW_CI_Instance_StartJava|ind|ind|ind|ind|8|0|startJava was executed with status ERROR .

WARNING 2010-08-11 13:18:27.687
Could not get property IDs of the JavaScript object.

ERROR 2010-08-11 13:18:27.687
FJS-00010  Could not get value for property .

 

****I checked it on MMC and server0 stopped with error code 2150 (Core service start fails on initial startups )*****

 

std_server0 is here: 

node name   : server0
host name   : sapmii
system name : MII
system nr.  : 00
started at  : Wed Aug 11 13:19:10 2010

JVMX version - Sep  4 2008 23:21:58 - 51_REL - optU - windows amd64 - bas2:106386 (mixed mode)
(CompilerOracle read from file D:\usr\sap\MII\J00\exe\sapjvm_5\jre\.hotspot_compiler )
(CompilerOracle exclude com/sun/tools/javac/code/SymbolMethodSymbol overrides)
The active factory is : com.sap.engine.boot.loader.StandardClassLoaderFactory
Class loading cache information loaded from package index [D:\usr\sap\MII\J00\j2ee\cluster\bin\index.list]
Reading kernel properties from kernelProperties.bin file...   Checked the data for 15 ms   Read the objects for 93 ms   Substituted the values for 16 ms
Finished reading kernel objects for 109 ms
Startup mode [NORMAL] and action [NONE] read

AS Java version [7.11.3710.34306.20081117170308] is starting server process [ID7616850] on host [sapmii]...

Loading [LogManager]... [31] ms 
Loading [PoolManager]... [0] ms 
Loading [ApplicationThreadManager]... [47] ms 
Loading [ThreadManager]... [0] ms 
Loading [ClassLoaderManager]... [32] ms 
Loading [ClusterManager]... [140] ms 
Loading [LockingManager]... [31] ms 
Loading [ConfigurationManager]... [1000] ms 
Loading [CacheManager]... [GC [ParNew: 436736K->8479K(655104K), 0.0153459 secs] 436736K->8479K(5024512K), 0.0154061 secs]
[47] ms 
Loading [DatabaseManager]... [203] ms 
Loading [SessionManager]... [141] ms 
Loading [LicensingManager]... [16] ms 
Loading [ServiceManager]... 
 Initialize components for : 312 ms.
 Resolve components for : 31 ms.
 Load components for 1953 ms.
Loading services.
 Calculate startup service set for 125 ms.  Service [r3startup] started. [0] ms / [0] CPU ms  Service [tc~je~content~classification~handler] started. [0] ms / [0] CPU ms  Service [webservices] started. [0] ms / [0] CPU ms  Service [tc~esi~uddi~content~handler] started. [0] ms / [0] CPU ms  Service [engine.dsr.facade] started. [0] ms / [0] CPU ms  Service [tc~je~cross~api] started. [0] ms / [0] CPU ms  Service [engine.lm.log.facade] started. [0] ms / [0] CPU ms  Service [tc~je~mngt_model~srv] started. [0] ms / [0] CPU ms  Service [tc~je~security~api] started. [0] ms / [0] CPU ms  Service [cluster] started. [16] ms / [0] CPU ms  Service [runtimeinfo] started. [16] ms / [0] CPU ms  Service [jmx_notification] started. [31] ms / [15] CPU ms  Service [userstore] started. [47] ms / [0] CPU ms  Service [memory] started. [63] ms / [15] CPU ms  Service [timeout] started. [78] ms / [31] CPU ms  Service [cross] started. [94] ms / [46] CPU ms  Service [log_configurator] started. [94] ms / [31] CPU ms  Service [locking] started. [0] ms / [0] CPU ms  Service [tc~sec~destinations~provider] started. [125] ms / [109] CPU ms  Service [p4] started. [62] ms / [62] CPU ms  Service [classload] started. [0] ms / [0] CPU ms  Service [classload.facade] started. [0] ms / [0] CPU ms  Service [msp] started. [16] ms / [15] CPU ms  Service [classpath_resolver] started. [16] ms / [15] CPU ms  Service [deploy] start ================= ERROR ================= 
java.lang.IllegalArgumentException: No enum const class com.sap.engine.services.deploy.container.ComponentReference.SERVu0130CE     at java.lang.Enum.valueOf(Enum.java:196)     at com.sap.engine.services.deploy.container.ComponentReference.valueOf(ComponentReference.java:18)     at com.sap.engine.services.deploy.server.Component.<init>(Component.java:44)     at com.sap.engine.services.deploy.server.Component.create(Component.java:60)     at com.sap.engine.services.deploy.server.properties.impl.PropManagerImpl.readStandardAppRefs(PropManagerImpl.java:497)     at com.sap.engine.services.deploy.server.properties.impl.PropManagerImpl.<init>(PropManagerImpl.java:234)     at com.sap.engine.services.deploy.server.properties.PropManagerFactory.initInstance(PropManagerFactory.java:27)     at com.sap.engine.services.deploy.server.DeployServiceFrame.start(DeployServiceFrame.java:56)     at com.sap.engine.core.service630.container.ServiceRunner.startFrame(ServiceRunner.java:155)     at com.sap.engine.core.service630.container.ServiceRunner.startService(ServiceRunner.java:113)     at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:60)     at com.sap.engine.frame.core.thread.Task.run(Task.java:73)     at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:162)     at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:260)
FATAL: Critical shutdown with exit code [2150] was requested due to [AS Java cannot be started; core service [deploy] failed to start]

 

****What is the problem and how can I solve the problem.*****

 

Thanks.

OpenSQLException caught: Cannot assign a blank-padded string

$
0
0

Hi,

 

sometimes I get this exception, when updating a bo instance.

 

I didn't managed it to reproduce the error, because it is thrown in a complex background job.

Can anybody give me more information about the reason behind this?

 

Thanks,

Jens

 

stacktrace:

com.sap.sql.log.OpenSQLException: Cannot assign a blank-padded string to host variable 13.

at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:95)

at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:188)

at com.sap.sql.jdbc.common.dispatch.VarcharHostVariable.setString(VarcharHostVariable.java:34)

at com.sap.sql.jdbc.common.CommonPreparedStatement.setString(CommonPreparedStatement.java:626)

at com.sap.engine.services.dbpool.wrappers.PreparedStatementWrapper.setString(PreparedStatementWrapper.java:380)

at com.sap.engine.services.orpersistence.jdbcaccess.StringBinder.setValue(StringBinder.java:33)

at com.sap.engine.services.orpersistence.core.StoreManager.bindParameterValues(StoreManager.java:387)

at com.sap.engine.services.orpersistence.core.StoreManager.executeStatement(StoreManager.java:652)

at com.sap.engine.services.orpersistence.core.StoreManager.updateEntity(StoreManager.java:625)

at com.sap.engine.services.orpersistence.core.PersistenceContextImpl.flush(PersistenceContextImpl.java:300)

at com.sap.engine.services.orpersistence.entitymanager.EntityManagerImpl.flush(EntityManagerImpl.java:121)

at com.sap.engine.services.orpersistence.entitymanager.EntityManagerHandleImpl.flush(EntityManagerHandleImpl.java:50)

at com.sap.engine.services.orpersistence.container.EntityManagerProxy.flush(EntityManagerProxy.java:105)

at com.sap.caf.rt.bol.da.jpa.JPADataAccessService.store(JPADataAccessService.java:495)

at com.sap.caf.rt.bol.da.jpa.JPADataAccessService.store(JPADataAccessService.java:483)

at com.siemens.sm3k.mntstrat.modeled.bonode.functionfailure.functionfailure.FunctionFailureBean.update(FunctionFailureBean.java:137)

Is there a specific German language version of NetWeaver CE to download?

$
0
0

Longer question: Is there a specific German language version of NetWeaver CE to download, or is the same version installed on English or German language-based OS platform?

 

Hi,

 

These threads seem to imply the answer to my question is no:

[http://forums.sdn.sap.com/click.jspa?searchID=34203394&messageID=5105449]

[http://forums.sdn.sap.com/click.jspa?searchID=34203394&messageID=7728106]

 

But, I'd appreciate specific confirmation of this understanding.  We need to do localization testing for the German language and need to know if that's done with a specific German, localized version of NetWeaver CE 7.1, or if we just install the same version on an OS platform based on the language we need to test against.  (I didn't see any language specific download searching the SAP site for downloads.)

 

Thanks,

William

Viewing all 1812 articles
Browse latest View live




Latest Images