hmis icon indicating copy to clipboard operation
hmis copied to clipboard

İnstallation

Open mehmetsarr opened this issue 5 years ago • 28 comments

Hello, thank you very much to everyone who contributed to the project. Is there a tutorial video you can recommend for installation?

mehmetsarr avatar Oct 09 '20 18:10 mehmetsarr

The details of the installation are described in the wiki. We would love to do a video, but no resources available yet. Will do an update here. Thank you.

buddhika75 avatar Oct 09 '20 20:10 buddhika75

Thank you 🙂👍

mehmetsarr avatar Oct 10 '20 07:10 mehmetsarr

Kurulumun detayları wikide açıklanmıştır. Video çekmeyi çok isterdik, ancak henüz kaynak yok. Burada bir güncelleme yapacak. Teşekkür ederim.

@buddhika75 So can we run it on windows 7 xampp?

mehmetsarr avatar Oct 10 '20 20:10 mehmetsarr

Kurulumun detayları wikide açıklanmıştır. Video çekmeyi çok isterdik, ancak henüz kaynak yok. Burada bir güncelleme yapacak. Teşekkür ederim.

@buddhika75 So can we run it on windows 7 xampp?

No. We can not use plane xampp. You have to convert Tomcat in to Tomee. Please refer to the wiki for details.

https://github.com/hmislk/hmis/wiki/Deployment-in-a-Development-Environment

buddhika75 avatar Oct 10 '20 21:10 buddhika75

hie. how do i get to the login screen

simendipeter avatar Oct 18 '20 13:10 simendipeter

when you finish installation/configuration and deploy it by netbeans on glassfish, it should open your default browser with the following URI: http://localhost:8080/hmis-master/

If its not opened then you have issue with your installation/configuration.

tamerrab2003 avatar Jan 17 '21 17:01 tamerrab2003

when you finish installation/configuration and deploy it by netbeans on glassfish, it should open your default browser with the following URI: http://localhost:8080/hmis-master/

If its not opened then you have issue with your installation/configuration.

No it goes to http://localhost:8080/hmis/

azharshaikh7866 avatar Apr 17 '21 19:04 azharshaikh7866

HI iam new to java.i did whatever said in installation manual.but when i run the program getting following error.

Severe: Exception while deploying the app [arogya] : Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.1.v20150605-31e8258): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Error in allocating a connection. Cause: Class name is wrong or classpath is not set for : com.mysql.jdbc.jdbc2.optional.MysqlDataSource Error Code: 0 Warning:
can you explain what i did wrong.

teeveekay avatar Oct 10 '21 14:10 teeveekay

Please use payara or glassfish to create a connection pool. Then create a connection. Give its connection name in the persistence file. I will upload a video and give you the link.

buddhika75 avatar Oct 11 '21 02:10 buddhika75

Thanks for a reply.i will try.

teeveekay avatar Oct 11 '21 05:10 teeveekay

hi i used glassfish server and created connection pool successfully. but when i run the project its not open on browser .just getting BUILD SUCCESS and created war file. here i share some screenshot.

kindly explain what i did wrong. per1 per

teeveekay avatar Oct 23 '21 14:10 teeveekay

when i change RUN configuration, project run in browser but get an following error. error

teeveekay avatar Oct 24 '21 06:10 teeveekay

hi finally successfully run the application and go to administration page but here i can't add the user getting You are NOT authorized message. kindly share the details where to start from.

teeveekay avatar Oct 24 '21 13:10 teeveekay

Thank you so much for your effort. Will add a script to run if there is not data in the system and push today itself.

On Sun, 24 Oct 2021 at 18:48, teeveekay @.***> wrote:

hi finally successfully run the application and go to administration page but here i can't add the user getting You are NOT authorized message. kindly share the details where to start from.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/hmislk/hmis/issues/418#issuecomment-950324087, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJLRQTHGZI6ZTYWIHWV6VLUIQBRBANCNFSM4SKNEZYA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

buddhika75 avatar Oct 25 '21 07:10 buddhika75

Thank you for your reply,I'll waiting for.

