on 2021 Jan 26 4:17 PM
Hi ,
In the process of installing CCO manager
- manually create the CCOS database + schema
- copy the ccos.war file in webapps of B1integration install folder
- restart of B1i
- i get the setup page
- fill in the info
jdbc:sqlserver://srv-sap:1433;databaseName=CCOS;sendStringParametersAsUnicode=false.
(also tried with the IP)
( I can see that the database CCOS is now full of new tables, so connexion is OK)
But , i get this msg after a couple of seconds :
Error creating bean with name 'localMessageInterpolator' defined in file [C:\Program Files (x86)\SAP\SAP Business One Integration\IntegrationServer\Tomcat\webapps\ccos\WEB-INF\classes\com\sap\scco\validator\LocalMessageInterpolator.class]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.sap.scco.validator.LocalMessageInterpolator]: Constructor threw exception; nested exception is javax.validation.ValidationException: HV000183: Unable to initialize 'javax.el.ExpressionFactory'. Check that you have the EL dependencies on the classpath, or use ParameterMessageInterpolator instead
After that, i can go on the login page but , it tells me that credentials are invalid
Also tried to update pom.xml with following infos but it did not work
<dependency>
<groupId>javax.el</groupId>
<artifactId>javax.el-api</artifactId>
<version>2.2.4</version>
</dependency>
<dependency>
<groupId>org.glassfish.web</groupId>
<artifactId>javax.el</artifactId>
<version>2.2.4</version>
</dependency>
Any ideas are welcomed
Best regards
Hi Pierre 🙂
Glad to hear from you, I'm fine but a bit annoyed by this CCO pbm
My CCO manager is 09 - 18
My JVM version seems to be
C:\Users\sapadmin>java -version
java version "1.8.0_25"
Java(TM) SE Runtime Environment (build 8.1.002)
SAP Java Server VM (build 8.1.002 25.11-b13,
As far as you know versions match ?
best regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Antoine,
you're trying to deploy CCOM through B1i Framework, i guess there's an incompatibility with java.
in the documentation, it use tomcat 8.5 or above with SAP JVM 8.1
please check https://help.sap.com/viewer/8f711df7d2aa4f1aa29f88c86cef2081/2.0.9/en-US/2ae77137edb045a38018209f4a8...
It would be better to install CCO Manager on a dedicated server. That's what we've done and it works fine.
User | Count |
---|---|
112 | |
8 | |
8 | |
6 | |
6 | |
5 | |
5 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.