Forum tags


Top Posters

Last 30 days

  • ravinderjit.singh (28)
  • Antoine (23)
  • shao (20)
  • venkaiah.k (16)
  • danielandross (14)
  • eva.das (13)
  • metabyte (11)
  • sirswendu.ganapati (11)
  • cristiano.quintao (8)
  • sara.saraa (8)

All time

  • Antoine (1494)
  • Shivanand (1194)
  • cshekhar (928)
  • psq (796)
  • jag (391)
  • metabyte (384)
  • arnaud (328)
  • jalateras (325)
  • dfrench (271)
  • venkaiah.k (214)

Show last 4 hrs - 12 hrs - 24 hrs

POLL

We are looking for more information to tailor our training to better meet the needs of our customers. Please indicate all options that apply.

I would like to attend specialized training from Intalio on BPM as it relates to my application area:


I would like to attend specialized training from Intalio on BPM as it relates to my job function:


I would like to attend specialized training from Intalio on BPM as it relates to my industry:

Login

MAIN arrow FORUMS
Re:Log in BPMS| console (0 viewing) 
Go to bottom Post Reply Favoured: 0
TOPIC: Re:Log in BPMS| console
#13385
Antoine (Admin)
Admin
User Online Now Click here to see the profile of this user
Re:Log in BPMS| console 8 Months ago Karma: 28  
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
 
Report to moderator   Logged Logged  
 
Intalio, the Open Source BPMS company
www.intalio.com
  The administrator has disabled public write access.
#13436
dirk.dezeure (User)
Fresh Boarder
User Offline Click here to see the profile of this user
Re:Log in BPMS| console 7 Months, 4 Weeks ago 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!!
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#13437
naresh.shahi (User)
Expert Boarder
User Offline Click here to see the profile of this user
Re:Log in BPMS| console 7 Months, 4 Weeks ago 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
 
Report to moderator   Logged Logged  
 
Naresh
  The administrator has disabled public write access.
#13439
dirk.dezeure (User)
Fresh Boarder
User Offline Click here to see the profile of this user
Re:Log in BPMS| console 7 Months, 4 Weeks ago 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
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#13441
Antoine (Admin)
Admin
User Online Now Click here to see the profile of this user
Re:Log in BPMS| console 7 Months, 4 Weeks ago Karma: 28  
 
Report to moderator   Logged Logged  
 
Intalio, the Open Source BPMS company
www.intalio.com
  The administrator has disabled public write access.
#13443
Antoine (Admin)
Admin
User Online Now Click here to see the profile of this user
Re:Log in BPMS| console 7 Months, 4 Weeks ago Karma: 28  
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
 
Report to moderator   Logged Logged  
 
Intalio, the Open Source BPMS company
www.intalio.com
  The administrator has disabled public write access.
Go to top Post Reply
get the latest posts directly to your desktop