teeveekay avatar Oct 25 '21 08:10 teeveekay

Hi Waiting for your reply,kindly share the data.

teeveekay avatar Oct 27 '21 12:10 teeveekay

HI,Waiting for your reply.After successful run i can add institution,departments but i can't add user so i need your support where to start from..or kindly share the demo data if you have.

teeveekay avatar Oct 30 '21 06:10 teeveekay

Hello , I am waiting for your reply , not to able to use the application and getting an error "NOT AUTHORISED" kindly help me out and need your support Thank you

teeveekay avatar Jan 03 '22 10:01 teeveekay

I successfully logged into the application and gone through the admin module, pharmacy etc., but I do not know how to use some of the modules like lab, HRM modules in your software, So I need your support for user training. Kindly update me .

teeveekay avatar Feb 05 '22 10:02 teeveekay

Hey all, thanks for the great work.... However am trying to setup development environment but am getting errors as below: Any assistance will be highly appreciated

Am using:- Windows 11 Netbean 12.6 GlassFish Server 4.1.2 MySQL Server 5.0.90

**_Severe: Exception during lifecycle processing java.lang.RuntimeException: EJB Timer Service is not available at com.sun.ejb.containers.BaseContainer.startApplication(BaseContainer.java:4009) at org.glassfish.ejb.startup.EjbApplication.start(EjbApplication.java:163) at org.glassfish.internal.data.EngineRef.start(EngineRef.java:122) at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:291) at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:352) at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:500) at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:219) at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:491) at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:539) at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:535) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:360) at com.sun.enterprise.v3.admin.CommandRunnerImpl$2.execute(CommandRunnerImpl.java:534) at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:565) at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:557) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:360) at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:556) at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1464) at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$1300(CommandRunnerImpl.java:109) at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1846) at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1722) at com.sun.enterprise.v3.admin.AdminAdapter.doCommand(AdminAdapter.java:534) at com.sun.enterprise.v3.admin.AdminAdapter.onMissingResource(AdminAdapter.java:224) at org.glassfish.grizzly.http.server.StaticHttpHandlerBase.service(StaticHttpHandlerBase.java:189) at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:459) at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:167) at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:206) at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:180) at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:235) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:119) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:283) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:200) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:132) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:111) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:536) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:112) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:117) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:56) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:137) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:591) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:571) at java.lang.Thread.run(Thread.java:748)

Severe: Exception while loading the app Severe: Undeployment failed for context /hmis Warning: EJB Timer Service is not available. Timers for application with id 107940896189644800 will not be deleted Info: /file:/D:/hmis/target/arogya-2.0-SNAPSHOT/WEB-INF/classes/hmisPU logout successful Severe: Exception while loading the app : EJB Timer Service is not available Warning:**

Thanks and regards

ippezshelby avatar Mar 12 '22 01:03 ippezshelby

Please arrange google meet any day, except between 6am to 9am ISP and 5pm to 10pm ISP. I will explain.

On Sat, 12 Mar 2022 at 07:15, Ippez Robert @.***> wrote:

Hey all, thanks for the great work.... However am trying to setup development environment but am getting errors as below: Any assistance will be highly appreciated

Am using:- Windows 11 Netbean 12.6 GlassFish Server 4.1.2 MySQL Server 5.0.90

**_Severe: Exception during lifecycle processing java.lang.RuntimeException: EJB Timer Service is not available at com.sun.ejb.containers.BaseContainer.startApplication(BaseContainer.java:4009) at org.glassfish.ejb.startup.EjbApplication.start(EjbApplication.java:163) at org.glassfish.internal.data.EngineRef.start(EngineRef.java:122) at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:291) at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:352) at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:500) at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:219) at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:491) at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:539) at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:535) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:360) at com.sun.enterprise.v3.admin.CommandRunnerImpl$2.execute(CommandRunnerImpl.java:534) at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:565) at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:557) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:360) at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:556) at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1464) at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$1300(CommandRunnerImpl.java:109) at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1846) at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1722) at com.sun.enterprise.v3.admin.AdminAdapter.doCommand(AdminAdapter.java:534) at com.sun.enterprise.v3.admin.AdminAdapter.onMissingResource(AdminAdapter.java:224) at org.glassfish.grizzly.http.server.StaticHttpHandlerBase.service(StaticHttpHandlerBase.java:189) at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:459) at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:167) at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:206) at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:180) at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:235) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:119) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:283) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:200) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:132) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:111) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:536) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:112) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:117) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:56) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:137) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:591) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:571) at java.lang.Thread.run(Thread.java:748)

