10-05-2005 09:55 PM
Oct 5, 2005 5:42:30 PM net.sf.joott.uno.UnoConnection connect
INFO: connecting using "socket,host=localhost,port=8100,tcpNoDelay=1"…
Oct 5, 2005 5:42:30 PM net.sf.joott.uno.UnoConnection connect
SEVERE: connection failed: com.sun.star.connection.NoConnectException: java.net.ConnectException: Connection refused
17:42:30,819 ERROR [transform.magick.AbstractImageMagickContentTransformer] ImageMagickContentTransformer not available: Failed to execute command: imconvert "/tmp/Alfresco/ImageMagickContentTransformer_init_source_223.gif" "/tmp/Alfresco/ImageMagickContentTransformer_init_target_224.png"
17:42:35,545 ERROR [smb.protocol.netbios] NetBIOSNameServer setup error:
java.net.BindException: Permission denied
at java.net.PlainDatagramSocketImpl.bind0(Native Method)
at java.net.PlainDatagramSocketImpl.bind(PlainDatagramSocketImpl.java:82)
at java.net.DatagramSocket.bind(DatagramSocket.java:368)
at java.net.DatagramSocket.<init>(DatagramSocket.java:210)
at java.net.DatagramSocket.<init>(DatagramSocket.java:261)
at java.net.DatagramSocket.<init>(DatagramSocket.java:234)
at org.alfresco.filesys.netbios.server.NetBIOSNameServer.openSocket(NetBIOSNameServer.java:1080)
…
java.lang.NullPointerException
at javax.faces.webapp.UIComponentTag.setupResponseWriter(UIComponentTag.java:646)
at javax.faces.webapp.UIComponentTag.doStartTag(UIComponentTag.java:254)
at org.apache.myfaces.taglib.core.ViewTag.doStartTag(ViewTag.java:90)
at _jsp._login_2e_jsp._jspService(_login_2e_jsp.java:110)
[SRC:/jsp/login.jsp:28]
at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.0.0) - Developer Preview].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:414)
…
10-06-2005 03:35 AM
10-06-2005 04:11 PM
12:53:48,270 ERROR [org.alfresco.repo.content.transform.magick.AbstractImageMagickContentTransformer] ImageMagickContentTransformer not available: Failed to execute command: imconvert "/tmp/Alfresco/ImageMagickContentTransformer_init_source_1946.gif" "/tmp/Alfresco/ImageMagickContentTransformer_init_target_1947.png"
12:53:53,178 ERROR [org.alfresco.ftp.protocol] FTP Socket error
java.net.BindException: Permission denied
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)
at java.net.ServerSocket.bind(ServerSocket.java:319)
at java.net.ServerSocket.<init>(ServerSocket.java:185)
at java.net.ServerSocket.<init>(ServerSocket.java:141)
at org.alfresco.filesys.ftp.FTPNetworkServer.run(FTPNetworkServer.java:377)
at java.lang.Thread.run(Thread.java:595)
12:53:53,185 ERROR [org.alfresco.smb.protocol.netbios] NetBIOSNameServer setup error:
java.net.BindException: Permission denied
at java.net.PlainDatagramSocketImpl.bind0(Native Method)
at java.net.PlainDatagramSocketImpl.bind(PlainDatagramSocketImpl.java:82)
at java.net.DatagramSocket.bind(DatagramSocket.java:368)
at java.net.DatagramSocket.<init>(DatagramSocket.java:210)
at java.net.DatagramSocket.<init>(DatagramSocket.java:261)
at java.net.DatagramSocket.<init>(DatagramSocket.java:234)
at org.alfresco.filesys.netbios.server.NetBIOSNameServer.openSocket(NetBIOSNameServer.java:1080)
at org.alfresco.filesys.netbios.server.NetBIOSNameServer.run(NetBIOSNameServer.java:1489)
at java.lang.Thread.run(Thread.java:595)
12:53:53,189 ERROR [org.alfresco.smb.protocol] [SMB] Server error :
java.net.BindException: Permission denied
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)
at java.net.ServerSocket.bind(ServerSocket.java:319)
at java.net.ServerSocket.<init>(ServerSocket.java:185)
at java.net.ServerSocket.<init>(ServerSocket.java:141)
at org.alfresco.filesys.smb.server.SessionSocketHandler.initialize(SessionSocketHandler.java:249)
at org.alfresco.filesys.smb.server.NetBIOSSessionSocketHandler.createSessionHandlers(NetBIOSSessionSocketHandler.java:157)
at org.alfresco.filesys.smb.server.SMBServer.run(SMBServer.java:522)
at java.lang.Thread.run(Thread.java:595)
Some other interesting warnings that were logged to the app server console were like (which there are several of):
WARNING: Code-source /u02/app/oracle/product/oc4j_extended/j2ee/home/applications/alfresco/alfresco/WEB-INF/lib/commons-el.jar (from WEB-INF/lib/ directory in /u02/app/oracle/product/oc4j_extended/j2ee/home/applications/alfresco/alfresco/WEB-INF/lib) has the same filename as /u02/app/oracle/product/oc4j_extended/j2ee/home/lib/commons-el.jar (from <code-source> (ignore manifest Class-Path) in META-INF/boot.xml in /u02/app/oracle/product/oc4j_extended/j2ee/home/oc4j.jar) but has a different size.
However it did create some tables in the schema:
SQL> connect alfresco/alfresco
Connected.
SQL> select table_name from user_tables;
TABLE_NAME
——————————
VERSION_COUNT
STORE
NODE_PROPERTIES
NODE_ASSOC
NODE_ASPECTS
NODE
CHILD_ASSOC
7 rows selected.
When I go to /alfresco after the deployment I am redirected to /alfresco/faces/jsp/login.jsp and I get:
404 Not Found
OracleJSP: java.io.FileNotFoundException:
Set the init-param debug_mode to "true" to see the complete exception message.
The app server error console shows:
2005-10-06 12:54:19.171 NOTIFICATION J2EE JSP0008 Unable to dispatch JSP Page : Exception:java.io.FileNotFoundException: /u02/app/oracle/product/oc4j_extended/j2ee/home
/applications/alfresco/alfresco/faces/jsp/login.jsp (No such file or directory)
So it seems the "/faces/*" mapping in web.xml may not be happening, or at least not happening correctly. I quickly built a small test app that had a single /jsp/index.jsp and configured the Faces Servlet in web.xml, e.g.
<servlet>
<servlet-name>Faces Servlet</servlet-name>
<servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
<load-on-startup>1</load-on-startup>
</servlet>
<servlet-mapping>
<servlet-name>Faces Servlet</servlet-name>
<url-pattern>/faces/*</url-pattern>
</servlet-mapping>
And when I went to /myTestApp/faces/jsp/index.jsp it worked. I'm a bit new to JSF so I'm afraid I don't have enough expertise to debug it further. I think the test app I built was using the Sun Java JSF (jsf-*.jar).10-07-2005 09:47 AM
10-12-2005 09:01 PM
08-21-2007 02:43 PM
The other error "ImageMagickContentTransformer not available: Failed to execute command: imconvert" is because you do not have the imconvert.exe on your system path. You can find this file in the bin directory of your bundle. Again, this isn't critical, unless you want to transform images!
08-23-2007 03:21 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.