-
Great Jaco!
In the next release the default field size will be increased.
If you find new bugs or doubts, I feel happy to help.
Thank you.
Alberto.
2009-11-04 13:38:13 UTC by albertopereto
-
Hi Alberto,
I figured it out. I changed the password field to a length of 255 characters instead of 30 characters. Then I updated it with the following password I got from the logs, [QO+/vQAVYwhf77+9UWUy77+977+977+9XF7vv73bvu+/vQ==].
I am now able to login.
Regards,
Jaco.
2009-11-04 13:03:17 UTC by jaco1
-
Hi Alberto, thanks for the reply, here is the result.
+----+----------+------------------------------------------+-------------+-------------------------+-------+--------+---------------+---------+-------------+---------+----------+-----------+-------+------------+----------+
| id | username | password | name | email | phone | color |...
2009-11-04 12:54:17 UTC by jaco1
-
Hi jaco1, just in case, could you send to me the result of query:
select * from tool_user where username='root'
Thank you!
Alberto.
2009-11-04 11:28:36 UTC by albertopereto
-
Hi Alberto,
I copied the patch file to the <YOUR_TOMCAT>\webapps\pandora\WEB-INF\classes\com\pandora\bus\
Then I restarted Tomcat:
Then I got the following in the log file:
2009/11/04 10:13:53 com.pandora.helper.LogUtil log
INFO: [root] [QO+/vQAVYwhf77+9UWUy77+977+977+9XF7vv73bvu+/vQ==]
After that I ran the following query:
update tool_user set...
2009-11-04 08:24:13 UTC by jaco1
-
Hi jaco1,
I've created a new patch using compiler 1.4.2. Follow the same procedure using the file bellow and let me know the results.
http://plandora.sourceforge.net/patches/1.4.2/UserBUS.class
Thank you!
Alberto.
2009-10-30 18:35:59 UTC by albertopereto
-
Hmm...the problem is here:
Caused by: java.lang.UnsupportedClassVersionError: com/pandora/bus/UserBUS (Unsupported major.minor version 49.0)
The new patch that you've copied was compiled using a Java version higher than you have into your Tomcat. What is the version of JVM that is running into your Tomcat please?
Thank you!
Alberto.
2009-10-30 13:46:11 UTC by albertopereto
-
Hi Alberto, thanks for the reply.
I copied the patch file to the <YOUR_TOMCAT>\webapps\pandora\WEB-INF\classes\com\pandora\bus\.
Then after that I restarted tomcat. Then I tried to login. After that I got the following message in the logs.
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at...
2009-10-30 13:28:35 UTC by jaco1
-
Hi jaco1, for some languages the login process could be failed. This is a known error, that will be fixed in next version (that will be released probably in the middle of november, 2009).
For while, follow the workaround posted bellow. You must get a patch from plandora website only to perform the initial login:
https://sourceforge.net/projects/plandora/forums/forum/396144/topic/3305335...
2009-10-30 12:27:18 UTC by albertopereto
-
Hi, I've installed plandora successfully but when I try to login with the username(root) and password(123) I get the following error message 'User or Password is wrong.'
The only output I get in the Tomcat logs is: INFO: [root] authentication failed.
Any help would be appreciated.
2009-10-30 09:36:37 UTC by jaco1