Severe: Exception while loading the app Severe: Undeployment failed for context /hmis Warning: EJB Timer Service is not available. Timers for application with id 107940896189644800 will not be deleted Info: /file:/D:/hmis/target/arogya-2.0-SNAPSHOT/WEB-INF/classes/

hmisPU logout successful Severe: Exception while loading the app : EJB Timer Service is not available Warning:**

Thanks and regards

— Reply to this email directly, view it on GitHub https://github.com/hmislk/hmis/issues/418#issuecomment-1065783935, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJLRQWV6EKCU3ZUIIDF4QTU7PZNDANCNFSM4SKNEZYA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you were mentioned.Message ID: @.***>

buddhika75 avatar Oct 11 '22 07:10 buddhika75

@buddhika75 can we have it tomorrow 25 Oct 2022 at 10:30am IST

thanks

ippezshelby avatar Oct 24 '22 06:10 ippezshelby

Yes, please schedule a google calendar event with the link to the online meeting. I will participate.

On Mon, 24 Oct 2022 at 11:52, Ippez Robert @.***> wrote:

@buddhika75 https://github.com/buddhika75 can we have it tomorrow at 10:30am IST

thanks

— Reply to this email directly, view it on GitHub https://github.com/hmislk/hmis/issues/418#issuecomment-1288477386, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJLRQUA2TXRAWO5ZCB66IDWEYTLZANCNFSM4SKNEZYA . You are receiving this because you were mentioned.Message ID: @.***>

buddhika75 avatar Oct 24 '22 07:10 buddhika75

I have created a meeting to help those of us who have never succeeded in running the application, any interested person can join by the link below

Guidance through Installation Process of HMIS by Dr. M H B Ariyaratne

Time: Tuesday, October 25⋅10:30 – 11:00am IST ·

Google Meet joining info Video call link: https://meet.google.com/iis-rgqe-xwc

ippezshelby avatar Oct 24 '22 09:10 ippezshelby

I am ready. Can I have email address to share the calender event.

Regards,

On Mon, 24 Oct 2022 at 14:30, Ippez Robert @.***> wrote:

I have created a meeting to help those of us who have never succeeded in running the application, any interested person can join by the link below

Guidance through Installation Process of HMIS by Dr. M H B Ariyaratne

Time: Tuesday, October 25⋅10:30 – 11:00am IST ·

Google Meet joining info Video call link: https://meet.google.com/iis-rgqe-xwc

— Reply to this email directly, view it on GitHub https://github.com/hmislk/hmis/issues/418#issuecomment-1288684767, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJLRQR44KGVFJN2Q45EYZ3WEZF3DANCNFSM4SKNEZYA . You are receiving this because you were mentioned.Message ID: @.***>

buddhika75 avatar Oct 25 '22 02:10 buddhika75

I am logged in. please let me in

On Tue, 25 Oct 2022 at 09:04, Ippez Robert @.***> wrote:

@.***

— Reply to this email directly, view it on GitHub https://github.com/hmislk/hmis/issues/418#issuecomment-1289930880, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJLRQU2ZXZITREELRVIUFTWE5IKVANCNFSM4SKNEZYA . You are receiving this because you were mentioned.Message ID: @.***>

buddhika75 avatar Oct 25 '22 05:10 buddhika75

Iam logged in too...

ippezshelby avatar Oct 25 '22 05:10 ippezshelby

when i change RUN configuration, project run in browser but get an following error. error

Can you please share how you resolve it?

ghost avatar Dec 01 '22 15:12 ghost

Create a Java Connection with the name as in the persistance.xml file

Link

buddhika75 avatar Dec 01 '22 15:12 buddhika75