Error during statement execution in broadleaf while running tomcat ant task - broadleaf-commerce

i had setup broadleaf with mysql db and when i run ant task for tomcat the some database tables are created but some error also there due to that 404 error while accessing localhost:8080/
error are in image file--
click on link

Related

Failed to start asp.net core 2.1 webapi

Just deploy to IIS server my .NET Core 2.1 webapi. Got error 502.5 HTTP Error 502.5 - Process Failure from the URL http://localhost/api. Open the Event Viewer, it is IIS AspNetCore Module eror.
Application 'MACHINE/WEBROOT/APPHOST/DEFAULT WEB SITE/API' with physical root 'C:\apps\api\' failed to start process with commandline 'dotnet .\Webapi.dll', ErrorCode = '0x8007010b : 0.
Remote to the server and run dotnet .\Webapi.dll successfully.
Any idea please
Error code 0x8007010b means IIS could not find dotnet.exe but i havr all dotnetcore frameworks installed. Finally the issue is the windows previdge. The default account for iis pool doesnt have enough power to access the folder c:\dotnet... It is resolved by running more powerful account.

Internal Server Error 500 In Angular 6 Node js application deployed in Azure

console snippet
I'm getting this error when I trying to browse the website. but these files are stored in the same directory and base href is set up for the same directory. Application runs fine in the localhost

Neo4j javascript example error: WebSocket connection to 'ws://localhost:7687/' failed: ERR_CONNECTION_REFUSED

I am trying to make the example neo4j javascript project run in my work machine. npm install completed fine and I am able to run the webpack dev using npm run dev.
When I navigate to the test page, http://localhost:8080/webpack-dev-server, the page renders fine but does not connect to the running Neo4j instance. There are no passwords, etc in the file. The error message is:
WebSocket connection to 'ws://localhost:7687/' failed: Error in
connection establishment: net::ERR_CONNECTION_REFUSED
org.neo4j.server.webserver.address=0.0.0.0 in the neo4j-server.conf and
dbms.connector.bolt.address=0.0.0.0:7687 in neo4j.conf
Neo4j version: 2.3.8
Please advise if some other settings are needed.
Note: This project works fine in a less-locked machine so it is an issue with local security settings
Solved: The issue was resolved by switching to the latest version of Neo4j - it appears anything above 3.0.1 works fine. The BOLT drivers/connection protocols may have changed.
To summarize, the BOLT JavaScript Neo4j example project works only with Neo4j 3.0.1 and higher.

Jenkins CI - SSL CA error

NOTE: This is .NET Core on Linux (Ubuntu)
I am setting up some CI infrastructure for .NET Core code and am running into a strange issue. Specifically, when it comes to package restore (dotnet restore).
The Jenkins instance that I am running is hosted on Azure via a Bitnami Jenkins image. In my build, I have a number of build steps. One of them (the one that actually triggers dotnet restore) is an Execute Shell.
When I run whoami from it, I get that I am the user tomcat. When dotnet restore is triggered from within the build step, however, I get the following error:
06:22:37 log : Retrying 'FindPackagesByIdAsync' for source 'https://api.nuget.org/v3-flatcontainer/system.runtime.serialization.primitives/index.json'.
06:22:37 log : An error occurred while sending the request.
06:22:37 log : Problem with the SSL CA cert (path? access rights?)
That same issue does not happen if I SSH into the box and do a sudo su - tomcat - running dotnet restore on the same folder from a SSH session works, while doesn't work in the Execute Shell step (despite the fact that both run in the same user context).
What am I missing that might be causing this?

Running as existing app in node.js Loopback project

I am going to take over an existing project developed in node.js with looback framework. I have installed and configured the frameworks correctly and tested by creating a demo application also.
But when I try to run the existing application it is showing an error,
I tried this command to run the project
from the root directory : slc start
Error is
Error: connect ECONNREFUSED 127.0.0.1:8701
Any body have knowledge to solve this issue ?

Resources