I’ve just updated IDW’s IIQ-in-Docker builder so that it works with the most recent versions of IIQ. I also upgraded Tomcat, MySQL, Java, and other components at the same time.
It takes about 3 minutes on my Macbook Pro to spin up a new IIQ instance with a demo HR table ready for consumption and a target table for use as a JDBC connector target.
The broader docker-compose configuration also includes a demo LDAP target, two IIQ nodes, and a load balancer.
Got this Resolved, Actually ant was not installed in my Mac, so installed its and set path and it worked, posting this for others if they run into same issue:
cd ~/Downloads # Let’s get into your downloads folder.
tar -xvzf apache-ant-1.8.1-bin.tar.gz # Extract the folder
sudo mkdir -p /usr/local # Ensure that /usr/local exists
sudo cp -rf apache-ant-1.8.1-bin /usr/local/apache-ant # Copy it into /usr/local
Add the new version of Ant to current terminal session
Hi @Davin Thanks for responding, For me issue is with Docker on my Mac M1 Machine. Docker Compose command is not working due to which build is getting failed. Now i am not getting git pull issue.
Hey Dheeraj and @drosenbauer , I am also able to access http://localhost:28080/dashboard/ but not the localhost:8080. All the containers are up and running. Can you help me with the last step to access IIQ. Thanks!
Hi Devin, I followed the recommended path. However, when trying to open http://localhost:8080/, it displays 404 page not found. Would you know why? Please find below screenshots of all the steps!
I tried to launch the iiq console too, but I’m getting this error:
iiq.hostname : a974b4f14a92-console
2024-03-28T21:43:37,736 WARN main springframework.context.support.ClassPathXmlApplicationContext:559 - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'versionChecker' defined in class path resource [configBeans.xml]: Invocation of init method failed; nested exception is java.lang.RuntimeException: Unable to check IdentityIQ database version: Table 'identityiq.spt_database_version' doesn't exist
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'versionChecker' defined in class path resource [configBeans.xml]: Invocation of init method failed; nested exception is java.lang.RuntimeException: Unable to check IdentityIQ database version: Table 'identityiq.spt_database_version' doesn't exist
You will need to go through the build.sh process first, which will create that image locally on your Docker instance. This is explained in the documentation. We cannot enable remote access to our Docker repository, because SP won’t allow distribution of the IIQ JARs.