• Icon: Bug Report Bug Report
    • Resolution: Cannot Reproduce
    • Icon: L3 - Default L3 - Default
    • None
    • 7.10.0
    • tasklist
    • None

      Hi
      I created a bpm file and deployed it on Camunda process but when i start the process from taskLists section . shown “???” instead of userTasks names .
      My os is linux mint .
      when i switch to windows , this problem is gone .

        This is the controller panel for Smart Panels app

            [CAM-10218] Task names problem

            Hi

            This is the inspect result :

            And This is the process in cockpit :

            I use docker to run camunda on my computer .
            this is the docker-compose file :

            version: '3'
            
            services:
            
                camunda-mysql:
                    image: camunda/camunda-bpm-platform:${DISTRO:-latest}
                    environment:
                        - DB_DRIVER=com.mysql.jdbc.Driver
                        - DB_URL=jdbc:mysql://mysql:3306/process-engine
                        - DB_USERNAME=camunda
                        - DB_PASSWORD=camunda
                        - WAIT_FOR=mysql:3306
                    links:
                        - mysql
                    ports:
                        - "8080:8080"
                    restart: unless-stopped
            
                mysql:
                    image: mysql:5.7
                    environment:
                        - MYSQL_ROOT_PASSWORD=camunda
                        - MYSQL_USER=camunda
                        - MYSQL_PASSWORD=camunda
                        - MYSQL_DATABASE=process-engine
            

            reza gholipour added a comment - Hi This is the inspect result : And This is the process in cockpit : I use docker to run camunda on my computer . this is the docker-compose file : version: '3' services: camunda-mysql: image: camunda/camunda-bpm-platform:${DISTRO:-latest} environment: - DB_DRIVER=com.mysql.jdbc.Driver - DB_URL=jdbc:mysql: //mysql:3306/process-engine - DB_USERNAME=camunda - DB_PASSWORD=camunda - WAIT_FOR=mysql:3306 links: - mysql ports: - "8080:8080" restart: unless-stopped mysql: image: mysql:5.7 environment: - MYSQL_ROOT_PASSWORD=camunda - MYSQL_USER=camunda - MYSQL_PASSWORD=camunda - MYSQL_DATABASE=process-engine

            Could you please check if the task names are stored correctly in the database as I described in my previous reply.

            The table is ACT_RU_TASK, column NAME_

            Yana Vasileva added a comment - Could you please check if the task names are stored correctly in the database as I described in my previous reply. The table is ACT_RU_TASK, column NAME_

            reza gholipour added a comment - - edited

            where is the dataBase ?
            i just use docker for running process in camunda . i don't use any specified dataBase .

            reza gholipour added a comment - - edited where is the dataBase ? i just use docker for running process in camunda . i don't use any specified dataBase .

            The docker image is containing the database as well. When you run the docker, the database is spin up as well, (the engine cannot work without a database).
            To connect to the database you can use some web interface tool (PHPMYADMIN), a desktop tool (DBeaver), or connect via command line.
            These are only examples, you can have a look at how to connect to the database online.
            As input, you will need the DB url (jdbc:mysql://mysql:3306/process-engine) and a JDBC driver in case of some tools.

            Yana Vasileva added a comment - The docker image is containing the database as well. When you run the docker, the database is spin up as well, (the engine cannot work without a database). To connect to the database you can use some web interface tool (PHPMYADMIN), a desktop tool (DBeaver), or connect via command line. These are only examples, you can have a look at how to connect to the database online. As input, you will need the DB url (jdbc:mysql://mysql:3306/process-engine) and a JDBC driver in case of some tools.

            Sorry , I did not notice exactly . how i get dataBase area ?
            can i use xampp for example ?

            reza gholipour added a comment - Sorry , I did not notice exactly . how i get dataBase area ? can i use xampp for example ?

            how can i get the dataBase ??

            reza gholipour added a comment - how can i get the dataBase ??

            As I said you can use whatever tool you prefer (suits you better) to connect to the database.
            In order to connect you will need the db url, username, password,... you already have all of this information

            camunda-mysql:
            image: camunda/camunda-bpm-platform:${DISTRO:-latest}
            environment:

            • DB_DRIVER=com.mysql.jdbc.Driver
            • DB_URL=jdbc:mysql://mysql:3306/process-engine
            • DB_USERNAME=camunda
            • DB_PASSWORD=camunda
            • WAIT_FOR=mysql:3306
              links:
            • mysql
              ports:
            • "8080:8080"

            Yana Vasileva added a comment - As I said you can use whatever tool you prefer (suits you better) to connect to the database. In order to connect you will need the db url, username, password,... you already have all of this information camunda-mysql: image: camunda/camunda-bpm-platform:${DISTRO:-latest} environment: DB_DRIVER=com.mysql.jdbc.Driver DB_URL=jdbc:mysql://mysql:3306/process-engine DB_USERNAME=camunda DB_PASSWORD=camunda WAIT_FOR=mysql:3306 links: mysql ports: "8080:8080"

            can i use the xampp ?

            reza gholipour added a comment - can i use the xampp ?

            Hi rezza,

            We cannot support you any further how to connect to db as it's out of the Camunda's scope.
            In case you collect the requested information from our side, we can continue with the investigation of the original problem (characters not displayed in Tasklist).

            Best regards,
            Yana

            Yana Vasileva added a comment - Hi rezza , We cannot support you any further how to connect to db as it's out of the Camunda's scope. In case you collect the requested information from our side, we can continue with the investigation of the original problem (characters not displayed in Tasklist). Best regards, Yana

            I'm closing the ticket due to reporter's inactivity.
            Please feel free to reopen it in case the requested information is collected

            Yana Vasileva added a comment - I'm closing the ticket due to reporter's inactivity. Please feel free to reopen it in case the requested information is collected

              yana.vasileva Yana Vasileva
              rezza reza gholipour
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: