jboss-5.0.0.GA.zip download failing
by Peter Brooks
It looks as if I've found the problem with the .zip file. I downloaded
it and it appeared to come down OK - the browser claimed to have
downloaded a 103.8 Mb file. However, on disc, I have 51.9 Mb file.
I've now tried using two different browsers - safari and omniweb. I
used different download locations too.
It looks like a fairly hard error, truncating the download file. Any
suggestions of somewhere I could get it whole? I'd be happy to ftp for
it if that helped...
15 years, 9 months
[JBoss jBPM] - The jbpm-installer-3.3.1 has not created DB tables
by santoshkumarsamala
I have executed jbpm-installer-3.3.1.GA, after the installation there has been a folder created with name jbpm in jboss/server/default/deploy/
I have overwritten the url,username and password in jbpm-mysql-ds.xml with values in my local values
when i start jboss it has not created any databse tables in my database, is it supposed to create any tables?
I have mysql version 5.1.31 community.
whenever I type url http://localhost:8080/jbpm-console/app in my IE, it shows me the login page but iam not able to login with any of the give login id, it shows an error called "Login failed. Invalid user name or password. "
My stack trace in eclipse jboss server console shws the following error when login fails
16:43:07,683 INFO [CachedConnectionManager] Closing a connection for you. Please close them yourself: org.jboss.resource.adapter.jdbc.WrappedConnection@1f7b41b
| java.lang.Throwable: STACKTRACE
| at org.jboss.resource.connectionmanager.CachedConnectionManager.registerConnection(CachedConnectionManager.java:290)
| at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:417)
| at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:842)
| at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:88)
| at org.jboss.security.auth.spi.DatabaseServerLoginModule.getUsersPassword(DatabaseServerLoginModule.java:141)
| at org.jboss.security.auth.spi.UsernamePasswordLoginModule.login(UsernamePasswordLoginModule.java:206)
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
| at java.lang.reflect.Method.invoke(Unknown Source)
| at javax.security.auth.login.LoginContext.invoke(Unknown Source)
| at javax.security.auth.login.LoginContext.access$000(Unknown Source)
| at javax.security.auth.login.LoginContext$4.run(Unknown Source)
| at java.security.AccessController.doPrivileged(Native Method)
| at javax.security.auth.login.LoginContext.invokePriv(Unknown Source)
| at javax.security.auth.login.LoginContext.login(Unknown Source)
| at org.jboss.security.plugins.JaasSecurityManager.defaultLogin(JaasSecurityManager.java:603)
| at org.jboss.security.plugins.JaasSecurityManager.authenticate(JaasSecurityManager.java:537)
| at org.jboss.security.plugins.JaasSecurityManager.isValid(JaasSecurityManager.java:344)
| at org.jboss.web.tomcat.security.JBossSecurityMgrRealm.authenticate(JBossSecurityMgrRealm.java:491)
| at org.apache.catalina.authenticator.FormAuthenticator.authenticate(FormAuthenticator.java:257)
| at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:416)
| at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
| at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
| at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
| at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
| at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
| at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
| at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
| at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
| at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
| at java.lang.Thread.run(Unknown Source)
|
please ignore my other two posts as this is my latest situation
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211641#4211641
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4211641
15 years, 9 months