Announcement

Collapse
No announcement yet.

jcharset util.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • jcharset util.

    can anyone send me another link to download jcharset util.
    that link in Ox wiki
    http://www.freeutils.net/source/jcharset/ not working
    another thing , can i build without it ??

  • #2
    This download works for me...

    Greez BeNe
    Open-Xchange - Community Edition User

    Comment


    • #3
      i dont know why its not working at my end
      can u plz attach reqd file in your reply
      Thanks...


      Originally posted by bene View Post
      This download works for me...

      Greez BeNe

      Comment


      • #4
        Check your PM inbox!

        Greez BeNe
        Open-Xchange - Community Edition User

        Comment


        • #5
          got it..
          thx a lot
          now , i just have to rename it to jcharset.jar in /lib/ ??


          Originally posted by bene View Post
          Check your PM inbox!

          Greez BeNe

          Comment


          • #6
            Yes rename it to "jcharset-1.3.jar"
            As i can see on the Docu it must be under "/opt/open-xchange/lib".
            But i am not sure, because i only use Martins Installer

            Greez BeNe
            Open-Xchange - Community Edition User

            Comment


            • #7
              yes
              i mean to say "/opt/open-xchange/lib" .
              but OX groupware still giving this error :
              Buildfile: build.xml

              /usr/src/new_openx_cvs-version/open-xchange/server/src/com/openexchange/server/osgi/Activator.java:56: package org.osgi.framework does not exist
              [javac] import org.osgi.framework.BundleActivator;
              [javac] ^
              [javac] /usr/src/new_openx_cvs-version/open-xchange/server/src/com/openexchange/server/osgi/Activator.java:57: package org.osgi.framework does not exist
              [javac] import org.osgi.framework.BundleContext;
              [javac] ^
              [javac] /usr/src/new_openx_cvs-version/open-xchange/server/src/com/openexchange/server/osgi/Activator.java:58: package org.osgi.framework does not exist
              [javac] import org.osgi.framework.ServiceRegistration;
              [javac] ^
              [javac] /usr/src/new_openx_cvs-version/open-xchange/server/src/com/openexchange/server/osgi/Activator.java:59: package org.osgi.service.http does not exist
              [javac] import org.osgi.service.http.HttpService;
              [javac] ^
              [javac] /usr/src/new_openx_cvs-version/open-xchange/server/src/com/openexchange/server/osgi/Activator.java:71: cannot find symbol
              [javac] symbol: class BundleActivator
              [javac] public class Activator implements BundleActivator {
              [javac] ^
              [javac] /usr/src/new_openx_cvs-version/open-xchange/server/src/com/openexchange/server/osgi/Activator.java:77: cannot find symbol
              [javac] symbol : class HttpService
              [javac] location: class com.openexchange.server.osgi.Activator
              [javac] private final HttpService httpService = new HttpServiceImpl();
              [javac] ^
              [javac] /usr/src/new_openx_cvs-version/open-xchange/server/src/com/openexchange/server/osgi/Activator.java:79: cannot find symbol
              [javac] symbol : class ServiceRegistration
              [javac] location: class com.openexchange.server.osgi.Activator
              [javac] private final List<ServiceRegistration> registrationList = new ArrayList<ServiceRegistration>();
              [javac] ^
              [javac] /usr/src/new_openx_cvs-version/open-xchange/server/src/com/openexchange/server/osgi/Activator.java:84: cannot find symbol
              [javac] symbol : class BundleContext
              [javac] location: class com.openexchange.server.osgi.Activator
              [javac] public void start(final BundleContext context) throws Exception {
              [javac] ^
              [javac] /usr/src/new_openx_cvs-version/open-xchange/server/src/com/openexchange/server/osgi/Activator.java:102: cannot find symbol
              [javac] symbol : class BundleContext
              [javac] location: class com.openexchange.server.osgi.Activator
              [javac] public void stop(final BundleContext context) throws Exception {
              [javac] ^
              [javac] /usr/src/new_openx_cvs-version/open-xchange/server/src/com/openexchange/server/osgi/BundleProxyClassLoader.java:56: package org.osgi.framework does not exist
              [javac] import org.osgi.framework.Bundle;
              [javac] ^
              [javac] /usr/src/new_openx_cvs-version/open-xchange/server/src/com/openexchange/server/osgi/BundleProxyClassLoader.java:66: cannot find symbol
              [javac] symbol : class Bundle
              [javac] location: class com.openexchange.server.osgi.BundleProxyClassLoade r
              [javac] private final Bundle bundle;
              [javac] ^
              [javac] /usr/src/new_openx_cvs-version/open-xchange/server/src/com/openexchange/server/osgi/BundleProxyClassLoader.java:70: cannot find symbol
              [javac] symbol : class Bundle
              [javac] location: class com.openexchange.server.osgi.BundleProxyClassLoade r
              [javac] public BundleProxyClassLoader(final Bundle bundle) {
              [javac] ^
              [javac] /usr/src/new_openx_cvs-version/open-xchange/server/src/com/openexchange/server/osgi/BundleProxyClassLoader.java:78: cannot find symbol
              [javac] symbol : class Bundle
              [javac] location: class com.openexchange.server.osgi.BundleProxyClassLoade r
              [javac] public BundleProxyClassLoader(final Bundle bundle, final ClassLoader parent) {
              [javac] ^
              [javac] /usr/src/new_openx_cvs-version/open-xchange/server/src/com/openexchange/tools/servlet/http/osgi/HttpContextImpl.java:59: package org.osgi.service.http does not exist
              [javac] import org.osgi.service.http.HttpContext;
              [javac] ^
              [javac] /usr/src/new_openx_cvs-version/open-xchange/server/src/com/openexchange/tools/servlet/http/osgi/HttpContextImpl.java:67: cannot find symbol
              [javac] symbol: class HttpContext
              [javac] public final class HttpContextImpl implements HttpContext {
              [javac] ^
              [javac] /usr/src/new_openx_cvs-version/open-xchange/server/src/com/openexchange/tools/servlet/http/osgi/HttpServiceImpl.java:58: package org.osgi.service.http does not exist
              [javac] import org.osgi.service.http.HttpContext;
              [javac] ^
              [javac] /usr/src/new_openx_cvs-version/open-xchange/server/src/com/openexchange/tools/servlet/http/osgi/HttpServiceImpl.java:59: package org.osgi.service.http does not exist
              [javac] import org.osgi.service.http.HttpService;
              [javac] ^
              [javac] /usr/src/new_openx_cvs-version/open-xchange/server/src/com/openexchange/tools/servlet/http/osgi/HttpServiceImpl.java:60: package org.osgi.service.http does not exist
              [javac] import org.osgi.service.http.NamespaceException;
              [javac] ^
              [javac] /usr/src/new_openx_cvs-version/open-xchange/server/src/com/openexchange/tools/servlet/http/osgi/HttpServiceImpl.java:70: cannot find symbol
              [javac] symbol: class HttpService
              [javac] public final class HttpServiceImpl implements HttpService {
              [javac] ^
              [javac] /usr/src/new_openx_cvs-version/open-xchange/server/src/com/openexchange/tools/servlet/http/osgi/HttpServiceImpl.java:75: cannot find symbol
              [javac] symbol : class HttpContext
              [javac] location: class com.openexchange.tools.servlet.http.osgi.HttpServi ceImpl
              [javac] private static final HttpContext standardContext = new HttpContextImpl();
              [javac] ^
              [javac] /usr/src/new_openx_cvs-version/open-xchange/server/src/com/openexchange/tools/servlet/http/osgi/HttpServiceImpl.java:89: cannot find symbol
              [javac] symbol : class HttpContext
              [javac] location: class com.openexchange.tools.servlet.http.osgi.HttpServi ceImpl
              [javac] public HttpContext createDefaultHttpContext() {
              [javac] ^
              [javac] /usr/src/new_openx_cvs-version/open-xchange/server/src/com/openexchange/tools/servlet/http/osgi/HttpServiceImpl.java:99: cannot find symbol
              [javac] symbol : class HttpContext
              [javac] location: class com.openexchange.tools.servlet.http.osgi.HttpServi ceImpl
              [javac] public void registerResources(final String alias, final String name, final HttpContext context)
              [javac] ^
              [javac]
              [javac] Note: Some input files use or override a deprecated API.
              [javac] Note: Recompile with -Xlint:deprecation for details.
              [javac] Note: Some input files use unchecked or unsafe operations.
              [javac] Note: Recompile with -Xlint:unchecked for details.
              [javac] 28 errors

              BUILD FAILED
              /usr/src/new_openx_cvs-version/open-xchange/server/build.xml:114: Compile failed; see the compiler error output for details.

              Total time: 17 seconds

              I've already posted this error some time back...


              Originally posted by bene View Post
              Yes rename it to "jcharset-1.3.jar"
              As i can see on the Docu it must be under "/opt/open-xchange/lib".
              But i am not sure, because i only use Martins Installer

              Greez BeNe

              Comment


              • #8
                Looks like you have not all packages installed.
                Which OS do you use ?
                Why dont you install Ox with the Community Edition Installer?

                Greez BeNe
                Open-Xchange - Community Edition User

                Comment


                • #9
                  i've installed all pckgs
                  Im using FC 7 for which there is no proper OX docm yet.
                  have u tried on FC/RHEL....?
                  i think Comm. Installer is only for Debian/Ubuntu...


                  Originally posted by bene View Post
                  Looks like you have not all packages installed.
                  Which OS do you use ?
                  Why dont you install Ox with the Community Edition Installer?

                  Greez BeNe

                  Comment


                  • #10
                    Yes, i only use Debian Etch and here works the install perfect.
                    Sorry but here i can´t help you anymore.

                    Good luck.
                    Greez BeNe
                    Open-Xchange - Community Edition User

                    Comment


                    • #11
                      i've installed OX on Debian so many times but its causing prb in FC7 / RHEL


                      Originally posted by bene View Post
                      Yes, i only use Debian Etch and here works the install perfect.
                      Sorry but here i can´t help you anymore.

                      Good luck.
                      Greez BeNe

                      Comment


                      • #12
                        The build error is caused by enormous changes in the server code. I think at the moment it is not possible to build the server from HEAD. Please use the stable branch:

                        Markus Wagner
                        Open-Xchange Quality Assurance

                        Comment


                        • #13
                          hi Mark..
                          Thanks for let me know abt this ..
                          now no errors after build.....


                          Originally posted by Markus Wagner View Post
                          The build error is caused by enormous changes in the server code. I think at the moment it is not possible to build the server from HEAD. Please use the stable branch:

                          http://www.open-xchange.com/forum/sh...7&postcount=17

                          Comment

                          Working...
                          X