FORUMS


Discussion about Intalio|BPP Community Edition.


Back to Installation (0 viewing) 
Go to bottom Favoured: 0
TOPIC: Re:Log in BPMS| console
Apr 23, 2008 5:41 pm
Glawdys (User)
16 posts
Fresh Boarder

Karma: 0  
Hello,

I tried the default username (admin) and the default password (changeit) in the bpms console but i've got the message " username or password invalid".
configuration : windoxs xp pro
bpms designer
bpms server 5.1.0
jdk 1.5

i joined a quote of geronimo console.

Thanks
 
  The administrator has disabled public write access.
Apr 23, 2008 9:08 pm
35 posts
Moderator

Karma: 1  
Hi Glawdys,

Please try this :

login : intalio*backslash*admin
password : changeit

replace *backslash* by a real backslash, the forum won't display one. Sorry about that.

Hope this helps,
Pierre
 
 
Last Edit: 2008/04/23 21:09 By pierre.pavageau.
  The administrator has disabled public write access.
Apr 24, 2008 8:00 am
Antoine (Admin)
2754 posts
Admin

Karma: 56  
Glawdys, some users had errrors of this kind when having conflicts between their firewall and Intalio|Server, or with Skpe.

Please make sure Skype is off, and that you have no software preventing you from accessing the server.

Thanks,

Antoine
 
 
Intalio, The Enterprise Cloud Company
www.intalio.com
  The administrator has disabled public write access.
Apr 29, 2008 10:41 am
Glawdys (User)
16 posts
Fresh Boarder

Karma: 0  
Hi,

thanks for your help! but, i don't use skype and the network administrator doesn't think the matter is due to the firewall.

in the same idea, i tried the password with intalio*backslash* but no change. maybe there is an other solution?

Thanks

Glawdys
 
  The administrator has disabled public write access.
Apr 29, 2008 11:43 am
Shivanand (Admin)
1194 posts
Admin

Karma: 24  
Glawdys,
Try re-installing the server.



Thanks,
Shivanand.
 
 
Last Edit: 2008/04/29 11:45 By Shivanand.
  The administrator has disabled public write access.
May 13, 2008 12:27 pm
1 posts
Fresh Boarder

Karma: 0  
I also have the same problem.

Are there a way for understanding if my server is well installed?

Can I add new users on the DB?

Thanks

Paolo
 
 
Last Edit: 2008/05/13 12:33 By ceravolo.paolo1.
  The administrator has disabled public write access.
May 13, 2008 1:31 pm
Antoine (Admin)
2754 posts
Admin

Karma: 56  
To add new users, you need to edit the security.xml file located on the server.

Try running the server with geronimo.sh run.

Then if the server seems to be running ok, you can try to telnet into it.

telnet localhost 8080 for example. If you cannot connect to the server there, you are hitting a port conflict with another software.

Thanks,

Antoine
 
 
Intalio, The Enterprise Cloud Company
www.intalio.com
  The administrator has disabled public write access.
May 15, 2008 10:16 am
dirk.dezeure (User)
3 posts
Fresh Boarder

Karma: 0  
I have the same problem. I tried reinstalling, nothing happened.

System: MAC OS X 10.5
BPMS version: latest download 5.1.0.019a

Started using geronimo.sh

If I look in the console window I get this error

