Antville Help

blank page + access denied

hi! i am having some troubles :) first i am on linux, and i am behind a router though i have ports forarded. i used port 8081 for helma as i have apache on 8080 and for the life of me can not configure apache with helma/antville which i do not mind at the moment though it would be nice...my main problem right now is:

i can access the helma page both on my external and internal ip's

when i access antville on the internal ip (localhost:8081 or ...**:8081)i get a blank page

when i access antville on the external ip i get: "java.lang.RuntimeException: Error retrieving Node: java.sql.SQLException: Access denied for user 'antville'@'localhost' (using password: YES)"

i tried searching in here but perhaps i am using the wrong keywords :/

any help would be greatly appreciated!

Keine Verbindung zu Datenbank

Helma läuft und startet mit folgenden Meldungen: Starting Helma in directory /usr/local/helma Starting HTTP server on port 8080 Starting Helma 1.2pre4 2002/11/28 on Java 1.3.1

Der Zugriff auf localhost:8080 funktioniert ebenfalls und zeigt auch antville an. Wenn ich aber auf localhost:8080 zugreife, bekomme ich folgende Fehlermeldung: Error in application 'antville':

Error retrieving Node: java.sql.SQLException: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused

Die MySQL-Datenbank läuft, die Datenbank antville ist angelegt und auch die Tabellen und der User antville ist vorhanden. Wenn ich auf der Kommandozeile auf die Datenbank zugreife (als User antville), komme ich mit dem Passwort auch an die Daten.

ich vermute, dass der JDBC-Treiber nicht richtig installiert wurde, da die folgende Zeile aus dem HowTo nicht auftaucht: "Start up Helma again. This time it should tell you that it loaded the MySQL JDBC driver."

/usr/local/helma/db.properties ist unverändert, in /usr/local/helma/lib/ext liegen zwei Dateien: mysql-connector-java-3.0.8-stable-bin.jar mysql.jar

mysql.jar war schon vorhanden, die andere Datei habe ich von mysql.com heruntergeladen.

/usr/local/helma/apps/antville/db.properties hat folgenden Inhalt:

Properties of antville datasource

antville.url=jdbc:mysql://localhost/antville antville.driver=org.gjt.mm.mysql.Driver antville.user=antville antville.password=

An dieser Stelle bin ich mit meinem Latein am Ende. Nach der Fehlermeldung habe ich schon gegoogelt, aber da lief es dann darauf hinaus, dass der mysqld nicht lief. Dies ist aber definitv der Fall. Schreiben helma oder antville noch an anderen Stellen error-logs? Ich meine, dass ich mich streng an das HowTo gehalten habe, aber irgendwie geht's jetzt nicht weiter.

Irgendeine Idee?

Configuring the main page + style settings

Hi. I have just installed antville (antclick to be precise) locally for testing. First time I started it there were some links on the startpage that allowed to configure the template + stylesheets for pages in general.

But I chose to setup a user and start fuddling with user settings first.

Now, after starting antclick the 2nd time, these options on the frontpage are gone. I still have the links for personal settings (preferences, skins), but not for the general setup of the site. Where do I find them?

Regards

zapyon

Antclick problems

Hi,

I was able to install antclick on my RH8 server but I can’t get image upload to work. I can upload files and do everything else but when I go to upload an image either from file or another website it will time out. The server prints a large error to the user which is as follows. It seems to be something with the language but I have no clue what.

java.lang.InternalError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable. at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method) at sun.awt.X11GraphicsEnvironment.(X11GraphicsEnvironment.java:125) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:140) at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:62) at sun.awt.motif.MToolkit.(MToolkit.java:72) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:140) at java.awt.Toolkit$2.run(Toolkit.java:712) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:703) at helma.image.ImageGenerator.createImage(ImageGenerator.java:90) at helma.scripting.fesi.extensions.ImageExtension$GlobalObjectImage.doConstruct(ImageExtension.java:91) at FESI.Interpreter.EcmaScriptEvaluateVisitor.visit(EcmaScriptEvaluateVisitor.java:887) at FESI.AST.ASTAllocationExpression.jjtAccept(ASTAllocationExpression.java:26) at FESI.Interpreter.EcmaScriptEvaluateVisitor.visit(EcmaScriptEvaluateVisitor.java:362) at FESI.AST.ASTVariableDeclaration.jjtAccept(ASTVariableDeclaration.java:26) at FESI.Interpreter.EcmaScriptEvaluateVisitor.visit(EcmaScriptEvaluateVisitor.java:339) at FESI.AST.ASTStatement.jjtAccept(ASTStatement.java:26) at FESI.Interpreter.EcmaScriptEvaluateVisitor.visit(EcmaScriptEvaluateVisitor.java:320) at FESI.AST.ASTStatementList.jjtAccept(ASTStatementList.java:26) at FESI.Interpreter.EcmaScriptEvaluateVisitor.evaluateFunction(EcmaScriptEvaluateVisitor.java:161) at FESI.Interpreter.Evaluator.evaluateFunction(Evaluator.java:783) at FESI.Data.ConstructedFunctionObject.callFunction(ConstructedFunctionObject.java:122) at FESI.Data.ESObject.doIndirectCall(ESObject.java:530) at FESI.Data.ESObject.doIndirectCall(ESObject.java:527) at FESI.Interpreter.EcmaScriptEvaluateVisitor.visit(EcmaScriptEvaluateVisitor.java:784) at FESI.AST.ASTCompositeReference.jjtAccept(ASTCompositeReference.java:26) at FESI.Interpreter.EcmaScriptEvaluateVisitor.visit(EcmaScriptEvaluateVisitor.java:379) at FESI.AST.ASTIfStatement.jjtAccept(ASTIfStatement.java:26) at FESI.Interpreter.EcmaScriptEvaluateVisitor.visit(EcmaScriptEvaluateVisitor.java:339) at FESI.AST.ASTStatement.jjtAccept(ASTStatement.java:26) at FESI.Interpreter.EcmaScriptEvaluateVisitor.visit(EcmaScriptEvaluateVisitor.java:320) at FESI.AST.ASTStatementList.jjtAccept(ASTStatementList.java:26) at FESI.Interpreter.EcmaScriptEvaluateVisitor.visit(EcmaScriptEvaluateVisitor.java:339) at FESI.AST.ASTStatement.jjtAccept(ASTStatement.java:26) at FESI.Interpreter.EcmaScriptEvaluateVisitor.visit(EcmaScriptEvaluateVisitor.java:385) at FESI.AST.ASTIfStatement.jjtAccept(ASTIfStatement.java:26) at FESI.Interpreter.EcmaScriptEvaluateVisitor.visit(EcmaScriptEvaluateVisitor.java:339) at FESI.AST.ASTStatement.jjtAccept(ASTStatement.java:26) at FESI.Interpreter.EcmaScriptEvaluateVisitor.visit(EcmaScriptEvaluateVisitor.java:385) at FESI.AST.ASTIfStatement.jjtAccept(ASTIfStatement.java:26) at FESI.Interpreter.EcmaScriptEvaluateVisitor.visit(EcmaScriptEvaluateVisitor.java:339) at FESI.AST.ASTStatement.jjtAccept(ASTStatement.java:26) at FESI.Interpreter.EcmaScriptEvaluateVisitor.visit(EcmaScriptEvaluateVisitor.java:320) at FESI.AST.ASTStatementList.jjtAccept(ASTStatementList.java:26) at FESI.Interpreter.EcmaScriptEvaluateVisitor.visit(EcmaScriptEvaluateVisitor.java:339) at FESI.AST.ASTStatement.jjtAccept(ASTStatement.java:26) at FESI.Interpreter.EcmaScriptEvaluateVisitor.visit(EcmaScriptEvaluateVisitor.java:382) at FESI.AST.ASTIfStatement.jjtAccept(ASTIfStatement.java:26) at FESI.Interpreter.EcmaScriptEvaluateVisitor.visit(EcmaScriptEvaluateVisitor.java:339) at FESI.AST.ASTStatement.jjtAccept(ASTStatement.java:26) at FESI.Interpreter.EcmaScriptEvaluateVisitor.visit(EcmaScriptEvaluateVisitor.java:385) at FESI.AST.ASTIfStatement.jjtAccept(ASTIfStatement.java:26) at FESI.Interpreter.EcmaScriptEvaluateVisitor.visit(EcmaScriptEvaluateVisitor.java:339) at FESI.AST.ASTStatement.jjtAccept(ASTStatement.java:26) at FESI.Interpreter.EcmaScriptEvaluateVisitor.visit(EcmaScriptEvaluateVisitor.java:320) at FESI.AST.ASTStatementList.jjtAccept(ASTStatementList.java:26) at FESI.Interpreter.EcmaScriptEvaluateVisitor.evaluateFunction(EcmaScriptEvaluateVisitor.java:161) at FESI.Interpreter.Evaluator.evaluateFunction(Evaluator.java:783) at FESI.Data.ConstructedFunctionObject.callFunction(ConstructedFunctionObject.java:122) at FESI.Data.ESObject.doIndirectCall(ESObject.java:530) at FESI.Data.ESObject.doIndirectCall(ESObject.java:527) at FESI.Interpreter.EcmaScriptEvaluateVisitor.visit(EcmaScriptEvaluateVisitor.java:784) at FESI.AST.ASTCompositeReference.jjtAccept(ASTCompositeReference.java:26) at FESI.Interpreter.EcmaScriptEvaluateVisitor.visit(EcmaScriptEvaluateVisitor.java:362) at FESI.AST.ASTVariableDeclaration.jjtAccept(ASTVariableDeclaration.java:26) at FESI.Interpreter.EcmaScriptEvaluateVisitor.visit(EcmaScriptEvaluateVisitor.java:339) at FESI.AST.ASTStatement.jjtAccept(ASTStatement.java:26) at FESI.Interpreter.EcmaScriptEvaluateVisitor.visit(EcmaScriptEvaluateVisitor.java:320) at FESI.AST.ASTStatementList.jjtAccept(ASTStatementList.java:26) at FESI.Interpreter.EcmaScriptEvaluateVisitor.visit(EcmaScriptEvaluateVisitor.java:339) at FESI.AST.ASTStatement.jjtAccept(ASTStatement.java:26) at FESI.Interpreter.EcmaScriptEvaluateVisitor.visit(EcmaScriptEvaluateVisitor.java:382) at FESI.AST.ASTIfStatement.jjtAccept(ASTIfStatement.java:26) at FESI.Interpreter.EcmaScriptEvaluateVisitor.visit(EcmaScriptEvaluateVisitor.java:339) at FESI.AST.ASTStatement.jjtAccept(ASTStatement.java:26) at FESI.Interpreter.EcmaScriptEvaluateVisitor.visit(EcmaScriptEvaluateVisitor.java:385) at FESI.AST.ASTIfStatement.jjtAccept(ASTIfStatement.java:26) at FESI.Interpreter.EcmaScriptEvaluateVisitor.visit(EcmaScriptEvaluateVisitor.java:339) at FESI.AST.ASTStatement.jjtAccept(ASTStatement.java:26) at FESI.Interpreter.EcmaScriptEvaluateVisitor.visit(EcmaScriptEvaluateVisitor.java:320) at FESI.AST.ASTStatementList.jjtAccept(ASTStatementList.java:26) at FESI.Interpreter.EcmaScriptEvaluateVisitor.evaluateFunction(EcmaScriptEvaluateVisitor.java:161) at FESI.Interpreter.Evaluator.evaluateFunction(Evaluator.java:783) at FESI.Data.ConstructedFunctionObject.callFunction(ConstructedFunctionObject.java:122) at FESI.Data.ESObject.doIndirectCall(ESObject.java:530) at FESI.Data.ESObject.doIndirectCall(ESObject.java:527) at helma.scripting.fesi.FesiEngine.invoke(FesiEngine.java:508) at helma.scripting.fesi.PhantomEngine.invoke(PhantomEngine.java:30) at helma.framework.core.RequestEvaluator.run(RequestEvaluator.java:328) at java.lang.Thread.run(Thread.java:536)

thanks for any help you can give me.

-Stefan

still errors with uploading story

[HopMacro error in this.text: java.lang.NumberFormatException: i] bei timeout mit login. nach neuanmeldung story im nirvana. 3mal passiert heute. früher hat er sie nicht vergessen und nach erneutem einloggen ins system geladen...

Sie sind nicht angemeldet