Code: :

 10:11:31,156 ERROR [LoginControllerError during login java.lang.SecurityExceptionjava.util.regex.PatternSyntaxExceptionDangling meta character '*' near index 0 *.local ^     at org.intalio.tempo.web.controller.LoginController.authenticate(LoginController.java:164)     at org.intalio.tempo.web.controller.LoginController.authenticate(LoginController.java:194)     at org.intalio.tempo.web.controller.LoginController.logIn(LoginController.java:214)     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)     at java.lang.reflect.Method.invoke(Method.java:585)     at org.intalio.tempo.web.controller.UIController.processFormSubmission(UIController.java:93)     at org.springframework.web.servlet.mvc.AbstractFormController.handleRequestInternal(AbstractFormController.java:249)     at org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)     at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:44)     at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:723)     at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:663)     at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:394)     at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:358)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:713)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:806)     at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)     at org.apache.geronimo.jetty6.InternalJettyServletHolder.handle(InternalJettyServletHolder.java:65)     at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:362)     at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)     at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)     at org.apache.geronimo.jetty6.handler.ThreadClassloaderHandler.handle(ThreadClassloaderHandler.java:46)     at org.apache.geronimo.jetty6.handler.InstanceContextHandler.handle(InstanceContextHandler.java:58)     at org.apache.geronimo.jetty6.handler.UserTransactionHandler.handle(UserTransactionHandler.java:48)     at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:712)     at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405)     at org.apache.geronimo.jetty6.handler.ComponentContextHandler.handle(ComponentContextHandler.java:47)     at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:211)     at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)     at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:139)     at org.mortbay.jetty.Server.handle(Server.java:313)     at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:506)     at org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:844)     at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:644)     at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211)     at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:381)     at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:396)     at org.apache.geronimo.pool.ThreadPool$1.run(ThreadPool.java:201)     at org.apache.geronimo.pool.ThreadPool$ContextClassLoaderRunnable.run(ThreadPool.java:331)     at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)     at java.lang.Thread.run(Thread.java:613)



I tried all the other users in security.xml as well. All of them gave the same result.

I used the Safari and Firefox browser, no effect.

Could it be related to the 64 bit architecture? (Macbook Pro)

Need help on this asap!!
 
  The administrator has disabled public write access.
May 15, 2008 10:47 am
naresh.shahi (User)
126 posts
Expert Boarder

Karma: 2  
Not all users have permission to log on bpms-console
I think one of the pwer user is admin with password 'changeit'.

you should try that.

your server is started already right?
I hope you see this on your console
...................
...................


Web Applications:
/
/axis2
/bpms-console
/console
/console-standard
/dojo
/fds
/ode
/remote-deploy
/ui-fw
/wds
/wsi
/xFormsManager

Geronimo Application Server started


if you can see that logon http://localhost:8080
it will show you gerenimo server configuration page
where you can log on with username: system
password:manager

http://localhost:8080/bpms-console
here you can log on with username: admin
password: changeit
 
 
Naresh
  The administrator has disabled public write access.
May 15, 2008 10:55 am
dirk.dezeure (User)
3 posts
Fresh Boarder

Karma: 0  
Naresh,

The server is running and I see geronimo has all the instances you listed active.

I know the userid and pw, and can even get to the console.

The problem I have (and Glawdys has in this thread) is that the system does not accept admin and changeit as valid credentials.

The error I get on the console is the one I posted. I checked server.xml and admin and changeit are in there as they should be.

I even tried (based on another thread) reducing the length of my path. Nothing changed.

Anything else?

Dirk
 
  The administrator has disabled public write access.
May 15, 2008 11:25 am
Antoine (Admin)
2754 posts
Admin

Karma: 56  
 
 
Intalio, The Enterprise Cloud Company
www.intalio.com
  The administrator has disabled public write access.
May 15, 2008 11:33 am
Antoine (Admin)
2754 posts
Admin

Karma: 56  
To work around this bug, you should go to
System Preferences -> Network -> (Select enabled network) -> Advanced -> Proxies (tab on the right)
then remove/edit any host with a * in the bypass proxies setting.

I hope it helps.

Antoine
 
 
Intalio, The Enterprise Cloud Company
www.intalio.com
  The administrator has disabled public write access.
Go to top Post Reply
get the latest posts directly to your desktop

Top Posters

Last 30 days

  • estebanf (35)
  • madhav.vodnala (21)
  • scott.hebden (17)
  • kevin.fernandez (14)
  • jigonzalez@vertice.es (8)
  • ianoboa (7)
  • spyridoula.markopoulou (6)
  • gino.de.cock (5)
  • lars.roediger (5)
  • asmaa.loudiyi (5)

All time

  • Antoine (2754)
  • Shivanand (1194)
  • cshekhar (933)
  • psq (797)
  • metabyte (415)
  • jag (393)
  • dfrench (367)
  • arnaud (329)
  • jalateras (325)
  • talita.pezzi (254)

Show last 4 hrs - 12 hrs - 24 hrs

Copyright © Intalio, 1999-2010.